@font-face{
	font-family:Source;
	src:url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face{
	font-family:Helvetica;
	src:url('../fonts/Helvetica.TTF');
}
@font-face{
	font-family:HelveticaNeueLTPro;
	src:url('../fonts/HelveticaNeueLTPro-ThEx.otf');
}
@font-face{
	font-family:LtEx;
	src:url('../fonts/HelveticaNeueLTPro-LtEx.otf');
}
@font-face{
	font-family:roboto;
	src:url('../fonts/roboto-medium.ttf');
}
@font-face{
	font-family:myriadpro;
	src:url('../fonts/myriadpro-regular.otf'),
		url('../fonts/myriadpro-regular.eot'),
		url('../fonts/myriadpro-regular.svg'),
		url('../fonts/myriadpro-regular.ttf'),
		url('../fonts/myriadpro-regular.woff'),
		url('../fonts/myriadpro-regular.woff2');
}

html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,p{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
div,h1,h2,h3,h4,h5,h6,p,li,a,span,em,input,textarea,button,select{
	font-family:Source,微软雅黑;
	font-size:1em;
}

a{
	text-decoration:none;
	color:#333;
}
input,textarea,select,button{
	outline:none;
	font-size:1em;
	color:#333;
}
ul,ol,li{
	list-style:none;
}
img{
	border:0;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	content:'';
	display:block;
	clear:both;
}
.container{
	width:90%;
	max-width:1440px;
	margin:auto;
}
.more a{
	display:block;
	width:150px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #d4d4d4;
}
.swiper-button-prev:focus,.swiper-button-next:focus{
	outline:0 !important;
}

@media(max-width:1023px){
	.web{
		display:none;
	}
	.wap{
		display:block;
	}
}
@media(min-width:1023px){
	.web{
		display:block;
	}
	.wap{
		display:none;
	}
}



/*头部*/
.ysHeader{
	width:100%;
	position:relative;
}
.header_web{
	position:absolute;
	top:0; left:0;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,.3);
	z-index:9;
	background:rgba(0,0,0,.2);
}
.header_web .content{
	height:90px;
	max-width:1400px;
	width:100%;
	margin:auto;
}
.header_web .logo{
	width:210px;
	height:100%;
	display:table;
	border-right:1px solid rgba(255,255,255,.3);
}
.header_web .logo .img{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
.header_web .logo .img img{
	display:block;
}

.header_web .nav{
	width:970px;
	height:100%;
}
.header_web .nav .luan{
	text-align:right;
	padding:0 34px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid rgba(255,255,255,.3);
}
.header_web .nav .luan a{
	font-size:14px;
	color:#fff;
	font-family:'Arial';
}
#WebNavlist>li{
	float:left;
	width:121px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-right:1px solid rgba(255,255,255,.3);
}
#WebNavlist li.active{
	background:rgba(0,0,0,.3);
}
#WebNavlist li.active ol{
	background:rgba(0,0,0,.3);
}
#WebNavlist li a{
	display:block;
	height:100%;
	color:#fff;
	font-size:14px;
}
#WebNavlist li ol{
	border:1px solid rgba(255,255,255,.3);
	border-top:0;
	width:calc(100% + 2px);
	margin-left:-1px;
	display:none;
}
#WebNavlist>li:last-of-type{
	border-right:0;
}
.header_web .gpdm{
	width:220px;
	height:100%;
	border-left:1px solid rgba(255,255,255,.3);
	display:table;
}
.header_web .gpdm .text{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding-left:50px;
}
.header_web .gpdm .text p{
	font-size:14px;
	color:#fff;
}
.header_web .gpdm .text h2{
	font-size:24px;
	color:#fff;
	font-family:Helvetica;
	font-weight:400;
}

@media(max-width:1400px){
	.header_web .content{
		max-width:1000px;
	}
	.header_web .logo{
		width:150px;
	}
	.header_web .nav{
		width:700px;
	}
	#WebNavlist>li{
		width:calc(700px / 8)
	}
	.header_web .gpdm{
		width:150px;
	}
	.header_web .gpdm .text{
		padding-left:0px;
	}
	.header_web .gpdm .text h2{
		font-size:24px;
	}
}

/* wap导航 */
.header_top{
	position:fixed;
	top:0; left:0;
	width:100%;
	height:12vw;
	padding:2vw 3vw;
	-webkit-box-shadow:0 0 1px 0 #ccc;
	        box-shadow:0 0 1px 0 #ccc;
	background:#000;
	z-index:999;
}
.header_top .logo{
	height:8vw;
}
.header_top .logo img{
	height:8vw;
	display:block;
}
.header_top .meun{
	width:8vw;
	height:8vw;
}
.header_top .meun span{
	display:block;
	width:76%;
	height:.4vw;
	background:#fff;
	margin:1.7vw auto;
	-webkit-transition-duration:.3s;
	        transition-duration:.3s;
}
.header_top .meun.active span:nth-child(1){
	-webkit-transform-origin:left center;
	        transform-origin:left center;
	-webkit-transform:rotate(45deg);
	        transform:rotate(45deg);
}
.header_top .meun.active span:nth-child(2){
	opacity:0;
}
.header_top .meun.active span:nth-child(3){
	-webkit-transform-origin:left center;
	        transform-origin:left center;
	-webkit-transform:rotate(-45deg);
	        transform:rotate(-45deg);
}
.nav_wap{
	position:fixed;
	right:-62vw; top:12vw;
	width:60vw;
	height:calc(100% - 12vw);
	background:#000;
	z-index:999;
	-webkit-box-shadow:-1px 2px 5px 0 #444;
	        box-shadow:-1px 2px 5px 0 #444;
	-webkit-transition-duration:.5s;
	        transition-duration:.5s;
	overflow-y:auto;
	padding-bottom:10vw;
}
.nav_wap.active{
	right:0vw;
}
.nav_wap_z{
	position:fixed;
	right:0; top:12vw;
	width:100vw;
	height:calc(100% - 12vw);
	background:rgba(0,0,0,.6);
	z-index:-1;
	opacity:0;
	-webkit-transition-duration:.1s;
	        transition-duration:.1s;
}
.nav_wap_z.active{
	z-index:998;
	opacity:1;
}
#wapnavlist{
	border-top:1px solid #444;
}
#wapnavlist li{
	line-height:10vw;
	font-size:4vw;
	padding:0 3vw;
	position:relative;
}
#wapnavlist li.sub .icon_bind{
	content:'';
	width:5vw;
	height:5vw;
	background:url('../images/wapnav_icon.png') center / contain;
	position:absolute;
	right:3vw; top:2.5vw;
	-webkit-transform:rotate(90deg);
	        transform:rotate(90deg);
	-webkit-transition-duration:.5s;
	        transition-duration:.5s;
}
#wapnavlist li.sub .icon_bind.active{
	-webkit-transform:rotate(180deg);
	        transform:rotate(180deg);
}
#wapnavlist li a{
	color:#ddd;
}
#wapnavlist li ol{
	padding-bottom:1vw;
	display:none;
}
#wapnavlist li ol li a{
	color:#999;
}
.nav_wap .text{
	margin-top:3vw;
	text-align:center;
}
.nav_wap .text p{
	font-size:3.2vw;
	color:#ccc;
}
.nav_wap .text h2{
	font-size:4vw;
	color:#ccc;
}

@media(max-width:1023px){
	.ysHeader{
		padding-top:12vw;
	}
}

.banner_web video{
	width:100%;
	display:block;
}


/* 页脚 */
.ysFooter{
	width:100%;
	background:#333;
	padding:50px 0 0 0;
	overflow:hidden;
}
.footer_nav ul{
	float:left;
	margin-right:100px;
}
.footer_nav ul:last-of-type{
	margin-right:0;
}
.footer_nav ul h3,.footer_nav ul p{
	height:30px;
	line-height:30px;
}
.footer_nav ul h3{
	margin-bottom: 12px;
}
.footer_nav ul h3 a{
	color:#999;
	font-size:14px;
}
.footer_nav ul h3 a:hover{
	color:#4799e5;
}
.footer_nav ul p{
	line-height:30px;
}
.footer_nav ul p a{
	color:#666;
	font-size:14px;
}
.footer_nav ul p a:hover{
	color:#999;
}
.footer_info{
	width:250px;
}
.footer_info .phone{
	text-align:center;
	margin-bottom:20px;
}
.footer_info .phone p{
	display:inline-block;
	font-size:26px;
	color:#5c98df;
	padding-left:25px;
	background:url('../images/phone.png') left center no-repeat;
	background-size:19px;
}
.footer_info .phone input{
	font-size:26px;
	color:#5c98df;
	background:none;
	border:0;
}
.footer_info .img img{
	display:block;
}

.footer_info .kf a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	background:#3d97eb;
	border-radius:3px;
	color:#fff;
	font-size:18px;
	text-align:right;
	-webkit-transition-duration:1s;
	        transition-duration:1s;
}
.footer_info .kf a:hover{
	background:#276eb6;
}
.footer_info .time p{
	font-size:16px;
	color:#696969;
	text-align:center;
	margin:10px 0;
	text-indent: 10px;
}
.footer_info .fx ul{
	text-align:center;
}
.footer_info .fx li{
	display:inline-block;
	width:42px;
	height:42px;
	margin:15px;
}
.footer_info .fx li a{
	display:block;
	height:100%;
	border:1px solid #585858;
	border-radius:50%;
	-webkit-transition-duration:1s;
	        transition-duration:1s;
	position:relative;
}
.footer_info .fx li.xl a{
	background:url('../images/footer_01.png') center;
	background-size:cover;
}
.footer_info .fx li.qq a{
	background:url('../images/footer_02.png') center;
	background-size:cover;
}
.footer_info .fx li.wx a{
	background:url('../images/footer_03.png') center;
	background-size:cover;
}
.footer_info .fx li.wx a .ewm{
	position: absolute;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    top: -35px;
    left: 220px;
    opacity: 0;
    z-index: -1;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
}
.footer_info .fx li.wx a .ewm .img{
	position:relative;
	width:90px;
	height:90px;
}
.footer_info .fx li.wx a .ewm .img:after{
	content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/s.png) center;
    background-size:contain;
    top: 40px;
    left: -18px;
}
.footer_info .fx li.wx a .ewm img{
	width:100%;
	display:block;
}

.footer_info .fx li a:hover{
	border:1px solid #5c98df;
}
.footer_info .fx li.xl a:hover{
	background:#5c98df url('../images/footer_001.png') center;
	background-size:cover;
}
.footer_info .fx li.qq a:hover{
	background:#5c98df url('../images/footer_002.png') center;
	background-size:cover;
}
.footer_info .fx li.wx a:hover{
	background:#5c98df url('../images/footer_003.png') center;
	background-size:cover;
}
.footer_info .fx li.wx a:hover .ewm{
	opacity: 1;
    z-index: 8;
    left: 70px;
}


.ysFooter .bottom{
	margin-top:20px;
	padding:30px 0;
}
.ysFooter .bottom p{
	font-size:14px;
	color:#444;
	line-height:20px;
	text-align:center;
}
.ysFooter .bottom p a{
	color:#444;
}

@media(max-width:1023px){
	.footer_nav {
		float:none;
	}
	.footer_info{
		float:none;
		margin:10px auto 0;
	}
}

@media(max-width:767px){
	.ysFooter{
		padding-top:20px;
	}
	.footer_nav{
		display:-webkit-box;
		display:-webkit-flex;
		display:-moz-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap:wrap;
		    -ms-flex-wrap:wrap;
		        flex-wrap:wrap;
		-webkit-box-pack:start;
		-webkit-justify-content:flex-start;
		   -moz-box-pack:start;
		    -ms-flex-pack:start;
		        justify-content:flex-start;
		-webkit-box-align:start;
		-webkit-align-items:flex-start;
		   -moz-box-align:start;
		    -ms-flex-align:start;
		        align-items:flex-start;
	}
	.footer_nav ul h3{
		margin-bottom:10px;
	}
	.footer_nav ul{
		margin-right:40px;
		margin-bottom:20px;
	}
	.footer_nav ul:nth-child(3n){
		margin-right:0;
	}
	.ysFooter .bottom{
		padding:20px 0;
	}
}

.banner_ins{
	overflow:hidden;
}
.banner_ins .img{
	height:260px;
	position:relative;
}
.banner_ins .img .title{
	position:absolute;
	width:1400px;
	max-width:90%;
	right:0;
	top:50%;
	left:0;
	margin:auto;
	text-align:right;
}
.banner_ins .img .title h3{
	font-size:54px;
	color:#fff;
	line-height:100%;
	margin-bottom:5px;
}
.banner_ins .img .title p{
	font-size:26px;
	color:#fff;
	line-height:100%;
}
@media(max-width:768px){
	.banner_ins .img .title{
		margin-top:-45px;
	}
}
@media(max-width:767px){
	.banner_ins .img{
		height:200px;
	}
	.banner_ins .img .title{
		margin-top:-25px;
	}
	.banner_ins .img .title h3{
		font-size:30px;
	}
	.banner_ins .img .title p{
		font-size:16px;
	}
}

#about_nav{
	position: fixed;
	top:320px; left:0;
	z-index:99;
}
#about_nav li{
	padding-left:30px;
	line-height:30px;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	-webkit-transition-duration:.3s;
	        transition-duration:.3s;
}
#about_nav li a{
	font-size:14px;
	color:#999;
	-webkit-transition-duration:.3s;
	        transition-duration:.3s;
}
#about_nav li.active,#about_nav li:hover{
	border-bottom:1px solid #4799e4;
}
#about_nav li.active a,#about_nav li:hover a{
	color:#4799e4 !important;
}
#about_nav.active li a{
	color:#fff;
}

@media(max-width:1023px){
	#about_nav{
		display:none;
	}
}

.pages{
	text-align:right;
	padding:30px 0;
}
.pages li{
	display:inline-block;
	margin:8px;
}
.pages li:nth-of-type(1),.pages li:nth-of-type(2),.pages li:last-of-type{
	display:none;
}
.pages li:nth-of-type(3) a,.pages li:nth-last-child(2) a{
	font-family:宋体;
}
.pages li a{
	font-size:18px;
	color:#999;
	font-family:LtEx;
}
.pages li.active a,.pages li:hover a{
	color:#4799e4;
}

#bindTop{
	position:fixed;
	bottom:20%; right:20px;
	width:50px;
	cursor:pointer;
	z-index:9999;
}
#bindTop img{
	width:100%;
	-webkit-transition-duration:.3s;
	        transition-duration:.3s;
}
#bindTop img:hover{
	opacity:.6;
}

#scrollTOP{
	text-align:center;
	font-size: 16px;
    color: #696969;
    margin-top:20px;
    cursor:pointer;
}