@charset "utf-8";
/* CSS Document */
*{margin: 0px; padding: 0px;}
img{border: none;}
a{text-decoration: none; font-family: "Myriad Pro";}
ul,li{list-style:none;}
input{outline: none;font-family:"Myriad Pro";box-sizing: border-box; border:none;}
i,em{font-style: normal;}
body{font-family:"Myriad Pro"; box-sizing: border-box; overflow-x: hidden; 
	background: url(../images/bg.jpg) repeat center; width: 100%;}
.bg{width: 1300px; height: auto; overflow: hidden; background-color: #f5f5f5; margin:0 auto;}
.left{ display:inline; float:left;}
.right{ display:inline; float:right;}
.clear:after{ content:''; display:block; clear:both;}
.clear{ zoom:1;}
.box{ width:1200px; margin:0 auto;}

@media screen and (max-width: 1300px){
	.bg{width: 100%;}
}


/*头部*/
header{width: 100%; height: 157px;}
header .logo{margin-top:66px;}
header .language{margin-top:74px;}
header .navlist{padding-top: 24px; /*margin-right: 24px;*/}
header .navlist li{float: left; margin-right: 20px; font-size: 16px; height: 125px; line-height: 125px;
	border-bottom: 7px solid transparent;}
header .navlist li a{color: #1f1f1f;}
.head_border{border-bottom: 7px solid #04adf2!important;}
.s_wap{display: none;}


@media screen and (max-width: 800px){
	.box{width: auto; padding: 0 10px;}
	.bg{background-color: #fff;}
	.s_pc{display: none;}
	.s_wap{display: block;}

	.wap_head{height: 50px;}
	.wap_head .wap_logo{width: 200px; margin-top:15px;}
	.wap_head .wap_menu{width: 24px; margin-top:16px;}
	.wap_head .wap_qh{width: 20px; margin-top:15px; margin-right: 12px;}
	.wap_head .wap_yx{width: 22px; margin-top:17px; margin-right: 12px;}
	/*菜单弹出*/
	.wap_cd{position:fixed; top:0; left:0; width: 100%; height: 100%; background-color:#0091dc; z-index: 99;
		display: none;}
	.wap_cd .wap_close{position: absolute; top:10px; right: 10px; width: 24px;}
	.wap_cd ul{padding-top: 44px; border-bottom: 1px solid rgba(255,255,255,.6);}
	.wap_cd ul li{height: 44px; line-height: 44px; font-size: 16px; text-align: center; border-top: 1px solid rgba(255,255,255,.6);}
	.wap_cd ul li a{color: #fff;}
}




/*底部*/
footer .foot_top{width: 100%; padding: 50px 0;}
footer .foot_top .foot_nav1{width: 220px; margin-left: 16px;}
footer .foot_top .foot_nav1 li{font-size: 16px; margin-bottom: 15px;}
footer .foot_top .foot_nav1 li:nth-child(1){font-weight: bold;}
footer .foot_top .foot_nav1 a{color: #000; transition: .5s;}
footer .foot_top .foot_nav2{width: 290px;}
footer .foot_top .foot_nav2 li{font-size: 16px; margin-bottom: 15px;}
footer .foot_top .foot_nav2 li:nth-child(1){font-weight: bold;}
footer .foot_top .foot_nav2 a{color: #000; transition: .5s;}
footer .foot_top .foot_nav3{width: 140px;}
footer .foot_top .foot_nav3 li{font-size: 16px; margin-bottom: 15px;}
footer .foot_top .foot_nav3 li:nth-child(1){font-weight: bold;}
footer .foot_top .foot_nav3 a{color: #000; transition: .5s;}
footer .foot_top .dizhi{font-size: 16px; color: #000; line-height: 32px; width: 500px;}
footer .foot_bot{height: 60px; background-color: #000;}
footer .foot_bot p{font-size: 14px; color: #cfcdcd; line-height: 60px; text-transform: uppercase;}

footer .foot_top .foot_nav1 a:hover{color: #04adf2;}
footer .foot_top .foot_nav2 a:hover{color: #04adf2;}
footer .foot_top .foot_nav3 a:hover{color: #04adf2;}

@media screen and (max-width: 800px){
	.wap_foot{background-color: #000; color: #cfcdcd; text-align: center; padding: 6px 0; font-size: 14px;}
}