﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
/*sup { vertical-align: text-top }
sub { vertical-align: text-bottom }*/
body, input, select, button, textarea { font-family: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
html,body{font-size: calc(100vw / 1080);}
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:1.66; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}
 
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

.video_button2{pointer-events: none;cursor: default;}
.video_button2 .video_bf{display: none;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

.m_color .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.m_color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#ab0500;}
.m_color .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#ab0500;}

.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}

body,a{color: #000;}
input,button,textarea{border:none;outline: none;background: none;}

.wrap_50{padding: 0 50rem;}
.wrap_30{padding: 0 30rem;}
.wrap_80{padding: 0 80rem;}

.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line32{line-height: 32px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {

.line30,.line32{line-height: 24px;}

}

.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}

.video_appbox video{/*object-fit: cover;*/    width: 100%;}
.video_appbox .video_t{ 
 z-index:2; background:#000;width: 1035px;max-width:94%;height: 60%;
 transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;
     transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
visibility: hidden;opacity: 0;

}
.video_appbox.show .video_t{
visibility: visible;opacity:1;
top:50%;
}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:20px;font-weight: bold;}



.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
.weixin{width:70%;}
}


*{box-sizing: border-box;}
body{margin: auto;max-width: 100%;}
.jie {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
.line40{line-height: 1.25em;}
.line50{line-height: 1.66em;}

/*font-size*/
.fnt_18 { font-size:18rem;}
.fnt_30 { font-size:30rem;}
.fnt_40 { font-size:40rem;}
.fnt_46 { font-size:46rem;}
.fnt_60 { font-size:60rem;}
.fnt_70 { font-size:70rem;}
.fnt_90 { font-size:90rem;}
@media only screen and (max-width:767px) {
    .fnt_18 { font-size:14px;}
    .fnt_30 { font-size:14px;}
    .fnt_40 { font-size:16px;}
    .fnt_90 { font-size:76rem;}

}

/* footer */
.footer{background: #363636;padding: 55rem 0 75rem 0; text-align: center;border-top: 6rem solid #ea5413;}
.footer,.footer a{color: #fff;}
.footer p{line-height: 1.66em;}
.index_body .footer{border: 0;}

/* 导航 */
.header{background: #fff;position: fixed;top:0;left: 0;width: 100%;background: #fff;padding-left: 65rem;border-bottom: 1px solid #e95412;z-index: 99;box-shadow: 0 7px 14px 2px rgba(0, 15, 79, 0.1);}
.header_height,.header{height: 136rem;line-height: 136rem;}
.header h1{width: 310rem;float: left;}
.header h1 img{width: 100%;vertical-align: middle;}

.nav_phone_btn{width: 136rem;height: 100%; cursor: pointer; z-index: 10;float:right;position: relative;border-left: 1px solid #e95412;}
.nav_phone_btn span {transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;width:68rem;height:2px; background-color: #ea5413;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height:2px;background-color: #ea5413;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before{top:-20rem; height:2px;}
.nav_phone_btn span:after{top:20rem; width:100%; left:auto;right:0;}
.visible_nav.nav_phone_btn span{background-color: transparent!important;}
.visible_nav.nav_phone_btn span:before{top:0px;width:90%;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.visible_nav.nav_phone_btn span:after{top:0px;right:auto; lefT:0;width:90%;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}


/* 下拉 */
.body_nav_phone{overflow: hidden;}
.nav_box{visibility: hidden; opacity: 0; background: #f4f4f4;position: absolute; top:0; left: 0;width: 100%; height: calc(100vh - 136rem);overflow: hidden;overflow-y: auto;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav_box dt{line-height: 198rem;padding: 0 70rem; cursor: pointer;position: relative;background: #fff;}
.nav_box dt span{position: absolute;top:0;right: 45rem;color: #eb5f22;font-weight: normal;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s; display: none;}
.nav_box dd{background: #f4f4f4;padding: 40rem 70rem 90rem 70rem; line-height: 140rem;overflow: hidden; }
.nav_iteam{width: 33.33%;float: left;}
.nav_box li.on dt span{-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);}

.body_nav_phone .nav_box{top:calc(100% + 1px);visibility: visible;opacity: 1;}
@media only screen and (max-width:767px) {
    .header{padding-left: 30rem;}
    .header_height, .header{height: 50px;line-height: 50px;}
.header h1{width: 150px;margin-top: 0;}

.nav_box dt{font-size: 18px;line-height: 60px;}
.nav_box dd{line-height: 2.4em;}



}


/* 导航 */
/* 搜素 */
.header_search{float: right;padding: 0 50rem;font-weight: bold;}
.header_searchbox{visibility: hidden; opacity: 0;  position: absolute;top:80%;background: #fff;width: 100%;left: 0;z-index: 9;box-shadow: 0 7px 14px 2px rgba(0, 15, 79, 0.1);transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.header_searchbox input,.header_searchbox button{height: 120rem;line-height: 120rem;}
.header_searchbox input{float: left;width: calc(100% - 136rem);padding-left: 30rem;}
.header_searchbox button{float: right;width: 136rem;text-align: center;}
.header_search.on{opacity: 0.7;}
.header_searchbox.on{top:calc(100% + 1px);visibility: visible;opacity: 1;}

/* 搜素 */

.min_heightboxbig{min-height: calc(80vh - 607rem);}
.min_heightbox{min-height: calc(80vh - 720rem);}


/* 首页 */
.main{min-height: 80vh;}
.main_list dt img{width: 100%;}
.main_list li dl{color: #fff;}
.main_list dl{position: relative;overflow: hidden;}
.main_list dt{position: relative;}
.main_list dt::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.2);}
.main_line{width: 60rem;height: 11rem;background: #fb9431;margin-bottom: 40rem;}
.main_text{position: absolute;left: 0;top:0;width: 100%;padding: 0 70rem;padding-top: 100rem;}
.main_text p{line-height: 1.44em;margin-bottom: 25rem;}
.main_text h3{line-height: 1.14em;}


.main_arrow{width: 440rem;height: 440rem;background: #fb9431;color: #fff; position: absolute;right: -220rem;bottom: -220rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main_arrow .main_arrow_in{width: 100%;height: 100%; position: absolute;top:0;left: -95rem;-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);}
.main_arrow .main_arrow_in p{position: absolute;top:120rem;left: 180rem;}
.main_arrow span{line-height: 1.2em;display: block;}
.main_arrow i{display:block;line-height: 1em;margin-top: 20rem;}


.main_list li.blank dl{color: #000;}
.main_list li.blank .main_line{color: #ea5413;}
.main_list li.blank dt::after{display: none;}
.main_list li.blank .main_arrow{background: #e95412;}




/* .site_banner */
.site_banner dl{color: #fff;}
.site_banner .main_text{padding-top: 90rem;}
.site_banner .main_arrow{background: none;border: 1px solid #fff;width: 400rem;height: 400rem;right: -200rem;bottom: -200rem;}
.site_banner .main_text h3{margin-bottom: 25rem;}
/* tab */

.pub_tab ul{display: flex;flex-wrap: wrap;border-bottom: 1px solid #eb5e20;}
.pub_tab li{width: 50%;opacity: 0.4;text-align: center;}
.pub_tab li a{display: block;line-height: 110rem;position: relative;}
.pub_tab li a::after{content: "";position: absolute;left: 50%;bottom: 0;width: 0;height: 5rem;background: #ea5513;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.pub_tab li.on{opacity: 1;font-weight: bold;}
.pub_tab li.on a::after{opacity: 1;width: 100%;left: 0;}


/* 从中国 看世界 */
.world_box{background: url(../images/m_bg.jpg) no-repeat 0 0;background-size: cover;padding: 90rem 0 100rem 0;}
.world_01 p{margin-bottom: 80rem;}
.world_01{margin-bottom: 120rem;}
.world_more{overflow: hidden;}
.world_more a{float: left;line-height: 84rem;padding: 0 30rem 0 50rem;background: #ea5413;color: #fff;margin-right: 40rem;    display: flex;align-items: center;}
.world_more a i{margin-left: 90rem;font-weight: normal;}
.world_more a:last-child{margin-right: 0;}
.world_more a:nth-child(2){background: #fff;color: #000;}
.world_more a:nth-child(2) i{color: #ea5413;}

.world_iteam{display: none;}
.world_iteam.on{display: block;}

.world_block{padding-top: 50rem;}
.world_news li{margin-bottom: 50rem;}
.world_news li:last-child{margin-bottom: 0;}
.world_news li>a{display: block;}
.world_news dt{position: relative;}
.world_news dt::after{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: url(../images/m_jb.png) no-repeat;background-size: 100% 100%;}
.world_news dl{position: relative;}
.world_news dd{position: absolute;left: 0;bottom: 0 ; width: 100%;padding: 40rem;}
.world_news dd h3{color: #fff;max-height: 3.75em;-webkit-line-clamp: 3;}

.world_03{padding: 65rem 0 90rem 0;}
.world_03 li{margin-bottom: 50rem;}
.world_03 li:last-child{margin-bottom: 0;}
.world_03 dt{position: relative;}
.world_03 dt::after{content: "";position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);}
.world_03 dl{position: relative;color: #fff;}
.world_03 dd{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-size: 100% 100%;}
.world_03  .main_line{background: #fff;float: right;}
.world_03 .main_text{padding: 55rem 70rem;padding-bottom: 0; height: 100%;   width: 48.2%; left: auto;right: 0;    text-align: right;}

.world_03 .main_text h3{margin-bottom: 25rem;    clear: both;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.world_03 .main_text p{margin-bottom:0;max-height: 2.88em;display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.world_03 .main_text h4{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;position: absolute;bottom: 40rem; right: 70rem;}

.world_more2{position: absolute;left: 70rem;bottom: 30rem;text-align: right;}
.world_more2 p span{line-height: 1.2em;display: block;}
.world_more2 p i{display:block;line-height: 1em;margin-top: 20rem;}

.world_03 li:nth-child(2n) .main_text{right: auto;left: 0;    text-align: left;}
.world_03 li:nth-child(2n) .main_line{float: left;}
.world_03 li:nth-child(2n) .world_more2{left: auto;right: 70rem;}
.world_03 li:nth-child(2n) .main_text h4{left: 70rem;}

.notice_list li{margin-bottom: 40rem;}
.notice_list li:last-child{margin-bottom: 0;}
.notice_list li a{display: block;background: #fff;border: 1px solid #ea5413;padding: 35rem;}
.notice_list li h3{line-height: 1.7em;max-height: 3.4em;}


@media only screen and (max-width:767px) {

    .main_arrow .main_arrow_in p{font-size: 36rem;top:95rem}
    .main_arrow .main_arrow_in p i,.world_more2  p i{font-size: 70rem;margin-top: 10rem;}
    .world_more a i{font-size: 60rem;}
    .world_03 .main_text h4{bottom: 20rem;}
    .world_03 .main_text{padding:40rem 50rem;width: 60%;}
    .world_03 .main_text p{font-size: 12px;}  
    .world_more2{left: 40rem;bottom: 20rem;}
    .world_03 li:nth-child(2n) .world_more2{right: 40rem;}
    .world_03 li:nth-child(2n) .main_text h4{left: 50rem;}
    
}


/* service */
.service_list{padding: 85rem 0 10rem 0; background: url(../images/servicr_bg.jpg) no-repeat;background-size: cover;}
.service_list ul{overflow: hidden; display: none;}
.service_list li{margin-bottom: 80rem;width: 25%;float: left;text-align: center;}
.service_list li:nth-child(4n+1){clear: both;}
.service_list dt{margin:auto; margin-bottom: 15rem;width: 105rem;height: 105rem;}
.service_list dt img{width: 100%;height: 100%;}
.service_list ul.on{display: block;}

.service_02{padding: 65rem 0 90rem 0;}
.service_02 li{margin-bottom: 50rem;}
.service_02 li:last-child{margin-bottom: 0;}
.service_02 .main_text{padding-top: 50rem;padding-right: 320rem;}
.service_02 .main_text h3{margin-bottom: 25rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.service_02 .main_text p{margin-bottom:70rem;height: 2.88em;display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.service_ic{width: 95rem;height: 95rem;}
.service_ic img{width: 100%;height: 100%;}
@media only screen and (max-width:767px) {
    .service_02 .main_text p{margin-bottom:20rem;}
    
}

/* 新闻 */
.news_cont{padding: 100rem 0;background: url(../images/newsbg.jpg) no-repeat;background-size: cover;}

/* 详情 */
.news_details{padding:100rem  0;}

.news_box h1{color: #181818; text-align: center; font-weight: bold;border-bottom: 1px solid #D3D3D3; padding-bottom: 30rem;}
.d_span{ margin-top:2%; text-align: center; border-bottom: 1px solid #D3D3D3; padding-bottom: 30px;}
.d_span span{ display: inline-block; color: #404040;}

.d_edit{padding: 4% 0;}
.news_page{padding-top: 20px; border-top: 1px solid #BDBDBD; position: relative;}
.news_page .back_top{position: absolute; right:0.10rem; top:0.40rem; text-align: center; width: 45rem; height: 0.45rem; line-height: 0.45rem; color: #000; border-radius: 100%; border: 1px solid #000;}
.news_page span{ display: block; margin-bottom: 10px;}
.news_page span:last-child{margin-bottom: 0;}
.news_page span a{color: #000;}
.news_page span.disabled a{ cursor: default;opacity: 0.6;}
.news_page span.disabled a:hover{color: #000 !important;cursor: default;}

/* 招标公告 */

.notice_box{ background: url(../images/noticebg.jpg) no-repeat;background-size: cover;padding: 95rem 0;}

/* 培训 */
.training_cont{background: url(../images/training_bg.jpg) no-repeat;background-size: cover;padding: 90rem 0 130rem 0;}
.training_edit{margin-bottom: 140rem;}
.training_ewm{width: 378rem;height: 378rem;margin:auto;}
.training_ewm img{width: 100%;height: 100%;}

/* 管理团队 */
.team_cont{padding: 120rem 70rem;padding-bottom: 100rem;background: url(../images/teambg.jpg) no-repeat;background-size: cover;}
.team_list dl{overflow: hidden;padding: 75rem 55rem;padding-left: 25rem; border-bottom: 1px solid #b2b2b2;}
.team_list li:first-child dl{padding-top: 0;}
.team_list li:last-child dl{padding-bottom: 0;border: 0;}
.team_list dt{width: 35.6%;float: left;position: relative;}
.team_list dt span,.team_list dt i{position: absolute; bottom: 0;}
.team_list dt span::after,.team_list dt i::after{content: "";position: absolute; bottom: 0; background: #ea5513;}
.team_list dt span{width: 10rem;height:100%;right: -10rem;background: url(../images/team_arrow_01.png) no-repeat  0 0;}
.team_list dt span::after{height: calc(100% - 10rem);width: 100%;}
.team_list dt i{ bottom: -10rem; width:calc(100% + 10rem);height:10rem;right: -10rem;background: url(../images/team_arrow_02.png) no-repeat  0 0;}
.team_list dt i::after{height: 100%;width:calc(100% - 10rem);right: 0;}
.team_list dd{width: 54.3%;float: right;}
.team_list dd h3{line-height: 1.5em;margin-bottom: 70rem;}
.team_list dd h4{line-height: 1.25em;}
.team_list dd span{display: block;width: 60rem;height: 2px;background: #ea5513;margin:30rem 0;margin-bottom: 20rem;}

.team_list li:nth-child(2n) dt{float: right;}
.team_list li:nth-child(2n) dd{float: left;}


/* 展览 */
.exhib_box{padding: 80rem 0 130rem 0; background: url(../images/exhib_bg.jpg) no-repeat;background-size: cover;}
.exhib_year h3{line-height: 1em;color: #ea5513;}
.exhib_year span{display: block;width: 60rem;height: 2px;background: #ea5513; margin:30rem 0;}
.exhib_list h4{margin-bottom: 25rem;line-height: 1em;}
.exhib_list li{background: #fff;border: 1px solid #ea5413;padding: 30rem; padding-right: 120rem; margin-bottom: 40rem;position: relative;}
.exhib_list li:last-child{margin-bottom: 0;}
.exhib_list li h3{line-height: 1.5em;margin-bottom: 10rem;}
.exhib_list li p{line-height: 1.66em;}
.exhib_list li span{position: absolute;right: 40rem; bottom: 30rem;color: #ea5413;}

.exhib_select{margin-bottom: 70rem;position: relative;z-index: 5;}
.exhib_select li{width: 33.33%;float: left;}
.exhib_select ul{margin: 0 -12rem;}
.exhib_select dl{margin: 0 12rem;position: relative;}
.exhib_select dt{background: #fff; border: 1px solid #969696;padding: 0 30rem; position: relative;}
.exhib_select dt .gray{color: #8b8b8b;}
.exhib_select dt i{position: absolute;right: 20rem;top:0;color: #ea5413;}
.exhib_select dt,.exhib_select dt button{width: 100%;line-height: 100rem;}
.exhib_select .exhib_btn dt{padding: 0;border: none;}
.exhib_select dt button{background: #ea5413;color: #fff;border:1px solid  #ea5413;}
.exhib_select dd{display: none; position: absolute;left: 0;top:100%;width: 100%;background: #fff; border: 1px solid #969696; border-top: 0;    z-index: 9;}
.allbox_p{padding: 10rem 0; max-height: 380rem;overflow: hidden;overflow-y: auto;}
.allbox_p a{display: block;text-align: center;line-height: 90rem;}



@media only screen and (max-width:767px) {
.exhib_list li span{font-size: 70rem;}
    
}

/* 搜索结果 */
.search_block{padding: 100rem 0;}
.search_block .notice_list li a{border: none;    border-bottom: 1px solid #ea5413; padding: 30rem 0;margin-bottom: 0;}
.search_block .notice_list li:first-child a{padding-top: 0;}

/* 手机调整 */
@media only screen and (max-width:767px) {
    .pub_tab li a::after{height: 2px;} 
         
}


