@charset "utf-8";
html.active {
  overflow: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #333;
  min-width: 320px;
  word-wrap: break-word;
  margin: 0;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  appearance: none !important;
  -webkit-appearance: none !important;
}
a {
  background-color: transparent;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.container-box {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.tr {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.animation-fade-up {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: all 1s;
}
.animation-fade-left {
  opacity: 0;
  position: relative;
  right: -100px;
  transition: all 1s;
}
.animation-fade-right {
  opacity: 0;
  position: relative;
  left: -100%;
}
.animation-zoom-in {
  transform: scale(0.3);
  transition: all 1s;
  opacity: 0;
}
.animation-fade-in {
  opacity: 0;
  transition: all 1s;
}
.animation-fade-zoom {
  transform: scale(1.1);
  transition: all 2s;
}
.animation-fade-zoom-out {
  transform: scale(0.6);
  transition: all 1s;
  opacity: 0;
}
.animation-fade-transparent {
  opacity: 0;
  transition: all 0s;
}
.start-animation .animation-fade-up {
  opacity: 1;
  top: 0;
}
.start-animation .animation-fade-left {
  opacity: 1;
  right: 0;
}
.start-animation .animation-fade-right {
  opacity: 1;
  left: 0;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.start-animation .animation-zoom-in {
  transform: scale(1);
  opacity: 1;
}
.start-animation .animation-fade-in {
  opacity: 1;
}
.start-animation .animation-fade-zoom {
  transform: scale(1);
}
.start-animation .animation-fade-zoom-out {
  transform: scale(1);
  opacity: 1;
  transition: all 3s;
}
.start-animation .animation-fade-transparent {
  opacity: 1;
  transition: all 3s;
}
.mCustomScrollBox {
  padding-right: 8px;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #5271c9 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: #dcdcdc;
  border-radius: 0;
}
/*分页器*/
.page_div {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_div button {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
}
#firstPage,
#lastPage,
#nextPage,
#prePage {
  width: 50px;
  color: #666;
  border: 1px solid #dce0e0;
  padding: 0;
}
#firstPage:hover,
#lastPage:hover,
#nextPage:hover,
#prePage:hover {
  color: #2c67d3;
  border-color: #2c67d3;
}
#firstPage,
#lastPage,
.totalList,
.totalNum {
  display: none;
}
#nextPage,
#prePage {
  width: 70px;
  padding: 0;
}
.page_div .current {
  background-color: #2c67d3;
  border-color: #2c67d3;
  color: #ffffff;
}
.totalNum,
.totalList {
  line-height: 35px;
}
/* 页面数量 */
.totalPages {
  margin: 0 10px;
}
.totalPages span,
.totalSize span {
  color: #13783f;
  margin: 0 5px;
}
/*button禁用*/
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
  color: #666 !important;
  border-color: #dce0e0 !important;
}
.ydd_btn {
  width: 40px;
  position: fixed;
  top: 18px;
  right: 10px;
  z-index: 9000;
  padding: 5px;
  border-radius: 5px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #0053a6;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.nav7 {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 15px 30px 15px;
  transition: all .3s;
}
.nav7.active {
  right: 0;
}
.nav7 .top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.nav7 .top .logo {
  height: 30px;
}
.nav7 .top .off {
  width: 30px;
  height: 30px;
  position: relative;
}
.nav7 .top .off::before,
.nav7 .top .off::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.nav7 .top .off::before {
  transform: rotate(45deg);
}
.nav7 .top .off::after {
  transform: rotate(-45deg);
}
.nav7 .nav7-con {
  height: calc(100% - 120px);
  overflow: auto;
  margin-bottom: 10px;
}
.nav7 .nav7-con .list {
  overflow: hidden;
}
.nav7 .nav7-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
  font-family: "Roboto Regular";
}
.nav7 .nav7-con .list .a-1 {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav7 .nav7-con .list .a-1.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 13px;
  transition: all .3s;
}
.nav7 .nav7-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list .a-1 img {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.nav7 .nav7-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav7 .nav7-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 .nav7-con .list ul li .a-2.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 12px;
  transition: all .3s;
}
.nav7 .nav7-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
}
.nav7 .nav7-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 form {
  width: calc(100% - 30px);
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 15px;
  border: 1px solid #0053a6;
}
.nav7 form input {
  width: calc(100% - 60px);
  height: 40px;
  border: none;
  padding: 0 10px;
}
.nav7 form input:focus {
  outline: none;
}
.nav7 form button {
  width: 60px;
  height: 40px;
  border: none;
  background: #0053a6;
  color: #fff;
}
.video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  transition: all .3s;
}
.video-popup .icon-plus {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .3s;
}
.video-popup .icon-plus::before,
.video-popup .icon-plus::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.video-popup .icon-plus::before {
  transform: rotate(45deg);
}
.video-popup .icon-plus::after {
  transform: rotate(-45deg);
}
.video-popup .con-box {
  width: 100%;
  height: 100%;
  max-height: 60%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-popup .con-box video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #000;
}
.video-popup.active {
  top: 0;
}
.warning_popup {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.warning_popup.active {
  top: 50%;
  opacity: 1;
}
#body-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  display: none;
}
#body-mask.active {
  display: block;
}
header {
  height: 109px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
header .header-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-box .left img {
  max-width: 203px;
}
header .header-box .right {
  display: flex;
  align-items: center;
}
header .header-box .right nav ul {
  display: flex;
}
header .header-box .right nav ul li {
  margin-left: 50px;
}
header .header-box .right nav ul li a {
  font-size: 16px;
  color: #000;
  padding: 0 8px 18px;
  position: relative;
  transition: all .3s;
}
header .header-box .right nav ul li a::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #007ecb;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
header .header-box .right nav ul li a.active {
  color: #007ecb;
  font-weight: bold;
}
header .header-box .right nav ul li a.active::before {
  opacity: 1;
}
header .header-box .right nav ul li a:hover {
  color: #007ecb;
}
header .header-box .right nav ul li:hover .nav-2 {
  display: block;
}
header .header-box .right nav ul li:hover .nav-1 {
  display: block;
}
header .header-box .right nav .nav-1 {
  position: relative;
  display: none;
}
header .header-box .right nav .nav-1 .dl-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000;
  min-width: 120px;
  padding-top: 44px;
  white-space: nowrap;
}
header .header-box .right nav .nav-1 .dl-box dl {
  background-color: #007ecb;
  text-align: center;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
}
header .header-box .right nav .nav-1 .dl-box dl dd a {
  display: block;
  color: #fff;
  padding: 0;
  line-height: 40px;
}
header .header-box .right nav .nav-1 .dl-box dl dd a:hover {
  color: yellow;
}
header .header-box .right nav .nav-2 {
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: none;
  padding-top: 46px;
}
header .header-box .right nav .nav-2 .nav-2-box {
  background-color: #007fcc;
  padding: 40px 0;
}
header .header-box .right nav .nav-2 .container-box {
  display: flex;
}
header .header-box .right nav .nav-2 .container-box dl {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
header .header-box .right nav .nav-2 .container-box dl a {
  color: #fff;
  font-weight: lighter;
  line-height: 40px;
}
header .header-box .right nav .nav-2 .container-box dl dt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
header .header-box .right nav .nav-2 .container-box dl dt a {
  font-size: 16px;
}
header .header-box .right nav .nav-2 .container-box dl dt a:hover {
  color: yellow;
}
header .header-box .right nav .nav-2 .container-box dl dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.6);
}
header .header-box .right nav .nav-2 .container-box dl dd a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
header .header-box .right nav .nav-2 .container-box dl dd a:hover {
  color: #fff;
}
header .header-box .right nav .nav-2 .container-box dl:nth-child(4) {
  border-right: none;
}
header .header-box .right .more {
  margin-left: 86px;
}
header .header-box .right .more ul {
  display: flex;
  align-items: center;
  position: relative;
}
header .header-box .right .more ul li {
  margin-left: 20px;
}
header .header-box .right .more ul li .icon {
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
header .header-box .right .more ul li.phone .con {
  width: 326px;
  height: 58px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 43px;
  display: flex;
  align-items: center;
  transform-origin: right top;
  transform: rotateX(90deg);
  opacity: 0 ;
  transition: all .3s;
  padding-left: 26px;
}
header .header-box .right .more ul li.phone .con p {
  font-size: 30px;
  font-family: "Impact";
  color: #007fcc;
  background: url(../images/icon4.png) no-repeat 0 center / 28px auto;
  padding-left: 39px;
}
header .header-box .right .more ul li.phone .con .off {
  width: 58px;
  height: 100%;
  background: url(../images/icon3.png) no-repeat center center / 16px auto;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-left: 1px solid #f2f2f2;
}
header .header-box .right .more ul li.phone .con .off::before {
  content: "";
  width: 1px;
}
header .header-box .right .more ul li.phone .con .off:hover {
  background-image: url(../images/icon3_hover.png);
}
header .header-box .right .more ul li.phone .con.active {
  transform: rotateX(0);
  opacity: 1;
}
header .header-box .right .more ul li.search form {
  width: 326px;
  height: 58px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 43px;
  padding: 8px 58px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform-origin: right top;
  transform: rotateX(90deg);
  opacity: 0;
  transition: all .3s;
}
header .header-box .right .more ul li.search form input {
  width: 206px;
  height: 100%;
  background-color: #f2f2f2;
  padding: 0 10px;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .header-box .right .more ul li.search form input:focus {
  outline: none;
}
header .header-box .right .more ul li.search form button {
  width: 53px;
  height: 100%;
  background: #f2f2f2 url(../images/icon2.png) no-repeat center center / 19px auto;
  border: none;
  border-left: 1px solid #fff;
}
header .header-box .right .more ul li.search form .off {
  width: 58px;
  height: 100%;
  background: url(../images/icon3.png) no-repeat center center / 16px auto;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
header .header-box .right .more ul li.search form .off::before {
  content: "";
  width: 1px;
}
header .header-box .right .more ul li.search form .off:hover {
  background-image: url(../images/icon3_hover.png);
}
header .header-box .right .more ul li.search form.active {
  transform: rotateX(0);
  opacity: 1;
}
header .header-box .right .more ul li.language {
  position: relative;
}
header .header-box .right .more ul li.language span {
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
header .header-box .right .more ul li.language dl {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 90px;
  transform: translateX(-50%);
  padding-top: 43px;
  display: none;
  white-space: nowrap;
}
header .header-box .right .more ul li.language dl .dd-box {
  background: #fff;
  text-align: center;
  z-index: 100;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
header .header-box .right .more ul li.language dl .dd-box dd a {
  color: #000;
  font-weight: lighter;
  line-height: 30px;
  transition: all .3s;
}
header .header-box .right .more ul li.language dl .dd-box dd a:hover {
  color: #007ecb;
}
header .header-box .right .more ul li.language:hover span {
  color: #007ecb;
}
header .header-box .right .more ul li.language:hover dl {
  display: block;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding-top: 80px;
}
.banner .swiper-container .swiper-slide .text-box .container-box h5 {
  font-size: 48px;
  color: #222;
  position: relative;
  left: -150px;
  transition: all 1s;
  opacity: 0;
}
.banner .swiper-container .swiper-slide .text-box .container-box p {
  font-size: 18px;
  color: #777;
  margin: 35px 0 80px;
  position: relative;
  left: -150px;
  transition: all 1s;
  opacity: 0;
}
.banner .swiper-container .swiper-slide .text-box .container-box .more {
  position: relative;
  left: -150px;
  transition: all 1s;
  opacity: 0;
}
.banner .swiper-container .swiper-slide .text-box .container-box .more a {
  display: block;
  width: 150px;
  line-height: 46px;
  background-color: #0053a6;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: all .3s;
}
.banner .swiper-container .swiper-slide .text-box .container-box .more a:hover {
  background-color: #07396a;
}
.banner .swiper-container .swiper-slide .text-box.off .container-box h5,
.banner .swiper-container .swiper-slide .text-box.off .container-box p,
.banner .swiper-container .swiper-slide .text-box.off .container-box .more {
  transition: initial;
}
.banner .swiper-container .swiper-slide .text-box.active .container-box h5,
.banner .swiper-container .swiper-slide .text-box.active .container-box p,
.banner .swiper-container .swiper-slide .text-box.active .container-box .more {
  left: 0;
  opacity: 1;
}
.banner .swiper-container .swiper-slide .text-box.active .container-box p {
  transition-delay: .2s;
}
.banner .swiper-container .swiper-slide .text-box.active .container-box .more {
  transition-delay: .4s;
}
.banner .swiper-container .swiper-slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  object-fit: contain;
}
.banner .swiper-container .swiper-slide video:focus {
  outline: none;
}
.banner .swiper-container .swiper-slide.color .text-box .container-box h5 {
  color: #fff;
}
.banner .swiper-container .swiper-slide.color .text-box .container-box p {
  color: #fff;
}
.banner .swiper-container .swiper-slide.color .text-box .container-box .more a {
  border: 1px solid #fff;
}
.banner .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 1000;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  margin: 0 3px;
  transition: all .3s;
  border: 1px solid #007fcc;
}
.banner .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #007fcc;
}
.title1 {
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}
.title1 h5 {
  font-size: 30px;
  font-weight: bold;
  color: #007fcc;
}
.title1 .text {
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.5;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.title1 .text p {
  position: relative;
  max-width: 500px;
}
.title1 .text p i {
  height: 11px;
  width: 1px;
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
}
.title1 .text p i::before {
  content: "";
  width: 198px;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
}
.title1 .text p i.i-left {
  right: 100%;
  margin-right: 30px;
}
.title1 .text p i.i-left::before {
  right: 100%;
}
.title1 .text p i.i-right {
  left: 100%;
  margin-left: 30px;
}
.title1 .text p i.i-right::before {
  left: 100%;
}
.nav1 {
  text-align: center;
  margin-bottom: 56px;
}
.nav1 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav1 ul li {
  margin: 0 2px 4px;
}
.nav1 ul li a {
  display: block;
  width: 218px;
  line-height: 42px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
  position: relative;
  background-color: #fff;
  background-image: url(../images/icon5.png);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: 10px center;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding: 0 10px 0 30px;
}
.nav1 ul li a:hover {
  color: #007fcc;
}
.nav1 ul li a.active {
  background-color: #007fcc;
  background-image: url(../images/icon5_hover.png);
  border-color: #007fcc;
  color: #fff;
}
.nav1.nav1-2 {
  margin-bottom: 0;
}
.nav1.nav1-2 ul li a {
  background-image: url(../images/icon17.png);
  background-size: 17px auto;
  padding-left: 35px;
}
.nav1.nav1-2 ul li a.active {
  background-color: #fff;
  font-weight: bold;
  color: #007fcc;
  border-color: #e7e7e7;
  background-image: url(../images/icon17_hover.png);
}
.nav1.nav1-2 ul li:nth-child(2) a {
  background-image: url(../images/icon18.png);
  background-size: 18px auto;
}
.nav1.nav1-2 ul li:nth-child(2) a.active {
  background-image: url(../images/icon18_hover.png);
}
.nav1.nav1-2 ul li:nth-child(3) a {
  background-image: url(../images/icon19.png);
  background-size: 14px auto;
}
.nav1.nav1-2 ul li:nth-child(3) a.active {
  background-image: url(../images/icon19_hover.png);
}
.news1 {
  display: block;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  overflow: hidden;
  transition: all .3s;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news1 .imgbox {
  overflow: hidden;
  position: relative;
}
.news1 .imgbox .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all .3s;
}
.news1 h5 {
  line-height: 50px;
  background-color: #f4f4f4;
  font-size: 18px;
  color: #000;
  font-weight: lighter;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  transition: all .3s;
}
.news1 .more {
  color: #999;
  line-height: 50px;
  padding: 0 20px;
  background: url(../images/icon8.png) no-repeat right 20px center / 18px auto;
  position: relative;
  transition: all .3s;
}
.news1:hover {
  border-color: #007fcc;
}
.news1:hover .img {
  transform: scale(1.1);
}
.news1:hover h5 {
  background-color: #007fcc;
  color: #fff;
}
.news1:hover .more {
  color: #007fcc;
  background-image: url(../images/icon8_hover_2.png);
}
.news1.news1-2 .weixin {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .3s;
}
.news1.news1-2 .weixin img {
  width: 150px;
  height: 150px;
}
/*
.news1.news1-2 .more::before {
  content: "";
  width: 18px;
  height: 100%;
  background: url(../images/icon28.png) no-repeat center center / contain;
  position: absolute;
  top: 0;
  right: 56px;
}
*/
.news1.news1-2:hover .weixin {
  transition-delay: .3s;
  top: 0;
}
.news1.news1-2:hover .more::before {
  background-image: url(../images/icon28_hover.png);
}
.news1.news1-3 {
  border-radius: 0;
  box-shadow: none;
  border-color: #ddd;
}
.news1.news1-3 h5 {
  line-height: 96px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.news1.news1-3:hover {
  border-color: #007fcc;
}
.news1.news1-3:hover h5 {
  background-color: #007fcc;
  border-color: #007fcc;
}
.main1 {
  padding: 100px 0;
}
.main1 .main1-con .swiper-container {
  padding-bottom: 84px;
}
.main1 .main1-con .swiper-container .but-box {
  width: 176px;
  height: 44px;
  border: 2px solid #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/icon6.png) no-repeat center center / 17px auto;
  transition: all .3s;
}
.main1 .main1-con .swiper-container .but-box .but {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../images/icon7.png) no-repeat center center / 8px 12px;
  cursor: pointer;
}
.main1 .main1-con .swiper-container .but-box .but.but-prev {
  left: 0;
}
.main1 .main1-con .swiper-container .but-box .but.but-next {
  right: 0;
  transform: rotateY(180deg);
}
.main1 .main1-con .swiper-container .but-box .but:hover {
  background-image: url(../images/icon7_hover.png);
}
.main1 .main1-con .swiper-container .but-box:hover {
  border-color: rgba(0, 127, 204, 0.5);
}
.main2 {
  background-color: #f4f4f4;
  height: 660px;
  position: relative;
  overflow: hidden;
}
.main2 .container-box {
  height: 100%;
  display: flex;
  align-items: center;
}
.main2 .container-box .con {
  width: 50%;
  padding-right: 60px;
}
.main2 .container-box .con .title {
  font-size: 24px;
  font-weight: bold;
  color: #007fcc;
  position: relative;
}
.main2 .container-box .con .title::before {
  content: "";
  width: 1000%;
  height: 7px;
  background: url(../images/bg1.png) repeat-x;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -3.5px;
  margin-right: 20px;
}
.main2 .container-box .con p {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px 0;
}
.main2 .container-box .con .text {
  font-size: 16px;
  font-weight: lighter;
  line-height: 40px;
  max-height: 240px;
  overflow: hidden;
}
.main2 .img {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.main2 .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 127, 204, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.main3 {
  padding: 100px 0;
}
.main3 .main3-con .con-box {
  display: flex;
}
.main3 .main3-con .con-box .left {
  width: 415px;
}
.main3 .main3-con .con-box .left a {
  display: block;
  border: 1px solid #f2efef;
  padding: 9px 9px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 427px;
}
.main3 .main3-con .con-box .left a .imgbox {
  overflow: hidden;
}
.main3 .main3-con .con-box .left a .imgbox .img {
  transition: all .3s;
}
.main3 .main3-con .con-box .left a h5 {
  line-height: 68px;
  position: relative;
}
.main3 .main3-con .con-box .left a h5 i {
  width: 18px;
  height: 20px;
  background-color: #a5a5a5;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  transition: all .3s;
}
.main3 .main3-con .con-box .left a h5 i::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main3 .main3-con .con-box .left a h5 p {
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon9.png) no-repeat right center / 19px auto;
  padding: 0 20px 0 10px;
  transition: all .3s;
}
.main3 .main3-con .con-box .left a:hover .img {
  transform: scale(1.1);
}
.main3 .main3-con .con-box .left a:hover h5 i {
  background-color: #c3251c;
}
.main3 .main3-con .con-box .left a:hover h5 p {
  color: #007fcc;
}
.main3 .main3-con .con-box .right {
  width: calc(100% - 415px);
  padding-left: 5px;
}
.main3 .main3-con .con-box .right a {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #f2efef;
  height: 139px;
  margin-bottom: 5px;
  position: relative;
}
.main3 .main3-con .con-box .right a::before {
  content: "";
  width: 29px;
  height: 29px;
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.main3 .main3-con .con-box .right a .time {
  width: 162px;
  border-right: 1px solid #ebebeb;
  text-align: center;
}
.main3 .main3-con .con-box .right a .time h5 {
  font-size: 48px;
  font-weight: bold;
  color: #333;
}
.main3 .main3-con .con-box .right a .time p {
  font-size: 12px;
  color: #ababab;
  margin-top: 10px;
}
.main3 .main3-con .con-box .right a .con {
  width: calc(100% - 162px);
  padding: 0 50px;
}
.main3 .main3-con .con-box .right a .con h5 {
  position: relative;
}
.main3 .main3-con .con-box .right a .con h5 i {
  width: 16px;
  height: 16px;
  background-color: #a5a5a5;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  transition: all .3s;
  margin-top: -6px;
}
.main3 .main3-con .con-box .right a .con h5 i::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main3 .main3-con .con-box .right a .con h5 p {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
}
.main3 .main3-con .con-box .right a .con h5 p::before {
  content: "";
  width: 17px;
  height: 2px;
  background-color: #d3d3d3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main3 .main3-con .con-box .right a .con .text {
  font-size: 13px;
  color: #999;
  line-height: 1;
  margin: 8px 0 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main3 .main3-con .con-box .right a .con .icon {
  width: 42px;
  height: 7px;
  background: url(../images/icon10.png) no-repeat center center / contain;
}
.main3 .main3-con .con-box .right a:hover::before {
  background-color: #d31e28;
}
.main3 .main3-con .con-box .right a:hover .con h5 i {
  background-color: #d31e28;
}
.main3 .main3-con .con-box .right a:hover .con h5 P {
  color: #007fcc;
}
.main3 .main3-con .con-box .right a:last-child {
  margin-bottom: 0;
}
.main3 .main3-con .more {
  display: block;
  width: 212px;
  line-height: 52px;
  color: #7a7a7a;
  border: 3px solid #7a7a7a;
  margin: 60px auto 0;
  border-radius: 60px;
  font-size: 16px;
  font-weight: lighter;
  padding-left: 50px;
  background-image: url(../images/icon11.png);
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-size: 17px auto;
  transition: all .3s;
}
.main3 .main3-con .more:hover {
  border-color: #007fcc;
  color: #007fcc;
  background-image: url(../images/icon11_hover.png);
  box-shadow: 0 0 10px rgba(0, 127, 204, 0.2);
}
.main4 {
  background-color: #eee;
  overflow: hidden;
}
.main4 .container-box {
  display: flex;
  justify-content: flex-end;
  height: 690px;
}
.main4 .container-box .imgbox {
  width: 440px;
  height: 100%;
  position: relative;
}
.main4 .container-box .imgbox img {
  position: absolute;
  bottom: 0;
  left: -188px;
  width: 373px;
}
.main4 .container-box .main4-con {
  width: calc(100% - 440px);
  height: 100%;
  background-color: #007fcc;
  position: relative;
  display: flex;
  align-items: center;
  text-align: right;
}
.main4 .container-box .main4-con::before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #007fcc;
  position: absolute;
  top: 0;
  left: 100%;
}
.main4 .container-box .main4-con::after {
  content: "";
  border-left: 150px solid transparent;
  border-top: 690px solid  #007fcc;
  position: absolute;
  top: 0;
  right: 100%;
}
.main4 .container-box .main4-con .box {
  width: 100%;
}
.main4 .container-box .main4-con .box .title {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 17px;
}
.main4 .container-box .main4-con .box .title h5 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.main4 .container-box .main4-con .box .title p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Bell MT";
  line-height: 1.5;
}
.main4 .container-box .main4-con .box .text {
  font-size: 18px;
  font-weight: lighter;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin: 20px 0 60px;
}
.main4 .container-box .main4-con .box .more {
  display: inline-block;
  width: 170px;
  line-height: 47px;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: lighter;
  padding-left: 40px;
  position: relative;
  text-align: left;
  color: #fff;
  transition: all .3s;
}
.main4 .container-box .main4-con .box .more::before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid  #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all .3s;
}
.main4 .container-box .main4-con .box .more:hover {
  background-color: #fff;
  color: #007fcc;
}
.main4 .container-box .main4-con .box .more:hover::before {
  border-left-color: #007fcc;
}
.main5 {
  padding: 100px 0;
}
.main5 ul {
  display: flex;
  flex-wrap: wrap;
}
.main5 ul li {
  width: 50%;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.main5 ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 127, 204, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.main5 ul li h5 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.main5 ul li p {
  font-size: 12px;
  font-family: "Bodoni MT";
  margin: 20px 0 30px;
  color: #fff;
  position: relative;
  height: 36px;
}
.main5 ul li a {
  display: block;
  width: 216px;
  line-height: 44px;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: lighter;
  padding-left: 25px;
  background: url(../images/icon12.png) no-repeat right 20px center / 21px auto;
  color: #fff;
  position: relative;
  text-align: left;
  transition: all .3s;
}
.main5 ul li a:hover {
  background-color: #fff;
  color: #007fcc;
  background-image: url(../images/icon12_hover.png);
}
.main5 ul li:last-child a {
  padding-left: 50px;
}
.main6 {
  color: #999;
  font-weight: lighter;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.main6 .iconfont {
  color: #999;
}
.main6 span {
  color: #000;
}
.main6 a {
  color: #999;
  transition: all .3s;
}
.main6 a:hover {
  color: #007ecb;
}
.main6.main6-2 {
  background-color: #f2f2f2;
}
.main7 {
  background: url(../images/bg2.jpg) no-repeat center center / cover;
  padding: 100px 0;
}
.main7 .nav1 ul {
  justify-content: flex-start;
}
.main7 .nav1 ul li:first-child {
  margin-left: 0;
}
.main7 .main7-con {
  width: calc(100% - 430px);
  margin-top: 105px;
}
.main7 .main7-con h5 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 40px;
  position: relative;
}
.main7 .main7-con h5::before {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main7 .main7-con .text {
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  line-height: 40px;
  margin-top: 30px;
  max-height: 360px;
  overflow: auto;
}
.main7 .main7-con .mCustomScrollBox {
  padding-right: 8px;
}
.main7 .main7-con .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.main7 .main7-con .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #fff !important;
  border-radius: 0;
}
.main7 .main7-con .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
}
.main8 {
  margin-top: 100px;
}
.main8 .title {
  font-size: 35px;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 60px;
}
.main8 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main8 ul li {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main8 ul li a {
  display: block;
  border: 1px solid #e1e0e0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 140px;
  transition: all .3s;
}
.main8 ul li a .imgbox {
  width: 140px;
  text-align: center;
}
.main8 ul li a .imgbox img {
  max-width: 55px;
}
.main8 ul li a .text-box {
  width: calc(100% - 140px);
}
.main8 ul li a .text-box h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  transition: all .3s;
}
.main8 ul li a .text-box .text {
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 10px;
  color: #000;
  transition: all .3s;
  max-height: 60px;
  overflow: hidden;
}
.main8 ul li a:hover {
  border-color: #007ecb;
}
.main8 ul li a:hover h5,
.main8 ul li a:hover .text {
  color: #007ecb;
}
.main9 .main5 {
  padding: 50px 0 80px;
}
.main10 {
  padding-top: 40px;
  background-color: #f2f2f2;
}
.main10 .nav1 {
  margin-bottom: 40px;
}
.main10 .main10-con ul {
  display: flex;
  flex-wrap: wrap;
}
.main10 .main10-con ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.main10 .main10-con ul li a {
  display: block;
}
.main10 .main10-con ul li a .imgbox {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main10 .main10-con ul li a .imgbox .img {
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.main10 .main10-con ul li a h5 {
  font-size: 16px;
  font-weight: lighter;
  color: #000;
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.main10 .main10-con ul li a:hover .img {
  transition: all .3s;
  transform: scale(1.1);
}
.main10 .main10-con ul li a:hover h5 {
  color: #007fcc;
}
.main10 .main5 {
  padding: 80px 0;
}
.main11 {
  padding-top: 40px;
  padding-bottom: 1px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.main11 .nav1 {
  margin-bottom: 80px;
}
.main11 .main11-con {
  position: relative;
  margin: 160px 0 100px;
}
.main11 .main11-con::before {
  content: "";
  width: 3px;
  height: calc(100% + 200px);
  background: #007fcc;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.main11 .main11-con::after {
  content: "";
  width: 24px;
  height: 24px;
  border: 5px solid #b2d3ff;
  border-radius: 50%;
  background: #007fcc;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.main11 .main11-con ul li .box {
  margin-top: -36px;
  width: 50%;
  position: relative;
}
.main11 .main11-con ul li .box::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 5px solid #b2d3ff;
  border-radius: 50%;
  background: #007fcc;
  position: absolute;
  top: 43px;
  right: -12px;
}
.main11 .main11-con ul li .text_box {
  background: #fff;
  border: 1px solid #e1e0e0;
  padding: 30px;
  box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
  text-align: right;
  position: relative;
  transition: all .3s;
}
.main11 .main11-con ul li .text_box::before {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  top: 40px;
  left: 100%;
  margin-left: -1px;
  z-index: 2;
  transition: all .3s;
}
.main11 .main11-con ul li .text_box::after {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 17px solid #e1e0e0;
  position: absolute;
  top: 39px;
  left: 100%;
  transition: all .3s;
}
.main11 .main11-con ul li .text_box h5 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  transition: all .3s;
}
.main11 .main11-con ul li .text_box .text {
  font-size: 22px;
  color: #333;
  line-height: 35px;
  margin-top: 20px;
  transition: all .3s;
}
.main11 .main11-con ul li .text_box .text p {
  margin: 5px 0;
  transition: all .3s;
}
.main11 .main11-con ul li .text_box:hover {
  background-color: #007fcc;
}
.main11 .main11-con ul li .text_box:hover::before {
  border-left-color: #007fcc;
}
.main11 .main11-con ul li .text_box:hover h5,
.main11 .main11-con ul li .text_box:hover p {
  color: #fff;
}
.main11 .main11-con ul li:nth-child(odd) .box {
  padding-right: 45px;
}
.main11 .main11-con ul li:nth-child(even) .box {
  padding-left: 45px;
  float: right;
}
.main11 .main11-con ul li:nth-child(even) .box::before {
  right: auto;
  left: -12px;
}
.main11 .main11-con ul li:nth-child(even) .text_box {
  text-align: left;
}
.main11 .main11-con ul li:nth-child(even) .text_box::before {
  left: auto;
  right: 100%;
  margin: 0 -1px 0 0;
  transform: rotateY(180deg);
}
.main11 .main11-con ul li:nth-child(even) .text_box::after {
  left: auto;
  right: 100%;
  transform: rotateY(180deg);
}
.main11 .main5 {
  padding: 80px 0;
}
.main12-box {
  background-color: #f2f2f2;
  padding: 1px 0;
}
.main12-box .main5 {
  padding: 80px 0;
}
.main12 {
  margin: 40px 0 20px;
}
.main12 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main12 ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main12 ul li a {
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: all .3s;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  height: 100px;
  padding: 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main12 ul li a .imgbox {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #def3ff;
  overflow: hidden;
}
.main12 ul li a .imgbox .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s;
}
.main12 ul li a h5 {
  width: calc(100% - 72px);
  padding-left: 20px;
  font-size: 20px;
  font-weight: lighter;
  color: #000;
  line-height: 1.5;
  transition: all 0.3s;
}
.main12 ul li a:hover,
.main12 ul li a.active {
  border-color: #007fcc;
}
.main12 ul li a:hover .img,
.main12 ul li a.active .img {
  transform: scale(1.1);
}
.main12 ul li a:hover h5,
.main12 ul li a.active h5 {
  color: #007fcc;
}
.main13 .container-box {
  display: flex;
}
.main13 .container-box .left {
  width: 265px;
}
.main13 .container-box .right {
  width: calc(100% - 265px);
  padding-left: 40px;
}
.main13 .container-box .right .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 20px;
}
.main13 .container-box .right .title h5 {
  font-size: 24px;
  font-weight: lighter;
  color: #007fcc;
  line-height: 26px;
  border-left: 6px solid #007fcc;
  padding-left: 30px;
}
.main13 .container-box .right .title dl {
  display: flex;
  margin-right: 30px;
}
.main13 .container-box .right .title dl dd {
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
  margin-left: 22px;
}
.main13 .container-box .right .title dl dd.vertical {
  background-color: #ccc;
}
.main13 .container-box .right .title dl dd.vertical::before,
.main13 .container-box .right .title dl dd.vertical::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f2f2f2;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.main13 .container-box .right .title dl dd.vertical::after {
  transform: rotate(90deg);
}
.main13 .container-box .right .title dl dd.vertical.active {
  background-color: #007fcc;
}
.main13 .container-box .right .title dl dd.across {
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
}
.main13 .container-box .right .title dl dd.across::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.main13 .container-box .right .title dl dd.across.active {
  border-color: #007fcc;
}
.main13 .container-box .right .title dl dd.across.active::before {
  background-color: #007fcc;
}
.main13 .container-box .right .con ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.main13 .container-box .right .con ul li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main13 .container-box .right .con ul.across {
  margin: 0;
}
.main13 .container-box .right .con ul.across li {
  width: 100%;
  padding: 0;
}
.main13 .container-box .right .con .page_div {
  justify-content: flex-start;
  margin-top: 30px;
}
.news2 {
  display: block;
  height: 292px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
.news2 .imgbox {
  width: 250px;
  height: 100%;
  border-right: 1px solid #e7e7e7;
  overflow: hidden;
  transition: all .3s;
}
.news2 .imgbox .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all .3s;
}
.news2 .news2-con {
  width: calc(100% - 250px);
  position: relative;
}
.news2 .news2-con .top {
  display: flex;
  justify-content: space-between;
  padding: 30px 55px 0;
}
.news2 .news2-con .top .text-box {
  width: calc(100% - 130px);
}
.news2 .news2-con .top .text-box h5 {
  font-size: 20px;
  font-weight: lighter;
  color: #000;
  margin-top: 10px;
  transition: all .3s;
}
.news2 .news2-con .top .text-box .parameter {
  margin-top: 20px;
}
.news2 .news2-con .top .text-box .parameter dl {
  display: flex;
  margin-bottom: 10px;
}
.news2 .news2-con .top .text-box .parameter dl dt {
  font-weight: lighter;
  color: #000;
  line-height: 1.5;
}
.news2 .news2-con .top .text-box .parameter dl dd {
  font-family: "Arial";
  color: #000;
}
.news2 .news2-con .top .weixin {
  width: 130px;
}
.news2 .news2-con .top .weixin img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.news2 .news2-con .top .weixin p {
  font-weight: lighter;
  color: #999;
  margin-top: 10px;
  text-align: center;
}
.news2 .news2-con .bottom {
  width: 100%;
  height: 70px;
  background-color: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #999;
  display: flex;
  align-items: center;
  padding-left: 55px;
  background-image: url(../images/icon8.png);
  background-repeat: no-repeat;
  background-position: right 70px center;
  background-size: 18px auto;
  transition: all .3s;
}
.news2:hover {
  border-color: #007fcc;
}
.news2:hover .imgbox {
  border-color: #007fcc;
}
.news2:hover .imgbox .img {
  transform: scale(1.1);
}
.news2:hover .news2-con .top .text-box h5 {
  color: #007fcc;
}
.news2:hover .news2-con .bottom {
  background-color: #007fcc;
  background-image: url(../images/icon8_hover.png);
  color: #fff;
}
.nav2 .nav2-con {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.nav2 .nav2-con .title {
  line-height: 60px;
  background-color: #007fcc;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-left: 64px;
  background-image: url(../images/icon26.png);
  background-repeat: no-repeat;
  background-position: 22px center;
  background-size: 26px auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav2 .nav2-con ul {
  padding-bottom: 36px;
}
.nav2 .nav2-con ul li a {
  display: block;
  transition: all .3s;
  font-weight: lighter;
  color: #000;
  position: relative;
}
.nav2 .nav2-con ul li .a-1 {
  line-height: 60px;
  font-size: 16px;
  padding: 0 38px 0 50px;
  background-image: url(../images/icon5.png);
  background-position: 20px center;
  background-size: 11px auto;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav2 .nav2-con ul li .a-1::before {
  content: "";
  width: calc(100% - 18px);
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 9px;
  transition: all .3s;
}
.nav2 .nav2-con ul li .a-1::after {
  content: "";
  width: 9px;
  height: 5px;
  background: url(../images/icon27.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -2.5px;
  transition: all .3s;
}
.nav2 .nav2-con ul li .a-1:hover {
  color: #007fcc;
}
.nav2 .nav2-con ul li .a-1.delete::after {
  display: none;
}
.nav2 .nav2-con ul li .a-1.active {
  color: #007fcc;
  font-weight: bold;
  background-image: url(../images/icon5_hover_2.png);
}
.nav2 .nav2-con ul li .a-1.active::before {
  opacity: 0;
}
.nav2 .nav2-con ul li .a-1.active::after {
  transform: rotate(-180deg);
}
.nav2 .nav2-con ul li dl {
  background-color: #f7f7f7;
  padding: 10px 0;
  display: none;
}
.nav2 .nav2-con ul li dl dd a {
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px 0 48px;
}
.nav2 .nav2-con ul li dl dd a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #007fcc;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -2.5px;
  transition: all .3s;
}
.nav2 .nav2-con ul li dl dd a:hover {
  color: #007fcc;
}
.nav2 .nav2-con ul li dl dd a.active {
  color: #007fcc;
}
.nav2 .nav2-con ul li dl dd a.active::before {
  width: 10px;
}
.nav2 .weixin {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 10px;
  padding: 25px 30px;
  text-align: center;
}
.nav2 .weixin img {
  width: 100%;
}
.nav2 .weixin p {
  font-size: 16px;
  color: #999;
  font-weight: lighter;
  margin-top: 10px;
}
.nav2.nav2-2 ul li .a-1 {
  background: none;
}
.nav2.nav2-2 ul li .a-1::after {
  display: block !important;
  width: 5px;
  height: 5px;
  background-color: #007fcc;
  right: auto;
  left: 30px;
  transform: none !important;
}
.nav2.nav2-2 ul li .a-1.active {
  color: #007fcc;
  font-weight: bold;
  background: none;
}
.nav2.nav2-2 ul li .a-1.active::before {
  opacity: 1;
}
.main14 {
  background-color: #f2f2f2;
  padding: 55px 0 90px;
}
.main14 .main14-con {
  padding: 29px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: flex;
}
.main14 .main14-con .left {
  width: 470px;
  height: 470px;
  border: 1px solid #ddd;
  position: relative;
}
.main14 .main14-con .left .swiper-container {
  height: 100%;
}
.main14 .main14-con .left .swiper-container .swiper-slide {
  height: 100%;
}
.main14 .main14-con .left .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
}
.main14 .main14-con .left .swiper-container .swiper-slide a .img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.main14 .main14-con .left .but {
  width: 50px;
  height: 50px;
  background-color: #ddd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -25px;
  background-image: url(../images/icon32.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px auto;
  transition: all .3s;
}
.main14 .main14-con .left .but:focus {
  outline: none;
}
.main14 .main14-con .left .but.but-prev {
  left: -25px;
  transform: rotateY(-180deg);
}
.main14 .main14-con .left .but.but-next {
  right: -25px;
}
.main14 .main14-con .left .but:hover {
  background-color: #007fcc;
}
.main14 .main14-con .right {
  width: calc(100% - 470px);
  padding-left: 60px;
}
.main14 .main14-con .right .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.main14 .main14-con .right .parameter {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
  margin: 30px 0;
}
.main14 .main14-con .right .parameter .list {
  display: flex;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: lighter;
  color: #333;
  line-height: 1.5;
}
.main14 .main14-con .right .parameter .list::before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #007fcc;
  position: absolute;
  top: 4px;
  left: 0;
}
.main14 .main14-con .right .more {
  display: flex;
}
.main14 .main14-con .right .more .phone {
  background-color: #007fcc;
  line-height: 54px;
  color: #fff;
  font-size: 28px;
  font-family: "Impact";
  padding: 0 33px 0 58px;
  border-radius: 60px;
  background-image: url(../images/icon31.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 28px auto;
}
.main14 .main14-con .right .more ul {
  display: flex;
  margin-left: 30px;
}
.main14 .main14-con .right .more ul li {
  margin-right: 10px;
}
.main14 .main14-con .right .more ul li a {
  display: block;
  background-color: #d5d5d5;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 31px auto;
  transition: all .3s;
  position: relative;
}
.main14 .main14-con .right .more ul li a.weixin {
  background-image: url(../images/icon29.png);
}
.main14 .main14-con .right .more ul li a.mail {
  background-image: url(../images/icon30.png);
}
.main14 .main14-con .right .more ul li a .img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: none;
}
.main14 .main14-con .right .more ul li a .img::before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.main14 .main14-con .right .more ul li a .img img {
  width: 100px;
  height: 100px;
}
.main14 .main14-con .right .more ul li a:hover {
  background-color: #007fcc;
}
.main14 .main14-con .right .more ul li a:hover .img {
  display: block;
}
.main14 .main14-con .right .more ul li a:hover.weixin {
  background-image: url(../images/icon29_hover.png);
}
.main14 .main14-con .right .more ul li a:hover.mail {
  background-image: url(../images/icon30_hover.png);
}
.main15 {
  background: url(../images/bg3.jpg) no-repeat center center / cover;
}
.main15 .container-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 236px;
}
.main15 .container-box h5 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.main15 .container-box a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 62px;
  background-color: #fff;
  border-radius: 60px;
  padding: 0 30px;
  color: #000;
  margin-left: 78px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all .3s;
}
.main15 .container-box a:hover {
  color: #007fcc;
}
.main16 {
  padding-top: 80px;
  background-color: #f2f2f2;
}
.main16 .main16-con {
  margin-bottom: 80px;
}
.main16 .main16-con .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
.main16 .main16-con .con {
  font-size: 16px;
  font-weight: lighter;
  color: #333;
  line-height: 40px;
}
.main16 .main16-con .con img {
  display: block;
  max-width: 100%;
  margin-top: 40px;
}
.main17 {
  margin-top: 50px;
}
.main18 .main5 {
  padding: 80px 0;
}
.title2 {
  font-size: 30px;
  font-weight: bold;
  padding-left: 27px;
  line-height: 1;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
}
.title2::before {
  content: "";
  width: 7px;
  height: 32px;
  background-color: #007fcc;
  position: absolute;
  top: 0;
  left: 0;
}
.main19 {
  padding-top: 60px;
}
.main19 .container-box {
  display: flex;
}
.main19 .container-box .left {
  width: 265px;
}
.main19 .container-box .right {
  width: calc(100% - 265px);
  padding-left: 40px;
}
.main19 .container-box .right .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.main19 .container-box .right ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.main19 .container-box .right ul li:first-child {
  padding-top: 0;
}
.main19 .container-box .right .page_div {
  justify-content: flex-start;
  margin-top: 40px;
}
.main19 .container-box .right .page_div #prePage {
  margin-left: 0;
}
.news3 {
  display: flex;
}
.news3 .imgbox {
  overflow: hidden;
  width: 0;
  height: 160px;
  transition: all .3s;
}
.news3 .imgbox .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news3 .con {
  width: 100%;
  padding-left: 0;
  transition: all .3s;
}
.news3 .con h5 {
  font-size: 18px;
  font-weight: lighter;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
}
.news3 .con p {
  font-size: 12px;
  font-family: "Arial";
  color: #999;
  padding: 10px 0;
  position: relative;
}
.news3 .con p::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
}
.news3 .con .text {
  color: #999;
  line-height: 24px;
  height: 48px;
  margin: 15px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news3 .con .more {
  font-size: 12px;
  width: 70px;
  line-height: 22px;
  background-color: #0090fe;
  color: #fff;
  position: relative;
  text-align: center;
}
.news3 .con .more::before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: #0078d3;
  background-image: url(../images/icon33.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  position: absolute;
  top: 0;
  left: 100%;
}
.news3:hover .imgbox {
  width: 235px;
}
.news3:hover .con {
  width: calc(100% - 235px);
  padding-left: 40px;
}
.news3:hover .con h5 {
  color: #007fcc;
  font-weight: normal;
}
.main20 .main5 {
  padding: 80px 0;
}
.main21 {
  background: url(../images/bg4.jpg) no-repeat center center / cover;
  padding: 90px 0;
  text-align: center;
}
.main21 .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
.main21 .time {
  font-size: 17px;
  font-weight: lighter;
  margin-top: 30px;
}
.main21 .time span {
  font-family: "Arial";
}
.main22 .main22-con {
  padding: 60px 0;
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
}
.main22 .main22-con img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main22 .main5 {
  padding: 80px 0;
}
.main23 {
  background: url(../images/bg5.jpg) no-repeat center center / cover;
  padding-bottom: 1px;
}
.main23 .main6 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.main23 .main6 span {
  color: #fff;
}
.main23 .main6 a {
  color: #fff;
}
.main23 .main6 a:hover {
  color: yellow;
}
.main23 .main23-con {
  margin: 90px 0;
  position: relative;
}
.main23 .main23-con .title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  position: relative;
  padding-bottom: 40px;
  max-width: 800px;
}
.main23 .main23-con .title::before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main23 .main23-con ul {
  margin-top: 50px;
}
.main23 .main23-con ul li {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.main23 .main23-con ul li:last-child {
  margin-bottom: 0;
}
.main23 .main23-con ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.main23 .main23-con ul li:nth-child(1)::before {
  background-image: url(../images/icon34_1.png);
  background-size: 22px auto;
}
.main23 .main23-con ul li:nth-child(2)::before {
  background-image: url(../images/icon34_2.png);
  background-size: 29px auto;
}
.main23 .main23-con ul li:nth-child(3)::before {
  background-image: url(../images/icon34_3.png);
  background-size: 27px auto;
}
.main23 .main23-con ul li:nth-child(4)::before {
  background-image: url(../images/icon34_4.png);
  background-size: 18px auto;
}
.main23 .main23-con .weixin {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
.main23 .main23-con .weixin img {
  width: 130px;
}
.main23 .main23-con .weixin p {
  margin-top: 15px;
}
.main24 {
  padding: 100px 0;
}
.main24 .title {
  font-size: 35px;
  font-weight: lighter;
  margin-bottom: 50px;
  text-align: center;
}
.main24 iframe {
  width: 100%;
  height: 600px;
}
.main25 {
  background-color: #f2f2f2;
  padding: 90px 0;
}
.main25 .message-popup {
  position: initial;
  background: none;
}
.main25 .message-popup form {
  width: 930px;
  padding: 0;
  background: none;
}
.main26 {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.main26 .keyword {
  font-size: 16px;
  font-weight: lighter;
  color: #999;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.main26 .keyword a {
  color: #000;
  margin-right: 25px;
  transition: all .3s;
}
.main26 .keyword a:hover {
  color: #007ecb;
}
.main26 form {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main26 form input {
  width: calc(100% - 130px);
  height: 60px;
  border: 1px solid #e7e7e7;
  border-right: none;
  padding: 0 30px;
  font-size: 16px;
  font-weight: lighter;
}
.main26 form input:focus {
  outline: none;
}
.main26 form button {
  width: 130px;
  height: 60px;
  background-color: #007fcc;
  font-size: 20px;
  font-weight: lighter;
  color: #fff;
  border: none;
  transition: all .3s;
  background-image: url(../images/icon35.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 28px center;
  text-align: left;
  padding-left: 60px;
}
.main26 form button:focus {
  outline: none;
}
.main26 form button:hover {
  background-color: #085685;
}
.main27 {
  margin-top: 50px;
}
.main27 .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.main27 .main27-con .product li {
  margin-bottom: 20px;
}
.main27 .main27-con .news {
  margin-top: 70px;
}
.main27 .main27-con .news li {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.main27 .main27-con .news li:first-child {
  padding-top: 0;
}
.main27 .main5 {
  padding: 80px 0;
}
.main28 {
  padding: 100px 0;
  background: url(../images/bg6.jpg) no-repeat center center / cover;
}
.main28 .container-box {
  display: flex;
  color: #fff;
  align-items: flex-end;
}
.main28 .container-box h5 {
  font-size: 35px;
  font-weight: lighter;
  line-height: 1;
  border-right: 1px solid #fff;
  padding-right: 16px;
  margin-right: 16px;
}
.main28 .container-box p {
  font-size: 24px;
  font-family: "Arial";
  line-height: 1;
}
.paging {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.paging ul {
  display: flex;
  align-items: center;
}
.paging ul li {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.paging ul li a {
  font-size: 18px;
  color: #000;
  transition: all .3s;
}
.paging ul li a:hover {
  color: #007fcc;
}
.paging ul li:nth-child(1) {
  border-right: 1px solid #ddd;
}
.paging ul li:nth-child(2) {
  text-align: right;
}
.message-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.message-popup .box {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 30px 0;
}
.message-popup form {
  width: 580px;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 30px 20px;
  position: relative;
  margin: 0 auto;
}
.message-popup form .off {
  width: 33px;
  height: 33px;
  background: url(../images/icon16.png) no-repeat center center / contain;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.message-popup form .off:hover {
  background-image: url(../images/icon16_hover.png);
}
.message-popup form .title {
  text-align: center;
  font-size: 30px;
  font-weight: lighter;
  margin-bottom: 30px;
}
.message-popup form input,
.message-popup form textarea {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #e5e5e4;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 10px;
}
.message-popup form input:focus,
.message-popup form textarea:focus {
  outline: none;
}
.message-popup form textarea {
  height: 150px;
  padding: 20px;
  resize: none;
}
.message-popup form button {
  width: 100%;
  height: 50px;
  background-color: #007ccb;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  transition: all .3s;
}
.message-popup form button:hover {
  background-color: #0d5685;
}
.message-popup.active {
  top: 0;
}
footer {
  background-color: #173c53;
  overflow: hidden;
}
footer .con1 {
  padding: 36px 0 30px;
  position: relative;
}
footer .con1 ul {
  display: flex;
}
footer .con1 ul li {
  border-right: 1px solid #fff;
  line-height: 1;
}
footer .con1 ul li a {
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
  padding: 0 35px;
  line-height: 18px;
  transition: all .3s;
}
footer .con1 ul li a:hover {
  color: #dee018;
}
footer .con1 ul li:last-child {
  border: none;
}
footer .con1 .goTop {
  color: #fff;
  background: url(../images/icon13.png) no-repeat center top / 38px auto;
  padding-top: 45px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -32px;
  transition: all .3s;
}
footer .con1 .goTop:hover {
  color: #dee018;
}
footer .con2 {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .con2 ul {
  display: flex;
  justify-content: space-between;
}
footer .con2 ul li:nth-child(1) {
  max-width: 500px;
}
footer .con2 ul li:nth-child(1) .logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
}
footer .con2 ul li:nth-child(1) .logo img {
  width: 185px;
  height: auto;
}
footer .con2 ul li:nth-child(1) .logo p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  margin-top: 5px;
}
footer .con2 ul li:nth-child(1) .phone {
  margin-top: 30px;
}
footer .con2 ul li:nth-child(1) .phone p {
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  background: url(../images/icon14.png) no-repeat 0 center / 28px auto;
  line-height: 28px;
  padding-left: 40px;
}
footer .con2 ul li:nth-child(1) .phone h5 {
  font-size: 36px;
  font-weight: Regular;
  font-family: "Impact";
  margin-top: 7px;
  color: #fff;
}
footer .con2 ul li:nth-child(2) {
  font-size: 16px;
  font-weight: lighter;
  line-height: 40px;
  color: #fff;
  max-width: 400px;
}
footer .con2 ul li:nth-child(3) img {
  width: 157px;
}
footer .con2 ul li:nth-child(3) p {
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
footer .con3 {
  padding: 20px 0;
}
footer .con3 ul {
  display: flex;
  justify-content: center;
}
footer .con3 ul li {
  margin: 0 15px;
}
footer .con3 ul li a {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all .2s;
  position: relative;
}
footer .con3 ul li a .imgbox {
  width: 130px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -20px);
  display: none;
}
footer .con3 ul li a .imgbox .img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
footer .con3 ul li a .imgbox .img img {
  width: 100%;
}
footer .con3 ul li a .imgbox::before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
footer .con3 ul li a:hover .imgbox {
  display: block;
}
footer .bottom {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-weight: lighter;
  line-height: 1.8;
  padding: 30px 0;
  background-color: #0f2838;
}
footer .bottom a {
  color: rgba(255, 255, 255, 0.5);
  transition: all .3s;
}
footer .bottom a:hover {
  color: #fff;
}
.swiper-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 6000;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px 50px;
  transition: all .3s;
}
.swiper-popup .swiper-container {
  height: 100%;
}
.swiper-popup .but-box .but {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-popup .but-box .but i {
  color: #fff;
  font-size: 40px;
  opacity: .6;
  transition: all .3s;
}
.swiper-popup .but-box .but.but-prev {
  left: 0;
  transform: rotate(90deg);
}
.swiper-popup .but-box .but.but-next {
  right: 0;
  transform: rotate(-90deg);
}
.swiper-popup .but-box .but:focus {
  outline: none;
}
.swiper-popup .but-box .but:hover i {
  opacity: 1;
}
.swiper-popup .swiper-pagination {
  bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.swiper-popup .off {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
}
.swiper-popup .off i {
  font-size: 40px;
  color: #fff;
  transform: rotate(45deg);
  opacity: .6;
  transition: all .3s;
}
.swiper-popup .off:hover i {
  opacity: 1;
}
.swiper-popup.active {
  top: 0;
}
@media (max-width: 1570px) {
  .main4 .container-box .imgbox img {
    left: 0;
  }
}
@media (max-width: 1230px) {
  body {
    font-size: 0.11382114rem;
  }
  header {
    height: 0.88617886rem;
  }
  header .container-box .left img {
    max-width: 1.6504065rem;
  }
  header .container-box .right nav ul li {
    margin-left: 0.40650407rem;
  }
  header .container-box .right nav ul li a {
    font-size: 0.1300813rem;
    padding: 0 0.06504065rem 0.14634146rem;
  }
  header .container-box .right nav ul li a::before {
    height: 0.03252033rem;
  }
  header .container-box .right nav .nav-1 .dl-box {
    min-width: 0.97560976rem;
    padding-top: 0.35772358rem;
  }
  header .container-box .right nav .nav-1 .dl-box dl {
    padding: 0.04065041rem 0.08130081rem;
  }
  header .container-box .right nav .nav-1 .dl-box dl dd a {
    line-height: 0.32520325rem;
  }
  header .container-box .right nav .nav-2 {
    top: 0.51219512rem;
    padding-top: 0.37398374rem;
  }
  header .container-box .right nav .nav-2 .nav-2-box {
    padding: 0.32520325rem 0;
  }
  header .container-box .right nav .nav-2 .container-box dl a {
    line-height: 0.32520325rem;
  }
  header .container-box .right nav .nav-2 .container-box dl dt a {
    font-size: 0.1300813rem;
  }
  header .container-box .right nav .nav-2 .container-box dl dd a {
    font-size: 0.11382114rem;
  }
  header .container-box .right .more {
    margin-left: 0.69918699rem;
  }
  header .container-box .right .more ul li {
    margin-left: 0.16260163rem;
  }
  header .container-box .right .more ul li .icon {
    width: 0.14634146rem;
    height: 0.14634146rem;
  }
  header .container-box .right .more ul li.phone .con {
    width: 2.6504065rem;
    height: 0.47154472rem;
    margin-top: 0.3495935rem;
    padding-left: 0.21138211rem;
  }
  header .container-box .right .more ul li.phone .con p {
    font-size: 0.24390244rem;
    background: url(../images/icon4.png) no-repeat 0 center / 0.22764228rem auto;
    padding-left: 0.31707317rem;
  }
  header .container-box .right .more ul li.phone .con .off {
    width: 0.47154472rem;
    background: url(../images/icon3.png) no-repeat center center / 0.1300813rem auto;
  }
  header .container-box .right .more ul li.search form {
    width: 2.6504065rem;
    height: 0.47154472rem;
    margin-top: 0.3495935rem;
    padding: 0.06504065rem 0.47154472rem 0.06504065rem 0.06504065rem;
  }
  header .container-box .right .more ul li.search form input {
    width: 1.67479675rem;
    padding: 0 0.08130081rem;
  }
  header .container-box .right .more ul li.search form button {
    width: 0.43089431rem;
    background: #f2f2f2 url(../images/icon2.png) no-repeat center center / 0.15447154rem auto;
  }
  header .container-box .right .more ul li.search form .off {
    width: 0.47154472rem;
    background: url(../images/icon3.png) no-repeat center center / 0.1300813rem auto;
  }
  header .container-box .right .more ul li.language span {
    font-size: 0.1300813rem;
  }
  header .container-box .right .more ul li.language dl {
    min-width: 0.73170732rem;
    padding-top: 0.3495935rem;
  }
  header .container-box .right .more ul li.language dl .dd-box {
    padding: 0.08130081rem;
  }
  header .container-box .right .more ul li.language dl .dd-box dd a {
    line-height: 0.24390244rem;
  }
  .title1 {
    margin-bottom: 0.32520325rem;
  }
  .title1 h5 {
    font-size: 0.24390244rem;
  }
  .title1 .text {
    font-size: 0.14634146rem;
    margin-top: 0.12195122rem;
  }
  .title1 .text p i {
    height: 0.08943089rem;
    margin-top: -0.04471545rem;
  }
  .title1 .text p i::before {
    width: 1.6097561rem;
  }
  .title1 .text p i.i-left {
    margin-right: 0.24390244rem;
  }
  .title1 .text p i.i-right {
    margin-left: 0.24390244rem;
  }
  .nav1 {
    margin-bottom: 0.45528455rem;
  }
  .nav1 ul li {
    margin: 0 0.01626016rem 0.03252033rem;
  }
  .nav1 ul li a {
    width: 1.77235772rem;
    line-height: 0.34146341rem;
    border-radius: 0.04065041rem;
    font-size: 0.1300813rem;
    background-size: 0.08943089rem auto;
    background-position: 0.16260163rem center;
    padding: 0 0.08130081rem 0 0.24390244rem;
  }
  .nav1.nav1-2 {
    margin-bottom: 0;
  }
  .nav1.nav1-2 ul li a {
    background-size: 0.13821138rem auto;
    padding-left: 0.28455285rem;
  }
  .news1 h5 {
    line-height: 0.40650407rem;
    font-size: 0.14634146rem;
    padding: 0 0.08130081rem;
  }
  .news1 .more {
    line-height: 0.40650407rem;
    padding: 0 0.16260163rem;
    background: url(../images/icon8.png) no-repeat right 0.16260163rem center / 0.14634146rem auto;
  }
  .news1.news1-2 .weixin img {
    width: 1.2195122rem;
    height: 1.2195122rem;
  }
  .news1.news1-2 .more::before {
    width: 0.14634146rem;
    right: 0.45528455rem;
  }
  .main1 {
    padding: 0.81300813rem 0;
  }
  .main1 .main1-con .swiper-container {
    padding-bottom: 0.68292683rem;
  }
  .main1 .main1-con .swiper-container .but-box {
    width: 1.43089431rem;
    height: 0.35772358rem;
    background: url(../images/icon6.png) no-repeat center center / 0.13821138rem auto;
  }
  .main1 .main1-con .swiper-container .but-box .but {
    width: 0.32520325rem;
    background: url(../images/icon7.png) no-repeat center center / 0.06504065rem 0.09756098rem;
  }
  .main2 {
    height: 5.36585366rem;
  }
  .main2 .container-box .con {
    padding-right: 0.48780488rem;
  }
  .main2 .container-box .con .title {
    font-size: 0.19512195rem;
  }
  .main2 .container-box .con .title::before {
    height: 0.05691057rem;
    margin-top: -0.02845528rem;
    margin-right: 0.16260163rem;
  }
  .main2 .container-box .con p {
    font-size: 0.29268293rem;
    margin: 0.32520325rem 0;
  }
  .main2 .container-box .con .text {
    font-size: 0.1300813rem;
    line-height: 0.32520325rem;
    max-height: 1.95121951rem;
  }
  .main3 {
    padding: 0.81300813rem 0;
  }
  .main3 .main3-con .con-box .left {
    width: 3.37398374rem;
  }
  .main3 .main3-con .con-box .left a {
    padding: 0.07317073rem 0.07317073rem 0;
    height: 3.47154472rem;
  }
  .main3 .main3-con .con-box .left a h5 {
    line-height: 0.55284553rem;
  }
  .main3 .main3-con .con-box .left a h5 i {
    width: 0.14634146rem;
    height: 0.16260163rem;
  }
  .main3 .main3-con .con-box .left a h5 i::before {
    border-top: 0.03252033rem solid transparent;
    border-bottom: 0.03252033rem solid transparent;
    border-left: 0.03252033rem solid #ffffff;
  }
  .main3 .main3-con .con-box .left a h5 p {
    font-size: 0.1300813rem;
    background: url(../images/icon9.png) no-repeat right center / 0.15447154rem auto;
    padding: 0 0.16260163rem 0 0.08130081rem;
  }
  .main3 .main3-con .con-box .right {
    width: calc(100% - 3.37398374rem);
    padding-left: 0.04065041rem;
  }
  .main3 .main3-con .con-box .right a {
    height: 1.1300813rem;
    margin-bottom: 0.04065041rem;
  }
  .main3 .main3-con .con-box .right a::before {
    width: 0.23577236rem;
    height: 0.23577236rem;
  }
  .main3 .main3-con .con-box .right a .time {
    width: 1.31707317rem;
  }
  .main3 .main3-con .con-box .right a .time h5 {
    font-size: 0.3902439rem;
  }
  .main3 .main3-con .con-box .right a .time p {
    font-size: 0.09756098rem;
    margin-top: 0.08130081rem;
  }
  .main3 .main3-con .con-box .right a .con {
    width: calc(100% - 1.31707317rem);
    padding: 0 0.40650407rem;
  }
  .main3 .main3-con .con-box .right a .con h5 i {
    width: 0.1300813rem;
    height: 0.1300813rem;
    left: -0.21138211rem;
    margin-top: -0.04878049rem;
  }
  .main3 .main3-con .con-box .right a .con h5 i::before {
    border-top: 0.03252033rem solid transparent;
    border-bottom: 0.03252033rem solid transparent;
    border-left: 0.03252033rem solid #ffffff;
  }
  .main3 .main3-con .con-box .right a .con h5 p {
    font-size: 0.14634146rem;
    padding-bottom: 0.08130081rem;
  }
  .main3 .main3-con .con-box .right a .con h5 p::before {
    width: 0.13821138rem;
  }
  .main3 .main3-con .con-box .right a .con .text {
    font-size: 0.10569106rem;
    margin: 0.06504065rem 0 0.10569106rem;
  }
  .main3 .main3-con .con-box .right a .con .icon {
    width: 0.34146341rem;
    height: 0.05691057rem;
  }
  .main3 .main3-con .more {
    width: 1.72357724rem;
    line-height: 0.42276423rem;
    margin: 0.48780488rem auto 0;
    border-radius: 0.48780488rem;
    font-size: 0.1300813rem;
    padding-left: 0.40650407rem;
    background-position: right 0.40650407rem center;
    background-size: 0.13821138rem auto;
  }
  .main4 .container-box {
    height: 5.6097561rem;
  }
  .main4 .container-box .imgbox {
    width: 3.57723577rem;
  }
  .main4 .container-box .imgbox img {
    width: 3.03252033rem;
  }
  .main4 .container-box .main4-con {
    width: calc(100% - 3.57723577rem);
  }
  .main4 .container-box .main4-con::after {
    border-left: 1.2195122rem solid transparent;
    border-top: 5.6097561rem solid #007fcc;
  }
  .main4 .container-box .main4-con .box .title {
    padding-bottom: 0.13821138rem;
  }
  .main4 .container-box .main4-con .box .title h5 {
    font-size: 0.32520325rem;
  }
  .main4 .container-box .main4-con .box .title p {
    font-size: 0.11382114rem;
  }
  .main4 .container-box .main4-con .box .text {
    font-size: 0.14634146rem;
    line-height: 0.24390244rem;
    margin: 0.16260163rem 0 0.48780488rem;
  }
  .main4 .container-box .main4-con .box .more {
    width: 1.38211382rem;
    line-height: 0.38211382rem;
    border: 0.01626016rem solid #ffffff;
    font-size: 0.14634146rem;
    padding-left: 0.32520325rem;
  }
  .main4 .container-box .main4-con .box .more::before {
    content: "";
    border-top: 0.06504065rem solid transparent;
    border-bottom: 0.06504065rem solid transparent;
    border-left: 0.06504065rem solid #ffffff;
    right: 0.24390244rem;
  }
  .main5 {
    padding: 0.81300813rem 0;
  }
  .main5 ul li {
    height: 2.84552846rem;
  }
  .main5 ul li h5 {
    font-size: 0.24390244rem;
  }
  .main5 ul li p {
    font-size: 0.09756098rem;
    margin: 0.16260163rem 0 0.24390244rem;
    height: 0.29268293rem;
  }
  .main5 ul li a {
    width: 1.75609756rem;
    line-height: 0.35772358rem;
    border: 0.01626016rem solid #ffffff;
    font-size: 0.1300813rem;
    padding-left: 0.20325203rem;
    background: url(../images/icon12.png) no-repeat right 0.16260163rem center / 0.17073171rem auto;
  }
  .main5 ul li:last-child a {
    padding-left: 0.40650407rem;
  }
  .main6 {
    line-height: 0.32520325rem;
  }
  .main7 {
    padding: 0.81300813rem 0;
  }
  .main7 .main7-con {
    width: calc(100% - 3.49593496rem);
    margin-top: 0.85365854rem;
  }
  .main7 .main7-con h5 {
    font-size: 0.32520325rem;
    padding-bottom: 0.32520325rem;
  }
  .main7 .main7-con h5::before {
    width: 1.62601626rem;
    height: 0.02439024rem;
  }
  .main7 .main7-con .text {
    font-size: 0.14634146rem;
    line-height: 0.32520325rem;
    margin-top: 0.24390244rem;
  }
  .main8 {
    margin-top: 0.81300813rem;
  }
  .main8 .title {
    font-size: 0.28455285rem;
    margin-bottom: 0.48780488rem;
  }
  .main8 ul {
    margin: 0 -0.12195122rem;
  }
  .main8 ul li {
    padding: 0 0.12195122rem;
    margin-bottom: 0.24390244rem;
  }
  .main8 ul li a {
    height: 1.13821138rem;
  }
  .main8 ul li a .imgbox {
    width: 1.13821138rem;
  }
  .main8 ul li a .imgbox img {
    max-width: 0.44715447rem;
  }
  .main8 ul li a .text-box {
    width: calc(100% - 1.13821138rem);
  }
  .main8 ul li a .text-box h5 {
    font-size: 0.19512195rem;
  }
  .main8 ul li a .text-box .text {
    font-size: 0.1300813rem;
    line-height: 0.24390244rem;
    margin-top: 0.08130081rem;
  }
  .main9 .main5 {
    padding: 0.40650407rem 0 0.6504065rem;
  }
  .main10 {
    padding-top: 0.32520325rem;
  }
  .main10 .nav1 {
    margin-bottom: 0.32520325rem;
  }
  .main10 .main10-con ul li {
    padding: 0 0.08130081rem;
    margin-bottom: 0.24390244rem;
  }
  .main10 .main10-con ul li a h5 {
    font-size: 0.1300813rem;
    margin-top: 0.08130081rem;
  }
  .main10 .main5 {
    padding: 0.6504065rem 0;
  }
  .main11 {
    padding-top: 0.32520325rem;
  }
  .main11 .nav1 {
    margin-bottom: 0.6504065rem;
  }
  .main11 .main11-con {
    margin: 1.30081301rem 0 0.81300813rem;
  }
  .main11 .main11-con::before {
    width: 0.02439024rem;
    height: calc(100% + 1.62601626rem);
    top: -0.81300813rem;
  }
  .main11 .main11-con::after {
    width: 0.19512195rem;
    height: 0.19512195rem;
    border: 0.04065041rem solid #b2d3ff;
    top: -0.81300813rem;
  }
  .main11 .main11-con ul li .box {
    margin-top: -0.29268293rem;
  }
  .main11 .main11-con ul li .box::before {
    width: 0.19512195rem;
    height: 0.19512195rem;
    border: 0.04065041rem solid #b2d3ff;
    top: 0.3495935rem;
    right: -0.09756098rem;
  }
  .main11 .main11-con ul li .text_box {
    padding: 0.24390244rem;
  }
  .main11 .main11-con ul li .text_box::before {
    border-top: 0.12195122rem solid transparent;
    border-bottom: 0.12195122rem solid transparent;
    border-left: 0.1300813rem solid #ffffff;
    top: 0.32520325rem;
  }
  .main11 .main11-con ul li .text_box::after {
    border-top: 0.1300813rem solid transparent;
    border-bottom: 0.1300813rem solid transparent;
    border-left: 0.13821138rem solid #e1e0e0;
    top: 0.31707317rem;
  }
  .main11 .main11-con ul li .text_box h5 {
    font-size: 0.24390244rem;
  }
  .main11 .main11-con ul li .text_box .text {
    font-size: 0.17886179rem;
    line-height: 0.28455285rem;
    margin-top: 0.16260163rem;
  }
  .main11 .main11-con ul li .text_box .text p {
    margin: 0.04065041rem 0;
  }
  .main11 .main11-con ul li:nth-child(odd) .box {
    padding-right: 0.36585366rem;
  }
  .main11 .main11-con ul li:nth-child(even) .box {
    padding-left: 0.36585366rem;
  }
  .main11 .main11-con ul li:nth-child(even) .box::before {
    right: auto;
    left: -0.09756098rem;
  }
  .main11 .main5 {
    padding: 0.6504065rem 0;
  }
  .main12-box .main5 {
    padding: 0.6504065rem 0;
  }
  .main12 {
    margin: 0.32520325rem 0 0.16260163rem;
  }
  .main12 ul {
    margin: 0 -0.08130081rem;
  }
  .main12 ul li {
    padding: 0 0.08130081rem;
    margin-bottom: 0.16260163rem;
  }
  .main12 ul li a {
    border-radius: 0.04065041rem;
    height: 0.81300813rem;
    padding: 0 0.12195122rem;
  }
  .main12 ul li a .imgbox {
    width: 0.58536585rem;
    height: 0.58536585rem;
  }
  .main12 ul li a h5 {
    width: calc(100% - 0.58536585rem);
    padding-left: 0.16260163rem;
    font-size: 0.16260163rem;
  }
  .main13 .container-box .left {
    width: 2.15447154rem;
  }
  .main13 .container-box .right {
    width: calc(100% - 2.15447154rem);
    padding-left: 0.32520325rem;
  }
  .main13 .container-box .right .title {
    margin: 0.09756098rem 0 0.16260163rem;
  }
  .main13 .container-box .right .title h5 {
    font-size: 0.19512195rem;
    line-height: 0.21138211rem;
    border-left: 0.04878049rem solid #007fcc;
    padding-left: 0.24390244rem;
  }
  .main13 .container-box .right .title dl {
    margin-right: 0.24390244rem;
  }
  .main13 .container-box .right .title dl dd {
    width: 0.1300813rem;
    height: 0.1300813rem;
    margin-left: 0.17886179rem;
  }
  .main13 .container-box .right .title dl dd.vertical::before,
  .main13 .container-box .right .title dl dd.vertical::after {
    height: 0.03252033rem;
    margin-top: -0.01626016rem;
  }
  .main13 .container-box .right .title dl dd.across {
    border-top: 0.03252033rem solid #cccccc;
    border-bottom: 0.03252033rem solid #cccccc;
  }
  .main13 .container-box .right .title dl dd.across::before {
    height: 0.03252033rem;
    margin-top: -0.01626016rem;
  }
  .main13 .container-box .right .con ul {
    margin: 0 -0.08130081rem;
  }
  .main13 .container-box .right .con ul li {
    padding: 0 0.08130081rem;
    margin-bottom: 0.16260163rem;
  }
  .main13 .container-box .right .con .page_div {
    margin-top: 0.24390244rem;
  }
  .news2 {
    height: 2.37398374rem;
    border-radius: 0.04065041rem;
  }
  .news2 .imgbox {
    width: 2.03252033rem;
  }
  .news2 .news2-con {
    width: calc(100% - 2.03252033rem);
  }
  .news2 .news2-con .top {
    padding: 0.24390244rem 0.44715447rem 0;
  }
  .news2 .news2-con .top .text-box {
    width: calc(100% - 1.05691057rem);
  }
  .news2 .news2-con .top .text-box h5 {
    font-size: 0.16260163rem;
    margin-top: 0.08130081rem;
  }
  .news2 .news2-con .top .text-box .parameter {
    margin-top: 0.16260163rem;
  }
  .news2 .news2-con .top .text-box .parameter dl {
    margin-bottom: 0.08130081rem;
  }
  .news2 .news2-con .top .weixin {
    width: 1.05691057rem;
  }
  .news2 .news2-con .top .weixin img {
    border-radius: 0.04065041rem;
  }
  .news2 .news2-con .top .weixin p {
    margin-top: 0.08130081rem;
  }
  .news2 .news2-con .bottom {
    height: 0.56910569rem;
    padding-left: 0.44715447rem;
    background-position: right 0.56910569rem center;
    background-size: 0.14634146rem auto;
  }
  .nav2 .nav2-con {
    border-radius: 0.04065041rem;
  }
  .nav2 .nav2-con .title {
    line-height: 0.48780488rem;
    font-size: 0.19512195rem;
    padding-left: 0.5203252rem;
    background-position: 0.17886179rem center;
    background-size: 0.21138211rem auto;
  }
  .nav2 .nav2-con ul {
    padding-bottom: 0.29268293rem;
  }
  .nav2 .nav2-con ul li .a-1 {
    line-height: 0.48780488rem;
    font-size: 0.1300813rem;
    padding: 0 0.30894309rem 0 0.40650407rem;
    background-position: 0.16260163rem center;
    background-size: 0.08943089rem auto;
  }
  .nav2 .nav2-con ul li .a-1::before {
    width: calc(100% - 0.14634146rem);
    left: 0.07317073rem;
  }
  .nav2 .nav2-con ul li .a-1::after {
    width: 0.07317073rem;
    height: 0.04065041rem;
    right: 0.22764228rem;
    margin-top: -0.0203252rem;
  }
  .nav2 .nav2-con ul li dl {
    padding: 0.08130081rem 0;
  }
  .nav2 .nav2-con ul li dl dd a {
    line-height: 0.32520325rem;
    font-size: 0.11382114rem;
    padding: 0 0.08130081rem 0 0.3902439rem;
  }
  .nav2 .nav2-con ul li dl dd a::before {
    width: 0.04065041rem;
    height: 0.04065041rem;
    left: 0.24390244rem;
    margin-top: -0.0203252rem;
  }
  .nav2 .nav2-con ul li dl dd a.active::before {
    width: 0.08130081rem;
  }
  .nav2 .weixin {
    border-radius: 0.04065041rem;
    margin-top: 0.08130081rem;
    padding: 0.20325203rem 0.24390244rem;
  }
  .nav2 .weixin p {
    font-size: 0.1300813rem;
    margin-top: 0.08130081rem;
  }
  .nav2.nav2-2 ul li .a-1::after {
    width: 0.04065041rem;
    height: 0.04065041rem;
    left: 0.24390244rem;
  }
  .main14 {
    padding: 0.44715447rem 0 0.73170732rem;
  }
  .main14 .main14-con {
    padding: 0.23577236rem;
  }
  .main14 .main14-con .left {
    width: 3.82113821rem;
    height: 3.82113821rem;
  }
  .main14 .main14-con .left .but {
    width: 0.40650407rem;
    height: 0.40650407rem;
    margin-top: -0.20325203rem;
    background-size: 0.08943089rem auto;
  }
  .main14 .main14-con .left .but.but-prev {
    left: -0.20325203rem;
  }
  .main14 .main14-con .left .but.but-next {
    right: -0.20325203rem;
  }
  .main14 .main14-con .right {
    width: calc(100% - 3.82113821rem);
    padding-left: 0.48780488rem;
  }
  .main14 .main14-con .right .title {
    font-size: 0.24390244rem;
  }
  .main14 .main14-con .right .parameter {
    padding: 0.32520325rem 0;
    margin: 0.24390244rem 0;
  }
  .main14 .main14-con .right .parameter .list {
    margin-bottom: 0.09756098rem;
    padding-left: 0.24390244rem;
    font-size: 0.1300813rem;
  }
  .main14 .main14-con .right .parameter .list::before {
    border-top: 0.06504065rem solid transparent;
    border-bottom: 0.06504065rem solid transparent;
    border-left: 0.08130081rem solid #007fcc;
    top: 0.03252033rem;
  }
  .main14 .main14-con .right .more .phone {
    line-height: 0.43902439rem;
    font-size: 0.22764228rem;
    padding: 0 0.26829268rem 0 0.47154472rem;
    border-radius: 0.48780488rem;
    background-position: 0.16260163rem center;
    background-size: 0.22764228rem auto;
  }
  .main14 .main14-con .right .more ul {
    margin-left: 0.24390244rem;
  }
  .main14 .main14-con .right .more ul li {
    margin-right: 0.08130081rem;
  }
  .main14 .main14-con .right .more ul li a {
    width: 0.43902439rem;
    height: 0.43902439rem;
    background-size: 0.25203252rem auto;
  }
  .main14 .main14-con .right .more ul li a .img {
    transform: translate(-50%, -0.08130081rem);
    padding: 0.08130081rem;
    border-radius: 0.04065041rem;
  }
  .main14 .main14-con .right .more ul li a .img::before {
    border-left: 0.05691057rem solid transparent;
    border-right: 0.05691057rem solid transparent;
    border-top: 0.05691057rem solid #ffffff;
  }
  .main14 .main14-con .right .more ul li a .img img {
    width: 0.81300813rem;
    height: 0.81300813rem;
  }
  .main15 .container-box {
    height: 1.91869919rem;
  }
  .main15 .container-box h5 {
    font-size: 0.29268293rem;
  }
  .main15 .container-box a {
    font-size: 0.16260163rem;
    line-height: 0.50406504rem;
    border-radius: 0.48780488rem;
    padding: 0 0.24390244rem;
    margin-left: 0.63414634rem;
  }
  .main16 {
    padding-top: 0.6504065rem;
  }
  .main16 .main16-con {
    margin-bottom: 0.6504065rem;
  }
  .main16 .main16-con .title {
    font-size: 0.19512195rem;
    margin-bottom: 0.24390244rem;
  }
  .main16 .main16-con .con {
    font-size: 0.1300813rem;
    line-height: 0.32520325rem;
  }
  .main16 .main16-con .con img {
    margin-top: 0.32520325rem;
  }
  .main17 {
    margin-top: 0.40650407rem;
  }
  .main18 .main5 {
    padding: 0.6504065rem 0;
  }
  .title2 {
    font-size: 0.24390244rem;
    padding-left: 0.2195122rem;
    padding-bottom: 0.16260163rem;
    margin-bottom: 0.32520325rem;
  }
  .title2::before {
    width: 0.05691057rem;
    height: 0.2601626rem;
  }
  .main19 {
    padding-top: 0.48780488rem;
  }
  .main19 .container-box .left {
    width: 2.15447154rem;
  }
  .main19 .container-box .right {
    width: calc(100% - 2.15447154rem);
    padding-left: 0.32520325rem;
  }
  .main19 .container-box .right .title {
    font-size: 0.16260163rem;
    margin-bottom: 0.24390244rem;
    padding: 0.08130081rem 0;
  }
  .main19 .container-box .right ul li {
    padding: 0.24390244rem 0;
  }
  .main19 .container-box .right .page_div {
    margin-top: 0.32520325rem;
  }
  .news3 .imgbox {
    height: 1.30081301rem;
  }
  .news3 .con h5 {
    font-size: 0.14634146rem;
  }
  .news3 .con p {
    font-size: 0.09756098rem;
    padding: 0.08130081rem 0;
  }
  .news3 .con p::before {
    width: 0.24390244rem;
  }
  .news3 .con .text {
    line-height: 0.19512195rem;
    height: 0.3902439rem;
    margin: 0.12195122rem 0;
  }
  .news3 .con .more {
    font-size: 0.09756098rem;
    width: 0.56910569rem;
    line-height: 0.17886179rem;
  }
  .news3 .con .more::before {
    width: 0.16260163rem;
    background-size: 0.04065041rem auto;
  }
  .news3:hover .imgbox {
    width: 1.91056911rem;
  }
  .news3:hover .con {
    width: calc(100% - 1.91056911rem);
    padding-left: 0.32520325rem;
  }
  .main20 .main5 {
    padding: 0.6504065rem 0;
  }
  .main21 {
    padding: 0.73170732rem 0;
  }
  .main21 .title {
    font-size: 0.32520325rem;
  }
  .main21 .time {
    font-size: 0.13821138rem;
    margin-top: 0.24390244rem;
  }
  .main22 .main22-con {
    padding: 0.48780488rem 0;
    font-size: 0.1300813rem;
    line-height: 0.24390244rem;
  }
  .main22 .main5 {
    padding: 0.6504065rem 0;
  }
  .main23 .main23-con {
    margin: 0.73170732rem 0;
  }
  .main23 .main23-con .title {
    font-size: 0.32520325rem;
    padding-bottom: 0.32520325rem;
  }
  .main23 .main23-con .title::before {
    width: 0.6504065rem;
    height: 0.02439024rem;
  }
  .main23 .main23-con ul {
    margin-top: 0.40650407rem;
  }
  .main23 .main23-con ul li {
    font-size: 0.14634146rem;
    line-height: 0.24390244rem;
    margin-bottom: 0.16260163rem;
    padding-left: 0.40650407rem;
  }
  .main23 .main23-con ul li::before {
    width: 0.24390244rem;
    height: 0.24390244rem;
  }
  .main23 .main23-con ul li:nth-child(1)::before {
    background-size: 0.17886179rem auto;
  }
  .main23 .main23-con ul li:nth-child(2)::before {
    background-size: 0.23577236rem auto;
  }
  .main23 .main23-con ul li:nth-child(3)::before {
    background-size: 0.2195122rem auto;
  }
  .main23 .main23-con ul li:nth-child(4)::before {
    background-size: 0.14634146rem auto;
  }
  .main23 .main23-con .weixin {
    border-radius: 0.08130081rem;
    padding: 0.12195122rem;
  }
  .main23 .main23-con .weixin img {
    width: 1.05691057rem;
  }
  .main23 .main23-con .weixin p {
    margin-top: 0.12195122rem;
  }
  .main24 {
    padding: 0.81300813rem 0;
  }
  .main24 .title {
    font-size: 0.28455285rem;
    margin-bottom: 0.40650407rem;
  }
  .main24 iframe {
    height: 4.87804878rem;
  }
  .main25 {
    padding: 0.73170732rem 0;
  }
  .main25 .message-popup form {
    width: 7.56097561rem;
  }
  .main26 {
    padding: 0.40650407rem 0;
  }
  .main26 .keyword {
    font-size: 0.1300813rem;
  }
  .main26 .keyword a {
    margin-right: 0.20325203rem;
  }
  .main26 form {
    border-radius: 0.04065041rem;
    margin-top: 0.16260163rem;
  }
  .main26 form input {
    width: calc(100% - 1.05691057rem);
    height: 0.48780488rem;
    padding: 0 0.24390244rem;
    font-size: 0.1300813rem;
  }
  .main26 form button {
    width: 1.05691057rem;
    height: 0.48780488rem;
    font-size: 0.16260163rem;
    background-size: 0.19512195rem;
    background-position: 0.22764228rem center;
    padding-left: 0.48780488rem;
  }
  .main27 {
    margin-top: 0.40650407rem;
  }
  .main27 .title {
    font-size: 0.19512195rem;
    margin-bottom: 0.24390244rem;
  }
  .main27 .main27-con .product li {
    margin-bottom: 0.16260163rem;
  }
  .main27 .main27-con .news {
    margin-top: 0.56910569rem;
  }
  .main27 .main27-con .news li {
    padding: 0.24390244rem 0;
  }
  .main27 .main5 {
    padding: 0.6504065rem 0;
  }
  .main28 {
    padding: 0.81300813rem 0;
  }
  .main28 .container-box h5 {
    font-size: 0.28455285rem;
    padding-right: 0.1300813rem;
    margin-right: 0.1300813rem;
  }
  .main28 .container-box p {
    font-size: 0.19512195rem;
  }
  footer .con1 {
    padding: 0.29268293rem 0 0.24390244rem;
  }
  footer .con1 ul li a {
    font-size: 0.1300813rem;
    padding: 0 0.28455285rem;
    line-height: 0.14634146rem;
  }
  footer .con1 .goTop {
    background: url(../images/icon13.png) no-repeat center top / 0.30894309rem auto;
    padding-top: 0.36585366rem;
    margin-top: -0.2601626rem;
  }
  footer .con2 {
    padding: 0.40650407rem 0;
  }
  footer .con2 ul li:nth-child(1) {
    max-width: 4.06504065rem;
  }
  footer .con2 ul li:nth-child(1) .logo {
    padding-bottom: 0.24390244rem;
  }
  footer .con2 ul li:nth-child(1) .logo img {
    width: 1.50406504rem;
  }
  footer .con2 ul li:nth-child(1) .logo p {
    font-size: 0.1300813rem;
    margin-top: 0.04065041rem;
  }
  footer .con2 ul li:nth-child(1) .phone {
    margin-top: 0.24390244rem;
  }
  footer .con2 ul li:nth-child(1) .phone p {
    font-size: 0.14634146rem;
    background: url(../images/icon14.png) no-repeat 0 center / 0.22764228rem auto;
    line-height: 0.22764228rem;
    padding-left: 0.32520325rem;
  }
  footer .con2 ul li:nth-child(1) .phone h5 {
    font-size: 0.29268293rem;
    margin-top: 0.05691057rem;
  }
  footer .con2 ul li:nth-child(2) {
    font-size: 0.1300813rem;
    line-height: 0.32520325rem;
    max-width: 3.25203252rem;
  }
  footer .con2 ul li:nth-child(3) img {
    width: 1.27642276rem;
  }
  footer .con2 ul li:nth-child(3) p {
    font-size: 0.1300813rem;
    margin-top: 0.08130081rem;
  }
  footer .con3 {
    padding: 0.16260163rem 0;
  }
  footer .con3 ul li {
    margin: 0 0.12195122rem;
  }
  footer .con3 ul li a {
    width: 0.28455285rem;
    height: 0.28455285rem;
  }
  footer .bottom {
    padding: 0.24390244rem 0;
  }
  .paging {
    padding: 0.08130081rem 0;
  }
  .paging ul li a {
    font-size: 0.14634146rem;
  }
  .message-popup form {
    width: 4.71544715rem;
    padding: 0.24390244rem 0.16260163rem;
  }
  .message-popup form .off {
    width: 0.26829268rem;
    height: 0.26829268rem;
    top: 0.20325203rem;
    right: 0.20325203rem;
  }
  .message-popup form .title {
    font-size: 0.24390244rem;
    margin-bottom: 0.24390244rem;
  }
  .message-popup form input,
  .message-popup form textarea {
    height: 0.40650407rem;
    padding: 0 0.16260163rem;
    font-size: 0.1300813rem;
    margin-bottom: 0.08130081rem;
  }
  .message-popup form textarea {
    height: 1.2195122rem;
    padding: 0.16260163rem;
  }
  .message-popup form button {
    height: 0.40650407rem;
    font-size: 0.16260163rem;
  }
}
