﻿
/*-----------------[初始化]--------------*/
body{color: #666666;font-size: 12px;line-height: 1.5;font-family: 'Noto Sans SC', sans-serif;}
a{
	color: #666666;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a:hover{color: #005cae;}
img{max-width: 100%;}
*{
	outline: none;
}
input,textarea,select{font-size: 12px;color: #666666;
    font-family: 'Noto Sans SC', sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    appearance: none;
}

input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
:-ms-input-placeholder {color: #999;}

h1,h2,h3,h4,h5{font-weight: normal;}
/*布局*/
.wp{width: 98%;max-width: 1100px;margin: 0 auto;}

/*******************************
  -------[=头部]-------
********************************/
.header{    background: #fff;}
.head-top{
	background: #f3f3f3;line-height: 34px;height: 34px;
}
.head-top .wp{position: relative;overflow: hidden;}
.head-top .tit{position: absolute;width: 100%;text-align: center;z-index: 0;}
.head-top span{display: inline-block;border-left: 1px solid #ddd;padding: 0 14px; }
.head-top .s1{padding-left: 34px;background: url(../images/pic-i1.png) no-repeat 16px center;}
.head-top .l,
.head-top .r{border-right: 1px solid #ddd;position: relative;z-index: 3;}
.head-top .language,.head-top .m-share{float: left;font-size: 0;height: 34px;}
.head-top .language a,
.head-top .m-share a{display: inline-block;width: 40px;height: 34px;border-left: 1px solid #ddd;}
.head-top .China{background: url(../images/pic-i2.jpg) no-repeat center;}
.head-top .English{background: url(../images/pic-i3.jpg) no-repeat center;}

.m-share .bdsharebuttonbox a{width: 40px;height: 34px;padding: 0;margin: 0;}
.m-share .bds_tsina{background: url(../images/pic-i4.png) no-repeat center !important;}
.m-share .bds_tsina:hover{background: url(../images/pic-i4on.png) no-repeat center !important;}
.m-share .bds_sqq{background: url(../images/pic-i5.png) no-repeat center !important;}
.m-share .bds_sqq:hover{background: url(../images/pic-i5on.png) no-repeat center !important;}
.m-share .bds_weixin{background: url(../images/pic-i6.png) no-repeat center !important;}
.m-share .bds_weixin:hover{background: url(../images/pic-i6on.png) no-repeat center !important;}

.head-con{background: #fff;position: relative;}
.logo{float: left;height: 85px;line-height:85px;width: 205px;}
.logo img{max-height:80px;vertical-align: middle;}
.nav{float: right;line-height: 85px;height: 85px;}
.nav li{float: left;position: relative;}
.nav li .v1{display: block;padding: 0 29px;font-size: 16px;color: #666;}
.nav li .v2{background: url(../images/pic-nav.png) no-repeat 98px center;}
.nav li dl{position: absolute;z-index: 99;left: 0;width: 100%;display: none;}
.nav li dl a{
	display: block;line-height: 50px;text-align: center;background: rgba(0,92,174,0.8);
	color: #fff;font-size: 14px;background: #005cae\9;
}
.nav li dl a:hover{background: #005cae;background: #666\9;}
/*******************************
    -------[=手机导航]-------
********************************/
.menuBtn{
    display: none;
    position: absolute;z-index: 9;right: 10px;top: 10px;
    width: 28px;height: 28px;margin:0;cursor: pointer;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.menuBtn b{display: block;height: 3px;background-color: #005cae;
    margin: 5px 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
.m-nav{
	display: none;
	position: absolute;top: 50px;right: 0;z-index: 999;
	width: 200px;text-align: center;
	background:#005cae;
	color: #fff;
}
.m-nav .v1{display: block;line-height: 40px;color: #fff;font-size: 14px;border-bottom: 1px solid #2f73b0;}
.m-nav dl{display: none;font-size: 14px;}
.m-nav dl a{display: block;line-height: 32px;background:#fff;color: #005cae;}
.m-nav .v2{background: url(../images/pic-nav2.png) no-repeat 160px center;}

/*******************************
  -------[=banner]-------
*******************************/
.banner{clear: both;height: 560px;overflow: hidden;position: relative;z-index: 1;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner a{display: block;height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .txt{display: none;padding-top: 100px;max-width: 540px;color: #fff;}
.banner .slick-active .txt{
    display: block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner .txt{
    -webkit-animation-duration:1.2s;
    animation-duration:1.2s;
    animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
}
.banner .txt h2{font-size: 28px;font-weight: bold;color: #fff;}
.banner .txt h2 span{display: block;font-size: 42px;line-height: 1;text-transform: uppercase;}
.banner .txt p{padding: 10px 0;font-size: 14px;line-height: 26px;}
.banner .txt em{
	display: block;width: 120px;
	text-align: center;line-height: 34px;margin-top: 10px;
	color: #005cae;border-radius: 17px;
	background: #fff url(../images/pic-i7.jpg) no-repeat 100px center;
}
.banner .slick-dots{position: absolute;left: 0;bottom: 30px;width: 100%;text-align: center;z-index: 99;}
.banner .slick-dots li{display: inline-block;margin: 0 5px;}
.banner .slick-dots li button{
	display: block;width: 10px;height:10px;border: none;cursor: pointer;padding: 0;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.banner .slick-dots li.slick-active button{
	opacity: 1;
	filter: alpha(opacity=100);
}


/*******************************
  -------[=底部]-------
********************************/
.footer{background: #272727;color: #c2c2c2;}
.footer a,.footer h3{color: #c2c2c2;}
.foot-top{overflow: hidden;padding: 28px 0 22px;}

.foot-nav{width: 41%;float: left;border-right: 1px solid #c2c2c2;}
.foot-nav li{float: left;width: 25%;}
.foot-nav h3{font-size: 14px;line-height: 32px;}
.foot-nav a{display: block;line-height: 21px;}

.foot-contact{width: 26%;float: left;padding-left:4%;line-height: 21px;}
.foot-contact h3{line-height: 28px;margin-top: 2px;}

.foot-share{margin-top: 46px;}
.foot-erweima{margin: 8px 0 0 10px;width: 110px;height: 110px;}
.foot-erweima,
.foot-share{float: right;}

.foot-share .bds_more{background: url(../images/pic-i8.png) no-repeat center !important;}
.foot-share .bds_qzone{background: url(../images/pic-i9.png) no-repeat center !important;}
.foot-share .bds_tsina{background: url(../images/pic-i10.png) no-repeat center !important;}
.foot-share .bds_tqq{background: url(../images/pic-i11.png) no-repeat center !important;}
.foot-share .bds_renren{background: url(../images/pic-i12.png) no-repeat center !important;}
.foot-share .bds_weixin{background: url(../images/pic-i13.png) no-repeat center !important;}


.foot-copy{border-top: 1px solid #424141;padding: 12px 0px;}
.foot-copy p{line-height: 24px;}
.foot-copy span {margin-left: 3em;}

/*******************************
    -------[=响应]-------
********************************/
@media only screen and (max-width: 1439px){
	.videobox li{
		width: 30%;
		margin-left: 5%;
		float: left;
	}
}
@media only screen and (max-width: 1199px){
	.videobox li{
		width: 30%;
		margin-left: 5%;
		float: left;
	}
}
/*Common For Max 960*/
@media only screen and (max-width: 1099px) {
	.banner{height: 420px;}
	/*底板*/
	.foot-nav{display: none;}
	.foot-contact{width: 50%;padding: 0;}
	.videobox li{
		width: 30%;
		margin-left: 5%;
		float: left;
	}
}


/*Common For Max 768*/
@media only screen and (max-width: 959px) {
	/*头部*/
	.logo{width: 150px;height: 60px;line-height: 60px;}
	.logo img{height:45px !important;vertical-align: middle;}
	.nav{height: 60px;line-height: 60px;}
	.nav li .v1{padding: 0 24px;}
	.nav li .v2{background-position: 90px center;}
	/*首页*/
	.banner{height: 350px;}
	.banner .txt{padding-top: 60px;}
	.banner .txt h2{font-size: 24px;}
	.banner .txt h2 span{font-size: 34px;}
	.videobox li{
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
		float: left;
	}
}


/*Common For Max 480*/
@media only screen and (max-width: 767px) {
	/*头部*/
	.logo{width: 120px;height: 50px;line-height: 50px;}
	.logo img{height:45px !important;vertical-align: middle;}
	.head-top{display: none;}
	.header{background-color: #fff;position: fixed;z-index: 99;top: 0;left: 0;width: 100%;}
	.nav{display: none;}
	.menuBtn{display: block;}
	/*首页*/
	body{padding-top: 50px;}
	.banner{height: 280px;}
	.banner .txt{padding-top: 40px;}
	.banner .txt h2{font-size: 20px;}
	.m-anchor.fixd{top:50px !important;}
	.banner .txt h2 span{font-size: 28px;}
	.banner .txt p{font-size: 14px;line-height: 20px;}
	.banner .txt em{margin-top: 0;}
	/*底部*/
	.foot-top{padding: 15px 0 10px;}
	.foot-contact{width: auto;float: none;text-align: center;}
	.foot-share{width: 188px;float: none;margin:auto;}
	.foot-erweima{width: 80px;height: 80px;float: none;margin: 15px auto 10px;}
	.foot-copy{text-align: center;}
	.videobox li{
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
		float: left;
	}
}

/*Common For Max 320*/
@media only screen and (max-width: 479px) {
	/*首页*/
	.banner{height: 200px;}
	.banner .txt{padding-top: 50px;}
	.banner .txt h2{font-size: 12px;}
	.banner .txt h2 span{font-size: 14px;}
	.banner .txt p{font-size: 0.6rem; line-height: 20px;}
	.banner .none{display:none !important;}
	.videobox li{
		width: 100%;
		margin-bottom: 20px;
		float: left;
	}
	
}

