@charset "utf-8";
/* CSS Document */
html{background:#FFF;font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #333;font-family:Arial,'Microsoft YaHei',PingFangSC-Regular,SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100% !important;}
fieldset,img{border:0;}
img,object{max-width:100%;/*height:auto;*/width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color: #333;}
a:hover{color: #0e61cb;text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
.tc{text-align:center !important;}
.tl{text-align:left  !important;}
.tr{text-align:right  !important;}
.pa{position: absolute;}
.pr{position: relative;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';content:none;}
input,textarea,select{font-weight:inherit;}
input,select,textarea,button {vertical-align:middle}
.clearFix{*zoom:1;clear:both;}
.clearFix:after{content: '';display: block;clear:both;}
.clear{width: 100%;overflow:hidden;}

/* 低版本浏览器 */
.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.85;filter:alpha(opacity=85);z-index:99998;}
.ie9tips{width:400px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -200px;line-height: 1.8;color:#fff;z-index:99999;text-align:center;}
.ie9tips a{color:red;} 
.ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);} 
.ie9tips p{padding-top:10px;}


/*头部样式*/
.header{width:100%;min-width: 300px; height:90px; z-index:99;position:absolute;top:0;left:0;}
.header.current .black_bg01{display: block;}

.nav-wrapper{width: 100%;height: 25px;}
.logo{width:300px;height:0;position: relative;z-index: 999;top:-37px;margin:0 auto;transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
.logo_bg{width: 260px;height: 0;position: relative;z-index: 99990;top:75px;margin:0 auto;}
.nav{width:1200px;margin:0 auto;z-index: 9992;}
.nav_lf{width: 36.33%;float:left;}
.nav_rt{width: 36.33%;float:right;}
.nav ul{}
.nav ul li{height: 36px;padding-top:15px;transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;position: relative;background: transparent;}

.nav_lf li{float: left;}
.nav_rt li{float: left;text-align: right;}
.nav_rt li .subNav,.nav_lf li .subNav{text-align: center;}

.nav ul > li{width:25%;/* background-image: url(blank); */background: rgba(0,0,0,0);}
.nav ul li > a{padding:0;line-height:32px;height: 36px;color:#FFFFFF;transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;background: transparent;}
.nav ul li > a{font-size:18px;display: inline-block;font-weight:bold;width: 100%;text-align: center;}
/* .nav ul li.on > a,.nav ul li:hover > a{border-bottom: 4px solid #0e61cb;} */
.nav ul li.on > a:after,.nav ul li:hover > a:after{width: 4em;height: 4px;background: #0e61cb;content: '';display: block;position: absolute;bottom: 0;left: 50%;margin-left: -2em;}
.nav_rt li > a:after{right: 0;}
.nav_lf li > a:after{left: 0;}


.nav ul li.on > a{}
 
.subNav{width:100%;background: white;}
.subNav{position: absolute;left:0;top:51px;display: none;/* opacity: 0; */}
.nav ul li.on .subNav{display: block;/* opacity: 1; */}
.subNav dd {width: 100%;}
.subNav a{/* color:#fff; */padding:8px 10%;display: block;border-bottom: 1px solid #e2e2e2;width: 80%;}
.subNav a:hover{background-color: #0e61cb;color: white;}
/* .header.currents .logo{width: 135px;top:-37px;} */
.header.currents .nav ul li{padding-top:10px;height: 48px;}
.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a{height:48px;line-height: 48px;}
.header.currents .subNav{top:56px;}
.header.currents .nav-wrapper{height: 50px;}
.header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4);background: #0e61cb;}
.flipInY{
  -webkit-animation-name: flipInY ;
  animation-name: flipInY ;
  animation-duration: 0.6s; 
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
}
@keyframes flipInY  {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.topWrap{width: 100%;border-top:20px  solid #0e61cb;}

.currents .topWrap{border: 0;}
.top{height: 32px;line-height: 32px;width: 1200px;margin:0 auto;}
.top a{color:#fff;display: inline-block;*display: inline;*zoom:1;float: right;margin-left: 1px;}
.top span{color:#fff;margin:0 5px;display: inline-block;*display: inline;*zoom:1;}
.top .serBtn{background:url(../images/serBtn.png) no-repeat center center #0e61cb;cursor: pointer;display: inline-block;*display: inline;*zoom:1;width: 36px;height:32px;}
.top .english{background:url(../images/En.png) no-repeat center center #0e61cb;cursor: pointer;display: inline-block;*display: inline;*zoom:1;width: 36px;height:32px;}

.serWrap{height:0;overflow:hidden}
#ser{width:100%;overflow: hidden;padding:20px 0 ;background-color:#fff;border-bottom:1px solid #ededed;display: none;}
.ser{width:800px; height:38px; line-height:34px; background-color:#fff;z-index:9999994; margin:0 auto;position: relative;}
.search input{position:absolute;  height: 34px;line-height:34px; color:#262626; border:none; background:none; top:0px; padding-left:0px; }
.search input.notxt{color:#a4a4a4; padding:0 0 0 7px;width:83%;border:1px solid #bfbfbf;}   
.search input.notxt1 {position: absolute;width: 15%;height:34px;right:0;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#fff;border:none;background-color: #0e61cb;border:1px solid #0e61cb;height: 36px;}

/*手机端导航*/
.mobile{width: 100%;position:absolute;height: 42px;display: none;top: 0;right: 0;z-index: 99991;}
.mobile-inner-header{
    width:100%;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 0px;
    }
    .mobile-inner-header-icon{
  color: #ffffff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  cursor: pointer;
}
/*0331隐藏的为手机版的三行线的导航*/
.mobile-inner-header-icon span{
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - -13px) / 3);
  width: 26px;
  height: 2px;
  background-color: rgba(255,255,255,1);
  }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{
    color: #fff; height: 31px;text-align: left;float:right;width: 50px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;} 
     
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: block;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
/*0331隐藏的为手机版的文字的导航*/
.mobile-inner-header-icon span.mobile_home{font-size: 14px;width: 40px;border-top:0;height:100%;text-align:center;font-weight: normal;display: block;border:1px solid #ccc;border-radius: 2px;}
.mobile-inner-header-icon{
    color: #fff;
	padding-top: 5px;
    height: 35px;
    line-height: 28px;
    text-align: left;
    float:right;
    width: 40px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
    z-index: 9999;
    background: #0e61cb;
    } 


@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
      
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}   

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}   

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}   



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav{background-color:#FFFFFF;width: 100%;position: absolute;top: 10px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;box-shadow: rgba(0,0,0,0.1) 0 5px 7px;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size: 1.4rem; 
     border-bottom: solid 1px #d3d3d3;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a:hover{color:#0e61cb;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;}
.mobile-inner-nav li strong{color:#aaa;position: absolute;right:20px;top:0;font-size: 2.5rem;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size: 1.2rem;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#333;margin-left:55px;border:none;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url(../images/serBtn.png) no-repeat center center #0e61cb;border:none;}
.mobile-links{width: auto;margin:0 20px 10px;overflow: hidden;border-bottom:solid 1px #d3d3d3;padding:6px 0;}
.mobile-links span{float:left;padding:0 15px;}
.mobile-links span a{border:none;line-height: 25px;padding:4px 0;}
@media screen  and (max-width:1386px) {
	.nav ul li > a{font-size: 16px;}
	.nav,.top{width: 1000px;}
	.logo{width: 240px;}
	.nav ul li{padding-top: 6px;}
	.subNav{top: 42px;}
}
@media screen  and (max-width:1020px) {
	.nav{display: none;}
	.logo_bg{display: none;}
	.logo{width: 180px;top: -50px;}
	.nav-wrapper{height: 30px;}
	.top{display: none;}
	.topWrap{height: 42px;}
	.mobile{display: block;}
	.logo_bg{display: none;}
}
@media screen and (max-width:360px) {
	.mobile_title a{font-size:12px;}
}


/* footer */
footer{max-width: 1920px;margin: 0 auto;overflow: hidden;background-size: cover;}
.footerTopWrap{width: 100%;padding: 46px 0 40px;}

footer .footerTop{text-align: center;width: 1200px;margin: 0 auto;}
footer .footerTop li{color: #FFFFFF;display: inline-block;vertical-align: middle;font-size: 13.35px;text-align: center;max-width: 11%;margin-left: 5%;}
footer .footerTop li:first-child{margin: 0;}
footer .footerTop li span{font-size: 40px;line-height: 40px;}

footer .links{padding: 34px 0;text-align: center;}
footer .links li{display: inline-block;margin:0 21px ;position: relative;}
footer .links li img{vertical-align: middle;display: inline-block;margin-right: 13px;}
footer .links li a{color: #FFFFFF;font-size: 16px;}
footer .links li span{color: #FFFFFF;font-size: 16px;cursor: pointer;}
footer .links li .linkTip{width: 160px;position: absolute;left: 50%;margin-left: -80px;bottom: 50%;background: #fff;padding: 15px;font-size: 16px;display: none;transition:  all 0.3s ease-in;*filter:alpha(Opacity=40);-moz-opacity:0.4;opacity:0.4;}
footer .links li .linkTip a{background: #0e61cb;padding: 6px 10px;margin-top: 20px;display: block;width: 40px;margin: 20px auto 0;}
footer .links li .linkTip.on{display: block;bottom: 118%;*filter:alpha(Opacity=100);-moz-opacity:1;opacity:1; }
footer .footerBottom{text-align: center;padding-bottom: 42px;}
footer .footerLogo{display: inline-block;vertical-align: middle;padding-right: 14px;}
footer .wechat,footer .email{width: 40px;height: 40px;margin-left: 27px;display: inline-block;vertical-align: middle;position: relative;}
footer .footerBottom .wechat .code{position: absolute;left: 50%;top: -200px;width: 200px;height: 200px;margin-left: -100px;background: white;display: none;}
footer .footerBottom .wechat .code img{width: 100%;}
footer .copyRight{text-align: center;color: #FFFFFF;background: #000000;font-size: 12px;padding: 17px 0 20px;}
footer .copyRight a{color: #FFFFFF;}
footer .copyRight span,footer .copyRight a{padding:0 26px;border-left: 1px solid #FFFFFF;}
footer .copyRight span:first-child{border-left: 0;}

@media screen and (max-width:1386px) {
	footer .footerTop{width: 1000px;}
	footer .links{padding: 28px 0;}
	footer .footerBottom{padding-bottom: 35px;}
	footer .copyRight{padding: 15px 0 16px;}
	footer .footerTop li{max-width: 13%;margin-left: 4%;}
}
@media screen and (max-width:1020px) {
	.footerTopWrap{/* display: none; */overflow: auto;}
}
@media screen and (max-width:767px) {
	footer .copyRight span{display: block;border: 0;}
	footer .copyRight .copyRight1{border: 0;}
	footer .links li img{display: block;margin: 0 auto 5px;}
	footer .links li{width: 22%;margin: 0;}


       .list-body {
    margin: 0;
    margin-top: -15px; }
    .list-body .list-menu {
      width: 100%;
      min-height: unset;
      margin-bottom: 10px; }
      .list-body .list-menu .wp_listcolumn .wp_column {
        margin-bottom: 2px; }
        .list-body .list-menu .wp_listcolumn .wp_column a {
          width: unset;
          border: none;
          font-size: 1rem;
          padding: 0.3rem; }
          .list-body .list-menu .wp_listcolumn .wp_column a span.column-name {
            color: #111;
            font-size: 1rem; }
      .list-body .list-menu .wp_listcolumn .selected::after {
        display: none; }
      .list-body .list-menu .wp_listcolumn .wp_subcolumn .wp_column a {
        padding: 0.2rem 2rem; }
        .list-body .list-menu .wp_listcolumn .wp_subcolumn .wp_column a span {
          color: #000;
          font-size: 0.8rem;
          font-weight: normal; }
    .list-body .list-right {
      width: 100%;
      clear: both;
      margin: 0; }
  .list-banner {
    height: 150px; }


         div.w-1200{
      width: 100%;
  
    }

   div.w-1300{
      width: 100%;
  
    }
    div > .navLeft{
      display: none;
    }
    div.w-965{
      width: 100%;
      float: none;
      position: relative;
      padding-bottom: 20px;
    }
    div.w-925 {width: 100%; }
    .Main_title .p-w100 .p-b25 .m-t50{width: 100%; padding-bottom: 25px; margin-top: 50px;}
    .Main_title .p-w100 .p-b25 .m-t50{
      width: 100%;
      padding-bottom: 25px;
      margin-top: 50px;
    }
    .text-body {
      margin-top: 2.5rem; }
      .text-body .main-info {
        padding: 0; }
        .text-body .main-info .text-title {
          margin-top: 15px; }
        .text-body .main-info .author-info {
          margin-top: 10px;
          padding: 0 25px; }
        .text-body .main-info .text-main {
          margin: 10px 20px;
          padding: unset; }
          .text-body .main-info .text-main span {
            letter-spacing: 0 !important; } 


          div > .dtjt8_div_img{display: none;}
          div > .w-260{width: 100%;}
          div > .w-815{width: 100%;}
          div > .dome_Four:nth-child(4){float: left;}
          div > .footer2 {float: left;margin-left: 10%; }
          .footer_top { background: #f0f3f8; height: 580px;}
         

}
@media screen and (max-width:480px) {
	footer .footerLogo{width: 62%;padding:0 1%;}
	footer .wechat, footer .email{margin-left: 6.75%;width: 8.3%;height: auto;}
	footer .links li a{font-size: 12px;}
}


