@charset "utf-8";
/* CSS Document */
@font-face{font-family:"BEBAS";src:url("../font/BEBAS.woff2") format("woff2"),url("../font/BEBAS.woff") format("woff"),url("../font/BEBAS.ttf") format("truetype"),url("../font/BEBAS.eot") format("embedded-opentype"),url("../font/BEBAS.svg") format("svg");}

@font-face{font-family:"Impact";src:url("../font/Impact.woff2") format("woff2"),url("../font/Impact.woff") format("woff"),url("../font/Impact.ttf") format("truetype"),url("../font/Impact.eot") format("embedded-opentype"),url("../font/Impact.svg") format("svg");}

@font-face{font-family:"HelveticaNeue";src:url("../font/HelveticaNeue.woff2") format("woff2"),url("../font/HelveticaNeue.woff") format("woff"),url("../font/HelveticaNeue.ttf") format("truetype"),url("../font/HelveticaNeue.eot") format("embedded-opentype"),url("../font/HelveticaNeue.svg") format("svg");}

html, body {
    height: 100%;
}

.banner{
	height:100%;
	}

.drwp .title{
	padding-top:80px;
	}
.drwp .title h2{
	font-family:"HelveticaNeue";
	font-size:40px;
	color:#0055a7;
	text-align:center;
	font-weight:normal;
	}
.drwp .title h1{
	font-size:34px;
	color:#0055a7;
	text-align:center;
	font-weight:normal;
	}
.drwp .title .xian{
	width:80px;
	height:4px;
	background-color:#0055a7;
	margin:20px auto 0;
	}
.drwp .title p{
	margin-top:10px;
	font-size:15px;
	color:#666;
	text-align:center;
	}
	
.drwp .operation{
	overflow:hidden;
	padding-bottom:120px;
	}	
.drwp .operation .center{
	max-width:1200px;
	}
.drwp .operation{
	padding-bottom:120px;
	}
	
.drwp .about{
	background:url(../images/about_bg.jpg) no-repeat center right/cover;
	padding-bottom:80px;
	}	
.drwp .about .box{
	margin-top:60px;
	overflow:hidden;    
	display: flex;
    justify-content: center;
    align-items: center;
	}
.drwp .about .box .left{
	float:left;
	width:50%;
	}
.drwp .about .box .right{
	float:left;
	width:36%;
	margin-left:4%;
	margin-right:10%;
	}
.drwp .about .box .right h1{
	font-size:36px;
	color:#333;
	font-weight:normal;
	}
.drwp .about .box .right span{
	font-size:14px;
	color:#999;
	display:block;
	margin-top:5px;
	}
.drwp .about .box .right .xian{
	margin:25px 0 50px;
	width:60px;
	height:3px;
	background-color:#0055a7;
	}
.drwp .about .box .right .p{
	font-size:15px;
	color:#666;
	line-height:30px;
	}
.drwp .about .box .right a{
	width:140px;
	height:50px;
	margin-top:60px;
	display:block;
	background-color:#0055a7;
	color:#fff;
	line-height:50px;
	text-align:center;
	font-size:15px;
	border-radius:5px;
	}
.drwp .about .box .right a:hover{
	background-color:#fff;
	box-shadow:0 0 10px #666;
	color:#0055a7;
	transition: all 0.4s linear;
	}
.drwp .advantage{
	background:url(../images/advantage_bg.jpg) no-repeat center top/cover;
	padding-bottom:120px;
	}	
.drwp .advantage .box{
	margin:60px auto 0;
	width:680px;
	height:680px;
	background:url(../images/advantage.png) no-repeat center top/cover;
	position:relative;
	}
.drwp .advantage .box li{
	position:absolute;
	width:70%;
	}
.drwp .advantage .box li .txt{
	float:left;
	width:75%;
	margin-right:5%;
	text-align:right;
	}
.drwp .advantage .box li .txt h1{
	font-size:24px;
	color:#333;
	}
.drwp .advantage .box li .txt span{
	display:block;
	margin-top:5px;
	font-size:14px;
	color:#999;
	}
.drwp .advantage .box li .txt p{
	margin-top:10px;
	font-size:15px;
	line-height:24px;
	color:#666;
	}
.drwp .advantage .box li img{
	float:right;
	width:20%;
	}
.drwp .advantage .box li:nth-child(4) .txt, .drwp .advantage .box li:nth-child(5) .txt{
	float:right;
	width:75%;
	margin-left:5%;
	margin-right:0;
	text-align:left;
	}
.drwp .advantage .box li:nth-child(4) img, .drwp .advantage .box li:nth-child(5) img{
	float:left;
	width:20%;
	}
	
.drwp .advantage .box li:first-child{
	top:45px;
	left:-48%;
	}
.drwp .advantage .box li:nth-child(2){
	top:290px;
	left:-62%;
	}
.drwp .advantage .box li:nth-child(3){
	top:540px;
	left:-48%;
	}
.drwp .advantage .box li:nth-child(4){
	top:110px;
	right:-55%;
	}
.drwp .advantage .box li:nth-child(5){
	top:440px;
	right:-57%;
	}
	
.drwp .manpower{
	background:url(../images/manpower_bg.jpg) no-repeat center top/cover;
	padding-bottom:80px;
	}
.drwp .manpower .center{
	overflow:hidden;
	margin:60px auto 0;
	}
.drwp .manpower .center .txt{
	float:left;
	border-radius:5px;
	padding:60px 0;
	width:48%;
	margin-right:4%;
	background:url(../images/manpower.png) no-repeat right bottom #fff;
	}
.drwp .manpower .center .txt:last-child{
	float:right;
	margin-right:0;
	}
.drwp .manpower .center .txt h1{
	text-align:center;
	font-size:34px;
	color:#0055a7;
	font-weight:normal;
	}
.drwp .manpower .center .txt p{
	margin:40px auto 0;
	text-align:center;
	font-size:15px;
	line-height:30px;
	color:#666;
	width:80%;
	}
.drwp .manpower a{
    width: 140px;
    height: 50px;
    margin: 60px auto 0;
    display: block;
    background-color: #0055a7;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
}
.drwp .manpower a:hover{
	background-color:#fff;
	box-shadow:0 0 10px #666;
	color:#0055a7;
	transition: all 0.4s linear;
	}


.drwp .news{
	padding-bottom:80px;
	}
.drwp .news .more{
    width: 140px;
    height: 50px;
    margin: 60px auto 0;
    display: block;
    background-color: #0055a7;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
}
.drwp .news .more:hover{
	background-color:#fff;
	box-shadow:0 0 10px #666;
	color:#0055a7;
	transition: all 0.4s linear;
	}
	
.drwp .partners{
	background-color:#fafafa;
	padding-bottom:60px;
	}
	
	
.drwp .aboutindex .four{
	background:url(../images/wenhua_bg.jpg) no-repeat center/cover;
	padding:180px 0;
	}
.drwp .aboutindex .four h1{
	font-size:36px;
	color:#fff;
	font-weight:normal;
	margin-bottom:40px;
	}
.drwp .aboutindex .four p{
	font-size:22px;
	line-height:48px;
	color:#fff;	
	}
	
	


@media (max-width:1599px){
.drwp .advantage .box li .txt h1{
	font-size:22px;
	}
.drwp .advantage .box li .txt p{
	font-size:14px;
	}
.drwp .advantage .box{
	width:580px;
	height:580px;
	}
.drwp .advantage .box li:first-child{
	left:-54%;
	width:75%;
	}
.drwp .advantage .box li:nth-child(2){
	top:260px;
	}
.drwp .advantage .box li:nth-child(3){
	top:460px;
	}
.drwp .advantage .box li:nth-child(4){
	top:100px;
	}
.drwp .advantage .box li:nth-child(5){
	top:390px;
	}
}
@media (max-width:1299px){

.drwp .advantage .box{
	width:500px;
	height:500px;
	}
.drwp .advantage .box li:first-child{
	left:-56%;
	}
.drwp .advantage .box li:nth-child(2){
	top:230px;
	}
.drwp .advantage .box li:nth-child(3){
	top:405px;
	width:72%;
	}
.drwp .advantage .box li:nth-child(4){
	top:80px;
	}
.drwp .advantage .box li:nth-child(5){
	top:330px;
	}
}


@media (max-width:1199px){
	
.drwp .about .box .right{
	width:37%;
	margin-right:9%;
	}
.drwp .about .box .right h1{
	font-size:30px;
	}	
.drwp .about .box .right .xian{
	margin:20px 0 40px;
	}
.drwp .about .box .right a{
	margin-top:40px;
	}

.drwp .advantage{
	padding-bottom:80px;
	}
.drwp .advantage .box{
	width:90%;
	height:auto;
	overflow:hidden;
	background:none;
	}	
.drwp .advantage .box li .txt h1{
	font-size:20px;
	}
.drwp .advantage .box li{
	position:static;
	float:left;
	width:48%!important;
	margin-right:4%;
	margin-bottom:40px;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow:hidden;
	}
.drwp .advantage .box li:nth-child(even){
	margin-right:0;
	}
.drwp .advantage .box li:nth-child(even){
	margin-right:0;
	}
.drwp .advantage .box li .txt{
	float:left!important;
	width:75%!important;
	margin-left:0!important;
	margin-right:5%!important;
	text-align:right!important;
	}
.drwp .advantage .box li img{
	float:right!important;
	width:20%!important;
	}
}	
	
@media (max-width:996px){
.banner {
    height: 450px;
}
.drwp .title{
	padding-top:40px;
	}
.drwp .title h2{
	font-size:36px;
	}
.drwp .title h1{
	font-size:30px;
	}	
.swiper-container2{
	margin:20px auto 0!important;
	}
.drwp .operation{
	padding-bottom:40px;
	}

.drwp .about{
	padding-bottom:50px;
	}
.drwp .about .box{
	display:block;
	width: 90%;
    margin: 30px auto 0;
	}
.drwp .about .box .left{
	float:none;
	width:100%;
	}
.drwp .about .box .right{
	margin-top:30px;
	margin-right:0;
	margin-left:0;
	float:none;
	width:100%;
	}
.drwp .about .box .right .p{
	font-size:14px;
	line-height:26px;
	}
.drwp .about .box .right a{
	width:120px;
	height:45px;
	line-height:45px;
	}
	
.drwp .advantage{
	padding-bottom:30px;
	}	
.drwp .advantage .box{
	margin:30px auto 0;
	}
.drwp .advantage .box li{
	margin-bottom:30px;
	display:block;
	}
.drwp .advantage .box li .txt h1{
	font-size:18px;
	}
	
.drwp .manpower{
	padding-bottom:40px;
	}
.drwp .manpower .center{
	margin:30px auto 0;
	}	
.drwp .manpower .center .txt{
	float:none;
	width:100%;
	margin-right:0;
	margin-bottom:30px;
	padding:40px 0;
	}
.drwp .manpower .center .txt h1{
	font-size:24px;
	}
.drwp .manpower .center .txt p{
	margin:30px auto 0;
	font-size:14px;
	line-height:26px;
	}
.drwp .manpower a{
	margin:0 auto;
    width: 120px;
    height: 45px;
    line-height: 45px;
}	

.drwp .news{
	padding-bottom:40px;
	}
.drwp .news .more{
    width: 120px;
    height: 45px;
    line-height: 45px;
	margin:30px auto 0;
}	

.drwp .partners{
	padding-bottom:30px;
	}


.drwp .aboutindex .four{
	padding:80px 0;
	}
.drwp .aboutindex .four h1{
	font-size:30px;
	margin-bottom:30px;
	}
.drwp .aboutindex .four p{
	font-size:18px;
	line-height:40px;
	}
}

@media (max-width: 767px){
.drwp .advantage .box li{
	width:100%!important;
	float:none!important;
	margin-right:0!important;
	}
.drwp .advantage .box li .txt{
	float:right!important;
	width:75%!important;
	margin-left:5%!important;
	margin-right:0!important;
	text-align:left!important;
	}
.drwp .advantage .box li img{
	float:left!important;
	width:20%!important;
	}
}
@media (max-width: 599px){
.banner {
    height: 400px;
}

.drwp .title h2{
	font-size:26px;
	}
.drwp .title h1{
	font-size:22px;
	}
.drwp .title .xian{
	width:60px;
	margin:10px auto 0;
	}
.drwp .title p{
	font-size:14px;
	}
	
.drwp .about .box .right h1{
	font-size:22px;
	}
.drwp .about .box .right .xian{
	margin:10px 0 20px;
	}
.drwp .about .box .right span{
	font-size:12px;
	}	
.drwp .about .box .right a{
	margin-top:30px;
	font-size:14px;
	height:40px;
	line-height:40px;
	}
	
	
.drwp .advantage .box li .txt{
	width:100%!important;
	margin-right:0!important;
	margin-left:0!important;
	}
.drwp .advantage .box li img{
	display:none;
	}	
.drwp .advantage .box li .txt h1{
	font-size:16px;
	}
	
.drwp .manpower .center .txt h1{
	font-size:22px;
	}	
.drwp .manpower .center .txt p{
	margin:20px auto 0;
	}
.drwp .manpower a{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.drwp .news .more{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}


.drwp .aboutindex .four{
	padding:50px 0;
	}
.drwp .aboutindex .four h1{
	font-size:22px;
	margin-bottom:20px;
	}
.drwp .aboutindex .four p{
	font-size:15px;
	line-height:30px;
	}
}