/*pad*/
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/
}
/*导航*/
.gh {
	float: right;
	height: 34px;
	width: 34px;
	top: 50%;
	margin-top:15px; margin-right:0; margin-left:20px;
	position: relative;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
	display: none;
	z-index: 9999;
}
.gh.selected {
	transform: rotate(90deg);
}
.gh a {
	background-color: #2d64ac;
	display: block;
	height: 4px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}
.gh:hover a:before {
	transform: translateY(-2px) rotate(0deg);
	-webkit-transform: translateY(-2px) rotate(0deg);
	-ms-transform: translateY(-2px) rotate(0deg);
}
.gh:hover a:after {
	transform: translateY(2px) rotate(0deg);
	-webkit-transform: translateY(2px) rotate(0deg);
	-ms-transform: translateY(2px) rotate(0deg);
}
/*.gh.selected:hover a:before {
	transform: translateY(0px) rotate(-55deg);
	-webkit-transform: translateY(0px) rotate(-55deg);
	-ms-transform: translateY(0px) rotate(-55deg);
}
.gh.selected:hover a:after {
	transform: translateY(0px) rotate(55deg);
	-webkit-transform: translateY(0px) rotate(55deg);
	-ms-transform: translateY(0px) rotate(55deg);
}*/
.gh a:after, .gh a:before {
	background-color: #2d64ac;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}
.gh a:after {
	top: 10px;
}
.gh a:before {
	top: -10px;
}
.gh.selected a:after, .gh.selected a:before {
	top: 0;
	background: #2d64ac;
}
.gh.selected a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}
.gh.selected a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected a {
	background-color: transparent !important;
}
body{
	min-width:375px;
}
@media screen and (max-width: 1260px) {
	.wrapper{width:auto; padding:0 10px;}
    .box1bot{height: 200px;}
    .box1detail ul{padding-top: 30px;}
    .box1detail ul li a{padding: 5px 0 5px 40%}
    .box1top h2{font-size: 26px;}
    .subdetailleft{width: 64%;}
    .subdetailright{width: 35%}
    .newsimg{width: 40%;height: 180px;}
    .newsdetail{width: 58%;margin-left: 2%;height: 180px;}
}
@media screen and (max-width: 1200px) {
    .htit2{padding:15px 0;}
    .subwordstit{padding: 15px 0 10px;}
    .subwords ul li{margin-bottom: 8px;}
    .subwords .tip{padding: 10px 0;}
    .htit2 h3{font-size:26px;}
    .box1top h2{font-size: 20px;}
	.wrapper1{width:auto; padding:0 10px;}
}
@media screen and (max-width: 1100px) {
    .box1detail ul li a{font-size: 12px;}
}
@media screen and (max-width: 1024px) {
    .subbanner3{padding:80px 0;}
    .subdetailleft{width:100%;}
    .subdetailright{width: 100%}
    .subwords ul li{width: 20%;}
	.header{ height:70px; z-index:1000;}
	.header .logo{ float:left; padding-top:6px; width: 150px;}
    .header .lang{margin-top: 24px;}
    .header .lang:before{display: none;}
    .fullSlide{padding-top: 70px;}
    .subbanner{margin-top: 70px;}
    .header .nav li a:after{width: 50px;margin-left: -25px;left: 50%;height: 2px;}
	.gh {display: block;}
	.header.selected .nav{ display:block;}
	.header .nav {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(255,255,255,1);
		width: auto;
		display: none;}
	.header .nav ul {width: auto;padding-top:10px;}
	.header .nav ul li {float: none;display: block;text-align:center;}
	.header .nav ul li a {line-height:60px; height:60px;color: #333;margin: 0;}
    .fullSlide .prev, .fullSlide .next{margin-top: -5px;width: 30px;height: 80px;}
    .fullSlide .hd{bottom: 20px;}
    .foottop p{font-size: 20px;}
    .footer{padding: 70px 0;}
    .foottop p{font-size: 18px;}
    .servicewrapper{padding: 0;}
    .service{padding-bottom: 30px;}
    .newsimg{width: 100%;height: auto;}
    .newsimg img{display: block;}
    .newsdetail{width: 100%;padding:20px 0 10px;height: auto;margin-left: 0;}
    .newsdetail i{position: inherit;margin-top: 20px;display: block;}
}
@media screen and (max-width: 900px) {
    .abouttop{padding-bottom: 30px;}
    .aboutwrap{padding: 30px 0 10px;}
    .aboutbot ul li,.servicewrapper ul li{width: 50%;}
    .detailbox2{padding: 10px 20px 20px;}
    .subdetail{padding: 30px 0;}
    .proimg img{width: 100%;}
    .htit3{line-height: 40px;font-size: 16px;margin-bottom: 20px;height: 40px;}
    .subwords ul li{width: 33.3%;font-size: 12px;}
    .box1item{width: 100%;}
    .box1detail ul{padding-top: 15%;}
    .box1detail ul li a{font-size: 14px;padding: 10px 0 10px 40%;}
    .box2left{width: 100%;}
    .box2right{width: 100%;}
    .box2right ul li:nth-child(1), .box2right ul li:nth-child(2){padding-top: 5px;}
    .box2item .imgbox,.box2item{height: auto;}
    .box2detail{padding-top: 20%;}
    .box3wrap ul li{width: 100%;}
    .footer{padding: 30px 0 0;}
    .footer .wrapper{padding-bottom: 0;}
    .footerewm{width: 50%;border: none;padding: 20px 10px;}
    .footerright{width: 50%;padding: 20px 10px;}
    .footerewm .wemitem{width: 100px;margin: 0 20px 0 0;}
    .footerleft{width: 100%;padding: 0 10px;box-sizing: border-box;}
}
@media screen and (max-width: 760px) {
    .copy{padding: 30px 10px;background: #222;line-height: 1.8; border-top:1px solid #fff;}
    .sfooter{display: block;}
	.footadd{display: none;}
    .stoptop{padding: 0 20px;font-size: 16px;line-height: 60px;background: #494949;color: #fff;}
    .stopncenter{padding: 20px;background: #333333;}
    .stopncenter h2{font-size: 14px;line-height: 2.4;color:#fff;}
    .stopncenter p{font-size: 12px;line-height: 2.4;color:#c7c8c8;}
    .footer{display: none;}
    .copy p{float: none;width: 100%;}
    .footerewm,.footerright{width: 100%;padding: 5px 0;}
    .footerleft dl{width:50%;margin-bottom: 20px;}
    .abotLeft{width: 100%;float: none;margin-bottom: 15px;}
    .fullSlide .bd li a{display: block;height: 300px;}
    .fullSlide .bd li a img{opacity: 0;}
    .box2left .fullSlide .bd li a{height: 200px;}
    .brodcast{padding: 30px 0;}
    .broleft{padding-bottom: 10px;}
    .broleft p,.broleft, .txtMarquee-top{width: 100%;text-align: left;}
    .box2left .fullSlide .hd{bottom:16px;}
    .box2left .fullSlide .hd ul{text-align: left;padding-left: 20px;text-indent: 0;}
    .box1top{padding: 30px 0;}
    .bannerp p{font-size: 20px;}
    .box2left .bannerp{height:200px;padding: 60px 20px 0;}
    .newsdetail h3{font-size: 20px;}
    .newsWrap ul li{width: 100%;}
    .subbanner3{padding: 100px 0;}
    .subbanner4{padding: 100px 0;}
    .fullSlide .prev, .fullSlide .next{width: 20px;height: 70px;margin-top: 0;left: 10px;}
    .fullSlide .next{left: auto;right: 10px;}
    .fullSlide .hd li{width: 20px;height: 2px;}
    .fullSlide .hd{bottom: 10px;}
    .fullSlide .hd ul{text-align: center;text-indent: 0;}
    .htit h3{font-size: 24px;}
    .htit p{line-height: 1.4;padding-top: 10px;}
    .foottop .flogo{display: block;float: none;}
    .flogo img{width: 170px;}
    .foottop p{float: none;padding: 0;border: none;}
    .footer,.htit{}
    .footer{padding: 40px 0 20px;}
    .icons{display: none;width: 100%;padding:5px 0;}
    .footbot em,.footbot strong{padding:5px 0; text-align:center;}
    .footbot em{margin-left: 30%;}
    .footbot strong{padding:5px 0 5px 10px;}
    .box1detail ul{padding-top: 7%;}
    .box1detail ul li a{padding: 5px 0 5px 40%;}
    .box2detail{padding-top: 10%;}
    .footerright p{padding-top: 10px;}
    .subwrap p{line-height: 1.2;}
    .selectbox{padding-top: 30px;}
    .selectbox select{margin-bottom: 5px;}
    .pagebox{padding: 30px 0 25px;}
    .pagebox ul li a{font-size: 14px;line-height: 30px;margin-bottom: 5px;}
    .footerleft{display: none;}

	/*   新闻中心-新闻.html  css   */
     .newsList{padding:0 0;overflow:hidden;}
     .newsList ul li{padding:15px 0;border-bottom: 1px solid #ccc; height:auto;}
     .newsList .pic{float:none;width:100%;height:auto;}
     .newsList .text{float:none;width:100%;height:auto;}
     .newsList .text .cont{position:relative;padding:10px 10px 20px;}
     .newsList .text .cont span{display:none;}
     .newsList .text .cont i{bottom:-5px;}
     .pageBlok{padding-top:45px;width:100%;margin:0 auto;}
     .pageBlok ul li{float:left;margin-right:5px;border-bottom:0;}
     .pageBlok ul li a{display:inline-block;padding:0 10px;font-size:12px;}
	 .newsDetail .pageBlock .next{float:left;}
     .main img{width: 100%;}
 
	 /*   联系我们.html  css   */
	 .content .tab-nav li{float:left;width:100%;margin-left:3%;margin-bottom:100px;position:relative;}
     .content .tab-hd{float:left;width:100%;margin-top:10px;}
	 .wrapper.content{margin-left: 15px;}
	 .map_banner{background: url(../images/map.jpg) no-repeat center 104px;background-size: 100% auto;background-attachment: fixed;height:120px;}
}
}
@media screen and (max-width:660px) {
}
