@charset "utf-8";
/* CSS Document */
@font-face{font-family:"BEBAS";src:url("/style/bebas.woff2") format("woff2"),url("/style/bebas.woff") format("woff"),url("/style/bebas.ttf") format("truetype"),url("/style/bebas.eot") format("embedded-opentype"),url("/style/bebas.svg") format("svg");}

@font-face{font-family:"Impact";src:url("/style/impact.woff2") format("woff2"),url("/style/impact.woff") format("woff"),url("/style/impact.ttf") format("truetype"),url("/style/impact.eot") format("embedded-opentype"),url("/style/impact.svg") format("svg");}
body{
	background-color:#fafafa;
	}
.drwp .title {
    position: relative;
    margin: 60px auto 0;
}
.drwp .title h1 {
    color: #eee;
    font-size: 76px;
    text-align: center;
}
.drwp .title p {
    color: #f90;
    font-size: 40px;
    text-align: center;
    position: absolute;
    font-weight: bold;
}
.drwp .title1{
	margin-bottom:60px;
	}
.drwp .title1 span{
    color: #f90;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
	display:block;
	margin-bottom:30px;
	}
.drwp .title1 .xian{
	width:50px;
	margin:0 auto;
	height:4px;
	background-color:#004b93;
	}
	
.drwp .more{
	display:block;
	width:200px;
	height:50px;
	background-color:#004b93;
	color:#fff;
	line-height:50px;
	text-align:center;
	font-size:16px;
	margin:60px auto;
	}	
	
.drwp .pro{
	background-color:#fafafa;
	overflow:hidden;
	}
.drwp .pro .list{
	overflow:hidden;
	}
.drwp .pro .list li{
	width:calc(100%/4 - 15px);
	margin-right:15px;
	float:left;
	margin-bottom:20px;
	}
.drwp .pro .list li:nth-child(4n+0){
	margin-right:0;
	}
.drwp .pro .list li .txt{
	height:46px;
	background-color:#fff;
	text-align:center;
	padding-top:20px;
	}
.drwp .pro .list li .txt h1{
	font-size:16px;
	color:#333;
	margin-bottom:5px;
	}
.drwp .pro .list li .txt p{
	font-size:14px;
	color:#666;
	}
.drwp .pro .list li:hover .txt{
	background-color:#004b93;
	transition: all 0.3s linear;
	}
.drwp .pro .list li:hover .txt h1{
	color:#fff;
	transition: all 0.3s linear;
	}
.drwp .pro .list li:hover .txt p{
	color:#fff;
	transition: all 0.3s linear;
	}
.drwp .about{
	overflow:hidden;
	background:url(/style/about_bg.png) no-repeat center/cover #fafafa;
	}
.drwp .about .title{
	justify-content: left;
	}
.drwp .about .title h1{
	text-align:left;
	}
.drwp .about .title p{
	text-align:left;
	}
.drwp .about .title1 span{
	text-align:left;
	}
.drwp .about .title1 .xian{
	margin:0;
	}
.drwp .about .more{
	margin:80px 0 0;
	}	
.drwp .about .left{
	float:left;
	width:48%;
	margin-top:60px;
	}
.drwp .about .left .p{
	line-height:26px;
	font-size:14px;
	color:#666;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.drwp .about .left .img{
	display:none;
	}
.drwp .about .right{
	float:right;
	margin:80px 0 80px 14%;
	width:38%;
	}
.drwp .adv{
    padding:60px 0 120px;
    position: relative;
    background-color: #fff;
}
.drwp .adv .imgBg{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 527px;
}	
.drwp .adv .center{
	position: relative;
	}
.drwp .adv .list{
	box-shadow: 0 0 10px #ccc;
	}
.drwp .adv .list li{
	width:25%;
	float:left;
	position:relative;
	overflow:hidden;
	}
.drwp .adv .list li .txt{
	position:relative;
    display: flex;
    justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
    align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
	background-color:#fff;
	}
.drwp .adv .list li .txt .tit{
	position:absolute;
	width:100%;
	}
.drwp .adv .list li .txt .tit>img{
	width: 18%;
    margin: 0 auto;
    display: block;
	}
.drwp .adv .list li .txt .tit h1{
	font-size:18px;
	line-height:18px;
	color:#333;
	text-align:center;
	margin:15px 0;
	}
.drwp .adv .list li .txt .tit .xian{    
	width: 40px;
    margin: 0 auto;
    height: 2px;
    background-color: #004b93;
	}
.drwp .adv .list li .img{
	display: block;
	}
.drwp .adv .list li:hover .show{
	top:0;
	transition: all 0.3s linear;
	}
.drwp .adv .list li .show{
    background-color: #004b93;
	position:absolute;
	top:100%;
	}
.drwp .adv .list li .show .txt1{
    display: flex;
    justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
    align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
	position:relative;
	}
.drwp .adv .list li .show .txt1 .tit1{
	position:absolute;
	width:100%;
	}
.drwp .adv .list li .show .txt1 .tit1>img{
	width:18%;
	margin:0 auto;
	display:block;
	}
.drwp .adv .list li .show .txt1 .tit1 h1{
	font-size:18px;
	line-height:18px;
	color:#fff;
	text-align:center;
	margin:15px 0 30px;
	}
.drwp .adv .list li .show .txt1 .tit1 .xian{    
	width: 40px;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
	}
.drwp .adv .list li .show .txt1 .tit1 p{
	font-size:14px;
	line-height:24px;
	text-align:center;
	color:#fff;
	width:80%;
	margin:30px auto 0;
	display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.drwp .case{
	padding:80px 0;
	background: url(/style/case_bg.jpg) no-repeat top/cover;
	}
.drwp .case .title{
	margin:0 auto;
	}
.drwp .case .title h1{
	color:#85cdff;
	}
.drwp .case .title p{
	color:#fff;
	}
.drwp .case .title1 span{
	color:#bce4ff;
	}
.drwp .case .title1 .xian{
	background-color:#fff;
	}
.drwp .news{
	overflow:hidden;
	background-color:#fff;
	padding-bottom:80px;
	}
.drwp .news .title{
	justify-content: left;
	margin:80px auto 0;
	}
.drwp .news .title h1{
	text-align:left;
	}
.drwp .news .title p{
	text-align:left;
	}
.drwp .news .title1 span{
	text-align:left;
	}
.drwp .news .title1 .xian{
	margin:0;
	}
.drwp .news .left{
	float:left;
	}	
.drwp .news .right{
	float:right;
	margin-top: 185px;
	}	
.drwp .news .right a{
	width:120px;
	height:40px;
	background-color:#fff;
	display:block;
	line-height:40px;
	text-align:center;
	color:#666;
	float:left;
	}
.drwp .news .right a:hover{
	background-color:#004b93;
	transition: all 0.3s linear;
	color:#fff;
	}
.drwp .news .right a:nth-child(1){
	background-color:#004b93;
	color:#fff;
	}
.drwp .news .top{
	overflow:hidden;
	}
.drwp .news .list{
	margin:0 0 80px;
	}
.drwp .news .list li{
	width:calc(100%/4 - 15px);
	margin-right:20px;
	float:left;
	overflow:hidden;
	}
.drwp .news .list li:nth-child(4n+0){
	margin-right:0;
	}
.drwp .news .list li .txt{
	padding:20px;
	background-color:#fafafa;
	}
.drwp .news .list li .txt h1{
	font-size:16px;
	color:#333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.drwp .news .list li .txt>.xian{
	width:35px;
	height:4px;
	background-color:#004b93;
	margin:15px 0 30px;
	}
.drwp .news .list li .txt .bot{
	overflow:hidden;
	}
.drwp .news .list li .txt .bot span{
	font-size:14px;
	color:#666;
	float:left;
	}
.drwp .news .list li .txt .bot p{
	font-size:14px;
	color:#666;
	float:right;
	border-left:1px solid #004b93;
	padding-left:15px;
	}
.drwp .news .list li:hover .txt{
	background-color:#004b93;
	transition: all 0.3s linear;
	}
.drwp .news .list li:hover .txt h1{
	color:#fff;
	transition: all 0.3s linear;
	}
.drwp .news .list li:hover .txt>.xian{
	background-color:#fff;
	transition: all 0.3s linear;
	}
.drwp .news .list li:hover .txt .bot span{
	color:#fff;
	transition: all 0.3s linear;
	}
.drwp .news .list li:hover .txt .bot p{
	color:#fff;
	transition: all 0.3s linear;
	border-left:1px solid #fff;
	}
.drwp .news .list li:hover .img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	}

	
	
	
	
	
	

@media (max-width: 1299px){
.drwp .adv .list li .show .txt1 .tit1 h1{
	margin:15px 0 20px;
	}
.drwp .adv .list li .show .txt1 .tit1 p{
    -webkit-line-clamp:3;
	margin:20px auto 0;
	}
	}
@media (max-width: 992px){
.drwp .title {
    margin: 40px auto 0;
}
.drwp .title h1 {
    font-size: 46px;
}
.drwp .title p {
    font-size: 24px;
}
.drwp .title1{
	margin-bottom:30px;
	}
.drwp .title1 span {
    font-size: 16px;
	margin-bottom:15px;
}
.drwp .more{
	margin:40px auto;
	}
.drwp .pro .list li {
    width: calc(100%/2 - 10px);
	}
.drwp .pro .list li:nth-child(even){
	margin-right:0;
	}
.drwp .pro .list li .txt{
    height: 45px;
    padding-top: 10px;
	}
.drwp .pro .list li .txt h1{
	font-size:15px;
	margin-bottom:2px;
	}
.drwp .pro .list li .txt p{
	font-size:12px;
	}
.drwp .about{
	background:url(/style/about_bg-wap.jpg) no-repeat center/cover #f8f8f8;
	}
.drwp .about .left{
	float:none;
	width:100%;
	margin-top:40px;
	}
.drwp .about .left .img{
	display:block;
	height:300px;
	margin-top:20px;
	overflow:hidden;
	}
.drwp .about .right{
	display:none;
	}
.drwp .about .more {
    margin: 40px auto;
}
.drwp .about .title h1 {
    text-align: center;
}
.drwp .about .title p {
    text-align: center;
}
.drwp .about .title1 span {
    text-align: center;
}
.drwp .title{
	justify-content: center!important;
	}
.drwp .title1 .xian{
	margin:0 auto!important;
	}
.drwp .adv .list li{
	width:50%;
	}
.drwp .adv .list li .img{
	width:100%;
	}
.drwp .adv .list li .txt>img{
	width:100%;
	}
.drwp .adv .list li .show{
	width:100%;
	}
.drwp .adv .list li .show .txt1>img{
	width:100%;
	}
.drwp .adv .list li .txt .tit h1{
	font-size:15px;    
	margin: 8px 0;
	}
.drwp .adv .list li .show .txt1 .tit1 h1{
	font-size:16px;    
	margin: 15px 0;
	}
.drwp .adv .list li .show .txt1 .tit1 p{
	margin:15px auto 0;
	}
.drwp .news .title{
	margin:50px auto 0;
	}
.drwp .news .right{
	margin-top:20px;
	}
.drwp .news .title1 span{
	text-align:center;
	}
.drwp .news .left{
	float:none;
	width:100%;
	}
.drwp .news .right{
	float:none;
	width:100%;
	margin-bottom:30px; 
	display: flex;
    justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
    align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
	}

.drwp .news .list li {
    width: calc(100%/2 - 10px);
	margin-bottom:20px;
	}
.drwp .news .list li:nth-child(even){
	margin-right:0;
	}
}
@media (max-width: 747px){
.drwp .news .list li .txt .bot{
	display:none;
	}
.drwp .news .list li .txt>.xian{
	display:none;
	}
.indrwp .newslist .list li .txt{
	padding:12px 15px;
	}
.indrwp .newslist .list li .txt h1{
	font-size:14px;
	}
	}