@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");}
body{
	background-color:#fafafa;
	}
.drwp .title {
    position: relative;
    margin: 10px auto 0;
}
.drwp .title1 h1 {
    color: #868686; font-weight:100;
    font-size: 18px;
    text-align: center;
}
.drwp .title p {
    color: #1d70b5;
    font-size:36px;
    text-align: center;
    position: absolute;
    font-weight: bold;
}
.drwp .title1{
	margin-bottom:60px;
	}
.drwp .title1 span{
    color: #303437;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
	display:block;
	}
.drwp .title1 .xian{
	width:50px;
	margin:0 auto;
	height:4px;
	background-color:#ff0000;
	}
	
.drwp .more{
	display:block;
	width:200px;
	height:50px;
	background-color:#e6332e;
	color:#fff;
	line-height:50px;
	text-align:center;
	font-size:16px;
	margin:60px auto;
	}	
	
.drwp .pro{ padding-top:50px;
	background-color:#f5f5f5;
	overflow:hidden;
	}
.drwp .pro .list{
	overflow:hidden;
	}
.drwp .pro .list li{
	width:calc(100%/4 - 15px);
	margin-right:20px;
	float:left;
	margin-bottom:20px;
	}
.drwp .pro .list li:nth-child(4n+0){
	margin-right:0;
	}
.drwp .pro .list li .txt{
	height:45px;
	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:#5a6363;
	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(../images/about_bg.jpg) no-repeat center/cover;
	}
.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 .right{
	float:right;
	width:40%;
	margin-top:50px;margin-bottom:100px;
	}
.drwp .about .left .p{
	line-height:36px;
	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: 827px;
}	
.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: #45a73f;
	}
.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: #ff0000;
	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(../images/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;
	padding:30px 0 50px 0;
	}
.drwp .news .title{
	justify-content: center;
	margin:0 auto;
	}
.drwp .news .title h1{
	text-align:center;
	}
.drwp .news .title p{
	text-align:center;
	}
.drwp .news .title1 span{
	text-align:center;
	}
.drwp .news .title1 .xian{}
.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:#45a73f;
	transition: all 0.3s linear;
	color:#fff;
	}
.drwp .news .right a:nth-child(1){
	background-color:#45a73f;
	color:#fff;
	}
.drwp .news .top{
	overflow:hidden;
	}
.drwp .news .list{
	margin:0 0 0px;
	}
.drwp .news .list li{
	width:calc(100%/3 - 25px);
	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:#fff;
	}
.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 p{font-size:14px; line-height:28px; padding-top:15px;}
.drwp .news .list li .txt>.xian{
	width:75px;
	height:1px;
	background-color:#999;
	margin:15px 0 30px;
	}
.drwp .news .list li .txt .bot{padding-top:20px;
	overflow:hidden; 
	}
	.drwp .news .list li .txt .bot img{ padding-top:15px;
	}
.drwp .news .list li .txt span{
	font-size:14px; 
	color:#666;
	float:left;overflow: hidden; -webkit-line-clamp: 1;-webkit-box-orient: vertical;display: -webkit-box;
	}
.drwp .news .list li .txt .bot p{
	font-size:14px;
	color:#666;
	float:right;

	padding-left:15px;
	}
.drwp .news .list li:hover .txt{ color:#F00;
	transition: all 0.3s linear;
	}
.drwp .news .list li:hover .txt h1{
	color:#F00;
	transition: all 0.3s linear;
	}
.drwp .news .list li:hover .txt>.xian{
	background-color:#F00;
	transition: all 0.3s linear;
	}
.drwp .news .list li:hover .txt .bot span{
	color:#F00;
	transition: all 0.3s linear;
	}
.drwp .news .list li:hover .txt .bot p{
	color:#F00;
	transition: all 0.3s linear;
	}
.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;
	}
.drwp .news #feature_list{
	margin-top:60px;
	}
	/*后加样式*/
.page3{width:100%;overflow:hidden;height:100vh;position:relative;}
.page3_l{width:31.25%;height:100vh;overflow:hidden;float:left;background:#f23b3b;}
.page3l_an{opacity:1;}
.page3lfr{width:100%;overflow:hidden;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding-left:20%;padding-right:20%;position:relative;height:100vh;}
.page3l_t{width:100%;overflow:hidden;margin-top:140px;position:relative;line-height:50px;}
.page3l_t i{display:inline-block;font-size:70px;font-weight:700;color:#f22121;}
.page3l_t span{font-size:26px;color:#fff;font-weight:bold;position:absolute;left:0px;bottom:0px;}

.page3l_c{width:100%;overflow:hidden;margin-top:60px;}
.page3l_c p{width:100%;overflow:hidden;}
.page3l_c p.p1{font-size:20px;color:#fff;line-height:30px;}
.page3l_c p.p2{font-size:12px;color:#b3b6ba;text-transform:uppercase;line-height:16px;}
.page3l_c p.p3{margin-top:20px;font-size:14px;color:#fff;line-height:26px;text-align:justify;text-justify:inter-ideograph;-webkit-box-orient:vertical;-webkit-line-clamp:6;text-overflow:ellipsis;display:-webkit-box;}


.page3l_b{width:100%;overflow:hidden;position:absolute;left:20%;bottom:20%;}
.page3l_b a{width:50px;height:50px;display:block;overflow:hidden;float:left;border-radius:50%;}
.page3l_b a.p3lb_prev{background:url("../images/p3_06.png") center no-repeat #d9dada;background-size:100%;}
.page3l_b a.p3lb_prev:hover{background:url("../images/p3_06.png") center no-repeat #c11329;background-size:100%;}
.page3l_b a.p3lb_next{background:url("../images/p3_07.png") center no-repeat #d9dada;background-size:100%;margin-left:10px;}
.page3l_b a.p3lb_next:hover{background:url("../images/p3_07.png") center no-repeat #c11329;background-size:100%;}

.page3_r{width:68.75%;height:100vh;overflow:hidden;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:0px 60px;}
.page3r_t{width:100%;overflow:hidden;margin-top:100px;}
.page3r_t em{display:inline-block;float:right;font-style:normal;}
.page3r_t em a{float:left;display:block;overflow:hidden;position:relative;margin-left:30px;font-size:14px;line-height:20px;color:#333;}
.page3r_t em a b.b1{width:1px;height:10px;display:block;overflow:hidden;background-color:#c8c8c8;margin:0px auto;padding:0px;}
.page3r_t em a span{width:100%;display:block;overflow:hidden;text-align:center;margin-top:10px;}
.page3r_t em a:nth-child(1){margin-left:0px;}
.page3r_t em a:hover b.b1{background-color:#c11329;}
.page3r_t em a:hover span{color:#c11329;}
.page3r_t em a.on b.b1{background-color:#f7f7f7;}
.page3r_t em a.on span{color:#c11329;}
.page3r_t em a.on b.b2{width:100%;height:27px;display:block;overflow:hidden;background:url("../images/p3_02.png") center no-repeat;background-size:auto 100%;margin-top:5px;}


.page3r_c{width:100%;overflow:hidden;margin-top:60px;}
.page3rc_slide{width:100%;overflow:hidden;opacity:0;}
.page3rc_slide .swiper-slide{width:32%;overflow:hidden;float:left;}
.page3rc_slide .swiper-slide a{width:100%;display:block;overflow:hidden;position:relative;}
.page3rc_slide .swiper-slide a em{width:100%;display:block;overflow:hidden;font-style:normal;}
.page3rc_slide .swiper-slide a em.em1{}
.page3rc_slide .swiper-slide a em.em1 b{width:100%;height:160px;display:block;overflow:hidden;}
.page3rc_slide .swiper-slide a em.em1 img{width:100%;display:none;}
.page3rc_slide .swiper-slide a em.em2{background-color:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:20px 10px;}
.page3rc_slide .swiper-slide a em.em2 span{width:100%;display:block;overflow:hidden;}
.page3rc_slide .swiper-slide a em.em2 span.sp1{font-size:12px;line-height:20px;color:#666;position:relative;padding-bottom:5px;}
.page3rc_slide .swiper-slide a em.em2 span.sp1 b{width:24px;height:1px;display:block;overflow:hidden;background-color:#666;position:absolute;left:0px;bottom:0px;}
.page3rc_slide .swiper-slide a em.em2 span.sp2{font-size:16px;color:#000;line-height:26px;margin-top:10px;height:52px;font-weight:bold;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;display:-webkit-box;}
.page3rc_slide .swiper-slide a em.em2 span.sp3{margin-top:10px;color:#777;}
.page3rc_slide .swiper-slide a em.em2 span.sp3 i{display:inline-block;background:url("../images/p3_05.png") left center no-repeat;background-size:10px;padding-left:15px;}
.page3rc_slide .swiper-slide a em.em2 span.sp4{margin-top:20px;border-top:1px solid #eee;line-height:24px;padding-top:10px;}
.page3rc_slide .swiper-slide a em.em2 span.sp4 i.i1{font-size:12px;color:#777;float:left;}
.page3rc_slide .swiper-slide a em.em2 span.sp4 i.i2{float:right;width:24px;height:24px;display:block;background:url("../images/p3_03.png") no-repeat;background-size:100%;}
.page3rc_slide .swiper-slide a:hover em.em2 span.sp4 i.i1{color:#c2192e;}
.page3rc_slide .swiper-slide a:hover em.em2 span.sp4 i.i2{background:url("../images/p3_04.png") no-repeat;background-size:100%;}
.page3rc_slide .swiper-slide:hover{-moz-box-shadow:0px 0px 21px rgba(0,0,0,0.05); -webkit-box-shadow:0px 0px 21px rgba(0,0,0,0.05); box-shadow:0px 0px 21px rgba(0,0,0,0.05);}

.page3r_c_hid{width:100%;overflow:hidden;display:none;}
	
	
	
	

@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(../images/about_bg-wap.jpg) no-repeat center/cover #f8f8f8;
	}
.drwp .about .right{
	float:none;
	width:100%;
	margin-top:40px;
	}
.drwp .about .right .img{
	display:block;
	height:300px;
	margin-top:20px;
	overflow:hidden;
	}
.drwp .about .left{
	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%/1 - 10px);
	margin-bottom:20px;
	}
.drwp .news .list li:nth-child(even){
	margin-right:0;
	}
.drwp .news #feature_list{
	margin-top:30px;
	}
	.page3_l{display:none;}
.page3_r{ width:100%; padding:0 20px;}
}
@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;
	}
.page3_l{display:none;}
.page3_r{ width:100%; padding:0 20px;}
	}
	

