@charset "utf-8";

/* 基础元素样式 */
@font-face {
  font-family: 'vivoSans-Medium';
  src: url('./font/vivoSans-Medium.ttf');
}

/* CSS Document */
html{ 
  background:#fff;
}
body{ 
  background-color:#fff;
  color: #444;
  font-family:'vivoSans-Medium','Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
  font-size: 1em;
  min-width: 1400px;
}
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;color: #323232; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
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: #1a70d1;text-decoration: none;transition: all .4s;
   transition: all .5s ease;
 -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,strong,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;}
.fwn{font-weight:normal;}
.fwb{font-weight:bold;}
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}
.pa{position:absolute;}
.pr{position:relative;}



.topicInfo li{transtion:all 1s ease 0s}
/*头部样式*/
.wraq_header { 
  width: 100%;
  top:0;
  left:0;
  position:relative;
  background: #9e0d30 no-repeat center top; 
  z-index:999;
  background-size: 100% 100%;
}
.header { 
  max-width: 1400px;
   height: 140px; 
   margin:0 auto;
   position:relative;
  }
.logo{
  float: left;
}
.logo .logo_01 {
  display: block;
  z-index:9999;
  position: relative;
  height: 100%;
}
.logo .logo_01 img {
  padding: 35px 0 0 0;
  height: 70px;
}
.top_nav{float: right;position: relative;margin-top:30px;height: 70px;padding-right: 50px;}
.top_nav a{background: url(../images/top_nav_li.png) no-repeat center left;font-size: 14px;color:#fff;margin-left: 10px;padding-left: 10px;}
.top_nav a:first-child{background: none;padding-right: 0;margin-right: 0;}
.top_nav a:hover{color:#a6b3f2;}


.search_box{position: absolute;right: 0;top: 30px;}
.btn_ser{  display:block;  width:30px; height: 30px;cursor: pointer;padding:0px;text-align: right;}
.top_nav .btn_ser.Nobg{background: none;padding-right: 0;margin-right: 0;}
.btn_ser img{ vertical-align: middle;}
.ser {
  width: 300px; 
  height: 40px;
  right: 0;
  top: 50px;
  line-height:30px; 
  background-color:#fff;
  z-index:9999994;
  border-radius: 15px;
}
.search {
  width: 300px; 
  height: 40px;
  position:relative; 
  overflow: hidden;
  z-index:9999999;
  border-radius: 15px;
}
.search input { 
  position:absolute; 
  width: 280px; 
  height: 38px;
  line-height: 38px; 
  color:#444; 
  border:none; 
  background:#fff; 
  right:30px; 
  top:0px; 
  padding-left:0px;
  border-radius: 15px;
}
.search input.notxt {
  color:#444; 
  padding-left: 15px;
  width: 255px;
  font-family: "Microsoft yahei";
  font-size: 14px;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
}   
.search input.notxt1 { 
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 8px;
  top: 0px;
  right:0;
  border: none;
  background:url(../images/search.png) no-repeat center center;
  cursor:pointer; 
  overflow: hidden;
  background-color:#FFFFFF;
  border-radius: 15px;
  background-size: 100% 100%;
  color: #AEAEAE;
}
.search input.notxt::placeholder {
  color: #AEAEAE!important;
}

/*导航*/
.wraq_nav {
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 9999;
}
.nav { 
  max-width: 1400px;
  margin: 0 auto;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
}
.nav ul {
  max-width: 1400px;
  height: 60px;
}
.nav ul li {
  float: left;
  width: calc(100% / 11);
  position: relative;
  height: 60px;
}
.nav ul li a { 
  color:#353535;
  font-size: 18px;
  font-weight: bold;
}
/* .nav ul li:hover { 
  cursor:pointer;
  background: #9e0d30;
} */
.nav ul li .subNav { 
  position: absolute; 
  left: 0;
  display: none; 
  /* background: rgba(158,13,48,0.7);  */
  background: #ffffff; 
  overflow: hidden;
  z-index: 999;
}
.wraq_nav.float .nav ul li.on::before {
  background: #FFFFFF;
}
.wraq_nav.float .nav ul li a {
  color: #ffffff;
}
.nav ul li.on {
  position: relative;
}
.nav ul li.on::before {
  width: 80%;
  height: 6px;
  position: absolute;
  bottom: -1px;
  left: 10%;
  content: '';
  background: #9e0d30;
}
.wraq_nav.float .subNav {
  box-shadow: 0px 1px 2px 0px rgba(0, 21, 41, 0.12);
}
.nav ul li.on .subNav {display:block;/*animation:rotate 400ms;-webkit-animation:rotate 400ms;-moz-animation:rotate 400ms;*/}
.nav ul li.on .subNav dl { overflow:hidden;padding-top:1px;}
.nav ul li.on .subNav dl dd { height:auto;line-height:20px;text-align:center;}
.nav ul li.on .subNav dl dd a { 
  display: 
  block; 
  line-height:20px; 
  font-weight:normal; 
  color:#333;
  padding:8px 5px 8px 5px;
  font-size: 14px;
  font-weight: bold;
}
.nav ul li.on .subNav dl dd a:hover{ color:#fff;background-color:#9e0d30;}
.nav ul li.active{ background: #9e0d30;}
.nav ul li.active a{ color:#fff; }


/*footer*/
.footer_wrap {
  width:100%;
  overflow: hidden;
  background: url(../images/footer_bg_2024.png) no-repeat right top;
  background-size: 100% 100%;
  padding-top: 40px;
}
.footer{width: 1400px;overflow: hidden;margin:0 auto; }
.footer .lf {
  float: left;
  width: 70%;
  overflow: hidden;
  margin:0 ;
  position: relative;
}
.footer .md{float: left;width: 41.35%;overflow: hidden;margin:30px 0 ;}
.footer .rt {
  float: right;
  width: 30%;
  overflow: hidden;
  margin: 0 ;
  /* background: url(../images/footer_li.png) repeat-y right; */
}

.footerList{overflow: hidden;padding:0 10%;background: url(../images/footer_li.png) repeat-y left;}
.footerList1{ 
  padding: 30px 8% 0;
  /* background: url(../images/footer_li.png) repeat-y left; */
  overflow: hidden;
}
.footerList ul{overflow: hidden;float: left;margin-right: 20px;}
.footerList ul li{margin-top:10px;}
.footerList ul li a{color:#cfd9fd;font-size: 14px;display: block;height: 20px;overflow: hidden;}
.footerList ul li a i{color:#cfd9fd;font-style: normal;margin-right: 5px;}
.footerList ul li a:hover{color:#fff;}

.footer_logo{
  text-align: left;
  padding: 30px 10%;
  overflow: hidden;
  /* background: url(../images/footer_li.png) repeat-y left; */
}
.footer_logo img {
  height: 50px;
}
.footerTitle{margin-bottom: 10px;}
.footerTitle h2{font-size: 18px;color:#fff;font-weight: normal;}

.code2D { 
  text-align: center;
  float: left;
  width: 30%;
  overflow: hidden;
  margin-right: 5%;
}
.code2D:nth-child(3) {
  margin-right: 0;
}
.code2D img {
  height: 100px;
}
.code2D p{ 
  color:#fff;
  font-size: 12px;
  padding-top: 10px;
}
.copyRight {
  margin: 0 auto;
  overflow: hidden; 
  background:#9e0d30;
  padding: 0 0 22px 98px;
  text-align: left;
  color:#ffffff;
  font-size: 14px!important;
  line-height: 26px;
}

.goTop {position: absolute;bottom: 0;right: 30px;z-index: 99;color: #0956ad;text-align: center;font-size: 16px;transition: none;z-index:9999;}
.goTop i {color: #0956ad;display: block;margin-bottom: 8px;transition: all 0.3s ease;}
.goTop:hover{color: #0956ad;}
.goTop:hover i {transform:translateY(-5px); -webkit-transform:translateY(-5px); -moz-transform:translateY(-5px);}
@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;
    }
}



/*手机端导航*/
.mobile{width: 100%;position:absolute;height: 50px;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: 0px;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{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);  width: 25px;  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;}

/*.mobileLink{height: 39px;line-height: 39px;}
.mobileLink dd{height: 39px;line-height: 39px;float:left;width: 25%;text-align: center;font-size: 16px;font-size: 1.6rem;}
.mobileLink dd a{color:#fff;} */
.mobile-inner-header-icon{
    color: #fff; height: 31px;text-align: left;float:right;width: 30px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;margin-top:5px;} 
     
.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;}
@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:#e9f3ff;width: 100%; position: absolute;top: 104px;   left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 38px;
    text-decoration: none;  width: 100%;font-size: 14px; 
     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:#21365e;}
.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: 25px;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: 12px;}
.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: 85%;color:#333;margin-left:55px;border:none;background:none;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url(../images/ser.png) no-repeat center center;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:1400px) {

  .header,.footer,.nav{width: 98%;}
 .goTop{right:10px;}
 .top{width:98%;margin:0 auto;}
 .header_logo{width: 100%;margin:0 auto;}
 .nav a{font-size: 0.9em;}
 .nav ul li.on .subNav dl dd a{font-size: 0.9em;padding:6px;}
 
}