
  
  /* 去掉浏览器默认样式 */
  select:focus, textarea:focus, input:focus, button {
    outline: none;
  }
  /* placeholder文字的初始样式 */
  input::-webkit-input-placeholder, input::-moz-input-placeholder, textarea::-webkit-textarea-placeholder, textarea::-moz-textarea-placeholder {
    color: #999;
    transition: color .5s;
  }
  /* placeholder文字的focus样式 */
  input:focus::-webkit-input-placeholder, input:focus::-moz-input-placeholder, input:hover::-webkit-input-placeholder, input:hover::-moz-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea:focus::-moz-input-placeholder, textarea:hover::-webkit-input-placeholder, textarea:hover::-moz-input-placeholder {
    color: #c2c2c2;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a[href] {
    cursor: pointer;
  }
  a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  a:focus {
    background-color: transparent;
  }
  h1, h2, h3, h4, h5, h6, em {
    font-weight: normal;
  }
  
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: top;
  }

  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  a:focus, input:focus, p:focus, div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  body::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 5px;
    border-radius: 4px;
  }
  body::-webkit-scrollbar-button, html::-webkit-scrollbar-button {
    display: none;
  }
  body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background-color: #eee;
  }
  body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background-color: #034789;
  }
  /* æµ®åŠ¨ä¸Žæ¸…æµ®åŠ¨ */
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}
  
  .h10{height:10px; overflow:hidden; clear:both;}
  .h30{height:30px; overflow:hidden; clear:both;}
  .h60{height:60px; overflow:hidden; clear:both;}
  .h70{height:70px; overflow:hidden; clear:both;}
  .h100{height:100px; overflow:hidden; clear:both;}
  input, textarea{background:transparent; padding:0px; font-size:12px; font-family:Arial, "å¾®è½¯é›…é»‘"; color:#888; outline:none; border:0px;}
  em{font-style:normal;}
  .btn1{cursor:pointer;}
  .red{color:#cb1f18;}
  .wal { max-width: 1470px; margin: 0 auto; width:96%;}
  .wal2{max-width: 900px; margin:0px auto; position: relative;display: flex; justify-items: start;}
  .wal3{ max-width: 14.5rem; margin: 0 auto; }
  .wal4{ max-width: 14rem; margin: 0 auto; }
  

  .ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
  .ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
  .ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
  .ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
  
  .Phone-Box{ display: none; }
  
  /*---------*/
  .header{height: 0.9rem; width: 100%; position: absolute; top: 0px; z-index: 15; left: 0px; transition: all .3s ease-out 0s; background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.4)),to(rgba(255,255,255,0)));
      background: linear-gradient(rgba(0,0,0,0.4),rgba(255,255,255,0));} 
  .header .wal{ height: 0.9rem; position: relative; }
  .header.mini{background:#004098;  z-index: 900000; } 
  .sortbar-fixed{ position: fixed; z-index: 900000; background: #004098; border-bottom: 1px solid #013c8e}

  .sortbar-fixed .nav li a{ color: #fff;}
  .sortbar-fixed .img1{ display: none!important;}
  .sortbar-fixed .img2{ display: inline-block!important;}
  
  .header .logo{ position: absolute; left: 0; display: block; /*width: 2.08rem; height: 0.27rem;*/ overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);display: flex;align-items: center;
  }
  /*.header .logo img{ width: 2.08rem; }*/
  .header .logo .img2{ display: none; }
  .header .logo img{height: 50px; width: auto;vertical-align: top;}

  .sortbar-fixed .topRight li a{ color: #000; }
  .sortbar-fixed .topRight li i{ color: #000; }
 
.header .topRight{ position: absolute; right:0;z-index: 1 ;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);}


  
  .nav{ position: absolute; top: 0px;right: 0; right: 2.6rem;  }
  .nav li{ float: left; margin-left: 0.6rem; font-size:18px; position: relative;font-weight: bold;}
  .nav li a{ display: block; height: 0.9rem; line-height: 0.9rem; color: #fff; position: relative;}
  .nav li a:before{ content: ''; width: 100%;  bottom:25%; height: 0.03rem; background: #ffaa00; display: none; position: absolute; }
  .nav li .aNow1:before{ display: block; }


@media only screen and (max-width:1460px) {
.nav{right: 2.5rem;  }
.nav li{ margin-left: 0.4rem; }
}

@media only screen and (max-width:1290px) {
  .nav li{ float: left; margin-left: 0.4rem;}
  .header .logo img{height: 45px; width: auto}

  }
  
  @media only screen and (max-width:1200px) {
    .nav li{ float: left; margin-left: 0.3rem;}
    .nav{  right: 2.8rem; }
    .header .logo img{height: 40px; width: auto}
    }
    
    @media only screen and (max-width:1150px) {
      .nav li{ float: left; margin-left: 0.2rem;}

      }

      @media only screen and (max-width:1090px) {
        .nav{  right: 3rem; }
  
        }


  
  .nav.mini a{ color: #fff; }
  .nav li:hover a:before{ display: block; }
  .nav li a:hover{ color: #ffa200}
  .topSearch{ position: relative; height: 0.36rem; width: 0.36rem; } 
  .topSearch img{ position: absolute; right: 0.15rem; top: 0.1rem; }
  .topSearch .img2{ display: none; }
  .topSearch.mini .img1{ display: none; }
  .topSearch.mini .img2{ display: inline-block; }
  .topSearch input{ position: absolute; right: 0; display:none; padding: 0 0.15rem; height: 0.36rem; line-height: 0.36rem; background: #f5f5f5; border-radius: 0.24rem; -moz-border-radius: 0.24rem; box-shadow: 0px 0px 14px #ddd; width: 1.5rem; font-size: 10.15rem;} 
  .header .lan{ height: 0.36rem; line-height: 0.36rem; padding-left: 0.24rem; }
  .header .lan img{ cursor: pointer;} 
  .header .lan .img2{ display: none; }
  .header.mini .lan img{ display: none; }
  .header.mini .lan .img1{ display: inline-block; }
  
  
  .headDiv{ height:54px; position: relative; z-index:80;}
  .headDiv .logo{ position: absolute; left: 0.2rem;top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

  .headDiv .logo img{ height: 35px; width: auto}

  .headDiv .topRight{ position: absolute; right:60px; }

.topRight ul{ display:inline; margin: 0px; padding: 0px}

.top_24h_haoma{font-size:20px;color: #fff;line-height:34px;letter-spacing: 0px; border:#fff 1px solid; border-radius:50px; padding:1px 12px; text-align:center; font-family:'AVGBBT'; font-weight:600;}
.top_24h_haoma i{ margin-right:3px;font-size: 20px}
.top_24h_haoma span{font-size: 16px;font-weight: 400; margin-right: 4px;}

@media only screen and (max-width:1300px) {
  .top_24h_haoma i{font-size: 16px}
  .top_24h_haoma{font-size:18px;}
  .top_24h_haoma span{font-size: 14px;}
}

@media only screen and (max-width:500px) {
.headDiv .logo img{ height: 35px; width: auto}		
}
  @media only screen and (max-width:500px) {
  .headDiv .logo img{ height: 35px; width: auto}		
  }
  
  .header .lan .list{ position: absolute; top: 0.35rem; right: -0.2rem; display: none; width: 1.14rem; background: #fff; height: .8rem; }
  .header .lan .list li{ font-size: 0.14rem; line-height: 0.36rem; padding-left: 0.17rem; }
  .header .lan .list li a{ display: block; color: #a4a5a5; }
  .header .lan .list li a:hover{ font-weight: bold; color: #004098; }
  
  
  
  .navIco{ display: block; position: absolute; right:20px; top: 0; height:54px; text-align: center; width:35px; line-height: 54px;}
  .navIco img{ width:30px;  vertical-align: middle}
  
  .navIco i{ color: #fff;font-size: 25px; line-height: 54px;vertical-align: middle}
  
  
  .sNav{ display: none; position:absolute; z-index:66; min-width:190px;  background:rgba(239, 239, 239, 0.6);padding:0px; height:auto; border-radius: 0px 0px 5px 5px;
     top:0.9rem;
     left:50%;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     transform: translateX(-50%);
     backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);	
  
      } 
  .sNav .leftImg{ padding-right:5%; width:42%; overflow: hidden;}
  .sNav .leftImg img{ width: 100%;  height: auto; }
  .sNav .midDiv{ padding-left: 0.5rem; width: 5rem; height: 210px; }
  .sNav .msg{ font-size:24px; color: #000; padding-top: 0.42rem; line-height: 0.28rem; }
  .sNav .msg span{color: #7777; margin-left: 5px;text-transform:uppercase;}
  .sNav .wen{ font-size: 18px; color: #666; padding: 0.15rem 0 0.25rem; line-height:30px }
  .sNav .btnDiv a{ position: relative; display: block; width: 1.5rem; height: 0.44rem; background: #e40015; color: #fff; line-height: 0.44rem; text-indent: 0.24rem; font-weight: 300; font-size: 13px; }
  .sNav .btnDiv a:after{ content: ''; width: 30px; height: 9px; background: url(../images/nimg40_1.png) center no-repeat;  right: 0.23rem; top: 0.15rem; position: absolute;  }
  .sNav .list{overflow: hidden; }
  .sNav .list li{line-height: 0.35rem; font-size:16px; margin-bottom: 0.1rem;}
  
  .sNav .list_1{ width:52%; }
  .sNav .list_1 li{line-height: 0.35rem; font-size:16px; margin-bottom: 0.1rem;}
  .sNav .s_lm_title{font-weight: bold;font-size: 20px; margin-bottom: 10px;color: #004098;}
  .sNav .s_lm_title span{font-weight: normal;font-size:16px;  color: #888; margin-left:10px;text-transform:uppercase;}
  
  .sNav .list dl{ margin: 0px; padding: 0px; overflow: hidden}
  .sNav .list dl dt{ margin: 0px; padding: 12px 0px; overflow: hidden;font-size: 16px; line-height: 24px;text-align: center; margin-top: 1px;}
  .sNav .list dl dt a{color: #000;}
  .sNav .list dl a{  display: block; position: relative;}
  .sNav .list dl dd { margin: 0px; padding: 0px; overflow: hidden;font-size: 14px; line-height: 30px;margin-left: 15px; }
  
  .sNav .list dl dt .hei_txt a{ color: #fff;}
  .sNav .list dl dt .hei_txt{ color: #fff;}
  .sNav .list dl dt:hover{ background: #004098;}
  .nav li .sNav .list dl dt a{line-height: 24px;color: #000;height: auto;font-weight: normal;}
  .nav li .sNav .list dl dt:hover a{ color: #fff;}
  
  .nav li .sNav .list dl dt a:before{ content: ''; width: 100%; height: 0.03rem;  display: none; position: absolute; }
  
  .sNav .list dl .on1 {color: #fff; background: #004098;}
  .sNav .list dl .on1 a{color: #fff;}
  .sNav .list dl .on1 a:before{background: #004098;}
  
  .sNav .list_1 dl{ margin: 0px; padding: 0px; overflow: hidden}
  .sNav .list_1 dl dt{ margin: 0px; padding: 0px; overflow: hidden;font-size: 16px; line-height: 36px; color: #222; width: 50%;float: left;}
  .sNav .list_1 dl a{ padding-left: 0.13rem; display: block; position: relative;}
  .sNav .list_1 dl a:before{ content: ''; position: absolute; left: 0px; top: 50%; margin-top: -2px; width: 4px; height: 4px; background: #dbdbdb; border-radius: 50%; }
  .sNav .list_1 dl dd { margin: 0px; padding: 0px; overflow: hidden;font-size: 14px; line-height: 30px;color: #666;margin-left: 20px; }
  
  .sNav .list_1 dl a:hover{ font-weight: bold;color: #004098;}
  .sNav .list_1 dl a:hover:before{ background: #004098;}

  .navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:fixed; z-index:99999; right:-100%; top:0px;}
  .navLayer .bg{overflow-x: auto;position:relative; background:#fff; height:100%; width:70%; float:right;box-shadow:0 0 20px 1px rgba(0,0,0,.1)}
  .navLayer .toptop{ padding: 0 0.2rem; height: 1.0rem; position: relative; background: #004098;display: flex;align-items:center;}
  .navLayer .toptop a{display: inline;display: flex;align-items:center;}
  .navLayer .logo{ position: absolute; left: 0.2rem; }
  .navLayer .logo img{ width: auto; height: 35px;vertical-align: top;}
  .navLayer .closeBtn{ width:0.64rem; height:1.0rem; position:absolute; top:0px; right:10px; text-align: center; line-height: 1.0rem;}
  .navLayer .closeBtn img{ width: 0.5rem; vertical-align: middle}
  .sideNav{ padding: 0.15rem 1rem 0.5rem; }
  .subNav{ cursor:pointer; display:block; height:1rem; line-height:1rem; position:relative; font-size:0.34rem; border-bottom: #eee solid 1px;}
  .subNav1{ background:url(../images/nimg53_2.png) right center no-repeat; background-size: 0.53rem; color: #2c2c2c;}
  .subNav:before{ content: ""; display: block; width: 1.4rem; height: 1px; background: #004098; position: absolute; left: 0px; bottom: -1px; }
  
  .subNav_tel{ cursor:pointer; display:block; height:1rem; line-height:1rem; position:relative; font-size:18px; border-bottom: #eee solid 1px;}
  .subNav_tel a{color: #004098;display: flex;align-items: center;  font-family: 'AVGBBT'}
  .subNav_tel i{ margin-right: 5px;font-size: 24px;}
  
  .subNav .name{ position:relative;}
  .subNav a{ color:#2c2c2c; display: block;}
  .currentDt{background:url(../images/nimg53_2on.png) right center no-repeat; background-size: 0.53rem;}
  .navContent{display: none;margin: 0px; padding: 0px;}
  .navContent li {display:block; line-height:24px; font-size:0.28rem; border-bottom:#eee solid 1px;overflow: hidden;}
  .navContent li p{margin: 0px; padding: 0px; padding-left: 20px;font-size:0.26rem; line-height: 36px; padding-bottom: 10px;color:#666;  }
  .navContent .on1 a{ color: #004098;}
  .navContent li{padding: 8px 0px;}
  
  .searchLayerTel{ display:none; z-index:71; top:1.0rem; left:0px; width:100%; position:fixed;}
  .searchLayerTel .box{ padding:0.3rem 0.36rem;}
  .searchLayerTel .box .form{ padding-right: 1.3rem; position:relative; }
  .searchLayerTel .form .input1{ width:100%; background:#fff; border-radius: 8px 0px 0px 8px; height:0.9rem; line-height:0.9rem; text-indent:0.2rem; font-size:0.24rem;border: 0}
  .searchLayerTel .form .btn1{ border-radius: 0px 8px 8px 0px; position:absolute; right:0px; top:0px; background:#004098 url(../images/l_bg.jpg); text-align: center; width:1.3rem; height:0.9rem; cursor:pointer; color: #fff; font-size: 0.28rem;}
  
  .pageBg{ position:fixed; z-index:69; width:100%; height:100%; display:none; background:rgba(0,0,0,0.8); left:0px; top:0px;}
  
  
  .pagecontent .pagebox{ padding-top:100px; padding-bottom:150px;}
  
  
  
  #Layer1{
    position:absolute;
    position:fixed;
    _position:absolute;
    width:100%;
    z-index:111;
    top:0; left:0px;
    background-color:#000;
    display:none;
  }
  
  
  .selectDiv{cursor:pointer;}
  .selectDiv span{padding-left:10px;}
  .selectDiv select{display:none;}
  /**/
  .selectLayer{position:absolute; z-index:100; display:none; background:#FFF; border:#bababa solid 1px;}
  .selectLayer li{height:22px; line-height:22px; overflow:hidden; padding-left:10px; color:#666;}
  
  
  
  @-webkit-keyframes detailsNavList {
    0% {
      opacity: 0;
      -webkit-transform: translateX(70px);
              transform: translateX(70px);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
    }
  }
  @-moz-keyframes detailsNavList {
    0% {
      opacity: 0;
      -moz-transform: translateX(70px);
           transform: translateX(70px);
      -moz-backface-visibility: hidden;
           backface-visibility: hidden;
      -moz-transform-style: preserve-3d;
           transform-style: preserve-3d;
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0);
           transform: translateX(0);
      -moz-backface-visibility: hidden;
           backface-visibility: hidden;
      -moz-transform-style: preserve-3d;
           transform-style: preserve-3d;
    }
  }
  @-o-keyframes detailsNavList {
    0% {
      opacity: 0;
      -o-transform: translateX(70px);
         transform: translateX(70px);
      backface-visibility: hidden;
      transform-style: preserve-3d;
    }
    100% {
      opacity: 1;
      -o-transform: translateX(0);
         transform: translateX(0);
      backface-visibility: hidden;
      transform-style: preserve-3d;
    }
  }
  @keyframes detailsNavList {
    0% {
      opacity: 0;
      -webkit-transform: translateX(70px);
         -moz-transform: translateX(70px);
           -o-transform: translateX(70px);
              transform: translateX(70px);
      -webkit-backface-visibility: hidden;
         -moz-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
         -moz-transform-style: preserve-3d;
              transform-style: preserve-3d;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
      -webkit-backface-visibility: hidden;
         -moz-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
         -moz-transform-style: preserve-3d;
              transform-style: preserve-3d;
    }
  }
  
  @-webkit-keyframes shieldingEnter {
    0% {
      height: 0;
    }
    100% {
      height: 183px;
    }
  }
  @-moz-keyframes shieldingEnter {
    0% {
      height: 0;
    }
    100% {
      height: 183px;
    }
  }
  @-o-keyframes shieldingEnter {
    0% {
      height: 0;
    }
    100% {
      height: 183px;
    }
  }
  @keyframes shieldingEnter {
    0% {
      height: 0;
    }
    100% {
      height: 183px;
    }
  }
  
  
  
  
  
  .common-name {font-size: 40px;text-transform: uppercase;}
  
  .R_more{ width:auto;float: right; font-size: 16px; color: #555; line-height: 40px}
  .R_more a{ font-size: 16px;line-height: 40px}
  
  @media (max-width: 1600px) {
    .common-name {font-size: 35px;}
  }
  @media (max-width: 1440px) {
    .common-name { font-size: 30px;}
  }
  .common-name span { text-transform: uppercase;}
  @media (max-width: 1366px) {
    .common-name { font-size: 28px;}
  }
  @media (max-width: 1024px) {
    .common-name {font-size: 24px;}
  }
  .common-des {font-size: 30px;}
  @media (max-width: 1600px) {
    .common-des {font-size: 24px;}
  }
  @media (max-width: 1440px) {
    .common-des {
      font-size: 22px;
    }
  }
  .common-des span {display: block;}
  @media (max-width: 1024px) {
    .common-des {font-size: 19px;}
  }
  @media (max-width: 768px) {
    .common-des {font-size: 19px;}
  }
  
  