.inpro{
	background: url(../images/probg.jpg) no-repeat center top;

}
.hotkey{
	background: url(../images/hotbg.png) no-repeat;
	padding: 50px 0;
	margin-bottom: 50px;
}
.hotkeyleft{
	color: #FFF;
	width: 16.5%;
	position: relative;
	z-index: 1;
}
.hotkeyleft:after{
	content: '';
	display: inline-block;
	position: absolute;
	border: 2px solid #FFFFFF;
	width: 75%;
	top:-30px;
	bottom:-30px;
	z-index: -1;
	right: 0;
}
.hotkeyleft h3{
	font-size: 36px;
	font-weight: bold;
}
.hotkeyleft span{
	font-size: 18px;
	text-transform: uppercase;
	margin-top:15px;
	display: block;
}
.hotkeylefttxt{
	text-align: right;
	display: inline-block;
	background: #BD1D21;
	padding: 7px 0;
}
.hotkeyright{
	width: 78%;
	margin-left: 5.5%;
}
.hotkeyright a{
	font-size: 18px;
	color: #FFF;
	position: relative;
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 20px;
}
.hotkeyright a:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.hotkeyright a:first-child:before{
	display: none;
}
.hotkeyright a:hover{
	font-weight: bold;
	color: rgba(255,255,255,0.8);
}
.inprotab{
	background:rgba(255,255,255,0.1);
	border-radius: 78px;
	padding: 20px 15px 30px;
	box-sizing: border-box;

}
.inprotab li{
	width: 20%;
	border-right:1px solid rgba(255,255,255,0.15);
	box-sizing: border-box;
}
.inprotab li.inprotabact{
	opacity: 0.5;
}
.inprotab li:last-child{
	border-right: 0 none;
}
.inprotab li h4{
	font-size: 18px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
.inprotabpic{
	width: 52%;
	margin: 0 auto;
}
.inprotab li:hover{
	opacity: 0.5;
}
.inprodetailpic{
	width: 40.0%;
	border-radius: 40px;
	float: left;
	overflow: hidden;
}

.inprodetailpic img{
	display: block;
	transition: all 0.6s;
	vertical-align: middle;
	transform: scale(1);
}
.inprodetail .swiper-slide:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.inprodetailtxt{
	width: 46%;
	float: left;
	margin-left: 4.5%;
	padding-top: 45px;
	padding-bottom: 120px;
}
.inprodetailtxt:after{
	content: '';
	display: block;
	background: url(../images/hoticon.png) no-repeat;
	width: 88px;
	height: 100px;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 60px;
}
.inprodetailtxt h4{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 85px;
}
.inprodetailtxt p{
	font-size: 15px;
	line-height: 33px;
}
.inprodetail{
	z-index: 1;
	position: relative;
}
.inprodetail:after{
	z-index: -1;
	content: "";
	position: absolute;
	left: -60px;
	right: -60px;
	background: #FFF;
	box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.06);
	border-radius: 50px;
	top: 185px;
	bottom: 0;
}
.inprodetail .inprodetail-pagination{
	position: absolute;
	left: 0;
	width: 40%;	
	bottom: 88px;
	text-align: right;
	padding-right: 50px;
	box-sizing: border-box;

}
.inprodetail-pagination .swiper-pagination-bullet{
	width: 19px;
	height: 19px;
	background: #FFFFFF;
	border-radius: 10px;
	opacity: 1;
	margin: 0 6px;
}
.inprodetail-pagination .swiper-pagination-bullet-active{
	width: 51px;
	height: 19px;
	background: #D31F2B;
	border-radius: 10px;
}
.prochatbox{
	position: absolute;left: 45%;
	bottom: 53px;
	z-index: 3;
}

.zxzx{
	display: block;
	background: url(../images/zxzxbg.png) no-repeat;
	width: 201px;
	height: 80px;
	background-size: cover;
	padding-top: 9px;
	box-sizing: border-box;
	float: left;
	position: relative;
	margin-bottom: 15px;

}
.zxzx img{
	margin: 0 auto;
	width: 28px;
}
.zxzx p{
	font-size: 22px;
	margin-top: 6px;
	color: #FFF;
	text-align: center;
}
.fwrx{
	float: left;
	margin-top: 14px;
	background:url(../images/rxbg.png) no-repeat left bottom;
	margin-left: -10px;
	padding-left: 70px;
	padding-bottom: 15px;
}
.fwrx p{
	font-size: 15px;
	color: #333;
	background: url(../images/dh.png) no-repeat left center;
	padding-left: 20px;
}
.fwrx a{
	font-size: 36px;
	font-weight: bold;
	color: #D31F2B;
	display: block;
	margin-top: 10px;
}
.fgzh_hand {
    position: absolute;
	top: 14px;
	right: 38px;
	z-index: 2;
}

.fgzh_hand span{
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, .14);
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  box-sizing: border-box;
   transform: scale(1);
    animation: blow 2s infinite ease-in-out;
}
.fgzh_hand i{
  box-sizing: border-box;
  width: 100%;
  display: block;
  height: 100%;
  background: rgba(255, 255, 255,.24);
  border-radius: 50%;
   transform: scale(1);
    animation: blow 2s infinite ease-in-out;
}
@keyframes blow {
     0%, 5%, 10.5%, 90.5%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    5.5%, 10% {
        transform: scale(0.8);
    }
    70%, 90% {
        transform: scale(1.3);
        opacity: 0;
    }
}
.fgzh_hand img{
  position: absolute;
  top: 6px;
  left: 7px;
  width: auto;

}

.inprolist li,.insolulist li{
	width: 21.5%;
	z-index: 1;
	position: relative;
}
.inprolist li{
	margin-top: 60px;
}
.inprolist li:after{
	content:"";
	z-index: -1;
	display: block;
	background:#F4FAFE;
	border-radius: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 30px;
	top: 56px;
}
.inprolistpic,.insolupic{
	border-radius: 16px;
	overflow: hidden;
}
.inprolistpic img,.insolupic img{
	display: block;
	transition: all 0.6s;
	vertical-align: middle;
	transform: scale(1);
}
.inprolist li:hover  img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.inprolist li h4{
	line-height: 60px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 35px;
	box-sizing: border-box;
}
.inprolist li span,.insolulist li span{
	width: 47px;
	height: 48px;
	border-radius: 10px;
	display: block;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background:url(../images/jt.png) no-repeat center 28px #D31F2B;
	padding-top: 7px;
	position: absolute;
	bottom: 40px;
	right: 20px;
	box-sizing: border-box;
}
.inprolist li:hover img{
	opacity: 0.5;
}
.inprolist li:hover h4{
	color: #BD1D21;
}
.insolu{
	background: url(../images/insolubg.png) no-repeat left 30px;
	background-size: 48.9%;
}
.insolu .titbox{
	margin-left: 49%;
}
.insolulist{
	padding-left:6.5%;
	background: #FFF;
	border-radius: 30px;
	box-sizing: border-box;
	z-index: 1;
}

.insolulist li:before{
	content: '';
	z-index: -1;
	display: block;
	position: absolute;
	background: #F4FAFE;
	border-radius: 10px;
	top: 77px;
	left: -26px;
	right: -26px;
	bottom: 0;
}

.insolulist li:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.insolulist li h4{
	font-size: 24px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 30px;
}
.insolulist li p{
	margin-top: 30px;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
    height: 90px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.insolulist li{
	padding-bottom: 50px;
	width: 26%;
}
.insolulist li span{
	bottom: 210px;
	width: 56px;
	height:57px;
	padding-top: 10px;
	background-position: center 33px; 
}
.insolulist li:hover img{
	opacity: 0.5;
}
.insolulist li:hover h4{
	color: #D31F2B;
}
.inabout{
	position: relative;
}
.inabout:before{
	position: absolute;
	content: '';
	display: block;
	width: 50%;
	right: 0;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.inabout img{
	width: 100%;
}
.inabout .content{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.inabouttxt{
	width: 44%;
	color: #FFF;
	padding-top: 9.4%;
	margin-left: 56%;
	box-sizing: border-box;
}
.inabouttxt span{
	font-size: 154px;
	display: block;
	line-height: 100px;
	font-weight: bold;
}
.inabouttxt p{
	font-size: 16px;
	line-height: 36px;
	padding-left: 25px;
	padding-right: 20px;
}
.inabout .inaboutlist{
	position: absolute;
	background: #FFFFFF;
	padding: 50px 88px;
	box-sizing: border-box;
	border-radius: 10px;
	bottom: -82px;
	top: auto;
}
.inaboutlist li img{
	float: left;
	width: 82px;
}
.inaboutlisttxt{
	float: left;
	margin-left: 20px;
}
.inaboutlisttxt h3{
	font-size: 30px;
}
.inaboutlisttxt span{
	font-size: 16px;
	margin-top: 10px;
	display: block;
}
.innewstop{
	margin-top: 70px;
	margin-bottom: 83px;
}
.innews{
	background: url(../images/newsbg.jpg) no-repeat;
	padding-top: 175px;
	background-size: cover;
}
.innewslist{
	width: 68.7%;
}
.innewslist li{
	width: 40.6%;
	float: left;
	z-index: 1;
	position: relative;
	margin-right: 8.4%;
}
.innewslist li:before{
	content: '';
	display: block;
	background: #BD1D21;
	border-radius: 14px;
	top: 27px;
	position: absolute;
	left: 26px;
	z-index: -1;
	width: 100%;
	bottom:0;

}
.innewspic{
	border-radius: 14px;
	border:2px solid #FEFEFA;
	overflow: hidden;
	background: #FFF;
}

.innewspic img{
	display: block;
	transition: all 0.6s;
	vertical-align: middle;
	transform: scale(1);
}
.innewslist li:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.innewslist li h4{
	line-height: 55px;
	color: #FFF;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	margin-left: 26px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
}
.innewslist li:hover img{
	opacity: 0.5;
}
.innewsright{
	width: 29.2%;
	color: #FFF;
}
.innewstit{
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
}
.innewstit h3{
	font-size: 30px;
	font-weight: bold;
	float: left;
}
.innewstit a{
	font-size: 16px;
	color: #FFF;
	float: right;
	margin-top: 15px;
}
.innewsitem{
	padding-top: 20px;
}
.innewsitem li{
	line-height: 48px;
	position: relative;
	padding-left: 23px;
	
}
.innewsitem li:before{
	position: absolute;
	content:'';
	display: block;
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.innewsitem li a{
	color: #FFF;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	font-size: 15px;
}
.innewsitem li:hover{
	opacity: 0.3;
}
.innewstop:nth-child(2n+1) .innewslist  li{
	margin-left: 8.4%;
	margin-right:0%;
}
.incases{
	position: relative;
	overflow: hidden;
}
.incases .incasestxt{
	display: none;
}
.incases .swiper{
	padding: 60px 0;
	position: relative;
}
.incases:after{
	content: '';
	display: block;
	border: 1px solid #BD1D21;
	position: absolute;
	right: 0;
	top:80px;
	bottom: 80px;
	width: 70%;
}
.incases .swiper-slide{
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
    transform: scale(0.72);

}
.incases .swiper-slide-next{
    margin-left: -90px;

}
.incases .swiper-slide-active {
	position: relative;
    transform: scale(1.4);
    width: 69%;
    z-index: 3;
    margin: 0;
    margin-top: 3%;
    margin-left: 10%;
}
.incases .swiper-slide a{
	display: block;
	width: 100%;
}
.incases .swiper-slide-active .incasestxt{
	display: block;
	position: absolute;
	overflow: hidden;
	background: rgba(189, 29, 33, 1);
	border-radius: 14px;
	width: 52.8%;
	padding: 38px 28px;
	box-sizing: border-box;
	left: 0;
	transform: translateY(-50%);
	top:50%;
	z-index: 2;
	
}
.incases .swiper-slide-active .incasestxt h4{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
.incases .swiper-slide-active .incasestxt p{
	color: #FFF;
	font-size: 10.5px;
	margin-top: 21px;
}
.incases .swiper-slide-active .incasespic{
	width: 78%;
	margin-left: 22%;
	border-radius: 40px 0px 0px 0px;
	position: relative;
	z-index: 1;
}

.incases .swiper-slide-active .incasespic:after{
	content: '';
	position: absolute;
	background: #BD1D21;
	z-index: -1;
	border-radius: 0px 0px 40px 0px;
	width: 100%;
	height: 100%;
	top: 25px;
	left: 24px;
}
.incasesbtn{
	right: 0;
	width: 108px;
	height: 54px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	border-radius: 10px;
	overflow: hidden;
}
.incasesbtn div{
	position: static;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 100%;
	background: url(../images/left.png) no-repeat center center #BD1D21;
	margin: 0;
}
.incasesbtn .swiper-button-next{
	background: url(../images/right.png) no-repeat center center #BD1D21;
}
.incasesbtn div:hover{
	opacity: 0.8
}




.links{
	padding: 35px 0 15px;
	background: #F6F9FC;
}
.links h4{
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 8%;
}
.linkscon{
	float: left;
	width: 92%;
}
.linkscon a{
	line-height: 34px;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
	background: #FFF;
	border-radius: 34px;
	margin-bottom: 20px;
	margin-right: 10px;
	font-size: 15px;
}
.linkscon a:hover{
	background: #BD1D21;
	color: #FFF;
}
/*about*/
.listban{
	position: relative;
	z-index: -1;
}
.listban>img{
	width:100%;
	position: absolute;
	top:0;
	height: 500px;
}
.itempic{
	width:100%;
	position: absolute;
	top:0;
	height: 500px;
	overflow: hidden;
}

.itempic:after{
	content: '';
	display: block;
	width: 116%;
	height: 458px;
	background: #fff;
	border-radius: 50%;
	bottom: -330px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.aboutbox{
	margin-top: 40px;
	position: relative;
}
.aboutleft{
	padding-top: 20px;
	width: 48%;
}
.aboutpic{
	position: absolute;
	left: 0;
	border-top-right-radius: 226px;
	border-bottom-right-radius: 226px;
	border:4px solid #FFF;
	border-left:0 none;
	overflow: hidden;
	width: 48%;
	bottom: 0;
}
.aboutright{
	width: 52%;
}
.aboutright p{
	color: #FFF;
	line-height: 30px;
	font-size: 15px;
	margin-left: 14%;
	margin-bottom: 30px;
}
.aboutright .inaboutlist{
	margin-top: 18%;
}
.aboutright .inaboutlisttxt h3{
	font-size: 25px;
}
.aboutright .inaboutlisttxt span{
	font-size: 14px;
}
.aboutright .inaboutlist li img{
	width: 70px;
}
.titbox p{
	margin-top: 40px;
	line-height: 30px;
}
.epcbox{
	background: url(../images/epcbg2.jpg) no-repeat right center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-size: 60.8% 100%;
	position: relative;
}
.epcboxpic{
	width: 39.2%;
}
.epcboxpic img{
	width: 100%;
}
.epctxt{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	height: 100%;
}
.epctxtcon{
	margin-left: 34%;
	height: 100%;
	position: relative;
	align-content: space-between;
	box-sizing: border-box;
	z-index: 1;
}
.epctxtcon:before{
	content: '';
	display: block;
	position: absolute;
	background: #BD1D21;
	width: 31%;
	border-bottom-left-radius: 20px;
	z-index: -1;
	border-top-left-radius: 20px;
	height: 100%;
	top: 0;
}
.epctxtlist{
	margin-bottom: 5.5%;
}
.epctxtlistpic{
	width: 31%;
	padding:0px 20px 0px 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.epctxtlistpic img{
	border-radius: 10px;
}

.epctxtlisttxt{
	width: 69%;
}
.epctit{
	display: inline-block;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 1px solid #FFFFFF;
	line-height: 40px;
	font-size: 18px;
	color: #FFF;
	padding-right: 25px;
	height: 40px;
	box-sizing:border-box;
	margin-bottom: 30px;
	font-weight: bold;
}
.epctit span{
	display: inline-block;
	padding:0 25px;
	margin-right: 25px;
	float: left;
	border-top-right-radius: 20px;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: -1px;
	border-bottom-right-radius: 20px;
	background: #BD1D21;
	padding-left: 36px;
}
.epctxtlisttxt p{
	font-size: 15px;
	color: #FFF;
	line-height: 30px;
	margin-left: 20px;
}
.culturepic{
	width: 50%;
}
.culturepic img{
	width: 48%;
	margin-bottom: 30px;
}
.culturetxt{
	width: 43.6%;
}
.culturetxt li{
	margin-bottom: 7%;
}
.culturetxt li h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.culturetxt li h4 img{
	width: 33px;
	float: left;
	margin-right: 15px;
}
.culturetxt li p{
	font-size: 15px;
	padding-left: 48px;
	color: #333333;
}
.honor{
	background: url(../images/honorbg.jpg) no-repeat center top;
}
.honor p{
	color: #FFF;
	line-height: 30px;
	margin-top: 30px;
}
.honorpic{
	margin-top: 50px;
	background: #FFFFFF;
	border-radius: 40px;
	padding:60px 50px;
	box-sizing: border-box;
}
.honorpicleft{
	width: 77.7%;
}
.honorpicleft .honorpicitem{
	float: left;
	width: 28.5%;
	margin-right: 4.8%;
}
.honorpicright{
	width: 22.3%;
}
.honorpicitem img{
	border: 1px solid #E6E6E6;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.honorpicitem p{
	font-size: 15px;
	line-height: 23px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}


/*pro*/
.promain{
	padding-top: 40px;
}
.prolist:nth-child(2n){
	background: #F4FAFE;
}
.prolist:nth-child(2n) .inprolist li:after{
	background: #FFF;
}
.prolisttit{
}
.prolisttit h2{
	font-size: 36px;
	float: left;
	font-weight: bold;
}
.prolisttit a{
	float: right;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	background: #D31F2B;
	color: #FFF;
	padding: 0 25px;
	border-radius: 38px;
	margin-top: 10px;
}
.prolisttit a span{
	background: url(../images/jt.png) no-repeat right center;
	display: inline-block;
	padding-right: 32px;
}
.prolisttit a:hover{
	opacity: 0.8;
}
.detail{
	position: relative;
	justify-content: flex-start;
}
.detail:after{
	z-index: -1;
    content: "";
    position: absolute;
    left: -60px;
    right: -60px;
    background: #FFF;
    border-radius: 50px;
    top: 185px;
    bottom: 0;
}
.detailtit{
	font-size: 24px;
	color: #FFF;
}
.detail .inprodetailtxt{
	padding-top: 0;
	padding-bottom: 0;
	width: 47%;
}
.detail .inprodetailtxt:after{
	display: none;
}
.detail .inprodetailtxt h1{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 100px;
}
.detailtit{
	font-size: 24px;
	color: #FFF;
	display: block;
	right: 0;
	position: absolute;
	width: 88px;
	box-sizing: border-box;
	background: #BD1D21;
	padding: 16px 20px;
	top: 133px;
}
.detailtit:after{
	content: '';
	display: block;
	background: url(../images/detailtitbg.png) no-repeat;
	width: 88px;
	height: 17px;
	background-size: cover;
	position: absolute;
	bottom: -17px;
	left:0;
}
.solulist{
	padding: 0 85px;
	background: #FFF;
	border-radius: 40px;
	margin-top: 50px;
	box-sizing: border-box;
}
.newslistbox{
	padding-left:85px;
	padding-right:85px;
	background: #FFF;
	border-radius: 40px;
	margin-top: 50px;
	box-sizing: border-box;
}
.solulist .insolulist{
	padding-left: 0;
}
.solulist .insolulist li{
	margin-bottom: 60px;
}
.zxlxbox{
	position: relative;
	
	padding-top: 120px;
	overflow: hidden;
	z-index: 1;
}
.zxlxbox:after{
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	background: #BD1D21;
	width: 100%;	
	height: 100%;
	bottom: 0;
	top: 120px;
}
.zxlxbox:before{
	content: '';
	display: block;
	position: absolute;
	width: 44%;
	background: #BD1D21;
	box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.21);
	left: 0;
	top: 30px;
	height: 440px;
	border-top-right-radius: 550px;
}
.zxlxbox .content{
	position: relative;

}
.zxlxcode{
	position: absolute;
	width: 33%;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding-bottom: 22px;
}
.zxlxcode img{
	width: 33%;
	float: left;
}
.zxlxcode p{
	font-size: 16px;
	color: #FFF;
	background:url(../images/jtr.png) no-repeat left top;
	background-size: 30px 14px;
	padding-top: 28px;
	float: left;
	position: absolute;
	bottom: 52px;
	margin-left: 40%;
}
.zxlxright{
	width: 62%;
	margin-left: 38%;
}
.zxlxphone{
	padding: 20px 0;
}
.zxlxphone span{
	font-size: 15px;
	color: #FFF;
	display: block;
	background:url(../images/phone.png) no-repeat left center;
	background-size: 14px 12px;
	padding-left: 18px;
}
.zxlxphone a{
	font-size: 48px;
	color: #FFF;
	font-weight: bold;
}
.zxlxchat{
	background: url(../images/chatbg.png) no-repeat;
	height: 91px;
	background-size: cover;
	width: 53%;
	box-sizing: border-box;
	padding-top: 20px;
	position: relative;
}
.zxlxchat a{
	font-size: 22px;
	color: #FFF;
	text-align: center;
	width: 50%;float: left;
	line-height: 58px;
	width: 45%;
}
.zxlxchat a span{
	background: url(../images/ly.png) no-repeat left center;
	padding-left: 39px;
	display: inline-block;
}
.zxlxchat a.dezxzx{
	color: #BD1D21;
	float: right;
	width: 55%;
	text-align: left;
	padding-left: 46px;
	box-sizing: border-box;
}
.zxlxchat a.dezxzx span{
	background: url(../images/xx.png) no-repeat left center;
	padding-left: 39px;
	display: inline-block;
}
.zxlxchat .fgzh_hand{
    top: 39px;
    right: 51px;
}
.zxlxchat .fgzh_hand span{
	background: rgba(211, 31, 43, .14);
}
.zxlxchat .fgzh_hand i{
	background: rgba(211, 31, 43, .24);
}
.detailmain{
	padding-left: 20px;
	box-sizing: border-box;
}
.deleft{
	width: 19.6%;
	z-index: 1;
	position: relative;
}
.deleft:before{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	background: #BD1D21;
	top: 80px;
	bottom: 80px;
	z-index: -1;
}
.deright{
	width:73.5%;
}
.sidetit{
	position: relative;
	padding-bottom: 18px;
	z-index: 1;
}
.sidetit:after{
	content: '';
	display: block;
	height: 21px;
	background: url(../images/sidetitbg.png) no-repeat;
	background-size: cover;
	z-index: -1;
	width: 100%;
	position: absolute;
	bottom: 9px;
}
.sidetit:before{
	content: '';
	display: block;
	height: 10px;
	background: #6F070A;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.sidetit h3{
	height: 59px;
	line-height: 59px;
	background: #BD1D21;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	width:74%;
	margin:0 auto;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	font-weight: bold;

}
.sidepro{
	margin-left: 15px;
	background: #F5F9FC;
	padding: 10px 13px 0;
}
.sidepro li{
	line-height: 66px;
	border-bottom: 1px dashed #333;
	padding-left: 40px;
	position: relative;
	z-index: 2;
}
.sidepro li:before{
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	z-index: -1;
	height: 30px;
	border: 1px solid #BD1D21;
	border-radius: 50%;
	background: url(../images/sider.png) no-repeat center center #FFFFFF;
	left: -44px;
	top: 50%;
	margin-top: -15px;
}
.sidepro li a{
	font-size: 18px;
	color: #1A1A1A;
}
.sidepro li:hover a{
	font-weight: bold;
	color: #BD1D21;
}
.sidepro li:last-child{
	border-bottom: 0 none;
}
.sidemore{
	background: #F5F9FC;
	line-height: 66px;
	font-size: 16px;
	text-align: center;
	color: #BD1D21;
	font-weight: bold;
	position: relative;
	display: block;
	margin-left: 15px;
}
.sidemore:before{
	content: '';
	display: block;
	position: absolute;
	left: 13px;
	right: 13px;
	border-top: 1px dashed #333;

}
.leftside{
	margin-bottom: 60px;
}
.liuyanbg{
	background: #F5F9FC;
	margin-left: 15px;
	padding: 40px 0;
}
.derighttop{
	padding-bottom: 60px;
	border-bottom: 10px solid #F5F9FC;
}
.derighttop h3{
	font-size: 24px;
	font-weight: bold;
	padding-left: 60px;
	padding-top: 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 42px;
}
.derighttop h3:after{
	content: '';
	display: block;
	position: absolute;
	height: 61px;
	background: #FFFFFF;
	border-top-left-radius: 25px;
	left: 30px;
	top: 15px;
	z-index: -1;
	width: 100%;
}
.derighttop h3:before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 110px;
	height: 55px;
	background: #BD1D21;
	border-radius: 28px;
	left: 0px;
	top: 0;

}
.derighttop h4{
	font-size: 18px;
	font-weight: bold;
	margin:30px 0;
}
.derighttop p{
	font-size: 15px;
	line-height: 30px;
}
.derighttop img{
	width: auto;
	max-width: 100%;
	margin: 40px auto 15px;
}
.xgprocon li{
	width: 29%;
	margin-top: 0;
}
.sidenews li{
	width: 46%;
	line-height: 48px;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
}
.sidenews li:before{
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #BD1D21;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.sidenews li:hover a{
	font-weight: bold;
	color: #BD1D21;
}
.casebox{
	background: #FFFFFF;
	border-radius: 50px;
}
.caselist{

}
.caselistpic{
	width: 37.3%;
	border-radius: 20px;
	overflow: hidden;
}
.caselistpic img{
	display: block;
	transition: all 0.6s;
	vertical-align: middle;
	transform: scale(1);
}
.caselist:hover .caselistpic img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.caselisttxt{
	width: 57.1%;
	padding-right: 60px;
	box-sizing: border-box;
}
.caselist li{
	box-sizing: border-box;
	text-align: right;
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.caselist li:after{
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	width: 73%;
	background: #F7FCFF;
	border-radius: 0px 0px 50px 0px;
	top: 103px;
	right: 0;
	bottom: 0px;
}
.caselist li a{
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between; 
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.caselist li h4{
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 80px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.casetxt{
	text-align: left;
	max-height: 120px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 10px;
}
.casetxt p{
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 30px;
}
.caselist li span{
	height: 44px;
	background: #BD1D21;
	border-radius: 50px 0px 0 50px;
	display: inline-block;
	line-height: 44px;
	width: 210px;
	color: #FFF;
	font-size: 15px;
	line-height: 44px;
	text-align: center;
	margin-right: -60px;

}
.caselist li span font{
	background:url(../images/jt.png) no-repeat right center;
	padding-right: 30px;transition: all 0.3s;
	background-size: 20px 10px;
}
.caselist li:hover:after{
	box-shadow: 0px 0px 18px 0px rgba(81, 6, 8, 0.16);
}
.caselist li:hover h4{
	color: #BD1D21;
}
.caselist li:hover span font{
	margin-right: -10px;
}
.casetit h1{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.casedate{
	font-size: 14px;
	text-align: center;
}
.detailmain .zxlxbox{
	padding-top: 60px;
	margin-bottom: 40px;
}
.detailmain .zxlxbox:before{
	width: 30%;
	height: 260px;
    border-top-right-radius:142px;
}
.detailmain .zxlxcode{
	padding-left: 30px;
	width: 30%;
	box-sizing: border-box;
}
.detailmain .zxlxcode img{
	width: 34%;
}
.detailmain .zxlxright{
	width: 66%;
	margin-left: 33%;
}
.detailmain .zxlxbox:after{
	top: 60px;
}
.detailmain .zxlxphone a{
	font-size: 36px;
}
.detailmain .zxlxchat{
	width: 50%;
	padding-top:0px;
	height: 59px;
	background-size: cover;
	box-sizing: border-box;
	margin-right:30px;
}
.detailmain .zxlxchat a span{
	font-size: 15px;
	line-height: 62px;
	background-size: 24px 24px;
	padding-left: 30px;

}
.detailmain .zxlxchat a.dezxzx{
	line-height: 56px;
	padding-left: 25px;
}
.detailmain .zxlxchat .fgzh_hand{
	top: 17px;
	right: 28px;
}
.detailmain .zxlxcode p{
	font-size: 14px;
	bottom: 35px;
}
.newsbtn .swiper-slide-active{
	display: none;
}

.newsbig{
	padding-bottom: 60px;
	position: relative;
}


.newsbigpic{
	width: 53.4%;
	overflow: hidden;
	float: left;
	padding-top: 21px;
	position: relative;
}
.newsbigpic img{
	border:1px solid #FFF;
	border-radius: 14px;
	box-sizing: border-box;

}
.newsbigpic:after{
	content: '';
	display: block;
	background: url(../images/hoticon.png) no-repeat;
	width: 88px;
	height: 100px;
	background-size: cover;
	position: absolute;
	right: 45px;
	top: -0px;
}
.newsbigtxt{
	float: right;
	padding-top: 35px;
	width: 40.6%;
}
.newsbigtxt h4{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}
.newsbigtxt span{
	display: block;
	color: #FFF;
	font-size: 14px;
}
.newsbigtxt p{
	font-size: 15px;
	color: #FFF;
	margin-top: 40px;
	max-height: 90px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	line-height: 30px;
}
.newsbtn{
	width: 64%;
	background: #FFF;
	border-radius: 50px;
	margin-left: 46%;
	box-sizing: border-box;
	padding: 35px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	right: 0;	
}
.newsbtn .swiper-slide{
	width: 30%;
}
.newsbtn .swiper-slide img{
	border-radius: 14px;
}

.newsbtn .swiper-slide h4{
	font-size: 15px;
	text-align: center;
	color: #4D4D4D;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 10px;
}
.newsbtn .swiper-slide:hover h4{
	color: #BD1D21;
}

.news-button{
	position: absolute;
	bottom: 26px;
	left: 35px;
	overflow: hidden;
	z-index: 2;
}
.news-button div{
	position: static;
	margin: 0;
	border-radius: 6px;
	float: left;
	width: 35px;

}
.news-button .news-button-prev{
	background: url(../images/newleft.png) no-repeat rgba(0, 0, 0, .3);
	background-size: cover;
	height: 52px;
	margin-right: 8px;

}
.news-button .news-button-next{
	background: url(../images/newright.png) no-repeat rgba(0, 0, 0, .3);
	background-size: cover;
	width: 35px;
	height: 52px;
}
.news-button div:hover{
	background-color: rgba(0, 0, 0, .6);
}
.newslist{
	margin-top: 52px;
}
.newslist li{
	width: 47.2%;
	background: #EFF5F9;
	border-radius: 20px;
	padding: 17px 28px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.newsdate{
	float: left;
	background: #BD1D21;
	border-radius: 10px;
	color: #FFF;
	padding: 20px 0;
	width: 11%;
}
.newsdate span{
	font-size: 48px;
	display: block;
	text-align: center;
	line-height: 48px;
}
.newsdate font{
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
	display: block;
	text-align: center;
}
.newsitem{
	width: 85.5%;
	float: right;
}
.newslist li h4{
	font-size: 18px;
	color: #1A1A1A;
	font-weight: bold;
	margin-top: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newslist li p{
	font-size: 15px;
	color: #4D4D4D;
	line-height: 26px;
	margin-top: 24px;height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist li:hover{
	background: #BD1D21;
}
.newslist li:hover h4,.newslist li:hover p{
	color: #FFF;
}
.newmore{
	font-size: 18px;
	width: 31.1%;
	height: 50px;
	border: 1px solid #1A1A1A;
	border-radius: 25px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 50px;
	margin:0 auto;
}
.newmore:hover{
	background: #BD1D21;
	color: #FFF;
	border-color: #fff;
}
/*search*/
.searchtit{
	text-align: center;
}
.searchbox h2{
	font-size: 36px;
	color: #030303;
	display: inline-block;
	position: relative;
}
.searchbox h2:before{
	content: "";
	width: 269px;
	height: 1px;
	background: #CCCCCC;
	display: block;	
	position: absolute;
	top: 50%;
	left: -319px;
}	
.searchbox h2:after{
	content: "";
	width: 269px;
	height: 1px;
	background: #CCCCCC;
	display: block;	
	position: absolute;
	top: 50%;
	right: -319px;
}	
.searchbox .searchbig{
	width: 43%;
	height: 50px;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	position: relative;
	margin:46px auto;
}
.searchbox .searchbig input{
	line-height: 50px;
	width: 100%;
	height: 50px;
	border:0 none;
	background: transparent;
	box-sizing: border-box;
}
.searchbox .searchbig .searchbtn{
	background: url(../images/searchicon.png) no-repeat center center;
	height: 50px;
	position: absolute;
	right: 0;
}
.searchbox  .searchbig .searchbtn{
	width: 55px;
	cursor: pointer;
}
.searchbox .searchbig input{
	padding-right: 55px;
	padding-left: 20px;
}
.searchtit span.keyword-red{
	float: none;
	display:inline-block;
}
.searchtab{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 22px;
	margin-top:74px;
}
.searchtab>p{
	font-size: 24px;
	color: #030303;
	float: left;
}
.searchtab>p span{
	font-size: 36px;
	font-weight: bold;
}
.searchtab ul{
	float: right;
	width: 44%;
}
.searchtab li{
	float: left;
	width: 25%;
	line-height: 32px;
	border:1px solid #FFF;
	box-sizing: border-box;
	background: #F2F2F2;
	text-align: center;
	font-size: 18px;
	color: #4D4D4D;
	cursor: pointer;
}
.searchtab li:hover,.searchtab li.searchtabact{
	background: #BD1C21;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.searchtit{
	margin-bottom: 20px;
}
.searchtit h4{
	font-size: 18px;
	font-weight: bold;
	float: left;
	text-align: left;
	max-width: 72%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.searchtit>span{
	color: #666;
	font-size: 14px;
	display: block;
	text-align: left;
	float: right;
}
.searchtit span.keyword-red{
	float: none;
	display:inline-block;
	color: #BD1C21;
}
.searchnews li p{
	color: #666;
	font-size: 15px;
	line-height: 1.5em;
}
.searchnews li{
	border-bottom: 1px solid #F2F2F2;
	padding: 50px 0 40px;
}
.searchnews{
	margin-bottom: 60px;
}
.searchnews li:hover {
	background: #fdfdfd;
}
.searchnews li:hover h4{
	color: #BD1C21;
}
.searchbox .pagediv{
	margin-bottom: 0;
}
.search-result .caselistpic{
	width: 26%
}
.search-result .caselisttxt{
	width: 71%;
}
.search-result ul{
	display: none;
}
.search-result ul:nth-child(1){
	display: block;
}
.search-result .caselisttxt h4 span{
	font-size: 18px;
	display: inline-block;
	color: #BD1C21;
	margin: 0;
}
.searchban img{
	width: 100%;
}
/*404*/
.fourtop{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E6E6E6;
}
.fourtop h2{
	font-size:30px;
}
.fourtop img{
	width: auto;
	margin:30px auto;
}
.fourbot{
	width: 87.5%;
	margin:0 auto;
}
.fourbotleft{
	float: left;
	align-items: baseline;
	width: 47.6%;
}
.fourbotleft h4{
	font-size: 24px;
	font-weight: bold;
}
.fourbot{
	padding-top: 60px;
}
.fourbotleft ul{
	width: 60%;
}
.fourbotleft ul li{
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	background: #F5F5F5;
	margin-bottom: 20px;
}
.fourbotleft ul li a{
	font-size: 20px;
	text-align: center;
	color: #4D4D4D;
	display: block;
}
.fourbotleft ul li:hover{
	background: #BD1D21;
}
.fourbotleft ul li:hover a{
	color: #FFF;
}
.fourbotleft p{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.fourbotleft p a{
	font-weight: bold;
	color: #BD1D21;
}
.fourbotleft img{
	width: 42.5%;
	margin:0 auto;
}
.fourbotleft span{
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
.fourbotright{
	width: 36%;
	float: right;
}
#dituContent{
	height: 670px;
}
.contactbox{
	padding-top: 1px;
	background: url(../images/contactban.jpg) no-repeat;
	background-size: cover;
}
.contactleft{
	width: 48%;
}
.contactright{
	width: 46.7%;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 0;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	margin-bottom: 0;
	margin-top: 0;
}
.contactleft .titbox h2,.contactleft .titbox span{
	text-align: left;
}
.contactleft .titbox p{
	color: #FFF;
	font-size: 15px;
}
.contactleft .titbox{
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding-bottom: 40px;
}
.contactright h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.contactright>p{
	font-size: 15px;
	color: #4d4d4d;
		text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;

}
.contactright input,.contactright select,.contactright textarea{
	background: #F5F9FC;
	border:0 none;
}
.contactright ul li.liuyandetail, .contactright ul li.zxlytextarea p{
	text-align: left;
	line-height: 28px;margin:0;margin-top: 35px;
	margin-bottom: 20px;
}
.contactright .zxlybtn input[type="submit"]{
	width: 47%;
	margin-right:5%;
}
.new-liuyan .zxlybtn input[type="reset"]{
	margin-right:0%;
	width: 47%;

}
.contacttxt ul{
	color: #FFF;
	float: left;
	width: 57%;
}
.contacttxt ul li{
	margin-bottom: 60px;
}
.contacttxt ul li span{
	display: block;
	margin-bottom: 20px;
}
.contacttxt ul li span img{
	float: left;
	margin-right: 10px;
	width: 20px;
}
.contacttxt ul li a{
	color: #FFF;
	font-size: 24px;
}
.contacttxt ul li p{
	font-size: 18px;
}
.contacttxt ul li a strong{
	font-size: 48px;

}
.contactcode{
	width: 26%;
}
.contactcode p{
	color: #FFF;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.tactzxly{
	width:100%;
	height: 41px;
	line-height: 41px;
	background: #BD1D21;
	border-radius: 21px;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	display: block;
	margin-top:15px;
}
.tactzxly span{
	display: inline-block;
	background: url(../images/ly.png) no-repeat left center;
	padding-left: 25px;
	background-size: 18px 18px;
}
.tactzxzx{
	width:100%;
	height: 41px;
	line-height: 41px;
	background: #BD1D21;
	border-radius: 21px;
	display: block;
	margin-top:15px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	position: relative;
}
.tactzxzx>span{
	display: inline-block;
	background: url(../images/zxzx.png) no-repeat left center;
	padding-left: 25px;
	background-size: 18px 18px;
}
.tactzxzx .fgzh_hand{
	top: 10px;
	right: 25px;
}
.fgzh_hand img{
	width: 19px;
}
.tactzxzx:hover,.tactzxly:hover{
	background: rgba(189, 29, 33, 0.9);
}
.keyword-red{color: #BD1D21!important;}
@media (max-width: 1500px){
	.topchatbox{
		width: 64%;
	}
	.hotkeyleft h3{
		font-size: 30px;
	}
	.titboxfff h2{
		font-size: 40px;
	}
	.titbox span{
		font-size: 73px;
	}
	.innewstit h3{
		font-size: 24px;
	}
	.innewstit{
		padding-bottom: 15px;
	}
	.inprodetailtxt h4{
		font-size: 26px;
	}
	.innewstit a{
		margin-top: 10px;
	}
	.fwrx a{
		font-size: 30px;
	}
	.inprodetailtxt{
		width: 54%;
		margin-left: 4%;
	}
	.inabouttxt{
		padding-top: 4.5%;
	}
	.inabouttxt span{
		font-size: 140px;
	}
	.foottop ul li{
		padding:0 2%;
	}
	.links h4{
		font-size: 18px;
	}
	.foottop ul li:first-child a{
		font-size: 28px;
	}
	.foottop ul li{
		font-size: 16px;
	}
	.incases .swiper-slide-active .incasestxt{
		padding: 27px 20px;
	}
	.titbox h2{
		font-size: 38px;
	}
	.inaboutlisttxt h3{
		font-size: 26px;
	}
	.insolulist li h4{
		font-size: 20px;
	}
	.insolulist li p{
		margin-top: 20px;
	}
	.insolulist li span{
		bottom:188px;
	}
	.insolulist li{
		padding-bottom: 40px;
	}
	.zxzx p{
		font-size: 20px;
	}
	.fwrx a{
		margin-top: 5px;
	}
	.inprodetailtxt:after{
		width: 70.4px;
		height: 80px;
		top: 80px;
	}
	.epctit{
		margin-bottom: 15px;
	}
	.epctxtlist{
		margin-bottom: 3%;
	}
	.epctit{
		font-size: 16px;
	}
	.epctxtlisttxt p{
		line-height: 26px;
	}
	.culturetxt li h4{
		font-size: 20px;
		margin-bottom: 16px;
	}
	.honor p{
		margin-top: 26px;
	}
	.aboutright .inaboutlisttxt h3{
		font-size: 21px;
	}
	.aboutright p{
		line-height: 26px;
		margin-bottom: 26px;
	}
	.prolisttit h2{
		font-size: 30px;
	}
	.prolisttit a{
		margin-top: 5px;
	}
	.code{
		width: 100px;
	}
	.code p{
		font-size: 14px;
	}
	.detail .inprodetailtxt h1{
		margin-top: 30px;
		margin-bottom:80px;
	}
	.detail:after{
		top: 160px;
	}
	.zxlxphone a{
		font-size: 40px;
	}
	.zxlxchat a{
		font-size: 18px;
	}
	.zxlxchat{
		padding-top: 13px;
		height: 77px;
	}
	.zxlxchat a.dezxzx{
		padding-left: 36px;
	}
	.zxlxchat .fgzh_hand{
		top: 27px;
		right: 45px;
	}
	.zxlxbox{
		padding-top: 105px;
	}
	.zxlxbox:after{
		top: 105px;
	}
	.sidetit h3{
		font-size: 24px;
		line-height: 50px;
		height: 50px;
	}
	.sidetit:after{
		height: 19px;
	}
	.deleft:before{
		top: 70px;
	}
	.sidepro li{
		padding-left: 30px;
	}
	.sidepro li:before{
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}
	.sidepro li a{
		font-size: 16px;
	}
	.derighttop h3{
		font-size: 20px;
		padding-left: 55px;
		padding-top: 25px;
	}
	.derighttop h3:before{
		width: 100px;
		height: 50px;
	}
	.derighttop h3:after{
		left: 25px;
	}
	.sidenews li{
		line-height: 40px;
	}
	.detailtit{
		font-size: 20px;
		width: 80px;
	}
	.detailtit:after{
		width: 100%;
		height: 15px;
		bottom: -15px;
	}
	.detailtit{
		top: 105px;
	}
	.caselist li h4{
		font-size: 24px;
	}
	.detailmain .zxlxphone a{
		width: 28%;
	}
	.zxlxphone{
		padding: 0;
	}
	.detailmain .zxlxchat{
		width: 65%;
	}
	.detailmain .zxlxright{
		margin-left: 40%;
	}
	.detailmain .zxlxbox:before{
		width: 35%;
	}
	.detailmain .zxlxchat a span{
		margin-top: 3px;
	}
	.zxlxcode p{
		margin-left:51%;
	}
	.detailmain .zxlxcode{
		padding-left: 15px;
	}
	.detailmain .zxlxcode img{
		width: 47%;
	}
	.detailmain .zxlxcode{
		width: 34%;
	}
	.detailmain .zxlxbox:after{
		top: 52px;
	}
}