@charset "UTF-8";
.vsbcontent_img{
  text-align: center;
  text-indent: 0;
}
/*单行溢出*/
.one_row_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.banner img{
  width: 100%;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner .swiper-pagination-bullet-active {
  background-color: transparent !important;
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  background-image: url(../images/swiper-dian.png);
  background-size: 100% 100%;
}

.m-auto{
  margin: 0 auto;
}
.wrapper{
  width: 1400px;
}
.header{
  width: 100vw;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 25px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6),transparent);
  transition: all .3s;
}
.header > div{
  width: 1748px;
}
.header .logo-box{
 clear: both;
}
.header .logo-box .left{
  display: inline-block;
  overflow: hidden;
  float: left;
  vertical-align: middle;
}
.header .logo-box .left img{
  height: 80px;
}
.header .logo-box .right{
  float: right;
  vertical-align: middle;
  /* margin-top: 25px; */
}
.header .logo-box .right > div{
  text-align: right;
  padding-right: 40px;
}
.header .logo-box .right > div > span{
  font-weight: 400;
  font-size: 14px;
  color: #C5C5C5;
  vertical-align: middle;
  padding: 0 10px;
}
.header .logo-box .right > div > span:first-child{
  border-right: 1px solid rgba(197, 197, 197, 1);
}
.header .logo-box .right > div > span img{
  margin: -2px 5px;
}
.blank{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: rgba(0, 0, 0, .8);
  display: none;
}
.search-box {
  position: relative;
  top: 50%;
  left: 50%;
  width: 46.25vw;
  height: 2.625vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
}

.search-box input {
  outline: 0;
  border: none;
}

.search-box .inp {
  padding: 0 .625vw;
  padding-right: 7.291vw;
  height: 2.625vw;
  width: 80%;
  line-height: 2.625vw;
  box-shadow: .156vw .156vw .156vw rgba(0, 0, 0, .5) inset;
  font-size: .833vw;
  vertical-align: middle;
}
.close{
  font-family: '';
  font-size: 50px;
  position: absolute;
  top: 50px;
  right: 50px;
  color: #fff;
  cursor: pointer;
}

.search-box .submit {
  right: 0;
  top: 0;
  width:20%;
  height: 2.625vw;
  line-height: 2.625vw;
  font-size: .937vw;
  vertical-align: middle;
  background-color: rgba(0, 122, 68, 1);
  color: #fff;
  cursor: pointer;
}



#nav>ul {
  display: flex;
  padding: 0;
  width: 100%;
  /* justify-content: space-between; */
  margin-top: 20px;
}

#nav>ul>li {
  position: relative;
  z-index: 9999999999999;
  margin: -10px 60px 0 0;
  display: flex;
  align-items: center;
}

#nav>ul>li span {
  display: inline-block;
  width: .3125rem;
  height: .3125rem;
  background: #b2b2b2;
  border-radius: 50%;
}

#nav>ul>li>a {
  display: block;
  padding: 0;
  text-transform: uppercase;
}

#nav>ul>li>a {
  font-weight: bolder;
  font-size: 1rem;
  color: #fff;
  line-height: 40px;
  position: relative;
  transition: .6s;
  display: flex;
  align-items: center;
  border-top: none;
  border-bottom: none;
}

#nav>ul>li.on>a {
  font-weight: bold;
}

#nav>ul>li>a .h3 {
  position: relative;
  font-size: 1rem;
  padding: 0;
  z-index: 1;
}

#nav>ul>li a i {
  display: inline-block;
  width: 9px;
  height: 6px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}

#nav>ul>li .sub {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 99999999999999;
  /* -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); */
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  /* box-shadow: 0px 3px 5px #3333334d; */
  transform-origin: 0 0 0;
  transform: scaleY(0.2) translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  padding: 20px 0 0;
  min-width: 100%;
}

#nav>ul>li .sub:before {
  content: "";
  position: absolute;
  border-left: transparent 6px solid;
  border-right: transparent 6px solid;
  border-bottom: #fff 8px solid;
  top: 13px;
  left: 50%;
  margin-left: -6px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .05);
}

#nav>ul>li .sub .box {
  padding: 0;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
}

#nav>ul>li .sub a {
  padding: 0 1.5rem;
  line-height: 3.5;
  transition: .3s;
  font-size: 14px;
  letter-spacing: 1px;
  color: #636363;
  /* border-bottom: 1px dashed #eee; */
  display: block;
  white-space: nowrap;
  position: relative
}

#nav>ul>li .sub a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: #537a78;
  transition: .5s;
}

#nav>ul>li .sub a:hover {
  color: #fff;
  background: #007A44;
}

#nav>ul>li .sub a:hover:before {
  height: 100%;
}

#nav>ul>li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
}

#nav>ul>li.on>a,
#nav>ul>li:hover>a,
#header.xg #nav>ul>li.on>a,
#header.xg #nav>ul>li:hover>a {
  color: #fff;
}

#nav>ul>li .h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: -3.5px;
  transition: .5s;
  border-radius: 3.5px;
  z-index: -1;
  display: none;
}

#nav>ul>li h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  border-left: transparent 3px solid;
  border-right: transparent 3px solid;
  border-bottom: #3E54C0 4px solid;
  bottom: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  display: none;
}

#nav>ul>li:hover h3:after,
#nav>ul>li.on h3:after {
  transform: translateY(0);
}

#nav>ul>li:hover h3:before,
#nav>ul>li.on h3:before {
  opacity: 1;
  visibility: visible
}







.yl{
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
  padding: 15px 0;
}
.yl a{
  font-size: 14px;
  color: #FFFFFF;
  margin:  0 15px;
}




footer{
  height: 341px;
  overflow: hidden;
  background-image: url(../images/footer-bg.png);
}


footer img{
  vertical-align: top;
}


footer .desc-wrapper {
  display: inline-block;
  color: #FFFFFF;
  margin: -10px 126px;
  vertical-align: bottom;
}

footer .desc-wrapper > p{
  display: block;
  margin-bottom: 17px;
}
footer .desc-wrapper > p img{
  vertical-align: middle;
  margin-right: 10px;
}
footer>div:nth-child(1){
  margin-bottom: 43px !important;
}
footer>div:nth-child(2)>div>.code-box:nth-child(2){
  margin-left: 140px;
}

.bottom-text{
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: rgba(99, 155, 125, 1);
  padding: 10px;
  margin-top: 30px;
}
.mbx{
  padding: 12px 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  font-size: 14px !important;
  color: #7D7F81 !important;
}
.mbx a{
  font-size: 14px !important;
  color: #7D7F81 !important;
}



.ewm{
  position: absolute;
  top: -130px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  padding: 2px;
  width: 110px;
  height: 110px;
  background: rgba(255,255,255, .95);
  z-index: 10;
  border-radius: .625rem;
  transform: translateX(-50%) translateY( 1.25rem);
  left: 50%;
  box-shadow: 0px 4px 16px 0px rgba(12,21,53,0.31);
}
.ewm:before{
  content:"";
  position:absolute;
  border-left: transparent 6px solid;
  border-right: transparent 6px solid;
  border-top: rgba(255,255,255, .95) 8px solid;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  box-shadow: 0 3px 15px rgba(0,0,0,.05);
}
.ewm img{ 
  width:100%
}
.code-box{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  margin: 30px 15px 0;
  color: #fff;
}

.code-box  > img{
  cursor: pointer;
}
.code-box:hover img{
  opacity: 1;
}
.code-box:hover .ewm{
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}
