* {
    margin: 0;
    padding: 0;
}

body,
html {
    margin: 0;
    font-size: 14px;
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
   
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

[class*='worm-i-'] {
    font-family: 'iconfont';
}

i,
em {
    font-style: normal;
}

.box-ratio {
    background-position: center center;
    background-size: 100% 100%;
}


/* 去掉float 影响 */

.cl {
    clear: both;
}

.clear::after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}





/*************************************************************/
/* 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-size: 14px; font-family: "PingFang SC","Microsoft Yahei";  }
/*body { line-height: 1.5 }*/
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:2; 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 }
 
 
.clearbox { 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); 
}

/*图片经过*/
.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;}


/*两端对齐*/
.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;}
/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

body,a{color: #333333;}
.scrollHeader .header{    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
.header{position: relative}

.wrap{width: 1440px;max-width: 94%;margin: auto;}

.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;
}
.line36{line-height: 36px;
 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 (min-width:1025px) {

.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);}
}

@media only screen and (max-width:1024px) {
.wrap{max-width: 94%;padding-right: 0;}
.line30,.line32,.line36{line-height: 24px;}

}
 /*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_40 { font-size:40px;}
.fnt_48 { font-size:48px;}
.fnt_60 { font-size:60px;}


@media only screen and (max-width:1440px) {
.fnt_20 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_24 { font-size:20px;}
.fnt_26 { font-size:24px;}
.fnt_28 { font-size:26px;}
.fnt_30 { font-size:28px;}
.fnt_36 { font-size:32px;}
.fnt_40 { font-size:36px;}
.fnt_48 { font-size:40px;}
.fnt_60 { font-size:52px;}

}
@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1366px) {
.fnt_20 { font-size:16px;}

.fnt_26 { font-size:20px;}
.fnt_28 { font-size:24px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:28px;}
.fnt_40 { font-size:38px;}
.fnt_48 { font-size:36px;}
.fnt_60 { font-size:48px;}

}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size:14px;}
.fnt_18 { font-size:16px;}

.fnt_24 { font-size:18px;}
.fnt_26 { font-size:18px;}
.fnt_28 { font-size:20px;}
.fnt_30 { font-size:20px;}
.fnt_36 { font-size:24px;}
.fnt_40 { font-size:24px;}
.fnt_48 { font-size:26px;}
.fnt_60 { font-size:36px;}

}
@media only screen and (max-width:767px) {
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:14px;}
.fnt_24 { font-size:16px;}
.fnt_26 { font-size:16px;}
.fnt_28 { font-size:16px;}
.fnt_30 { font-size:16px;}
.fnt_36 { font-size:18px;}
.fnt_40 { font-size:20px;}
.fnt_48 { font-size:20px;}
.fnt_60 { font-size:22px;}


}
/************************/


/* a */

a {
    color: #000000;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    color: #005198;
}




/* 跳动 */

@keyframes jump {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    10% {
        -webkit-transform: translateY(5px) scaleX(1.2) scaleY(.8);
        transform: translateY(5px) scaleX(1.2) scaleY(.8)
    }
    30% {
        -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
        transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)
    }
    50% {
        -webkit-transform: translateY(0) scale(1) rotateZ(0);
        transform: translateY(0) scale(1) rotateZ(0)
    }
    55% {
        -webkit-transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);
        transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)
    }
    70% {
        -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
        transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)
    }
    80% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
        transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0)
    }
    85% {
        -webkit-transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);
        transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)
    }
    100% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1)
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    10% {
        -webkit-transform: translateY(5px) scaleX(1.2) scaleY(.8);
        transform: translateY(5px) scaleX(1.2) scaleY(.8)
    }
    30% {
        -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
        transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)
    }
    50% {
        -webkit-transform: translateY(0) scale(1) rotateZ(0);
        transform: translateY(0) scale(1) rotateZ(0)
    }
    55% {
        -webkit-transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);
        transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)
    }
    70% {
        -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
        transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)
    }
    80% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
        transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0)
    }
    85% {
        -webkit-transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);
        transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)
    }
    100% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1)
    }
}


/* ks字体大小 */

.fs-250 {
    font-size: 250px;
}

.fs-100 {
    font-size: 70px;
}

.fs-72 {
    font-size: 72px;
}

.fs-60 {
    font-size: 60px;
}

.fs-48 {
    font-size: 48px;
}

.fs-40 {
    font-size: 40px;
}

.fs-36 {
    font-size: 36px;
}

.fs-30 {
    font-size: 30px;
}

.fs-24 {
    font-size: 24px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}


/*字体大小*/

@media screen and (max-width:1440px) {
    .fs-250 {
        font-size: 200px;
    }
    .fs-100 {
        font-size: 60px;
    }
    .fs-72 {
        font-size: 48px;
    }
    .fs-60 {
        font-size: 40px;
    }
    .fs-48 {
        font-size: 38px;
    }
    .fs-40 {
        font-size: 36px;
    }
    .fs-36 {
        font-size: 32px;
    }
    .fs-30 {
        font-size: 28px;
    }
    .fs-24 {
        font-size: 22px;
    }
    .fs-22 {
        font-size: 20px;
    }
    .fs-20 {
        font-size: 19px;
    }
    .fs-18 {
        font-size: 17px;
    }
}

@media screen and (max-width:1280px) {
    .fs-250 {
        font-size: 160px;
    }
    .fs-100 {
        font-size: 60px;
    }
    .fs-72 {
        font-size: 40px;
    }
    .fs-60 {
        font-size: 36px;
    }
    .fs-48 {
        font-size: 32px;
    }
    .fs-40 {
        font-size: 30px;
    }
    .fs-36 {
        font-size: 28px;
    }
    .fs-30 {
        font-size: 24px;
    }
    .fs-22 {
        font-size: 18px;
    }
    .fs-24 {
        font-size: 20px;
    }
    .fs-20 {
        font-size: 18px;
    }
    .fs-18 {
        font-size: 16px;
    }
    .fs-16 {
        font-size: 15px;
    }
}

@media only screen and (max-width:1024px) {

    .line28 {
        line-height: 24px;
    }
    .fnt_16 {
        font-size: 16px;
    }
    .fnt_20 {
        font-size: 18px;
    }
    .fnt_36 {
        font-size: 28px;
    }
    .fnt_50 {
        font-size: 35px;
    }
    .fs-250 {
        font-size: 125px;
    }
    .fs-100 {
        font-size: 50px;
    }
    .fs-72 {
        font-size: 36px;
    }
    .fs-60 {
        font-size: 30px;
    }
    .fs-48 {
        font-size: 24px;
    }
    .fs-40 {
        font-size: 20px;
    }
    .fs-36 {
        font-size: 24px;
    }
    .fs-30 {
        font-size: 20px;
    }
    .fs-22 {
        font-size: 16px;
    }
    .fs-24 {
        font-size: 18px;
    }
    .fs-20 {
        font-size: 17px;
    }
    .fs-18 {
        font-size: 15px;
    }
    .fs-16 {
        font-size: 14px;
    }
    .box-ratio {
        background-size: cover !important;
    }
}

@media only screen and (max-width:767px) {
    .fnt_16 {
        font-size: 14px;
    }
    .fs-24 {
        font-size: 16px;
    }
    .fnt_20 {
        font-size: 16px;
    }
    .fnt_36 {
        font-size: 20px;
    }
    .fnt_50 {
        font-size: 25px;
    }
}


/*pub********************************/


/*page*/
.pageout{text-align: center;padding-bottom: 5px; clear: both;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto;padding-top: 60px; color:#2d2d2d; height:44px; line-height:44px; }
.page span{color:#2d2d2d; float: left;margin-left: 5px; }
.page span em{ }
.page i{ float: left; margin: 0 6px;color: #9c9c9c;}
.page a{float: left; width:44px; border: 1px solid #e1e1e1; color: #9c9c9c; background: #ffffff; margin: 0 2px; }
.page a.on{background:#005198;color:#fff;border: 1px solid #005198; }
.page a.prev {background:#fff url(../images/page_first.png) center center no-repeat; text-indent:-10000px;margin-left: 0;  margin-right:18px;height:46px}
.page a.next {background:#fff url(../images/page_last.png) center center no-repeat; text-indent:-10000px; margin-left: 0; margin-left:18px;height:46px}

.page a.prev.no,.page a.next.no,.page a.first.no,.page a.last.no{opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;}


.page a.go{margin-left:10px; width: 44px; background: #005198; color: #fff; border:1px solid #005198; height: 28px; line-height: 28px;}
.page a.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
@media only screen and (max-width:1440px) {
.page{padding-top: 50px;}
}
@media only screen and (max-width:1024px) {
.page{padding-top: 30px;}
}
@media only screen and (max-width:767px) {
.page{font-size: 14px;padding-top: 20px;}
.page i,.page span,.page a.go{display:block; display:inline-block;}
.page a.prev{margin-right: 2px;}
.page a.next{margin-left: 2px;}
.page a.go{width: 36px;margin-top: 3px;margin-left: 5px;}
.page{ height: 36px; line-height: 36px;}
.page a{display:none; font-weight: normal;width:42px;height:46px;line-height:46px;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.page i{margin:0 4px;display: none;}
.page a.on{display: inline-block;}
.page span{margin-left: 0;}
}

/*page*/
/*weixin-box*/
.weixin-box{ position:fixed; width:260px; height:240px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:2px 2px 2px #ddd;}
.weixin-box .c{    color: #000; position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin-box h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.weixin-box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin-box .img img{ width:115px; height:115px;}
.weixin-box p{ padding:15px 10px 0; text-align: center;}

.weixin{ position:fixed; width:260px; height:240px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:2px 2px 2px #ddd;}
.weixin .c{ position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.weixin .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin .img img{ width:115px; height:115px;}
.weixin p{ padding:15px 10px 0; text-align: center;}
/*weixin-box*/

/*pub********************************/

/* ****************************footer_start********************************************* */
.footer {
    background: #545454;
    position: relative;
    z-index: 1;
}
.footer a{color: #e1e1e1;}
.foot_top{overflow: hidden;padding: 50px 0;padding-bottom: 70px;}
.foot_top .left{float: left;width: calc(100% - 160px)}
.foot_top ul{overflow: hidden;display:flex;}
.foot_top li{float: left;margin-right: 100px;}
.foot_top li:last-child{margin-right:0;}
.foot_top li h3,.foot_top li h3 a{color: #fff;}
.foot_top li h3{margin-bottom: 30px;}
.foot_top li{line-height: 24px;margin-bottom: 10px;width:20%}
.foot_top .right{float: right;background: #4e4e4e;text-align: center;color: #fff;width: 142px;padding-bottom: 20px;}
.foot_top .right a{color: #fff;}
.footer_nav p{line-height: 24px;margin-bottom: 10px;}

.icon_text {font-size: 12px;font-style: italic;font-size: 12px;line-height: 18px;padding: 0 15px;}
.icon_text p{padding-top: 20px;border-top: 1px solid #838383;}
.icon_text em{display:block;position: relative;padding-right: 20px;}
.icon_text i{color: #005198;position: absolute;top:50%;right:0;margin-top: -6px;}
.f_ic{padding-bottom: 30px;line-height: 60px;height: 60px;font-size: 60px;padding-top: 25px;}
.foot_bottom{background: #3a3a3a;padding: 30px 0;overflow: hidden;}
.foot_bottom .left{float: left;width: calc(100% - 200px)}
.foot_bottom .right{float: right;}
.foot_bottom .right a{margin-left: 20px;}
.p01{margin-bottom: 15px;}
.p01,.p01 a{color: #a4a4a4;}
.xhr{margin-left: 10px;}
.p02 a{color: #fff;border-right: 1px solid #6b6b6b;padding-right: 15px;margin-right: 15px;}

.p02 a:last-child{padding: 0;border:0;margin: 0;}
@media only screen and (max-width:1520px) {
.foot_top li{margin-right: 40px;}
}
@media only screen and (max-width:1366px) {
.foot_top li h3{margin-bottom: 15px;}
.foot_top{padding:50px 0;}
}

@media only screen and (max-width:1280px) {
.foot_top li{margin-right: 40px;}
}

@media only screen and (max-width:1250px) {
.foot_top li{margin-right: 30px;}
}
@media only screen and (max-width:1024px) {
/*.foot_top .left,.foot_top .right{float: none;width: 100%;}*/
.foot_top .left{display: none;}
.foot_top .right{float: none;margin: auto;}
.f_ic{padding: 20px 0;}
.foot_top{padding: 30px 0;}



}
@media only screen and (max-width:767px) {
.foot_top .left{display: none;}
.p02{margin: 20px 0;}
.p01{margin: 0;}
.bah,.xhr{display: block;margin: 0;margin-top: 4px;}
.foot_bottom{text-align: center;}
.foot_bottom .left,.foot_bottom .right{float: none;width: 100%;}

.f_ic{font-size: 40px;height: 40px;line-height: 40px;padding: 10px 0;}
.icon_text p{padding-top: 10px;}
.foot_bottom .right{font-size: 20px;}


}

/* ****************************footer_end********************************************* */


/* ****************************header_end********************************************* */
.header-place{height: 92px;}
.header{height: 92px;    z-index: 99999999; position: fixed;left: 0;width: 100%;    background: rgba(255, 255, 255, 0.9);    border-bottom: 1px solid #cecece;}
.header h1{margin-top: 18px;width: 80px;float: left;position: relative;z-index: 6;}
.header h1 a{display: block;}
.header h1 img{height: 58px;}
.navbox {position: absolute;top:0;left: 0;width: calc(100% - 370px);height: 100%;text-align: center;}
.navbox ul{  width:auto;float:right;}
.navbox ul>li{float: left;height: 92px;line-height: 92px; border:1px solid rgba(255, 255, 255, 0); border-bottom:none;}
.navbox ul>li:hover{    border: 1px solid rgba(255, 255, 255, 0.9);
    border-top: 2px solid #033994; background:#fff; border-bottom:none;} 
.navbox ul>li em{margin-left:10px;}
.navbox ul>li>a{padding: 0 25px;position: relative;display: block; font-size:16px;font-weight: bold;}
.navbox ul>li>a i{height: 5px;position: absolute;left:50%;bottom: 0;width: 0%;background: #005198;visibility: hidden;opacity: 0;}
.navbox ul>li.on>a i{width: 100%;left: 0;visibility: visible;opacity: 1;}

.nav_list{top:110%;left: 0; background: rgba(248,248,248,0.92);width: 100%;text-align: center; box-sizing: border-box; opacity:0; visibility:hidden; transition:all .3s; -webkit-transition:all .3s;  position:absolute;}

.navbox ul>li:hover .nav_list{ top:100% !important; opacity:1 !important; visibility:visible !important;}
.nav_p{}
.nav_p p{line-height: 36px;margin: 0 80px;}
.nav_p p a{border-bottom: 1px solid transparent;display: block; font-size:14px;}
.nav_p p a:hover{    color: #0279c5;
    background: #e5f1f9;}



.language{border-right: 1px solid #b8b8b7;padding-right: 20px;margin-right: 20px;}
.language dt{cursor: pointer;text-align: center;font-family: "Arial";}
.language dt i{font-size: 26px;color: #fff;}
.language dl{position: relative;width: 36px;}
.language dd{position: absolute;width: 60px;top:40px;left:50%;margin-left: -30px; text-align: center;    background: rgba(255,255,255,0.7);padding: 10px 0;display: none;z-index: 999;}
.language dd p{line-height: 30px;font-size: 14px;}

.language,.header_search,.menu{float: left;}
.header_re{position: absolute;right:25px;top:16px;line-height: 60px;width: 330px;}
.menu{font-family: "Arial";font-size: 12px;width: 54px;padding-top: 20px;margin-left: 30px;cursor: pointer;}
.menu p{line-height: 20px;display: none;}
.menu span{display: block;}
.menu span i{height: 3px;background: #434343;display: block;margin-bottom: 8px;}
.menu span i:first-child{width: 81.5%;}
.menu span i:last-child{width: 74%;}
/*搜索*/
.header_search{margin-top: 10px;}
.search_btn,.nav_phone_btn{height: 40px;line-height: 40px;}
.header_search{  position: relative;    }
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before,.search_box_btn:before{font-size: 24px;}

.search_box {box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background: #fff;width: 100px;right: 0px; position: absolute;top:40px;    margin-top: 0;z-index: 91;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    border: 1px solid #eee;
     height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
}
.search_box.on {width: 250px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;}
.search_box_btn {
  height: 40px;width: 40px;background: none;border: 0;outline: none; float: right;
  position: relative;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }



.nav_cont{
    
    transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;
    -webkit-transform: translateY(-200px); -moz-transform: translateY(-200px);-o-transform: translateY(-200px);-ms-transform: translateY(-200px);transform: translateY(-200px);
    visibility: hidden;opacity: 0;
    position: fixed;top:0;left: 0;width: 100%;background: rgba(0,0,0,0.85);    z-index: 99999999;padding: 35px 0 50px 0;}
.nav_contbox{max-height: 85vh;overflow: hidden;overflow-y:auto;box-sizing:border-box;}
.nav_cont,.nav_cont a{color: #fff;}
.nav_cont li{border-bottom: 1px solid rgba(121,121,121,0.7);padding: 25px 0;}
.nav_cont li:last-child{border:0;}
.nav_cont dl{overflow: hidden;padding: 0 35px;line-height: 40px;}
.nav_cont dt{float: left;width: 230px;}
.nav_cont dd{float: right;width: calc(100% - 230px);overflow: hidden;}
.nav_cont dd p{float: left;margin-right: 30px;}
.nav_cont dd p a{display: block;padding: 0 10px;border-bottom: 1px solid transparent;}
.nav_close{position: fixed;top:35px;right: 45px;font-size: 26px;cursor: pointer;z-index: 9;}


.navbody .nav_cont{visibility: visible;opacity: 1;
    -webkit-transform: translateY(0); -moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}

.shortcut_btn{float: left;overflow: hidden;margin-left: 20px;}
.shortcut_btn i{font-size: 24px;font-weight: bold;position: relative;top:0;margin-right: 4px;float: left;}
.shortcut_btn .shortcut{float: left;    margin-top: 2px;}
.shortcut_02 .login_out{margin-left: 20px;}
.shortcut_02{overflow: hidden;}
.shortcut_02 a{float: left;}


@media only screen and (max-width:1440px) {
.nav_cont dt{width: 200px;}
.nav_cont dd{width: calc(100% - 200px)}
.menu{width: 42px;}
.navbox ul>li{margin: 0 5px;}
.navbox ul>li>a{padding: 0 5px;}
.menu{margin-left:10px}
.language{padding-right:10px;margin-right:10px;}

}
@media only screen and (max-width:1366px) {
.nav_cont dt{width: 150px;}
.nav_cont dd{width: calc(100% - 150px)}

}
@media only screen and (max-width:1200px) {
.header_search{display:none !important;}
.header_re{width:auto;}
.navbox{padding-left:220px;}

}

@media only screen and (max-width:1024px) {
.navbox{display: none;}
.nav_contbox{overflow: inherit;}
.nav_cont dl{padding: 0 10px;}
.nav_cont dt{width: 110px;}
.nav_cont dd{width: calc(100% - 110px)}
.nav_cont li{padding: 15px 0;}
.nav_cont dd p{margin-right: 5px;}
.nav_cont{height:100%; }
.nav_cont ul{height: 80vh;overflow: hidden;box-sizing:border-box;}
.menu span i{height: 2px;}
.language{padding-right: 10px;margin-right: 10px;}
.menu{margin-left: 20px;}

.header,.header-place{height:80px;}
.navbox ul>li{height: 80px;line-height: 80px;margin: 0;}
.header h1{margin-top: 10px;}
.header_re{top:12px;}
.navbox ul>li>a i{height: 4px;}

.header h1{width:auto;}

}
@media only screen and (max-width:767px) {
.nav_cont dt,.nav_cont dd{float:none;width: 100%;}
.nav_cont dd p a{padding: 0;}
.nav_cont dd p{margin-right: 20px;}
.nav_cont dt h3{font-weight: bold;}
.nav_cont dl{line-height: 30px;}
.nav_close{top:15px;right: 15px}

.navbox{display: none;}
.menu{width: 32px;}
.menu span i{margin-bottom: 6px;}
.header_re{line-height: 54px;position: static;float: right;margin-top: 11px;}
.language{line-height: 40px;}

.header h1{width: auto;}
.header, .header-place{height: 70px;    box-sizing: border-box;}
.menu{padding-top: 14px;}
.language,.header_search{margin-top: 2px;}
.search_box {width: 100%;top:90%;box-shadow: 0px 0px 10px rgba(0,0,0,0);}
.search_box.on{top:100%;width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.header_search{position: static;}
.shortcut_btn{height: 40px;line-height: 40px;margin-left: 10px;}

}

/*搜索*/




/* ****************************header_end********************************************* */

@media only screen and (min-width:1025px) {
.navbox ul>li>a i,.menu,.nav_close{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
/*.navbox ul>li:hover>a i{width: 100%;left: 0;visibility: visible;opacity: 1;}*/
.menu:hover{opacity: 0.8;}
.nav_cont dd p a:hover{border-bottom: 1px solid #005198;color: #fff !important;}
.nav_close:hover{color:#005198; }


}


/* ****************************header_修改********************************************* */
.nav_close{font-size: 42px;right: 20px;top:20px;}
.nav_cont{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    width: 415px;left: auto;right: -100%;height: 100%;background: #f8f8f8;padding-top: 92px;box-sizing:border-box;
        -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

        transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
}
.nav_cont .wrap{width: 100%;max-width: 100%;height: 100%;}
.nav_cont dl{padding: 0;}
.nav_cont dt,.nav_cont dd{float: none;width: 100%;}
.nav_cont dd p a{padding: 0;color:#000;display: inline-block;}
.nav_cont dd p{float: none;margin: 0;font-size: 14px;line-height:30px;margin-bottom: 10px;}
.nav_cont dd p:last-child{margin-bottom: 0;}
.nav_cont dt h3{font-size: 18px;}
.nav_cont dt h3 a{display: block;}
.nav_cont dd p,.nav_cont dt h3 a{padding-left: 45px;}
.nav_cont dd{display: none;padding: 20px 0;}
.nav_cont, .nav_cont a{color: #232323;}
.nav_cont li{padding: 0;border-color: #ebebeb;}
.nav_cont li:first-child{border-top: 1px solid #cecece;}
.nav_cont dt{line-height: 80px;overflow: hidden;}
.nav_cont dt h3{float: left;width: calc(100% - 50px);box-sizing:border-box;}
.nav_cont dt span{float: right;width: 50px;text-align: center;    font-size: 27px;cursor: pointer;}
/*.nav_cont li.on{background: #eeeeee;}
.nav_cont li.on dt{background: #e3e3e3;}
.nav_cont li.on span{color: #005198;}*/
.nav_cont li.on dt h3{border-left: 5px solid #005198;}
.nav_cont dd a{color: #939393;}
.nav_contbox{max-height: inherit;height: 100%;overflow: hidden;}

.navbody .nav_cont{right: 0;}
.nav_cont .mCSB_inside>.mCSB_container{margin-right: 0 !important}

.nav_cont .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.nav_cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#005198;}
.nav_cont .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.nav_cont .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.nav_cont .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#005198;}

/*#mCSB_1_scrollbar_vertical{display:none !important; }*/

@media only screen and (max-width:1024px) {
.nav_cont dd p, .nav_cont dt h3 a{padding-left: 20px;}
.nav_cont dt{line-height: 60px;}
.nav_cont dt span{font-size: 20px;}
.nav_cont{padding-top: 81px;}
.nav_cont li.on dt h3{border-width: 2px;}
}

@media only screen and (max-width:767px) {

 .ratio-img img{width:100% !important; height:auto !important;}
.case_show_b .inter_insert{ color:#333;}

.nav_cont{
transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-ms-transition: all 0.4s;
}
.navbody .nav_cont{width: 100%;}
.nav_cont dt h3{font-size: 16px;font-weight: normal;}
.nav_cont dt{line-height: 50px;}
.nav_cont{padding-top: 71px;}
.nav_close{font-size: 34px;}

}



@media only screen and (min-width:1025px) {
.nav_cont dd p a:hover{border-bottom: 1px solid #000000;color: #000000 !important;font-weight: bold;}


.header,
.header-place {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.header h1 {width: auto;display: flex;}
.header .jdtp{height:65px;margin-left:10px}
.header_search{display: flex;font-size: 18px;margin-top:0}
.header_search .worm-i-dianhua{margin-right:10px;font-size: 36px;}

.scrollHeader .header,
.scrollHeader .header-place {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
}

.edit_header02 .header {
  position: fixed;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.edit_header02 .header-place {
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}


}


/*登录结果*/
.shortcut_02 a em{display: none;}
.shortcut_02 .login_out{margin-left: 5px;}
.shortcut_02 a{color: #005198;}


@media only screen and (min-width:1025px) {
   .shortcut_02 a:hover{opacity: 0.7;} 
}

/*导航间距调整*/
@media ( min-width:1025px ) and ( max-height:840px ){
.nav_cont dt{line-height: 68px;}
}
@media ( min-width:1025px ) and ( max-height:710px ){
.nav_cont dt{line-height: 60px;}
}
@media ( min-width:1025px ) and ( max-height:650px ){
.nav_cont dt{line-height: 54px;}
.nav_cont dd{padding: 10px 0;}
}
@media ( min-width:1025px ) and ( max-height:590px ){
.nav_cont dt{line-height: 50px;}
}

.nav_close,.nav_cont .search_box{top:25px;}
.nav_cont .search_box{visibility:visible;opacity:1;width:230px;box-shadow: 0px 0px 10px rgba(0,0,0,0);position: absolute;top: 25px;left: 40px;background: none;border: 1px solid #cecece;}
.nav_cont input{background:none}
@media only screen and (max-width:1024px) {
.nav_cont .search_box{left: 20px;}

}

@media only screen and (max-width:767px) {
.nav_close, .nav_cont .search_box{top:18px;}

.header h1 img{height:40px;margin-top:6px}
.jdtp{display:none;}
}





.footer_xin *{ box-sizing:border-box;}
.footer_xin{    padding: 60px 0px 20px; position:relative; z-index:1;
    background-color: #545454;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}
.footer_xin .fotit{ font-size:24px; color:#fff; font-weight:normal; display:block; margin-bottom:30px;}
.footer_xin .foterle{ width:32%;}
.footer_xin .foterle p{ width:80%; color:#eee; font-size:14px; line-height:1.8;}
.footer_xin .fotermi{ width:12%;}
.footer_xin .fotermi a{ display:block;color:#eee; font-size:14px; margin-bottom:15px;}
.footer_xin .fotermi a i{ margin-right:10px; font-size:14px; font-style:normal;}
.footer_xin .foterri{ width:20%;}
.footer_xin .foterri p{color:#eee; font-size:14px; line-height:2;}
.footer_xin .foterri span{ display:inline-block; min-height:5px; min-width:45px;}
.footer_xin .foterewm{ width:15%;text-align:center}
.footer_xin .foterewm img{ max-width:130px;}
.fotcopy{ margin-top:20px;}
.fotcopy{ padding:20px 0; text-align:center;}
.fotcopy p,.fotcopy p a{ color:#fff; font-size:14px; line-height:2;}
.footer_xin .fotermi a:hover{ color:#fff  !important;}
.footer_xin .fotermi a:hover i{ color:#fff;}

@media screen and (max-width:768px){
	.footer_xin .foterle{ width:100%;}
	.footer_xin .fotit{ font-size:20px; margin-bottom:15px;}
	.footer_xin .foterle p{ width:100%; font-size:14px;}
	.ewmwx{ margin-top:20px; margin-bottom:30px;}
	.footer_xin .fotermi{ width:100%; display:none;}
	.footer_xin .foterri{ width:100%;}
	.footer_xin .foterri p{ font-size:14px;}
	.footer_xin .foterewm{ width:100%; margin-top:30px;}
	.footer_xin .foterewm img{ max-width:150px;}
	.footer_xin{ padding-top:40px; padding-bottom:0}
	.fotcopy p, .fotcopy p a{ font-size:12px;}
	}
