.in-epc h3{
	font-size: 24px;
	font-weight: bold;
}
.in-epc h3 span{
	font-size: 16px;
	font-weight: normal;
}
/*.in-epccon{
	margin-top: 35px;
}
.in-epclist{
	width: 49.2%;
}
.in-epc-pic img{
	width: 48%;
	border-radius: 4px;
}
.in-epclist ul li{
	margin-top: 40px;
}
.in-epclist ul li h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.in-epclist ul li h4 b{
	font-size: 48px;
	color: #BD1D21;
	margin-right: 10px;
}
.in-epclist:nth-child(2n) ul li{
	margin-top: 0px;
	margin-bottom: 40px;
	padding-left: 40px;
}
.in-product{
	background: #f5fafc;
}
*/

.prolist li{
	position: relative;
	width: 21.4%;
	margin: 30px 0;
	float: left;
	margin-right: 4.8%;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}
.prolist li:nth-child(4n){
	margin-right: 0;
}
.prolist li h4{
	padding: 20px;
	font-weight: bold;
	text-align: center;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prolist li span{
	position: absolute;
	right: 10px;
	bottom: 40px;
	display: block;
	width: 47px;
	height: 48px;
	box-sizing: border-box;
	padding-top: 8px;
	background: #BD1D21;
	border-radius: 10px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.prolist li span:after{
	content: '';
	position: absolute;
	display: block;
	bottom: 7px;
	left: 50%;
	margin-left: -10px;
	width: 21px;
	height: 10px;
	background: url(/static/index/images/icon.png) no-repeat 0 -52px;

}
.prolist li:hover h4{
	color: #bd1d21;
}
.propic img{
	display: block;
	transition: all .6s;
	vertical-align: middle;
	transform: scale(1);
}
.propic{
	overflow:hidden;
}
.prolist li:hover .propic img{
	opacity: 0.7;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.caserow{
	align-items: flex-start;
}
.in-case{
	background: url(/static/index/images/incasebg.jpg) no-repeat;
}
.hot-case{
	width: 18%;
	border-radius: 4px;
	background: rgba(255,255,255,.3);
	overflow:hidden;
}
.hot-case h3{
	padding:30px 0;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #FFF;
	background: #BD1D21;
}
.hot-case ul{
	padding: 44px 35px;
	padding-right: 0;
}
.hot-case ul li{
	height: 56px;
	line-height: 56px;
	border-radius: 28px 0 0 28px;
	background: rgba(255,255,255,.6);
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
}
.hot-case ul li a{
	display: block;
}
.hot-case ul li.hotcase-act{
	color: #FFF;
	background: rgba(189, 29, 33, .6);
}

.hot-case>a{
	display: block;
	height: 50px;
	line-height: 50px;
	background: #BD1D21;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.hot-case>a span{
	position: relative;
	padding-left: 32px;
	display: inline-block;
}
.hot-case>a span:before{
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top:-10px;
	background: url(/static/index/images/icon.png) no-repeat -32px -52px;
}
.hot-case>a:hover{
	opacity: 0.9;
}
.casebox{
	width: 79%;
}
.casebox ul{
	display: none;
}
.casebox ul:first-child{
	display: block;
}
.caselist li{
	width: 30.4%;
	box-sizing: border-box;
	margin-right: 4.4%;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.21);
}
.caselist li{
	margin-top: 0;
	margin-bottom: 40px;
}
.caselist li:nth-child(4n){
	margin-right: 4.4%;
}
.caselist li:nth-child(3n){
	margin-right: 0%;
}
.caselist li h4{
	text-align: left;
}
.newsmain{
	padding-top: 0;
}
.newslist li{
	box-sizing: border-box;
	width: 47.5%;
	margin-bottom: 50px;
	background: #F5FAFC;
	padding: 25px 0;
	border-radius: 10px;
}
.newslist li p{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1.5em;
    padding: 0 40px;
    height: 3em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newstit{
	overflow:hidden;
	position: relative;
    padding: 0 40px;
	margin-bottom: 20px;
}
.newstit:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-10px;
	width: 23px;
	height: 19px;
	background: #BD1D21;
	border-radius:0 10px 10px 0;
}

.newstit h4{
	font-weight: bold;
	font-size: 18px;
	float: left;
	max-width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.newstit span{
	float: right;
	font-size: 15px;
	color: #808080;
}
.newslist li:hover h4{
	color: #BD1D21;
}





/*shouye选择我们*/
.xinhaimain{
	background: url(/static/index/images/wsmxzxhbg.jpg) no-repeat;
	background-size: cover;
}
.xinhaicon{
	background: #FFF;
	padding: 60px;
	box-sizing: border-box;
}
.xinhaiconleft{
	width: 50%;
}
.xinhaicontop{
	background: #BD1D21;
}
.xinhaicontxt{
	padding: 40px 38px;
	box-sizing: border-box;
}
.xinhaicontxt p{
	color: #FFF;
	line-height: 30px;
}
.xinhaiconlist{
	margin: 8px 20px;
}
.xinhaiconlist span{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	display: block;
	float: left;
	background:#221F20;
	line-height: 48px;
	border-radius: 6px 0px 0px 6px;
	margin-top: 4px;
	text-align: center;
	position: relative;
	width: 12%;
	z-index: 2;
}
.xinhaiconlist p{
	width: 88%;
	font-size: 22px;
	font-weight: bold;
	color: #1A1A1A;
	text-align: center;
	background: #FFF;
	line-height: 55px;
	border-radius: 0px 6px 6px 0px;
	float: left;
}
.xinhaiconlist span:before{
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #221F20;
	content: '';
	display: block;
	right: -12px;
	top: 8px;
	z-index: -1;
}
.xinhaiconlist:nth-child(2n) span{
	border-radius: 0px 6px 6px 0px;
}
.xinhaiconlist:nth-child(2n) p{
	border-radius: 6px 0px 0px 6px;
}
.xinhaiconlist:nth-child(2n) span:before{
	left: -16px;
	right: auto;
}
.xinhaiul{
	align-items: baseline;
}
.xinhaiul li{
	width: 29.5%;
	padding-top: 40px;
}
.xhtxt{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #BD1D21;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
}
.xhtxt img{
	width: auto;
}
.xinhaiul li:nth-child(2n) .xhtxt{
	background: #221F20;
}
.xinhaiul li p{
	line-height: 30px;
}

.fxjtitfff {
    color: #FFF;
}

.fxjtit {
    font-size: 36px;
    text-align: center;
    line-height: 113px;
	margin:-40px 0 20px;
    font-weight: bold;
}
.buttontag{
	overflow:hidden;}
.buttontag p{
	float:left;
	line-height: 44px;
	}
.buttontag a{
    width: auto;float:left;
	display:block;
    margin-right: 0.1rem;
    padding: 0.07rem 0.2rem;
    color: #fff;
    background-color: #2085DD;
    border-radius: 0.19rem;
	margin-bottom:15px;
	}

/*shouye-epc*/

.in-epc ul{
	padding: 0 20px 20px;
	width: 94%;
	margin:0 auto;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	margin-top: 120px;
	position: relative;
	z-index: 2;
	background: #FFF;
}
.in-epc ul li{
	border: 1px solid #ECEFF4;
	width: 24%;
}

.xhcppic{
	position: relative;
	margin-top: -80px;
}
.xhcppic h4{
	background: url(/static/index/images/xhcph4bg.png) no-repeat center center;
	background-size: cover;
	height: 44px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	line-height: 44px;
	text-align: center;
	position: absolute;
	top: -10px;
	width: 100%;
}
.xhcprx{
	position: absolute;
	background: url(/static/index/images/xhcprxbg.png) no-repeat;
	background-size: cover;
	width: 71px;
	height: 54px;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 8px;
	box-sizing: border-box;
	bottom: 0;
}
.xhcprx img{
	width: auto;
	margin:0 auto;
}
.xhcprx span{
	display: block;
	color: #F4F7FC;
	text-align: center;
}
.xhcptxt {
	width: 80%;
	margin: 20px auto 30px;
}
.xhcptxt h5{
	width: 50%;
	float: left;
	margin-top: 10px;
}
.xhcptxt h5{
	font-size: 15px;
	padding-right: 25px;
	display: inline-block;
	box-sizing: border-box;
}
.xhcptxt h5 span{
	font-size: 24px;
	font-weight: bold;
	color: #bd1d21;
	margin-right: 8px;
}
.xhcptxt p{
	text-align: center;
	line-height:30px;
}
.xhcpimg{
	position: relative;
	margin-top: -180px;
}
.xhcpimg p{
	position: absolute;
	width: 35%;
	background: #FFF;
	bottom: 0;
	padding: 110px 70px 90px;
	box-sizing: border-box;
	line-height: 30px;
	right: 70px;
	bottom: -48px;
}
.xhcpimg span{
	display: block;
	font-size:70px;
	color: #BD1D21;
	font-weight: bold;
	position: absolute;
	top: 50px;
	left: 50px;
	line-height:78px;
}
.xhcpimg p:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #FFFFFF;
	left: -15px;
	top: -15px;
}





@media (max-width: 1600px){
	.hot-case h3{
		font-size: 30px;
		padding: 25px 0;
	}
	.hot-case ul{
		padding: 38px 35px;
		padding-right: 0;
	}
	.hot-case ul li{
		font-size: 22px;
		height: 50px;
		line-height: 50px;
	}
	.newstit h4{
		max-width: 68%;
		font-size: 16px;
	}
}

/*about us*/
.xhkzmain p{
	line-height: 2em;
}
.xhkzlist{
	width: 86.4%;
}
.xhkzleft{
	overflow:hidden;
	border-left: 1px solid #FFF;
	box-sizing: border-box;
	width: 43.6%;
}
.xhkzleft img{
	width: auto;
	height: 100%;
}
.xhkzlist-item{
	width: 28.2%;
	position: relative;
	border-left: 1px solid #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
.xhkzlist-item img{
	height: 100%;
	width: auto;
}
.xhkzlist-itemtxt{
	position: absolute;
	top: 0;
	width: 51.39%;
	background: rgba(189, 29, 33, 0.8);
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xhkzlist-itemtxt img{
	width: auto;
	height: auto;
	margin: 0 auto;
}
.xhkzlist-itemtxt h3{
	font-size: 42px;
	color:#FFF;
	line-height: 42px;
	margin: 10px 0;
	text-align: center;
}
.xhkzlist-itemtxt i{
	width: 88px;
	height: 1px;
	background: #FFFFFF;
	display:block;
	margin: 0 auto;
}
.xhkzlist-itemtxt h4{
	font-size: 15px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
.xhkzlist:nth-child(2){
	margin-left: 13.3%;
}
.xhkzlist{
	margin-top: 1px;
}
.xhkzmainpic{
	padding-bottom: 70px;
}
.jsslmain{
	background: url(/static/index/images/jsslbg.jpg) no-repeat;
}
.jsslcon{
	width: 91.8%;
	border: 1px solid #FFF;
	padding:30px 50px;
	box-sizing: border-box;
	position: relative;
}
.jsslcon ul li {
	color: #FFF;
	width: 88%;
	box-sizing: border-box;
	border-bottom: 1px dashed rgba(244, 247, 252, 0.51);
	padding: 20px 0;
	padding-left: 40px;
}
.jsslcon ul li:last-child{
	border-bottom:0 none;
}
.jsslcon ul li h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}
.jsslcon ul li h3:before{
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border:3px solid #FFF;
	display: block;
	content:'';
	border-radius: 50%;
	position: absolute;
	left: -28px;
	top: 10px;
}
.jsslcon ul li p{
	line-height: 30px;
}
.jsslconpic{
	position: absolute;
	width: 19.5%;
	right: 0;
	transform: translateX(50%);
	top: 0;

}
.jsslconpic img{
	border:2px solid #FFF;
	margin: 70px 0;
}
.zzzstop{
	width: 86.4%;
	margin-left: 13.6%;
}
.zzzsmain p{
	line-height: 2em;
}
.zzzspic{
	width: 14.7%;
	border: 1px solid #E6E6E6;
}
.zzzstop ul{
	width: 30.1%;
	background: #F7F7F7;
	padding: 64px 0;
	padding-right: 11%;
	box-sizing: border-box;
}

.zzzstop ul li{
	position: relative;
	padding-left: 20px;
	margin-left: 18px;
	margin-bottom: 30px;
}
.zzzstop ul li:before{
	width: 7px;
	height: 7px;
	background: #BD1D21;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
}
.zzzsbot{
	margin-left: 0;
	margin-top: 36px;
}
.zzzsbot .zzzspic{
	width: 19.2%;
}
.zzzsbot ul{
	width: 38%;
	padding: 26px 0;
	padding-left: 15%;
	padding-right: 0;
}
.gsrymain ul{
	background: url(/static/index/images/gsrybg.jpg) no-repeat center bottom;
	padding: 40px 45px 30px;
}
.gsrymain ul li{
	width: 23%;
}
.gsrymain ul li img{
	border: 2px solid #FFF;

}
.gsrymain ul li h5{
	color: #FFF;
	text-align: center;
	font-size: 15px;
	padding: 20px 0;
}
/*end--about us*/
/*contact*/
.contactmain{
	padding-top: 30px;
	padding-bottom: 58px;
}
.contactmain h4{
	color:#1A1A1A;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.contactmain .content>p{
	font-size: 15px;
	width: 71%;
	text-align: center;
	margin:0 auto;
	margin-top: 20px;
	line-height: 24px;
}
.contactmap{
	margin-bottom: 60px;
}
.contactdetail{
	background: #F4F7FC;
	margin: 40px 0 50px;
	padding: 106px 0 68px 0;
}
.contactdetail_list{
	position: relative;
	width: 25%;
	background: url(/static/index/images/contactbg.png) no-repeat center bottom;
	margin-left: 6%;
	padding-bottom: 20px;
}

.contact_yuan{
	width: 117px;
	height: 117px;
	background: #FFFFFF;
	border-radius: 50%;
	padding: 15px;
	box-sizing: border-box;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -58.5px;
}
.contact_yuanbor{
	border:1px dashed #BD1D21;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 5px;
}
.contact_yuanborcon{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #BD1D21;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_yuanborcon:before{
	background: url(/static/index/images/contacticon1.png) no-repeat;
	background-size: cover;
	content: '';
	display: inline-block;
	width: 45px;
	height: 42px;
}
.contactdetail_listcon{
	background: #FFF;
	padding: 0 40px;
	padding-top: 65px;
	padding-bottom: 32px;
}
.contactdetail_list p{
	line-height: 24px;
	font-size: 18px;
	text-align: center;
}
.contact_yuantxt a{
	line-height: 24px;
	font-size: 15px;
	display: block;
	text-align: center;
}
.contact_yuantxt img{
	width: auto;
	display: block;
	margin:0 auto;
}
.contact_yuantxt div>span{
	font-size: 16px;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.contactdetail_list:nth-child(3) .contact_yuantxt a{
	font-weight: bold;
}
.contact_yuantxt a.contact_yuantxt_btn{
	display: block;
    width: 170px;
    height: 44px;
    background: #BD1D21;
    border-radius: 4px;
    line-height: 44px;
    font-size: 15px;
    color: #FFF;
    margin: 20px auto;
    text-align: center;
}
.contact_yuantxtnum a{
	font-size: 30px;
	margin-bottom: 30px;
}
.contact_yuantxt{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
}
.contact_yuantxt a.contact_yuantxt_btn:hover{
	opacity: 0.85;
}
.contact_yuantxt_btn span{
	position: relative;
    padding-left: 40px;
    font-weight: normal;
}
.contact_yuantxt_btn span:before{
	position: absolute;
    content: '';
    width: 30px;
    height: 35px;
    display: inline-block;
    left: 0;
    background-size: 30px 35px;
    background: url(/static/index/images/rightchat.png) no-repeat left center;
    margin-top: 6px;
    margin-right: 10px;
}
.contactdetail_list:nth-child(2) .contact_yuanborcon:before{
	background: url(/static/index/images/contacticon2.png) no-repeat;
	background-size: cover;

}
.contactdetail_list:nth-child(3) .contact_yuanborcon:before{
	background: url(/static/index/images/contacticon3.png) no-repeat;
	background-size: cover;

}

/*end--contact*/
/*404*/
.fourtop{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E6E6E6;
}

.fourtop h2{
	font-size:30px;
}
.fourtop img{
	width: auto;
	margin:30px auto;

}
.fourbot{
	width: 1050px;
	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;
	padding-left: 30px;
	box-sizing: border-box;
	background: #F4F7FC;
	margin-bottom: 20px;
}
.fourbotleft ul li a{
	font-size: 20px;
	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: auto;
	margin:0 auto;
}
.fourbotleft span{
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
.fourbotright{
	width: 36%;
	float: right;
}
/*end--404*/
/*product*/
.row-left{
	width:21.5%;
}
.row-model{
	background: #F5FAFD;
	border-radius: 2px 2px 4px 2px;
	margin-bottom: 40px;
	padding-bottom: 25px;
}
.row-model h3{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #BD1D21;
	height: 50px;
	padding-top: 12px;
	box-sizing: border-box;
	margin-bottom: 46px;
}
.row-model h3:after{
	content: '';
	position: absolute;
	bottom: -22px;
	left: 0;
	display: block;
	width: 100%;
	height: 22px;
	background: url(/static/index/images/row-titbg.png) no-repeat;
	background-size: cover;
}
.model-pro{
	padding: 0 12px;
	overflow: hidden;
}
/*.model-pro-hide{*/
/*    height: 550px;*/

/*}*/
.model-pro li{
	border-bottom: 1px solid #DBE0E4;
	line-height: 55px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 55px;
	box-sizing: border-box;
	overflow: hidden;
}
.model-pro li:last-child{
	border: 0 none;
}
.model-pro li:hover a,.model-pro li.model-proact a{
	color: #BD1D21;
	font-weight: bold;
}
.more-btn{
	display: block;
	font-size: 16px;
	color: #BD1D21;	
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
}
.more-btn font{
	position: relative;
	display: inline-block;
	padding-right: 23px;
}
.more-btn font:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	display: block;
	width: 14px;
	height: 8px;
	background: url(/static/index/images/sj.png) no-repeat;

}
.more-btn:hover{
	font-weight: bold;
}
.more-btn:hover font:after{
	transform: rotate(180deg);
}

.row-main{
	width: 74%;
}
.protit{
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 35px;
}
.protit h2{
	position: relative;
	font-size: 36px;
	font-weight: bold;
	padding-left: 26px;
}
.protit h2:before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
    height: 26px;
    background: url(/static/index/images/icon.png) no-repeat -76px 0;
}
.protit span{
	position: absolute;
	left: 23px;
	bottom: 0;
	z-index: -1;
	font-size: 36px;
	color:rgba(189, 29, 33, .2);
	font-weight: bold;
	text-transform: uppercase;
}
.protit span:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background:linear-gradient(180deg, rgb(255 255 255) 1.2939453125%, rgba(227, 157, 127, 0) 100%);
	top: 0;
}
.promain{
	margin-bottom: 40px;
}
.proitem li{
	width: 22%;
	border-radius: 4px;
	float: left;
	margin-right: 4%;
	overflow: hidden;
	margin-bottom: 25px;
}
.proitem li:nth-child(4n){
	margin-right: 0;
}
.proitem li h4{
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 46px;
}
.proitem li:hover{
	box-shadow: 0px 0px 8px 0px rgba(10, 10, 10, 0.12);
}
.proitem li:hover h4{
	color: #BD1D21;
	font-weight: bold;
}
.proitempic{
	overflow: hidden;
}
.proitempic img{
	display: block;
	transition: all 0.6s;
	vertical-align: middle;
	transform: scale(1);
}
.proitem li:hover .proitempic img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .5;
}
.pro-other{
	border-top: 2px solid #F5FAFD;
	padding-top: 35px;
}
.pro-other li{
	float: left;
	border-radius: 21px;
	border: 1px dashed #BD1D21;
	line-height: 42px;
	padding: 0 20px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.pro-other li:hover{
	background: #BD1D21;
	border: 1px solid #BD1D21;
}
.pro-other li:hover a{
	color: #FFF;
}
/*end--product*/
/*case*/
.casetabbox{
	background: #F4F7FC;
	border-radius: 4px;
	margin-top: -40px;
	position: relative;
	z-index: 2;
	padding: 20px 50px;
}
.casetabbox h3{
	float: left;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
}
.casetabbox ul{
}
.casetabbox ul li{
	float: left;
	margin-top: 5px;
	padding: 0 25px;
	cursor: pointer;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.casetabbox ul li span{
	width: 14px;
	height: 14px;
	border: 1px solid #333333;
	border-radius: 50%;
	display: inline-block;
	margin-top: 5px;
	vertical-align: text-bottom;
	position: relative;
}
.casetabbox li.casetabact{
	font-weight: bold;
}
.casetabbox li.casetabact span{
	border-color: #BD1D21;
}
.casetabbox li.casetabact span:after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #BD1D21;
	border-radius: 50%;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -4px;
}
.casemain {
	padding-top: 50px;
}
.casemain li{
	width: 48%;
	margin-bottom: 65px;
}
.casepic{
	width: 54%;
	float: left;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.casetxt{
	float: left;
	width: 46%;
	position: relative;
}
.casetxt h4{
	background: url(/static/index/images/casetxtbg.png) no-repeat left center;
	padding-left: 55px;
	font-weight: bold;
	margin-left: -27px;
	position: relative;
	z-index: 2;
	margin-top: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.casetxtcon{
	background: #F4F7FC;
	position: absolute;
	right: 0;
	left: -118px;
	margin-top: 20px;
	padding: 38px;
	padding-left: 143px;
}
.casetxtcon p{
	line-height: 26px;
	display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 130px;
    position: relative;
    z-index: 2;
}
.casemain li:hover h4{
	color: #BD1D21;
}
/*solution*/
.solutmain{
	    justify-content: flex-start;
	}
.solutmain li{
	width: 23%;
	margin-bottom: 50px;
	margin-right:2.6%
}
.solutmain li:nth-child(4n){
	margin-right:0%
	}
.solutmain li h4{
	height: 43px;
	background: #BD1D21;
	width: 90%;
	margin: 0 auto;
	margin-top: -21px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	line-height: 43px;
}
.solutmain li p{
	color: #4D4D4D;
	line-height: 26px;
	margin-top: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    display: -webkit-box;
    display: -moz-box;
    height: 78px;
}
/*news*/
.newsxhdtleft{
	width: 42.1%;
	position: relative;
}
.newsxhdtright{
	width: 52.8%;
}
.newsxhdtright .newslist li{
	width: 100%;
	background:none;    
	padding: 13px 0;
	margin-bottom: 15px;
}
.newsxhdtleftpic{
	position: relative;
}
.newsxhdtleftdate{
	position: absolute;
	background: #BD1D21;
	top: 0;
	left: 0;
	padding: 20px 10px 15px;

}
.newsxhdtleftdate span{
	display: block;
	font-size: 30px;
	color: #FFF;
	text-align: center;
}
.newsxhdtleftdate i{
	font-style: normal;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	display: block;
	margin-top: 5px;
}
.newsxhdtleft h4{
	font-weight: bold;
	margin:20px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
}
.newsxhdtleft p{
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
}
.newsxhdtbtn{
	position: absolute;
	right: 0;
	background: #BD1D21;
	border-radius: 10px 0px 0px 0px;
	width: 240px;
	bottom: 116px;
	z-index: 2;
	padding: 19px;
	box-sizing: border-box;
}
.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;
}
.newsxhdtleft .swiper-slide:hover h4{
	color: #BD1D21;
}
.newsitem li {
	border-bottom: 1px dashed #E6E6E6;
	padding: 26px 0;
}
.newsitem li:last-child {
	border-bottom: 0 none;
}

.newsxhdtright .newsitem li:last-child{
	border-bottom: 0 none;
}
.newslistdate{
	float: left;
	width: 9.5%;
	text-align: center;
	background: #BD1D21;
	color: #FFF;
	padding: 10px 0;
}
.newscpzs .newslistdate{
	width: 14%;

}
.newsxhdtright  .newslistdate{
	background: none;
	text-align: left;
	color: #BD1D21;
	width: 12%;
	padding: 0;
}
.newslistcon{
	width: 87%;
	float: right;
}
.newscpzs .newslistcon{
	width: 82%;


}
.newsxhdtright .newslistcon{
	width: 87%;
}
.newslistdate span{
	font-size: 53px;
	display: block;	
	line-height: 55px;
}

.newslistdate i{
	font-style: normal;
	font-size: 14px;
	display: block;	
	padding-left: 5px;
}
.newslistcon h4{
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
	font-weight: bold;
}
.newslistcon p{
	color: #4D4D4D;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
}
.newslistmain .newslistcon p{
    -webkit-line-clamp: 3;
    height: 78px;

}
.newslistmain .newslistcon h4{
	margin-bottom: 0;
}
.newslistmain .newslistcon>span{
	font-size: 12px;
	display: block;
	color: #808080;
	margin-top: 6px;
	margin-bottom: 10px;
}
.newslistmain .newslistcon p span{
	float: right;
	color: #BD1D21;
	display: inline-block;
	font-size: 15px;
}
.newslist li:hover h4{
	color: #BD1D21;
}
.newsmore{
	display: block;
	width: 197px;
	height: 50px;
	background: #BD1D21;
	border-radius: 8px;
	line-height: 50px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	margin:50px auto 0;
}
.newsmore span{
	background: url(/static/index/images/newsmore.png) no-repeat right center;
	display: inline-block;
	padding-right: 30px;
}
.newsmore:hover {
	background: #a50d11;
}
.newsfhtz{
	background: #F4F7FC;
}
.newsfhtz li{
	background: #FFFFFF;
	width: 31.4%;
	padding-bottom: 24px;
	box-shadow: 0px 0px 4px 0px rgba(3, 10, 20, 0.08);
}
.newsfhtz li h4{
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 24px;
	padding:0 24px;
	font-size: 16px;
}
.newsfhtz li p{
	line-height: 26px;
	color: #4D4D4D;
	padding:0 24px;
	overflow: hidden;
	margin-top: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
}
.newsfhtz li:hover{
	background: #BD1D21;
}
.newsfhtz li:hover h4,.newsfhtz li:hover p{
	color: #FFF;
}
.newscpzs li{
	width: 47%;
	border-bottom: 0 none;
}
.newslistmain .pagediv{
	margin-top: 60px;
}
.newsfhtzpic{
	overflow: hidden;
}
.newsfhtzpic img{
	display: block;
	transition: all .6s;
	vertical-align: middle;
	transform: scale(1);
}
.newsfhtz li:hover .newsfhtzpic img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}
.newsitem li:hover h4{
	color: #BD1D21;
}
/*newslist*/
.rightchat{
	position: relative;
	border-radius: 11px;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 50px;
}
.rightchatbg1{
	position: absolute;
	bottom: 0;
	height: 110px;
	background: #BD1D21;
	border-radius: 11px;
	width: 100%;
	z-index: 1;
}
.rightchatbg2{
	bottom: 0;
	position: absolute;
	height: 145px;
	background: #FFFFFF;
	box-shadow: 0px 0px 9px 0px rgba(3, 10, 20, 0.3);
	border-radius: 4px;
	left: 25px;
	right: 25px;
	z-index: 2;

}
.rightchatbg3{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 215.5px 37px 215.5px;
	border-color: transparent transparent #E02328 transparent;
	bottom: 0;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -215.5px;

}
.rightchatcon{
	position: relative;
	z-index: 4;
	display: inline-block;
	text-align: left;
}
.rightchatcon span{
	font-size: 14px;
	display: block;
	color: #BD1D21;
}
.rightchatcon>a{
	font-size: 30px;
	font-weight: bold;
	color: #BD1D21;
	text-align: center;
	display: block;
	margin:10px 0 18px;
}
.rightchatbtn{
	width: 183px;
	height: 40px;
	background: linear-gradient(180deg, #CE1616, #bd1d21);
	box-shadow: 0px 0px 9px 0px rgba(3, 10, 20, 0.3);
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
	box-shadow:0px 0px 3px 3px rgba(255, 255, 255, 0.4);
	animation: shadow 1.5s infinite ease-in-out;
}
@keyframes shadow {
    0% {
		box-shadow:0px 0px 5px 3px rgba(255, 255, 255, 0.4);
    }
    50%{
		box-shadow:0px 0px 11px 3px rgba(255, 255, 255, 0.8);
    }
    100%{
		box-shadow:0px 0px 5px 3px rgba(255, 255, 255, 0.4);
    }
}
.rightchatbtn a{
	font-size: 18px;
	color: #FFF;
	display: inline-block;
	line-height: 40px;
	background: url(/static/index/images/rightchat.png) no-repeat left center;
	padding-left:30px;
}
.righttagcon{
	padding: 0 15px;
}
.righttagcon a{
	display: block;
	line-height: 32px;
	float: left;
	padding: 0 10px;
	border-radius: 32px;
	margin-right: 10px;
	width: auto;
	height: 32px;
	background: #fff;
	border-radius: 16px;
	font-size: 14px;
	margin-bottom: 11px;
}
.righttagcon a:hover{
	color: #FFF;
	background: #BD1D21;
}
/*product detail*/
.detailhead{
	background: url(/static/index/images/prodetailbg.jpg) no-repeat center top;
	padding-top: 50px;
}
.dtheadcon{
	background: #FFF;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	box-sizing: border-box;
	padding-left: 45px;
	padding-right: 45px;
}
.dtheadcontop{
	position: relative;
}
.dtheadcontoppic{
	width: 53.6%;
	border-top-left-radius: 40px;
	overflow:hidden;
	border: 2px solid #FFFFFF;
}
.dtheadcontoptxt{
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 50px;
    background: #FFF;
    width: 51.7%;
    box-shadow: 0px 3px 18px 0px rgb(3 10 20 / 26%);
    box-sizing: border-box;
    padding: 40px 50px 75px;
}
.dtheadcontoptxt h1{
	font-size: 28px;
	font-weight: bold;
}
.dtheadcontoptxt .list-procon{
	font-size: 15px;
	background: #F4F7FC;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.07) inset;
	padding: 20px;
	margin-top:20px;
}
.dtheadcontoptxt ul{
	margin-top: 20px;
	font-size: 16px;
}

.dtheadcontoptxt ul li{
	overflow:hidden;
	line-height: 36px;

}
.dtheadcontoptxt ul li strong{
	float: left;
	display: block;
}
/*.dtheadcontoptxt ul li p{
	float: left;
	max-width:100%;
}*/
.dtheadcontoptxt>p{
	margin-top: 25px;
}
.dthdcontact{
	right: -13px;
	left: 40px;
	position: absolute;
	bottom: 0;
}
.dthdcontactl a{
	background: url(/static/index/images/callp.png) no-repeat left center;
	text-align: center;
    padding-left: 45px;
	color: #BD1D21;
	font-size: 32px;
	font-weight: bold;
	line-height: 65px;

}
.dthdcontactr{
	width: 201px;
	height:65px;
	background: #C9090E;
	text-align: center;
	border-radius: 20px 0px 0px 0px;
	line-height:65px;
	position: relative;
}
.dthdcontactr a{
	background: url(/static/index/images/chatfff.png) no-repeat left center;
	text-align: center;
	padding-left: 45px;
	color: #FFF;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;

}
.dthdcontactr:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 0 13px;
	border-color: transparent transparent transparent #891619;
	display: block;
	content: "";
	position: absolute;
	top: -9px;
	right: 0;
}
.row-left .solutmain{
	padding: 0 15px;
}
.row-left .solutmain li{
	width: 100%;
}
.customized-number{
	border:1px dashed #D31F2B;
	padding: 30px 20px;
	position: relative;
	border-radius: 4px;
	margin: 50px 0;
}
.customized-number h4{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin-left:10%;

}
.customized-number p{
	color: #4D4D4D;
	text-align: center;
	margin:0 5%;
	line-height: 26px;
	margin-top: 10px;
}
.cust-number{
	width: 150px;
	height: 40px;
	background: #BD1D21;
	box-shadow: 0px 0px 9px 0px rgba(3, 10, 20, 0.3);
	border-radius: 6px;
	line-height: 40px;
	margin:20px auto 0;
	text-align: center;
}
.cust-number a{
	line-height: 40px;
	font-size: 16px;
	color: #FFF;
	background: url(/static/index/images/rightchat.png) no-repeat left center;
	background-size: 20px;
	padding-left: 30px;
}
.cust-number:hover{
	background: #d4272c;
}
.remind-num{
    height: 40px;
    display: inline-block;
    text-align: center;
    background: #BC1D21;
    border-radius: 0px 0px 4px 4px;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    top: -16px;
    left:6px;
}
.remind-num:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 6px;
    border-color: transparent transparent #7c191b transparent;
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 0;
}

.remind-num:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 0 6px;
    border-color: transparent transparent transparent #7c191b;
    content: "";
    display: block;
    position: absolute;
    right: -6px;
    top: 0;
}
.remind-num a {
    line-height:40px;
    display: inline-block;
    background: url(/static/index/images/remindernum.png) no-repeat left center;
    padding-left: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
}
.detailmain {
	margin-top: 50px;
}
.detailtxt h3{
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
	margin: 40px 0;
}

.detailtxt h4
{font-size:18px;
font-weight: bold;
margin:25px 0;

	}
.detailtxt h3:before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #BD1D21;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.detailtxt h3:after{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #BD1D21;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 14px;
	opacity: 0.25;
}
.detailtxt img{
	width: auto;
	margin: 30px auto;
}
.fxjsbmain{
	padding-bottom: 0;
}
.indexnews li{
	width: 47%;
	line-height: 72px;

	border-bottom: 1px dashed #E6E6E6;
}

.indexnews h4{
	font-size: 15px;
	line-height: 72px;
	position: relative;
	padding-left: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.indexnews h4:before{
	width: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	height: 8px;
	display: block;
	content: '';
	background:url(/static/index/images/newslistbg.png) no-repeat 0 0;
}
.indexnews span{
	float: right;
	font-size: 15px;
	color: #666;
}
.indexnews li:hover h4,.indexnews li:hover span{
	color: #BD1D21;
}
.indexnews li:hover h4:before{
	background:url(/static/index/images/newslistbg.png) no-repeat -8px 0;

}
.newsdetail h1{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.newsdetail_date{
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}
.reminder{
	border:1px dashed #D31F2B;
	padding: 5px 20px;
	position: relative;
	border-radius: 4px;
	margin-bottom: 50px;
}
.reminder h4{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin-left: 5%;

}
.reminder p{
	color: #4D4D4D;
	text-align: center;
	width: 80%;
	margin-left: 5%;
	line-height: 26px;
	margin:0 20px;
}
.remindercode span{
	display: block;
	font-size: 14px;
}
.remindernum{
	height: 44px;
	display: inline-block;
	text-align: center;
	background: #BC1D21;
	border-radius: 0px 0px 4px 4px;
	line-height: 44px;
	padding: 0 20px;
	position: absolute;
	top: -16px;
	left: 40px;
}
.remindernum a{
	line-height: 44px;
	display: inline-block;
	background: url(/static/index/images/remindernum.png) no-repeat left center;
	padding-left: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}
.remindernum:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 6px;
	border-color: transparent transparent #7c191b transparent;

	content: "";
	display: block;
	position: absolute;
	left: -6px;
	top: 0;
}
.remindernum:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 0 6px;
	border-color: transparent transparent transparent #7c191b;
	content: "";
	display: block;
	position: absolute;
	right: -6px;
	top: 0;
}
.remindercode{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.remindercode img{
	margin-bottom: 0;
}
.reminderchat{
	width: 183px;
	height: 40px;
	background: #BD1D21;
	box-shadow: 0px 0px 9px 0px rgba(3, 10, 20, 0.3);
	border-radius: 6px;
	line-height: 40px;
	margin:10px auto 0;
	text-align: center;
}
.reminderchat a{
	line-height: 40px;
	font-size: 16px;
	color: #FFF;
	background: url(/static/index/images/rightchat.png) no-repeat left center;
	background-size: 20px;
	padding-left: 30px;
}
.reminderchat:hover{
	background: #d4272c;
}
.newsnext{
	border-top:1px solid #F2F2F2;
	padding-top: 35px;
	margin-top: 35px;
}
.newsnext a{
	display: block;
	margin-bottom: 20px;
}
.newsnext a:hover{
	color: #BD1D21;
}
.castdetailtit{
	background: url(/static/index/images/castdetailtit.png) no-repeat;
	background-size: cover;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 20px 0 33px;	

}
.detailtxt table{
	text-align: center;
	font-size: 15px;
	border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    color: #666666;
    margin-top: 60px;
	border-right: 1px solid #ddd;
	line-height: 1.5em;

}

.detailtxt table th, .detailtxt table td{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.detailtxt table td{
	padding: 10px;
	width:auto;
}
.detailtxt .table tr:nth-child(odd){
	background-color: #fff;
}
.detailtxt .table tr:nth-child(even){
	background-color: #f0f0f0;
}
.detailtxt .table tr:first-child{
	background: #bd1d21;
	color: #fff;
}
.detailtxt table th{
	font-weight: bold;
	background-color: #bd1d21;
	color: #fff;
	border-top: none;
	padding:20px 0;
}
.detailtxt table th:first-child{
	border-left: none;
}
.detailtxt .table1{
	margin: 10px 0;
}
.detailtxt p{
	line-height: 1.5em;
	margin-bottom: 25px;
}
.detailnav{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11) inset;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 30px;
	margin-top: 56px;
}
.detailnavfixed{
	top: 0;
	position: fixed;
	margin-top: 0;
	background: #FFF;z-index: 4;
	left: 50%;
	transform: translateX(-50%);
}
.detailnav li{
	width: 15.3%;
	text-align: center;
	font-size: 18px;
	background: #F4F7FC;
	line-height: 50px;
	cursor: pointer;
}
.detailnav li a{
	display: block;
}
.detailnav li.detailnavact,.detailnav li:hover{
	background: #BD1D21;
	color: #FFF;
}
.detailnav li.detailnavact a,.detailnav li:hover a{
	color: #FFF;

}
/*search*/
/*search*/
.searchtit{
	text-align: center;
}
.searchtit h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: inline-block;
}
.searchtit h2:before,.searchtit h2:after{
	content: '';
	width: 269px;
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	display: block;
}
.searchtit h2:before{
	left: -290px;
	top: 50%;
}
.searchtit h2:after{
	right: -290px;
	top: 50%;
}
.sear-main{
	width: 42%;
	height: 50px;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	margin: 50px auto;
	position: relative;
}
.sear-main input{
	width: 100%;
	border:0 none;
	background: none;
	line-height: 50px;
	padding-left: 30px;
	padding-right: 60px;
	box-sizing: border-box;
	font-size: 18px;
	color: #262626;
}
.sear-main button{
	border:0 none;
	background: none;
	background: url(/static/index/images/seaicon.png) no-repeat center center;
	width: 60px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.searhead{
	font-size: 24px;
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
}
.searhead font{
	font-size: 36px;
	font-weight: bold;
}
.searcon li{
	padding: 40px 0;
	border-bottom: 1px solid #F2F2F2;
}
.searcon li p{
	font-size: 16px;
	color: #4D4D4D;
	line-height: 1.5em;
	margin-top: 20px;
}
.searcon li h4{
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 77%;
}
.searcon li h4 font{
	color: #BD1D21;
}
.seartxt{
	overflow: hidden;
}
.seartxt>span{
	float: right;
	font-size: 15px;
	color: #666;
		display: block;
	margin-right: 10px;
}
.searcon li:hover h4{
	color: #BD1D21;
}
.prolist-txt{
	margin-bottom: 50px;
}
.prolist-txt>h3{
	background: url(/static/index/images/xinhai.png) no-repeat left;
    padding-left:35px;
	margin: 30px 0;
	font-size: 26px;
	font-weight: bold;	
}

.prolist-txt>h4{
	margin: 20px 0;
	font-size: 20px;
	font-weight: bold;
	}
	
	
	
.prolist-txt>p{
	margin-bottom: 25px;
}
.prolist-txt>p>a{
	font-weight: bold;
}
@media (max-width: 1600px){
	.pro-other li{
		padding: 0 15px;
	}
	.casetabbox ul li{
		padding: 0 20px;
	}
	.rightchatcon>a{
		font-size: 26px;
	}
	.rightchatcon span{
		text-align: center;
	}

}
@media (max-width: 1300px){
	.nav{
		margin-right: 10%;
	}
	header:after{
		width:100px;
		z-index: -1;
	}
	.dtheadcontoptxt ul li p{
		/*max-width: 73%;*/
	}
	.rightchatcon>a{
		font-size: 22px;
	}
}


.case-error {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 50px;
}

.case-error img {
	width: auto;
	display: inline-block;
}

.case-error-p {
	font-size: 18px;
	color: #808080;
	display: inline-block;
	margin-left: 86px;
	vertical-align: bottom;
}

.case-error-p p {
	margin-bottom: 30px;
	text-align: left;
}

.case-error-p p:last-child {
	padding-left: 35px;
}
.case-error-more {
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	background: #bd1c21;
	width: 230px;
	border-radius: 24px;
	margin: 50px auto 0 auto;
}
.detailchat{
	display: none;
}