﻿/* 
    Less compilation
    > npm install -g less
    > lessc style.less style.css
*/

/* 地图 */
.map1{width: 811px;height: 380px;}
.map1 #allmap1 {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";}
.map1 #allmap1 .BMap_bubble_title{font-size: 14px;margin-bottom: 10px;}
.map1 #allmap1 .BMap_bubble_content{font-size: 14px;}

.map2{width: 1200px;height: 500px;}
.map2 #allmap2 {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";margin-top: 20px;}
.map2 #allmap2 .BMap_bubble_title{font-size: 14px;margin-bottom: 10px;}
.map2 #allmap2 .BMap_bubble_content{font-size: 14px;}

/*荣誉资质蒙版*/
.pictrue {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
  text-align: center;
  line-height: 135vh;
}
.pictrue .honor_box {
  width: 600px;
  height: 380px;
  position: absolute;
  left: calc(50% - 300px);
  top: calc(40% - 190px);
}
.pictrue .honor_box .coles {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -35px;
  top: -15px;
  background: url(../images/index/coles.png);
  background-size: 100%;
}
.pictrue .honor_box .box_img{
  text-align: right;
}
.pictrue .honor_box img {
  width: 100%;
  float: left;
  max-height: 500px;
  object-fit: contain;
}
 

.resetStyle {
  font-family: "微软雅黑";
  color: #333;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle ul,
.resetStyle li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resetStyle p {
  margin: 0;
}
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.ie-warning h1 {
  margin: 0 0 30px;
}
.ie-warning p {
  font-size: 16px;
}
.ie-warning .ie-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 60px 0;
}
.ie-warning .ie-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}
.ie-warning .ie-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
  margin: 0 auto;
}
.ie-warning .ie-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .ie-download > li > a:hover {
  background-color: #eee;
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
    padding: 0;
  }
}
#backtop {
  position: fixed;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
  list-style: none;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.on {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 100%;
  height: 100%;
  line-height: 54px;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
  background: #eee url(../images/side_icon.png) center / cover no-repeat;
}
@media (min-width: 768px) {
  #backtop ul li .sidetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #ffc200 url(../images/side_icon-w.png) center / cover no-repeat;
  }
}
@media (max-width: 767px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.home-header {
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .home-header .container {
    width: 100%;
  }
}
.home-header .navbar {
  height: 110px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  .home-header .navbar {
    display: block;
    height: 60px;
  }
  .home-header .navbar .navbar-header {
    height: 60px;
  }
}
.home-header .navbar-brand {
  padding: 0;
  height: auto;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .home-header .navbar-brand {
    width: 50px;
    margin: 4px 0 0 15px !important;
  }
  .home-header .navbar-brand img {
    width: 100%;
  }
}
.home-header .navbar-text {
  font-size: 20px;
  color: #333;
  margin: 18px 0 0 15px;
}
@media (max-width: 1199px) {
  .home-header .navbar-text {
    font-size: 16px;
    margin: 22px 0 0 15px;
  }
}
@media (max-width: 991px) {
  .home-header .navbar-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .navbar-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-header .navbar-text {
    display: inline-block;
    font-size: 15px;
    margin: 9px 0 0 15px;
  }
}
.home-header .nav.navbar-nav {
  margin: 34px -15px 0 0;
}
@media (max-width: 767px) {
  .home-header .nav.navbar-nav {
    padding: 15px 0;
    margin: 0;
  }
}
.home-header .nav.navbar-nav > li {
  margin: 0;
  position: relative;
  font-size: 16px;
  color: #333;
}
@media (min-width: 992px) {
  .home-header .nav.navbar-nav > li:last-child:before {
    content: "";
    position: absolute;
    background: #999999;
    font-size: 15px;
    top: 0;
    left: 1px;
    width: 1px;
    height: 18px;
  }
}
@media (max-width: 991px) {
  .home-header .nav.navbar-nav > li {
    font-size: 14px;
  }
}
.home-header .nav.navbar-nav > li > a {
  padding: 0 26px 30px;
}
@media (max-width: 1199px) {
  .home-header .nav.navbar-nav > li > a {
    padding: 0 15px 30px;
  }
}
@media (max-width: 991px) {
  .home-header .nav.navbar-nav > li > a {
    padding: 0 12px 30px;
  }
}
@media (max-width: 767px) {
  .home-header .nav.navbar-nav > li > a {
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
  }
}
.home-header .nav.navbar-nav > li.active > a,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a {
  color: #ffc200;
  background-color: transparent;
}
@media (min-width: 768px) {
  .home-header .nav.navbar-nav > li.active > a,
  .home-header .nav.navbar-nav > li:hover:not(.nohover) > a {
    color: #ffc200;
    background-color: transparent;
    background-image: url(../images/home/navbg.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center 25px;
    transition: 0s;
  }
}
.home-header .mobile-navbtn {
  display: none;
}
@media (max-width: 767px) {
  .home-header .mobile-navbtn {
    width: 40px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(../images/home/jia.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.open {
    background: url(../images/home/jian.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.iconb {
    background: url(../images/home/jia-b.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.iconb.open {
    background: url(../images/home/jian-b.png) center no-repeat;
    background-size: 100%;
  }
}
.home-header .dropdown-menu.open {
  display: block !important;
}
.home-header .dropdown-menu.multi {
  position: absolute;
  left: 100% !important;
  right: 0;
  top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 !important;
}
.home-header .dropdown-menu.multi a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .home-header .dropdown-menu.multi {
    position: static;
  }
}
@media (max-width: 767px) {
  .home-header .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
  }
  .home-header .dropdown-menu.multi-dropdown {
    left: 0 !important;
  }
}
.home-header .dropdown-menu li {
  width: 100%;
  position: relative;
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-header .dropdown-menu > li > a {
    position: relative;
  }
  .home-header .dropdown-menu em i {
    color: #333;
  }
}
.home-header .language img {
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
.home-header .navbar-toggle {
  transition: 0s;
}
.home-header .navbar-toggle:focus,
.home-header .navbar-toggle:hover {
  background-color: #fff;
}
.home-header .navbar-toggle:focus .icon-bar,
.home-header .navbar-toggle:hover .icon-bar {
  background-color: #00023d;
}
.home-header .navbar-toggle:active {
  background-color: #00023d;
}
.home-header .navbar-toggle:active .icon-bar {
  background-color: #fff;
}
@media (max-width: 767px) {
  .home-header .navbar-toggle {
    margin: 12px 15px 0 0;
  }
}
@media (max-width: 767px) {
  .home-header .navbar-collapse {
    background: #333;
    border: 0;
  }
}
@media (min-width: 768px) {
  .home-header .search-box .header-top-sreach-box {
    position: absolute;
    right: 17px;
    top: 45px;
    z-index: 999;
    display: none;
  }
  .home-header .search-box .header-top-sreach-box .header-top-form {
    border: 1px solid #d9d9d9;
    display: block;
    float: right;
    position: relative;
    width: 180px;
    background-color: #fff;
  }
  .home-header .search-box .header-top-sreach-box .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    width: 148px !important;
    height: 31px !important;
    border: 0 !important;
    float: left !important;
    padding-left: 8px !important;
    background-color: transparent !important;
  }
  .home-header .search-box .header-top-sreach-box .header-top-form-sbm {
    outline: none;
    width: 20%;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 81%;
    float: left;
    height: 31px;
    display: block;
    border: 0;
    background: url(../images/home/search.png) center center no-repeat;
  }
  .home-header .search-box:hover .header-top-sreach-box {
    display: block;
  }
  .home-header .search-box .search-btn img {
    vertical-align: middle;
    margin-top: -3px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header .search-box .header-top-sreach-box {
    right: 7px;
  }
}
@media (max-width: 767px) {
  .home-header .search-box .header-top-sreach-bigbox {
    position: relative;
    margin-top: 16px;
    text-align: center;
    display: block;
    width: 37px;
    height: 28px;
  }
  .home-header .search-box .header-top-sreach-box {
    position: relative;
    z-index: 999;
    margin-top: 10px;
  }
  .home-header .search-box .header-top-form {
    border: 1px solid #d9d9d9;
    display: flex;
    position: relative;
    width: 100%;
    background-color: #fff;
  }
  .home-header .search-box .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    flex: 1;
    height: 31px !important;
    border: 0 !important;
    padding: 0 50px 0 8px !important;
    background-color: transparent !important;
  }
  .home-header .search-box .header-top-form-sbm {
    outline: none;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
    display: block;
    border: 0;
    background: url(../images/home/search.png) center center no-repeat;
  }
  .home-header .search-box .search-btn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .home-header .search-box .search-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-header li.hasdrop:hover > .dropdown-menu {
    display: block !important;
    right: 0;
    left: 50%;
    margin-left: -80px;
  }
}
.index-header .navbar {
  width: 1280px;
  margin: 0 auto;
  height: 109px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.index-header .navbar h1 {
  width: 282px;
  height: 110px;
  vertical-align: middle;
  margin: 0 0 0 -3%;
}
.index-header .navbar h1 img {
  width: 100%;
  vertical-align: middle;
  margin: 0;
}
.index-header .navbar ul {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.index-header .navbar li {
  margin-right: 45px;
  list-style: none;
  font-size: 16px;
  line-height: 16px;
}
.index-header .navbar li a:hover {
  color: #1e99fe;
  padding-bottom: 42px;
  border-bottom: 2px solid #1e99fe;
}
.index-header .navbar p {
  color: #299efe;
  font-size: 26px;
  align-items: center;
  display: flex;
  margin: 0;
}
.index-header .navbar p img {
  width: 28px;
  height: 28px;
  margin-right: 14px;
  vertical-align: middle;
}
.index-content .index-section1 {
  position: relative;
  width: 100%;
}
.index-content .index-section1 .index-section1-swiper {
  height: 100%;
  cursor: pointer;
}
.index-content .index-section1 .index-section1-swiper .banner1 {
  display: block;
  width: 100%;
}
.index-content .index-section1 .index-section1-swiper .banner_bottom {
  height: 112px;
  bottom: 0;
  width: 1280px;
  position: absolute;
  transform: translateX(-50%) translateY(0%);
  left: 50%;
  z-index: 999;
}
.index-content .index-section1 .index-section1-swiper .banner_bottom ul {
  display: flex;
  padding-left: 0;
}
.index-content .index-section1 .index-section1-swiper .banner_bottom ul li {
  line-height: 112px;
  font-size: 18px;
  color: #333;
  flex: 1;
  list-style: none;
  cursor: pointer;
  background: rgba(256, 256, 256, 0.8);
}
.index-content .index-section1 .index-section1-swiper .banner_bottom ul li .banner_ico img {
  margin-left: 30px;
  margin-right: 15px;
}
.index-content .index-section1 .index-section1-swiper .banner_bottom ul li:nth-child(odd) {
  background: rgba(256, 256, 256, 0.5);
}
.index-content .index-section2 {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
}
.index-content .index-section2 .product {
  width: 1280px;
  margin: 100px auto;
}
.index-content .index-section2 .product .product_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px;
  border: 0;
  user-select:none;
}
.index-content .index-section2 .product .product_top h4 {
  color: #333333;
  font-size: 36px;
  font-family: "黑体";
}
.index-content .index-section2 .product .product_top h4 .text_line {
  margin-top: 18px;
  width: 20px;
  height: 2px;
  background: #1e99fe;
  display: block;
}
.index-content .index-section2 .product .product_top p span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 10px;
  font-size: 20px;
  padding: 4px 12px;
  cursor: pointer;
  display: inline-block;
  outline: none;
}
.index-content .index-section2 .product .product_top span:hover {
  background: #1e99fe;
  border: 1px solid #1e99fe;
  color: #fff;
}
.index-content .index-section2 .list_group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  border: 0;
}
.index-content .index-section2 .list_group .list_item {
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px -2px #c7c7c7;
}
.index-content .index-section2 .list_group .list_item .list {
  position: relative;
  width: 100%;
  height: 550px;
  padding: 0;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.index-content .index-section2 .list_group .list_item .list h3 {
  font-size: 24px;
  margin: 80px 0 20px;
}
.index-content .index-section2 .list_group .list_item .list p {
  font-size: 18px;
  color: #ccc;
}
.index-content .index-section2 .list_group .list_item .list img {
  vertical-align: middle;
  width: 273px;
  height: 222px;
  margin-top: 20px;
}
.index-content .index-section2 .list_group .list_item .list button {
  width: 140px;
  text-align: center;
  display: block;
  border-radius: 20px;
  border: 2px solid #999;
  color: #999;
  font-size: 14px;
  background: none;
  margin: 44px auto 0;
  padding: 10px 10px;
  outline: none;
}
.index-content .index-section2 .more_text {
  position: absolute;
  width: 100%;
  height: 67%;
  background: #0d85e8;
  bottom: -67%;
  transition: all 0.35s;
}
.index-content .index-section2 .more_text p {
  margin: 55px 47px 78px 49px;
  text-align: center;
  font-size: 16px !important;
  color: #fff !important;
  line-height: 30px;
}
.index-content .index-section2 .more_text button {
  border: 2px solid #fff !important;
  color: #fff !important;
  margin: 0 auto !important;
}
.index-content .index-section2 .list_item:hover .more_text {
  bottom: 0;
}
.index-content .index-section2 .swiper-box {
  margin: 0 -10px;
}
.index-content .index-section2-swiper {
  padding: 10px;
}
.index-content .index-section3 {
  background: #fff;
  width: 100%;
  overflow: hidden;
  margin: 122px auto 100px;
}
.index-content .index-section3 .maxwidth {
  width: 1280px;
  margin: 0 auto;
}
.index-content .index-section3 .maxwidth .recommend_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.index-content .index-section3 .maxwidth .recommend_top h4 {
  color: #333333;
  font-size: 36px;
  font-family: "黑体";
}
.index-content .index-section3 .maxwidth .recommend_top h4 .text_line {
  margin-top: 18px;
  width: 20px;
  height: 2px;
  background: #1e99fe;
  display: block;
}
.index-content .index-section3 .maxwidth .recommend_top p {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 27px;
  padding-top: 5px;
}
.index-content .index-section3 .maxwidth .recommend_product {
  height: 660px;
  position: relative;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_left {
  float: left;
  width: 900px;
  border: 1px solid #dddddd;
  cursor: pointer;
}

.index-content .index-section3 .maxwidth .recommend_product .recommend_left .ico {
  display: block;
  float: left;
  padding-top: 28px;
  padding-left: 28px;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_left .product_img {
  height: 513px;
  margin: 52px auto 4px;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_left .product_img img{
  width: 80%;
  height:100%;
  object-fit: contain;
}

.index-content .index-section3 .maxwidth .recommend_product .recommend_left i {
  font-style: normal;
  font-size: 24px;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_left .bottom {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  font-size: 18px;
  line-height: 90px;
  height: 90px;
  padding: 0 40px;
  background-image: linear-gradient(0deg, #067ee0 0%, #1a93f7 100%);
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_left .bottom .pagination {
  position: initial;
  display: initial;
  font-size: 28px;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_left .bottom .pagination span:nth-child(1) {
  padding-left: 10px;
  font-family: "Gotham Rounded";
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_left .bottom .pagination span:nth-child(2) {
  font-size: 18px;
  padding-right: 10px;
  font-family: "Gotham Rounded";
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_right {
  float: right;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_right .box {
  width: 360px;
  margin-bottom: 16px;
  border: 1px solid #dddddd;
  border-bottom: none;
  text-align: center;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_right .box a {
  display: block;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_right .box_img {
  width: 100%;
  height: 200px;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_right .box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 200px;
  padding: 20px;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_right .box .text {
  width: 100%;
  height: 64px;
  font-size: 16px;
  line-height: 64px;
  font-family: "微软雅黑";
  color: #fff;
  background: #999;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_right .button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 2px solid #1e99fe;
  font-size: 18px;
  cursor: pointer;
}
.index-content .index-section3 .maxwidth .recommend_product .recommend_right .button a {
  display: block;
  font-family: "微软雅黑";
  color: #1e99fe;
}
.index-content .index-section4 {
  width: 100%;
  background: #000;
  margin: 0;
  padding: 0;
  position: relative;
}
.index-content .index-section4 img {
  width: 100%;
}
.index-content .index-section4 .about_text {
  width: 480px;
  height: 580px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: 23%;
  top: 13%;
  text-align: center;
}
.index-content .index-section4 .about_text h4 {
  margin: 80px auto 20px;
  font-size: 36px;
  line-height: 36px;
  font-family: "黑体";
  color: #333;
}
.index-content .index-section4 .about_text .text_line {
  margin: 0 auto 30px;
  width: 20px;
  height: 2px;
  background: #1e99fe;
  display: block;
}
.index-content .index-section4 .about_text h6 {
  font-size: 24px;
  color: #333;
  margin: 10px 0;
}
.index-content .index-section4 .about_text h6 p {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 8px 0;
  font-family: "黑体";
  color: #333;
}
.index-content .index-section4 .about_text h6 b {
  font-weight: 100;
  line-height: 24px;
  color: #1e99fe;
  display: block;
}
.index-content .index-section4 .about_text p {
  font-size: 14px;
  font-family: "微软雅黑";
  line-height: 30px;
  color: #999;
  margin: 60px 40px 60px;
}
.index-content .index-section4 .about_text a {
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #fff;
  border-radius: 30px;
  background: none;
  background-image: linear-gradient(0deg, #067ee0 0%, #1a93f7 100%);
  border: 0;
  outline: none;
  display: block;
  margin: 0 auto;
}
.index-content .index-section5 .maxwidth {
  width: 1280px;
  margin: 100px auto 0;
}
.index-content .index-section5 .maxwidth .advantage_top {
  color: #333;
  text-align: center;
  border: 0;
  background: none;
}
.index-content .index-section5 .maxwidth .advantage_top h4 {
  font-size: 36px;
  font-family: "黑体";
  margin: 0 auto 20px;
}
.index-content .index-section5 .maxwidth .advantage_top .text_line {
  margin: 0 auto 30px;
  width: 20px;
  height: 2px;
  background: #058ddf;
  display: block;
}
.index-content .index-section5 .maxwidth .advantage_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 0;
  background: none;
  padding: 0;
}
.index-content .index-section5 .maxwidth .advantage_list span {
  display: block;
  color: #1e99fe;
}
.index-content .index-section5 .maxwidth .advantage_list .list_l .list_group {
  overflow: hidden;
}
.index-content .index-section5 .maxwidth .advantage_list .list_l .list_group .list_item {
  border: 0;
  background: none;
  border-bottom: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  width: 200px;
  text-align: center;
}
.index-content .index-section5 .maxwidth .advantage_list .list_l .list_group .list_item p {
  font-size: 24px;
  line-height: 24px;
  font-family: "黑体";
  margin: 50px 0 20px;
}
.index-content .index-section5 .maxwidth .advantage_list .list_l .list_group .list_item span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #1e99fe;
}
.index-content .index-section5 .maxwidth .advantage_list .list_r .list_group {
  overflow: hidden;
}
.index-content .index-section5 .maxwidth .advantage_list .list_r .list_group .list_item {
  border: 0;
  background: none;
  border-bottom: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  width: 200px;
  text-align: center;
}
.index-content .index-section5 .maxwidth .advantage_list .list_r .list_group .list_item p {
  font-size: 24px;
  line-height: 24px;
  font-family: "黑体";
  margin: 50px 0 20px;
}
.index-content .index-section5 .maxwidth .advantage_list .list_r .list_group .list_item span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #1e99fe;
}
.index-content .index-section6 {
  background: url(../images/index/address_bg.png) no-repeat center;
  padding: 85px 0;
}
.index-content .index-section6 .maxwidth {
  width: 1280px;
  margin: 0 auto;
}
.index-content .index-section6 .maxwidth .address_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.index-content .index-section6 .maxwidth .address_top h4 {
  color: #333333;
  font-size: 36px;
  font-family: "黑体";
}
.index-content .index-section6 .maxwidth .address_top h4 .text_line {
  margin-top: 18px;
  width: 20px;
  height: 2px;
  background: #1e99fe;
  display: block;
}
.index-content .index-section6 .maxwidth .address_top p {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 27px;
  padding-top: 5px;
}
.index-content .index-section6 .maxwidth .address_bottom {
  clear: both;
  overflow: hidden;
}
.index-content .index-section6 .maxwidth .address_bottom .map {
  width: 811px;
  float: left;
  cursor: pointer;
}
.index-content .index-section6 .maxwidth .address_bottom .address_list {
  float: left;
}
.index-content .index-section6 .maxwidth .address_bottom .address_list .info {
  float: left;
  width: 469px;
  background: #fff;
  padding: 75px 0 75px 60px;
  cursor: pointer;
}
.index-content .index-section6 .maxwidth .address_bottom .address_list .info h1 {
  font-family: "黑体";
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 30px 0;
  color: #1e99fe;
}
.index-content .index-section6 .maxwidth .address_bottom .address_list .info p {
  font-size: 16px;
  line-height: 16px;
  font-family: "微软雅黑";
  color: #666;
}
.index-content .index-section6 .maxwidth .address_bottom .address_list .info p span {
  display: block;
  margin-bottom: 16px;
}
.index-content .index-section6 .maxwidth .address_bottom .address_list .info img {
  display: block;
  margin-top: 44px;
}
.index-content .index-section6 .maxwidth .address_bottom .address_list .info em {
  display: block;
  background: url(../images/index/arrow_right.png) no-repeat left;
  height: 14px;
  margin-top: 44px;
}
.index-content .index-section6 .maxwidth .address_bottom .address_list .info:hover em {
  display: block;
  background: url(../images/index/arrow_hover.png) no-repeat left;
  height: 14px;
}
.index-content .index-section6 .maxwidth .pan_all {
  overflow: hidden;
}
.index-content .index-section6 .maxwidth .pan_all .pan {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_left {
  flex: 1;
  overflow: hidden;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_left .pan_text {
  background: #fff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 50px 0 40px 40px;
  cursor: pointer;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_left .pan_text h1 {
  font-size: 24px;
  line-height: 24px;
  font-family: "黑体";
  margin: 0 0 20px 0;
  color: #000;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_left .pan_text p {
  font-size: 14px;
  line-height: 14px;
  font-family: "微软雅黑";
  margin: 0 0 36px 0;
  color: #666;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_left .pan_text em {
  display: block;
  background: url(../images/index/arrow_right.png) no-repeat left;
  height: 14px;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_left .pan_text:hover em {
  display: block;
  background: url(../images/index/arrow_hover.png) no-repeat left;
  height: 14px;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_text:hover {
  border: 1px solid #1e99fe;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_text:hover em {
  background: url(../images/index/arrow_hover.png) no-repeat left;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_text:hover .arrow1 {
  display: none;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_text:hover .arrow2 {
  display: block;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_right {
  flex: 0 0 7%;
  min-width: 7%;
  background: #fff;
  position: relative;
  border-left: 1px solid #ddd;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_right .index-section6-map-prev {
  font-size: 36px;
  line-height: 36px;
  color: #999;
  border: 1px solid #ddd;
  text-align: center;
  padding: 31px 0;
  outline: none;
  border-left: none;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_right .index-section6-map-prev:hover {
  color: #1e99fe;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_right .index-section6-map-next {
  font-size: 36px;
  line-height: 36px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  outline: none;
  padding: 31px 0;
  border-left: none;
}
.index-content .index-section6 .maxwidth .pan_all .pan .pan_right .index-section6-map-next:hover {
  color: #1e99fe;
}
.index-content .index-section7 .maxwidth {
  width: 1280px;
  margin: 100px auto 0;
}
.index-content .index-section7 .maxwidth .choice_text {
  text-align: center;
}
.index-content .index-section7 .maxwidth .choice_text h4 {
  font-size: 36px;
  line-height: 36px;
  font-family: "黑体";
  color: #000;
  margin: 0 auto 20px;
}
.index-content .index-section7 .maxwidth .choice_text .cline1 {
  margin: 0 auto 20px;
  width: 20px;
  height: 2px;
  background: #058ddf;
  display: block;
}
.index-content .index-section7 .maxwidth .choice_text p {
  font-size: 18px;
  line-height: 28px;
  color: #999;
  padding: 0 210px;
}
.index-content .index-section7 .maxwidth .choice {
  margin-top: 30px;
  background: none;
}
.index-content .index-section7 .maxwidth .choice ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 58px 0 99px;
}
.index-content .index-section7 .maxwidth .choice ul li {
  position: relative;
  margin-left: 21px;
  width: 196px;
  height: 374px;
  border-radius: 4px;
  border: 0;
  background: none;
  border: 1px solid #dddddd;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  text-align: center;
  list-style: none;
}
.index-content .index-section7 .maxwidth .choice ul li h5 {
  margin: 60px auto 37px;
  font-size: 40px;
  background: #1c95fa;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.index-content .index-section7 .maxwidth .choice ul li p {
  margin-bottom: 40px;
  font-size: 24px;
  color: #ccc;
  font-family: "黑体";
}
.index-content .index-section7 .maxwidth .choice ul li p b {
  display: block;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
.index-content .index-section7 .maxwidth .choice ul li .cline2 {
  margin: 0 auto 20px;
  width: 2px;
  height: 20px;
  background: #ccc;
  display: block;
}
.index-content .index-section7 .maxwidth .choice ul li em {
  font-size: 30px;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  z-index: 999;
  color: #1c95fa;
  position: absolute;
  font-style: normal;
}
.index-content .index-section7 .maxwidth .choice ul li img {
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -25px;
}
.index-content .index-section7 .maxwidth .choice ul li .pic2 {
  display: none;
}
.index-content .index-section7 .maxwidth .choice ul li:hover {
  background: url(../images/index/choice_bg.png) no-repeat center;
  border: 1px solid #128bee;
}
.index-content .index-section7 .maxwidth .choice ul li:hover h5 {
  background: #fff;
  color: #1c95fa;
}
.index-content .index-section7 .maxwidth .choice ul li:hover p {
  color: #fff;
}
.index-content .index-section7 .maxwidth .choice ul li:hover b {
  color: #fff;
}
.index-content .index-section7 .maxwidth .choice ul li:hover .cline2 {
  background: #85c0f2;
}
.index-content .index-section7 .maxwidth .choice ul li:hover em {
  color: #fff;
}
.index-content .index-section7 .maxwidth .choice ul li:hover .pic1 {
  display: none;
}
.index-content .index-section7 .maxwidth .choice ul li:hover .pic2 {
  display: block;
}
.index-content .index-section7 .maxwidth .choice ul li:nth-child(1) {
  margin-left: 0;
}
.index-content .index-section8 .maxwidth {
  width: 1280px;
  margin: 0 auto;
}
.index-content .index-section8 .maxwidth .partner_top {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-align: center;
  border: 0;
  background: none;
}
.index-content .index-section8 .maxwidth .partner_top h4 {
  font-size: 36px;
  margin-bottom: 40px;
  font-family: "黑体";
}
.index-content .index-section8 .maxwidth .partner_top h4 .text_line {
  margin-top: 18px;
  width: 20px;
  height: 2px;
  background: #1e99fe;
  display: block;
}
.index-content .index-section8 .maxwidth .partner_top p {
  font-family: "Gotham Rounded";
}
.index-content .index-section8 .maxwidth .partner_top p a {
  color: #666;
  font-size: 18px;
}
.index-content .index-section8 .partner_list {
  overflow: hidden;
  background: url(../images/index/partner_bg.jpg) no-repeat center;
}
.index-content .index-section8 .partner_list ul {
  width: 1280px;
  margin: 0 -10px;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  margin: 60px auto 40px;
  cursor: pointer;
}
.index-content .index-section8 .partner_list ul li {
  flex: 0 0 20%;
  min-width: 20%;
  padding: 0 10px;
  margin: 0 0 20px;
}
.index-content .index-section8 .partner_list ul li div {
  overflow: hidden;
}
.index-content .index-section8 .partner_list ul li div img {
  transition: 0.3s;
  width: 100%;
}

.index-content .index-section8 .partner_list ul li:hover img {
  transform: scale(1.1);
}
.index-content .index-section9 .maxwidth {
  width: 1280px;
  margin: 100px auto;
}
.index-content .index-section9 .maxwidth .new_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-align: center;
  border: 0;
  background: none;
}
.index-content .index-section9 .maxwidth .new_top h4 {
  font-size: 36px;
  margin-bottom: 0px;
  font-family: "黑体";
}
.index-content .index-section9 .maxwidth .new_top h4 .text_line {
  margin-top: 18px;
  width: 20px;
  height: 2px;
  background: #1e99fe;
  display: block;
}
.index-content .index-section9 .maxwidth .new_top p {
  padding-top: 12px;
  font-family: "Gotham Rounded";
}
.index-content .index-section9 .maxwidth .new_top p a {
  color: #666;
  font-size: 18px;
}
.index-content .index-section9 .maxwidth .new_list .list_item a{
  display: flex;
  flex-direction: row;
  color: #ccc;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.index-content .index-section9 .maxwidth .new_list .list_item .item1 {
  margin-top: 65px;
  width: 18%;
}
.index-content .index-section9 .maxwidth .new_list .list_item .item1 h3 {
  font-size: 24px;
  margin: 0 0 32px 0;
  color: #999;
}
.index-content .index-section9 .maxwidth .new_list .list_item .item1 p {
  font-family: "Arial";
  color: #666;
}
.index-content .index-section9 .maxwidth .new_list .list_item .item2 {
  margin-top: 65px;
  width: 55%;
  padding-left: 50px;
  margin-right: 100px;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
.index-content .index-section9 .maxwidth .new_list .list_item .item2 h1 {
  font-size: 18px;
  color: #333;
  margin: 0 0 32px 0;
  font-weight: bold;
}
.index-content .index-section9 .maxwidth .new_list .list_item .item2 p {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #666;
}
.index-content .index-section9 .maxwidth .new_list .list_item .item3 {
  padding: 40px 0;
}
.index-content .index-section9 .maxwidth .new_list .list_item .item3 img {
  width: 237px;
  height: 146px;
  cursor: pointer;
}
.index-content .index-section9 .maxwidth .new_list .item2:hover h1 {
  color: #1e99fe;
}
.index-footer {
  background: #1f99fe;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.index-footer .back_top {
  position: absolute;
  top: -22px;
  z-index: 1;
  cursor: pointer;
}
.index-footer .footer_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 71px auto 63px;
}
.index-footer .footer_top .fl img {
  display: block;
}
.index-footer .footer_top .fl ul {
  display: flex;
  flex-direction: row;
  margin-top: 26px;
  margin-left: 1px;
}
.index-footer .footer_top .fl ul li a {
  font-size: 16px;
  color: #fff;
  font-family: "微软雅黑";
  margin-right: 45px;
}
.index-footer .footer_top .fr {
  display: flex;
  flex-direction: row;
}
.index-footer .footer_top .fr h6 {
  text-align: right;
  font-family: "黑体";
  margin: 27px 20px 14px 0;
}
.index-footer .footer_top .fr h6 p {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 18px;
}
.index-footer .footer_top .fr h6 span {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
.index-footer .footer_bottom {
  border-top: 1px solid #50adfa;
  width: 100%;
}
.index-footer .footer_bottom .maxwidth {
  width: 1280px;
  margin: 0 auto;
}
.index-footer .footer_bottom .maxwidth .text {
  margin-left: 2px;
  padding: 29px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.index-footer .footer_bottom .maxwidth .text span a {
  color: #fff;
  opacity: 0.4;
}
