﻿@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:'camb';
	src: url(../font/CAMBRIAB.TTF);
}
html{font-size:20px;}
body{font-size:.8rem;color:#333333;font-family:'Microsoft YaHei',Simsun,Arial,Verdana,Sans-serif;}
html,body{margin:0px;padding:0px;width:100%;height:100%;}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;margin:0;padding:0; }
img{border:none;max-width:100%; display: inline-block; line-height: 0; font-size: 0; vertical-align:bottom; }
div,ul,li,dl,dt,dd,p,form{margin:0;padding:0;}
ul,li,dl,dt,dd{list-style:none;}
a{font-size:inherit;text-decoration:none;color:#333;}
a:hover,
a:focus{ text-decoration:none; color:#d10006;
	-webkit-transition: all 0.4s ease;
	-moz-transit
	ion: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:active{color:inherit; text-decoration:none;}
i,em{font-style:normal;}
select,input,textarea,button{font-family:inherit; font-size:inherit;}
table { border-spacing: 0; border-collapse: collapse; background-color: transparent; }
td, th { padding: 0; }
th { text-align: left; }
tr { vertical-align: middle; }

.clearfix:before,
.clearfix:after{display:table;content:" ";clear:both;}
.tbl-type{display:table;width:100%;table-layout:fixed}
.tbl-cell{display:table-cell; vertical-align: top; }
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.center{ text-align:center; }
.right{ text-align:right; }
.valign *{ display:inline-block; vertical-align:middle; }
.ellipsis{ display: block; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; }
.shadow { box-shadow: 0 7px 30px rgba(103, 103, 103, .1); }
.shadow-s2 { box-shadow: 2px 7px 10px rgba(103, 103, 103, .3); }
.hide{ display: none; }
.btn { display: inline-block; padding: 10px 20px; border: 1px solid transparent; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-image: none; touch-action: manipulation; -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-default { color: #333333; background-color: #ffffff; width: auto; border-radius: 0; border:#dddddd 2px solid; line-height: normal; }
.btn-submit { color: #ffffff; background-color: #d10006; width: auto; border-radius: 0; border:0; line-height: normal; font-size: .9rem; padding: 10px 40px; }
.btn-reset { color: #333333; background-color: #dddddd; width: auto; border-radius: 0; border:0; line-height: normal; font-size: .9rem; padding: 10px 40px; }

.btn-view { color: #666666; background-color: transparent; border:#666666 1px solid; width: auto; border-radius: 30px; height: 30px; line-height: 30px; padding: 0 25px; }
.btn-view:hover{ background-color:#d10006; color: #ffffff; border:#d10006 1px solid; }
.btn-more.btn-submit{width: 160px; padding: 10px 0; text-align: center;}

.btn-submit{
	display: inline-block;
	/*margin-top: 30px;*/
	backface-visibility: hidden;
    background: transparent none repeat scroll 0 0;
    position: relative;
    transform: translateZ(0px);
    transition-duration: .3s;
    transition-property: color;
    -moz-transform: translateZ(0px);
    -moz-transition-duration: .3s;
    -moz-transition-property: color;
    -webkit-transform: translateZ(0px);
    -webkit-transition-duration: .3s;
    -webkit-transition-property: color;
    /*vertical-align: middle;*/
    background: #d10006;
}
.btn-box{padding: 30px 0;}
.btn-box .btn-submit{margin-right: 20px;}

.btn-submit:hover{color: #fff;}
.btn-submit:hover::before{transform:scaleY(1);-moz-transform:scaleY(1);-webkit-transform:scaleY(1);}

.btn-submit:before{
	background: #b60e12 none repeat scroll 0 0;
    border: 0 none;
    padding: 1px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 50% 0;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    -moz-transform: scaleY(0);
    -moz-transform-origin: 50% 50% 0;
    -moz-transition-duration: .3s;
    -moz-transition-property: transform;
    -moz-transition-timing-function: ease-out;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 50% 50% 0;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    z-index: -1;
}

.table { width: 100%; max-width: 100%; }
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { padding: 5px; word-break:break-all; }

.form-control{ display: inline-block; width: 100%; padding: 10px 20px; background-color: #fff; background-image: none; border: 1px solid #dddddd; border-radius:0; border-radius: 0; }
.form-control[type="radio"] + label::before { content: "\a0"; /*不换行空格*/ display: inline-block; vertical-align: middle; width: 15px; height: 15px; margin-right: .4em; border-radius: 50%; border: 4px solid #dddddd; text-indent: .15em; line-height: 1; background-color: #ffffff; margin-top: 10px; margin-bottom: 10px; }
.form-control[type="radio"]:checked + label::before { width: 15px; height: 15px; border: 4px solid #dddddd; background-color:#d10006; }
.form-control[type="radio"] { width: 0; height: 0; margin:0; padding: 0; position: absolute; clip: rect(0, 0, 0, 0); }
.form-control[type="checkbox"] { width: 18px; height: 18px; display: inline-block; vertical-align: middle; }

.red{ color: #d10006; }

body{ background-color: #ffffff; }
.wrap{ width:1200px; margin:auto; padding:0; }
.iconfont{ font-size: .7rem; }
.wp{ padding: 15px; }
.wp-h{ padding-left: 15px; padding-left: 15px; }
.wp-v{ padding-top: 15px; padding-bottom: 15px; }
.bg-white{ background-color: #ffffff; }
.bg-gray{ background-color: #f3f3f3 }
.bg-about{ background: url(../images/about-bg.jpg) top center no-repeat; }
.bg-ea{background: #eaeaea;}

.p-top-xs{ padding-top: 15px; }
.p-top-s{ padding-top: 30px; }
.p-top-m{ padding-top: 50px; }
.p-top-l{ padding-top: 80px; }

.p-bot-xs{ padding-bottom: 15px; }
.p-bot-s{ padding-bottom: 30px; }
.p-bot-m{ padding-bottom: 50px; }
.p-bot-l{ padding-bottom: 80px; }

.m-top-xs{ margin-top: 15px; }
.m-top-s{ margin-top: 30px; }
.m-top-m{ margin-top: 50px; }
.m-top-l{ margin-top: 80px; }

.m-bot-xs{ margin-bottom: 15px; }
.m-bot-s{ margin-bottom: 30px; }
.m-bot-m{ margin-bottom: 50px; }
.m-bot-l{ margin-bottom: 80px; }



/*header*/
.header .header-top{background: #efecec;}
.header .header-wecom,
.header .header-tel{line-height: 32px; font-size: 14px; color: #666;}
.header .header-wecom{float: left;}
.header .header-tel{float: right;position: relative;} 
.header .header-tel:before{content: ''; position: absolute; left: -32px;}
.header .logo{ float: left; width:15%; padding: 10px 0;}
/*.header .logo img{width:9%;}*/

/*.logo-nav{ padding: 10px 0;}*/
.nav{ width: auto; float: right; }
.nav ul li{ float: left; width:auto; display:block; position: relative; }
.nav ul li .tit{ display: block; text-align: center; font-size: .8rem; height:80px; line-height: 80px; display: block; padding: 0 25px; margin: 0 10px; position: relative; color:#333333; }
.nav ul li:hover .tit,
.nav ul li.on .tit{  color:#d10006; }
/*.nav ul li.on:before{content: ''; position: absolute;  border-width: 10px;left: calc(50% - 10px); bottom: -16px; border-style: solid;border-color: transparent transparent #d10006 transparent;}*/
.nav ul li.on:after{content: ''; position: absolute; width:40px; height: 2px; background: #d10006; bottom: 0; left: calc(50% - 20px);}
/*.nav ul li:hover:before{content: ''; position: absolute;  border-width: 10px;left: calc(50% - 10px); bottom: -16px; border-style: solid;border-color: transparent transparent #d10006 transparent;}*/
.nav ul li:hover:after{content: ''; position: absolute; width:40px; height: 2px; background: #d10006; bottom: 0;left: calc(50% - 20px);}

.nav ul li .child{ background-color: #d10006; display: none; position: absolute; top: 80px; left: calc(50% - 80px); width:160px;  z-index: 99; text-align: center; }
.nav ul li:hover .child{ display: block; padding: 10px 0; }
.nav ul li .child a{ display: block; line-height: 2; font-size: .8rem; color: #fff; padding: 0 15px;border-bottom: 1px solid #d10006;}
.nav ul li .child a:hover{color:#e0b300;}

.menu-button{ display:none; position:absolute; top: 10px; right:15px; z-index:999; padding: 10px 0; border-radius: 5px; }
.menu-button button{ display:block; background:none; overflow:hidden; cursor:pointer; z-index:1000; border:0; width:40px; height:30px; padding:0; outline:0; position:relative; -webkit-appearance: none;
	-webkit-transition:.3s all;
	transition:.3s all;
}
.menu-button button::before,
.menu-button button::after,
.menu-button button span{ background:#414141; border-radius:3px; }
.menu-button button::before,
.menu-button button::after{ content:''; position:absolute; height:3px; width:100%; left:0; top:50%;
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transition:-webkit-transform .25s;
	transition:transform .25s;
}
.menu-button button span{ display:block; position:absolute; height:3px; width:80%; left:0; top:50%; margin-top:0; overflow:hidden; text-indent:200%;
	-webkit-transition:opacity .25s;
	transition:opacity .25s
}
.menu-button button::before{ -webkit-transform:translate3d(0,-12px,0); transform:translate3d(0,-12px,0); }
.menu-button button::after{ -webkit-transform:translate3d(0,12px,0); transform:translate3d(0,12px,0); width:93%; }
.menu-button.open button span{ opacity:0; background:#fff; }
.menu-button.open button::before{ -webkit-transform:rotate3d(0,0,1,45deg); transform:rotate3d(0,0,1,45deg); background:#fff; }
.menu-button.open button::after{ -webkit-transform:rotate3d(0,0,1,-45deg); transform:rotate3d(0,0,1,-45deg); background:#fff; width:100%; }

.banner-box{ position: relative; background-color: #d10006; }
.banner-box .swiper-container-horizontal>.swiper-pagination-bullets,
.banner-box .swiper-pagination-custom,
.banner-box .swiper-pagination-fraction { bottom: 10px; }
.banner-box .swiper-pagination{ z-index: 999; }
.banner-box .swiper-pagination-bullet{ width:15px; height:15px; background-color:#ffffff; opacity: 1; }
.banner-box .swiper-pagination-bullet-active { background: #d10006; }
.banner-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }

.nbanner-box{ position: relative; overflow: hidden; }
.nbanner-box .box{ position:absolute; left:50%; margin-left:-960px; width:1920px; }

.ban-ins{position: relative;}
.ban-ins .ban-text{ color: #fff; text-align: center; position: absolute; top: 25% ; width: 100%;}
.ban-ins .ban-text p{font-size: 32px;}
.ban-ins .ban-text span{display: block; font-size: 18px; margin-top: 8px;}

/*中等屏幕   w<1200*/
@media screen and (max-width: 1200px) {
	.wrap{ width:1000px; }
	
	.nav ul li .tit{ padding: 0 8px; }
}

/*pad: w< 992*/
@media screen and (max-width: 992px) {
	.wrap{ width:100%; padding-left:15px; padding-right: 15px; }
	
	.header .nav{ display: none; }
	.menu-button{ display:block; }
	
	.smart-nav { display: block; }
	.smart-nav { position: fixed; width: 70%; z-index: 998; left: auto; right:-70%; top: 0; bottom: 0; background: rgba(209,0,6, 0.9); padding-top: 88px; overflow: hidden;
		-webkit-transition: .3s all;
		transition: .3s all;
	}
	.smart-nav.open { right: 0; }
	.smart-nav ul{ display: block; width: 100%; height: 100%; border-top: 1px solid rgba(2, 111, 169, .5); overflow-y: auto; }
	.smart-nav ul li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .5); cursor: pointer; }
	.smart-nav ul li .tit{ font-size: 1rem; text-indent: 1em; display: block; padding: 20px 0; color: #ffffff; }
	.smart-nav ul li .tit.ignore{ background:none; }
	.smart-nav ul li .child { border-top: 1px solid rgba(206,206,206,0.5); display: none; }
	.smart-nav ul li .child a{ display: block; padding: 5px 0; font-size: .9rem; line-height: 2; color: #eeeeee; text-indent: 2em; }
	.smart-nav ul li .child a:first-child{ padding-top: 10px; }
	.smart-nav ul li .child a:last-child{ padding-bottom: 10px; }

	.smart-nav ul li .tit:hover,
	.smart-nav ul li .child a:hover{ background-color: #ffffff; color:#c91f20; }
}

@media screen and (max-width:768px ) {
	.header .header-top{display: none;}
	.menu-button{padding: 0 0 10px;}

}
@media screen and (max-width:640px ) {
	.smart-nav {width: 100%;}
	.smart-nav ul li .tit{text-align: center;}
	
}
@media screen and (max-width:440px ) {
	.header .logo{width: 24%;}
	
}

@media screen and (max-width:375px ) {
	.header .logo{width: 28%;}
	
}

/*header*/

/*标题*/
.container{margin: 40px 0;}
.con-tit{text-align: center;}
.con-tit h2{font-size: 32px; }
.con-tit span{display: block; width: 30px; height: 2px; background: #d10006;margin: 10px auto; }
.con-tit p{font-size: 28px; color: #d8d8d8; font-weight: 700; text-transform: uppercase;}
/*标题*/


/*内页标题*/

.inside-tit h2{font-size: 18px;text-align: center; text-transform: uppercase; font-weight: 700;}
.inside-tit p{background: url(../img/tit-bg.png) no-repeat center; font-weight: 700;font-size: 24px; text-align: center;}

/*内页标题*/


/*分页 开始*/
.pager{ text-align:center; margin-top:50px; }
.pager a,.pager strong{ display: inline-block; border:1px solid #E60012; padding:5px 10px; margin:0 4px; }
.pager a:hover,.pager strong{ background:#E60012; color:#fff; }
/*分页 结束*/

/*宽*/
.w50{width: calc(50% - 30px);}
@media screen and (max-width: 768px) {
	.w50{width: 100%;}
}
/*宽*/

/*按钮*/
.more-btn{display: block; padding: 10px 30px; border-radius: 8px; color:#fff; border: 0; transition: 1s;display: inline-block;
	backface-visibility: hidden;
    background: transparent none repeat scroll 0 0;
    position: relative;
    transform: translateZ(0px);
    transition-duration: .3s;
    transition-property: color;
    -moz-transform: translateZ(0px);
    -moz-transition-duration: .3s;
    -moz-transition-property: color;
    -webkit-transform: translateZ(0px);
    -webkit-transition-duration: .3s;
    -webkit-transition-property: color;
    vertical-align: middle;
    background: #d10006;}
.more-btn:before{
	border-radius: 8px;
	background: #b60e12 none repeat scroll 0 0;
    border: 0 none;
    padding: 1px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 50% 0;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    -moz-transform: scaleY(0);
    -moz-transform-origin: 50% 50% 0;
    -moz-transition-duration: .3s;
    -moz-transition-property: transform;
    -moz-transition-timing-function: ease-out;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 50% 50% 0;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    z-index: -1;
}
.more-btn:hover::before{transform:scaleY(1);-moz-transform:scaleY(1);-webkit-transform:scaleY(1);}


.more-btn:hover{color: #fff;}
.more-btn.btn-center{margin: 0 auto; left: calc(50% - 68px);}
/*按钮*/

/*关于 开始*/
.index-con{margin: 40px 0;}
.about-con .img-lf{margin-right: 30px; float: left;}
.about-con .text-lr{ margin-left: 30px; float: right;}
.about-con .text-lr h2{font-size: 24px; color: #333; padding-top: 30px;}
.about-con .text-lr span{display: block; margin: 20px 0; background: #e0b300;width: 50px; height: 2px;}
.about-con .text-lr p{text-indent: 32px; line-height: 36px; margin-bottom: 30px; text-align: justify; text-overflow: -o-ellipsis-lastline;overflow: hidden !important;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}

@media screen and (max-width: 768px) {
	.about-con .img-lf img{width: 100%;}
	.about-con .more-btn{margin: 0 auto;}
}

@media screen and (max-width: 640px) {
	.about-con .text-lr h2{font-size: 20px; }
	.about-con .more-btn{display: block;}
}

/*关于 结束*/


/*优势*/
.youshi-bg{background: url(../img/youshi-m3.png) no-repeat center; padding: 70px 0 110px; margin-bottom: 20px;}
.youshi-con .youshi-tit h2{font-size: 32px; line-height: 32px; font-weight: 700; text-align: center; margin-bottom: 20px; color: #FFFFFF;}
.youshi-con .youshi-tit p{font-size: 24px; text-transform:uppercase; line-height: 24px; font-weight: 700; text-align: center; color: #fff;}

.youshi-list1 .img-box{ float: right; width:calc(50% - 20px); margin-left: 20px;}
.youshi-list1 .youshi-item{float: left; width:calc(50% - 20px); display: flex; align-items: center; margin-right: 20px;}

.youshi-list2 .img-box{ float: left; width:calc(50% - 20px); margin-right: 20px;}
.youshi-list2 .youshi-item{float: right; width:calc(50% - 20px); display: flex; align-items: center; margin-left: 20px;}

.youshi-item-list{padding-top: 40px;}
.youshi-list{margin-bottom: 30px;}
.youshi-list .youshi-item-list .youshi-item{margin:20px 0;}
.youshi-list .youshi-item-list .youshi-item .num{margin-right: 30px;}
.youshi-list .youshi-item-list .youshi-item .num p{ font-family: 'camb'; font-size: 30px; position: relative; width: 80px; text-align: center; z-index: 100; line-height: 30px; color: #FFFFFF; text-transform: capitalize;font-style: italic;}
.youshi-list .youshi-item-list .youshi-item .num p:before{content: ''; position: absolute; width: 80px; height: 80px; border-radius: 100px; background: rgba(209,0,6,0.5); z-index: -2; left: 0; top:-25px;}
.youshi-list .youshi-item-list .youshi-item .num p:after{content: ''; position: absolute; width: 60px; height: 60px; border-radius: 100px; background: rgba(209,0,6,0.8); z-index: -2; left: calc(50% - 30px); top: -15px;}
.youshi-list .youshi-item-list .youshi-item .youshi-text h2{font-size: 30px; font-weight: 700;}
.youshi-list .youshi-item-list .youshi-item .youshi-text h2 span{color:#d10006}

.youshi-list .youshi-item-list .youshi-item .youshi-text p{line-height: 26px; margin-top: 10px;  text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

@media screen and (max-width: 768px) {
	.youshi-list .img-box{ float: none !important; width: 100%; text-align: center; margin-left: 0;}
	.youshi-list .youshi-item-list .youshi-item{ float: none !important; width: 100%;}
	
}
/*优势*/



/*产品  开始*/
.list-s1{position: relative;}
.list-s1 .swiper-container{position: static;}
.list-s1 .swiper-button-next{right:-50px;}
.list-s1 .swiper-button-prev{left:-50px;}
.list-s1 ul{margin-bottom: 40px;}
.list-s1 ul li{float: left; width: calc(25% - 20px); position: relative; background: #eee;}
.list-s1 ul li .img-box{border: 1px solid #eaeaea;overflow: hidden; box-sizing: border-box; transition: .2s;}
.list-s1 ul li .img-box img{transition:1s; width: 100%;}
.list-s1 ul li .pro-text{ position: relative; transition:1s; text-align: center;  overflow: hidden;}
.list-s1 ul li .pro-text .pro-tit{display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0 10px; font-size: 18px;line-height: 42px; }
.list-s1 ul li:hover .pro-text{color:#fff; background: #d10006;  }
.list-s1 ul li:hover img{transform: scale(1.1);}
.list-s1 ul li:hover .img-box{border-color: #d10006;}
.list-s1 .swiper-pagination-bullet{width: 12px; height: 12px;}
.list-s1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: -3px;}

@media screen and (max-width: 1200px) {
	.swiper-button-next,
	.swiper-button-prev{display: none;}
}
@media screen and (max-width: 768px) {
		.list-s1 ul li{width: calc(50% - 20px);}
	
}

@media screen and (max-width: 640px) {
    .list-s1 ul li{width: calc(50% - 10px); margin: 0 5px 20px;}
	
}
/*mobile: w < 375*/
@media screen and (max-width: 375px) {
	.list-s1 ul li{width:100%; margin: 0 0px 20px;}
}

/*产品*/

/*新闻*/
.list-s3{position: relative;}
.list-s3 ul li{width: calc(100% / 3 - 20px); margin: 20px 10px; float: left;}

.news-con ul li{position: relative; padding-bottom: 10px;}
.news-con ul li h2{font-size: 18px; font-weight: 700;margin: 10px 0; padding: 0 10px;}
.news-con ul li p{font-size: 16px;color: #666; padding: 0 10px; line-height: 24px; text-overflow: -o-ellipsis-lastline;overflow: hidden !important;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;;}
.news-con ul li:after{content: ''; position: absolute; width: 0; height: 2px; bottom: 0px; background: #d10006; transition: 1s all;}
.news-con ul li:hover::after{content: ''; position: absolute; width: 100%; height: 2px; bottom: 0px; background: #d10006;}
.news-con ul li .img-box{position: relative;}
.news-con ul li i{position: absolute; right: 0; bottom: 0; background: #E60012; padding: 5px; font-size: 15px; color: #fff;}
@media screen and (max-width: 768px) {
	.list-s3 ul li{width: calc(100% / 3 - 20px); margin: 20px 10px;}
	
}

@media screen and (max-width: 640px) {
	.list-s3 ul li{width: 100%; margin: 20px 0;}
	
}
/*新闻*/

/*footer*/

.footer-con.container{margin: 0 !important;}
.footer-con{background: #211f1f; padding: 40px 0 20px;}
.footer-con .foot-fl{float: left;}
.footer-con .fool-nav-box{ width: 25%;}
.footer-con .fool-nav-box dt a{color: #fff; margin-bottom: 20px; display: block; padding-left: 30%;}

.footer-con .fool-link-box{width: 45%;}
.footer-con .fool-link-box dt{margin-bottom: 10px;}
.footer-con .fool-link-box dt span{color: #8d8d8d; display: block; text-align: center;}
.footer-con .fool-link-box dt p{color: #fff; text-align: center; margin-top: 6px;}
.footer-con .fool-link-box dt:nth-child(1) p{font-size: 17px;}
.footer-con .fool-link-box dt:nth-child(4) p{font-size: 17px;}

.footer-con .foot-contact{ color: #fff; text-align: center; }
.footer-con .foot-contact span{color: #8d8d8d; display: block; margin-bottom:6px; margin-top: 10px; }
.footer-con .foot-contact span:first-child{ margin-top: 0; }

.footer-con .fool-qr-box{ width: 30%; text-align: center;}
.footer-con .fool-qr-box span{color: #FFFFFF; margin-top: 15px; display: block;}

.footer-con .copyright{padding: 10px 0 0; margin: 10px 0 0; border-top:1px solid #5e5e5e ;}
.footer-con .copyright {text-align: center; color: #666; font-size: 14px;}
.footer-con .copyright span{margin-right: 15px; }
.footer-con .copyright a{color: #666;}

/*宽*/
@media screen and (max-width: 768px) {
	.footer-con .fool-nav-box{display: none;}
	.footer-con .fool-link-box{float: none; width: 100%; margin-bottom: 30px;}
	.footer-con .fool-qr-box{float: none;width: 100%;}
}
/*宽*/

/*footer*/



/*内页产品 开始*/

.sidebar{ width:23%; float: left; }
.maincol{ width:77%; float: right; padding-left: 40px;}
.maincol .position .fr{position: relative; padding-left: 38px;}
.maincol .position .fr a{color: #E60012;}
.maincol .position .fr:before{content: ''; position: absolute; left: 0px; margin-top: 14px; width: 23px; height: 30px; background: url(../img/icon-map.png) no-repeat center; background-size:contain ;}

.subnav h2{ background: #E60012; padding: 15px 20px; color:#fff; }
.subnav h2 span{font-size:1.2rem; display: block; margin-bottom:5px; }
.subnav h2 em{ font-size:.8rem; font-weight: normal; }

.sidebar .subnav ul{ background:#e7e7e7; padding:0 0 20px;}
.sidebar .subnav ul li{ border-bottom:1px solid #fff;  width: 100%;}
.sidebar .subnav ul li a{ display:block; padding:15px 20px; }
.sidebar .subnav ul li a:hover{ color:#fff; }
.sidebar .subnav ul li a.on{ color:#fff; }

.sidebar .subnav-pro ul li i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon-jia.png) no-repeat center;
    }
.sidebar .subnav-pro ul li div{display: flex; align-items: center; justify-content: space-between;}
.sidebar .subnav ul li div:hover{ background: #999; border-radius: 3px;}
.sidebar .subnav ul li a{display: inline-block; line-height: 20px; width: 100%;}
.sidebar .subnav ul li div:hover a{ color: #FFFFFF;}
.sidebar .subnav ul li div.on{ background:#999999; border-radius: 3px; }
.sidebar .subnav ul li div.on a{color:#fff; }
.sidebar .subnav-pro ul li div.on i{ background: url(../img/icon-jian.png) no-repeat center; }

.subnav-pro ol{display: none;}

@media(max-width:768px){
.subnav-pro ol{display: block;}
.subnav-pro .menu-nav{ position:relative;}
.subnav-pro .menu-nav ol{ border-top:1px solid #e6e6e6; margin-top:2%; padding:10px 0;}
.subnav-pro .menu-nav ol span{display:block; background-color:#e60012;padding:5px;border-radius:3px;}
.subnav-pro .menu-nav ol a{ display:block; background-color:#fff;color:#333; border-radius:5px; line-height:40px; padding:0 10px; position:relative; font-size:16px;}
.subnav-pro .menu-nav ol a::before{ position:absolute; content:''; right:5px; top:50%; margin-top:-3px; border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #e60012;}
.subnav-pro .menu-nav ul{ position:absolute; width:100%; top:155px; left:0; background-color:#e60012;padding:5px; border-radius:0 0 5px 5px; display:none;z-index: 1000}
.subnav-pro .menu-nav li{ background-color:#fff; border-bottom:1px solid #e60012;border-radius:5px;}
.subnav-pro .menu-nav li a{ padding:0 2%; line-height:40px; }
.subnav-pro .menu-nav li a:hover{color:#e60012;}
.subnav-pro header h1{padding:10px 10% 10px 18px; }
.subnav-pro header h1{ font-size:20px;}
}




.sidebar .subnav h2{ background: url(../img/pro-m4.png) no-repeat center ; background-color: #E60012;  padding: 15px 20px; color:#fff; border-top-left-radius: 15px; border-top-right-radius: 15px;}
.sidebar .subnav h2 span{font-size:1.2rem; display: block; margin-bottom:5px; display: block; }
.sidebar .subnav h2 em{ font-size:.8rem; font-weight: normal; text-transform: capitalize;}

.list-s2.rw1 ul{margin-left: -30px; margin-top: 30px;}
.list-s2 ul {padding-left: 0px;}
.list-s2 ul li{width: calc(100% / 3 - 20px); overflow: hidden; box-sizing: border-box; float: left; margin-left: 20px; margin-bottom: 20px; text-align: center; }
.list-s2 ul li span{display: block; padding: 8px 0; margin-top: 6px; border: 1px solid #eaeaea; }
.list-s2 ul li .img-box img{ width: 100%; transition: .5s;}
.list-s2 ul li:hover img{transform: scale(1.05);}
.list-s2 ul li:hover span{background: #E60012; color: #fff;}

.position{ border-bottom:1px solid #ccc; line-height: 50px; line-height: 50px; margin-bottom:30px; }
.position h4{ color:#666; font-size:1rem; font-weight:normal; color:#888; margin-top: 5px;}
.position p{ color:#888; }
.position p a{ color:#888; line-height: 60px; }


/*热线电话*/
.rexina{background: url(../img/dianhua-bg.jpg) no-repeat center; padding: 30px 20px;color: #fff; margin-top: 10px; }
.rexina h2{ position: relative; font-size: 20px;padding-left: 40px; margin-bottom: 15px;}
.rexina h2:before{content: ''; position: absolute; width: 30px; height:30px; left: 0px; background: url(../images/icon/dianhua2.png) no-repeat center; background-size: cover;}
.rexina p{font-size: 26px; line-height: 36px;  letter-spacing: 2px; margin-left: 36px; font-family: 'bebas';}

@media(max-width:1024px){
    .rexina p{font-size: 20px;}
}


@media screen and (max-width: 992px) {
	.sidebar{ width:100%; margin-bottom: 15px; }
	
	.subnav ul{ border-top:1px solid #dcdcdc; border-left:none; border-right:none; margin-top: 1px; }
	.subnav ul{ border-top:1px solid #dcdcdc; border-left:none; border-right:none; margin-top: 1px; }
	.rexina{display: none;}
	
	.maincol{ width:100%; padding: 0; }
	.maincol{ width:100%; padding: 0; }
	
}

@media screen and (max-width: 768px) {
	.list-s2.rw1 ul{margin-left: -20px;}
	.list-s2.rw1 ul li{ width: calc(50% - 20px); }
}

@media screen and (max-width: 640px) {
	.pro-con1 .pro-text{padding: 30px 0;}
	.maincol .position .fl{display: none;}
	.maincol .position .fr{float: none; width: 100%; display: none;}
	
	.list-s2.rw1 ul{margin-left:0;}
	.list-s2.rw1 ul li{width: 100%; margin-left: 0;}
}

/*内页产品 结束*/



/*
 .Menu
 */
.Menu{ padding-bottom:2%;}
.Menu header{ margin-top:-7.2%;}
.Menu header h1{ margin:0; display:inline-block; border-radius:5px 5px 0 0;  padding:20px 10% 20px 18px; background:url(../images/Menu000706-icon.png) no-repeat 95% center #e60012;color:#fff; font-weight:normal; font-size:24px;}
.Menu header h1 span{ opacity:0.3; display:block; font-size:12px; text-transform:uppercase;}
.Menu nav{ border-bottom:1px solid #e6e6e6; position:relative;}
.Menu nav dl{ position:absolute; right:0; top:50%; margin-top:-12px; background:url(../img/icon-map.png) no-repeat left center; padding-left:25px; color:#999; line-height:24px;}
.Menu nav dl a{color:#999;}
.Menu nav dl span,
.Menu nav dl a:hover{color:#e60012;}
.Menu nav li a{ display:block; font-size:16px; padding:18px ;}
@media(min-width:769px){
.Menu nav ol{ display:none;}
.Menu nav ul{ display:block !important;}
.Menu nav li{ float:left; padding:0 1%;}
.Menu nav li a:hover,
.Menu nav li a.aon{ background: #e60012;color: #fff; }
}
@media(max-width:1000px){
.Menu nav dl{ display:none;}
.Menu header{ position:relative; z-index:5;}
.Menu header h1{ display:block; padding-right:0;}
}
@media(max-width:768px){
.Menu nav{ position:relative;}
.Menu nav ol{ border-top:1px solid #e6e6e6; margin-top:2%; padding:10px 0;}
.Menu nav ol span{display:block; background-color:#e60012;padding:5px;border-radius:3px;}
.Menu nav ol a{ display:block; background-color:#fff;color:#333; border-radius:5px; line-height:40px; padding:0 10px; position:relative; font-size:16px;}
.Menu nav ol a::before{ position:absolute; content:''; right:5px; top:50%; margin-top:-3px; border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #e60012;}
.Menu nav ul{ position:absolute; width:100%; top:56px; left:0; background-color:#e60012;padding:5px; border-radius:0 0 5px 5px; display:none;z-index: 1000}
.Menu nav li{ background-color:#fff; border-bottom:1px solid #e60012;border-radius:5px;}
.Menu nav li a{ padding:0 2%; line-height:40px; }
.Menu nav li a:hover{color:#e60012;}
.Menu header h1{padding:10px 10% 10px 18px; }
.Menu header h1{ font-size:20px;}
}






/*内页公司简介*/


.profile-con ul li{text-align: center;}
.profile-con ul li .data{font-size: #e60012;font-size: 36px; color: #e60012;} 
.profile-con ul li .data-text{display: block; margin-top: 20px;} 

.profile-con .profile-text{margin-top: 20px;}
.profile-con .profile-text p{text-indent: 32px; margin-bottom: 10px; color: #666; line-height: 36px; font-size: 15px;}
/*内页公司简介*/


/*内页公司荣誉*/
.honor-con {margin:30px 0;}
.honor-con ul li{border: 1px solid #ddd;width: calc(25% - 20px); margin: 20px 10px ; }
.honor-con ul li a{display: block; padding: 10px 10px; text-align: center;}
.honor-con ul li .img-box{overflow: hidden;}
.honor-con ul li .img-box img{transition: 1s all;}
.honor-con ul li:hover .img-box img{transform: scale(1.1);}
.honor-con ul li:hover a{background: #E60012; color: #fff;}
/*内页公司荣誉*/

/*内页公司新闻*/
.com-news-con{margin: 20px 0;}
.com-news-con ul li{position: relative; padding-bottom: 10px;}
.com-news-con ul li span{position: relative;}
.com-news-con ul li span i{position: absolute; right: 0; bottom: 0; padding: 5; background: #E60012; font-size: 15px; color: #Fff;}
.com-news-con ul li h2{font-size: 18px; font-weight: 700;margin: 10px 0;padding: 0 10px;}
.com-news-con ul li p{ position: relative;   font-size: 16px;
    color: #666;
    padding: 0 10px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.com-news-con ul li {width: calc(25% - 20px); margin: 10px;}
.com-news-con ul li:after{content: ''; position: absolute; width: 0; height: 2px; bottom: 0px; background: #d10006; transition: 1s all;}
.com-news-con ul li:hover::after{content: ''; position: absolute; width: 100%; height: 2px; bottom: 0px; background: #d10006;}


/*内页公司新闻*/

/*内页行业新闻*/
.industry-news-con{margin: 30px 0;}
.news_list .auto{ max-width:1600px;}

.news_list h3{ margin:0; font-size:18px;}
.news_list p{ line-height:26px; overflow:hidden; color:#999; height:52px; margin:2% 0 0 0;}

.news_list ol{ background-color:#fafafa; margin-bottom:2%; position:relative; padding-left:36.25%;}
.news_list ol .Ispic{ width:36.25%; position:absolute; left:0; top:0; height:100%;}
.news_list ol .Ispic img{ display:none;}
.news_list ol div{ padding:5% 10% 3% 5%;}
.news_list ol h3 a{ color:#E60012;}
.news_list ol h3 a:hover{ color:#E60012;}
.news_list ol time{ display:block; padding:3% 0;}
.news_list ol p{ margin:0 0 3% 0; height:78px;}
.news_list ol span a{display: inline-block; width:130px; line-height:40px; text-align:center; color:#fff; background:#E60012; font-size:12px;border: 1px solid #E60012;transition: all 0.5s;}
.news_list ol span a:hover{background: none;color:#E60012;}

.news_list li{ overflow:hidden; padding-left:160px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fafafa; transition: .5s;}
.news_list li:after{ position:absolute; content:''; right:0; top:0;width:58px; height:100%; background:url(../images/news_list-more.png) no-repeat center center; border-left:2px solid #fff;}
.news_list li h3 a:hover{ color:#E60012;}
.news_list li div{border-left:1px solid #ededed; padding:2% 3%;}
.news_list li time{ position:absolute; left:0; top:0; width:160px; height:100%;}
.news_list li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:16px;}
.news_list li time i{ font-style:normal; font-size:50px; color:#999; display:block; font-family:"Courier New", Courier, monospace; line-height:40px;}
.news_list li time i:after{ display:block; content:''; margin:5px auto; height:1px; width:50%; max-width:66px; background:#dfdfdf;}
.news_list li div p{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.news_list li:hover{background: #fff; box-shadow: 0 0 20px #ddd;}

@media(max-width:1000px){
.news_list li{padding-left:100px;padding-right:30px;}
.news_list li:after{width:30px; background-size:35% auto;}
.news_list li time{width:100px;}
.news_list li time span{font-size:14px;}
.news_list li time i{font-size:40px;line-height:30px;}
}

@media(max-width:640px){
.news_list ol{ padding-left:0;}
.news_list ol .Ispic{ width:auto; position:relative; height:auto; display:block; padding-bottom:60%;}
.news_list ol div{ padding:3%;}
}
@media(max-width:480px){
.news_list li{padding-left:80px;padding-right:0;}
.news_list li:after{ display:none;}
.news_list li time{width:80px;}
.news_list li time i{font-size:30px;}
.news_list h3{ font-size:16px;}
.news_list p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
.news_list ol p{ height:60px;}
}
/*内页行业新闻*/

/*内页通知公告*/
.notice-news-con{margin: 30px 0;}
/*内页通知公告*/

/*内页在线订购*/
.message-bg{background: url(../img/message-bg.jpg) no-repeat bottom;}
.message-con{margin-top: 30px;border: 1px solid #efefef; padding: 3% 5% 0;}
.message-con ul li{float: left; margin-bottom: 20px;}
.message-con ul li .form-tit{font-size: 15px; color: #666;margin-bottom: 10px;}
.message-con ul li .reqtip{color: red;}
.message-con ul li:nth-child(2n){margin-left: 30px; width: calc(50% - 30px);}
.message-con ul li:nth-child(1){margin-right: 30px; width: calc(50% - 30px);}
.message-con ul li:nth-child(2n+1){margin-right: 30px; width: calc(50% - 30px);}

.message-con ul li .inpbox {font-size: 14px;}
.message-con ul li .inpbox input{width: 100%; line-height: 36px; text-indent: 5px; border: 1px solid #dedede;}
   /* 这里是设置input获得焦点时的变化 */
.message-con ul li .inpbox input:focus{
    border: 1px solid #E60012;
    box-sizing: border-box;
}

.message-con ul li:last-child{width: 100%; margin: 0;}
.message-con ul li .inpbox textarea{width: 100%; text-indent: 5px;}
.message-con ul li .inpbox textarea:focus{
	border: 1px solid #E60012;
    box-sizing: border-box;}
    
/*宽*/
@media screen and (max-width: 640px) {
	.message-con ul li{width: 100% !important; margin: 0 0 20px; }
	.message-con ul li:nth-child(2n){margin:0 0 20px; width: 100% !important;}
}
/*宽*/

/*内页在线订购*/

/*内页联系我们*/
.contact-con{margin: 30px 0;}
.contact-con .contact-box{padding:2%; margin-bottom: 20px; border: 1px solid #eee;}
.contact-box{margin-top: 30px;}

.contact-box .left-contact{float: left;}
.contact-box ul{padding-top:15px;}
.contact-box ul li{position: relative; left: 72px; line-height: 16px; padding: 22px 0; margin-bottom:15px;}
/*.contact-box ul li:nth-child(1)::before{content: '';position: absolute; left: -64px;top: 8px; width: 48px; height: 48px; background: url(../img/icon-lianxi.png) no-repeat center; background-size: 100%;}*/
.contact-box ul li:nth-child(1)::before{content: '';position: absolute; left: -64px;top: 8px; width: 48px; height: 48px; background: url(../img/icon-dianhua1.png) no-repeat center; background-size: 100%;}
.contact-box ul li:nth-child(2)::before{content: '';position: absolute; left: -64px;top: 8px; width: 48px; height: 48px; background: url(../img/icon-dizhi.png) no-repeat center; background-size: 100%;}
.contact-box ul li:nth-child(3)::before{content: '';position: absolute; left: -64px;top: 8px; width: 48px; height: 48px; background: url(../img/icon-youxiang.png) no-repeat center; background-size: 100%;}
.contact-box ul li:nth-child(4)::before{content: '';position: absolute; left: -64px;top: 8px; width: 48px; height: 48px; background: url(../img/icon-chuanzhen.png) no-repeat center; background-size: 100%;}
.contact-box .mess{float: left; margin-top: 20px;}



/*留言*/
.contact-con .img-box{float: left; margin-right: 30px;}
.contact-con .message-text{float: left; margin-left: 30px;}

.input-group{display: flex; margin-bottom: 20px; align-items: center; justify-content: center;}
.input-group label{ font-size: 14px; color: #666;  width: 50px; text-align: right;}
.input-group input{ width: 100%; padding: 5px 0; font-size: 14px; border: 1px solid #ddd; border-radius: 4px ;}
.input-group textarea{ width: 100%; padding: 5px 0; font-size: 14px; border: 1px solid #ddd; border-radius: 4px ;}
.input-group.baseline{align-items: baseline;}
.ind-btn-subm{ width: calc(100% - 50px); float: right; border-radius: 4px;}
/*留言*/

/*宽*/
@media screen and (max-width: 640px) {
	.contact-box ul li{width:calc( 100% - 72px);}
}
/*宽*/

/*内页联系我们*/


/*宽*/
@media screen and (max-width: 768px) {
	.w50{width: 100%;}
}
/*宽*/

/*四列*/
.list-s4{position: relative;}
.list-s4 ul li{float: left; width:calc(25% - 40px); margin: 20px;}

@media(max-width:768px){
	.list-s4 ul li{float: left; width:calc(50% - 40px); margin: 20px;}
}

@media(max-width:640px){
	.list-s4 ul li{float: left; width:100%; margin: 20px 0;}
}
/*四列*/




/*job */
.job figure{ padding: 0; margin: 0; }
.job{ padding:2% 0;}
.job .title{ text-align:center; padding-bottom:3%;}
.job .title span{ display:inline-block; background:#c84445; font-size:24px; color:#fff; line-height:34px; padding:0 10px;vertical-align:middle;}
.job .title:after,
.job .title:before{ content:''; display:inline-block; height:5px; border:1px solid #bbb; border-left:0; border-right:0; width:5%; vertical-align:middle;}
.job strong{color: #333}
.job .info{font-size: 15px;line-height: 28px;}
.job .Application a{width: 100px;line-height: 40px;background:#e72527;color: #fff;display: block;text-align: center;border-radius: 5px;transition: all 0.5s;border:1px solid #fff}
.job tr span,.job tr p,.job tr div{font-family:"微软雅黑"!important;font-size: 15px!important;}
.job .Application a:hover{border:1px solid #e72527;background: #fff;color:#e72527; }
@media(max-width:480px){
.job .title span{ font-size:18px;}
}
.job section{ border:solid 1px #e7e7e7;}
.job .list{ border-bottom:solid 1px #e7e7e7;}
.job section .list:last-child{ border-bottom:0;}
.job .list .dot{ font-weight:normal; margin:0;  padding:15px 45px 15px 15px; background:url(../img/TextList001851-close.jpg) no-repeat 98% center #f9f9f9; font-size:16px; cursor:pointer;}
.job .list .dot#on{ background-image:url(../img/TextList001851-open.gif); background-color:#e72527;color:#fff;}
.job .list .con{ display:none; padding:2%; }

/*comm-list */
.comm-list{ border:1px solid #E9E9E9; margin-top:10px; background-color:#FFF;margin-bottom: 50px;overflow: hidden;position: relative}
.comm-list .left{float:left;width: 50%;}
.comm-list .right{float:right;width: 50%;}
.comm-list-title{font-weight: bold;background: #e72527;line-height: 50px;height: 50px;margin-bottom: 2%;color: #fff;width:100%;}
.comm-list-title input{ border:#CCCCCC 1px solid; height:15px; padding:3px; margin-left:5px; }
.comm-list-title span{ display:block; float: left; padding-left:10px;color: #fff;font-weight: normal;}
.comm-list-title .putime,
.comm-list-title a.back{ display:block; float:right; margin-right:10px; font-weight:normal;color: #fff;}
.comm-list-nabar{ padding:10px; padding-bottom:0; }
.comm-list-content{ clear:both; padding:10px; line-height:20px;}
.comm-list-content div{ margin-top:6px; }
.comm-list-repley{ clear:both; color:#DB5A41; line-height:20px; margin:10px; margin-top:0; padding:6px; }
.comm-list-repley span{ font-weight:bold; color:#DA0900; }
.comm-list-content table td{ padding:3px; }
.comm-list-content table td input{ border:#CCCCCC 1px solid; height:28px; padding:3px;line-height: 28px;}
.comm-list-content .submit{height:30px;background:#D60707;width:100px;color:#fff;border:none;cursor:pointer;width: 47%!important;line-height: 34px;height: 40px;margin-right:4.9%}
.comm-list-content .reset{height:30px;background:#ccc;width:100px;color:#fff;border:none;cursor:pointer;width: 47%!important;line-height: 34px;height: 40px;}
.comm-list-content table td input.radio{ border:none; }
.comm-list-content table td textarea{ border:#CCCCCC 1px solid; padding:3px;width: 100%;height: 100px;}
.comm-list-content .dec{display:none;}
@media(max-width:1000px){
.comm-list .right{display: none;}
.comm-list .left{width: 100%}
.comm-list-content .submit{margin-right: 4%;}
}

@media(max-width:480px){
    .comm-list-content table td{max-width: 100px;}
    .comm-list-content table input{max-width: 100%;}
}

@media(max-width:390px){
    .comm-list-content table td{max-width:95px;}
    .comm-list-content table input{max-width: 100%;}
}


.news_detail .content{padding:50px 2% 2%; border: 1px solid #eaeaea;}
.news_detail .title{font-size: 30px; line-height: 40px;color: #333;text-align:center}
.news_detail .title{font-size: 30px; line-height: 40px;color: #333;text-align:center}
.news_detail .Abstract{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;margin-top: 15px; margin-bottom: 20px;padding: 5px 10px;color: #999999;    border-width: 1px;border-style: solid;border-color: rgba(228,228,228,1);background-color: rgba(252,251,253,1);}
.news_detail .text,.news_detail .text span,.news_detail .text p,.news_detail .text div{font-size: 15px!important;line-height: 28px!important;font-family: "微软雅黑"!important;}
.news_detail .Vice-title{text-align: center;font-size: 13px;margin: 20px 0;border-bottom: 1px solid #eaeaea;padding-bottom: 20px;}
.news_detail .Vice-title .e-title{color: #c8c8c8;}
.news_detail .Vice-title .e-title:nth-child(1){background: url(../images/e-title.jpg)no-repeat left center;padding-left: 15px;}
.news_detail .Vice-title .e-title:nth-child(2){margin-left: 10px;display: inline-block;}
.news_detail .Vice-title .e-title:nth-child(3){margin-left: 10px;display: inline-block;}
.news_detail .text img{display: block;margin: auto;}
.news_detail span.center{text-align: center;display: block;font-size: 16px;}
.news_detail .img{max-width: 100%}
.news_detail .fanye{line-height: 30px; font-size: 15px;color: #666;margin-top: 30px;}
.news_detail .fanye .prev{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow:hidden;}
.news_detail .fanye .next{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow:hidden;}
.news_detail .fanye a:hover{color: #1A583D}
.news_detail .fanye span{color: #999;}