@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

/* header start */
:focus {
    outline: 0 !important;
}

.invisible {
    display: none;
}

body {
    margin: 0;
    width: 100%;
    font-size: 14px;
    /*background:#F9F9F9;*/
    font-family: 'Microsoft YaHei', '微软雅黑';
    min-width: 1200px;
}

/* top stat */
.wrap {
    width: 100%;
    height: auto;
    min-width: 960px;
}

.center-title {
    width: 200px;
    margin: 15px auto;
    font-size: 28px;
}

.center-title span {
    color: #333;
}

.title-icon-left {
    /*background:url(../images/icon/title-left.png) no-repeat center center;*/
    width: 32px;
    height: 28px;
    float: left;
    background-size: auto 24px;
    margin-top: 8px;
}

.title-icon-right {
    /*background:url(../images/icon/title-right.png) no-repeat center center;*/
    width: 32px;
    height: 28px;
    float: right;
    background-size: auto 24px;
    margin-top: 8px;
}

ul li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #79c061;
    text-decoration: none;
}

.top-slider {
    width: 100%;
    /*position: absolute;*/
    top: 0;
    z-index: 9;
    /*background-color: rgba(197,197,198,0.3);*/
    /*max-width: 1200px;*/
    min-width: 960px;
    /*margin-top: 10px;*/
}

.green {
    /*background-color:rgba(197,197,198,0.3);*/
    background-color: rgba(73, 184, 73, 0.3);
}

.white {
    background-color: rgba(197, 197, 197, 0.8);
}

.headergray {
    background-color: rgba(239, 239, 239, 0.3);
}

.wrap-header-box {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9000;
    overflow: unset;
}

#bgcolor{
     margin: 125px auto 0 auto;
}

.swiper-container1 {
    margin: 125px auto 0 auto;
}

.wrap-header-top {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap-header-top a:first-child {
    margin: 0px 15px 0 10px;
}

.headerlogo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerlogo .logo_img {
    height: 65px;
}

.headerlogo .logo_img_v1 {
    height: 30px
}

.header-top-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-center>img {
    margin-right: 10px;
    height: 40px;
}

.top-iso {
    background: url("/Shared/images/homev1/indexv1/iso.png") no-repeat;
    width: 28px;
    height: 30px;
    background-size: cover;
    float: left;
}

.header-top-right .header_right_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_right_text li {
    font-size: 15px;
}

/* header satrt */
.wrap-header {
    background: #69b5ea;
    /* background: url(../images/topbg.png) no-repeat; */
    width: 100%;
    background-position: 50% bottom;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.headerbg {
    width: 100%;
    overflow: hidden;
    height: 60px;
    background: rgba(0, 0, 0, .2);
}

.header {
    /* margin: 10px auto 10px auto; */
    /* max-width: 1200px; */
    /* overflow: hidden; */
}

.nav,
.nav-top {
    /* float: right; */
    list-style: none;
    overflow: hidden;
    /* padding-top: 10px; */
    margin-left: 20px;
}

.nav>li,
.nav-top>li {
    float: left;
    text-align: center;
    margin-right: 50px;
}

.nav-top>li {
    margin-right: 20px;
}

.nav>li>a,
.nav-top>li>a {
    display: block;
    height: 55px;
    text-align: center;
    line-height: 60px;
    /* width: 75px; */
    font-size: 18px;
    color: #fff;
    /* padding: 0 10px 15px 10px; */
    font-weight: bold;

}

.nav-top>li>a {
    color: #333;
    font-weight: normal;
    font-size: 15px;
    padding: 0 0 0 0;
}

.nav-index li a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    width: 68px;
    font-size: 16px;
    color: #fff;
}

.nav>li>a.on,
.nav-top>li>a.on {
    /* color: #79c061; */

}

.nav>li>a.active,
.nav-top>li>a.active {
    color: #79c061;

}

.nav>li>a:hover {
    color: #79c061;

}

.nav-top li a:hover {
    color: #79c061;
}

.hoverline:hover .bottomline {
    border-bottom: 5px solid #fff;
}

.nav:hover .active {
    border-bottom: 5px solid rgba(255, 255, 255, 0);
}

.nav .hoverline .active:hover {
    border-bottom: 5px solid #fff;
}

.active {
    border-bottom: 5px solid #fff;
}

.nav-top-two {
    overflow: hidden;
    position: absolute;
    z-index: 999;
    margin-left: -58px;
    /* padding: 20px 10px 20px 10px; */
    background: #fff;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .3);
    display: none;
    border-radius: 5px;

}

.nav li:hover .nav-top-two {
    display: block;
}

.nav-top-two>ul {
    float: left;
    margin-right: 50px;
}

.nav-top-two>ul:last-child {
    margin-right: 0;
}

.nav-top-two li {
    padding: 0 10px;
    text-align: center;
}

.nav-top-two ul li dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.nav-top-two ul li a,
.nav-top-two li a {
    color: #000;
    display: block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 25px;
    min-width: 150px;
}

.nav-top-two li a {
    color: #fff;
    font-weight: bold;
}

.nav-top-two ul li:last-child a,
.nav-top-two li:last-child a {
    margin-bottom: 0px;
}

.nav-top-two li a div {
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.nav-top-two ul li a:hover,
.nav-top-two li a:hover {
    color: #79c061;
    border: 0;
}

.logo {
    float: left;
    overflow: hidden;

}

.logo-text {
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
}

.logo-text:hover {
    color: #fff;
}

.logo .logo-img {
    width: 60px;
    margin-left: 5px;
}






/* @media screen and (max-height: 768px) {
  .video-text-index h2 {
    font-size: 36px;

  }

  .text-index {
    top: 10%;
    position: absolute;
    left: 40px;
    bottom: 40px;
  }

  .text-index2 {
    top: 15%;
  }

  .text-index h2 {
    font-size: 22px;
  }

  .text-index h3 {
    font-size: 20px;
  }

  .text-index a,
  .video-text-index a {
    padding: 7px 15px;
  }
} */

/* @media (max-width:1200px) {
  .video-text-index h2 {
    font-size: 30px;

  }

}

@media (max-width: 1200px) {
  .text-index {
    top: 10%;
  }

  .text-index2 {
    top: 15%;
  }

  .text-index h2 {
    font-size: 22px;

  }

  .text-index h3 {
    font-size: 20px;
  }

  .text-index a,
  .video-text-index a {}
} */

/*2020-09-27*/