.epcindex ul{
	margin-top: 15px;
}
.epcindex ul li{
	width: 47%;
	padding: 50px 0;
	border-bottom: 1px solid rgba(189, 29, 33, 0.28);
}
.epcindextop{
	margin-bottom: 30px;
	position: relative;
}
.epcindexpic{
	width: 37%;
}
.epcindextop:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #BD1D21;
	left: 39%;
	top: 50%;
	margin-top: -5px;
}
.epcindextop h3{
	line-height: 44px;
	background-color: #BD1D21;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	height: 44px;
	width: 54%;
	padding-left: 10px;
	box-sizing: border-box;
	top: 50%;
	position: absolute;
	right: 0;
	margin-top: -22px;
}
.epcindextop h3:before{
	content:'';
	position: absolute;
	left: -17px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 17px 22px 0;
	border-color: transparent #BD1D21 transparent transparent;
}
.epcindex ul li p{
	font-size: 15px;
	line-height: 26px;
	color: #333;
}
.epcindex ul li:nth-child(3),.epcindex ul li:nth-child(4){
	border-bottom: 0 none;
}
.epcindex ul li:nth-child(2n) .epcindexpic{
	margin-left: 63%;
}
.epcindex ul li:nth-child(2n) .epcindextop:before{
	left: auto;
	right: 39%;
}
.epcindex ul li:nth-child(2n) .epcindextop h3{
	right: auto;
	left: 0;
}
.epcindex ul li:nth-child(2n) .epcindextop h3:before{
	right: -17px;
	left: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 17px;
	border-color: transparent transparent transparent #BD1D21;
}
.insolubox{
	background: url(../images/insolutbg.jpg) no-repeat ;
	background-size: cover;
}
.insolunav{
	width: 22.5%;
	background:#FFF;
}
.insolunav h3{
	line-height: 50px;
	font-size: 24px;
	color: #FFF;
	padding-left: 20px;
	background:#BD1D21;
	position: relative;
	background-size: 16px 16px;
}
.insolunav h3:after{
	content: "";
	display: block;
	background: url(../images/jt.png) no-repeat;
	width: 16px;
	height: 16px;
	background-size:cover;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -8px;

}
.insolunav ul{
	padding: 6px 15px;
}
.insolunav ul li{
	padding: 25px 0;
	border-bottom: 1px solid #F6F6F6;
}
.insolunav ul li:last-child{
	border: 0 none;
}
.insolunav ul li a{
	display: block;
	line-height: 32px;
	display: block;
	font-size: 18px;
	text-align: center;
}
.insolunav ul li.insolunavact a{
	background:#BD1D21;
	color: #FFF;
	line-height: 44px;
	font-size: 24px; 
}
.insolucon{
	width: 75%;
}
.insolucon ul{
	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;
}
.insolucon li{
	width: 45.5%;
	border:2px solid #FFF;
	box-sizing: border-box;
	margin-bottom: 32px;
	position: relative;
	margin-left: 4.5%
}

.insolucontxt{
	position: absolute;
	bottom: 0;
	width: 100%;
	background:rgba(0,0,0,0.8);
}
.insolucontxt p{
	display: none;
}
.insolucontxt h4{
	line-height: 46px;
	font-size: 15px;
	text-align: center;
	color: #FFF;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
}

.insolucon li:nth-child(3),.insolucon li:nth-child(4){
	margin-bottom: 0 ;
}
.insolucon ul{
	display: none;
}
.insolucon ul:first-child{
	display: flex;
}
.insoluconpic{
    overflow: hidden;
}
.insoluconpic img{
    
	display: block;
	transition: all .6s;
	vertical-align: middle;
	transform: scale(1);
	aspect-ratio:3/2;
}
.insolucon li:hover .insoluconpic img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.inabouttop p,.inaboutbottxt p{
	width: 85.5%;
	color: #333333;
	font-size: 15px;
	line-height: 26px;
	text-indent: 2em;
	margin-bottom: 32px;
}
.inabouttop p:nth-child(2n){
	width: 80%;
}
.inaboutbot{
	width: 76.3%;
	margin-top: 50px;
	position: relative;
}

.inaboutbottxt{
	position: absolute;
	background: rgba(189, 29, 33, .95);
	left: 28px;
	top: 70px;
	right: 50px;
	padding: 30px 36px;
}
.inaboutbottxt p{
	color: #FFF;
}
.inabout{
	position: relative;
}
.inabout>img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50.3%;
}
.inaboutbottxt p:first-child{
	width: 90.5%;
}
.innews{
	background: #F6F9FC;
}
.innewscon li{
	width: 47.75%;
	padding-left: 35px;
	box-sizing: border-box;
	line-height: 24px;
	margin-bottom: 20px;
	position: relative;
}
.innewscon li h4{
	font-size: 15px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 85%;
}
.innewscon li span{
	color: #808080;
	font-size: 14px;
	float: right;
	display: block;
}
.innewscon li:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #BD1D21;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 8px;
}
.incase {
    align-items:initial;
}
.incase li{
	width: 28.3%;
	position: relative;
	padding-bottom: 50px;
	z-index: 2;
}
.incase li .incasepic{
	border-radius: 10px 0px 0px 0px;
	background: #FFF;
	overflow: hidden;
}
.incase li .incasepic img{
	transition: all 0.6s;
	aspect-ratio:4/3;
}

.incase li .incasetxt{
	position: absolute;
	left: 16px;
	background: #BD1D21;
	right: -16px;
	padding: 0 25px;
	padding-top: 100px;
	z-index: -1;
	bottom: 0;
	height: 50px;
	border-radius: 0px 0px 10px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.incase li .incasetxt h4{
	color: #FFF;
	line-height: 22px;
	font-size: 15px;
	text-align: center;
	display: -webkit-box;
	max-height: 44px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.links{
	background: #F6F9FC;
	padding:40px 0;
}
.links h4{
	font-size: 20px;
	float: left;
	font-weight: bold;
	width: 10%;
}
.links ul{
	float: left;
	width: 90%;
}
.links ul li{
	height: 34px;
	line-height: 34px;
	background: #FFFFFF;
	border-radius: 37px;
	padding: 0 20px;
	background: #FFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

/*solution*/
.listbanner img{
	width: 100%;
}
.solutab {
	background: #F6FAFD;
	border-radius: 6px;
	padding: 40px 30px;
}
.solutab li{
	text-align: center;
	float: left;
	width: 16.66%;
}
.solutab li a{
	display: inline-block;
}
.solutab li p{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}
.solucircle{
	width: 80px;
	height: 80px;
	border: 1px dashed #26292D;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 8px;
	margin: 0 auto;
}
.solucircle span{
	display: block;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	background:#26292D;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.solucircle font{
	font-size: 24px;
	color: #FFF;
	line-height: 28px;
}
.solutab li.solutabact p{
	font-weight: bold;
	color: #BD1D21;
}
.solutab li.solutabact .solucircle{
	border-color: #BD1D21;

}
.solutab li.solutabact .solucircle span{
	background:#BD1D21;
}



.solucon{
	padding-top: 10px;
	justify-content: flex-start;
}
.solucon li,.soluconlist li{
	width: 31%;
	margin-top: 50px;
	margin-right: 3.5%;
	position: relative;
	overflow: hidden;
}
.solucon li:nth-child(3n),.soluconlist li:nth-child(3n){
	margin-right: 0;
}
.solucon li img{
	transition: all 0.6s;
	aspect-ratio:117/92;
}

.solucontxt{
	position: absolute;
	height: 44px;
	width: 100%;
	bottom: 0;
	background:#FFF;
	padding-left: 30px;
	box-sizing: border-box;
	padding-right: 18.7%;
	
}
.solucontxt h4{
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 44px;
}
.solucon li:after,.soluconlist li:after{
	content:"";
	display: block;
	width: 18.7%;
	position: absolute;
	right: 0;
	height: 44px;
	bottom: 0;
	background: url(../images/solujt.png) no-repeat center center #BD1D21;
}

.soluconlist {
	justify-content: flex-start;
	align-items: flex-start;
}
.soluconlist li .solucontxt{
	position: static;
	padding-left: 0;
	margin-bottom: 10px;
}

.soluconlist li p{
	line-height: 28px;
	font-size: 15px;
	color: #4D4D4D;
	height: 56px;
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.soluconlist li .solucontxt h4{
	font-weight: bold;
	font-size: 18px;

}
.soluconlist li:after{
	bottom: 90px;
}

/*solution-detail*/
.detailtop{
}
.detailtoppic{
	width: 41.8%;
}
.detailtoppic img{
    aspect-ratio:117/92;
}
.detailtoptxt{
	width: 55.2%;
	box-sizing: border-box;
	padding-right: 25px;
}
.detailtoptxt h1{
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	background:#BD1D21;
	display: inline-block;
	padding-left: 100px;
	margin-left: -100px;
	padding-right: 50px;
	position: relative;
	margin-bottom: 50px;
}
.detailtoptxt h1:after{
	position: absolute;
	right: -20px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 20px;
	border-color: transparent transparent transparent #BD1D21;
}
.detailtoptxt p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;

}
.detailtoptxt p span{
  font-weight: bold;
}
.detailtoptxt p a{
	color: #BD1D21;
	font-weight: bold;
}
.detailchat{
	background:#F5F9FC;
	padding: 40px 70px;
	box-sizing: border-box;

}

.detailchat .footnavbtn {
	width: 40%;
	float: left;
	margin-right: 7%;
	margin-top: 27px;
}
.detailchat .footnavbtn a{
	width: 46%;
	margin-right: 4%;
	line-height: 47px;
	height: 47px;
}
.detailchatright{
	width: 39.3%;
	float: left;
	border-radius: 11px;
	border:1px solid #BD1D21;
	background:#FFF;
	position: relative;
	padding: 15px 0;
	padding-left: 80px;
	box-sizing: border-box;
}
.detailcode{
	position: absolute;
	width:18.6%;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	background:#FFF;
	box-sizing: border-box;
	padding: 6px;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
}
.detailcode p{
	font-size: 14px;
	text-align: center;
}
.detailchatright span{
	display: block;
	background:url(../images/phonered.jpg) no-repeat left center;
	padding-left: 24px;
	font-size: 15px;
}
.detailchatright a{
	font-size: 37px;
	font-weight: bold;
	color: #BD1D21;
	margin-top: 10px;
	display: block;
}
.detailchatright:before{
	content:"";
	display: block;
	background:url(../images/jtredleft.png) no-repeat;
	width: 28px;
	height: 14px;
	background-size: cover;
	position: absolute;
	top:50%;
	margin-top: -7px;
	left: -14px;
}
.detailchatright:after{
	content:"";
	display: block;
	background:url(../images/jtredright.png) no-repeat;
	width: 28px;
	height: 14px;
	background-size: cover;
	position: absolute;
	top:50%;
	margin-top: -7px;
	right: -14px;
}
.deleft{
	width: 21.6%;
}
.deright{
	width: 74%;
}
.leftside{
	background:#F5F9FC; 
	margin-bottom: 53px;
}
.leftside h3{
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: url(../images/righttitbg.png) no-repeat center bottom;
	height: 110px;
	padding-top: 22px;	
	box-sizing: border-box;
}
/*liuyan*/
.zxlyright {
	padding-bottom: 30px;
}
.zxlyright ul{
	padding: 0 10px;
}
.zxlyright li{
	width: 100%;
	margin-bottom: 10px;
	background-color: #FFF;
	position: relative;
	height: 30px;
	border-radius: 4px;
	border:1px solid #dde5eb;
}
.zxlyright li label font,.zxlyright li.liuyandetail{
	display: none;
}

.zxlyright li span{
	color: #BD1D21;
	font-size: 15px;
	position: absolute;
	left: 10px;
	top: 5px;
}
.zxlyright li input,.zxlyright li select{
	border: 0 none;
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
	width: 100%;
	box-sizing: border-box;
	color: #4D4D4D;
	display: block;
	background-color: transparent;
}
.zxlyright li input::placeholder,.zxlyright li select::placeholder{
	color: #4D4D4D;
}
.zxlysel{
	margin-top: 35px;
}
.zxlyright li.zxlytextarea,.zxlyright li.zxlybtn{
	border:0 none;
	height: auto;
	background-color: transparent;
}
.zxlyright li.zxlytextarea p{
	color: #1A1A1A;
	font-size: 15px;
	margin: 15px 5px 0;
}
.zxlyright li.zxlytextarea textarea{
	border: 0 none;
	line-height: 30px;
	border-radius: 4px;
	border:1px solid #dde5eb;
	background-color: #FFF;
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
	color: #4D4D4D;
	margin-top: 15px;
	display: block;
}
.zxlyright li.zxlybtn input{
	padding-left: 0;
	height: 40px;
	line-height: 40px;
	background: #BD1D21;
	border-radius: 4px;
	margin-bottom: 12px;
	font-size: 16px;
	color: #FFF;
	margin-top: 30px;
	cursor: pointer;
}

.zxlyright li.zxlybtn input[type="reset"]{
	margin-top: 13px;
	background: #C2C2C2;
}
/*liuyan end*/
.soluside{
	padding: 0 12px 20px;

}
.soluside li{
	line-height: 36px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #DDE5EB;
	border-radius: 4px;
	margin-bottom: 10px;
	text-align: center;
}
.soluside li a{
	display: block;
}

.soluside li.solusideact a{
	color: #BD1D21;
	font-weight: bold;
}
.article{
	border-bottom: 4px solid #F5F9FC;
	padding-bottom: 30px;
	/**padding-top: 10px;**/
}
.article img{
	width: auto;
	max-width: 100%;
	margin:0 auto 30px;
}
.article p{
	font-size: 15px;
	line-height: 26px;
	color: #333;
	text-indent: 2em;
	margin-bottom: 26px;
}
.article h2{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top:30px;
}
.article h3{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 26px;
}
.article a {
    color: #136ec2;
}
.detailnews{
	margin-top: 30px;
}
.detailnews li{
	width: 48.5%;
	line-height: 46px;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.detailnews li h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	color: #333;
}
.detailnews li:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #BD1D21;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.prolist{
	padding-bottom: 30px;
	padding-top: 30px;
}
.prolist li{
	padding: 40px 0;
	overflow: hidden;
	border-bottom: 1px dashed #E6E6E6;
	/*transition: all 0.3s;*/
}
.prolist li:last-child{
	border:0 none;
}
.prolistpic{
	width: 21.5%;
	float: left;
	overflow: hidden;
}
.prolisttxt{
	float: right;
	width: 73.75%;
	margin-top: 30px;
}
.prolist li img{
	transition: all 0.6s;
}

.prolisttxt h4{
	line-height: 44px;
	height: 44px;
	background:#BD1D21;
	display: inline-block;
	padding-left:75px;
	margin-left: -75px;
	padding-right: 45px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF; 
	position: relative;
}
.prolisttxt p{
	font-size: 15px;
	color: #4D4D4D;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 35px;
}
.prolisttxt h4:after{
	position: absolute;
    right: -20px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 20px;
    border-color: transparent transparent transparent #BD1D21;
}

.protab li{
	width: 12.5%;
}
.protab .solucircle font{
	font-size: 20px;
	line-height: 24px;
}
.protab li p{
	font-size: 16px;
}
.prolistitem h3{
	font-size: 24px;
	line-height: 56px;
	display: inline-block;
	background:#BD1D21;
	padding-left: 40px;
	color: #FFF;
	position: relative;
	margin-bottom: 10px;
	padding-right: 20px;
}
.prolistitem h3:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 0 28px 20px;
	border-color: transparent transparent transparent #BD1D21;
	position: absolute;
	right: -20px;
	top: 0;

}
.maxmtop{
	margin-top: 85px;
}
.prolistitem{
	margin-top: 50px;
	padding-bottom: 0px;
}
.prolistitem p{
	margin-top: 30px;
	font-size: 15px;
	line-height: 26px;
}
.prolistitem-wkgp img{
	margin-top: 40px;
	width:auto;
	max-width: 100%;
}
.prolistitem ul{
	margin-top: 40px;
	justify-content: flex-start;
}
.prolistitem ul li{
	width: 30.3%;
	box-sizing: border-box;
	padding: 0 35px;
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
	margin-right: 4.55%;
}
.prolistitem ul li:nth-child(3n){
	margin-right: 0;
}
.prolistitem ul li h4{
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.prolistitem ul li:before{
	content: "";
	display: block;
	width: 100%;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
	top: 67px;
	bottom: 0;
	z-index: -1;
	position: absolute;
	left: 0;
}

.article-pro h3{
	font-weight: bold;
	position: relative;
	padding-left: 35px;
}
.article-pro h3:before{
	position: absolute;
	content:"";
	display: block;
	width: 12px;
	height: 12px;
	background: #BD1D21;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
.ystdbox p{
	text-indent: 0;
	padding-left: 25px;
	line-height: 40px;
	background:url(../images/dhred.png) no-repeat left center;
	margin-bottom: 0;
}
.gzylcon{
	background: #F5F9FC;
	padding: 40px;
	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;
    margin-bottom: 50px;
}
.gzylcon>a{
	width: 35.3%;
	position: relative;
}
.gzylcon>a img{
	margin-bottom: 0;
}
.gzylcon>a:after{
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	background:url(../images/big.png) no-repeat center center #BD1D21;
}
.gzylcon>p{
	width: 58%;
	text-indent: 0;
}
.tablebox{
	width: 100%;
	/*overflow-x: scroll;*/
}
.tablebox table,.article table{
  text-align: center;
  font-size: 15px;
  border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: #666666;
  border-right: 1px solid #ddd;
  line-height: 1.5em;
  margin-bottom: 40px; 
}

.article table th, .article table td{
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.article table td{
  padding: 10px;
  width:auto;
}
.article .table tr:nth-child(odd){
  background-color: #fff;
}
.article .table tr:nth-child(even){
  background-color: #f0f0f0;
}
.article .table tr:first-child{
  background: #f1f1f1;
}
.article table th{
  font-weight: bold;
  background-color: #f1f1f1;
  border-top: none;
  padding:20px 0;
}
.article table th:first-child{
  border-left: none;
}
.article-pro p{
	text-indent: 0;
}
/*casebox*/
.casebox li{
	width: 48%;
	overflow: hidden;
	margin-bottom: 50px;
}
.casepic{
	width: 45%;
	float: left;
	overflow: hidden;
}
.casetxt{
	float: right;
	width: 49.4%;
}
.casetxt h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 44px;
	display: inline-block;
	height: 44px;
	color: #FFF;
	background:#BD1D21;
	padding-left: 50px;
	padding-right: 20px;
	margin-left: -50px;
	margin-bottom: 30px;
	margin-top: 30px;
    box-sizing:border-box;
	position: relative;

	max-width: 100%;
}
.casetxt h4 span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	max-width: 100%;
}
.casetxt h4:after{
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 20px;
	border-color: transparent transparent transparent #BD1D21;

}
.casetxt p{
	font-size: 15px;
	line-height: 26px;
	color: #4D4D4D;
	height:78px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.casepic img{
	transition: all 0.6s;
	aspect-ratio:259/190;
}

.caseconlist li .solucontxt h4{
	font-size: 16px;
	line-height: 22px;
	max-height: 44px;

}

.caseconlist li .solucontxt{
	display: flex;
	align-items: center;
	height: 50px;

}
.caseconlist li:after, .caseconlist li:after{
	height: 50px;
}
.newstitle{
	padding: 30px 0 30px;
}
.newstitle h1{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.newstitle2{
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	text-align: center;
}
.xkzspic{
	width: 43%;
	overflow: hidden;
}
.xkzslist{
	width: 54.6%;
}
.xkzspic li{
	overflow: hidden;
	position: relative;
}
.xkzspictxt{
	position: absolute;
	background: rgba(0,0,0,0.6);
	bottom: 0;
	padding: 15px 20px;
	color: #FFF;
	box-sizing: border-box;
	width: 100%;
}
.xkzspictxt h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.xkzspictxt p{
	font-size: 15px;
	line-height: 24px;
	height:72px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.newsxhdtbtn{
	position: absolute;
	top:0;
	left: 0;
	background:#BD1D21;
	z-index: 3;
	width: 45%;
	height: 42px;
	box-sizing: border-box;
	padding-left: 18px;
	padding-right: 25px;
}

.swiper-num{
	color: #F4F7FC;
	font-size: 20px;
}
.swiper-num .active{
	font-size: 30px;
}
.newsxhdtbtnright .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	opacity: 1;
	background: none;
	outline: none;
	margin:0 4px;
	line-height: 25px;
}
.newsxhdtbtnright .swiper-pagination-bullet-active{
	background: #FFF;
}
.newsxhdtbtnright .swiper-button-next, .newsxhdtbtnright .swiper-button-prev,.newsxhdtbtnright .swiper-pagination{
	position: static;
	outline: none;
}
.newsxhdtbtnright .swiper-button-next, .newsxhdtbtnright .swiper-button-prev{
	background-size: 10px 18px;
	line-height: 25px;
	width: 10px;
	height: 18px;
	margin-top: 0;
	margin:0 5px;
}

.xkzspic li img{
	transition: all 0.6s;
	aspect-ratio:217/162;
}

.xkzslist li{
	overflow: hidden;
	line-height: 50px;
	padding-left: 20px;
	position: relative;
	z-index: 3;
	transition: all 0.2s;
}
.xkzslist li:before{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #BD1D21;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
.xkzslist li h4{
	font-size: 15px;
	color: #333;
	float: left;
	max-width: 85%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.xkzslist li span{
	color: #666;
	font-size: 14px;
	float: right;
}

.lookmore{
	display: block;
	width:44%;
	height: 50px;
	border: 1px dashed #4D4D4D;
	border-radius: 25px;
	margin: 60px auto 0;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
}
.lookmore span{
	display: inline-block;
	font-size: 18px;
	color: #333;
	padding-right: 27px;
	background: url(../images/jtblack.png) no-repeat right center;
	background-size: 18px 18px;
}

.newsbox{
	background:#F4F7FC;
}
.newscon li{
	width: 30.8%;
}
.newsconpic{
	overflow: hidden;
}
.newscon li img{
	transition: all 0.6s;
	aspect-ratio:217/162;
}

.newscon li h4{
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
}

.newscon li span{
	font-size: 14px;
	color: #808080;
}
.newscon li p{
	line-height: 26px;
	color: #333;
	font-size: 15px;
	margin-top: 20px;
	height: 52px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.kytzzn li{
	width: 47.75%;
	position: relative;
	padding-left: 100px;
	box-sizing: border-box;
	margin-top: 40px;
}
.kytzzndate{
	position:absolute;
	color: #FFF;
	left: 0;
	width: 80px;
	background:#BD1D21;
}
.kytzzndate span{
    display: block;
    font-size: 53px;
    line-height: 53px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
.kytzzndate i{
	display: block;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	margin:10px 0;
	margin-top: 5px;
}
.kytzzncon h4{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.kytzzncon p{
	font-size: 15px;
	color: #4D4D4D;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newstab{
	text-align: center;
}
.newstab li{
	display: inline-block;
	float: none;
}
.newstab li img{
	width: 45px;
}
.newsitem{
	margin-top: 40px;
}
.newsitem li{
	width: 100%;
	margin: 0;    
	/*transition: all 0.3s;*/
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #E9EFF2;
}
.newsitem li:last-child{
	border:0 none;
}

.sidenews{
	padding:0 12px 10px;
}
.sidenews li{
	border-bottom: 1px dashed #E1E8EC;
	padding: 12px 0;
	position: relative;
	padding-left: 13px;
}
.sidenews li:last-child{
	border:0 none;
}
.sidenews li a{
	line-height: 26px;
	font-size: 15px;
	color: #333;
	max-height: 52px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sidenews li:before{
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	background:url(../images/newsbg.png) 0 0;
	position: absolute;
	left: 0;
	top: 19px;
}

.newsnext{
	padding: 20px 6px;
}
.newsnext a{
	display: block;
	font-size: 15px;
	line-height: 36px;
}
.newsnext a b{
	font-size: 16px;
}

/*liuyan*/
.new-liuyan{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	padding: 50px 40px;
	border-radius: 6px;
	margin-bottom:80px;
	margin-top:70px;

}

.new-liuyan input,.new-liuyan select {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 40px;
	color: #4D4D4D;
	padding-left: 10px;
	border:1px solid #ccc; 
	border-radius: 4px;
}
.new-liuyan select {
	color: #808080;
}
.new-liuyan input::placeholder{
	color: #4D4D4D;
}

.new-liuyan option {
	width: 100%;
	height: 30px;
}

.new-liuyan textarea {
	width: 100%;
	border:1px solid #ccc; 
	border-radius: 4px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 24px;
	box-sizing: border-box;
	color: #4D4D4D;
}

.new-liuyan h4 {
	font-size: 30px;
	color: #BD1D21;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
.new-liuyan .modal-body>p{
	font-size: 15px;
	text-align: center;
	color: #808080;
	margin-bottom: 40px;
}
.new-liuyan ul li{
	width: 49%;
}
.new-liuyan ul li.liuyandetail,.new-liuyan ul li.zxlytextarea,.new-liuyan ul li.zxlybtn{
	width: 100%;
}
.new-liuyan ul li.zxlysel{
	margin-top:0;
}
.new-liuyan ul li label{
	margin-bottom: 10px;
	display: block;
}
.new-liuyan ul li label font{
	font-size: 16px;
	font-weight: bold;
}
.new-liuyan ul li label span{
	color: #bd1c21;
}
.new-liuyan input::placeholder{
	font-size: 0;
}
.new-liuyan ul li.liuyandetail,.new-liuyan ul li.zxlytextarea p{
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 15px;
	color: #333;
}
.new-liuyan .zxlybtn input[type="submit"]{
    color: #fff;
    background-color: #BD1D21;
    border-radius: 4px;
    border: 0 none;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    margin-top: 30px;
    width: auto;
    padding: 0 15px;
    margin-right: 15px;
    display: inline-block;
}
.new-liuyan .zxlybtn input[type="reset"]{
    color: #fff;
    background-color: #C2C2C2;
    border-radius: 4px;
    border: 0 none;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    margin-top: 13px;
    width: auto;
    padding: 0 15px;
    margin-right: 15px;
    display: inline-block;
}

/*liuyan end*/
.contactbtn{
	text-align: center;
}
.contactbtn a{
	line-height: 57px;
	width: 255px;
	height: 57px;
	font-size: 18px;
	display: inline-block;
	float: none;
}
.contactbtn a:nth-child(2){
	margin-right: 0;
}
.tactcon{
	position: relative;
	margin-top: 60px;
	margin-bottom: 90px;
}
.tactcon .dituContent{
	width: 58%;
	position: absolute;
	right: 0;
	top: 30px;
	bottom: -30px;
	border: 2px solid #FFFFFF;
}
.tactcon .dituContent img{
	width: auto;
}
.tactcontxt{
	width: 62.7%;
	background: #F8FAFC;
	box-shadow: 0px 0px 8px 0px rgba(3, 10, 20, 0.08);
	padding: 65px 55px;
	box-sizing: border-box;
}
.tactcontxt ul li{
	position: relative;
	margin-bottom: 40px;
}
 .tacticon{
	width: 50px;
	height: 50px;
	border: 1px dashed #BD1D21;
	border-radius: 50%;
	padding: 3px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
}
 .tacticon span{
 	display: block;
 	width: 100%;
	border-radius: 50%;
 	height: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	background:#BD1D21;
 }
 .tacticon span img{
 	width: 26px;
 }
 .tactcontxt li{
 	padding-left: 70px;
 }
 .tacttxt span{
 	display: block;
 	font-size: 15px;
 	margin-bottom: 10px;
 	color: #333;
 }
 .tacttxt a{
 	font-size: 24px;
 	color: #BD1D21;
 	font-weight: bold;
 }
 .tacttxt a strong{
 	font-size: 32px;
 }
 .tacttxt p{
 	font-size: 16px;
 	color: #333;
 	font-weight: bold;
 }
 .tactcode{
 	width: 117px;
 	margin-left: 110px;
 }
 .tactcode p{
 	font-size: 15px;
 	text-align: center;
 	margin: 10px 0;
 }
/*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 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;
}
/*404 end*/
.epctab img{
	width: 50%;
}
.epctab li{
	width: 12.5%;
}
.epcdetail{
	margin-top: 50px;
}
.epcdetail img{
	width: auto;
	display: block;
	margin: 0 auto;
}
.epcdetail p{
	line-height: 28px;
	font-size: 15px;
	color: #333;
}
.testtop{
	background: #f0f6f6;
	border-radius: 10px;
	overflow: hidden;
	padding: 40px;
}
.testtop img{
	width: 28%;
	margin: 0;
}
.testtop>div{
	width: 68%;
	padding-right: 40px;
	box-sizing: border-box;
}
.epcdetail h3{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 50px;
    padding-left: 30px;
    position: relative;
}
.epcdetail h3:before{
	position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #BD1D21;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.epcdetail-img2{
	text-align: center;
}
.epcdetail-img2 img{
	width: auto;
	display: inline-block;
	margin: 0 10px;
}
.epcdetail h4{
	color: #FFF;
	height: 40px;
	line-height: 40px;
	background: #BD1D21;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
	position: relative;
	margin-top:40px;
	margin-bottom:30px;
}
.epcdetail h4:after{
	position: absolute;
	content: "";
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #BD1D21;

}
.epcdetail-img4,.epcdetail-four,.epcdetail-six{
	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;
    margin: 30px 0;
}
.epcdetail-img4 img,.epcdetail-four img{
	width: 23%;
	border:1px solid #E6E6E6;
	padding: 4px;
	box-sizing: border-box;
}

.epcdetail .name{
	text-align: center;
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.zhizao{
	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;
    margin: 30px 0;
}
.zhizao li{
	width: 30%;
	margin-bottom: 40px;
	border:1px solid #E6E6E6;
	padding: 4px;
	box-sizing: border-box;
}
.zhizao li img{
	width: 100%;
}
.epcdetailnum{
	margin: 30px 0;
}
.epcdetailnum li{
	position: relative;
	padding-left: 50px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 20px;
}
.epcdetailnum li p{
	line-height: 30px;
}
.epcdetailnum span{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #BD1D21;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	display: block;
	color: #FFF;
	position: absolute;
	left: 0;

}
.epcdetail-six img{
	width: 30%;
	margin-top: 30px;
	border:1px solid #E6E6E6;
	padding: 4px;
	box-sizing: border-box;
}
.epcdetail .red-bold{
	font-size: 28px;
	font-weight: bold;
	color: #BD1C21;
	text-align: center;
	padding: 0;
	margin: 40px 0;
}
.epcdetail .red-bold:before{
	display: none;
}
.epcdetail-jtfw li,.epcdetail-wkksg li{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.epcdetail-jtfw li:nth-child(3n),.epcdetail-wkksg li:nth-child(3n){
	margin-right: 0;
}
.epcdetail-jtfw li span{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 40px;
	background: #BD1D21;
	border-radius: 50%;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}
.epcdetail-jtfw li p,.epcdetail-wkksg li p{
	text-align: center;
	margin-top: 10px;
}
.epcdetail-wkksg li img{
	border:1px solid #E6E6E6;
	padding: 4px;
	box-sizing: border-box;
}
.consulting-sbfy{
	border:1px dashed #BD1D21;
	box-sizing: border-box;
	margin-top: 60px;
	position: relative;
	padding: 40px;
	margin-bottom: 30px;
}
.consulting-sbfybox .consulting-sbfy{
	width: 47%;
	float: left;
	margin-right: 6%;
	
}
.consulting-sbfy:nth-child(2n){
	margin-right: 0;

}
.consulting-sbfy h4{
	position: absolute;
	left: 20px;
	top: -20px;
	margin: 0;

}
.consulting-sbfy h4:after{
	display: none;
}
/*epc*/
.honortop{
	margin-bottom: 32px;
	margin-top: 50px;
}
.honortop li{
	width: 22.4%;
}
.honorbot li{
	width: 30.7%;
}
.honor li img{
	border: 1px solid #E6E6E6;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.honor li p{
	font-size: 15px;
	color: #4D4D4D;
	text-align: center;
	line-height: 1.5em;
	min-height: 3em;
	margin-top: 20px;
}
.epcmo{
	background: url(../images/epcbg.jpg) no-repeat;
	background-size: cover;
}
.epccases{
	width: 100%;
}
.epccases li{
	width: 46%;
}

.epctop{
	align-items: flex-start;
}
.epcleft{
	width: 39%;
	padding-top: 40px;
}
.epcleft p{
	font-size: 15px;
	line-height: 26px;
}
.epcleft p strong{
	color: #BD1D21;
	font-size: 15px;
	font-weight: normal;
}
.epc-lod{
	height: 36px;
	line-height: 36px;
	background: #BD1D21;
	font-size: 15px;
	color: #FFFFFF;
	display: block;
	width: 88%;
	margin-top: 35px;
	margin-left: 12px;
	text-align: center;
}
.epc-lod font{
	border-right: 1px solid #FFF;
	padding-right: 13px;
	margin-right: 13px;
}

.epctop{
	background:url(../images/epcimg1.jpg) no-repeat center bottom;
	padding-bottom: 90px;
}
.epcright{
	width: 54.25%;
	box-sizing: border-box;
	padding-right: 60px;
}
.epcright ul{
	background: #FFF;
	padding: 24px;
	padding-bottom: 0;
}
.epcright ul li{
	background: #BD1D21;
	width: 48.4%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 58px 20px;
	position: relative;
}
.epcright ul li span{
	font-size: 65px;
	color: #F7F7F7;
	font-weight: bold;
	opacity: 0.15;
	position: absolute;
	left: 20px;
	top: 58px;
	line-height: 65px;
}
.epcright ul li h4{
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	margin-left: 58px;
	position: relative;
}
.epcright ul li h4:before{
	content: "";
	width: 33px;
	height: 1px;
	background: #FFF;
	opacity: 0.5;
	display: block;
	left: -42px;
	position: absolute;
	top: 50%;
}
.epcright ul li h5{
	font-size: 15px;
	margin-left: 58px;
	color: #FFF;
}
.epcmo li{
	width: 47.8%;
	background: #FFF;
	border-radius: 6px;
	margin-bottom: 40px;
}
.epcmo li img{
	width: 49.44%;
	float: right;
	box-sizing: border-box;
	border-radius: 6px;
	border:2px solid #FFF;
}
.epcmotxt{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 35px 27px 0;
	position: relative;
}
.epcmotxt>span{
	position: absolute;
	right: 24px;
	top: 15px;
	font-size: 58px;
	font-weight: bold;
	color: #BD1D21;
	opacity: 0.1;
}
.epcmotxttop span{
	float: left;
	font-size: 50px;
	font-weight: bold;
	color: #BD1D21;
	line-height: 50px;
	margin-right: 15px;
}
.epcmotxttopr{
	float: left;
}
.epcmotxttopr h3{
	font-size: 20px;
	font-weight: bold;
}
.epcmotxttopr h4{
	color: #666666;
	margin-top: 4px;
	font-size: 15px;
}
.epcmotxtbot{
	padding-left: 17%;
	max-height: 135px;
	margin-top: 15%;
}
.epcmo li:nth-child(3) .epcmotxtbot{
	margin-top: 0;
}
.epcmotxtbot a{
	display: block;
	font-size: 16px;
	line-height: 21px;
	color: #333;
	position: relative;
	padding-left: 34px;
	margin-top: 9%;
}
.epcmotxtbot a:before{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 20px;
	height: 21px;
	background:url(../images/epcmoicon1.png) no-repeat 0 0;

}
.epcmotxtbot a.epcmoicon2:before{
	background:url(../images/epcmoicon2.png) no-repeat 0 0;
}
.epcmotxtbot a.epcmoicon3:before{
	background:url(../images/epcmoicon3.png) no-repeat 0 0;
}
.epcmotxtbot a.epcmoicon4:before{
	background:url(../images/epcmoicon4.png) no-repeat 0 0;
}
.epcmotxtbot a.epcmoicon5:before{
	background:url(../images/epcmoicon5.png) no-repeat 0 0;
}
.epcmotxtbot a.epcmoicon6:before{
	background:url(../images/epcmoicon6.png) no-repeat 0 0;
}
.epcmotxtbot a.epcmoicon7:before{
	background:url(../images/epcmoicon7.png) no-repeat 0 0;
}
.epcmotxtbot a.epcmoicon8:before{
	background:url(../images/epcmoicon8.png) no-repeat 0 0;
}

.fgzhbox-row{
	display: none;
}
@media (min-width: 1000px){
	.insolunav ul li:hover a{
		background:#BD1D21;
		color: #FFF;
		line-height: 44px;
		font-size: 24px; 
	}
	.insolucon li:hover p{
		display: block;
		font-size: 15px;
		line-height: 26px;
		color: #FFF;
		margin-top: 30px;
		height: 52px;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.insolucon li:hover .insolucontxt{
		width: 100%;
		height: 100%;
		padding: 0 40px;
		box-sizing: border-box;
		padding-top: 40px;
	}
	.insolucon li:hover h4{
		font-weight: bold;
		font-size: 18px;
	}
	.insolucon li:hover .insolucontxt:after{
		content: "";
		width: 22px;
		height: 22px;
		background: url(../images/jt.png) no-repeat;
		display: block;
		background-size: cover;
		margin-top: 40px;
		left: 50%;
		margin-left: -11px;
		position: absolute;
	}
	.innewscon li:hover h4{
		font-weight: bold;
	}
	.innewscon li:hover h4,.innewscon li:hover span{
		color: #BD1D21;
	}
	.incase li:hover .incasepic img{
		transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
		-moz-transform:scale(1.1);
	}
	.incase li:hover .incasepic img{
		opacity: 0.6;
	}
	.incase li:hover .incasetxt h4{
		opacity: 0.6;
	}
	.links ul li:hover{
		background: #BD1D21;
	}
	.links ul li:hover a{
		color: #FFF;

	}
	.solutab li:hover p{
		font-weight: bold;
		color: #BD1D21;
	}
	.solutab li:hover .solucircle{
		border-color: #BD1D21;

	}
	.solutab li:hover .solucircle span{
		background:#BD1D21;
	}
	.solucon li:hover img{
		transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
		-moz-transform:scale(1.1);
	}
	.solucon li:hover .solucontxt{
		background: #BD1D21;
	}
	.solucon li:hover h4{
		color: #FFF;
	}
	.soluconlist li:hover img{
		opacity: 0.4;
	}
	.soluconlist li:hover .solucontxt{
		position: absolute;
		bottom: 70px;
		background: #BD1D21;
		left: 20px;
		right: 0;
		width: auto;
		padding-left: 25px;
	}
	.soluconlist li:hover .solucontxt h4{
		color: #FFF;
	}
	.soluconlist li:hover p{
		margin-top: 44px;
	}
	.soluconlist li:hover:after{
		bottom: 80px;
	}
	.zxlyright li.zxlybtn input:hover{
		opacity: 0.9;
	}
	.soluside li:hover a{
		color: #BD1D21;
		font-weight: bold;
	}
	.detailnews li:hover h4{
		color: #BD1D21;
		font-weight: bold;
	}
	.prolist li:hover img{
		transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
		-moz-transform:scale(1.1);
	}
	.prolist li:hover{
		padding-left: 30px;
		padding-right: 20px;
		background: #BD1D21;
	}
	.prolist li:hover .prolistpic{
		box-sizing: border-box;
		border:2px solid #FFF;
	}
	.prolist li:hover h4{
		background:#FFF;
		color: #BD1D21;
	}
	.prolist li:hover h4:after{
		border-color: transparent transparent transparent #fff;

	}
	.prolist li:hover p{
		color: #FFF;
	}
	.prolistitem ul li:hover:before{
		background:#BD1D21;
	}
	.prolistitem ul li:hover h4{
		color: #FFF;
	}
	.casebox li:hover h4{
		color: rgba(255,255,255,0.7);
	}
	.casebox li:hover .casepic{
		opacity: 0.7;
	}
	.casebox li:hover img{
		transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
		-moz-transform:scale(1.1);
	}
	.caseconlist li:hover .solucontxt h4{
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		white-space: normal;
	}
	.xkzspic li:hover .xkzspictxt{
		background: rgba(189, 29, 33, .8);
	}
	.xkzspic li:hover img{
		transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
		-moz-transform:scale(1.1);
	}
	.xkzslist li:hover{
		margin-left: -65px;
		background:#BD1D21;
		padding-right: 30px;
		padding-left: 55px;
	}
	.xkzslist li:hover h4,.xkzslist li:hover span{
		color: #FFF;
	}
	.xkzslist li:hover:before{
		background:#FFF;
		left: 36px;
	}
	.lookmore:hover{
		background: #BD1D21;
		border-color:  #BD1D21;
	}
	.lookmore:hover span{
		color: #FFF;
		background: url(../images/jt.png) no-repeat right center;
		background-size: 18px 18px;
	}
	.newscon li:hover img{
		transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
		-moz-transform:scale(1.1);
	}
	.newscon li:hover h4{
		color: #BD1D21;
	}
	.kytzzn li:hover h4{
		color: #BD1D21;
	}
	.newsitem li:hover{
		background: #BD1D21;
		padding-left: 130px;
		padding-right: 30px;
	}
	.newsitem li:hover .kytzzndate{
		left: 30px;
		background:#FFF;
		color: #BD1D21;
	}
	.newsitem li:hover .kytzzncon h4{
		color: #FFF;
	}
	.newsitem li:hover .kytzzncon p{
		color: #FFF;
	}
	.sidenews li:hover a{
		color: #BD1D21;
		font-weight: bold;
	}
	.sidenews li:hover:before{
		background-position: -5px 0;
	}
	.newsnext a:hover{
		color: #BD1D21;
	}
	.new-liuyan .zxlybtn input:hover{
		font-weight: bold;
	}
	.fourbotleft ul li:hover{
		background: #BD1D21;
	}
	.fourbotleft ul li:hover a{
		color: #FFF;
	}
	.epccases li:hover{
		margin-left: -30px;
		padding-right: 20px;
	}
	.epc-lod:hover{
		font-weight: bold;
	}
	.epcmotxtbot a:hover{
		color: #BD1D21;
	}
	.epcmotxtbot a:hover:before{
		background-position: -20px 0;
	}
}
@media (max-width: 1300px){
	.epcright{
		width: 59%;
	}
	.epcmotxttop span{
		font-size: 36px;
		line-height: 36px;
	}
	.epcmotxt>span{
		font-size: 40px;
	}
	.epcmotxttopr h3{
		font-size: 18px;
	}
	.epcmotxtbot a{
		margin-top: 7%;
	}
	.titbox h2, .titbox h1{
		font-size: 38px;
	}
	.titbox span{
		font-size: 48px;
	}
	.casetxt h4{
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.prolisttxt h4{
		font-size: 18px;

	}
	.prolisttxt p{
		margin-top: 20px;
	}
	.detailtoptxt h1{
		font-size:22px;
		margin-bottom: 20px;
	}
	.leftside h3,.article h3,.prolistitem h3{
		font-size: 20px;
	}
	.article-pro h3{
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

}