﻿.sidebar-wrapper {position:relative;height:100%;overflow:auto;display:none;}
#dowebok {background-color:rgba(0,0,0,.6);}
#dowebok .nav {margin-top:80px;list-style-type:none;color:#fff;}
#dowebok .nav li {display:block;line-height:55px;font-size:18px;position:relative;}
#dowebok .nav li a {display:block;padding:0 20px;height:100%;border-bottom:1px solid #666;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:35px;height:55px;display:inline-block;position:absolute;right:0;top:0;color:#fff;background:url(../image/more.svg) no-repeat left center;background-size:auto 24px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:16px;}
#dowebok .nav li .nav2 li a {padding-left:50px;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}






.ibanner,
.inc_banner{
    font-size: 0;
}
.ibanner img,
.inc_banner img{
    width: 100%;
}


.pub_tit {
	text-align: center;
}
.pub_tit h2{
	color: #333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pub_tit p{
	color: #666;
	font-size: 18px;
}
.pub_tit i{
	color: #d22c18;
	font-size: 30px;
	text-transform: uppercase;
	font-family: light;
}


@media (max-width: 1400px){
	.pub_tit h2{
		font-size: 34px;
	}
} 
@media (max-width: 1200px){
	.pub_tit h2{
		font-size: 28px;
	}
	.pub_tit i{
		font-size: 24px;
	}
} 
@media (max-width: 991px){
	.pub_tit h2{
		font-size: 24px;
	}
	.pub_tit p{
		font-size: 16px;
	}
	.pub_tit i{
		font-size: 20px;
	}
} 
@media (max-width: 768px){
	.pub_tit h2{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.pub_tit p{
		font-size: 14px;
	}
	.pub_tit i{
		font-size: 18px;
	}
} 



.pub_btn{
	font-size: 16px;
	display: inline-block;
}
.pub_btn:hover{
	text-decoration: underline;
}


.prov_tit{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dcdcdc;
}
.prov_tit h2{
	color: #d22c18;
	font-size: 26px;
	font-weight: bold;
	margin-right: 10px;
	display: inline-block;
}
.prov_tit i{
	color: #d7d7d7;
	font-size: 26px;
	display: inline-block;
	text-transform: uppercase;
}


@media (max-width: 1300px){
	.prov_tit h2{
		font-size: 24px;
	}
	.prov_tit i{
		font-size: 24px;
	}
}
@media (max-width: 991px){
	.prov_tit {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.prov_tit h2{
		font-size: 22px;
	}
	.prov_tit i{
		font-size: 22px;
	}
}
@media (max-width: 768px){
	.prov_tit h2{
		font-size: 20px;
	}
	.prov_tit i{
		font-size: 20px;
	}
}




.pub_menu ul{
	font-size: 0;
	height: 95px;
	line-height: 95px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.pub_menu ul li{
	color: #333;
	font-size: 18px;
	margin: 0 30px;
	display: inline-block;
	position: relative;
}
.pub_menu ul li.on::after,
.pub_menu ul li:hover::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #d22c18;
}
.pub_menu ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}


@media (max-width: 1400px) {
	.pub_menu ul{
		height: 80px;
		line-height: 80px
	}
}
@media (max-width: 1300px) {
	.pub_menu ul li{
		margin: 0 25px;
	}
}
@media (max-width: 991px) {
	.pub_menu ul{
		height: 60px;
		line-height: 60px;
	}
	.pub_menu ul li{
		margin: 0 20px;
	}
}
@media (max-width: 768px) {
	.pub_menu ul{
		height: 50px;
		line-height: 50px;
	}
	.pub_menu ul li{
		font-size: 16px;
		margin: 0 15px;
	}
}
@media (max-width: 320px){
	.pub_menu ul li{
		font-size: 14px;
		margin: 0 10px;
	}
}




.page {
	text-align: center;
	padding:40px 0;
}
.page .pagination {
	display: inline-block;
}
.page .pagination li{
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #666;
	margin:0 5px;
	background-color: #fff;
}
.page .pagination .prev,
.page .pagination .next{
	width: 85px;
}
.page .pagination li span,
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:0 3px;
}
.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	background-color: #d22c18;
}
.page .pagination li.disabled,
.page .pagination li.disabled:hover{
	color:#ddd;
	display:none;
}


@media (max-width:991px) {
	.page .pagination li{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width:768px) {
	.page .pagination li{
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.page .pagination .prev,
	.page .pagination .next{
		width: 50px;
	}
}


.pillar{
    height: 110px;
}
@media (max-width:1400px){
	.pillar{
		height: 100px;
	}
}
@media (max-width:1200px){
	.pillar{
		height: 80px;
	}
}
@media (max-width:991px){
	.pillar{
		height: 60px;
	}
}
@media (max-width:768px){
	.pillar{
		height: 50px;
	}
}




@font-face {
	font-family: bold;
	src: url();
}
@font-face {
	font-family: light;
	src: url();
}




.header{
	width: 100%;
    height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.header.on{
	background-color: #fff;
}
.header h1{
	width: 220px;
	height: 50px;
	float: left;
    margin-top: 35px;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../image/logo.png);
}
.header.on h1{
	background-image: url(../image/logo2.png);
}
.header h1 a{
	width: 100%;
	height: 100%;
	display: inline-block;
	text-indent: -9999px;
}
.header .nav{
    float: right;
	display: block;
	margin-right: 90px;
}
.header .nav li{
	color: #fff;
	font-size: 18px;
	height: 110px;
	line-height: 110px;
	margin: 0 5px;
	display: inline-block;
    transition: all .3s;
}
.header.on .nav li{
	color: #666;
}
.header .nav li.on,
.header .nav li:hover{
	color: #d22c18;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	padding: 0 23px;
	box-sizing: border-box;
	display: inline-block;
}
.header .btngrop{
	float: right;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.header .btngrop span{
	color: #fff;
	font-size: 16px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}
.header .btngrop span:hover{
	cursor: pointer;
}
.header .btngrop .search{
	width: 20px;
	height: 20px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #c6c6c6;
	background-image: url(../image/search.png);
}
.header .btngrop .menu{
	width: 30px;
	height: 25px;
	display: none;
	background-image: url(../image/menu.png);
}
.header .btngrop .phone{
	text-align: center;
	width: 170px;
	height: 45px;
	line-height: 45px;
	border-radius: 50px;
	transition: all .3s;
	background-color: #d22c18;
}
.header .btngrop .phone:hover{
	background-color: #f4311a;
}
.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	
	bottom: -102px;
	text-align: center;
	background:rgba(0,0,0,.4);
	display:none;
	z-index: 122;
}
.header .form_box form{
	display:inline-block;
	position: relative;
	margin:25px 0;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	width:90%;
	max-width:650px;
}
.header .form_box form input.text{
	width:650px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
	background:none;
	font-size:15px;
	color:#666;
	background:#fff;
	padding-left:15px;
	box-sizing: border-box;
}
.header .form_box form input.submit{
	width:50px;
	height:50px;
	background: none;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../image/search.png);
	position: absolute;
	right:0;
	top:0;
}


@media (max-width:1500px){
	.header .nav{
		margin-right: 50px;
	}
}
@media (max-width:1400px){
    .header{
		height: 100px;
	}
	.header h1{
		margin-top: 25px;
	}
	.header .nav{
		margin-right: 0;
	}
	.header .nav li{
		height: 100px;
		line-height: 100px;
	}
	.header .nav li a{
		padding: 0 19px;
	}
	.header .btngrop{
		margin-top: 28px;
	}
}
@media (max-width:1300px){
    .header  h1{
		width: 200px;
	}
	.header .nav {
		float: none;
		text-align: center;
	}
	.header .nav li a{
		padding: 0 20px;
	}
}
@media (max-width:1200px){
	.header{
		height: 80px;
	}
	.header  h1{
		width: 160px;
		height: 40px;
		margin-top: 20px;
	}
	.header .nav li{
		font-size: 16px;
		height: 80px;
		line-height: 80px;
	}
	.header .nav li a{
		padding: 0 15px;
	}
	.header  .btngrop{
		margin-top: 20px;
	}
	.header .btngrop .search{
		padding-right: 15px;
		margin-right: 15px;
	}
	.header .btngrop .phone{
		width: 140px;
		height: 35px;
		line-height: 35px;
	}
}
@media (max-width:991px){
	.header{
		height: 60px;
	}
	.header  h1{
		width: 100px;
		margin-top: 10px;
	}
	.header .nav li{
		font-size: 14px;
		height: 60px;
		line-height: 60px;
	}
	.header .nav li a{
		padding: 0 8px;
	}
	.header .btngrop{
		margin-top: 14px;
	}
	.header .btngrop .search {
		padding-right: 10px;
		margin-right: 10px;
	}
	.header .btngrop .phone{
		width: 110px;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.header .form_box form{
		margin: 20px 0;
	}
	.header .form_box form input.text{
		height: 40px;
		line-height: 40px;
	}
	.header .form_box form input.submit{
		width: 40px;
		height: 40px;
	}
}
@media (max-width:768px){
	.header {
		height: 50px;
	}
	.header  h1{
		width: 140px;
		height: 30px;
	}
	.header .nav{
		display: none;
	}
	.header .btngrop .search{
		width: 30px;
		height: 25px;
	}
	.header .btngrop .menu{
		display: block;
	}
	.header .btngrop .phone{
		display: none;
	}
	.header .form_box {
		bottom: -80px;
	}
	.header .form_box form input.submit{
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
	}
}
@media (max-width:640px){
	.header .form_box form input.text{
		height: 35px;
		line-height: 35px;
	}
	.header .form_box form input.submit{
		width: 30px;
		height: 30px;
	}
}


.footer{
	width:100%;
	color:#868b95;
	background-color:#151e2f;
}
.footer .topmenu{
	padding-top:45px;
	padding-bottom:30px;
	border-bottom:1px solid #353d4b;
	text-align: right;
}
.footer .topmenu span{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding-right:25px;
	background:url(../image/top_icon.png) no-repeat right center;
	font-size:15px;
	text-transform: uppercase;
	cursor: pointer;
}
.footer .topmenu span:active,
.footer .topmenu span:hover{
	color:#fff;
}
.footer .footer_text{
	padding-top:50px;
	padding-bottom:150px;
}
.footer .footer_text .fcontact{
	width: 23%;
	float: left;
}
.footer .footer_text .fcontact h4{
	font-size:16px;
	color:#eee;
	margin-bottom:10px;
}
.footer .footer_text .fcontact .call{
	font-size:40px;
	color:#fff;
	margin-bottom:10px;
}
.footer .footer_text .fcontact p{
	color: #666;
	font-size: 16px;
}
.footer .footer_text .fnav{
	width: 44%;
	float: left; 
}
.footer .footer_text .fnav dl{
	display:inline-block;
	float:left;
	width: 19%;
	margin-right: 1%;
	box-sizing: border-box;
}
.footer .footer_text .fnav dl:nth-last-child(1){
	margin-right:0;
}
.footer .footer_text .fnav dl dt{
	font-size:16px;
	color:#eee;
	font-weight: bold;
	margin-bottom:20px;
}
.footer .footer_text .fnav dl dd{
	font-size:15px;
	line-height:34px;
}
.footer .footer_text .fnav dl dd a:hover{
	color:#fff;
	text-decoration: underline;
}
.footer .footer_text .qrbox{
	width: 10%;
	height: 150px;
	float: right;
}
.company{
	color:#868b95;
	font-size:15px;
	padding:35px 0;
	border-top:1px solid #353d4b;
}
.company a:hover{
	color:#eee;
}


@media (max-width:1400px){
	.footer .footer_text{
		padding-bottom: 100px;
	}
	.footer .footer_text .fcontact .call{
		font-size:34px;
	}
}
@media (max-width:1300px){
	.footer .footer_text{
		padding-bottom: 80px;
	}
	.footer .footer_text .fcontact .call{
		font-size:28px;
	}
}
@media (max-width:1200px){
	.footer .footer_text{
		padding-bottom:35px;
	}
	.footer .footer_text .fcontact h4{
		margin-bottom: 4px;
	}
	.footer .footer_text .fcontact .call{
		margin-bottom: 5px;
	}
	.footer .footer_text .fnav{
		width: 48%;
	}
	.footer .footer_text .fnav dl dt{
		margin-bottom: 10px;
	}
	.footer .footer_text .fnav dl dd{
		font-size: 14px;
		line-height: 28px;
	}
}
@media (max-width:991px){
	.footer .topmenu{
		padding-top:20px;
		padding-bottom:20px;
	}
	.footer .footer_text{
		padding-top:35px;
		padding-bottom:35px;
		justify-content: space-around;
	}
	.footer .footer_text .fcontact{
		width: 50%;
	
	}
	.footer .footer_text  .qrbox{
		width: 20%;
		height: 100px;
	}
	.company{
		padding:25px 0;
	}
}
@media (max-width:768px){
	.footer .topmenu{
		padding-top:15px;
		padding-bottom:15px;
	}
	.footer .topmenu span{
		height:25px;
		line-height:25px;
		font-size:14px;
	}
	.footer .footer_text{
		padding-top:25px;
		padding-bottom:25px;
	}
	.footer .footer_text .fcontact .call{
		font-size:24px;
	}
	.footer .footer_text .fcontact p{
		font-size: 14px;
	}
	.company{
		padding:15px 0;
		font-size:14px;
	}
}
@media (max-width:640px){
	.footer .topmenu{
		padding-top:10px;
		padding-bottom:10px;
	}
	.footer .footer_text .fcontact .call{
		font-size:22px;
	}
}




.ibanner .swiper-pagination,
.ibanner .number{
	max-width: 1500px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 45px;
}
.ibanner .swiper-pagination{
	text-align: left;
}
.ibanner .swiper-pagination-bullet{
	width: 2px;
	height: 18px;
	opacity: 1;
	border: none;
	outline: none;
	border-radius: 0;
	background-color: #fff;
}
.ibanner .swiper-pagination-bullet-active{
	height: 32px;
}
.ibanner .number{
	text-align: right;
	vertical-align: middle;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.ibanner .number span{
	color: #fff;
	font-size: 16px;
	display: inline-block;
}
.ibanner .number .active{
	font-size: 23px;
}
.ibanner .number .total{
	position: relative;
	padding-left: 10px;
	margin-left: 5px;
}
.ibanner .number .total::after{
	content: '/';
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
}


@media (max-width:1500px){
	.ibanner .swiper-pagination,
	.ibanner .number{
		padding-left:15px;
		padding-right:15px;
		box-sizing: border-box;
	}
}
@media (max-width:768px){
	.ibanner .swiper-pagination,
	.ibanner .number{
		bottom: 15px;
	}
	.ibanner .swiper-pagination-bullet-active{
		height: 28px;
	}
	.ibanner .number .active{
		font-size: 20px;
	}
}




.ipro{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 100px;
}
.ipro .pub_tit{
	padding-bottom: 70px;
}
.ipro .pub_tit h2{
	margin-bottom: 20px;
}
.ipro_slide .swiper-wrapper{
	margin-bottom: 70px;
}
.ipro_slide .swiper-slide{
	text-align: center;
	padding-top: 60px;
	background-image: linear-gradient(#f4f4f4, #dcdcdc);
}
.ipro_slide .swiper-slide a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.ipro_slide .swiper-slide h4{
	color: #333;
	font-size: 32px;
	margin-bottom: 10px;
}
.ipro_slide .swiper-slide span{
	color: #666;
	font-size: 15px;
	display: block;
	padding-bottom: 40px;
}
.ipro_slide .swiper-slide .img{
	width: 100%;
	height: 395px;
	box-sizing: border-box;
}
.ipro_slide .swiper-pagination{
	bottom: 0;
} 
.ipro_slide .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	outline: none;
	border: none;
	margin: 0 10px!important;
	background-color: #c9c9c9;
}
.ipro_slide .swiper-pagination-bullet-active{
	background-color: #626262;
}


@media (max-width:1400px){
	.ipro{
		padding: 80px 0;
	}
	.ipro_slide .swiper-slide .img{
		height: 290px;
	}
}
@media (max-width:1300px){
	.ipro_slide .swiper-slide{
		padding-top: 45px;
	}
	.ipro_slide .swiper-slide h4{
		font-size: 28px;
	}
}
@media (max-width:1200px){
	.ipro .pub_tit{
		padding-bottom: 50px;
	}
	.ipro .pub_tit h2{
		margin-bottom: 15px;
	}
	.ipro_slide .swiper-slide{
		padding-top: 35px;
	}
	.ipro_slide .swiper-slide .img{
		height: 250px;
	}
}
@media (max-width:991px){
	.ipro{
		padding: 60px 0;
	}
	.ipro .pub_tit{
		padding-bottom: 35px;
	}
	.ipro .pub_tit h2{
		margin-bottom: 10px;
	}
	.ipro_slide .swiper-slide{
		padding-top: 30px;
	}
	.ipro_slide .swiper-slide h4{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.ipro_slide .swiper-slide span{
		padding-bottom: 30px;
	}
	.ipro_slide .swiper-slide .img{
		height: 220px;
	}
}
@media (max-width:768px){
	.ipro{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.ipro .pub_tit{
		padding-left: 15px;
		padding-right: 15px;
	}
	.ipro .pub_tit h2{
		margin-bottom: 5px;
	}
	.ipro_slide .swiper-wrapper{
		margin-bottom: 40px;
	}
	.ipro_slide .swiper-slide h4{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.ipro_slide .swiper-slide span{
		font-size: 14px;
	}
	.ipro_slide .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 5px!important;
	}
}
@media (max-width:580px){
	.ipro_slide .swiper-slide .img{
		height: 200px;
	}
}
@media (max-width:480px){
	.ipro_slide .swiper-slide .img{
		height: 160px;
	}
}




.iab{
	padding-top: 120px;
	padding-bottom: 130px;
}
.iab .pub_tit h2{
	font-family: bold;
}
.iab .pub_tit h2 span{
	font-family: light;	
}
.iab .text_box{
	width: 50%;
	float: left;
	padding-right: 100px;
	box-sizing: border-box;
}
.iab .text_box .pub_tit{
	text-align: left;
	padding-bottom: 40px;
}
.iab .text_box .text{
	color: #333;
	font-size: 16px;
	line-height: 32px;
}
.iab .pub_btn{
	color: #d22c18;
	padding-top: 35px;
}
.iab  .img{
	width: 50%;
	height: 550px;
	float: right;
}



@media (max-width: 1400px){
	.iab{
		padding-bottom: 120px;
	}
	.iab .text_box{
		padding-right: 80px;
	}
}
@media (max-width: 1300px){
	.iab{
		padding: 100px 0;
	}
	.iab .text_box{
		padding-right: 70px;
	}
	.iab  .img{
		height: 500px;
	}
}
@media (max-width: 1200px){
	.iab{
		padding: 80px 0;
	}
	.iab .text_box{
		padding-right: 50px;
	}
	.iab .text_box .pub_tit{
		padding-bottom: 30px;
	}
	.iab  .img{
		height: 450px;
	}
}
@media (max-width: 991px){
	.iab{
		padding: 60px 0;
	}
	.iab .text_box .text{
		line-height: 28px;
	}
	.iab  .img{
		height: 400px;
	}
}
@media (max-width: 768px){
	.iab{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.iab .text_box{
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.iab .text_box .pub_tit{
		padding-bottom: 20px;
	}
	.iab .text_box .text{
		font-size: 14px;
		line-height: 24px;
	}
	.iab .pub_btn{
		padding-top: 30px;
	}
	.iab  .img{
		width: 100%;
		max-width: 540px;
		height: 300px;
		float: none;
		margin-bottom: 30px;
	}
}




.icase{
	max-width: 1920px;
	height: 650px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center;
	background-image: url(../image/icase.jpg);
}
.icase .text_box{
	width: 45%;
	float: right;
	padding-top: 160px;
}
.icase  .pub_tit{
	text-align: left;
	margin-bottom: 25px;
}
.icase  .pub_tit h2{
	color: #fff;
	font-family: bold;
}
.icase p{
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 70px;
}
.icase .pub_btn{
	color: #fff;
}


@media (max-width: 1400px) {
	.icase{
		height: 600px;
	}
}
@media (max-width: 1300px) {
	.icase{
		height: 500px;
	}
	.icase .text_box{
		padding-top: 110px;
	}
}
@media (max-width: 1200px) {
	.icase{
		height: 450px;
	}
	.icase .text_box{
		padding-top: 80px;
	}
	.icase p{
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.icase{
		height: 400px;
	}
	.icase p{
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 65px;
	}
}
@media (max-width: 768px) {
	.icase{
		height: 350px;
	}
	.icase .text_box{
		width: 60%;
		float: left;
		padding-top: 60px;
	}
	.icase p{
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 40px;
	}
}
@media (max-width: 640px) {
	.icase{
		height: 320px;
	}
	.icase .text_box{
		width: 100%;
	}
}




.iservice{
	width: 100%;
	padding: 90px 0;
	background-image: linear-gradient(#fdfdfd,#eaeaea);
}
.iservice .pub_tit{
	padding-bottom: 70px;
}
.iservice .img{
	padding-bottom: 80px;
}
.iservice .text{
	color: #666;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;;
}


@media (max-width:1400px){
	.iservice .pub_tit{
		padding-bottom: 60px;
	}
	.iservice .img{
		padding-bottom: 70px;
	}
}
@media (max-width:1300px){
	.iservice{
		padding: 75px 0;
	}
	.iservice .pub_tit{
		padding-bottom: 60px;
	}
	.iservice .img{
		padding-bottom: 60px;
	}
}
@media (max-width:1200px){
	.iservice{
		padding: 60px 0;
	}
}
@media (max-width:991px){
	.iservice{
		padding: 45px 0;
	}
	.iservice .pub_tit{
		padding-bottom: 45px;
	}
	.iservice .img{
		padding-bottom: 45px;
	}
	.iservice .text{
		line-height: 28px;
	}
}
@media (max-width:768px){
	.iservice{
		padding: 40px 0;
	}
	.iservice .pub_tit{
		padding-bottom: 35px;
	}
	.iservice .img{
		padding-bottom:35px;
	}
	.iservice .text{
		font-size: 14px;
		line-height: 24px;
	}
}




.inews{
	padding: 120px 0;
	background-color: #f4f4f4;
}
.inews .pub_tit{
	padding-bottom: 80px;
}
.inews .listbox{
	display: flex;
	flex-wrap: wrap;
}
.inews .list{
	width: 31.3%;
	margin-right: 3%;
	position: relative;
}
.inews .list:nth-child(3n){
	margin-right: 0;
}
.inews .list .img{
	width: 100%;
	height: 300px;
	margin-bottom: 8px;
}
.inews .list .data{
	color: #fff;
	width: 95px;
	height: 95px;
	position: absolute;
	top: 205px;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 18px;
	box-sizing: border-box;
	transition:  all .5s;
	background-color: #151e2f;
}
.inews .list:hover .data{
	background-color: #d22c18;
}
.inews .list .data span{
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
}
.inews .list .data em{
	font-size: 16px;
	display: block;
}
.inews .list .text{
	padding: 30px 25px 0 25px;
	box-sizing: border-box;
	background-color: #fff;
}
.inews .list .text h4{
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inews .list .text p{
	color: #888;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom: 25px;
}
.inews .list .text .btn{
	color: #666;
	font-size: 15px;
	width: 100%;
	display: block;
	text-align: left;
	padding: 25px 0;
	position: relative;
	border-top: 1px solid #dcdcdc;
}
.inews .list .text .btn::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
	width: 15px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../image/inews_icon.png);
}


@media (max-width: 1400px){
	.inews{
		padding: 100px 0;
	}
}
@media (max-width: 1300px){
	.inews{
		padding: 80px 0;
	}
	.inews .pub_tit{
		padding-bottom: 65px;
	}
	.inews .list{
		margin-bottom: 45px;
	}
	.inews .list .text p{
		-webkit-line-clamp: 2;
	}
	.inews .list .img{
		height: 280px;
	}
	.inews .list .data{
		top: 185px;
	}
	.inews .list .text{
		padding: 25px 25px 0 25px;
	}
}	
@media (max-width: 1200px){
	.inews .pub_tit{
		padding-bottom: 50px;
	}
	.inews .list{
		margin-bottom: 35px;
	}
	.inews .list .img{
		height: 260px;
	}
	.inews .list .data{
		width: 80px;
		height: 80px;
		top: 180px;
		padding: 0 10px;
	}
	.inews .list .text{
		padding: 20px 20px 0 20px;
	}
	.inews .list .text .btn{
		padding: 20px 0;
	}
}
@media (max-width: 991px){
	.inews{
		padding: 60px 0;
	}
	.inews .pub_tit{
		padding-bottom: 35px;
	}
	.inews .list{
		margin-bottom: 30px;
	}
	.inews .list .img{
		height: 240px;
	}
	.inews .list .data{
		top: 170px;
		width: 70px;
		height: 70px;
		padding: 0 10px;
	}
	.inews .list .data span{
		font-size: 20px;
	}
}
@media (max-width: 768px){
	.inews{
		padding: 40px 0;
	}
	.inews .pub_tit{
		padding-bottom: 30px;
	}
	.inews .listbox{
		justify-content: space-between;
	}
	.inews .list{
		width: 100%;
		margin-right: 0;
	}
	.inews .list:last-child{
		margin-bottom: 0;
	}
	.inews .list .img{
		height: 220px;
	}
	.inews .list .data{
		top: 160px;
		width: 60px;
		height: 60px;
		padding: 0 5px;
	}
	.inews .list .text{
		padding: 15px 15px 0 15px;
	}
	.inews .list .text h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.inews .list .text p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.inews .list .text .btn{
		padding: 15px 0;
	}
	.inews .page{
		padding: 20px 0;
	}
}
@media (max-width: 480px){
	.inews{
		padding: 40px 0;
	}
	.inews .list .data{
		padding: 0 7px;
	}
	.inews .list .data span{
		font-size: 18px;
	}
	.inews .list .data em{
		font-size: 14px;
	}
	.inews .list .text .btn{
		font-size: 14px;
	}
}





.ab_tit{
	color: #333;
}
.ab_tit i{
	font-size: 36px;
	display: block;
	margin-bottom: 8px;
}
.ab_tit h2{
	font-size: 36px;
	position: relative;
	display: inline-block;
}
.ab_tit h2::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: -60px;
	width: 40px;
	height: 4px;
	background-color: #d22c18;
}


@media (max-width: 1300px){
	.ab_tit i{
		font-size: 32px;
	}
	.ab_tit h2{
		font-size: 32px;
	}
}
@media (max-width: 1200px){
	.ab_tit i{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.ab_tit h2{
		font-size: 28px;
	}
}
@media (max-width: 991px){
	.ab_tit i{
		font-size: 24px;
	}
	.ab_tit h2{
		font-size: 24px;
	}
}
@media (max-width: 768px){
	.ab_tit i{
		font-size: 20px;
	}
	.ab_tit h2{
		font-size: 20px;
	}
}




.ab{
	padding-top: 90px;
	padding-bottom: 140px;
}
.ab .ab_tit{
	padding-bottom: 45px;
}
.ab .text{
	color: #333;
	font-size: 16px;
	line-height: 34px;
	padding-bottom: 65px;
}


@media (max-width: 1400px){
	.ab{
		padding-bottom: 120px;
	}
	.ab .ab_tit{
		padding-bottom: 40px;
	}
}
@media (max-width: 1300px){
	.ab{
		padding-bottom: 100px;
	}
	.ab .text{
		padding-bottom: 55px;
	}
}
@media (max-width: 1200px){
	.ab{
		padding: 80px 0;
	}
	.ab .text{
		padding-bottom: 45px;
	}
}
@media (max-width: 991px){
	.ab{
		padding: 60px 0;
	}
	.ab .text{
		line-height: 30px;
		padding-bottom: 40px;
	}
}
@media (max-width: 768px){
	.ab{
		padding: 40px 0;
	}
	.ab .ab_tit{
		padding-bottom: 25px;
	}
	.ab .text{
		font-size: 14px;
		line-height: 26px;
	}
}




.brand{
	font-size: 0;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	
}
.brand .img{
	width: 50%;
	max-width: 960px;
	height: 680px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../image/brand.jpg);
}
.brand .textbox{
	color: #fff;
	width: 50%;
	max-width: 960px;
	height: 680px;
	padding: 0 5%;
	padding-top: 110px;
	box-sizing: border-box;
	background-color: #151e2f;
}
.brand .ab_tit{
	color: #fff;
	padding-bottom: 40px;
}
.brand .text{
	font-size: 16px;
	line-height: 42px;
}


@media (max-width:1400px){
	.brand .img{
		height: 540px;
	}
	.brand .textbox{
		height: 540px;
		padding-top: 55px;
	}
}
@media (max-width:1300px){
	.brand .ab_tit{
		padding-bottom: 30px;
	}
	.brand .textbox{
		padding: 0 3%;
		padding-top: 40px;
	}
	.brand .text{
		line-height: 36px;
	}
}
@media (max-width:1200px){
	.brand .img{
		height: 500px;
	}
	.brand .textbox{
		height: 500px;
	}
	.brand .text{
		line-height: 34px;
	}
}
@media (max-width:991px){
	.brand .ab_tit{
		padding-bottom: 25px;
	}
	.brand .img{
		height: 460px;
	}
	.brand .textbox{
		height: 460px;
	}
	.brand .text{
		line-height: 30px;
	}
}	
@media (max-width:768px){
	.brand{
		flex-direction: column;
	}
	.brand .img{
		width: 100%;
		height: 420px;
	}
	.brand .textbox{
		width: 100%;
		height: 420px;
		padding: 40px 3%;
	}
	.brand .text{
		font-size: 14px;
		line-height: 28px;
	}
}
@media (max-width:480px){
	.brand .img{
		height: 400px;
	}
}
@media (max-width:320px){
	.brand .img{
		height: 360px;
	}
}




.honor{
	padding-top: 105px;
	padding-bottom: 85px;
	background-color: #f3f3f3;
}
.honor .titbox{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 65px;
}
.honor .titbox .hdbox li{
	color: #666;
	font-size: 18px;
	margin-right: 40px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	position: relative;
}
.honor .titbox .hdbox li:last-child{
	margin-right: 0;
}
.honor .titbox .hdbox li.on,
.honor .titbox .hdbox li:hover{
	color: #333;
	cursor: pointer;
}
.honor .titbox .hdbox li.on::after,
.honor .titbox .hdbox li:hover::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #d22c18;
}
.honor .bdbox{
	padding-bottom: 45px;
}
.honor .bdbox .bd{
	display: none;
}
.honor .bdbox .bd.on{
	display: block;
}
.honor .honor_slide .swiper-wrapper{
	margin-bottom: 55px;
}
.honor .honor_slide a{
	width: 100%;
	height: 100%;
}
.honor .honor_slide  .img{
	width: 100%;
	height: 470px;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
}
.honor .honor_slide  h4{
	color: #333;
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 85px;
	line-height: 85px;
}
.honor .honor_slide .swiper-scrollbar{
	bottom: 0;
}
.honor .honor_slide .swiper-scrollbar-drag{
	background-color: #333;
}
.honor  .tips{
	color: #666;
	font-size: 16px;
	text-align: center;
}
.honor  .tips span{
	display: inline-block;
	padding-left: 55px;
	position: relative;
}
.honor  .tips span::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
	width: 45px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../image/honor_icon.png);
}


@media (max-width: 1400px){
	.honor{
		padding-top: 90px;
	}
	.honor .honor_slide  .img{
		height: 420px;
	}
}
@media (max-width: 1300px){
	.honor .honor_slide  .img{
		height: 380px;
	}
	.honor .honor_slide h4{
		height: 70px;
		line-height: 70px;
	}
}
@media (max-width: 1200px){
	.honor{
		padding: 70px 0;
	}
	.honor .titbox{
		padding-bottom: 45px;
	}
	.honor .honor_slide  .img{
		height: 340px;
	}
}
@media (max-width: 991px){
	.honor{
		padding: 55px 0;
	}
	.honor .titbox{
		padding-bottom: 40px;
	}
	.honor .titbox .hdbox li{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		margin-right: 30px;
	}
	.honor .honor_slide  .img{
		height: 280px;
		padding: 20px;
	}
	.honor .honor_slide h4{
		height: 60px;
		line-height: 60px;
	}
}
@media (max-width: 768px){
	.honor{
		padding: 40px 0;
	}
	.honor .titbox{
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.honor .titbox .ab_tit{
		text-align: center;
		padding-bottom: 20px;
	}
	.honor .titbox .ab_tit h2::after{
		display: none;
	}
	.honor .bdbox{
		padding-bottom: 30px;
	}
	.honor .honor_slide .swiper-wrapper{
		margin-bottom: 35px;
	}
	.honor .honor_slide .img{
		padding: 15px;
	}
	.honor .honor_slide h4{
		height: 50px;
		line-height: 50px;
		overflow: hidden;
   		text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
	}
}
@media (max-width: 480px){
	.honor .honor_slide .img{
		height: 260px;
	}
}
@media (max-width: 320px){
	.honor .titbox .hdbox li{
		font-size: 14px;
		height: 35px;
		line-height: 35px;
	}
	.honor .honor_slide .img{
		height: 180px;
	}
}



.pro  .twosort{
	text-align: center;
	padding-bottom: 70px;
}
.pro  .twosort li{
	color: #666;
	font-size: 16px;
	text-align: center;
	width: 110px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 10px;
	display: inline-block;
}
.pro  .twosort li.on,
.pro  .twosort li:hover{
	color: #fff;
	background-color:#d22c18;
}
.pro  .twosort li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}


@media (max-width: 1300px) {
	.pro  .twosort{
		padding-bottom: 60px;
	}
}
@media (max-width: 1200px) {
	.pro  .twosort{
		padding-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.pro  .twosort{
		padding-bottom: 40px;
	}
	.pro  .twosort li{
		width: 100px;
		margin: 0 5px;
	}
}
@media (max-width: 768px){
	.pro  .twosort{
		padding-bottom: 20px;
	}
	.pro  .twosort li{
		height: 30px;
		line-height: 30px;
		margin-bottom: 12px;
	}
}
@media (max-width: 480px){
	.pro  .twosort li{
		font-size: 14px;
	}
}




.pro{
	padding: 40px 0;
	background-color: #f4f4f4;
}
.pro .listbox{
	display: flex;
	flex-wrap: wrap;
}
.pro .list{
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 40px;
}
.pro .list:nth-child(3n){
	margin-right: 0;
}
.pro .list .img{
	width: 100%;
	height: 470px;
}
.pro .list p{
	color: #333;
	font-size: 18px;
	text-align: center;
	height: 90px;
	line-height: 90px;
}

@media (max-width: 1400px){
	.pro .list{
		margin-bottom: 35px;
	}
	.pro .list .img{
		height: 428px;
	}
}
@media (max-width: 1300px){
	.pro .list{
		margin-bottom: 30px;
	}
	.pro .list .img{
		height: 398px;
	}
	.pro .list p{
		height: 80px;
		line-height: 80px;
	}
}
@media (max-width: 1200px){
	.pro .list{
		margin-bottom: 25px;
	}
	.pro .list .img{
		height: 365px;
	}
	.pro .list p{
		height: 70px;
		line-height: 70px;
	}
}
@media (max-width: 991px){
	.pro .list{
		margin-bottom: 20px;
	}
	.pro .list .img{
		height: 300px;
	}
	.pro .list p{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
}
@media (max-width: 768px){
	.pro .list .img{
		width: 100%;
		height: 230px;
	}
	.pro .list p{
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.pro .page{
		padding: 30px 0;
	}
}
@media (max-width: 480px){
	.pro .listbox{
		justify-content: space-between;
	}
	.pro .list{
		width: 48%;
		margin-right: 0;
	}
	.pro .list .img{
		height: 185px;
	}
	.pro .page{
		padding: 20px 0;
	}
}
@media (max-width: 320px){
	.pro .list{
		width: 100%;
	}
	.pro .list p{
		height: 40px;
		line-height: 40px;
	}
}




.introduce{
	padding-top: 30px;
	padding-bottom: 100px;
	background-color: #f4f4f4;
}
.introduce .main{
	max-width: 1300px;
}
.introduce .breadcrumb{
	padding-bottom: 80px;
}
.introduce .breadcrumb ul{
	color: #666;
	font-size: 16px;
	text-align: right;
}
.introduce .breadcrumb li{
	position: relative;
	padding-right: 15px;
	margin-right: 5px;
	display: inline-block;
}
.introduce .breadcrumb li::after{
	content: '>';
	position: absolute;
	top: 3px;
	right: 0;
	color: #666;
	font-size: 16px;
}
.introduce .breadcrumb li:last-child:after{
	display: none;
}
.introduce .breadcrumb li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.introduce .breadcrumb li a:hover{
	text-decoration: underline;
}
.introduce .img{
	width: 44%;
	max-height: 570px;
	float: left;
}
.introduce .textbox{
	width: 50%;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.introduce .textbox h2{
	color: #333;
	font-size: 26px;
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid #d0d0d0;
}
.introduce .textbox .text{
	margin-bottom: 110px;
}
.introduce .textbox .text h4{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.introduce .textbox .text .txt{
	color: #666;
	font-size: 16px;
	line-height: 36px;
}
.introduce .textbox .agroup a{
	color: #666;
	font-size: 16px;
	text-align: center;
	width: 170px;
	height: 55px;
	line-height: 55px;
	border-radius: 50px;
	margin-right: 10px;
	transition: all .3s;
	display: inline-block;
	background-color: #fff;
}
.introduce .textbox .agroup a:last-child{
	margin-right: 0;
}
.introduce .textbox .agroup a:hover{
	color: #fff;
	background-color: #d22c18;
}


@media (max-width:1300px){
	.introduce{
		padding-bottom: 80px;
	}
	.introduce .img{
		max-height: 520px;
	}
	.introduce .textbox .text{
		margin-bottom: 90px;
	}
}
@media (max-width:1200px){
	.introduce .img{
		max-height: 480px;
	}
	.introduce .textbox h2{
		font-size: 24px;
	}
	.introduce .textbox .text{
		margin-bottom: 70px
	}
	.introduce .textbox .agroup a{
		width: 140px;
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width:991px){
	.introduce{
		padding-bottom: 60px;
	}
	.introduce .breadcrumb{
		padding-bottom: 60px;
	}
	.introduce .img{
		max-height: 450px;
	}
	.introduce .textbox{
		padding-top: 10px;
		padding-left: 0;
	}
	.introduce .textbox h2{
		font-size: 22px;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.introduce .textbox .text{
		margin-bottom: 50px;
	}
	.introduce .textbox .text h4{
		margin-bottom: 10px;
	}
	.introduce .textbox .text .txt{
		font-size: 14px;
		line-height: 32px;
	}
	.introduce .textbox .agroup a{
		font-size: 14px;
		width: 110px;
	}
}
@media (max-width:768px){
	.introduce{
		padding-bottom: 40px;
	}
	.introduce .breadcrumb{
		padding-bottom: 40px;
	}
	.introduce .img{
		width: 100%;
		min-height: 360px;
		float: none;
		margin: 0 auto;
	}
	.introduce .textbox{
		float: none;
		width: 100%;
	}
	.introduce .textbox h2{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.introduce .textbox .text{
		margin-bottom: 30px;
	}
	.introduce .textbox .text .txt{
		line-height: 28px;
	}
	.introduce .textbox .agroup a{
		width: 100px;
		height: 35px;
		line-height: 35px;
	}
}




.details{
	padding: 60px 0;
}
.details .main{
	max-width: 1300px;
}
.details .textbox{
	color: #666;
	font-size: 16px;
	line-height: 34px;
}


@media (max-width: 991px) {
	.details{
		padding: 50px 0;
	}
	.details .textbox{
		line-height: 30px;
	}
	
}
@media (max-width: 991px) {
	.details{
		padding: 50px 0;
	}
	.details .textbox{
		line-height: 30px;
	}
	
}
@media (max-width: 768px) {
	.details{
		padding: 40px 0;
	}
	.details .textbox{
		font-size: 14px;
		line-height: 28px;
	}
	
}




.parameter{
	padding-bottom: 80px;
}
.parameter .main{
	max-width: 1300px;
}
.parameter .textbox{
	color: #666;
	font-size: 16px;
	line-height: 34px;
}


@media (max-width: 1300px){
	.parameter{
		padding-bottom: 70px;
	}
}
@media (max-width: 1200px){
	.parameter{
		padding-bottom: 60px;
	}
}
@media (max-width: 991px){
	.parameter{
		padding-bottom: 50px;
	}
	.parameter .textbox{
		line-height: 30px;
	}
}
@media (max-width: 768px){
	.parameter{
		padding-bottom: 40px;
	}
	.parameter .textbox{
		font-size: 14px;
		line-height: 28px;
	}

}




.case{
	padding: 80px 0;
	background-color: #f4f4f4;
}
.case .listbox{
	display: flex;
	flex-wrap: wrap;
}
.case .listbox .list{
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 45px;
}
.case .listbox .list:nth-child(3n){
	margin-right: 0;
}
.case .listbox .list .img{
	width: 100%;
	height: 350px;
}
.case .listbox .list p{
	color: #333;
	font-size: 18px;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
.case .page{
	padding: 20px 0;
}


@media (max-width: 1400px){
	.case .listbox .list{
		margin-bottom: 35px;
	}
	.case .listbox .list .img{
		height: 320px;
	}
	.case .listbox .list p{
		height: 70px;
		line-height: 70px;
	}
}
@media (max-width: 1300px){
	.case{
		padding: 70px 0;
	}
	.case .listbox .list{
		margin-bottom: 30px;
	}
	.case .listbox .list .img{
		height: 300px;
	}
}
@media (max-width: 1200px){
	.case{
		padding: 60px 0;
	}
	.case .listbox .list{
		margin-bottom: 25px;
	}
	.case .listbox .list .img{
		height: 280px;
	}
	.case .listbox .list p{
		height: 60px;
		line-height: 60px;
	}
}
@media (max-width: 991px){
	.case{
		padding: 50px 0;
	}
	.case .listbox .list{
		margin-bottom: 20px;
	}
	.case .listbox .list .img{
		height: 260px;
	}
	.case .listbox .list p{
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width: 768px){
	.case{
		padding: 40px 0;
	}
	.case .listbox{
		justify-content: space-between;
	}
	.case .listbox .list{
		width: 48%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.case .listbox .list p{
		font-size: 16px;
	}
}
@media (max-width: 480px){
	.case .listbox .list{
		width: 100%;
	}
}




.news{
	padding: 80px 0;
	background-color: #f4f4f4;
}
.news .listbox{
	display: flex;
	flex-wrap: wrap;
}
.news .list{
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 55px;
	position: relative;
}
.news .list:nth-child(3n){
	margin-right: 0;
}
.news .list .img{
	width: 100%;
	height: 300px;
	margin-bottom: 8px;
}
.news .list .data{
	color: #fff;
	width: 95px;
	height: 95px;
	position: absolute;
	top: 205px;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 18px;
	box-sizing: border-box;
	transition:  all .5s;
	background-color: #151e2f;
}
.news .list:hover .data{
	background-color: #d22c18;
}
.news .list .data span{
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
}
.news .list .data em{
	font-size: 16px;
	display: block;
}
.news .list .text{
	padding: 30px 25px 0 25px;
	box-sizing: border-box;
	background-color: #fff;
}
.news .list .text h4{
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .list .text p{
	color: #888;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom: 25px;
}
.news .list .text .btn{
	color: #666;
	font-size: 15px;
	width: 100%;
	display: block;
	text-align: left;
	padding: 25px 0;
	position: relative;
	border-top: 1px solid #dcdcdc;
}
.news .list .text .btn::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
	width: 15px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../image/inews_icon.png);
}


@media (max-width: 1300px){
	.news{
		padding: 70px 0;
	}
	.news .list{
		margin-bottom: 45px;
	}
	.news .list .text p{
		-webkit-line-clamp: 2;
	}
	.news .list .img{
		height: 280px;
	}
	.news .list .data{
		top: 185px;
	}
	.news .list .text{
		padding: 25px 25px 0 25px;
	}
}	
@media (max-width: 1200px){
	.news .list{
		margin-bottom: 35px;
	}
	.news .list .img{
		height: 260px;
	}
	.news .list .data{
		width: 80px;
		height: 80px;
		top: 180px;
		padding: 0 10px;
	}
	.news .list .text{
		padding: 20px 20px 0 20px;
	}
	.news .list .text .btn{
		padding: 20px 0;
	}
}
@media (max-width: 991px){
	.news{
		padding: 60px 0;
	}
	.news .list{
		margin-bottom: 30px;
	}
	.news .list .img{
		height: 240px;
	}
	.news .list .data{
		top: 170px;
		width: 70px;
		height: 70px;
		padding: 0 10px;
	}
	.news .list .data span{
		font-size: 20px;
	}
}
@media (max-width: 768px){
	.news{
		padding: 50px 0;
	}
	.news .listbox{
		justify-content: space-between;
	}
	.news .list{
		width: 48%;
		margin-right: 0;
	}
	.news .list .img{
		height: 220px;
	}
	.news .list .data{
		top: 160px;
		width: 60px;
		height: 60px;
		padding: 0 5px;
	}
	.news .list .text{
		padding: 15px 15px 0 15px;
	}
	.news .list .text h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.news .list .text p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.news .list .text .btn{
		padding: 15px 0;
	}
	.news .page{
		padding: 20px 0;
	}
}
@media (max-width: 480px){
	.news{
		padding: 40px 0;
	}
	.news .list{
		width: 100%;
	}  
	.news .list .data{
		padding: 0 7px;
	}
	.news .list .data span{
		font-size: 18px;
	}
	.news .list .data em{
		font-size: 14px;
	}
	.news .list .text .btn{
		font-size: 14px;
	}
}




.newsv{
	padding-top: 120px;
	padding-bottom: 100px;
}
.newsv .tit{
	margin-bottom: 40px;
	text-align: center;
}
.newsv .tit h2{
	color: #444;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
.newsv .tit em{
	color: #999;
	font-size: 18px;
	display: block;
}
.newsv .text_box {
	color: #444;
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 70px;
	margin-bottom: 45px;
	border-bottom: 1px solid #d2d2d2;
}
.newsv  .agrop{
	text-align: center;
}
.newsv  .agrop a{
	color: #666;
	font-size: 18px;
	padding-right: 50px;
	display: inline-block;
	position: relative;
	margin-right: 50px;
}
.newsv .agrop a:last-child{
	margin-right: 0;
}
.newsv  .agrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #bfbfbf;
}
.newsv .agrop a:last-child::after{
	display: none;
}
.newsv  .agrop a:hover{
	color: #d22c18;
	text-decoration: underline;
}


@media (max-width:1500px){
	.newsv{
		padding-top: 100px;
	}
}
@media (max-width:1400px){
	.newsv{
		padding: 80px 0;
	}
	.newsv .tit{
		margin-bottom: 65px;
	}
	.newsv .tit h2{
		margin-bottom: 10px;
	}
	.newsv .text_box{
		padding-bottom: 80px;
	}
}
@media (max-width:1200px){
	.newsv{
		padding: 60px 0;
	}
	.newsv .tit{
		margin-bottom: 45px;
	}
	.newsv .tit h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.newsv .tit em{
		font-size: 16px;
	}
	.newsv .text_box{
		padding-bottom: 60px;
	}
	.newsv .text_box{
		line-height: 30px;
	}
	.newsv.agrop a{
		padding-right: 40px;
		margin-right: 40px;
	}
}
@media (max-width:991px){
	.newsv{
		padding: 50px 0;
	}
	.newsv .tit{
		margin-bottom: 35px;
	}
	.newsv .tit h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.newsv .text_box{
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 40px;
		margin-bottom: 35px;
	}
	.newsv .text_box img{
		margin-top: 60px;
	}
	.newsv .agrop a{
		font-size: 16px;
		padding-right: 30px;
		margin-right: 30px;
	}
}
@media (max-width:768px){
	.newsv{
		padding: 40px 0;
	}
	.newsv .tit em{
		font-size: 14px;
	}
	.newsv .tit{
		margin-bottom: 30px;
	}
	.newsv .tit h2{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.newsv .agrop a{
		font-size: 14px;
		padding-right: 20px;
		margin-right: 20px;
	}
	.newsv .text_box{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.newsv .text_box img{
		margin-top: 30px;
	}
}




.contact{
	padding: 115px 0;
} 
.contact .text_box{
	width: 50%;
	float: left;
}
.contact .text_box .tit{
	padding-bottom: 30px;
	margin-bottom: 20px;
	position: relative;
}
.contact .text_box .tit::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	background-color: #d22c18;
}
.contact .text_box .tit h2{
	color: #333;
	font-size: 28px;
	margin-bottom: 10px;
}
.contact .text_box .tit i{
	color: #888;
	font-size: 16px;
}
.contact .text_box .text{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
}
.contact .text_box .img{
	width: 155px;
	height: 155px;
}
.contact .text_box .img img{
	width: 100%;
	height: 100%;
}
.contact  .formbox{
	width: 50%;
	float: right;
}
.contact  .formbox input{
	color: #888;
	font-size: 16px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	display: block;
	padding:  0 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}
.contact  .formbox input::-webkit-input-placeholder{
	color: #888;
}
.contact  .formbox .code {
	display: flex;
	margin-bottom: 50px;
}
.contact  .formbox .code input{
	width: 73%;
	margin-bottom: 0;
}
.contact  .formbox .code .img{
	width: 27%;
	height: 70px;
}
.contact  .formbox .code .img:hover{
	cursor: pointer;
}
.contact  .formbox .code .img img{
	width: 100%;
	height: 100%;
}
.contact  .formbox  button{
	color: #fff;
	font-size: 20px;
	width: 100%;
	height: 70px;
	outline: none;
	border: none;
	transition: all .5s;
	background-color: #535353;
}
.contact  .formbox  button:hover{
	cursor: pointer;
	background-color: #666;
}


@media (max-width:1400px){
	.contact{
		padding: 90px 0;
	} 
}
@media (max-width:1300px){
	.contact{
		padding: 80px 0;
	} 
	.contact .text_box .tit h2{
		font-size: 26px;
		margin-bottom: 5px;
	}
	.contact .text_box .tit{
		padding-bottom: 20px;
	}
	.contact .text_box .text{
		line-height: 32px;
		margin-bottom: 25px;
	}
	.contact .text_box .img{
		width: 140px;
		height: 140px;
	}
	.contact .formbox input{
		height: 60px;
		line-height: 60px;
	}
	.contact .formbox .code{
		margin-bottom: 40px;
	}
	.contact .formbox .code .img{
		height: 60px;
	}
	.contact .formbox button{
		font-size: 18px;
		height: 60px;
	}
}
@media (max-width: 1200px){
	.contact{
		padding: 70px 0;
	} 
	.contact .text_box .tit h2{
		font-size: 24px;
	}
	.contact .text_box .text{
		margin-bottom: 20px;
	}
	.contact .text_box .img{
		width: 120px;
		height: 120px;
	}
	.contact .formbox input{
		height: 50px;
		line-height: 50px;
	}
	.contact .formbox .code .img{
		height: 50px;
	}
	.contact .formbox button{
		height: 50px;
	}
} 
@media (max-width: 991px){
	.contact{
		padding: 50px 0;
	} 
	.contact .text_box .tit h2{
		font-size: 22px;
	}
	.contact .text_box .img{
		width: 100px;
		height: 100px;
	}
	.contact .formbox .code{
		margin-bottom: 30px;
	}
}
@media (max-width: 768px){
	.contact{
		padding: 40px 0;
	} 
	.contact .text_box{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.contact .text_box .tit h2{
		font-size: 20px;
	}
	.contact .text_box .tit i{
		font-size: 14px;
	}
	.contact .text_box .text{
		font-size: 14px;
		line-height: 28px;
	}
	.contact .formbox{
		width: 100%;
		float: none;
	}
	.contact .formbox input{
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
	.contact .formbox .code{
		margin-bottom: 15px;
	}
	.contact .formbox .code  input{
		width: 80%;
	}
	.contact .formbox .code .img{
		width: 20%;
		height: 45px;
	}
	.contact .formbox button{
		font-size: 16px;
		height: 45px;
	}
}



#map{
	max-width: 1920px;
	height: 660px;
	margin:  0 auto;
}
@media (max-width: 1400px){
	#map{
		height: 600px;
	}
}
@media (max-width: 1300px){
	#map{
		height: 540px;
	}
}
@media (max-width: 1200px){
	#map{
		height: 480px;
	}
}
@media (max-width: 991px){
	#map{
		height: 420px;
	}
}
@media (max-width: 768px){
	#map{
		height: 360px;
	}
}
@media (max-width: 640px){
	#map{
		height: 300px;
	}
}