@charset "utf-8";
/* CSS Document */

/*公共头部*/
.header01{position: relative;} 
.pubHeader{ position: relative;z-index: 99;  width:100%; position: relative;z-index: 99; background-color:#0e2f76;
background: -webkit-linear-gradient(left, #0e2f76, #1b50c2); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #0e2f76, #1b50c2); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #0e2f76, #1b50c2); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #0e2f76, #1b50c2); /* 标准的语法 */}
.top01{width: 1200px;margin:0 auto;}
.logo01{width: auto;padding:18px 0;z-index: 999;position:  relative;max-width: 278px;width: 60%;line-height: 1}
.logo01 img{}
.top_nav01{float: right;}
.top_nav01 a{color:#fff;font-size: 14px;display: inline-block;*zoom:1;*display: inline;margin-left: 10px}
.top_nav01 a:hover{color:#005825;}
.top_nav01{padding-top: 28px;}
.top_nav01 a.en{height: 23px;line-height: 23px; }


/*头部样式*/
.wrap_header{ width:100%; position: relative;z-index: 99;  }
.header{ max-width:1400px; min-width: 320px; margin:0 auto;z-index:999;}
#btn_ser{display:none;}
.links{float:right;text-align:right;margin-top:43px;}
.links01 ul li{ display: inline;height:25px;}
.links01 a{ color:#fff; padding:0 10px; }
.links01 a:hover{color: #c81622;}

.snav{display:block;}
.mbtn{display:block;}
.logo{ max-width: 278px; height:auto; padding:21px 0 20px 0;}
  
.topNav{ position:absolute; top:32px; right:0;}
.topNav a { font-size:14px; display:inline-block; color: #159e15; padding: 0 10px; }


  
/*导航*/
.nav{ overflow: hidden; background: url(../images/t5-navbg.png) no-repeat bottom center; padding: 25px 0 130px 0;}
.nav ul{}
.nav ul li{ padding: 18px 18px 18px 40px;}
.nav ul li a{color:#fff; font-size:1.6rem; display:block; transition: all 0.3s ease;cursor: pointer;cursor: pointer;}
.nav ul li.active a{ color: #e0ca7e;}
.nav ul li a:hover{ padding-left: 5px; }


/*手机端导航*/
.mobile{width: 100%;  position:absolute;display: none;top:0px;right: 0;z-index: 99991}
.mobile_title{width: 100%;float:left;color:#fff;position: absolute;left:0;top: 0;width: 50%;height: 50px;line-height: 50px;text-align: center;font-size: 14px;font-weight:normal;}
.mobile_title a{float:left;margin-left: 10px;color:#fff;line-height: 31px;height: 31px;}
.mobile-inner-header{width:100%;
    height: 42px;position: absolute;top: 25px;right:15px;}
  
  
    .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{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; left: calc((100% - 20px) / 2);
  top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #0e2f76;}
.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:28px;float:right;width: 28px;position: relative; cursor: pointer;font-weight: bold;text-align: center;/*! margin-top:5px; */background: #fff; z-index:9999;} 
     
.mobile-inner-header-icon-out span{width: 20px;height: 2px;background-color:#0e2f76;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-click{ background: none; /*! margin-top: 10px; */ }

.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;}
@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
  }
}   
.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;
    }
@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:#eee;width: 100%; position: absolute;top: 0;   left: 0px;padding-top: 60px;padding-bottom: 25px;display: none; z-index:999;}
.open .mobile-inner-nav{display: block;}
.mobile-inner-nav a{display: inline-block;line-height: 40px;
    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 li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 0;}
.mobile-inner-nav li strong{color:#fff;position: absolute;right:20px;top:0;font-size: 2.5em;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;/*! color:#fff; */}
@-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 rgb(105, 106, 106);font-size: 1.2em;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #747474;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 79%;color:#d9d9d9;margin-left:45px;border:none; height:34px; background:none;}
.mobile_search input.notxt1{width:45px;background-color:#fff;right:auto; position:absolute; top:10px;left:0;background:url(../images/ser.png) no-repeat center center;border:none;}
.mobile-links{width: auto;overflow: hidden;border-bottom:solid 1px #747474;padding:6px 0; text-align: center;}
.mobile-links span{padding:0 30px; display: inline-block;}
.mobile-links span:first-child{ display: none; }
.mobile-links span a{border:none;line-height: 25px;padding:4px 0;}


@keyframes rotate{
    from{
        transform: rotateX(90deg) translateY(0%);
        top:43px;
    }
    to{
        transform: rotateX(0deg) translateY(0%);
        top:43px;
    }
}
@-moz-keyframes rotate{
    from{
        -moz-transform: rotateX(90deg) translateY(0%);
        top:43px;
    }
    to{
        -moz-transform: rotateX(0deg) translateY(0%);
        top:43px;
    }
}
@-webkit-keyframes rotate{
    from{
        -webkit-transform: rotateX(90deg) translateY(0%);
        top:43px;
    }
    to{
        -webkit-transform: rotateX(0deg) translateY(0%);
        top:43px;
    }
}

/*footer*/
.footer{ overflow: hidden; background-color:#0e2f76;
background: -webkit-linear-gradient(left, #1b50c2, #0e2f76); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #1b50c2, #0e2f76); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #1b50c2, #0e2f76); /* Firefox 3.6 - 15 */
background: linear-gradient(to right,  #1b50c2, #0e2f76); /* 标准的语法 */ 
padding: 26px 0;
position: relative;
z-index: 9;}
.copyRight{font-style: normal;max-width: 1400px;margin: 0 auto;text-align: center; color:#fff; }
.footer span{margin:0 10px}
 

/*banner*/
.bannerbg{position: absolute; top: 0;z-index: 1;width: 100%;text-align: center;}
.bannerbg span{ display: block; height: 0; padding-bottom:28.7%; overflow: hidden; }


.content{max-width: 1200px; margin: 135px auto auto auto; overflow: hidden;position: relative;z-index: 9;}
.mode{overflow: hidden;min-height: 600px;}
.mode .lf{ width: 15%; float: left; background: #0e2f76; opacity: 0.95; border-bottom-left-radius: 3px;border-top-left-radius: 3px;padding-bottom: 5000px;margin-bottom: -5000px; overflow: hidden;}
.mode .md{ width: 62.5%; float: left; background: #ffffff; opacity: 0.95;padding-bottom: 5000px;margin-bottom: -5000px;}
.mode .rt{ width: 22.5%; float: right; background: #eeeeee; opacity: 0.95;border-bottom-right-radius: 3px;border-top-right-radius: 3px;padding-bottom: 5000px;margin-bottom: -5000px;overflow: hidden;}


/*基本情况*/
.articleList01{ padding: 25px 33px; overflow: hidden; }
.articleList-row{overflow: hidden;/* margin-bottom: 25px; */}
.articleList-row .articleTitle{ border-bottom: #dddddd 3px solid; padding-bottom: 12px; overflow: hidden; }
.articleList-row .articleTitle span{ font-size: 1.8rem; font-weight: bold; color: #0e2f76; }
.articleText{padding: 12px 0 0 0;overflow: hidden;margin-bottom: 25px;}
.articleText p{ font-size: 1.4rem; line-height: 30px; }


/*照片+个人简介*/
.personIntroduction{ overflow: hidden; }
.articleList02{ margin: 25px 20px; overflow: hidden; }
.personImg{ overflow: hidden; }
.personImg span.img{ display: block; width: 150px; height: 200px; margin: 0 auto; overflow: hidden; }
.personImg span.img img{ display: block; width: 150px; height: 200px; }
.personImg span.name{ font-size: 1.6rem; font-weight: bold; display: block; height: 40px;line-height: 40px; text-align: center;}
.personIntroduction .articleText{ border-top: #ccc 1px solid; }
.erweima{ display: block; width: 100px;height: 100px; margin: 15px auto; overflow: hidden;padding:5px;background: #fff;}

.articleList-row .articleTitle02{ border-bottom: #dddddd 1px solid; padding-bottom: 12px; overflow: hidden; }
.articleList-row .articleTitle02 span{ font-size: 1.6rem; font-weight: bold; color: #333; }





@media screen  and (max-width:1440px) {
       .top01{ max-width: 1200px;}
       .content{ max-width: 1000px; }
     
 }
@media screen  and (max-width:1220px) {
       .top01,.content,.footer{ width: auto;padding-left: 15px; padding-right:15px;  }
     
 }


@media screen  and (max-width:992px) { 
      .nav,.mode .lf{display:none;}
      .topNav,.ser{ display: none; }
      .mobile{ display:block;}
      .bannerbg{ position: static; }
      .content{ margin: 0 auto; }
      .mode .md{ width: 73.5%; }
      .mode .rt{ width: 24%; }
      .articleList01{ padding: 25px 0; }
#qrcode{display: none;}

}


@media screen and (max-width:767px) {
      .content{ padding: 0; }
      .mode .md{ padding-left: 15px; padding-right: 15px; }
	    .mode .rt,.mode .md{ float: none; width: auto; padding-bottom: 0; margin-bottom: 0; }
      .personImg{ float: left; }
      .personIntroduction{ margin-bottom: 20px; }
      .personIntroduction .articleText{ margin-left: 170px; }
      .articleText .erweima{ float: left; margin: 7px auto; } 
 }

@media screen and (max-width:640px) {
       .logo01{padding:10px 0;width: 50%;;}
      .top_nav01{font-size: 12px;float: none;text-align: center;padding:8px 0;border-bottom: 1px solid #eee;}
      .logo01{float: none;text-align: center;margin:0 auto;width: 80%;}
      .footer{padding:15px}
    
}

@media screen and (max-width:480px) {
       .mobile-inner-header{ top: 15px; } 
       .personImg{ float: none; }
       .personIntroduction .articleText{ margin: 0; } 
       .articleText .erweima{ float: none; margin: 10px auto auto auto; } 
       .articleList-row .articleTitle span,.articleList-row .articleTitle02 span{ font-size: 1.5rem; } 
       .articleList-row{ margin-bottom: 20px; }
       .articleText p,.footer p span{ font-size: 1.3rem; line-height: 26px;} 

}

@media screen and (max-width:414px) {

}



