h1,
h2,
h3,
h4 {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
.cf {
	zoom: 1;
}
.cf:after {
	content: '';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

body {
	background: #f0f2f5;
	font-size: 14px;
	padding-top: 60px;
}
a {
	text-decoration: none;
}
.wb {
	width: 1200px;
	margin: auto;
}

/* Header */
header {
	height: 60px;
	border-bottom: 1px solid #d8d8d8;
	min-width: 1200px;
	position: fixed;
	background: #fff;
	z-index: 80;
	top: 0;
	left: 0;
	right: 0;
}
h1 {
	float: left;
}
h1 a {
	display: block;
	width: 190px;
	height: 60px;
	text-indent: -9999px;
	background: url(../imgs/logo_v31.png);
	background-size: auto 60px;
}
nav {
	float: right;
	margin-right: -10px;
}
nav li {
	float: left;
}
nav li a {
	display: block;
	height: 56px;
	line-height: 65px;
	overflow: hidden;
	padding: 2px 4px 0;
	margin: 0 9px;
	color: #404040;
}
nav li a:hover {
	color: #498bf5;
}
nav li a.active {
	border-bottom: 2px solid #d8d8d8;
	color: #2319dc;
}
.nav-brand {
	position: relative;
	margin-bottom: -1px;
}
.nav-brand ul {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 210px;
	left: -65px;
	top: 50px;
	display: none;
}
.nav-brand h4 {
	color: #404040;
	line-height: 2.5em;
	text-align: center;
	background: #b4b4b4;
}
.nav-brand li a {
	display: inline-block;
	width: 210px;
	padding: 0;
	margin: 0;
	color: #404040;
	line-height: 2.5em;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #ccc;
	overflow: visible;
	height: auto;
}
.nav-brand li:last-child a {
	border-bottom: none;
}

/* Footer */
footer {
	background: #777;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	line-height: 2em;
	min-width: 1200px;
}
footer a {
	color: #fff;
}
footer em {
	font-style: normal;
	display: inline-block;
	padding: 0 10px;
}
.gotop {
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../imgs/top_v3.png') 50% 50% no-repeat;
	background-size: 40px auto;
	visibility: hidden;
	opacity: .7;
}
.gotop:hover {
	opacity: 1;
}

/* Slide */
.slider,
.slider ul,
.slider ul li {
	height: 400px;
	overflow: hidden;
}
.slider {
	position: relative;
	min-width: 1200px;
}
.slider ul li {
	width: 1920px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	opacity: 0;
}
.slider ul li img {
	width: 1920px;
}
.slider ul li:first-child {
	opacity: 1;
}
.slider-dot {
	position: absolute;
	width: 100%;
	bottom: 16px;
	z-index: 10;
	text-align: center;
}
.slider-dot a {
	display: inline-block;
	margin-right: 8px;
	text-indent: -9999px;
	overflow: hidden;
	width: 9px;
	height: 9px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 5px;
}
.slider-dot a.selected {
	border-color: transparent;
	background: rgba(255,255,255,.5);
}

/* Home Page */
.cbg {
	background: #f2f3f7;
	min-width: 1200px;
}
.wbg {
	background: #fff;
	min-width: 1200px;
}


.hp-mod {
	padding: 58px 0;
}
.hp-mod dt {
	box-sizing: border-box;
	float: left;
	width: 230px;
	height: 374px;
	margin-right: 16px;
	background-size: 230px auto;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	padding: 45px 0 0 30px;
	font-size: 18px;
}
.hp-mod dt em {
	font-style: normal;
}
.hp-mod dt em:after {
	content: '';
	display: block;
	overflow: hidden;
	height: 2px;
	width: 40px;
	background: #fff;
	margin: 16px 0;
}
.hp-mod dt strong {
	display: block;
	font-weight: normal;
}
.hp-mod dt .btn-down {
	position: absolute;
	font-size: 15px;
	left: 30px;
	bottom: 36px;
	width: 122px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: rgba(50,133,255,.7);
	opacity: .9;
}
.hp-mod dt .btn-down:hover {
	background: rgba(50,133,255,1);
	opacity: 1;
}
.hp-mod dd {
	float: right;
	width: 954px;
	margin-left: 0;
}

.hp-empty {
	text-align: center;
	padding: 120px 0 0;
}
.hp-recommend-tips {
	text-align: center;
	margin-bottom: 42px;
}
.hp-recommend-tips li {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 22px;
	background: url(../imgs/all_icon.png) 0 -37px no-repeat;
	background-size: 25px auto;
	color: #838383;
}
.hp-recommend-tips li:first-child {
	float: left;
}
.hp-recommend-tips li:last-child {
	float: right;
}
.hp-recommend {
	padding-top: 42px;
}
.hp-recommend h2 {
	display: none;
	font-size: 22px;
	margin-bottom: 42px;
	text-align: center;
	color: #5b5a5a;
}
.hp-recommend-hot li {
	float: left;
	width: 300px;
	border-left: 1px solid #e5e5e5;
	margin-right: -1px;
	background: #fff;
}
.hp-recommend-hot li:first-child {
	border: none;
}
.hp-recommend-hot a {
	display: block;
	font-size: 19px;
	padding-left: 110px;
	height: 108px;
	padding-top: 42px;
	position: relative;
	opacity: .8;
}
.hp-recommend-hot a:hover {
	opacity: 1;
}

.hp-recommend-hot strong {
	display: block;
	width: 180px;
	line-height: 1.5em;
	font-weight: normal;
	color: #2932e1;
	font-size: 14px;
}
.hp-recommend-hot em {
	display: block;
	margin-top: 3px;
	font-size: 15px;
	font-style: normal;
	color: #6d7278;
}
.hp-recommend-hot a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 40px;
	background: url(../imgs/hot_icon_v3_190731.png) center 4px no-repeat;
	background-size: 75px auto;
	width: 54px;
	height: 56px;
	margin-top: -27px;
}

.hp-recommend-hot .hp-recommend-icon-empower strong {
	width: 185px;
}

.hp-recommend-hot a.hp-recommend-icon-brand:before {
	background-position: center -146px;
}
.hp-recommend-hot li a.hp-recommend-icon-video {
	padding-left: 122px;
}
.hp-recommend-hot li a.hp-recommend-icon-video:before {
	left: 54px;
	background-position: center -297px;
}

.hp-recommend-hot li a.hp-recommend-icon-empower:before {
	background-position: center -449px;
}
.bg-ball {
	background: url("../imgs/ball.png") center bottom no-repeat;
	background-size: 1410px auto;
	padding-bottom: 360px;
}
.hp-list {
	margin: 0 -25px -28px 0;
}
ul.list-bd {
	margin: 32px 18px;
}
ul.list-bd li {
	float: left;
	margin: 8px;
}
.hp-list li,
ul.list-brand li,
ul.list-bd li .bd {
	width: 176px;
	height: 176px;
	float: left;
	margin: 0 16px 18px 0;
	text-align: center;
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
	background: #fff;
	overflow: hidden;
}
ul.list-bd li .bd {
	margin: 0;
}
.hp-list li img,
ul.list-bd li .bd img {
	height: 129px;
	width: 176px;
}
.hp-list li h3,
ul.list-brand li h3,
ul.list-bd li .bd h3 {
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 9px;
	right: 9px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	color: #585858;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 14px;
}
.hp-list li a.btn-down,
.hp-list li a.btn-view,
ul.list-bd li a.btn-down,
ul.list-bd li a.btn-view {
	position: absolute;
	width: 70px;
	height: 15px;
	padding-top: 30px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -35px;
	color: #fff;
	z-index: 9;
	display: none;
	font-size: 12px;
	background: url(../imgs/action_icon_v3.png)  center -240px no-repeat;
	background-size: 200px auto;
	opacity: .7;
}
.hp-list li a.btn-down,
ul.list-bd li a.btn-down {
	background-position: center -340px;
}
.hp-list a.btn-down:hover,
.hp-list a.btn-view:hover,
ul.list-bd li a.btn-down:hover,
ul.list-bd li a.btn-view:hover {
	opacity: 1;
}
.hp-list li.list-btn2 a.btn-view,
ul.list-bd li .list-btn2 a.btn-view {
	margin-left: -70px;
}
.hp-list li.list-btn2 a.btn-down,
ul.list-bd li .list-btn2 a.btn-down {
	margin-left: 0;
	border-left: 1px solid #9cadc6;
	background-position: center -340px;
}
.hp-list li.active:after,
ul.list-bd li .active:after {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	height: 178px;
	background: rgba(55,137,253,.9);
	z-index: 8;
	box-shadow: 2px 2px 5px rgba(55,137,253,.3);
	transform: translate(0,-2px);
	animation: anim_active_bg .3s linear 0s 1 normal forwards;
}
.hp-list li.active a.btn-down,
.hp-list li.active a.btn-view,
ul.list-bd li .active a.btn-down,
ul.list-bd li .active a.btn-view {
	display: block;
	animation: anim_active_btn .3s linear 0s 1 normal forwards;
}
@keyframes anim_active_bg {
	from {
		opacity: 0;
		transform: translate(0,0);
	}
	to {
		opacity: 1;
		transform: translate(0,-2px);
	}
}
@keyframes anim_active_btn {
	from {
		transform: translate(0,0);
	}
	to {
		transform: translate(0,-2px);
	}
}

.hp-list li.hp-list-more {
	width: 176px;
	height: 176px;
}
.hp-list li.hp-list-more a,
ul.list-brand li.hp-list-more a {
	position: relative;
	z-index: 10;
	display: block;
	height: 90px;
	padding-top: 86px;
	color: #1770ff;
	text-align: center;
	background: url(../imgs/action_icon_v3.png) center 0 no-repeat;
	background-size: 200px auto;
	font-size: 13px;
}
.hp-list li.hp-list-more a:hover {
	color: #fff;
}
.hp-list li.hp-list-more a:hover:after {
	border-color: #fff;
}
.hp-video dt {
	height: 352px;
}
.hp-empower dt {
	height: 416px;
}
ul.list-empower {
	margin: 32px -5px;
}
ul.list-video {
	margin: 32px -5px;
	float: right;
	width: 968px;
	padding-left: 20px;
	position: relative;
}
ul.list-video:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #c9c9c9;
	top: 20px;
	bottom: 0;
	left: -1px;
}
ul.list-video h2 {
	height: 40px;
	line-height: 40px;
	position: relative;
	margin-left: -20px;
	font-weight: normal;
	font-size: 15px;
	padding-left: 10px;
}
ul.list-video h2:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c9c9c9;
	top: 50%;
	left: -3px;
	margin-top: -3px;
}
ul.list-video li,
ul.list-empower li {
	margin: 8px 6px;
}
.hp-empower .hp-list li,
ul.list-empower li .bd {
	width: 228px;
	height: 200px;
	margin: 0 11px 12px 0;
}
.hp-video .hp-list li,
ul.list-video li .bd {
	width: 228px;
	height: 168px;
	margin: 0 11px 12px 0;
}
ul.list-video li .bd p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	margin: 0;
	height: 24px;
	font-size: 12px;
	line-height: 32px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
ul.list-video li .bd {
	overflow: visible;
}
ul.list-video li {
	padding-bottom: 24px;
}
ul.list-video li .bd,
ul.list-empower li .bd {
	margin: 0;
}

.hp-video .hp-list li img,
ul.list-video li .bd img {
	width: 228px;
	height: 128px;
}
.hp-empower li,
ul.list-empower li .bd {
	background: #fff url(../imgs/file_icon_v3.png) 50% 38% no-repeat;
	background-size: 49px auto;
}
.hp-empower li h3,
ul.list-empower li .bd h3 {
	border: none;
	position: relative;
	left: 0;
	bottom: 0;
	margin: 118px 0 0;
	background: none;
	padding: 0 10px;
	height: 40px;
	line-height: 16px;
	font-size: 13px;
}
.hp-video li h3,
ul.list-video li .bd h3{
	height: 40px;
	line-height: 40px;
	left: 0;
	right: 0;
	border: none;
	background: #000;//linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.6));
	color: #fff;
}
.hp-video li.active:after,
ul.list-video li .bd.active:after {
	height: 168px;
}
.hp-empower li.active:after,
ul.list-empower li .bd.active:after{
	height: 202px;
}
.hp-empower li.hp-list-more {
	background: none;
}
.hp-video li.hp-list-more {
	background: #545c69;
}
.hp-video li.hp-list-more a {
	padding-top: 82px;
	height: 90px;
	background-position: center 0;
}
.hp-empower li.hp-list-more a {
	padding-top: 98px;
	height: 102px;
	background-position: center 13px;
}
.hp-video li.hp-list-more a {
	color: #fff;
}
.hp-empower li.hp-list-more:after {
	display: block;
	height: 202px;
}
.hp-video .link-ra:after {
	border-color: #fff;
}

.hp-brand dt {
	height: 630px;
}
ul.list-brand {
	margin: 32px 0;
	margin-right: -17px;
}
.hp-brand li,
ul.list-brand li {
	width: 304px;
	height: 199px;
	text-align: left;
	margin: 0 17px 14px 0;
}
ul.list-brand li {
	width: 287px;
	margin-right: 15px;
}
.hp-brand li h3,
ul.list-brand li h3 {
	height: 60px;
	left: 20px;
	right: 20px;
	line-height: 1em;
	padding-top: 10px;
}
.hp-brand li em,
ul.list-brand li em {
	position: absolute;
	height: 32px;
	bottom: 7px;
	left: 20px;
	right: 20px;
	font-style: normal;
	font-size: 10px;
	color: #969696;
	line-height: 1.3em;
}
.hp-brand dd a{
	color: #1770ff;
}
.hp-brand dd a:hover{
	color: #2b3bdd;
}
.hp-brand dd a:hover:after{
	border-color: #2b3bdd;
}
.hp-brand li img{
	width: 304px;
	max-width: 304px;
	height: 129px;
}
ul.list-brand li img {
	width: 287px;
	max-width: 287px;
	height: 122px;
}
.hp-brand li a.btn-more,
ul.list-brand li a.btn-more {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 138px 20px 0 0;
	text-align: right;
}
ul.list-brand li a.btn-more {
	color: #1770ff;
}
ul.list-brand li a.btn-more:hover {
	color: #2b3bdd;
}
ul.list-brand li a.btn-more:hover:after {
	border-color: #2b3bdd;
}
.hp-brand li.hp-list-more,
ul.list-brand li.hp-list-more {
	width: 304px;
	height: 199px;
}
ul.list-brand li.hp-list-more {
	width: 287px;
}
.hp-brand li.hp-list-more a,
ul.list-brand li.hp-list-more a {
	background: none;
	height: 199px;
	padding: 0;
	line-height: 199px;
}
.hp-brand li.hp-list-more a:hover,
ul.list-brand li.hp-list-more a:hover {
	color: #2b3bdd;
}
.hp-brand li.hp-list-more a:hover:after,
ul.list-brand li.hp-list-more a:hover:after {
	border-color: #2b3bdd;
}
.link-ra:after {
	position: relative;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #1770ff;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	top: -1px;
	margin: 0 2px;
}

/* Sub HP */
.sub-hd,
.list-hd-sub {
	height: 220px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 220px;
	background-color: #fff;
	color: #fff;
	font-size: 20px;
	min-width: 900px;
	max-width: 1200px;
	margin: auto;
}
.sub-hd-cont,
.list-hd-sub-cont {
	padding: 52px 0 0 130px;
}
/*
.sub-hd-cont {
	display: none;
}
*/
.sub-hd em,
.list-hd-sub em {
	font-size: 16px;
	display: block;
	font-style: normal;
}
.sub-hd em:before,
.list-hd-sub em:before {
	content: '';
	display: block;
	overflow: hidden;
	height: 2px;
	width: 44px;
	background: #fff;
	margin: 20px 0 18px 0;
}
.sub-hd strong,
.list-hd-sub strong {
	font-size: 28px;
	display: block;
	font-weight: normal;
}
.sub-hd p,
.list-hd-sub p {
	font-size: 15px;
	font-weight: 100;
	margin: 11px 0;
}

/* List */
.crumbs {
	padding: 8px 0;
	margin: 20px auto -20px;
	border-bottom: 1px solid #ddd;
	color: #7c7c7c;
	text-indent: 28px;
}
.crumbs em {
	font-size: 14px;
	font-style: normal;
	margin-right: 6px;
}
.crumbs em:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 1px solid #7c7c7c;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}
.crumbs em:last-child:after {
	display: none;
}
.list-hd {
	min-width: 1200px;
	height: 220px;
	background-size: auto 220px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -999px;
    position: relative;
}
.list-empty {
	text-align: center;
	padding: 120px 0;
}

.list-qa {
	#background: #f0f2f5;
	padding: 40px 70px 100px 71px;
}
.list-video-sort {
	padding-top: 40px;
}
.list-video-sort,
.list-qa-nav {
    float: left;
	width: 208px;
}
.list-video-sort {
	width: 180px;
}
.list-video-sort li a {
	display: block;
	background: #f6f6f6;
	color: #7c7c7c;
	height: 38px;
	line-height: 38px;
	margin-bottom: 7px;
	padding-left: 22px;
	font-weight: normal;
}
.list-qa-nav li h3 {
	background: #f6f6f6;
	color: #333;
	height: 46px;
	line-height: 46px;
	margin-bottom: 7px;
	padding-left: 16px;
	border-left: 6px solid #e5e5e5;
	font-weight: normal;
	margin-bottom: 0;
	cursor: pointer;
}
.list-qa-nav li.selected h3 {
	border-left: 6px solid #2173ec;
}
.list-qa-nav li {
	margin-bottom: 12px;
}
.list-qa-nav li ul {
	background: #fff;
	padding: 10px 0;
	display: none;
}
.list-qa-nav li.selected ul {
	display: block;
}
.list-qa-nav li ul li {
	margin-bottom: 0;
}
.list-qa-nav li ul a,
.list-qa-nav li ul strong {
	display: block;
	padding: 10px 0 10px 40px;
	color: #666;
	font-weight: normal;
}
.list-qa-nav li ul a:hover,
.list-qa-nav li ul strong {
	color: #2173ec;
}

.list-video-sort li a:hover,
.list-video-sort li strong {
	display: block;
	background: #f6f6f6;
	color: #7c7c7c;
	height: 46px;
	line-height: 46px;
	margin-bottom: 7px;
	padding-left: 16px;
	border-left: 6px solid #2173ec;
	font-weight: normal;
	position: relative;
	overflow: hidden;
}
.list-video-sort li strong:after {
	position: absolute;
	top: 50%;
	right: -5px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f0f2f5;
	transform: translate(0, -50%) rotate(45deg);
}
.list-qa-content {
	float: left;
	width: 800px;
	margin-left: 40px;
}
.list-qa-content dl {
	margin: 0 0 12px;
}
.list-qa-content dt {
    color: #666;
	padding: 6px 28px;
    position: relative;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	cursor: pointer;
}
.list-qa-content dt:before {
    content: "";
	overflow: hidden;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666;
    position: absolute;
    left: 13px;
	top: 13px;
}
.list-qa-content dt:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 1px solid #666;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	position: absolute;
	right: 13px;
	top: 12px;
}
.list-qa-content dt:hover {
	border-color: #3288ff;
	background: #f2f8ff;
}
.list-qa-content dd {
    line-height: 1.4em;
    margin-left: 0;
	background: #fff;
	padding: 12px 30px;
	display: none;
}
.list-qa-content dd p {
	margin: .8em 0;
}
.list-qa-content dd strong,
.list-qa-content dd b {
	font-weight: bold;
}
.list-qa-content dd em,
.list-qa-content dd i {
	font-style: italic;
}
.list-qa-content dd ul,
.list-qa-content dd ol {
	padding-left: 40px;
}
.list-qa-content dd ul li {
	list-style: disc;
}
.list-qa-content dd ol li {
	list-style: decimal;
}
.list-qa-content dd img {
	max-width: 100%;
}
.list-qa-content dl.selected dt {
	font-size: 16px;
	background: #fff;
	border-color: #fff;
	color: #2173ec;
	padding: 5px 28px;
}
.list-qa-content dl.selected dt:before {
	background: #2173ec;
}
.list-qa-content dl.selected dt:after {
	transform: rotate(-45deg);
	border-color: #2173ec;
}
.list-qa-content dl.selected dd {
	display: block;
}
.list-qa-dictionary dl.selected {
	background: #f5fafe;
}
.list-qa-dictionary dl.selected dt {
	float: left;
	width: 100px;
	background: transparent;
	border-color: transparent;
}
.list-qa-dictionary dl.selected dt:after {
	right: -630px;
}
.list-qa-dictionary dl.selected dd {
	float: left;
	width: 566px;
	padding: 40px 38px 20px;
	background: #fff url(../imgs/qabg.png) right bottom no-repeat;
	background-size: 140px auto;
}

.pagination {
	margin-bottom: 50px;
	text-align: center;
}

.pagination a,
.pagination strong,
.pagination em {
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	font-weight: normal;
	font-style: normal;
	margin: 0 2px;
	color: #4a558d;
	overflow: hidden;
	font-size: 18px;
}
.pagination a:hover,
.pagination strong {
	color: #0a4bde;
}
.pagination .pagination-prev,
.pagination .pagination-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	background: #d3e3fc;
	border-radius: 20px;
	position: relative;
	line-height: 100px;
}
.pagination em.pagination-prev,
.pagination em.pagination-next {
	background: #bbb;
	opacity: .5;
}
.pagination .pagination-prev:before,
.pagination .pagination-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #4a558d;
}
.pagination .pagination-prev:before {
	border-width: 0 0 2px 2px;
	transform: translate(-25%, -50%) rotate(45deg);
}
.pagination .pagination-next:before {
	border-width: 2px 2px 0 0;
	transform: translate(-75%, -50%) rotate(45deg);
}
.pagination a.pagination-prev:hover,
.pagination a.pagination-next:hover {
	background: #3c77fb;
}
.pagination a.pagination-prev:hover:before,
.pagination a.pagination-next:hover:before {
	border-color: #fff;
}

/* View */
.view {
	background: #f2f3f7;
}
.view .wb {
	background: #fff;
	padding: 65px 0;
}
.view h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}
.view hr {
	margin: 0;
	height: 2px;
	border: none;
	border-left: 505px solid #e50014;
	border-right: 505px solid #0162b1;
}
.view-doc {
	padding: 0 95px;
}
.view-img {
	text-align: center;
}
.view-img img {
	width: 1010px;
}
.view-video-player {
	width: 750px;
	height: 450px;
	margin: 50px auto 36px;
	background: #000;
}
.view-video-down {
	width: 750px;
	margin: 0 auto 50px;
	line-height: 1.8em;
}
.view-video-down p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 36px;
	margin-bottom: 36px;
	color: #555;
}

.view-gift-img {
	float: left;
	margin-right: 100px;
}
.view-gift-img img {
	width: 504px;
	border: 1px solid #d5d5d5;
	padding: 4px;
}
.view-gift-info {
	float: left;
	width: 396px;
	height: 388px;
	position: relative;
}
.view-gift-info h3 {
	color: #636162;
	font-size: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #d6d6d6;
	font-weight: normal;
	margin-bottom: 10px;
}
.view-gift-info li {
	padding: 8px 0;
}
.view-gift-info em {
	color: #717171;
	font-style: normal;
}
.view-gift-apply {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
.view-gift-apply .btn-apply {
	display: inline-block;
	width: 142px;
	height: 46px;
	border: 1px solid #ccc;
	font-size: 20px;
	text-align: center;
	line-height: 46px;
	color: #353535;
	margin: 0 20px;
}
.view-gift-hd {
	font-size: 20px;
	margin: 50px 0 10px;
	color: #717171;
	font-weight: normal;
}
.view-gift-text {
	margin-bottom: 26px;
	padding: 30px 10px 40px;
	border-bottom: 1px solid #ccc;
}

.view .ft {
	padding-top: 30px;
	text-align: center;
}
.view .btn-down,
.view .btn-close {
	display: inline-block;
	width: 109px;
	height: 34px;
	line-height: 34px;
	margin: 0 20px;
	text-align: center;
	border: 1px solid #ccc;
	color: #343434;
}
.view-tips {
	background: #efefef;
	padding: 110px 120px 60px;
	margin-bottom: 16px;
}
.view-tips div {
	border: 1px dashed #e40b20;
	min-height: 160px;
	position: relative;
	margin-bottom: 50px;
}
.view-tips div p {
	margin-left: 120px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.6em;
	color: #191415;
}
.view-tips div h4 {
	position: absolute;
	width: 120px;
	top: 0;
	bottom: 0;
	border-right: 1px dashed #e40b20;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #e40b20;
	line-height: 1.4em;
}

/* Message */
#msg_bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.6);
	display: none;
	z-index: 98;
}
#msg {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 518px;
	height: 360px;
	margin-left: -209px;
	margin-top: -180px;
	background: #fff;
	border: 1px solid #8e8e8e;
	text-align: center;
	z-index: 99;
	display: none;
}
#msg:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: 2px;
	border: none;
	border-left: 259px solid #e50014;
	border-right: 259px solid #0162b1;
}
#msg .error {
	color: #f00;
}
#msg .action-btn {
	padding: 4px 9px;
	cursor: pointer;
}
.msg-hd {
	padding: 9px;
	height: 21px;
}
.msg-bd {
	margin-top: 80px;
}
.msg-bd strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.msg-bd em {
	display: block;
	font-style: normal;
	margin-bottom: 10px;
}
.msg-bd .btn-apply {
	display: inline-block;
	width: 112px;
	height: 36px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 36px;
	color: #353535;
	margin: 20px 20px 0;
}
.msg-form {
	margin-bottom: 20px;
}
.msg-form input {
	padding: 3px;
	width: 220px;
	margin-left: 8px;
}
.msg-form em {
	margin: 5px 0 10px;
}
.msg-close {
	float: right;
	text-indent: -9999px;
	cursor: pointer;
	width: 21px;
	height: 21px;
	background: url(data:image/gif;base64,R0lGODlhFQAVALMAANnY2HR0dL69vb+9vb28vP///6moqKqpqWxsbAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDk2REY3RjQ0NTQxMUU1QTc4MzlFNTRCREQ2QzE0OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MDk2REY4MDQ0NTQxMUU1QTc4MzlFNTRCREQ2QzE0OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcwOTZERjdENDQ1NDExRTVBNzgzOUU1NEJERDZDMTQ4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcwOTZERjdFNDQ1NDExRTVBNzgzOUU1NEJERDZDMTQ4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAABUAFQAABFOwDECrvXQUESb+wBAQAOeBlUhSJpqNVwuqn3zRoP2uqI27pU4IBqxwDsRi5YAwKC0iQ0DwHJI41OIPC/yxpihRNgbGiHvlVDqXPhe5biV2U2UVIgA7);
}

.about-down {
    width: 228px;
    height: 26px;
    position: absolute;
    margin-left: 250px;
    left: 50%;
    top: 102px;
    text-indent: 0;
    text-align: center;
    line-height: 26px;
    border: 1px solid #fff;
    font-weight: 100;
    color: #fff;
    background: rgba(255,255,255, .3);
    font-size: 13px;
}
.about-down:hover {
	border-color: rgba(255,255,255, .7);
	background: rgba(255,255,255, .1);
}
.about p {
	margin: 0;
	background: #fff;
}
.about img {
	width: 1200px;
}
.about p.about_1 {
	height: 609px;
}
.about p.about_2 {
	height: 479px;
}
.about p.about_3 {
	height: 505px;
}
.about p.about_4 {
	height: 317px;
}
.about p.about_5 {
	height: 411px;
}
.about p.about_6 {
	height: 508px;
}
.about p.about_7 {
	height: 417px;
}

#guide {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 100;
}
.guide-box {
    background: rgba(255,255,255,.86);
    width: 786px;
    height: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -225px 0 0 -393px;
    border-radius: 8px;
}
.guide-slider {
    min-width: 786px;
}
.guide-slider ul, .guide-slider ul li{
    height: 360px;
}
.guide-slider ul li {
	width: 611px;
	margin-left: -305px;
}
.guide-slider ul li img {
	width: 611px;
	vertical-align: middle;
}
.guide-slider ul li i {
	display: block;
	height: 300px;
	line-height: 300px;
}
.guide-slider ul li em {
	display: block;
	text-align: center;
	color: #666;
	font-style: normal;
	margin-top: 16px;
}
.guide-slider .slider-dot a {
	background: #999;
	border: 0;
	margin: 0 12px;
}
.guide-slider .slider-dot a.selected {
	background: #0864e0;
}
.guide-close {
	float: right;
	width: 21px;
	height: 21px;
	overflow: hidden;
	margin: 16px 16px 10px 0;
	cursor: pointer;
	text-indent: -999px;
	position: relative;
	transform: rotate(45deg);
}
.guide-close::after {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 21px;
	border-top: 3px solid #0864e0;
}
.guide-close::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 0;
	height: 21px;
	border-left: 3px solid #0864e0;
}
