@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,span,i,ul,a,em,img,textarea,select{margin:0;padding:0;font-family:Microsoft YaHei, 微软雅黑, Helvetica Neue, Helvetica, Arial, sans-serif;background: none;}
*{padding:0; margin:0; list-style:none;font-family: Microsoft YaHei, 微软雅黑, Helvetica Neue, Helvetica, Arial, sans-serif;-webkit-font-smoothing:antialiased;}
body,button,input,select,textarea {font-size:12px;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {font-size:100%;}
label,input,select {vertical-align:middle;}
address,cite,em {font-style:normal;}
fieldset{cursor:pointer;}
img{border:none;}
ul,ol {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
sub {vertical-align:text-bottom;}
sup {position:relative;top:-1px;left:2px;font:11px/normal tahoma;vertical-align:text-top;}
small {font-size:12px;}
legend {color:#333;}
strong{font-weight: bold;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
*:focus { outline: none; }
a{cursor:pointer;}
input{border:none;outline: none;-webkit-appearance: none ;border-radius: 0;}
input[type=submit],input[type=button]{cursor:pointer;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background:rbga(255,255,255,0) !important;}
      
/* default color */
a{text-decoration:none;blr:expression(this.onFocus=this.blur()); color:#2a2a2a}
ul,li{padding:0; margin:0;}
/*-------------------------------
  end: reset */

/*浮动*/
.fl{float:left;}
.fr{float:right;}

/*清除浮动*/
.clearfix:before,.clearfix:after{content:"."; display:block; visibility:hidden; height:0; line-height:0; font-size:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both; height:0;overflow:hidden;}


.mainbody{overflow: hidden;}
i{display:inline-block;*display:inline;*zoom:1;background:url('../images/icon.png') no-repeat;font-style:normal;}



.imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
}
.imgbg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lineTwo{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.lineThree{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.motion{transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.msg-pop-main{background:rgba(0,0,0,0.5);max-width:250px;position:fixed;left:50%;top:50%;z-index:10000;display:none;border-radius:3px;font-size:12px;}
.msg-pop-main p{padding:10px;line-height:24px;font-size:14px;color:#fff;}
.container{width:94%;max-width: 1600px;height:auto;  margin:0 auto;}
.pic img{display: block;width: 100%;}
.xs-show{display: none !important;}
.xs-hidden{display: block !important;}
.fcc{display: flex;justify-content: center;align-items: center;}
.fjc{display: flex;justify-content: center;}
.fac{display: flex;align-items: center;}
.fsb{display: flex;justify-content: space-between;}
.fsc{display: flex;justify-content: space-between;align-items: center;}
.abs{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.abs-cc{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 10;}


/*翻页*/
.page{display: flex;justify-content: center;}
.page a{display: block;width: 32px;height: 32px;border:1px solid #B3B3B3;border-radius: 2px;font-size: 12px;color: #4D4D4D;text-align: center;line-height: 32px;margin: 0 3px;}
.page span{display: block;font-size: 12px;color: #2E2E2E;margin: 0 5px;line-height: 34px;}
.page input{display: block;width: 32px;height: 32px;border:1px solid #B3B3B3;border-radius: 2px;font-size: 12px;color: #4D4D4D;text-align: center;margin: 0 3px;}
.page .prev,
.page .next{width: 78px;position: relative;color: #9598A4;}
.page .prev{padding-left: 10px;}
.page .next{padding-right: 10px;}
.page .prev::before,
.page .next::before{content: '';position: absolute;left: 10px;top: 11px;background: url('../images/page_arrow.png') no-repeat;background-size: cover;width: 7px;height: 13px;}
.page .next::before{transform: rotate(180deg);left: auto;right: 10px;}
.page a.on,
.page a:hover{background-color: #B5091F;border-color: #B5091F;color: #fff;}
.page .prev:hover::before,
.page .next:hover::before{background-image: url('../images/page_w_arrow.png');}

.mb10{font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 55px; text-align:center;
}
.mb11{font-size: 15px;
   
    color: #666;
    line-height: 45px; text-align:center; padding-bottom:50px;
}

/*index_about*/
.index_about_b{    width: 100%;overflow: hidden; background-image:url(../images/bg03.png);}
.index_about{     width: 94%;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin: 5% auto 3% auto;overflow: hidden;
    padding:0}
	
.index_about .left{clear: left; margin-right:0;width:58%; float:left; margin-left:2%; padding-right:2%;}
.index_about .left h1{font-size:40px;color:#B5091F;letter-spacing:0px; font-weight:bold;font-family:arial,helvetica,sans-serif}
.index_about .left h2{position:relative;line-height:80px; font-weight:500; }
.index_about .left h2 font{font-size:40px;color:#2a2a2a;z-index:10;  position: relative;}
.index_about .left h2:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 10px;
    background: #B5091F;
    left: 0;
    bottom: 25px;
    z-index: 0;
}
.index_about .left span{font-size:16px;width: 98%; height:auto;color:#2a2a2a;margin:10px 0 30px; display:block; line-height:1.8}
.index_about .p_CommonBtn {border: 1px solid #B5091F;border-radius:50px; width:160px; margin:30px 0;height: 42px;}
.index_about .p_CommonBtn .font {color: #B5091F;font-size: 14px; text-align: center;display: inline-block;vertical-align: middle;width: 100%;font-size: 14px;height: auto;line-height:42px;}
.index_about .p_CommonBtn:hover{ background:#B5091F;border: 1px solid #B5091F; }
.index_about .p_CommonBtn:hover .font{color:#fff;}

.index_about .right{    width:35%;margin-right: 0px;clear: none; float:right; height:auto; overflow:hidden}
.indAbout{ height:auto; width:100%; overflow:hidden;position:relative;  animation:AUp 1s; z-index:1} 
.indAboutIco{ margin:10px auto 20px auto; }
.indAboutIco div{display:inline-block; width:45%; height:auto; font-size:15px; line-height:30px; text-align: center; margin:20px auto;}
.indAboutIco img{text-align:center; display:block; margin:5px auto; overflow:hidden;}
.indAboutIco h3{font-family: 'BrownStd-Bold', sans-serif; font-weight:bold;
    font-size: 42px;
    color: #B5091F;
    line-height: 50px;
    display: inline-block;
    letter-spacing: -3px; padding-top:5px;}
.indAboutIco h4{font-size: 18px;color: #333;
    font-size: 20px;
    line-height: 36px;}
.indAboutIco font{font-size: 16px;color:#333;}
.indAboutText{ text-align:center; line-height:30px; color:#777; font-size:15px;}


/*新闻中心*/

.new { width:100%; height:auto; margin:10px auto; overflow:hidden;}
/*news*/
.news{width:94%;max-width: 1600px;height:auto;  margin:3% auto 3% auto;overflow: hidden;}
.title1{ margin-bottom:15px; color:#333333; font-size:30px;  font-family: Microsoft YaHei;}
.title1 h1{font-size:40px;color:#B5091F;letter-spacing:0px; font-weight:bold;font-family:arial,helvetica,sans-serif}
.title1 h2{position:relative;line-height:80px; font-weight:400; }
.title1 h2 font{font-size:40px;color:#2a2a2a;z-index:10;  position: relative;}
.title1 h2:after {
    content: '';
    position: absolute;
    width:80px;
    height: 10px;
    background: #B5091F;
    left: 0;
    bottom: 22px;
    z-index: 0;
}

.news .scroll{height:auto;width:35%; position:relative;float:right;}
.news .box{height:auto;width:100%; overflow:hidden; margin:0 auto;}
.news .box ul{position:absolute;top:0;left:0;height:400px;}
.news .box li,.news .box li img{width:100%;height:100%; margin:5px 5px 8px 4px; }
.news .box li p{font-size:14px; color:#6a6a6a;text-align:left;line-height:30px; padding-left:5px;}


.newslist{width:100%;height:auto; margin-top:8px; float:left;}
.newslist li {width:46%;height:auto; margin:10px; float:left;background-color:#f5f5f5;padding:25px 20px; margin-bottom:18px; border-bottom:#e6e6e6 solid 1px; position:relative;}
.newslist li .cont{ width:58%; float:right;}
.newslist li .cont a{ font-size:16px; color:#333;text-align:left;line-height:40px;}
.newslist li .cont p{ font-size:14px; color:#6a6a6a;text-align:left;line-height:30px;}
.newslist li .cont a:hover{color:#B5091F;}
.newslist li .img{ width:39%; height:150px; float:left; margin-right:8px;}
.newslist li .img img{ width:100%; height:100%;}
.newslist li font{ font-size:14px; position:absolute;right:20px;top:20px;color:#6a6a6a;}

/*.w_wbox{margin: 0 auto;padding: 0;width: 100%;height:600px; text-align:center; background-color:#f6f6f6; }
.w_wbox .pic { width:1200px;padding: 0 10px;overflow:hidden; margin:0 auto; padding-top:40px;}
.w_wbox .pic .tit{ width:300px; height:56px; font-size:28px; font-weight:bold;  font-family: Microsoft YaHei; text-align:center; margin:0 auto; border-bottom:#efefef 1px solid; margin-bottom:20px;}
.w_wbox .pic .tit span{ display:block; width:120px;height:57px;border-bottom:#0b8b5a 3px solid;margin:0 auto;}
.w_wbox .pic .picshow {padding: 20px 10px; float:left;}
.w_wbox .pic .picshow img {width: 263px;height:190px;}
.maskbox {display: inline-block;width: 263px;height: 190px;overflow: hidden;}
.picmask{width: 263px; height: 200px; background: rgba(0,0,0,0.3); position: relative; top:-102%; left: 0; display: none;}
.picmask_title{position: absolute; top:50%; left:35%; margin: -20px 0 0 -50px; transition: .6s; color: #fff; font-size: 16px; text-align:center;}
*/
@keyframes run{/*动画名 run*/ 0%{top:120%} 100%{top:50%}}
.maskbox:hover .picmask{display: block}
.maskbox:hover .picmask_title{animation:run 0.5s;}/*animation + 动画名 +时间*/

.liucheng { width:100%; height:auto; margin:10px auto; overflow:hidden; padding:60px 0 0}
/*news*/
.liucheng_1{width:94%;max-width: 1600px;height:auto;  margin:0 auto;overflow: hidden;}
.title_liucheng{ margin-bottom:15px; color:#333333; font-size:30px;  font-family: Microsoft YaHei;}
.title_liucheng h1{font-size:40px;color:#B5091F;letter-spacing:0px; font-weight:bold;font-family:arial,helvetica,sans-serif; text-align:center; text-transform:uppercase;}
.title_liucheng h2{position:relative;line-height:80px; font-weight:400;text-align:center }
.title_liucheng h2 font{font-size:40px;color:#2a2a2a;z-index:10;  position: relative;}
.title_liucheng h2:after {
    content: '';
    position: absolute;
    width:80px;
    height: 10px;
    background: #B5091F;
    left:47%;
    bottom: 22px;
    z-index: 0;
}
.liucheng img{ width:100%; height:auto; overflow:hidden;}


.in_dingzhi { width:100%; height:auto; margin:10px auto; overflow:hidden; background:url(../images/dz_bg.jpg) no-repeat; padding:50px 0;}
/*news*/
.dingzhi{width:94%;max-width: 1600px;height:auto;  margin: 1% auto 3% auto;overflow: hidden;}
.dingzhi .le{ float:left; width:45%}
.dingzhi .le span{ line-height:30px; font-size:16px; border-bottom:dashed 1px #efefef; padding:20px 0; display:block; margin:20px auto;}
.dingzhi .le p{ line-height:30px; font-size:16px;}
.dingzhi .re{ float:right;width:45%}
/*liuyan*/
.drop-message_new{ width:95%; height:auto; overflow:hidden; margin:0 auto; }

form {display: block;margin-top: 0em;}
#form_request1 .half+.half {margin-left:0;}
#form_request1 .half {width: 38.33%;float: left; margin-right:20px;}
element.style {}

#form_request1 input {width: 89%;font-size: 14px;margin-top: 5px; padding: 5px 10px 5px 45px;line-height: 26px;position: relative;margin-bottom: 15px; }
.form-name { background-image: url(../images/name.png);background-repeat: no-repeat; background-position: 8px center;}
.form-email {background-image: url(../images/email.png); background-repeat: no-repeat;background-position: 8px center;}
.form-phone {background-image: url(../images/phone.png);background-repeat: no-repeat;background-position: 8px center;}
.form-checkcode {background-repeat: no-repeat;background-position: 8px center;}
.form-message {background-image: url(../images/message.png);background-repeat: no-repeat; background-position: 8px 10px;}
#form_request1 .half_c{width: 15%;}

#form_request1 textarea {width: 89%;font-size: 14px; margin-bottom: 5px; margin-top: 5px; padding: 5px 10px 5px 45px;line-height: 26px; position: relative; border:#CCC solid 1px;}
button, input, select, textarea {font-family: inherit;font-size: inherit;line-height: inherit;}
#form_request1 .input {width: 220px;background: #ff7800;color: #fff;margin-top: 10px;padding-top: 8px;padding-bottom: 8px; padding-left: 10px;display: block;float: none;
cursor: pointer;font-size: 16px;font-weight: bolder;}
textarea {font-family: monospace;border-color: rgb(169, 169, 169);}
input { -webkit-appearance: textfield;background-color: white; -webkit-rtl-ordering: logical;cursor: text; padding: 1px;
    border-width: 1px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
user agent stylesheet
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
user agent stylesheet
input, textarea, select, button, meter, progress {-webkit-writing-mode: horizontal-tb !important;}

@media (max-width: 768px){
.drop-message_new{ width:100%; height:auto; overflow:hidden; margin:0 auto; margin-bottom:50px;background: #f2f2f2;border-radius: 10px;padding: 30px;}
.drop-message{ width:98%; height:580px; float:left;}
.drop-message p{ line-height:30px; font-size:15px;}
form {display: block;margin-top: 0em;}
#form_request1 .half+.half {margin-left:0;}
#form_request1 .half {width: 100%;float: left;}
element.style {}
#form_request1 .half_c{width: 50%;}
#form_request1 .half {width: 100%;float: left;}
#form_request1 input {width: 100%;float: left;font-size: 14px;margin-top: 5px; padding: 5px 10px 5px 45px;line-height: 26px;position: relative;margin-bottom: 15px; }
.form-name { background-image: url(../images/name.png);background-repeat: no-repeat; background-position: 8px center;}
.form-email {background-image: url(../images/email.png); background-repeat: no-repeat;background-position: 8px center;}
.form-phone {background-image: url(../images/phone.png);background-repeat: no-repeat;background-position: 8px center;}
.form-message {background-image: url(../images/message.png);background-repeat: no-repeat; background-position: 8px 10px;}
#form_request1 textarea {width:100%;font-size: 14px; margin-bottom: 5px; margin-top: 5px; padding: 5px 10px 5px 45px;line-height: 26px; position: relative; border:#CCC solid 1px;}

#form_request1 .input {width: 220px;background: #ff9900;color: #fff;margin-top: 10px;padding-top: 8px;padding-bottom: 8px; padding-left: 10px;display: block;float: none;
cursor: pointer;font-size: 16px;font-weight: bolder;}
#form_request1 img{ margin:0; width:auto;}
}


.z_index_news{ padding:3.2vw 9.575vw; box-sizing: border-box; background: #EFEFEF; }
.z_news_head{ display: flex; align-items: center; position: relative;top:0; margin-bottom:0.5vw; transition: ease 2s; opacity:1;}
.z_index_news.swiper-slide-active .z_news_head{transform: translateY(0%);opacity: 1;}
.z_news_head .titbox{ font-size: 1.875vw; font-weight: bold; display: flex; align-items: center;}
.z_news_head .titbox em{ text-transform: uppercase; font-weight: bold; font-size: 2.70833vw; margin-right: 5px;}
.z_news_nav{ margin-left: auto;}
.z_news_nav a{ display: inline-block; margin-left:0.5vw; font-size: 14px; line-height: 32px; position: relative;border: 1px solid #B5091F;border-radius:30px; color: #222; padding:5px 15px;}

.z_news_nav a:hover,.z_news_nav a.active{color:#fff ;background: #B5091F;  }
.z_news_More{ position: absolute; right: -2.6vw; top: 50%; transform: translateY(-50%); text-align: center;}
.z_news_More .iconfont{ display: block;}
.z_news_More:hover{ color: #da251e;}
.z_news_swiper{ width: 100%; overflow: hidden; padding-bottom: 10px}
.z_news_swiper .bd li{ position: relative; }
.z_news_swiper .bd li a{ display: block; padding:15px; box-sizing: border-box; background: #fff; padding-bottom:1vw;}
.z_news_swiper .bd li .imgbox{ width: 100%; height: 18.0625vw; overflow: hidden;position: relative;}


.z_news_swiper .bd li .timebox{width: 5.2vw;height: 5.2vw;background: #2F3035; transition: ease .6s; position: absolute; padding-top: .3vw; box-sizing: border-box; right: 0; top: 0; text-align: center; color: #fff; text-transform: uppercase;}
.z_news_swiper .bd li .timebox em{ display: block; font-size: 2.08vw; font-weight: bold;}
.z_news_swiper .bd li:hover .imgbg{ transform: scale(1.05,1.05);}
.z_news_swiper .bd li:hover .timebox{ background: #da251e;}
.z_news_swiper .bd li .infobox{ margin-top:10px;}
.z_news_swiper .bd li h3{font-size: 1.04vw;font-weight:bold;color: #000000;line-height: 3vw;height:auto;}
.z_news_swiper .bd li .desc{color: #666666;line-height: 28px; height: 56px; margin: 1vw 0; margin-bottom: 1.5vw;}
/* .z_news_swiper li:hover h3{ color: #da251e;} */
.z_news_swiper .bd li:hover .z_index_more .icon{ transform: rotate(45deg);}
.z_news_swiper .bd li::before{ content: ""; display: block; z-index: 1; width: 0; height: 2px; background: #d6001d; position: absolute; left: 50%; bottom: 0; transition: ease 1s; }
.z_news_swiper .bd li:hover::before{ left: 0; width: 100%;}
.z_news_hd{ width: 100%; text-align: center; margin-top:2vw;}
.z_news_hd li{ display: inline-block; transition: ease .6s; width:14px;height:14px;background: #fff;border-radius: 50%;cursor: pointer;outline: none; margin: 0 13px; position: relative;}
.z_news_hd li::before{ content: ""; display: block; opacity: 0; transition: ease .6s; z-index: 1; pointer-events: none; cursor: pointer;  width: 24px;height: 24px;border: 2px solid #d6001d;border-radius: 50%; box-sizing: border-box; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.z_news_hd li.on::before{ opacity: 1;}
.z_news_hd li.on,.z_news_hd li:hover{ background:#d6001d ;}
.z_news_swiper .bd li:hover{background: #FFFFFF;box-shadow: 0px 25px 43px 8px rgba(47, 48, 53, 0.08);}
.z_news_tabcon .child{ display: none;}
.z_news_tabcon .child.active{ display: block;}

.z_index_more{ line-height: 28px; display: inline-block;}
.z_index_more .en{font-size: 14px;font-family: Humanist521BT;font-weight: bold;color: #fff;}
.z_index_more .icon{ display: inline-block;width: 28px; transition: ease .6s; height: 28px; background: url(../images/arr2.jpg) no-repeat center; vertical-align: middle; background-size: 100% 100%;}


.team .til01 {padding: 18px 0 0;color: #fff;
	height: 80px;
}
.impor .til01 {
	color: #fff;
	height: 120px;
}
.team .til01 a, .impor .til01 a {
	color: #333;
}
.team .til01:before, .impor .til01:before {
	background: #1f93dc;
}
.team {
	font-family: "Microsoft Yahei";
	font-size: 16px;
	position: relative;
	line-height: 26px;
	color: #fff;
	background: url(../images/hdl_cpbg.jpg) fixed center;  
	text-align: center;
	padding: 97px 0;
}
.team .title1 h2 font{ color:#fff;}
.team_w {
	height: 74px;
}
.team_w p{ color:#333}
.team_c {
	position: relative; z-index:1;
}
.team_cp{ width:100%;}
.team_cp li {
	width: 22%;
	float: left;
	margin: 0 10px; background-color:#fff; padding:10px;
}
.team_cp li p, .team_cp li p img {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.team_cp li span a {
	display: block;
	color: #333;
	line-height: 56px;
}
.team_cp li p img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.team_cp li:hover p img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.prev1, .next1 {
	width: 38px; position:absolute;
	height: 66px;
	cursor: pointer;
	z-index: 11;
	top: 35%;
	right:-40px;
}
.prev1 {
	left: -50px;
}
.pa {
    position: absolute;
}

.newBox {width: 100%; height: auto;overflow: hidden; background-color:#eff1f5}
.newContainer {width: 100%;height: auto;overflow: hidden;font-size: 0px;margin: 20px auto;}
.p_articles {width: 23.6%; float:left; margin:10px 10px; background-color:#FFFFFF;box-shadow:0px 4px 4px 0px rgba(0,0,0,0.15)}
.p_articles .porTbox {    position: relative;overflow: hidden;width: 100%; background: #fff; height: auto;padding-bottom: 100%;}
.p_articles .porTbox img{ width:100%; height:100%;}
.proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 100%;
    transition: all .5s ease;
}
img {
    vertical-align: middle;
    border: 0;
}
.p_articles .porTbox:hover .proImg { transform: translate( -50% ,-50%) scale(1);}
.p_articles:hover .showBox {opacity: 1;}
.p_articles .showBox {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%; opacity: 0; background: rgba(0, 0, 0, 0.5); transition: all 0.5s ease;}
.p_articles .showBoxLink {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: block; width: 80%;color: #fff;text-align: center; font-size: 14px; padding: 10px 0;}
.p_articles .showBoxLink::before {content: ''; position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;}
.p_articles .showBoxLink::after {content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;}
.hc_sum {
    line-height:30px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.p_articles:hover .showBoxLink::before{ width:15px;}
.p_articles:hover .showBoxLink::after{ width:15px; }

.p_articles .porBbox {position: relative;overflow: hidden; padding: 15px 0 25px; }
.p_articles .newTitle { font-size:16px;color: #333; overflow: hidden; text-overflow: ellipsis;position: relative; white-space: nowrap; width: 100%;}
.p_articles .p_title { display: inline-table;width: 100%;margin: 0;padding: 0; text-align:center; cursor: pointer;  overflow: hidden;text-overflow: ellipsis;white-space: normal !important;}
.p_articles .newSummry { color: #777; white-space: nowrap;overflow: hidden; margin: 10px 0;text-overflow: ellipsis;}
.p_articles .p_summary {text-align: left;vertical-align: top; word-break: break-all;}
.p_articles .lookDetail {position: relative;display: block; color: #777; height: 38px;line-height: 38px;border-top: 1px solid #e5e5e5; background: url(../images/n1.png) no-repeat right 20px;padding: 5px 10px;}
.p_articles .lookDetail .details { float: none;}
.p_articles .lookDetail:hover .barr{ opacity:0; } 
.p_articles .lookDetail:hover .harr{ opacity:1; } 
.p_articles .lookDetail:hover{background: url(../images/n2.png) no-repeat right; }


.p-link{justify-content:center; margin:50px auto; overflow:hidden; text-align:center;}
.p-link a{margin:15px;font-size:16px;line-height:52px;color:rgba(0,0,0,0.9);padding:8px 10px; background-color:#FFFFFF; display:block; width:11%; float:left; text-align:center; 
box-shadow:0px 4px 4px 0px rgba(0,0,0,0.15)}
.p-link a:hover{color:#fff; background-color:#B5091F;  }
.p-link .active{font-weight:bold;color:#fff;background-color:#B5091F;}



/*分页*/
.my-4 {margin-bottom:40px!important;margin-top:30px!important;display: block;}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-num:not(:disabled) {cursor: pointer;}
.page-num, .page-link {
	position: relative;
	display: block;
	padding:10px 20px;
	margin-left: -1px;
	line-height: 1.25;
	color: #333;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {text-decoration: none;}
.page-num-current {z-index: 1;color: #fff;background-color: #b20217;border-color: #b20217;}
.page-num-current:hover {color: #fff;}
.text-secondary p{font-size:14px; color:#555; line-height:35px;}
.text-secondary a{font-size:14px; color:#555; line-height:35px;}
.text-secondary a:hover{ color:#b20217;}


.detailBox {padding: 0px;}
.detailBox .top {display: flex;position: relative;border-bottom: 6px solid #999;
    border-top: 1px solid #ddd;
    margin-top: 80px; 
    padding-right: 8.5%;
    padding-left: 8.5%;background: #eff1f5;
  
}
.detailBox .top:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: #fff;
}
.detailBox .top .left {
    flex-basis: 50%;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 2;
}
.detailBox .top .left .left_con {
    padding: 5% 3%;
    display: flex;
    justify-content: flex-start;
}
.detailBox .top .left .left_con .sp-wrap {
    display: none;
    line-height: 0px;
    font-size: 0px;
    background: #fff;
    border: 5px solid #fff;
    border-radius: 0px;
    position: relative;
    margin: 0px;
    max-width: 600px;
}
.detailBox .top .left .left_con .sp-large {
    position: relative;
    overflow: hidden;
    top: 0px;
    left: 0px;
}
.detailBox .top .left .left_con .sp-large a {
    display: block;
}
.detailBox .top .left .left_con .sp-large a img {
    max-width: 100%;
    height: auto;
}
.sp-thumbs {
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}
.sp-thumbs a:link,.sp-thumbs a:visited {
    width: 60px;
    height: 60px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    border: 1px solid #999;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.sp-thumbs a:active,.sp-current {
    opacity: 1!important;
    position: relative;
}
.detailBox .top .right {
    flex-basis: 50%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: none;
    display: flex;
    align-items: center;
}

.detailBox .top .right .right_con {
    width: 100%;
    padding-left: 15%; padding-top:10%; padding-bottom:10%;
}
.detailBox .top .right .right_con .p_Title01 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #333;
}
.detailBox .top .right .right_con .title {
    font-size: 40px;
    color: #333;
    line-height: 1.4;
}
.detailBox .top .right .summary {
    margin: 15px 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}
.d_SortName {
    margin-left: 0px;
}

.detailBox .top .right .d_nameD {
    width: 70px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: top;
}
.detailBox .top .right .d_nameD {
    display: inline-table;
    margin: 0;
    padding: 0;
    width: 70px;
    margin-right: 0px;
    vertical-align: top;

}
.detailBox .top .right .d_nameD .font {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.detailBox .top .right .d_nameD .font {
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell; font-size:15px; line-height:30px;color: #595959;
}
.d_linkA {font-size:15px; line-height:30px;color: #B5091F;}
.mlink_con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0px 0px;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    padding: 15px 0px;
}
.mlink_con a {
    display: flex;
    margin-right: 40px;
}
.mlink_con a.con_a1 span.icon {
    background: url(../images/zd_pro_ico1.png) no-repeat 0 -19px; 
}
.mlink_con a span.txt {
    font-size: 16px;
    color: #333;
}
.mlink_con a:hover span.txt {
    color: #e30713; 
}
 .mlink_con a.con_a1:hover span.icon {
    background-position: 0 -19px;
}
.mlink_con a.con_a2 span.icon {
    background: url(../images/zd_pro_ico2.png) no-repeat 0 -19px;
}
 .mlink_con a.con_a2:hover span.icon {
    background-position: 0 -19px;
}
.mlink_con a span.icon {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}
.right_con .ser_tel {
    color: #333;
    padding: 30px 0px 10px;
}
.right_con .ser_tel .font{ font-size:18px; font-weight:normal; align-items:center; display:flex; } 
.right_con .ser_tel .font span{ font-weight:bold; } 
.right_con .ser_tel .font i{ font-size:12px; color:#fff; border-radius:50%; background:#525252; margin-right:5px; padding:3px 3px; border:1px solid #555; height:12px; width:12px; text-align:center; } 
.right_con .ser_tel .font a{ color:#e30713; font-family:impact; font-size:24px; } 
.right_con .ser_tel{ color:#333; padding:30px 0px 10px; } 
.btn_con {display: flex;flex-direction: row; padding: 20px 0px;}
.btn_con .pro_btn{ margin-right:10px; } 
.btn_con .pro_btn a{ font-size:16px; padding:12px 30px; display:flex; align-items:center; color:#fff; transition:all .5s ease; } 
.btn_con .pro_btn a i{ padding-right:5px; } 
.btn_con .pro_btn a.btn_red{ background:#e30713; } 
.btn_con .pro_btn:hover a.btn_red{ background:#cc0a15; } 
.btn_con .pro_btn a.btn_black{ background:#555; }

.tabTitleBox {
    display: flex;
    position: relative;
    border-bottom: 1px solid #ddd;
    top: 0px;
    padding: 25px 0px;
    width: 100%;
    background: #fff;
    transition: padding 0.5s ease;
}

.tabTitleBox .tab_warp {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    max-width: 84%;
}
.tabTitleBox .tab_warp .tab_left .title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}
.tabTitleBox .tab_warp .tab_list {
    width: 45%;
    flex-direction: row;
    justify-content: flex-end;
    display: flex;
}
.tabTitleBox .tab {
    line-height: 46px;
    padding: 0px;
    font-weight: bold;
    width: auto;
    margin-left: 80px;
    font-size: 20px;
    background: #fff;
    color: #333;
    cursor: pointer;
}
.tabTitleBox .tab.active {
    color: #e30713;
    background: #fff;
}
.tabContent {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 84%;
}
.description {
    color: #8c8c8c;
    font-size: 14px;
}
.reset_style h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #222;
    background: #f5f5f5;
    padding: 10px 0px;
    margin: 20px 0px 30px;
}
.reset_style p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    padding-bottom: 15px;
}
@media only screen and (min-width: 769px){
.detailBox .top .right .d_SortName {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
  
}
}
@media only screen and (min-width: 769px){
.detailBox .top .right .d_nameD {
    width: 70px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: top;
}
.detailBox .top .right .d_nameD {
    display: inline-table;
    margin: 0;
    padding: 0;
}
.detailBox .top .right .d_nameD .font {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.detailBox .top .right .d_nameD .font {
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
}