@charset "UTF-8";
html,
body,
div,
p,
a,
img,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
input,
button,
nav {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: middle;
}

html {
  overflow-y: auto;
  font-family: "Microsoft YaHei", "微软雅黑", arial, "宋体";
  overflow-x: hidden;
  max-width: 2200px;
  margin: 0 auto;
}

body {
  height: 100%;
  position: relative;
  right: 0;
  transition: all .4s ease;
}

@font-face {
  font-family: DINCond-BoldAlternate;
  src: url("../font/dincond-bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../font/dincond-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/dincond-bold-webfont.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../font/montserrat-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: CALIBRI;
  src: url("../font/CALIBRI_1.TTF.eot");
  /* IE9 Compat Modes */
  src: url("../font/CALIBRI_1.TTF.eot?#iefix") format("embedded-opentype"), url("../font/CALIBRI_1.TTF");
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}

ul {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgba(210, 210, 210, 0.48);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(123, 121, 121, 0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tempWrap {
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.w1200{width:1200px;margin: 0 auto}
.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  line-height: 90px;
  z-index: 99;
  transition: all .4s ease;
  background: url(../../images/index05.jpg) no-repeat 0 0 #005dc4  ;
  background-size: 100% 100%
}
.nav2{display: none;}
.nav .childMenu {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #fff;
    background: #008cd6;
    font-size: 14px;
    transition: all 0.3s;
    color: #88868e;
    overflow: hidden;
    line-height: 55px;
}
.nav .vip {
  width: 120px;
  height: 90px;
  background: #fff;
  background: #b89f5f;
  transition: all 0.3s;
  color: #fff;
  overflow: hidden;
  line-height: 90px;
  text-align: center;
}
.nav .childMenu.active {
  height: 55px;
  overflow: visible;
}
.nav .childMenu ul {
  margin-top: -2px;
}
.nav .childMenu ul li {
  float: left;
  display: inline-block;
}
.nav .childMenu ul li + li {
  padding-left: 10px;
}
.nav .childMenu ul li a {
  /*border-top: 2px solid #9a9a9a;*/
  color: #fff;
}
.nav .childMenu ul li a:hover{
      /*background: url(../images/navBg.png) center bottom no-repeat;*/
      /*border-bottom: 2px solid #008cd6*/
}
.nav .childMenu ul li:hover a {
  color: #fff;
}
.nav .redBg {
  position: absolute;
  border-bottom: 2px solid #ea3800;
  left: 0;
  bottom: 0;
  width: 33%;
  z-index: 1;
}
.nav .greyBg {
  position: absolute;
  border-bottom: 2px solid #9a9a9a;
  left: 0;
  bottom: 0;
  width: 100%;
}
.nav .logoBox {
  float: left;
  font-size: 0;
}
.nav .logoBox img {
  vertical-align: middle;
  width: 198px
}
.nav .navBox {
  float: right;
  overflow: hidden;
}
.nav .navBox > ul {
  float: left;
  overflow: hidden;
  padding-right: 20px;
}
.nav .navBox > ul > li {
  position: relative;
  padding-left: 34px;
  float: left;
  background: url(../../images/index12.png) no-repeat 15px center;
  font-size: 16px
}
.nav .navBox > ul > li:first-child {
  padding-left: 0;
  background: none
}
.nav .navBox > ul > li a {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.nav .navBox > ul > li:hover a, .nav .navBox > ul > li.active a {
  background: url(../../images/navBg.jpg) center bottom no-repeat;
}
.nav .navBox > ul > li > ul {
  display: none;
}
.nav .sideButtonBox {
  float: left;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  height: 90px;
  width: 107px;
  background: url(../../image/sideButton.png) center center no-repeat;
}
.nav.child .container {
  position: static;
}
.nav.child .logoBox {
  padding: 0;
}
.nav.child .navBox ul {
  padding-right: 0;
}
.nav.child .navBox ul li a {
  text-align: right;
}
.nav.child .navBox ul li.active a {
  background: url(../../image/navBg.png) right top no-repeat;
}
.nav.child .sideButtonBox {
  position: absolute;
  right: 0;
  top: 0;
}

.index{
  width: 100%;margin-top: 90px
}

.qrBox {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  width: 300px;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 4px #222;
  display: none;
  z-index: 101;
}
.qrBox p {
  font-size: 13px;
  color: #282828;
  line-height: 18px;
  padding-bottom: 0;
}
.qrBox #QR {
  padding: 10px 0;
  text-align: center;
}
.qrBox .closeQR {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../image/close.png) center center no-repeat;
  opacity: 0.7;
  z-index: 2;
}

.foot {
  z-index: 3;
  background: url(../../images/index04.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: 25px
}
.foot a {
  display: inline-block;
}
.foot a img {
  vertical-align: middle;
}
.foot .mediaFoot {
  display: none;
  color: #a5a5a5;
  text-align: center;
}
.foot .mediaFoot img {
  padding-bottom: 10px;
}
.foot .mediaFoot a {
  margin: 0 5px;
}
.foot .mediaFoot p {
  padding-bottom: 10px;
}

.foot .foot-left{
  float: left;
  width: 960px;
}
.foot .foot-left li{
  float: left;width: 240px;
}
.foot .foot-left li p{
  line-height: 36px;
  font-size:14px;
}
.foot .foot-left li h5{
  width: 100%;
  font-size: 16px;
  color: #fff;height: 50px;
  line-height: 50px;
}
.foot .foot-left p{color: #dfdfdf}
.foot .foot-left p:last-child{margin-right: 0}
.foot .foot-right{float: left;}
.foot .foot-right .tit{font-size: 16px;color: #fff;line-height: 50px;}
.foot .foot-right .tit2{font-size: 14px;line-height: 36px;color: #fff;}
.foot .foot-right .pic{width: 80px;text-align: center;margin: 8px 0}
.foot .foot-bottom{
  width: 100%;
  color: #dfdfdf;margin-top: 40px
}
.foot .foot-bottom .f-bottom-l{height: 78px;line-height: 78px;color: #dfdfdf;border-top: 1px solid #4f5151}
.foot .foot-bottom .f-bottom-l li{
  float: left;
  font-size: 14px;
  margin-right: 30px;color: #dfdfdf
}
.foot .foot-bottom .f-bottom-l li.first{font-size: 16px;margin-right: 0;color: #fff}
.foot .foot-bottom .f-bottom2{
  height: 120px;border-top: 1px solid #4f5151;padding: 33px 0
}
.foot .foot-bottom .f-bottom2 p{
    font-size: 14px;
    line-height: 28px;color: #d7d7d7
}
.foot .foot-bottom .f-bottom2 p span{margin-right: 64px;}
.foot a {
  display: inline-block;
}
.foot a img {
  vertical-align: middle;
}
.foot .mediaFoot {
  display: none;
  color: #a5a5a5;
  text-align: center;
}
.foot .mediaFoot img {
  padding-bottom: 10px;
}
.foot .mediaFoot a {
  margin: 0 5px;
}
.foot .mediaFoot p {
  padding-bottom: 10px;
}

.Fr {
  right: 360px !important;
  transition: all .4s ease;
}
.buttonBoxTop{
  width: 120px;
  height: 105px;
  line-height: 105px;
  float: left;
  color: #fff;
  background: #b89f5f;
  text-align: center;
}

.sideNav {
  width: 320px;
  height: 100%;
  position: fixed;
  right: -320px;
  top: 0;
  background: #f9f9f9;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  transition: all .4s ease;
  padding-top: 138px;
  text-align: center;
  font-size: 0;
}
.sideNav.open .sideClose,
.sideNav.open .logo,
.sideNav.open .sideMenu,
.sideNav.open .navBottom {
  transform: translateY(0);
  opacity: 1;
}
.sideNav.close .sideClose,
.sideNav.close .logo,
.sideNav.close .sideMenu,
.sideNav.close .navBottom {
  opacity: 0;
  transform: translateY(100%);
}
.sideNav .otherLinkBox {
  display: none;
}
.sideNav .menuTitle {
  display: none;
  padding-left: 20px;
  line-height: 75px;
  background: #333333;
  font-size: 20px;
  font-family: Montserrat-Regular;
  color: #adadad;
  letter-spacing: -2px;
}
.sideNav .logo {
  padding-bottom: 90px;
  transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.8s;
  opacity: 0;
  transform: translateY(100%);
}
.sideNav .sideClose {
  position: absolute;
  top: 35px;
  right: 25px;
  width: 30px;
  height: 30px;
  transform: translateY(100%);
  opacity: 0;
  background: url("../../image/sideClose.jpg") left center no-repeat;
  transition: all 0.5s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.7s;
}
.sideNav .sideMenu {
  transition: all 0.5s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.1s;
  transform: translateY(100%);
  opacity: 0;
}
.sideNav .sideMenu .navList {
  padding-bottom: 25px;
}
.sideNav .sideMenu .navList h1 {
  font-size: 26px;
  color: #8b8782;
}
.sideNav .sideMenu .navList .childNav {
  height: 0;
  overflow: hidden;
}
.sideNav .sideMenu .navList .childNav ul li {
  font-size: 16px;
  color: #cac4bd;
  padding-top: 25px;
}
.sideNav .navBottom {
  width: 100%;
  border-top: 2px solid #cac4bd;
  border-bottom: 2px solid #cac4bd;
  line-height: 70px;
  font-size: 14px;
  color: #8b8782;
  transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.9s;
  transform: translateY(100%);
  opacity: 0;
}
.sideNav .navBottom .link {
  width: 50%;
  border-bottom: 2px solid #cac4bd;
}
.sideNav .navBottom .zhao {
  width: 50%;
  border-left: 2px solid #cac4bd;
  border-bottom: 2px solid #cac4bd;
}
.sideNav .navBottom .staff {
  width: 50%;
}
.sideNav .navBottom .focus {
  width: 50%;
  border-left: 2px solid #cac4bd;
}

.exit-off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  cursor: pointer;
  z-index: 99;
  background: #000;
  opacity: 0.5;
  transition: all .4s ease;
}

.fullWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.fullWrap .fullBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.fullWrap .closeButton {
  position: absolute;
  width: 80px;
  height: 80px;
  cursor: pointer;
  top: -40px;
  right: -40px;
  background: url(../../image/close.jpg) center center no-repeat;
}
.fullWrap .webMap {
  display: none;
  height: 380px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -190px;
  left: 50%;
  margin-left: -600px;
  padding: 25px 40px 0 40px;
}
.fullWrap .webMap h1 {
  font-size: 18px;
  color: #333;
  line-height: 35px;
  margin-bottom: 27px;
}
.fullWrap .webMap h1 img {
  vertical-align: middle;
  margin-right: 10px;
}
.fullWrap .webMap .mapBox {
  border-top: 2px solid #fdf8ec;
  padding-top: 27px;
}
.fullWrap .webMap .mapBox dl {
  float: left;
  width: 170px;
}
.fullWrap .webMap .mapBox dl dt {
  font-size: 16px;
  line-height: 16px;
  padding-left: 12px;
  border-left: 4px solid #f8e2b3;
  margin-bottom: 30px;
  color: #757575;
}
.fullWrap .webMap .mapBox dl dd {
  padding-left: 16px;
  font-size: 13px;
  color: #919191;
  margin-bottom: 8px;
}
.fullWrap .webMap .mapBox dl dd:hover {
  color: #757575;
}
.fullWrap .webMap .mapBox dl.last {
  width: inherit;
}
.fullWrap .legalSound {
  display: none;
  width: 1200px;
  height: 360px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -180px;
  left: 50%;
  margin-left: -600px;
  padding: 25px 40px 0 40px;
}
.fullWrap .legalSound h1 {
  font-size: 18px;
  color: #333;
  line-height: 29px;
  margin-bottom: 27px;
  padding-bottom: 27px;
  border-bottom: 2px solid #fdf8ec;
}
.fullWrap .legalSound h1 img {
  vertical-align: middle;
  margin-right: 10px;
}
.fullWrap .legalSound p {
  color: #757575;
  font-size: 13px;
  line-height: 25px;
}

.concernList {
  overflow: hidden;
  color: #9b8c7c;
  height: 0;
}
.concernList .fl {
  float: left;
}
.concernList .pt28 {
  padding-top: 28px;
}
.concernList .pr5 {
  padding-right: 5px;
}

.commonHtml {
  margin-top: 107px;
}
.commonHtml .bannerBox {
  height: 169px;
}
.commonHtml .bannerBoxMedia {
  font-size: 0;
  display: none;
}
.commonHtml .bannerBoxMedia img {
  width: 100%;
}
.commonHtml .enTitle {
  font-size: 30px;
  color: #eb3c00;
  font-family: Montserrat-Regular;
  letter-spacing: -3px;
}
.commonHtml .title {
  font-size: 20px;
  color: #bc8f4b;
}
.commonHtml .commonWrap .container .subNav {
  overflow: hidden;
  line-height: 65px;
}
.commonHtml .commonWrap .container .subNav .tabBox {
  float: left;
}
.commonHtml .commonWrap .container .subNav .tabBox ul {
  overflow: hidden;
}
.commonHtml .commonWrap .container .subNav .tabBox ul li {
  float: left;
  padding-right: 35px;
  color: #3b3a40;
  font-size: 14px;
}
.commonHtml .commonWrap .container .subNav .tabBox ul li a {
  display: inline-block;
  position: relative;
}
.commonHtml .commonWrap .container .subNav .tabBox ul li a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f63b2e;
  border-radius: 4px;
  -webkit-transition: width 300ms;
  transition: width 300ms;
}
.commonHtml .commonWrap .container .subNav .tabBox ul li.active a span {
  width: 100%;
}
.commonHtml .commonWrap .container .subNav .breadcrumb {
  float: right;
  font-size: 13px;
  color: #5b5b5b;
}
.commonHtml .commonWrap .container .subNav .breadcrumb img {
  padding-right: 10px;
}
.commonHtml .commonWrap .container .subNav .breadcrumb a {
  display: inline-block;
  padding-left: 14px;
  padding-right: 8px;
  background: url(../../image/littleRight.png) left center no-repeat;
}
.commonHtml .commonWrap .container .subNav .breadcrumb a.current {
  padding-right: 0;
  color: #ea3800;
}

.videoWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.videoWrap .backBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 10;
  cursor: pointer;
}
.videoWrap .videoBox {
  width: 640px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -160px;
  z-index: 11;
}
.videoWrap .videoBox .closeVideo {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 10px;
  z-index: 2;
}
.videoWrap .videoBox .closeVideo img {
  width: 100%;
}

.loadingBox {
  text-align: center;
  padding-bottom: 40px;
  display: none;
  line-height: 30px;
  color: #999;
}
.loadingBox img {
  vertical-align: text-top;
  margin-right: 5px;
}
  .sideNav .navBottom {
    display: none;
  }
  .sideNav.close .sideClose,
  .sideNav.close .logo,
  .sideNav.close .sideMenu,
  .sideNav.close .navBottom, .sideNav.open .sideClose,
  .sideNav.open .logo,
  .sideNav.open .sideMenu,
  .sideNav.open .navBottom {
    transform: translateY(0);
    opacity: 1;
  }
  .sideNav .menuTitle {
    display: block;
  }
  .sideNav .logo {
    display: none;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 24px;
  }
  .sideNav .logo img {
    height: 30px;
  }
  .sideNav .sideClose {
    top: 24px;
    z-index: 2;
    right: 6%;
    display: none;
  }
  .sideNav .sideMenu {
    background: #444444;
    transform: translateY(0);
    opacity: 1;
  }
  .sideNav .sideMenu .navList {
    padding-bottom: 0;
  }
  .sideNav .sideMenu .navList h1 {
    font-size: 16px;
    color: #a0a0a0;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #575757;
  }
  .sideNav .sideMenu .navList h1.active {
    color: #ea4b3d;
  }
  .sideNav .sideMenu .navList .childNav ul {
    padding: 10px 0;
    border-bottom: 1px solid #575757;
  }
  .sideNav .sideMenu .navList .childNav ul li {
    padding-top: 0;
    font-size: 14px;
    padding-left: 37px;
    color: #8d8d8d;
    line-height: 40px;
    background: url(../../image/mediaLinkBg.png) 20px center no-repeat;
  }
  .sideNav .langBox,
  .sideNav .tenderBox {
    width: 100%;
  }
  .sideNav .langBox h1,
  .sideNav .tenderBox h1 {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    width: 100%;
    height: 100%;
    color: #7f7f7f;
    font-size: 12px;
  }
  .sideNav .langBox {
    border-bottom: 1px solid #575757;
  }
  .sideNav .langBox h1 {
    background: #323232 url(../../image/moreLang.png) no-repeat;
    background-position: 85% center;
    background-size: 13px auto;
  }
  .sideNav .langBox .langWrap {
    color: #a0a0a0;
    padding-left: 20px;
    line-height: 19px;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    background: #323232;
    height: 0;
    transition: height 0.3s;
  }
  .sideNav .langBox .langWrap ul {
    padding: 10px 0;
  }
  .sideNav .tenderBox {
    background: #323232 url(../../image/goLink.png) no-repeat;
    background-position: 85% center;
    background-size: 13px auto;
  }
  .sideNav .otherLinkBox {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 15px 0 20px 20px;
  }
  .sideNav .otherLinkBox li {
    float: left;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  .sideNav .otherLinkBox li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .sideNav .otherLinkBox li a img {
    width: 100%;
    height: 100%;
  }

  

  .commonHtml .commonWrap .container .subNav {
    overflow-x: auto;
  }
  .commonHtml .commonWrap .container .subNav::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    background-color: #ffffff;
  }
  .commonHtml .commonWrap .container .subNav .tabBox ul {
    white-space: nowrap;
  }
  .commonHtml .commonWrap .container .subNav .tabBox ul li {
    display: inline-block;
    float: initial;
  }

  .commonHtml .bannerBox {
    display: none;
  }
  .commonHtml .bannerBoxMedia {
    display: block;
  }
}
.right-top .pic p img{width:130px;height:130px;}
.right-bottom .pic p img{width:130px;height:130px;}
.banner{
  width: 100%;
}
.banner img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.ali-title{
  width: 100%;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  border-bottom: 2px solid #000;
  padding-bottom: 14px;
  width: 105px;
  margin: 0 auto
}
.ali-title2{
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  color: #666666
}


.articel-content .con_top.top1{
    border-bottom: 1px solid #e1e1e1;
    height: 77px;
}
.articel-content .con_top .intro a{
    display: inline-block;
    box-sizing:border-box;
    height: 77px;
    line-height: 77px;
    font-size: 14px;
    color: #666
}
.articel-content .con_top .intro a:nth-child(1){
    background: url(../../images/home.png) no-repeat 2px center;
    background-size: 11px 11px;
    margin-right: 10px;
    padding-left: 22px;
}
.articel-content .con_top .intro a:nth-child(2){
    background: url(../../images/index-rt.png) no-repeat 2px center;
    background-size: 5px 7px;
    color: #008cd6;
    padding-left: 16px;
}
.articel-content .con_top ul.rt li{
    float: left;
    line-height: 77px;
    padding: 0 5px;
    margin:0 11px;
}
.articel-content .con_top ul.rt li a{display:block;color: #666666;font-size: 14px;line-height: 77px;}

.articel-content .con_top ul.rt li a.current{
    background: url(../../images/bottom.jpg) no-repeat left bottom;
    background-size: 100% 3px;
}
.shadow {
    position: fixed;
    top: 4em;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-size: 100% 100%;
    transition: .7s all ease;
    opacity: 0.5;
    display: none;
}
/*二级导航*/
.two_nav ul li{
  float: left;
  padding: 0 70px;
  height: 65px;
  line-height:65px;
}
.two_nav ul li:hover{
  background: #005dc4;
  }
.two_nav ul li:hover a{
  color:#fff;
  }
.two_nav ul li a{
  font-size: 14px;
  color:#858585;
  }

/*banner*/
.banner{position: relative;}
.banner .banner_section {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.banner .banner_section .banner_inner {
    width: 240px;
    height: 145px;
    background: #e83e3a;
    padding: 30px
}

.banner .heng {
    width: 36px;
    height: 3px;
    background: #fff;
}
.banner .size {
    color: #fff;
    font-size: 28px;font-weight: bold;
    height: 28px;line-height: 28px;
    margin-top: 25px;
}
.banner .size_xia {
    color: #fff;opacity: 0.5; 
    margin-top: 12px;
}
.sub{position: fixed;
  top: 80%;
  right:100px;
  width: 44px;height: 44px;display: none;
}
@media only screen and (min-width: 840px) and (max-width: 1200px){
  .nav{display: block;}
  .nav2{display: none;}
  .w1200{width: 90%;margin: 0 auto}
  .foot .foot-left{width: 85%;}
    .foot .foot-left li{
      width: 25%
    }
    .nav2{background: #2971c7;position: fixed;top: 0;left: 0;width: 100%;z-index: 1000  }
    .header {
        width: 100%;
        margin: 0 auto;
        z-index: 100;
        height: 5em
    }
    .header .header_logo {
        float: left;
        height: 5em
    }
    .header .header_logo a{display: block;}
    .header .header_logo img {
        height: 2.3em;
        margin-top: 1.3em;margin-left: 0.5em
    }
    .header .header_menu {
        float: right;
        padding: 0 1em;
        width: 4em;
    }
    .header .header_menu img {
        width: 100%;
        margin-top: 1.5em;
    }
    .header_search {
        float: right;
        position: relative;
        width: 1.5em
    }
    .header_search img {
        width: 1.5em;
        margin-top:1em;
    }
    .header_search .img1{display: block;}
    .header_search .img2{display: none}
    .header_search1 .img1{display: none;}
    .header_search1 .img2{display: block;}
    .close {
        position: absolute;
        top: 22px;
        left: 0;
        width: 1em;
        height: 1em;
        z-index: 999;
        display: none;
    }
    .nav2-1{top: 5em}
    /*2级导航*/
    .two_nav ul li{
      float: left;
      padding: 0 44px;
      height: 65px;
      line-height:65px;
    }
    /*.two_nav ul li:hover{
      background: #005dc4;
      }
    .two_nav ul li:hover a{
      color:#fff;
      }*/
    .two_nav ul li a{
      font-size: 16px;
      color:#858585;
      }
    .banner .banner_section .banner_inner{
      padding: 1em;
      width: max-content;height: auto;
      margin-left: 2em
    }
}

@media (max-width: 840px) {
    .banner img {
        height: 6em;
        width: 100%;
    }
    .sub{right: 1em}
    .w1200{width: 90%}
    .nav{display: none;}
    .nav2{background: #2971c7;position: fixed;top: 0;left: 0;width: 100%;z-index: 1000 ;display: block; }
    .header {
        width: 100%;
        margin: 0 auto;
        z-index: 100;
        height: 3.5em
    }
    .header .header_logo {
        float: left;
        height: 3.5em
    }
    .header .header_logo a{display: block;}
    .header .header_logo img {
        height: 2.3em;
        margin-top: 0.5em;margin-left: 0.5em
    }
    .header .header_menu {
        float: right;
        padding: 0 1em;
        width: 4em;
    }
    .header .header_menu img {
        width: 100%;
        margin-top: 1em;
    }
    .header_search {
        float: right;
        position: relative;
        width: 1.5em
    }
    .header_search img {
        width: 1.5em;
        margin-top:1em;
    }
    .header_search .img1{display: block;}
    .header_search .img2{display: none}
    .header_search1 .img1{display: none;}
    .header_search1 .img2{display: block;}
    .close {
        position: absolute;
        top: 22px;
        left: 0;
        width: 1em;
        height: 1em;
        z-index: 999;
        display: none;
    }
    .index{margin-top: 3.5em}
    .slideBox .hd{bottom: 1em!important}
    .foot .foot-left{width: 100%;}
    .foot .foot-left li{width: 100%}
    .foot .foot-left li p{float: left;margin-right: 1em}
    .foot .foot-bottom .f-bottom2{height: auto;}
    .foot .foot-bottom .f-bottom-l{line-height: inherit;padding-top: 1.5em}
    .foot .foot-right .right-top{float: left;}
    .foot .foot-right .right-bottom{float: right;margin-left:2em}
      /*2级导航*/
    .two_nav ul li{
      float: left;
        padding: 0 1em;
        height: 35px;
        line-height: 35px;
    }
    .two_nav ul li:hover{
      background: #005dc4;
      }
    .two_nav ul li:hover a{
      color:#fff;
      }
    .two_nav ul li a{
      font-size: 14px;
      color:#858585;
      }
      /*banner*/
      .banner .banner_section .banner_inner{
        padding: 0.5em;
        width: max-content;height: auto;
        margin-left: 2em
      }
      .banner .size{
        font-size: 1em;
          font-weight: bold;
          height: 1.2em;
          line-height: 1.2em;
          margin-top: 0.5em;
      }
      .banner .size_xia {
          margin-top: 0;
          font-size: 0.8em
      }
}
