.header{
	background: #3c4650;
	width: 100%;
	z-index: 99;
}
.banner{

}
.logo{
	float: left;
	padding-top: 5px;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	width: 80px;
	text-align: center;
	line-height: 74px;
    margin: 0 14px;
    position: relative;
}
.nav li a{
	color: #fff;
	font-size: 14px;
	display: block;
}
.nav li.subnav a{
	color: #cf0302;
	position: relative;
}
.nav li.subnav a::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom:19px;
	left:0;
	z-index: 9;
	background: #cf0302;
}
.nav li a{
	position: relative;
	transition: all .5s;
}
.nav li a::after{
	content: "";
	width: 0;
	height: 1px;
	background: #cf0302;
	position: absolute;
	bottom: 19px;
	left: 50%;
	transition: all .5s;
}
.nav li a:hover::after{
	left: 0%;
	width: 100%;
}
.nav li a:hover{
	color: #cf0302;
}
.nav li dl{
	background: rgba(60,70,80,.5);
	position: absolute;
	top:74px;
	left:-40px;
	width:150px;
	z-index: 99999999;
	display:none;
}
.nav li dl dd{
	line-height:3;
}
.nav li.subnav dl dd a::after{
	content: "";
	width: 0%;
	height: 1px;
	position: absolute;
	bottom:0px;
	left:50%;
	z-index: 9;
	color:#fff;
	background: #cf0302;
}
.nav li dl dd a::after{
	bottom:0;
}
.nav li dl dd a:hover::after{
	left: 5%;
	width: 90%;
}
.nav li.subnav dl dd a{
	color:#fff;
}
.menu_down{
	display: none;
}
.menu{
	display: none;
}
.phone_logo{
	display: none;
}
.inrollpro{
	width: 1300px;
	margin:0 auto;
	position: relative;
	padding:40px 0;
}
.rollBox{width:1200px;overflow:hidden;margin:0 auto;}
.inrollpro .LeftBotton{
	height:42px;
	position: absolute;
	left:0;
	top:40%;
	width:43px;
	background:url(../images/arrow.png) no-repeat left top;
	float:left;
	display:inline;
	margin:0 0 0 0;
	cursor:pointer;
	-webkit-background-size: cover;
	background-size: cover;
}
.inrollpro .RightBotton{position: absolute;
	right:0;
	top:40%;height:42px;width:43px;background:url(../images/arrow.png) no-repeat right top;overflow:hidden;float:left;display:inline;cursor:pointer;}
.rollBox .Cont{width:1200px;overflow:hidden;float:left;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:240px;float:left;text-align:center;padding: 10px}
.rollBox .Cont .pic img{padding:4px;background:#fff;display:block;margin:0 auto;}
.rollBox .Cont .pic p{line-height:26px;color:#060606;font-size: 16px;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .pic:hover p{color:#cf0302;}
.rollBox #List1,.rollBox #List2{float:left;}
.rollBox .Cont .pic span{
	font-size: 12px;
	color: #999;
}
.inhotpro {
	padding-bottom: 90px;
}
.inhotpro li{
	position: relative;
	width: 49%;
	float: left;
}
.inhotpro li:nth-child(2){
	float: right;
}
.inhotpro_name{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.inhotpro_name::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.inhotpro_name_in{
	display: inline-block;
	vertical-align: middle;
}
.inhotpro_name_in h3{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.inhotpro_name_in p{
	font-size: 12px;
	color: #fff;
	line-height: 2;
}
.inhotpro_name_in a{
	display: block;
	font-size: 12px;
	color: #000;
	background: #fff;
	width: 109px;
	margin:9px auto;
	line-height: 37px;
}
.inhotpro li:hover .inhotpro_name{
	opacity: 1;
}
.inabout{
	height: 483px;
	background:url("../images/aboutbg.jpg") center top no-repeat;
}
.inabout_in h3{
	font-size: 30px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
}
.inabout_in span{
    font-size: 12px;
    color: #d0d0d0;
    line-height: 22px;
    height: 22px;
    font-family: "Arial";
}
.inabout_in p{
	font-size: 12px;
    color: #fff;
    line-height: 2.5;
    padding-top: 10px;
    color: rgba(255,255,255,0.3);
     overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical; 
}
.inabout_in a{
	margin-top: 27px;
    width: 138px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    color: #000000;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.inabout_in{
	width: 389px;
    padding-top: 100px;
}
.inabout_in a:hover{
	background:#cf0302;
	color: #fff;
}
.inmodle{
	padding:20px 0;
}
.inmodle li{
	position: relative;
	width: 32%;
	float: left;
}
.inmodle li:nth-child(2){
	margin-left: 2%;
}
.inmodle li:nth-child(3){
	float: right;
}
.inmodle li a{
	display: block;
}
.inmold_name{
	position:absolute;
	left:0;
	top:0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0; 
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.inmold_name::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.inmold_name h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
}
.inmodle li:hover .inmold_name{
	opacity: 1;
}
.innews{
	padding:60px 0;
}
.innews_tit{
	text-align: center;
}
.banner2{
	display: none;
}
.innews_tit h3{
	font-size: 30px;
    color: #000;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
}
.innews_tit span{
	font-size: 12px;
    color: #000000;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
}
.innews_tit h3{
	font-size: 30px;
    color: #000;
    line-height: 40px;
    height: 40px;
}
.innews_tit p{
	font-size: 12px;
    color: #999;
    line-height: 67px;
    height: 67px;
    padding-bottom: 2px;
    font-weight: bold;
}
.innewslist li{
	float: left;
    width: 388px;
    margin-left: 18px;

}
.innewslist li:first-child{
	margin-left: 0;
}
.innewslist li figcaption h3{
    font-size: 16px;
    color: #333;
    line-height: 48px;
    height: 48px;
    -webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.innewslist li figcaption div{
	color: #999;
    font-size: 12px;
    line-height: 22px;
     overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical; 
}
.innewslist li figcaption span{
	font-size: 12px;
	line-height: 40px;
}
.innewslist li .newspic{
	width: 388px;
	height: 239px;
	overflow:hidden;
}
.innewslist li img{
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.innewslist li:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.innewslist li:hover figcaption h3{
	padding-left: 15px;
    color: #cf0302;
	overflow:hidden;
}
.footer{
	background: #eee;
	height: 195px;
	padding-top: 53px;
}
.foot_logo{
	float: left;
	width: 174px;
}
.foot_nav{
	float: left;
	width: 317px;
}
.foot_nav h3{
	font-size: 16px;
    color: #3c4650;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}
.foot_nav a{
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	width: 83px;
	line-height: 30px;
	color: #888;
}
.foot_nav a:hover{
    color: #cf0302;
}
.foot_contact{
	float: left;
	width: 462px;
}
.foot_contact{
	font-size: 0;
}
.foot_contact h3{
	font-size: 16px;
    color: #3c4650;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}
.foot_contact p{
	font-size: 12px;
	color: #888;
    line-height: 30px;
    height: 30px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.ewm{
	width: 97px;
	float: right;
}
.ewm img{
	width: 100%;
}
.public_beain{
	width: 1000px;
	margin:0 auto;
}
.copy{
	line-height: 62px;
	font-size: 12px;
	color: #fff;
	background: #3c4650;
	text-align: center;
}
.jihui-footer-div{
	font-size: 0;
	padding:25px 0 15px;
}
.jihui-footer-div a {
    text-decoration: none;
    background: url("../images/beain.png") no-repeat;
    color: #898989;
    height: 50px;
    border-right: 1px solid #ccc;
    width: 23%;
    display: block;
    margin-right: 14px;
    padding-left: 60px;
    float: left;
    font-family: "微软雅黑";
    font-size: 13px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jihui-footer-div .h5 {
    color: #000;
    width: 180px;
    display: block;
    font-size: 18px;
    padding: 1px 0;
    margin: 0;
    font-family: "微软雅黑";
    text-align: left;
}
.jihui-footer-div span{
	font-size: 13px;
	color: #898989;
}
.jihui-footer-div .jihui-footer-div_2{
	background-position: 0 -50px;
}
.jihui-footer-div .jihui-footer-div_5{
	background-position: 0 -250px;
}
.jihui-footer-div .jihui-footer-div_7{
	background-position:0 -350px;
}
.beain_it2{
    text-align: center;
    padding: 8px 0;
    width: 1000px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    line-height: 18px;
    font-size: 12px;
    color: #666;
}
.beain_it2 span{
	padding-right: 30px;
}
.beain_it2 a{
	padding-right: 13px;
}
.beain_it2 a,.beain_it2 span{
	font-size: 12px;
    color: #666;
}
.beain_it2 .mobile__hover{
	position: relative;
	
}
.shop-info{
	font-size: 12px;
    color: #666;
}
.shop-info-qr{
	opacity: 0;
	position: absolute;
	width: 150px;
	left: 68px;
    top: -150px;
    -webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.beain_it2 .mobile__hover:hover .shop-info-qr{
	opacity: 1;
}
.beain_it3{
	padding:11px 0;
	text-align: center;
}
.beain_it3 a{
	display: inline-block;
	vertical-align: top;
    color: #999;
    width: 100px;
    line-height: 16px;
    font-size: 12px;
}
.about_ban{
	height: 443px;
	background-repeat:no-repeat;
	background-position: 50% 0;
}
.brand_cener{
	border-bottom: 1px solid #cccccc;
	color: #999;
	font-size: 12px;
	line-height: 50px;
}
.brand_cener img{
	vertical-align:sub;
	padding-right: 10px;
}
.brand_cener a{
	color: #999;
	font-size: 12px;
	padding-right: 10px;
}
.brand_cener a:hover{
	color: rgb(153, 51, 51);
}
.brand_cener span{
	padding-left: 10px;
    color: rgb(153, 51, 51);
}
.about_tit{
	text-align: center;
	padding-top: 80px;
    padding-bottom: 59px;
}
.about_tit h3{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    width: 100%;
    line-height: 36px;
    height: 36px;
    display: block;
}
.about_tit p{
	font-weight: bold;
	font-size: 16px;
    color: #cccccc;
    line-height: 21px;
    display: block;
    font-style: normal;
}
.about_info{
    font-size: 14px;
    color: #666666;
    line-height: 2.5;
    height: auto;
    text-indent: 2em;
}
.about_pic{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.aboutpic_left{
	width: 905px;
	height: 401px;
	overflow: hidden;
}
.aboutpic_right{
	width: 293px;
	overflow: hidden;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.abp img{
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.abp:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.abr_it1,.abr_it2{
	height: 200px;
	overflow: hidden;
}
.about_page{
	padding-bottom: 80px;
}
.about_pic{
	padding-top: 30px;
}
.news_ban{
	height: 443px;
	background:url("../images/newsban.jpg") center top no-repeat;
}
.news_type{
	background:#f8f8f8;
	padding: 12px 0;
	margin-bottom:20px;
}
.news_type span,.news_type a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 36px;
	color: #000;
	padding:0 16px;
}
.news_type a:hover{
	background:#ab2022;
	color: #fff;
}
.news_type a.cur{
	background:#ab2022;
	color: #fff;
}
.news_list{
	padding-top: 25px;
}
.news_list li{
	padding:0 10px;
	border-bottom: 1px dashed #ccc;
	line-height: 39px;
}
.news_list li a{
	display: block;
}
.news_list li p{
	float: left;
}
.news_list li span{
	float: right;
}
.news_list li:hover p{
	text-decoration: underline;
}
.newspage{
	padding:40px 0;
}
.newstail_info{
	font-size: 12px;
	color: #333;
	line-height: 2;
	width: 1000px;
	padding-top: 20px;
	margin:0 auto;
}
.newstail_tit{
	padding-bottom: 5px;
    border-bottom: 1px dashed #CCCCCC;
	text-align: center;
}
.newstail_tit h3{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 16px;
}
.newstail_tit span{
	font-size: 12px;
}
.newstail_tit span em{
	color: rgb(255, 0, 0);
}

.newstime span{
	font-size: 12px;
	font-weight: bold;
	padding:0 10px;
}
.back a{
	font-size: 13px;
	color: #ab2022;
	display: block;
}
.back{
	padding:50px 0 0;
	text-align: center;
	margin:0 auto;
}
.tech_ban{
	height: 443px;
	background:url("../images/technologyban.jpg") center top no-repeat;
}
.technology_list li{
	width: 33.33%;
	padding:.5%;
	text-align: center;
	float: left;
}
.technology_list li a{
	display: block;
	padding:5px;
    border: 1px solid #c9bea9;
}
.technology_list li p{
	font-size: 12px;
	color:#333;
	line-height: 25px;
}
.technology_list li:hover p{
	color:#cf0302;
}
.contact_ban{
	height: 443px;
	background:url("../images/contactban.jpg") center top no-repeat;
}
.product_ban{
	height: 443px;
	background:url("../images/productban.jpg") center top no-repeat;
}
.map{
	float: left;
	width: 780px;
}
.address{
	width: 400px;
	float: right;
}
.address h3{
	font-size: 22px;
	line-height: 50px;
	color: #333;
}
.address p{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.message{
	padding-top: 50px;
}
.message_tit h3{
	font-size: 20px;
	color: #444;
	font-weight: bold;
	line-height: 32px;
}
.message_tit p{
	font-size: 12px;
    color: #8c8c8c;
    height: 18px;
}
.message_list{
	padding-top: 30px;
}
.message_list ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.message_list li{
	margin-bottom: 17px;
	padding:0 15px;
	width: 49%;
	line-height: 55px;
    border: 1px solid #e3e3e3;
}
.message_list li span{
	color: #ff0000;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}
.message_list li input{
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}
.message_list li.textin{
	width: 100%;
}
.message_list li textarea{
	width:100%;
	height: 200px;
	padding:10px 0;
}
.message_list button{
	width: 290px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	background:#ab2022;
	cursor: pointer;
}
.product_type{
	margin:35px 0 25px;
}
.product_page li{
	text-align: center;
	width: 25%;
	padding:1%;
	float: left;
}
.productpic{
	width: 280px;
	overflow: hidden;
}
.productpic img{
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.product_page li figcaption{
	padding:15px 0;
	position: relative;
}
.product_page li figcaption::after{
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	left:0;
	bottom:0;
	background: #cf0302;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.honorlist li{
	width:33%;
	float:left;
	padding:2%;
}
.proname{
	position: relative;
	z-index: 9;
}
.product_page li .proname p{
	line-height: 22px;
	color: #666;
    font-size: 14px;
    -webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_page li .proname span{
	line-height: 22px;
	color: #999;
    font-size: 14px;
    -webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_page li:hover figcaption::after{
	height: 100%;
}
.product_page li:hover .proname p{
	color: #fff;
}
.product_page li:hover .proname span{
	color: #fff;
}
.product_page li:hover .productpic img{
	-webkit-transform:scale(1.04);
	-moz-transform:scale(1.04);
	-ms-transform:scale(1.04);
	transform:scale(1.04);
}
.maxpic{
	float: left;
}
.product_name{
	float: right;
	width: 460px;
}
.proname_it1 li{
	font-size: 14px;
    color: #999999;
    line-height: 36px;
}
.proname_it1 span{
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
    color: #999999;
    line-height: 36px;
}
.proname_it1 h3{
	display: inline-block;
	vertical-align: middle;
    font-size: 20px;
    color: #000000;
    line-height: 42px;
}
.proname_it1 p{
	display: inline-block;
	vertical-align: middle;
}
.proname_it2{
	padding-top: 15px;
}
.proname_it2 td{
	background: #f7f7f7;
	font-size: 14px;
	padding-left: 30px;
	line-height: 30px;
	color: #999
}
.proname_it3{
	padding-top: 30px;
	font-size: 12px;
	color: #000;
}
.proname_it3 em{
    color: rgb(255, 0, 0);
}
.back2{
	text-align: center;
}
.back2 a{
	display: block;
	font-size: 14px;
    color: #ab2022;
}
.share{
	position: absolute;
	left:750px;
	bottom:20px;
}
.maxproduct{
	position: relative;
}
.share img{
	padding-right: 3px;
}
.banner img{
	max-width: inherit;
}

@media screen and (max-width : 1300px){
	.inrollpro{
		width: 100%;
}
@media screen and (max-width : 1000px){
	body{
		width: 1200px;
	}
}

.endisplay{
	display: none;
}
.csdetail{

}
.csdetail_title{
	width:100%;
	height:40px;
	background: #f8f8f8;
}
.csdetail span{
	display: block;
	width:150px;
	height:40px;
	line-height:40px;
	text-align: center;
	font-size: 1.4rem;
	color:#fff;
	background: #ab2022;
}
.csdetail_detail{
	padding-top: 10px;
}

