@charset "utf-8";
/* CSS Document */
/* reset 默认样式重置 */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, q, em, ul, li, ol, dl, dt, dd, form, article, aside, embed, table, td, th, input, button, legend, fieldlset, blockquote, textarea, label, strong, img, cite { margin: 0; padding: 0; outline: none; }
body {background: #ebebeb; font-family:"微软雅黑"; font-size: 12px; line-height: 1;  margin: 0 auto; }
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: 100;}
table { border-collapse: collapse; }
ul, li , ol, li{ list-style: none; }
img{ border: none; vertical-align:top;}
em, cite, address,i { font-style: normal; font-weight: normal; }
a { text-decoration:none; outline: none;display:block;}
input { outline:none; border:none; background-color:transparent; display: block;}
input::-ms-clear { display:none; }
textarea { outline:none; resize:none; ;overflow:auto;border:none;background: transparent;}

/* 清浮动 */
.clearfix:after,
.clearfix:before{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom:1;}
.fl{float:left;}
.fr{float:right;}

#menu-item-1601{
	min-width: 140px;
	text-align: center;
}

/*header*/

.header{height: 80px;width: 100%;position: fixed;left: 0;top: 0;z-index: 100;transition: all .3s;background:rgba(255,255,255,0.12);}
.logo{width:182px;float:left;margin:17px 0 0 30px;}
.logo img{width:182px;height:45px;no-repeat;background-size: 100% 100%;}
.menuNav{float:right;height:100%;}
.menuList{float:left;height:100%;}
.menuList>li{float:left;line-height:80px;font-size:18px;position:relative;}
.menuList>li.current-menu-item{background:rgba(255,255,255,0.26);}
.menuList>li:hover{background:rgba(255,255,255,0.26);}
.menuList li a{display: block;color:#fff;padding:0 35px;}
.menuList li .sub-menu{position:absolute;left:0;top:80px;width:100%;height:auto;background:rgba(0,0,0,0.5);display: none;}
.menuList li .sub-menu li{margin:0 20px;height:50px;line-height:50px;border-bottom:solid 1px rgba(255,255,255,0.1)  ;box-sizing: border-box;font-size:16px;text-align: center;}
.menuList li .sub-menu a{width:100%;height:100%;display: block;padding:0;}
.loginBtn{float:right;width:80px;height:100%;background:rgba(255,255,255,0.26);text-align: center;}
.loginBtn i{width:14px;height:16px;display: inline-block;background:url(../images/icons.png) no-repeat 0 0;vertical-align: middle;margin-top:32px;}
.drop_down{position:absolute;left:50%;bottom:40px;text-align: center;width:80px;height:40px;margin-left:-40px;border:solid 1px rgba(255,255,255,0.21);box-sizing: border-box;z-index:4;cursor: pointer;}
.drop_down i{width:25px;height:14px;display: inline-block;background:url(../images/icons.png) no-repeat 0 -60px;vertical-align: middle;margin-top:13px}


.scroll .header{background:#fff;box-shadow: 0 0 16px rgba(0,0,0,0.14);}
.scroll .logo img{no-repeat;background-size: 100% 100%;}
.scroll .menuList li a{color:#333;}
.scroll .loginBtn{background:#0a65da;}
.scroll .menuList>li.current-menu-item{background:#0a65da;}
.scroll .menuList>li.current-menu-item a{color:#fff;}
.scroll .menuList>li:hover{background:#0a65da;}
.scroll .menuList>li:hover a{color:#fff;}

.mobileMenu{display:none;width:50px;height:50px;position:relative;z-index:200;background:transparent;transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;color:#fff;background:transparent;margin-top:15px;cursor:pointer;right:10px;}
.mobileMenu.menuOpen{background:#4b4b4b;}
.mobileMenu:after { content: ''; display: block; width: 30px; height: 2px;background:#dedede; position: absolute; top: 28px; left: 10px; transition: all 0.3s ease-out 0s;}
.mobileMenu:before { content: ''; display: block; width: 30px; height: 2px;background:#dedede; position: absolute; top: 18px; left: 10px; transition: all 0.3s ease-out 0s;}
.mobileMenu.menuOpen:after {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);top: 25px;background:#fff;}
.mobileMenu.menuOpen:before {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);top: 25px;background:#fff;}
.mobileNav{display: block;position: fixed;width: 100%;height: 100%;padding-top: 80px;box-sizing: border-box;overflow: hidden;overflow-y: auto;text-align: center;z-index: 99;background: #FFFFFF;left: 150%;}
.navList li{position: relative;}
.navList a{line-height: 60px;color: #333333;font-size: 14px}
.navList_ul{background: #ccc;display: none;}
.navList_ul a{color: #FFFFFF;}

.navList .navList_ul a{line-height:50px;}

.x-countW{
	width: 1170px;
	margin: 0 auto;
}
.x-f-wrap{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.x-f-w-list{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
}
.x-f-w-middle{
	width: 100%;
	/*height: 170px;*/
	    min-height: 200px;
	box-sizing: border-box;
	padding-top: 25px;
	background: #EBEBEB;
}
.x-f-w-middle p{
	margin-bottom: 20px;
}
.x-foot-phone{
	width: 180px;
	height: 67px;
	background: url(../images/wrold.png) no-repeat right center;
	background-size: 117px 67px;
	padding-left: 12px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}
.x-phonenum{
	color: #00a2ff;
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0 2px;
}
.x-foot-phone:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 47px;
	background: #00a2ff;
}
.x-f-mmain-list{
	float: right;
}
.x-f-item{
	display: inline-block;
	vertical-align: top;
	font-family: "微软雅黑";
	margin: 0 30px;
}
.x-f-item h3 a{
	color: #333333;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.x-f-item li{
	line-height: 20px;
}
.x-f-item>li{
	float: left;
	margin: 0px 20px;
}
.x-f-item>li>a{
	color: #333333 !important;
    margin-bottom: 10px;
    font-size: 14px !important;
    font-weight: bold;
}
.x-f-item li a{
	font-size: 12px;
	color: #8C8C8C;
}
.x-f-w-bottm{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #848484;
	font-size: 12px;
	background: #0F0F0F;
}
.x-f-w-lt li{
	display: inline-block;
	position: relative;
	/*margin-right: 60px;*/
}
.x-f-w-lt li:last-of-type{
	margin-right: 0;
}
.x-f-w-lt li:after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background: #666666;
}
.x-f-w-lt li:last-of-type:after{
	display: none;
}
.x-f-w-lt li a{
	font-size: 14px;
	color: #666;
}
.x-f-countw{
	width: 1550px;
	margin: 0 auto;
	text-align: center;
}
.x-foot-item li h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.x-foot-item li p{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}
.x-f-s1{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	margin-bottom: 20px;
}
.x-f-simg div{
	display: inline-block;
	vertical-align: bottom;
}
.x-f-spic{
	width: 140px;
	height: 140px;
	margin-right: 6px;
}
.x-f-spic img{
	width: 100%;
	height: 100%;
}
.x-f-simg h3{
	font-size: 22px !important;
	margin-bottom: 15px !important;
}
.x-f-simg p{
	font-size: 18px;
	color: #999999;
	margin-bottom: 10px;
}
.x-f-mmain{
	float: left;
}
.contFooter{position: static;}

/*响应式*/


@media only screen and (max-width:1600px ) {
	.x-recruit,.x-f-countw,.x-countW{width: 90%;}
	.menuList li a{padding:0 25px;}
} 
@media only screen and (max-width:1450px ) {
	.menuList li a{padding:0 20px;}
	.x-f-item>li{float: left;margin: 0px 10px;}
	.menuList li .sub-menu li{font-size: 14px ;margin:0px;}
}


@media only screen and (max-width:1360px ) {
	.menuList li a{padding:0 19px;}
	#menu-item-1601 {min-width: 100px;text-align: center;}
	.menuList li a {padding: 0 10px;}
	.menuList>li{font-size: 16px ;}
	.menuList li .sub-menu li{font-size: 16px ;margin:0px;}
	
	
}

@media only screen and (max-width:1100px ) {
	.menuList{display: none;}
	.mobileMenu{display: block;}
	.x-f-item{margin: 0 5px;}
	.x-recruit-t{margin-bottom: 8px;}
	.newsWrap .x-recruit-t{margin-bottom:20px;}
	.menuList>li{font-size: 14px ;}
	.menuList li .sub-menu li{font-size: 14px ;margin:0px;}
}


@media only screen and (max-width:1023px ) {
	.header{height:60px;}
	.logo{margin:12px 0 0 20px;}
	.logo a{width:145.6px;height:36px;background-size: 100% 100%;}
	.loginBtn{width:60px;}
	.loginBtn i{margin-top:22px;}
	.menuList>li{font-size: 13px ;}
	.menuList li .sub-menu li{font-size: 13px ;margin:0px;}
		/*导航*/
	.mobileMenu{margin-top:5px;}
	.x-f-wrap{position: relative;left: auto;bottom: auto;}
	.x-f-mmain,.x-f-mmain-list{float: none;}
	.x-f-w-middle,.fp-tableCell{height: auto !important;}
	.x-foot-phone{margin: 0 auto 20px;}
	.x-f-item{margin-bottom: 20px;}
	.x-f-w-bottm{height: auto;line-height: 26px;padding: 5px 0;}
	.x-foot-item li{height: auto;}
	 .x-f-item>li {
    float: left;
    margin: 0px 0px;
    width: 25%;
    /* display: table-column; */
    min-height: 13em;
}
.x-f-countw{
    width: 100%;
}	
	

}





























