/* 
    Editor: zhao
    Time: 2018.10.18

    Less compilation
    > npm install -g less
    > lessc style.less style.css
*/
.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: 1230px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}
#backtop {
  position: fixed;
  right: 50px;
  bottom: 177px;
  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: #008cd6 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 .header-top {
  background: #f5f5f5;
}
.home-header .header-top .flexbox {
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-header .header-top .flexbox span {
  font-size: 14px;
  color: #999;
}
.home-header .header-top .flexbox ul {
  display: flex;
}
.home-header .header-top .flexbox ul li {
  position: relative;
  margin: 0 28px 0 0;
}
.home-header .header-top .flexbox ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #999;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-header .header-top .flexbox ul li:last-child {
  margin: 0;
}
.home-header .header-top .flexbox ul li:last-child:after {
  display: none;
}
.home-header .header-top .flexbox ul li a {
  font-size: 14px;
  color: #999;
  transition: 0.3s;
}
.home-header .header-top .flexbox ul li a:hover {
  color: #008cd6;
}
.home-header .header-center .flexbox {
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-header .header-center .flexbox .leftbox {
  display: flex;
  align-items: center;
}
.home-header .header-center .flexbox .leftbox h1 {
  width: 237px;
  margin: 0 26px 0 0;
}
.home-header .header-center .flexbox .leftbox h1 img {
  width: 100%;
}
.home-header .header-center .flexbox .leftbox h4 {
  font-size: 20px;
  color: #333;
  margin: 0 48px 0 0;
}
.home-header .header-center .flexbox .leftbox h4 span {
  color: #008cd6;
  font-weight: bold;
}
.home-header .header-center .flexbox .leftbox .logo-logo {
  width: 175px;
}
.home-header .header-center .flexbox .leftbox .logo-logo img {
  width: 100%;
}
.home-header .header-center .flexbox .phone {
  display: flex;
  align-items: center;
}
.home-header .header-center .flexbox .phone .ico {
  width: 26px;
  margin: 0 20px 0 0;
}
.home-header .header-center .flexbox .phone .ico img {
  width: 100%;
}
.home-header .header-center .flexbox .phone span {
  font-size: 30px;
  color: #008cd6;
  font-family: "GOTHAM-BOLD";
}
.home-header .header-bottom {
  background: #008cd6;
}
.home-header .header-bottom .flexbox {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-header .header-bottom .flexbox .navmenu {
  display: flex;
}
.home-header .header-bottom .flexbox .navmenu > li {
  position: relative;
  margin: 0 20px 0 0;
}
.home-header .header-bottom .flexbox .navmenu > li .submenu{
  position: absolute;
  z-index: 2;
  /* width: 100%; */
  min-width: 100%;
  max-width: 200px;
  top: 100%;
  background: #008cd6;
  padding: 0 0 5px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.home-header .header-bottom .flexbox .navmenu > li:hover .submenu {
  visibility: visible;
  opacity: 1;
}
.home-header .header-bottom .flexbox .navmenu > li .submenu > li:first-child{
  margin: 18px 0 0;
}
.home-header .header-bottom .flexbox .navmenu > li .submenu > li:last-child{
  margin: 0 0 5px;
}
.home-header .header-bottom .flexbox .navmenu > li .submenu > li > a{
  text-align: center;
  display: block;
  padding: 10px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: .3s;
}
.home-header .header-bottom .flexbox .navmenu > li .submenu > li > a:hover{
  background: rgba(255, 255, 255, 0.2);
}
.home-header .header-bottom .flexbox .navmenu > li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.2);
}
.home-header .header-bottom .flexbox .navmenu > li:last-child {
  margin: 0;
}
.home-header .header-bottom .flexbox .navmenu > li:last-child:after {
  display: none;
}
.home-header .header-bottom .flexbox .navmenu > li > a {
  font-size: 16px;
  color: #fff;
  padding: 8px 28px;
  border-radius: 5px;
  overflow: hidden;
}
.home-header .header-bottom .flexbox .navmenu > li.active > a {
  background: rgba(255, 255, 255, 0.2);
}
.home-header .header-bottom .flexbox .cert-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 38px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}
.home-header .header-bottom .flexbox .cert-search img {
  width: 26px;
  margin: 0 14px 0 0;
}
.home-section1-swiper {
  height: 680px;
}
.home-section1-swiper .swiper-slide > .container{
  display: flex;
  align-items: center;
  height: 100%;
}
.home-section1-swiper .mask {
  position: relative;
  z-index: 1;
}
.home-section1-swiper .mask h2 {
  font-size: 48px;
  color: #333;
  margin: 0 0 25px;
}
.home-section1-swiper .mask h2 span {
  font-weight: bold;
  color: #008cd6;
}
.home-section1-swiper .mask .des {
  font-size: 24px;
  color: #333;
  margin: 0 0 38px;
}
.home-section1-swiper .mask .tips {
  display: inline-block;
  background: #008cd6;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  letter-spacing: 4px;
  margin: 0 0 58px;
}
.home-section1-swiper .mask .img-group {
  display: flex;
}
.home-section1-swiper .mask .img-group .img-box {
  width: 100px;
  margin: 0 23px 0 0;
}
.home-section1-swiper .mask .img-group .img-box:last-child {
  margin: 0;
}
.home-section1-swiper .mask .img-group .img-box img {
  width: 100%;
}
.home-section1-swiper .bannerimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination.home-section1-pagination {
  bottom: 40px;
}
.swiper-pagination.home-section1-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #686d6e;
  opacity: 1;
  margin: 0 10px;
  transition: 0.3s;
}
.swiper-pagination.home-section1-pagination .swiper-pagination-bullet-active {
  border: 2px solid #008cd6;
  background: transparent;
}
.home-section2 {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.home-section2 .flexbox {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-section2 .flexbox .hot-aut {
  display: flex;
  align-items: center;
}
.home-section2 .flexbox .hot-aut li {
  display: flex;
  align-items: center;
  margin: 0 25px 0 0;
}
.home-section2 .flexbox .hot-aut li:first-child {
  font-size: 16px;
  color: #333;
  margin: 0 10px 0 0;
}
.home-section2 .flexbox .hot-aut li:last-child {
  margin: 0;
}
.home-section2 .flexbox .hot-aut li a {
  font-size: 14px;
  color: #666;
}
.home-section2 .flexbox .hot-aut li.on img {
  width: 14px;
  margin: 0 4px 0 0;
  transform: translateY(-2px);
}
.home-section2 .flexbox .hot-aut li.on a {
  color: #e64646;
}
.home-section2 .flexbox .breadmenu {
  display: flex;
  align-items: center;
}
.home-section2 .flexbox .breadmenu li {
  position: relative;
  margin: 0 20px 0 0;
}
.home-section2 .flexbox .breadmenu li:after {
  content: ">";
  font-size: 14px;
  color: #999;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-section2 .flexbox .breadmenu li:first-child {
  margin: 0 10px 0 0;
}
.home-section2 .flexbox .breadmenu li:first-child:after {
  display: none;
}
.home-section2 .flexbox .breadmenu li:last-child {
  margin: 0;
}
.home-section2 .flexbox .breadmenu li:last-child:after {
  display: none;
}
.home-section2 .flexbox .breadmenu li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  transition: 0.3s;
}
.home-section2 .flexbox .breadmenu li a:hover {
  color: #008cd6;
}
.home-section2 .flexbox .breadmenu li a img {
  width: 17px;
}
.home-section2 .flexbox .search-box {
  width: 250px;
  display: flex;
  align-items: center;
}
.home-section2 .flexbox .search-box input {
  flex: 1;
  font-size: 14px;
  border: 0;
  background: transparent;
  color: #333;
  outline: none;
}
.home-section2 .flexbox .search-box button {
  width: 40px;
  height: 100%;
  background: transparent;
  border: 0;
}
.home-section2 .flexbox .search-box button img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.home-section3 {
  padding: 100px 0 105px;
}
.home-section3 .sec-head {
  text-align: center;
  margin: 0 0 40px;
}
.home-section3 .sec-head h2 {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin: 0 0 16px;
}
.home-section3 .sec-head img {
  width: 46px;
}
.home-section3 .flexbox .box-row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.home-section3 .flexbox .box-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  display: flex;
}
.home-section3 .flexbox .box-item {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 55px 30px 99px;
  transition: 0.3s;
}
.home-section3 .flexbox .box-item h4 {
  font-size: 30px;
  color: #008cd6;
  margin: 0 0 10px;
  text-align: center;
}
.home-section3 .flexbox .box-item .des {
  font-size: 14px;
  color: #999;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 40px;
}
.home-section3 .flexbox .box-item .img-box {
  width: 100%;
  height: 160px;
  margin: 0 0 20px;
}
.home-section3 .flexbox .box-item .img-box.bg1 {
  background: #008cd6 url(../images/home/sec3-bg1.png) center / auto 80% no-repeat;
}
.home-section3 .flexbox .box-item .img-box.bg2 {
  background: #31a366 url(../images/home/sec3-bg2.png) center / auto 80% no-repeat;
}
.home-section3 .flexbox .box-item .img-box.bg3 {
  background: #90b71a url(../images/home/sec3-bg3.png) center / auto 80% no-repeat;
}
.home-section3 .flexbox .box-item .img-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
}
.home-section3 .flexbox .box-item .item-group {
  display: flex;
  flex-wrap: wrap;
}
.home-section3 .flexbox .box-item .item-group a {
  position: relative;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 9px 0;
  text-align: center;
  color: #666;
}
.home-section3 .flexbox .box-item .item-group a:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 1px solid #ddd;
}
.home-section3 .flexbox .box-item .item-group a:hover,
.home-section3 .flexbox .box-item .item-group a.on {
  color: #008cd6;
}
.home-section3 .flexbox .box-item .item-group a:hover:after,
.home-section3 .flexbox .box-item .item-group a.on:after {
  border: 1px solid #008cd6;
  z-index: 1;
}
.home-section3 .flexbox .box-item:hover {
  box-shadow: 0 10px 20px 0 rgba(69, 69, 69, 0.1);
}
.home-section4 {
  overflow: hidden;
}
.home-section4 .flexbox {
  display: flex;
}
.home-section4 .flexbox .img-box {
  position: relative;
  flex: 0 0 630px;
  max-width: 630px;
  height: 400px;
}
.home-section4 .flexbox .img-box:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1000vh;
  height: 100%;
  background: #f5f5f5;
}
.home-section4 .flexbox .img-box img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section4 .flexbox .rightbox {
  position: relative;
  padding: 0 0 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home-section4 .flexbox .rightbox:after {
  content: "About Us";
  position: absolute;
  left: 50px;
  top: 0;
  font-size: 170px;
  color: rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  line-height: 140px;
}
.home-section4 .flexbox .rightbox h2 {
  font-size: 36px;
  color: #333;
  margin: 0 0 15px;
}
.home-section4 .flexbox .rightbox h6 {
  font-size: 18px;
  color: #333;
  letter-spacing: 4px;
  margin: 0 0 25px;
}
.home-section4 .flexbox .rightbox h6 span {
  color: #008cd6;
  font-weight: bold;
}
.home-section4 .flexbox .rightbox .sec-line {
  margin: 0 0 30px;
}
.home-section4 .flexbox .rightbox .des {
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin: 0 0 25px;
}
.home-section4 .flexbox .rightbox .more {
  width: 150px;
  height: 45px;
  border-radius: 22px;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #008cd6;
}
.home-section4 .flexbox .rightbox .more span {
  margin: 0 0 0 3px;
  transition: 0.3s;
}
.home-section4 .flexbox .rightbox .more:hover span {
  margin: 0 0 0 18px;
}
.home-section5 {
  overflow: hidden;
  background: url(../images/home/sec5-logo.png) left center / auto no-repeat;
}
.home-section5 .flexbox {
  padding: 100px 0;
  display: flex;
  border-left: 1px solid #ddd;
}
.home-section5 .flexbox .leftbox {
  flex: 1;
  padding: 55px 0 0;
}
.home-section5 .flexbox .leftbox .more {
  margin: 0 0 0 39px;
  font-family: "GOTHAM-BOLD";
  font-size: 16px;
  color: #999;
  transition: 0.3s;
}
.home-section5 .flexbox .leftbox .more:hover {
  color: #008cd6;
}
.home-section5 .flexbox .leftbox .prev-next {
  display: flex;
  align-items: center;
  margin: 165px 0 0 39px;
}
.home-section5 .flexbox .leftbox .prev-next.prev-next-tab2 {
  display: none;
}
.home-section5 .flexbox .leftbox .prev-next .swiper-button-prev,
.home-section5 .flexbox .leftbox .prev-next .swiper-button-next {
  position: static;
  width: 11px;
  height: 20px;
  margin: 0;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  background: url(../images/home/left.png) center / contain no-repeat;
}
.home-section5 .flexbox .leftbox .prev-next .swiper-button-prev:hover,
.home-section5 .flexbox .leftbox .prev-next .swiper-button-next:hover {
  background: url(../images/home/left-h.png) center / contain no-repeat;
}
.home-section5 .flexbox .leftbox .prev-next .swiper-button-next {
  background: url(../images/home/right.png) center / contain no-repeat;
}
.home-section5 .flexbox .leftbox .prev-next .swiper-button-next:hover {
  background: url(../images/home/right-h.png) center / contain no-repeat;
}
.home-section5 .flexbox .leftbox .prev-next .line {
  width: 40px;
  height: 2px;
  background: #ddd;
  margin: 0 30px;
}
.home-section5 .flexbox .rightbox {
  position: relative;
  flex: 0 0 920px;
  max-width: 920px;
  padding: 60px 0 60px 60px;
  background: #f5f5f5;
}
.home-section5 .flexbox .rightbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000vh;
  height: 100%;
  background: #f5f5f5;
}
.home-section5-tabs {
  margin: 0 0 40px -6px;
}
.home-section5-tabs a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 45px;
  margin: 0 0 15px;
  font-size: 36px;
  color: #333;
  transition: 0.3s;
}
.home-section5-tabs a:last-child {
  margin: 0;
}
.home-section5-tabs a.active {
  color: #008cd6;
}
.home-section5-tabs a.active:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #008cd6;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}
.home-section5-swiper {
  height: 360px;
}
.home-section5-swiper-tab1 {
  position: relative;
  z-index: 1;
}
.home-section5-swiper-tab1 .item {
  background: #fff;
  padding: 35px 0 32px;
}
.home-section5-swiper-tab1 .item .img-box {
  width: 176px;
  height: 248px;
  overflow: hidden;
  margin: 0 auto 25px;
}
.home-section5-swiper-tab1 .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section5-swiper-tab1 .item p {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 0 15px;
}
.home-section5-swiper-tab2 {
  position: relative;
  z-index: 1;
}
.home-section5-swiper-tab2 .item {
  background: #fff;
}
.home-section5-swiper-tab2 .item .img-box {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.home-section5-swiper-tab2 .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section5-swiper-tab2 .item p {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 30px 15px;
}
.home-section6 {
  padding: 60px 0;
  background: url(../images/home/sec6-bg.jpg) center / cover no-repeat;
}
.home-section6 .flexbox {
  display: flex;
}
.home-section6 .flexbox h2 {
  flex: 1;
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
.home-section6 .flexbox .rightbox {
  flex: 0 0 920px;
  max-width: 920px;
}
.home-section6 .flexbox .rightbox .box-row {
  height: 100%;
  display: flex;
  margin: 0 -12px;
}
.home-section6 .flexbox .rightbox .box-row .box-col {
  padding: 0 12px;
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
}
.home-section6 .flexbox .rightbox .box-row .box-col .item {
  width: 100%;
  color: #999;
  line-height: 1.8;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-section6 .flexbox .rightbox .box-row .box-col .item span {
  color: #333;
}
.home-section7 {
  padding: 100px 0 105px;
}
.home-section7 .sec-head {
  text-align: center;
  margin: 0 0 40px;
}
.home-section7 .sec-head h2 {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin: 0 0 16px;
}
.home-section7 .sec-head img {
  width: 46px;
}
.home-section7 .flexbox .box-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.home-section7 .flexbox .box-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  display: flex;
}
.home-section7 .flexbox .item {
  padding: 70px 0;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #999;
  transition: 0.3s;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.home-section7 .flexbox .item .ico {
  width: 100%;
  height: 45px;
  margin: 0 0 35px;
  transition: 0.3s;
}
.home-section7 .flexbox .item .ico.i1 {
  background: url(../images/home/sec7-ico1.png) center / contain no-repeat;
}
.home-section7 .flexbox .item .ico.i2 {
  background: url(../images/home/sec7-ico2.png) center / contain no-repeat;
}
.home-section7 .flexbox .item .ico.i3 {
  background: url(../images/home/sec7-ico3.png) center / contain no-repeat;
}
.home-section7 .flexbox .item .ico.i4 {
  background: url(../images/home/sec7-ico4.png) center / contain no-repeat;
}
.home-section7 .flexbox .item h4 {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin: 0 0 15px;
  transition: 0.3s;
}
.home-section7 .flexbox .item .des {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  color: #666;
  margin: 0 0 35px;
  transition: 0.3s;
}
.home-section7 .flexbox .item .num {
  font-size: 30px;
  color: #999;
  text-align: center;
  font-family: "GOTHAM-BOLD";
  transition: 0.3s;
}
.home-section7 .flexbox .item:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 140, 214, 0.2);
  border: 1px solid #008cd6;
  background-color: #008cd6;
  background-image: url(../images/home/sec7-logo.png);
}
.home-section7 .flexbox .item:hover .ico.i1 {
  background: url(../images/home/sec7-ico1-h.png) center / contain no-repeat;
}
.home-section7 .flexbox .item:hover .ico.i2 {
  background: url(../images/home/sec7-ico2-h.png) center / contain no-repeat;
}
.home-section7 .flexbox .item:hover .ico.i3 {
  background: url(../images/home/sec7-ico3-h.png) center / contain no-repeat;
}
.home-section7 .flexbox .item:hover .ico.i4 {
  background: url(../images/home/sec7-ico4-h.png) center / contain no-repeat;
}
.home-section7 .flexbox .item:hover h4 {
  color: #fff;
}
.home-section7 .flexbox .item:hover .des,
.home-section7 .flexbox .item:hover .num {
  color: rgba(255, 255, 255, 0.5);
}
.home-section8 {
  padding: 0 0 100px;
}
.home-section8 .sec-head {
  text-align: center;
  margin: 0 0 40px;
}
.home-section8 .sec-head h2 {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin: 0 0 16px;
}
.home-section8 .sec-head img {
  width: 46px;
}
.home-section8 .swiper-box {
  position: relative;
  margin: 0 0 60px;
}
.home-section8 .swiper-box .swiper-button-prev,
.home-section8 .swiper-box .swiper-button-next {
  left: -30px;
  width: 11px;
  height: 20px;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  margin-top: -10px;
  background: url(../images/home/left.png) center / contain no-repeat;
}
.home-section8 .swiper-box .swiper-button-prev:hover,
.home-section8 .swiper-box .swiper-button-next:hover {
  background: url(../images/home/left-h.png) center / contain no-repeat;
}
.home-section8 .swiper-box .swiper-button-next {
  left: inherit;
  right: -30px;
  background: url(../images/home/right.png) center / contain no-repeat;
}
.home-section8 .swiper-box .swiper-button-next:hover {
  background: url(../images/home/right-h.png) center / contain no-repeat;
}
.home-section8-swiper .item {
  overflow: hidden;
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  opacity: 0.5;
  transition: 0.3s;
}
.home-section8-swiper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.home-section8-swiper .item:hover {
  opacity: 1;
}
.home-section8-swiper .item:hover img {
  transform: scale(1.1);
}
.home-section8 .sec-more {
  font-size: 14px;
  color: #fff;
  width: 220px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #008cd6;
  border-radius: 22px;
  transition: 0.3s;
}
.home-section8 .sec-more:hover {
  box-shadow: 0 2px 10px -2px #757575;
}
.home-section9 {
  background: #f5f5f5;
  padding: 100px 0 0;
}
.home-section9 .viewbox {
  background: #fff;
}
.home-section9 .friendLink {
  padding: 40px 0;
}
.home-section9 .friendLink ul {
  display: flex;
  align-items: flex-end;
}
.home-section9 .friendLink ul li {
  margin: 0 35px 0 0;
}
.home-section9 .friendLink ul li:first-child {
  position: relative;
  margin: 0 20px 0 0;
  font-size: 24px;
  color: #333;
  line-height: 1;
}
.home-section9 .friendLink ul li:first-child span {
  position: relative;
  z-index: 1;
}
.home-section9 .friendLink ul li:first-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #008cd6;
  left: 0;
  bottom: 0;
}
.home-section9 .friendLink ul li:last-child {
  margin: 0;
}
.home-section9 .friendLink ul li a {
  font-size: 14px;
  color: #666;
  transition: 0.3s;
}
.home-section9 .friendLink ul li a:hover {
  color: #008cd6;
}
.home-section9 .sec-head {
  padding: 12px 40px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-section9 .sec-head h2 {
  font-size: 30px;
  color: #333;
  margin: 0;
}
.home-section9-tabs {
  display: flex;
}
.home-section9-tabs a {
  display: block;
  padding: 35px 5px;
  font-size: 18px;
  color: #333;
  border-bottom: 2px solid transparent;
  margin: 0 35px 0 0;
}
.home-section9-tabs a:last-child {
  margin: 0;
}
.home-section9-tabs a.active {
  color: #008cd6;
  border-bottom: 2px solid #008cd6;
}
.home-section9-swiper .flexbox {
  padding: 50px 40px;
  display: flex;
  justify-content: space-between;
}
.home-section9-swiper .flexbox .leftbox {
  flex: 0 0 500px;
  max-width: 500px;
  margin: 0 120px 0 0;
  position: relative;
}
.home-section9-swiper .flexbox .leftbox:after {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  width: 1px;
  height: 360px;
  background: #ddd;
}
.home-section9-swiper .flexbox .leftbox .img-box {
  width: 100%;
  height: 215px;
  margin: 0 0 26px;
  overflow: hidden;
}
.home-section9-swiper .flexbox .leftbox .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.home-section9-swiper .flexbox .leftbox .img-box:hover img {
  transform: scale(1.1);
}
.home-section9-swiper .flexbox .leftbox h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 15px;
}
.home-section9-swiper .flexbox .leftbox h4 a {
  font-size: 18px;
  color: #333;
  transition: 0.3s;
}
.home-section9-swiper .flexbox .leftbox h4 a:hover {
  color: #008cd6;
}
.home-section9-swiper .flexbox .leftbox .des {
  margin: 0 0 25px;
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
}
.home-section9-swiper .flexbox .leftbox .more {
  font-size: 14px;
  color: #008cd6;
}
.home-section9-swiper .flexbox .rightbox {
  flex: 1;
  overflow: hidden;
}
.home-section9-swiper .flexbox .rightbox ul li {
  border-bottom: 1px dashed #ddd;
}
.home-section9-swiper .flexbox .rightbox ul li:last-child {
  border: 0;
}
.home-section9-swiper .flexbox .rightbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 0;
}
.home-section9-swiper .flexbox .rightbox ul li .tit {
  display: flex;
  margin: 0 0 15px;
}
.home-section9-swiper .flexbox .rightbox ul li .tit h4 {
  font-size: 16px;
  color: #333;
  flex: 1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.home-section9-swiper .flexbox .rightbox ul li .tit span {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  margin: 0 0 0 15px;
}
.home-section9-swiper .flexbox .rightbox ul li .des {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
}
.home-section9-swiper .flexbox .rightbox ul li:hover h4 {
  color: #008cd6;
}
.home-section10 {
  background: #008cd6;
  padding: 35px 0;
}
.home-section10 .flexbox .box-row {
  display: flex;
  flex-wrap: wrap;
}
.home-section10 .flexbox .box-col {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
}
.home-section10 .flexbox .box-col:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-section10 .flexbox .box-col:last-child:after {
  display: none;
}
.home-section10 .flexbox .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section10 .flexbox .item .ico {
  flex: 0 0 43px;
  max-width: 43px;
  height: 40px;
  margin: 0 22px 0 0;
}
.home-section10 .flexbox .item .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-section10 .flexbox .item .info h4 {
  margin: 0 0 2px;
  color: #fff;
}
.home-section10 .flexbox .item .info p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.home-footer-swiper {
  height: 220px;
}
.home-footer-swiper .swiper-slide {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.home-footer .footer-top {
  background: #2f2f2f;
  padding: 60px 0 70px;
}
.home-footer .footer-top .flexbox {
  display: flex;
}
.home-footer .footer-top .flexbox .foo-box {
  margin: 0 96px 0 0;
}
.home-footer .footer-top .flexbox .foo-box:last-child {
  margin: 0;
}
.home-footer .footer-top .flexbox .foo-box .head {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 35px;
}
.home-footer .footer-top .flexbox .foo-box .foo-ul li {
  margin: 0 0 22px;
}
.home-footer .footer-top .flexbox .foo-box .foo-ul li:last-child {
  margin: 0;
}
.home-footer .footer-top .flexbox .foo-box .foo-ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.3s;
}
.home-footer .footer-top .flexbox .foo-box .foo-ul li a:hover {
  color: #008cd6;
}
.home-footer .footer-top .flexbox .foo-box form {
  margin: 0 0 18px;
}
.home-footer .footer-top .flexbox .foo-box form input {
  display: block;
  width: 214px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  padding: 0 18px;
  margin: 0 0 10px;
}
.home-footer .footer-top .flexbox .foo-box form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 40px;
  border-radius: 3px;
  outline: none;
  background: #008cd6;
  border: 0;
  color: #fff;
  font-size: 14px;
}
.home-footer .footer-top .flexbox .foo-box .tips {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
.home-footer .footer-top .flexbox .leftbox {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  display: flex;
}
.home-footer .footer-top .flexbox .leftbox:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 275px;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
}
.home-footer .footer-top .flexbox .rightbox {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
}
.home-footer .footer-top .flexbox .rightbox .foo-box:last-child {
  flex: 0 0 240px;
  max-width: 240px;
}
.home-footer .footer-top .flexbox .rightbox .foo-box:last-child h4 {
  font-size: 30px;
  color: #fff;
  font-family: "GOTHAM-BOLD";
  margin: 0 0 25px;
}
.home-footer .footer-top .flexbox .rightbox .foo-box:last-child .address {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin: 0 0 26px;
}
.home-footer .footer-top .flexbox .rightbox .foo-box:last-child .eweima {
  display: flex;
  align-items: center;
}
.home-footer .footer-top .flexbox .rightbox .foo-box:last-child .eweima p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin: 0 30px 0 0;
}
.home-footer .footer-top .flexbox .rightbox .foo-box:last-child .eweima .img-box {
  width: 94px;
}
.home-footer .footer-top .flexbox .rightbox .foo-box:last-child .eweima .img-box img {
  width: 100%;
}
.home-footer .footer-top .flexbox .rightbox .foo-swiper {
  flex: 0 0 250px;
  max-width: 250px;
  margin: 0 70px 0 0;
}
.home-footer .footer-bottom {
  background: #262626;
  text-align: center;
  padding: 30px 15px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 1.8;
}
.home-footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
  transition: 0.3s;
}
.home-footer .footer-bottom a:hover {
  color: #008cd6;
}
.product-catalog-appoint {
  position: absolute;
  top: 0;
}
.product-content {
  background: #f5f5f5;
}
.product-section1 {
  position: relative;
}
.product-section1 .inner-banner{
  width: 100%;
}
.product-section1 .flexbox {
  padding: 70px 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-section1 .flexbox .leftbox h2 {
  font-size: 48px;
  color: #333;
  margin: 0 0 25px;
}
.product-section1 .flexbox .leftbox h2 span {
  font-weight: bold;
  color: #008cd6;
}
.product-section1 .flexbox .leftbox .des {
  font-size: 24px;
  color: #333;
  margin: 0 0 38px;
}
.product-section1 .flexbox .leftbox .tips {
  display: inline-block;
  background: #008cd6;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  letter-spacing: 4px;
}
.product-section1 .flexbox .rightbox .img-group {
  display: flex;
}
.product-section1 .flexbox .rightbox .img-group .img-box {
  width: 164px;
  margin: 0 38px 0 0;
}
.product-section1 .flexbox .rightbox .img-group .img-box:last-child {
  margin: 0;
}
.product-section1 .flexbox .rightbox .img-group .img-box img {
  width: 100%;
}
.product-section1 .bannerimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-section2 {
  padding: 50px 0 0;
}
.product-section2-flexbox {
  display: flex;
  padding: 0 0 60px;
  border-bottom: 2px solid #ddd;
}
.product-section2-flexbox .left-content {
  flex: 0 0 260px;
  max-width: 260px;
  margin: 0 20px 0 0;
}
.product-section2-flexbox .center-content {
  flex: 1;
  overflow: hidden;
  background: #fff;
}
.product-section2-flexbox .center-content.search-result,
.product-section2-flexbox .center-content.qualifications-list {
  background: transparent;
}
.product-section2-flexbox .right-content {
  flex: 0 0 220px;
  max-width: 220px;
  margin: 0 0 0 20px;
}
.product-section2-leftsec1 {
  background: #fff;
  margin: 0 0 20px;
}
.product-section2-leftsec1 .head {
  widows: 100%;
  height: 86px;
  background: #008cd6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 2px;
}
.product-section2-leftsec1 .head h3 {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
.product-section2-leftsec1 .head img {
  width: 28px;
}
.product-section2-leftsec1 ul.service-classify > li.item {
  padding: 0 20px;
  border-bottom: 2px solid #f5f5f5;
}
.product-section2-leftsec1 ul.service-classify > li.item:last-child {
  border: 0;
}
.product-section2-leftsec1 ul.service-classify > li.item > .tit {
  cursor: pointer;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-section2-leftsec1 ul.service-classify > li.item > .tit h4 {
  font-size: 18px;
  color: #333;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-section2-leftsec1 ul.service-classify > li.item > .tit span {
  font-size: 35px;
  color: #999;
  white-space: nowrap;
  margin: 0 0 0 15px;
  font-weight: 100;
  line-height: 0;
  transform: translateY(-2px);
}
.product-section2-leftsec1 ul.service-classify > li.item ul.sub-menu {
  display: none;
  border-top: 1px solid #999;
}
.product-section2-leftsec1 ul.service-classify > li.item ul.sub-menu > li {
  border-bottom: 1px dashed #ddd;
}
.product-section2-leftsec1 ul.service-classify > li.item ul.sub-menu > li > a {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.product-section2-leftsec1 ul.service-classify > li.item ul.sub-menu > li > a h5 {
  font-size: 14px;
  color: #666;
  margin: 0;
  transition: 0.3s;
}
.product-section2-leftsec1 ul.service-classify > li.item ul.sub-menu > li > a span {
  font-size: 14px;
  color: #666;
  transition: 0.3s;
}
.product-section2-leftsec1 ul.service-classify > li.item ul.sub-menu > li > a:hover h5,
.product-section2-leftsec1 ul.service-classify > li.item ul.sub-menu > li > a:hover span {
  color: #008cd6;
}
.product-section2-leftsec1 ul.service-classify > li.item ul.sub-menu > li:last-child {
  border: 0;
}
.product-section2-leftsec1 ul.service-classify > li.item ul.sub-menu > li.on h5,
.product-section2-leftsec1 ul.service-classify > li.item ul.sub-menu > li.on span {
  color: #008cd6;
}
.product-section2-leftsec2 {
  margin: 0 0 20px;
}
.product-section2-leftsec2 .head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background: #666;
}
.product-section2-leftsec2 .head h3 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}
.product-section2-leftsec2 .news-list {
  padding: 22px 20px;
  background: #fff;
}
.product-section2-leftsec2 .news-list li {
  border-bottom: 1px dashed #ddd;
}
.product-section2-leftsec2 .news-list li a {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s;
}
.product-section2-leftsec2 .news-list li a:hover {
  color: #008cd6;
}
.product-section2-leftsec3 .head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background: #666;
}
.product-section2-leftsec3 .head h3 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}
.product-section2-leftsec3 .viewbox {
  padding: 25px 20px;
  background: #fff;
}
.product-section2-leftsec3 .viewbox .item-group {
  margin: 0 0 36px;
}
.product-section2-leftsec3 .viewbox .item-group .item {
  margin: 0 0 16px;
}
.product-section2-leftsec3 .viewbox .item-group .item:last-child {
  margin: 0;
}
.product-section2-leftsec3 .viewbox .item-group .item .tips {
  font-size: 14px;
  color: #666;
  margin: 0 0 8px;
}
.product-section2-leftsec3 .viewbox .item-group .item .num {
  font-size: 24px;
  color: #008cd6;
  font-family: "GOTHAM-BOLD";
}
.product-section2-leftsec3 .viewbox .more {
  font-size: 16px;
  color: #fff;
  width: 130px;
  height: 40px;
  border-radius: 3px;
  background: #008cd6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-section2-centertop .head {
  position: relative;
  height: 85px;
  font-size: 30px;
  color: #008cd6;
  padding: 0 20px;
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.product-section2-centertop .head:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 28px;
  background: #008cd6;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-section2-centertop .viewbox {
  padding: 35px 20px;
}
.product-section2-centertop .viewbox h5 {
  margin: 0 0 40px;
  font-size: 18px;
  color: #333;
}
.product-section2-centertop .viewbox .aut-logo {
  margin: 0 0 35px;
}
.product-section2-centertop .viewbox .markdown-text {
  margin: 0 0 40px;
}
.product-section2-centertop .viewbox .markdown-text p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  color: #666;
}
.product-section2-centertop .viewbox .calalog-box {
  border: 1px solid #ddd;
  display: flex;
}
.product-section2-centertop .viewbox .calalog-box .leftbox {
  flex: 0 0 100px;
  max-width: 100px;
  border-right: 1px solid #ddd;
  background: #f5f5f5;
  font-size: 18px;
  color: #333;
  padding: 22px 0 0 28px;
}
.product-section2-centertop .viewbox .calalog-box .rightbox {
  flex: 1;
  overflow: hidden;
  display: flex;
  padding: 25px 0 5px;
}
.product-section2-centertop .viewbox .calalog-box .rightbox ul {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 0 0 16px;
  margin: 0 0 20px;
}
.product-section2-centertop .viewbox .calalog-box .rightbox ul li {
  margin: 0 0 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-section2-centertop .viewbox .calalog-box .rightbox ul li:last-child {
  margin: 0;
}
.product-section2-centertop .viewbox .calalog-box .rightbox ul li a {
  font-size: 16px;
  /* color: #666; */
  color: #008cd6;
  transition: 0.3s;
}
.product-section2-centertop .viewbox .calalog-box .rightbox ul li a:hover {
  color: #008cd6;
}
.product-section2-infosection {
  position: relative;
}
.product-section2-infosection .head {
  margin: 0 20px 0 0;
  background: #f5f5f5;
}
.product-section2-infosection .head h5 {
  position: relative;
  font-size: 18px;
  color: #fff;
  background: #008cd6;
  display: inline-block;
  padding: 16px 20px;
  margin: 0;
  min-width: 230px;
}
.product-section2-infosection .head h5:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-right: 30px solid #f5f5f5;
  border-bottom: 50px solid transparent;
}
.product-section2-infosection .markdown-text {
  padding: 25px 20px;
}
.product-section2-infosection .markdown-text p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.product-section2-infosection .markdown-text p .mainColor {
  color: #008cd6;
}
.product-section2-infosection .markdown-text .tit {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.product-section2-infosection .markdown-text .tit .mainColor {
  color: #008cd6;
}
.product-section2-infosection .markdown-text .des {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.product-section2-infosection .markdown-text .des .mainColor {
  color: #008cd6;
}
.product-section2-infosection .markdown-text .prolist {
  display: flex;
  flex-wrap: wrap;
}
.product-section2-infosection .markdown-text .prolist li {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.product-section2-infosection .markdown-text .prolist li:nth-child(odd) {
  flex: 0 0 40%;
  max-width: 40%;
}
.product-section2-rightsec1 {
  background: #fff;
  padding: 30px 20px;
  margin: 0 0 20px;
}
.product-section2-rightsec1 h3 {
  font-size: 24px;
  color: #333;
  margin: 0 0 22px;
}
.product-section2-rightsec1 .item-group .item {
  margin: 0 0 15px;
}
.product-section2-rightsec1 .item-group .item:last-child {
  margin: 0;
}
.product-section2-rightsec1 .item-group .item .img-box {
  width: 100%;
  height: 90px;
  margin: 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  /* background-size: auto 80%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* .product-section2-rightsec1 .item-group .item .img-box.bg1 {
  background: #008cd6 url(../images/home/sec3-bg1.png) center / auto 80% no-repeat;
  background-color: #008cd6;
}
.product-section2-rightsec1 .item-group .item .img-box.bg2 {
  background: #31a366 url(../images/home/sec3-bg2.png) center / auto 80% no-repeat;
  background-color: #31a366;
}
.product-section2-rightsec1 .item-group .item .img-box.bg3 {
  background: #90b71a url(../images/home/sec3-bg3.png) center / auto 80% no-repeat;
  background-color: #90b71a;
} */
.product-section2-rightsec1 .item-group .item p {
  color: #666;
  font-size: 16px;
  text-align: center;
}
.product-section2-rightsec2 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  background: #fff;
  padding: 30px 20px;
}
.product-section2-rightsec2 .catalog-box {
  position: relative;
}
.product-section2-rightsec2 .catalog-box:before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: calc(100% - 20px);
  background: #ddd;
}
.product-section2-rightsec2 .catalog-box .catalog-top {
  position: relative;
  color: #333;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 0 24px;
}
.product-section2-rightsec2 .catalog-box .catalog-top:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ddd;
  border-radius: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #ddd;
  background: #fff;
}
.product-section2-rightsec2 .catalog-box .catalog-center {
  max-height: 280px;
  overflow: hidden;
  margin: 0 0 20px;
}
.product-section2-rightsec2 .catalog-box .catalog-bottom {
  position: relative;
  margin: 0;
  padding: 0 0 0 24px;
}
.product-section2-rightsec2 .catalog-box .catalog-bottom:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ddd;
  border-radius: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #ddd;
  background: #fff;
}
.product-section2-rightsec2 .catalog-box .catalog-bottom a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 3px 14px;
  background: #008cd6;
  border-radius: 3px;
}
.product-section2-rightsec2 ul.nav {
  position: relative;
  transition: 0.3s;
}
.product-section2-rightsec2 ul.nav li {
  position: relative;
  margin: 0 0 30px;
}
.product-section2-rightsec2 ul.nav li:last-child{
  margin: 0;
}
.product-section2-rightsec2 ul.nav li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #ddd;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-section2-rightsec2 ul.nav li a {
  color: #666;
  font-size: 14px;
  padding: 0 0 0 24px;
}
.product-section2-rightsec2 ul.nav li a:active,
.product-section2-rightsec2 ul.nav li a:hover,
.product-section2-rightsec2 ul.nav li a:focus {
  background-color: transparent;
}
.product-section2-rightsec2 ul.nav li.active:before {
  background: #008cd6;
}
.product-section2-rightsec2 ul.nav li.active a {
  color: #008cd6;
}
.product-section3 {
  padding: 0 0 60px;
}
.product-section3 h4 {
  font-size: 30px;
  color: #333;
  margin: 0;
  padding: 35px 0;
}
.product-section3 .flexbox {
  overflow: hidden;
}
.product-section3 .flexbox .box-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.product-section3 .flexbox .box-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  margin: 0 0 20px;
  display: flex;
}
.product-section3 .flexbox .item {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 30px 45px;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
  background: #fff;
  transition: 0.3s;
}
.product-section3 .flexbox .item.hot:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 17px;
  left: 20px;
  top: 35px;
  background: url(../images/other/pro-sec3-ico1.png) center / contain no-repeat;
}
.product-section3 .flexbox .item:hover {
  color: #fff;
  background: #008cd6;
}
ul.about-classify {
  padding: 10px 20px 20px;
}
ul.about-classify > li {
  border-bottom: 1px dashed #ddd;
}
ul.about-classify > li > a {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-self: center;
}
ul.about-classify > li > a h5 {
  font-size: 18px;
  color: #333;
  margin: 0;
  transition: 0.3s;
}
ul.about-classify > li > a span {
  font-size: 14px;
  color: #666;
  transition: 0.3s;
}
ul.about-classify > li > a:hover h5,
ul.about-classify > li > a:hover span {
  color: #008cd6;
}
ul.about-classify > li.on h5,
ul.about-classify > li.on span {
  color: #008cd6;
}
.about-content .product-section2-centertop .head {
  padding: 0 40px;
}
.about-content .center-content .markdown-text {
  padding: 40px;
}
.about-content .center-content .markdown-text .des {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.about-content .center-content .markdown-text p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.about-content .center-content .markdown-text img {
  max-width: 100%;
  height: auto;
}
.about-content .center-content .markdown-text .des .mainColor {
  color: #008cd6;
}
ul.laboratory-list {
  padding: 0 40px;
}
ul.laboratory-list li {
  padding: 40px 40px 40px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
ul.laboratory-list li .img-box {
  flex: 0 0 267px;
  max-width: 267px;
  height: 280px;
  overflow: hidden;
  margin: 0 40px 0 0;
}
ul.laboratory-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
ul.laboratory-list li .info {
  flex: 1;
  overflow: hidden;
}
ul.laboratory-list li .info h4 {
  color: #333;
  font-size: 24px;
  margin: 0 0 25px;
  transition: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.laboratory-list li .info p {
  font-size: 14px;
  color: #999;
  line-height: 1.8;
  margin: 0 0 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 75px;
}
ul.laboratory-list li .info .more {
  width: 140px;
  height: 40px;
  background: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}
ul.laboratory-list li .info .more:hover {
  background: #008cd6;
  color: #fff;
}
ul.laboratory-list li:hover .img-box img {
  transform: scale(1.1);
}
ul.laboratory-list li:hover .info h4 {
  color: #008cd6;
}
.laboratory-pagination {
  padding: 60px 0 80px;
  display: flex;
  justify-content: center;
}
.laboratory-pagination a {
  border: 1px solid #ddd;
  padding: 7px 13px;
  font-size: 14px;
  color: #666;
  margin: 0 10px 0 0;
  transition: 0.3s;
}
.laboratory-pagination a.prev {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}
.laboratory-pagination a.next {
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
}
.laboratory-pagination a.other {
  border: 0;
}
.laboratory-pagination a:hover,
.laboratory-pagination a.active {
  border-color: #008cd6;
  background: #008cd6;
  color: #fff;
}
.laboratory-pagination .page-num {
  display: flex;
  align-items: center;
}
.laboratory-pagination .page-num a:last-child {
  margin: 0;
}
.laboratoryView-viewbox .head {
  padding: 40px;
  font-size: 30px;
  color: #008cd6;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
}
.laboratoryView-viewbox .head .time {
  display: block;
  font-size: 16px;
  color: #999;
  text-align: center;
  padding: 10px 0 0;
}
.laboratoryView-viewbox .markdown-text {
  padding: 25px 20px;
}
.laboratoryView-viewbox .markdown-text .tit {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin: 0 0 10px;
}
.laboratoryView-viewbox .markdown-text .tit .mainColor {
  color: #008cd6;
}
.laboratoryView-viewbox .markdown-text .des {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.laboratoryView-viewbox .markdown-text .des .mainColor {
  color: #008cd6;
}
.laboratoryView-viewbox .viewBox-bottom {
  margin: 0 40px;
  padding: 30px 0 60px;
  border-top: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.laboratoryView-viewbox .viewBox-bottom em{
  font-style: normal;
}
.laboratoryView-viewbox .viewBox-bottom a {
  flex: 1;
  font-size: 14px;
  color: #666;
  transition: 0.3s;
  margin: 0 20px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.laboratoryView-viewbox .viewBox-bottom a:last-child {
  margin: 0;
  text-align: right;
}
.laboratoryView-viewbox .viewBox-bottom a[href]:hover {
  color: #008cd6;
}
.newsView-viewbox .markdown-text .text-indent {
  text-indent: 28px;
  margin: 0 0 10px;
}
ul.news-list li .info small {
  display: block;
  font-size: 14px;
  color: #666;
  margin: 0 0 12px;
}
ul.news-list li .info p {
  -webkit-line-clamp: 2;
  max-height: 50px;
}
.contact-viewbox {
  padding: 40px;
}
.contact-viewbox .top-flexbox {
  display: flex;
  margin: 0 0 55px;
}
.contact-viewbox .top-flexbox .img-box {
  flex: 0 0 340px;
  max-width: 340px;
  height: 380px;
  overflow: hidden;
  margin: 0 35px 0 0;
}
.contact-viewbox .top-flexbox .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-viewbox .top-flexbox .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-viewbox .top-flexbox .info .item {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
.contact-viewbox .top-flexbox .info .item .tit {
  font-size: 24px;
  color: #999;
  margin: 0 0 5px;
}
.contact-viewbox .top-flexbox .info .item .des {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.contact-viewbox .map-head {
  margin: 0 0 25px;
  font-size: 24px;
  color: #333;
}
.contact-viewbox .mapbox {
  width: 100%;
  height: 400px;
}
.search-result-flex {
  background: #fff;
  padding: 30px 30px 15px;
}
.search-result-flex > ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.search-result-flex > ul > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  margin: 0 0 15px;
}
.search-result-flex > ul > li .item {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.3s;
}
.search-result-flex > ul > li .item:hover {
  background: #008cd6;
  color: #fff;
}
.qualifications-list .box-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.qualifications-list .box-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  margin: 0 0 15px;
}
.qualifications-list .item {
  background: #fff;
  padding: 20px 0;
}
.qualifications-list .item .img-box {
  width: 100%;
  height: 248px;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0 20px;
}
.qualifications-list .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.qualifications-list .item p {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 0 15px;
}
#banner2 .mask{
  margin: 0 0 50px;
}
#banner2 .text1{
  font-size: 18px;
  color: rgba(51, 51, 51, .8);
  margin: 0 0 25px;
}
#banner2 .text2{
  font-size: 60px;
  color: #008cd6;
  font-weight: bold;
  margin: 0 0 70px;
  line-height: 1;
  position: relative;
  font-family: "黑体";
  letter-spacing: 2px;
}
#banner2 .text2:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 32px;
  height: 2px;
  background: #999;
}
#banner2 .text3{
  font-size: 24px;
  color: #333;
  margin: 0 0 20px;
  font-family: "黑体";
  letter-spacing: 2px;
}
#banner2 .text3 span{
  font-weight: bold;
}
#banner2 .text4{
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}
#banner3 .mask{
  position: static;
  width: 100%;
  margin: 0 0 250px;
}
#banner3 .text1{
  text-align: center;
  font-size: 48px;
  color: #fff;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0 0 28px;
}
#banner3 .text1 span{
  font-weight: bold;
  color: #fff;
}
#banner3 .text2{
  font-size: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
#banner3 .bottom-img{
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: -170px;
  margin: auto;
}
#banner3 .bottom-img .img-box{
  width: 346px;
  margin: 0 60px 0 0;
}
#banner3 .bottom-img .img-box:last-child{
  margin: 0;
}
#banner3 .bottom-img .img-box.sm{
  width: 238px;
}
#banner3 .bottom-img .img-box img{
  width: 100%;
}