/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/MONTSERRAT-LIGHT.OTF');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}

@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Inter";
	src:url('../font/Inter-Regular_1.ttf');
}
body {
    font-size: 12px;
	font-family: "Montserrat";
	background-color: #1a1a1a;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.htmleaf-container{
	display: none;
}
.header-navigation {
	position:fixed;
	top:30;
	width:100%;
	text-align:center;
	z-index:9999;
}
.heads{
	height:100px;
	top: 0px;
	width: 100%;
	left: 0%;
	transition: all .5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
	background-color: #1a1a1a;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
	
}
.headdv{
	width: 95%;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
}
.headdvleft img{
	display: block;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul li{
	line-height: 98px;
	margin: 0 5px;
	border-bottom: 2px solid transparent;
	padding: 0 10px;
	transition: all .3s;
}
.headdvright ul li a{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.headdvright ul li:hover{
	border-bottom: 2px solid #c82226;
}
.headdvright ul li:hover a{
	color: #fff;
}
.headdvright ul li.active{
	border-bottom: 2px solid #c82226;
}
.headdvright ul li.active a{
	color: #fff;
}
.ss{
	margin-right: 30px;
	margin-left: 40px;
}
.ss img{
	display: block;
}
.yuyan {
	margin-left: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.yuyan a{
	display: block;
	width: 100px;
	height: 35px;
	color: #fff;
	border-radius: 50%;
	line-height: 35px;
	font-size: 14px;
	border-radius: 5px;
	background-color: #c82226;
}
.banner img{
	display: block;
	width: 100%;
}
.expertise{
	margin: 110px auto;
	margin-bottom: 90px;
	width: 1400px;
}
.expertiselist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.expertiselist ul li{
	width: 340px;
	height: 220px;
	margin: 5px 0px;
	background-color: #2b2b2b;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
}
.expertisebt h1{
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 20px;
}
.expertisebt p{
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	text-transform: uppercase;
	width: 970px;
	margin: 0 auto;
	text-align: center;
}
.expertiselist ul li i{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #c82226;
	font-size: 60px;
	transition: all .5s;
}
.expertiselist ul li h1{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	height: 60px;
}
.expertiselist ul li div{
	width: 80%;
}
.expertiselist{
	margin-top: 40px;
}
.expertiselist ul li:hover{
	background-color: #c82226;
}
.expertiselist ul li:hover i{
	color: #fff;
}
.homegrown{
	background-color: #c82226;
	padding: 50px 0px;
}
.homegrowndv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.homegrowndvleft {
	width: 920px;
}
.homegrowndvleft h1{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.homegrowndvleft p{
	line-height: 30px;
	font-size: 15px;
	color: #ffffff;
	font-family: "Montserrat_Light";
}
.homegrowndvright h1{
	width: 300px;
	height: 55px;
	background-color: #ffffff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
} 
.homegrowndvright h1 span{
	color: #333333;
	font-size: 18px;
	font-family: "微软雅黑";
	display: block;
	margin-right: 10px;
}
.homegrowndvright h1 i{
	color: #c82226;
	font-size: 24px;
	font-family: "Montserrat";
	font-weight: bold;
	display: block;
}
.yuangong {
	position: relative;
}
.yuangong img{
	display: block;
	width: 100%;
}
.yuangongdv{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.yuangongdv h1{
	color: #ffffff;
	font-size: 48px;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.yuangongdv p{
	color: #ffffff;
	font-family: "Montserrat_Light";
	text-align: center;
	margin-bottom: 40px;
	font-size: 22px;
}
.yuangongdv a{
	display: block;
	width: 460px;
	height: 55px;
	background-color: #c82226;
	text-align: center;
	color: #ffffff;
	font-family: "Montserrat_Light";
	margin: 0 auto;
	border-radius: 5px;
	line-height: 55px;
	font-size: 16px;
	transition: all 1s; 
}
.yuangongdv a:hover{
	background-color: #fff;
	color: #c82226;
}
.wcus{
	width: 100%;
	background: url(../images/nbg_03.jpg) center no-repeat;
	padding-bottom: 100px;
	padding-top: 65px;
}
.wcusdvbt h1{
	color: #333333;
	font-size: 48px;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.wcusdvbt p{
	color: #333333;
	font-family: "Montserrat_Light";
	text-align: center;
	margin-bottom: 40px;
	font-size: 22px;
}
.wcusdvbt{
	margin-bottom: 40px;
}
.wcusdvlist{
	width: 1400px;
	margin: 0 auto;
}
.wcusdvlist ul{
	display: flex;
	justify-content: space-between;
}
.wcusdvlist ul li{
	width: 24%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 25px #dcdcdc;
}
.wcusdvlist ul li div{
	padding: 8%;
	padding-bottom: 0;
}
.wcusdvlist ul li div h1{
	color: #333333;
	font-size: 20px;
	line-height: 70px;
	border-bottom: 1px solid #c82226;
	font-weight: bold;
}
.wcusdvlist ul li div i{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #c82226;
	margin-bottom: 18px;
	transition: all 1s;
}
.wcusdvlist ul li:hover div i{
	width: 70%;
}
.wcusdvlist ul li div p{
	color: #666666;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 30px;
	height: 180px;
}
.wcusdvlist ul li section img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.wcusdvlist ul li:hover section img{
	transform: scale(1.05);
}
.wcusdvlist ul li section{
	overflow: hidden;
}
.abusdv{
	width: 1400px;
	margin: 125px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.abusdvleft{
	width: 48%;
}
.abusdvleft img{
	display: block;
	width: 100%;
}
.abusdvright{
	width: 48%;
}
.abusdvright h1{
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.abusdvright p{
	line-height: 30px;
	font-size: 14px;
	font-family: "Montserrat_Light";
	color: #fff;
}
.abusdvright a{
	display: block;
	width: 260px;
	height: 50px;
	background-color: #c82226;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 30px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 10px;
	transition: all 1s;
}
.abusdvright a:hover{
	background-color: #fff;
	color: #c82226;
}
.sz{
	display: flex;
	width: 1400px;
	margin: 0 auto;
	background-color: #262626;
}
.sz ul{
	display: flex;
	justify-content: space-between;
	padding: 45px 95px;
	width: calc(100% - 190px);
}
.sz ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sz ul li h1 span{
	color: #be130c;
	font-size: 46px;
	font-family: "Impact";
}
.sz ul li h1 sub{
	color: #c82226;
	font-size: 24px;
	font-weight: bold;
	margin-top: -15px;
	margin-left: 5px;
}
.sz ul i{
	display: block;
	width: 2px;
	height: 75px;
	border-left: 1px solid #4d4d4d;
}
.sz ul li p{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	margin-top: 10px;
}
.looking{
	width: 1400px;
	margin: 0 auto;
	margin-top: 135px;
	margin-bottom: 105px;
}
.lookingdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
} 
.lookingdvleft{
	width: 48%;
}
.lookingdvleft h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.lookingdvleft p{
	line-height: 30px;
	font-size: 14px;
	color: #e5e5e5;
	font-family: "Montserrat_Light";
	margin-bottom: 30px;
}
.lookingdvleft a{
	display: block;
	width: 260px;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	background-color: #be130c;
	color: #ffffff;
	font-size: 16px;
	transition: all 1s;
}
.lookingdvleft a:hover{
	color: #be130c;
	background-color: #fff;
}
.looking1{
	margin-top: 0;
}
.looking1 .lookingdv{
	display: flex;
	flex-direction: row-reverse;
}
.mingnew{
	padding: 100px 0px;
	background-color: #fff;
	padding-bottom: 75px;
}
.mingnewlist ul{
	display: flex;
	justify-content: space-between;
}
.mingnewlist ul li{
	width: 32%;
}
.mingnewbt{
	text-align: center;
	margin-bottom: 60px;
}
.mingnewbt h1{
	color: #333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.mingnewbt p{
	line-height: 30px;
	font-size: 14px;
	font-family: "Montserrat_Light";
	color: #333;
}
.mingnewlist{
	width: 1400px;
	margin: 0 auto;
}
.mingnewlist ul li{
	border-radius: 10px;
	overflow: hidden;
}
.mingnewlist ul li .mingnewimg{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.mingnewlist ul li .mingnewimg img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.mingnewimg div{
	position: absolute;
	top: 10%;
	left: 10%;
}
.mingnewimg h1{
	color: #ffffff;
	font-size: 52px;
	font-weight: bold;
	font-family: "Arial";
}
.mingnewimg h2{
	color: #ffffff;
	font-size: 14px;
	font-family: "Arial";
}
.mingnewlist ul li section{
	padding-top: 30px;
}
.mingnewlist ul li section h1{
	color: #333333;
	font-size: 20px;
	font-family: "Arial";
	margin-bottom: 5px;
}
.mingnewlist ul li section p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	font-family: "Montserrat_Light";
	margin-bottom: 20px;
}
.mingnewlist ul li section  span{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #c6102d;
	font-size: 14px;
	font-family: "Arial";
}
.mingnewlist ul li section  iconpark-icon{
	display: block;
	font-size: 15;
	margin-left: 15px;
}
.mingnewlist ul li:hover img{
	transform: scale(1.05);
}
.any{
	background-color: #c6102d;
	padding-top: 60px;
	padding-bottom: 60px;
}
.anydv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 60%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color: #fff;
	padding: 0 2%;
	height: 45px;
	outline: none;
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 130px;
	height: 45px;
	line-height: 45px;
	background-color: #333333;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
}
.foot{
	width: 100%;
	padding: 70px 0;
	background-color: #0d0d0d;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft img{
	display: block;
}
.footdvright{
	width: 75%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt{
	margin-bottom: 25px;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.footdvright dl dd a{
	color: #cccccc;
	font-size: 14px;
	font-family: "Montserrat_Light";
	text-transform: uppercase;
	line-height: 25px;
}
.footdvright dl dd{
	margin-bottom: 20px;
}
.footdvright dl:last-child{
	width: 250px;
}
.footdvright dl:last-child dd a{
	text-transform: inherit;
}
.footdvright dl dd a:hover{
	color: #c82226;
}
.wdl{
	border-top: 1px solid #262626;
	height: 80px;
	background-color: #0d0d0d;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #808080;
	font-size: 14px;
}
.wdldv p a{
	color: #808080;
	font-size: 14px;
}
.looking1 .lookingdvleft p{
	margin-bottom: 15px;
}
.looking1 .lookingdvleft h2{
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: bold;
	color: #fff;
}
.looking1 .lookingdvleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
.looking1 .lookingdvleft ul li i{
	display: block;
	width: 6px;
	height: 6px;
	background-color: #c6102d;
	margin-right: 10px;
	border-radius: 50px;
}
.looking1 .lookingdvleft ul li span{
	width: 90%;
	color: #e5e5e5;
	font-size: 14px;
	font-family: "Montserrat_Light";
}
.lxwm{
	width: 1400px;
	margin: 115px auto;
	display: flex;
	justify-content: space-between;
}
.lxwmleft{
	width: 45%;
}
.lxwmleft h1{
	color: #ffffff;
	font-size: 40px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 15px;
}
.lxwmleft p{
	color: #ffffff;
	font-size: 15px;
	font-family: 'Poppins_Light';
}
.lxwmleft ul{
	margin-top: 45px;
}
.lxwmleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}
.lxwmleft ul li iconpark-icon {
	font-size: 20px;
	color: #c82226;
	margin-right: 10px;
}
.lxwmleft ul li span{
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins";
}
.lxwmright{
	width: 48%;
}
.lxwmright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwmright ul li{
	width: 48%;
	margin-bottom: 20px;
}
.lxwmright ul li h1{
	width: 48%;
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins";
	margin-bottom: 10px;
}
.lxwmright ul li input{
	width: calc(100% - 40px);
	border: none;
	height: 45px;
	border: 2px solid #c82226;
	border-radius: 10px;
	padding: 0 20px;
	background-color: transparent;
	outline: none;
	color: #999999;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.lxwmright div h1{
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins";
	margin-bottom: 10px;
}
.lxwmright div textarea{
	width: calc(100% - 40px);
	border: none;
	line-height: 35px;
	border: 2px solid #c82226;
	border-radius: 10px;
	padding: 10px 20px;
	background-color: transparent;
	outline: none;
	color: #999999;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.lxwmright  button{
	width: 140px;
	height: 55px;
	border-radius: 5px;
	line-height: 55px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins";
	border: none;
	background-color: #c82226;
	text-transform: uppercase;
	margin-top: 20px;
}
.work{
	width: 1400px;
	margin: 100px auto;
}
.workbt h1{
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 20px;
}
.workbt p{
	margin-top: 15px;
	color: #ffffff;
	font-size: 16px;
	font-family: "Montserrat_Light";
	line-height: 30px;
}
.AREAS{
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 125px;
}
.AREASbt{
	margin-bottom: 40px;
}
.AREASbt h1{
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "Montserrat";
	font-weight: bold;
}
.AREASbt p{
	margin: 0 auto;
	width: 60%;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
}
.wchose .wcusdvlist ul li{
	box-shadow: 0px 0px 0px #dcdcdc;
	background-color: #2b2b2b;
}
.wchose .wcusdvlist ul li div h1{
	color: #fff;
}
.wchose .wcusdvlist ul li div p{
	color: #fff;
}
.place{
	margin: 105px auto;
}
.placelist{
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.placelist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.placelist ul li{
	width: 320px;
	margin: 30px auto;
}
.placelist ul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #c82226;
	color: #c82226;
	font-size: 72px;
}
.placelist ul li h1{
	margin: 15px auto;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-family: "Montserrat";
	text-align: center;
}
.placelist ul li p{
	color: #ffffff;
	font-size: 15px;
	font-family: "Montserrat_Light";
	text-align: center;
	width: 90%;
	margin: 0 auto;
	line-height: 30px;
}
.solulist{
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.solulist ul li{
	margin-top: 15px;
}
.solulist ul li section{
	display: flex;
	justify-content: space-between;
}
.solulist ul li section h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	width: 95%;
}
.solulist ul li section h1 i{
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
}
.solulist ul li section h1 span{
	width: 90%;
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
}
.solulist ul li div{
	color: #ffffff;
	width: 97%;
	margin-left: 18px;
	line-height: 30px;
	font-family: "Poppins_Light";
}
.solulist ul li div p{
	line-height: 30px;
}
.solulist ul li section iconpark-icon{
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 24px;
}
.solulist ul li div{
	height: 0;
	overflow: hidden;
	font-size: 16px;
}
.BENEFITSbt{
	width: 1400px;
	margin: 0 auto;
}
.BENEFITSbt h1{
	text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: "Montserrat";
    font-weight: bold;
	margin-bottom: 20px;
} 
.BENEFITSbt p{
	color: #ffffff;
	font-size: 16px;
	font-family: "Montserrat_Light";
	line-height: 30px;
	margin-bottom: 15px;
}
.BENEFITSbt h2{
	color: #ffffff;
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 20px;
}
.BENEFITS ul{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.BENEFITS ul li{
	width: 23%;
}
.BENEFITS ul li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.BENEFITS ul li h1{
	color: #ffffff;
	font-size: 15px;
	font-family: "Montserrat_Light";
	text-align: center;
	line-height: 30px;
}
.BENEFITS{
	margin: 70px auto;
}
.hirlist{
	width: 1400px;
	margin: 0 auto;
}
.hirlist dl{
	display: flex;
	justify-content: space-between;
}
.hirlist dl dt{
	width: 320px;
	height: 159px;
	background: url(../images/jth_03.png) center no-repeat;
	background-size: contain;
}
.hirlist dl dt h1{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Montserrat";
	margin-top: 20px;
	margin-left: 25px;
}
.hirlist dl dt iconpark-icon{
	color: #fff;
	font-size: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hirlist dl dt h2{
	color: #ffffff;
	width: 100%;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Montserrat_Light";
}

.hirlist dl dd{
	width: 320px;
	height: 159px;
	background: url(../images/jt_03.png) center no-repeat;
	background-size: contain;
}
.hirlist dl dd h1{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Montserrat";
	margin-top: 20px;
	margin-left: 45px;
}
.hirlist dl dd iconpark-icon{
	color: #fff;
	font-size: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hirlist dl dd h2{
	color: #ffffff;
	width: 100%;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Montserrat_Light";
}


.mfoot{
		height: 45px;
		display: none;
}
.mfootdv{
	display: none;
	width: 100%;
	height: 45px;
	line-height: 45px;
	justify-content: space-between;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	background-color: #1f67bf;
}
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 1400px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -700px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	margin-top: 30px;
	width: 100%;
}

.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 60px;
	text-align: center;
	margin-bottom: 35px;
	font-family: "Montserrat";
	font-weight: bold;
}
.bannersasg  .swiper-slide section h4{
	font-size: 48px;
	text-align: center;
	color: #ffffff;
}
.bannersasg  .swiper-slide section h5{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.bannersasg  .swiper-slide section a{
	width: 460px;
    height: 55px;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c82226;
    transition: all .5s;
    color: #ffffff;
    margin: 0 15px;
    margin-top: 80px;
    background-color: #c82226;
    font-family: "Montserrat_Light";
}
.bannersasg  .swiper-slide section a span {
    color: #ffffff;
    font-size: 14px;
    transition: all 1s;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #ffffff;
    font-size: 14px;
    /* margin-left: 30px; */
    width: 100%;
    height: 100%;
    line-height: 55px;
    text-align: center;
    background-color: #fff;
    color: #c82226;
}
.bannersasg  .swiper-slide section a iconpark-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 24px;
    color: #00afb4;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #c82226;
}
.nrbanner{
	position: relative;
	z-index: 66;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 90%;
	left: 5%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 95%;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 50px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "Montserrat";
}
.nrbanner .btext p{
	font-size: 40px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.nrbanner .btext p a{
	font-size: 40px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px){
	.headdvleft img{
		height: 50px;
	}
	.headdvleft {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.headdvright ul li{
		padding: 0 6px;
		margin: 0;
	}
	.headdvright ul li a{
		font-size: 14px;
	}
	.headdvright{
		width: auto;
	}
	.yuyan{
		margin-left: 10px;
	}
	.headdv{
		width: 97%;
	}
	.expertise{
		width: 95%;
	}
	.expertiselist ul li{
		width: 24%;
	}
	.homegrowndv{
		width: 95%;
	}
	.wcusdvlist{
		width: 95%;
	}
	.wcusdvlist ul li div h1{
		font-size: 14px;
	}
	.abusdv{
		width: 95%;
	}
	.sz{
		width: 95%;
	}
	.sz ul{
		padding: 45px;
		width: calc(100% - 90px);
	}
	.looking{
		width: 95%;
	}
	.lookingdvright{
		width: 50%;
	}
	.lookingdvright img{
		display: block;
		width: 100%;
	}
	.lookingdvleft h1{
		font-size: 26px;
	}
	.mingnewlist{
		width: 95%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form input{
		width: 15%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmright ul li h1{
		width: 100%;
	}
	.work{
		width: 95%;
	}
	.placelist{
		width: 95%;
	}
	.placelist ul li{
		width: 21%;
	}
	.solulist{
		width: 95%;
	}
	.AREAS{
		width: 95%;
	}
	.BENEFITSbt{
		width: 95%;
	}
	.BENEFITS ul{
		width: 95%;
	}
	.hirlist{
		width: 95%;
	}
	.hirlist dl dt,.hirlist dl dd{
		height: auto;
		padding-bottom: 20px;
	}
	.hirlist dl dt iconpark-icon,.hirlist dl dd iconpark-icon{
		font-size: 32px;
	}
}
@media screen and (max-width: 999px){
	.heads{
		display: none;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.mobile-inner-header-icon span{
		background-color: #fff;
	}
	.expertise{
		width: 95%;
		margin: 30px auto;
	}
	.expertisebt h1{
		font-size: 24px;
	}
	.expertisebt p{
		width: 100%;
	}
	.expertiselist{
		margin-top: 20px;
	}
	.expertiselist ul li{
		width: 49%;
		height: auto;
		padding: 15px 0px;
	}
	.expertiselist ul li i{
		width: 35px;
		height: auto;
	}
	.expertiselist ul li i img{
		width: 100%;
		display: block;
	}
	.expertiselist ul li h1{
		line-height: 25px;
		font-size: 14px;
		height: auto;
	}
	.homegrown{
		padding: 30px 0px;
	}
	.homegrowndv{
		width: 95%;
		display: block;
	}
	.homegrowndvleft{
		width: 100%;
	}
	.homegrowndvleft h1{
		font-size: 22px;
	}
	.homegrowndvleft p{
		font-size: 14px;
	}
	.homegrowndvright h1{
		height: 45px;
		width: 200px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.homegrowndvright h1 i{
		font-size: 16px;
	}
	.yuangong img{
		width: 150%;
		margin-left: -25%;
	}
	.yuangong{
		overflow: hidden;
	}
	.yuangongdv{
		width: 95%;
		left: 2.5%;
	}
	.yuangongdv div{
		width: 100%;
	}
	.yuangongdv h1{
		font-size: 20px;
	}
	.yuangongdv a{
		width: 200px;
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}
	.yuangongdv p{
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.wcus{
		padding: 30px 0px;
		background-size: cover;
	}
	.wcusdvbt h1{
		font-size: 24px;
	}
	.wcusdvbt p{
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 25px;
	}
	.wcusdvbt{
		margin-bottom: 20px;
	}
	.wcusdvlist{
		width: 95%;
	}
	.wcusdvlist ul{
		flex-wrap: wrap;
	}
	.wcusdvlist ul li{
		width: 41%;
		padding: 4%;
		margin-bottom: 10px;
	}
	.wcusdvlist ul li div h1{
		line-height: 25px;
		font-size: 16px;
		padding-bottom: 20px;
	}
	.wcusdvlist ul li div{
		padding: 0;
	}
	.wcusdvlist ul li div p{
		line-height: 25px;
	}
	.abusdv{
		width: 95%;
		display: block;
		margin-top: 30px;
	}
	.abusdvleft{
		width: 100%;
	}
	.abusdvright{
		width: 100%;
		margin-top: 15px;
	}
	.abusdvright h1{
		font-size: 24px;
	}
	.abusdvright a{
		width: 200px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 14px;
	}
	.sz{
		width: 95%;
	}
	.sz ul{
		padding: 4% ;
		width: 92%;
		flex-wrap: wrap;
	}
	.sz ul i{
		display: none;
	}
	.sz ul li{
		width: 48%;
		margin: 10px auto;
	}
	.sz ul li h1 span{
		font-size: 32px;
	}
	.sz ul li p{
		margin-top: 5px;
	}
	.abusdv{
		margin-bottom: 20px;
	}
	.looking{
		width: 95%;
		margin: 30px auto;
		display: block;
	}
	.lookingdv{
		display: block;
	}
	.lookingdvleft{
		width: 100%;
	}
	.lookingdvleft h1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.lookingdvleft p{
		margin-bottom: 15px;
	}
	.lookingdvleft a{
		margin: 0 auto;
		margin-bottom: 15px;
		font-size: 14px;
		width: 200px;
		height: 45px;
		line-height: 45px;
	}
	.lookingdvright{
		width: 100%;
	}
	.lookingdvright img{
		display: block;
		width: 100%;
	}
	.looking1 .lookingdv{
		display: block;
	}
	.mingnew{
		padding: 30px 0px;
	}
	.mingnewbt h1{
		font-size: 24px;
	}
	.mingnewbt{
		margin-bottom: 20px;
	}
	.mingnewlist{
		width: ;
	}
	.mingnewlist{
		width: 95%;
	}
	.mingnewlist ul{
		display: block;
	}
	.mingnewlist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.mingnewlist ul li section{
		padding: 15px 0px;
	}
	.mingnewlist ul li section h1{
		font-size: 17px;
	}
	.mingnewlist ul li section p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.mingnewimg h1{
		font-size: 36px;
	}
	.mingnewimg div{
		top: 5%;
		left: 5%;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 22px;
	}
	.anydv form{
		display: block;
	}
	.anydv form input{
		width: 100%;
	}
	.anydv form{
		width: 96%;
		margin-top: 15px;
	}
	.anydv form input{
		height: 40px;
		margin-bottom: 10px;
	}
	.anydv form input:nth-child(3){
		width: 100%;
	}
	.any{
		padding: 30px 0px;
	}
	.foot,.wdl{
		display: none;
	}
	.looking1 .lookingdvleft ul{
		margin-bottom: 15px;
	}
	.lookingdvleft h1{
		font-size: 20px;
	}
	.lxwm{
		padding: 30px 0px;
		display: block;
		margin: 0 auto;
		width: 95%;
	}
	.lxwmleft{
		width: 100%;
	}
	.lxwmleft h1{
		font-size: 24px;
	}
	.lxwmleft ul{
		margin-top: 20px;
	}
	.lxwmright{
		width: 100%;
		margin-top: 35px;
	}
	.lxwmright ul li h1{
		width: 100%;
		font-size: 14px;
	}
	.lxwmright button{
		height: 40px;
		line-height: 40px;
	}
	.work{
		width: 95%;
		margin: 30px auto;
	}
	.workbt h1{
		font-size: 24px;
	}
	.workbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.AREASbt p{
		width: 90%;
	}
	.AREASbt h1{
		font-size: 24px;
	}
	.place{
		margin: 30px auto;
	}
	.AREASbt{
		margin-bottom: 20px;
	}
	.placelist{
		width: 95%;
	}
	.placelist ul li{
		width: 48%;
		margin: 10px 0;
	}
	.placelist ul li img{
		width: 60px;
	}
	.placelist ul li h1{
		font-size: 17px;
	}
	.placelist ul li p{
		font-size: 14px;
	}
	.solulist{
		width: 95%;
	}
	.solulist ul li section h1 span{
		font-size: 17px;
	}
	.solulist ul li div{
		font-size: 14px;
	}
	.solulist ul li div{
		width: 95%;
	}
	.solulist{
		margin-bottom: 30px;
	}
	.AREAS{
		width: 95%;
		margin-bottom: 30px;
	}
	.hirlist{
		width: 95%;
	}
	.hirlist dl{
		flex-wrap: wrap;
	}
	.hirlist dl dt{
		width: 50%;
	}
	.hirlist dl dd{
		width: 50%;
		height: auto;
	}
	.hirlist dl dd iconpark-icon{
		font-size: 32px;
	}
	.hirlist dl dt{
		height: auto;
			margin-bottom: 10px;
	}
	.hirlist dl dt iconpark-icon,.hirlist dl dd iconpark-icon{
		font-size: 32px;
		margin: 5px 0px;
	}
	.hirlist dl dt h1,.hirlist dl dd h1{
		margin-top: 10px;
	}
	.hirlist dl dd h1{
		margin-top: 5px;
	}
	.hirlist dl dd{
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.BENEFITS{
		margin: 30px auto;
	}
	.BENEFITSbt{
		width: 95%;
	}
	.BENEFITSbt h1{
		font-size: 24px;
	}
	.BENEFITSbt p{
		font-size: 14px;
	}
	.BENEFITSbt h2{
		line-height: 25px;
	}
	.BENEFITS ul{
		width: 95%;
	}
	.BENEFITS ul li{
		width: 48%;
		margin-top: 10px;
	}
	.BENEFITS ul li img{
		width: 60px;
		margin-bottom: 1px;
	}
	.BENEFITS ul{
		flex-wrap: wrap;
	}
	.solulist ul li section h1{
		align-items: flex-start;
		    margin-top: 9px;
	}
	.nrbanner .btext h2{
		font-size: 24px;
	}
	.nrbanner {
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.mobile-inner-nav{
		z-index: 9999;
	}
	.bannersasg .swiper-slide section h5{
		display: none;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 05px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 18px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide div section{
		margin-top: 0;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #c82226;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #a12b2e;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.placelist ul li i{
		width: 50px;
		height: 50px;
		font-size: 36px;
	}
	.expertiselist ul li i{
		width: auto;
		text-align: center;
		font-size: 45px;
	}
	.mobile-inner-nav{
		background-color: #1a1a1a;
	}
	.mobile-inner-nav a{
		color: #fff;
		border-bottom: solid 1px rgba(255, 255, 255, 0.4);
	}

}



