/*# sourceMappingURL=style.css.map */

body .bd_weixin_popup .bd_weixin_popup_foot{
  line-height: 17px;
  height: 71px;
}
.bdimgshare-bg,
.bdimgshare-content,
.bdselect_share_head,
.bdselect_share_content,
.bdselect_share_box,
.triangle-inset,
.selectshare-mod-triangle,
.triangle-border{display: none;opacity: 0}
@media (min-width:320px) {
	body{
		/*overflow: hidden;*/
	}
	.bdimgshare-bg,
	.bdsharebuttonbox,
	.bdselect_share_head,
	.selectshare-mod-triangle,
	.bdselect_share_content,
	.header {display: none;}
	header {
		width: 100%;
		padding:0;
		position: absolute;
		z-index: 40;
		display: block;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(255,255,255,0.2)
	}
	header .logo {
		width: 130px;
		padding:7px 20px;
		border-right:  1px solid rgba(255,255,255,0.2)
	}
	header .logo img {
		display: block;
		width: 100%;
	}
	header .right{
		display: inline-block;
	}
	header .right .serch{
		width:55px;
		height:54px;
		border-right: 1px solid rgba(255,255,255,0.2);
		border-left: 1px solid rgba(255,255,255,0.2);
		background: url(../image/serch1.png) center/18px no-repeat;
	}
	header .right .english{
		width:55px;
		padding-right: 10px;
		height:54px;
		display: block;
		line-height:54px;
		text-align: center;
		color: #fff;
		position: relative;
		border-right: 1px solid rgba(255,255,255,0.2);
	}
	header .right .english span{
		font-family: '宋体';
		width: 8px;
		position: absolute;
		left:35px;
		top: 0;
		display: inline-block;
		height:54px;
		background: url(../image/img4.png) center no-repeat;
	}
	header .right .lines{
		width: 33px;
		height: 26px;
		margin: 16px 12px 0;
		position: relative;
		cursor: pointer;
	}
	header .right .lines p {
		width:33px;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
		position: absolute;
		left: 0;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
	}
	header .right .lines p:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
		-webkit-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}
	header .right .lines.cur p:nth-child(1) {
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	header .right .lines p:nth-child(2) {
		top: 11px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	header .right .lines.cur p:nth-child(2) {
		opacity: 0;
	}
	header .right .lines p:nth-child(3) {
		top: 23px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
		-webkit-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}

	header .right .lines.cur p:nth-child(3) {
		-webkit-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}
	header .nav {
		position: absolute;
		top: 54px;
		width: 100%;
		box-sizing: border-box;
		left: 0;
		z-index: 10;
		padding: 15px 4%;
		background-color: #fff;
		display: none;
	}
	header .nav ul li {border-bottom: 1px solid #cecece;}
	header .nav ul li .tit {
		font-size: 16px;
		display: block;
		padding: 5px 0;
		line-height: 38px;
		color: #333;
		background: url(../image/nav-jia.png) 98% center/17px no-repeat;
	}
	header .nav ul li.cur .tit {color: #005ca2}
	header .nav ul li.on .tit {
		background: url(../image/nav-jian.png) 98% center/17px no-repeat;
	}
	header .nav ul li .box {
		border-top: 1px solid #e2e2e2;
		display: none;
		padding: 10px 0;
	}
	header .nav ul li .box a{
		display: block;
		font-size: 14px;
		line-height: 32px;
		color: #666;
	}
	header .nav ul li:last-child{
		border-bottom: 0;
	}
	.headerbg{
		width: 100%;
	    height: 100%;
	    position: fixed;
	    background-color: rgba(0,0,0,0.7);
	    top: 0;
	    left: 0;
	    z-index: 5;
	    display: none;
	}
	.hserch{
		width: 100%;
	    height: 100%;
	    position: fixed;
	    background-color: rgba(0,0,0,1);
	    top: 0;
	    left: 0;
	    z-index: 52;
	    display: none;
	}
	.hserch .img {
	    width: 80px;
	    left: 10%;
	    top: 60px;
	    display: block;
    	position: absolute;
	}
	.hserch .img img {
	    display: block;
	    width: 100%;
	}
	.hserch i {
	    display: block;
	    width: 80px;
	    height: 25px;
	    position: absolute;
	    right: 10%;
	    top: 70px;
	    cursor: pointer;
	    background: url(../image/search-close.png) center right/16px no-repeat;
	    font-size: 18px;
	    color: #fff;
	    font-style: normal;
	    font-family: '微軟正黑體';
	}
	.hserch .box {
	    height: 50px;
	    width: 80%;
    	margin: 40% auto 0;
	    border-bottom: 1px solid rgba(255,255,255,0.8);
	}
	.hserch .box .inp {
	    display: block;
	    width: 70%;
	    float: left;
	    height: 50px;
	    line-height: 50px;
	    font-size: 18px;
	    color: #fff;
	    background-color: transparent;
	    border: 0;
	    margin-left: 3%;
	}
	.hserch .box .sub {
	    width: 50px;
	    height: 50px;
	    display: block;
	    float: right;
	    border: 0;
	    background: url(../image/serch.png) center/22px no-repeat;
	}
	.footer .max-top .left .tel,
	.footer .max-top .left .add,
	.footer .max-top .right{display: none;}
	.footer{
		background-color: #1a1a1a;
		padding: 40px 4% 20px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.footer .max-top{
		padding-bottom: 25px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.2)
	}
	.footer .max-top .left .icons{
		display: none;
	}
	.footer .max-top .left .ewm{
		width: 170px;
		height: 180px;
		border-radius: 5px;
		background-color: #fff;
		padding:12px 0px;
		margin: 0 auto;
	}
	.footer .max-top .left img{
		display: block;
		width:138px;
		margin: 0 auto;
	}
	.footer .max-top .left .fa{
		font-size: 12px;
		line-height: 18px;
		color: #333333;
		text-align: center;
	}
	.footer .max-fot{
		line-height:24px;
		font-family: 'arial';
		color: #fff;
		width: 100%;
		padding-top: 20px;
		font-size: 13px;
		text-align: center;
	} 
	.footer .max-fot .wailian{
		display: inline-block;
		color: #fff;
		cursor: pointer;
		margin-left: 10px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.footer .max-fot .wailian:hover{opacity: 1}
}

@media (min-width:320px) and (max-width:767px) {}

@media (min-width:768px) {
	header .logo{width: 130px;}
	header .right .serch{
		height: 60px;
	    background: url(../image/serch1.png) center/20px no-repeat;
	}
	header .right .english,
	header .right .serch{width: 62px;}
	header .right .english span{left: 39px;}
	header .right .english,
	header .right .english span{
		height: 60px;
		line-height: 60px;
	}
	header .right .lines p,
	header .right .lines{width: 37px;}
	header .right .lines{margin-top: 17px;height: 30px;}
	header .right .lines p:nth-child(2){top: 13px;}
	header .right .lines p:nth-child(3){top: 26px;}
	header .nav ul li .tit{padding: 8px 0;}
	.hserch .img{width: 100px;}
	.hserch i{top: 75px;}
	.hserch .box{margin: 35% auto 0;}
	header .logo{
		padding: 10px 20px;
	}
	header .nav{top: 60px;}
	.footer .max-top{
		padding-bottom: 0px;
		width: 40%;
		float: left;
		border-bottom: 0
	}
	.footer .max-fot{
		line-height: 40px;
		font-family: 'arial';
		color: #fff;
		float: left;
		width: 60%;
		padding-top: 25px;
	} 
	.footer .max-top .left .ewm{
		margin: 0 auto;
	}


	
}

@media (min-width:768px) and (max-width:1024px) {}	

@media (min-width:1025px) {
	header {display: none}
	.header{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		height: 78px;
		position: absolute;
		top: 0;
		display: block;
		left: 0;
		z-index: 20;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		background-color: transparent;
	}
	.index-body .header.onn{
		position: absolute;
		background-color:transparent;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.header.onn{
		position: fixed;
		background-color: #fff;
		box-shadow: 0 0 8px rgba(0,0,0,0.2)
	}
	.header .left {
		height: 78px;
		width: auto;
	}
	.header .left .logo {
		width: 125px;
		height: 78px;
		float: left;
		box-sizing: border-box;
		border-right: 1px solid rgba(255,255,255,0.2);
	}
	.header.onn .left .logo{
		border-right: 1px solid rgba(0,0,0,0.05);
	}
	.index-body .header.onn .left .logo{
		border-right: 1px solid rgba(255,255,255,0.2);
	}

	.header .left .logo a,
	.header .left .nav ul li a,
	.header .right .language a {
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	.header .left .logo a img{
		width: 95px;
		padding-top: 18px;
		margin: 0 auto;
		display: block;
	}
	.header.onn .left .logo a .img1,
	.header .left .logo a .img2{
		display: none;
	}
	.header.onn .left .logo a .img2{
		display: block;
	}
	.index-body .header.onn  .left .logo a .img2{
		display: none;
	}
	.index-body .header.onn  .left .logo a .img1{
		display: block;
	}
	.header .left .nav {
		width: auto;
		float: left;
	}
	.header .left .nav ul li {
		width: 100px;
		height: 78px;
		line-height: 78px;
		font-size: 16px;
		border-right: 1px solid rgba(255,255,255,0.2);
		display: block;
		float: left;
		text-align: center;
		position: relative;
		box-sizing: border-box;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.header.onn .left .nav ul li{
		border-right: 1px solid rgba(0,0,0,0.05);
	}
	.index-body .header.onn .left .nav ul li{
		border-right: 1px solid rgba(255,255,255,0.2);
	}
	.header .left .nav ul li .tit {
		color: #fff;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.header.onn .left .nav ul li .tit{
		color: #666;
	}
	.index-body .header.onn .left .nav ul li .tit{
		color: #babfc5;
	}
	.header.onn .left .nav ul li.on .tit,
	.header.onn .left .nav ul li:hover .tit{
		color: #333;
	}
	.index-body .header.onn .left .nav ul li.on .tit,
	.index-body .header.onn .left .nav ul li:hover .tit{
		color: #fff;
	}
	.header .left .nav ul li.on .tit,
	.header .left .nav ul li:hover .tit {
		color: #fff;
	}
	.header .left .nav ul li .child {
		/*width: 100%;*/
		background-color: #fff;
		position: absolute;
		top: 78px;
		left: 0;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		display: none;
		white-space: nowrap;
	}
	.header .left .nav ul li .child a {
		display: block;
		width: 100%;
		line-height: 45px;
		height: 45px;
		border-bottom: 1px solid #eee;
		color: #666;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		font-size: 14px;
	}
	.header .left .nav ul li .child a:hover {
		background-color: #005ca2;
		color: #fff;
		border-bottom: 1px solid #005ca2;
	}
	.header .right {
		width: auto;
	}
	.header .right .language {
		width: 120px;
		box-sizing: border-box;
		height: 38px;
		border: 1px solid rgba(255,255,255,0.2);
		float: right;
		margin: 20px 10px 0 0;
		line-height: 38px;
		border-radius: 30px;
		text-transform: uppercase;
		font-size: 14px;
		background: url(../image/img3.png) 13px center no-repeat;
		position: relative;
	}
	.header .right .language a {
		color: #fff;
		width: 110px;
		padding-left: 70px;
		box-sizing: border-box;
	}
	.header .right .language i {
		display: block;
		position: absolute;
		right: 14px;
		top: 0;
		width: 10px;
		height: 36px;
		background: url(../image/img4.png) center no-repeat;
	}
	.header .right .serch{
		float: right;
		width: 120px;
		box-sizing: border-box;
		height: 38px;
		border: 1px solid rgba(255,255,255,0.2);
		margin: 20px 10px 0 0;
		border-radius: 30px;
		overflow: hidden;
	}
	.header.onn .right .serch{
		border: 1px solid rgba(0,0,0,0.2);
	}
	.index-body .header.onn .right .serch{
		border: 1px solid rgba(255,255,255,0.2);
	}
	.header .right .serch .tet {
		display: block;
		width: 75px;
		height: 36px;
		line-height: 36px;
		float: left;
		border: 0;
		color: #fff;
		font-size: 14px;
		background-color: transparent;
		padding: 0 0 0 10px;
	}
	.header.onn .right .serch .tet{
		color: #666;
	}
	.index-body .header.onn .right .serch .tet{
		color: #fff;
	}
	.header .right .serch .btn {
		width: 27px;
		height: 36px;
		border: 0;
		padding: 0;
		display: block;
		float: left;
		background: url(../image/img2.png) center no-repeat;
		-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);
	    -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);
	    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);
	    -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 0);
	    transition: box-shadow 0 cubic-bezier(0.4, 0, 0.2, 0);
	}
	.header.onn .right .serch .btn{
		background: url(../image/serchimg2.png) center no-repeat;
	}
	.index-body .header.onn .right .serch .btn{
		background: url(../image/img2.png) center no-repeat;
	}
	.footer{
		background-color: #1a1a1a;
		padding:90px 4% 0;
	}
	.footer .max-top {
		padding-bottom: 37px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.2)
	}
	.footer .max-top .left{
		width: 280px;
		float: left;
	}
	.footer .max-top .left .tel{
		font-size: 24px;
		font-family: 'arial';
		line-height: 30px;
		padding-left: 30px;
		color:#fff;
		display: block;
	}
	.footer .max-top .left .add{
		font-size:14px;
		font-family: 'arial';
		line-height: 30px;
		padding-left: 30px;
		color:#fff;
		display: block;
		margin-bottom: 25px;
	}
	.footer .max-top .left .icons a{
		display: block;
		width: 33px;
		height: 33px;
		float: left;
		cursor: pointer;
		margin-right: 20px;
		opacity: 0.5;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.footer .max-top .left .icons{display: block;}
	.footer .max-top .left .icons a:hover{opacity: 1}
	.footer .max-top .left .icons .xl{
		background: url(../image/img16.png) center/33px no-repeat;
	}
	.footer .max-top .left .icons .qq{
		background: url(../image/img15.png) center/33px no-repeat;
	}
	.footer .max-top .left .icons .wx{
		background: url(../image/img14.png) center/33px no-repeat;
	}

	.footer .max-top .left .ewm{
		margin: 20px 0 0 0;
	}
	.footer .max-top .right{
		width: 65%;
		float: right;
		display: block;
	}
	.footer .max-top .right ul li{
		/*width: 16%;*/
	/*	border-right: 1px solid rgba(255,255,255,0.2);*/
		float: right;
		padding: 0 0 0 3%;
		/*min-height: 270px;*/
	}
	.footer .max-top .right ul li:last-child{border-right: 0}
	.footer .max-top .right ul li .tit{
		font-size: 16px;
		line-height: 36px;
		color: #fff;
		display: block;
		/*margin-bottom: 30px;*/
	}
	.footer .max-top .right ul li .tt{
		font-size: 14px;
		margin-bottom: 12px;
		color: #fff;
		opacity: 0.5;
		display: block;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.footer .max-top .right ul li .tt:hover{opacity: 1}
	.footer .max-fot{
		height: 90px;
		line-height: 90px;
		width: 100%;
		padding-top: 0;
		font-size: 14px;
	} 
	.footer .max-fot .left{
		display: inline-block;
		float: left;
		opacity: 0.3;
	}
	.footer .max-fot .wailian{
		display: inline-block;
		float: right;
		color: #fff;
		opacity: 0.3;
		cursor: pointer;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.footer .max-fot .wailian:hover{opacity: 1}
	
}

@media (min-width:1025px) and (max-width:1200px) {}

@media (min-width:1201px) {
	.header .left .nav ul li {width: 119px;}
	.header .right .serch,
	.header .right .language {
		width: 160px;
		margin: 20px 20px 0 0;
	}
	.header .right .language a {padding-left: 80px;}
	.header .right .serch .tet {
		padding: 0 0 0 15px;
		width: 120px;
	}
	.header .left .logo a img {
		width: 109px;
		padding-top: 14px;
	}
	.footer .max-top .right ul li{
		padding: 0 0 0 2%;
	}

}

@media (min-width:1400px) {
	.header .left .logo {width: 200px;}
	.header .right .language {margin: 20px 30px 0 0;}
}

@media (min-width:1500px) {
	.header .left .logo {width: 150px}
	.header .left .nav ul li {width: 120px;}
}






