@charset "utf-8";
html {
  overflow-x: hidden;
}
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;
  overflow-x: hidden;
}
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: 1470px;
  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: 32px;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 1000;
  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: 60px 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;
}
.nav7 .off {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
}
.nav7 .off span {
  color: #333;
  font-size: 30px;
}
.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: 3000;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}
#body-mask.active {
  display: block;
}
header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .container-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .container-box .left {
  display: flex;
  align-items: center;
  height: 100%;
}
header .container-box .left .logo {
  width: 300px;
  transition: all .3s;
}
header .container-box .left .logo img {
  max-width: 100%;
}
header .container-box .left nav {
  height: 100%;
  margin-left: 125px;
}
header .container-box .left nav ul {
  display: flex;
  height: 100%;
}
header .container-box .left nav ul li {
  height: 100%;
  position: relative;
}
header .container-box .left nav ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #014360;
  position: absolute;
  top: -100%;
  left: 0;
  transition: all .3s;
}
header .container-box .left nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  color: #000;
  font-weight: lighter;
  padding: 0 30px;
  position: relative;
  transition: all .3s;
}
header .container-box .left nav ul li dl {
  position: absolute;
  min-width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  display: none;
}
header .container-box .left nav ul li dl dd a {
  color: #fff;
  padding: 0 5px;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 35px;
  white-space: nowrap;
}
header .container-box .left nav ul li dl dd a:hover {
  color: #ffecb4;
}
header .container-box .left nav ul li:hover::before,
header .container-box .left nav ul li.active::before {
  top: 0;
}
header .container-box .left nav ul li:hover a,
header .container-box .left nav ul li.active a {
  color: #fff;
}
header .container-box .left nav ul li:hover dl {
  display: block;
}
header .container-box .right {
  display: flex;
  align-items: center;
}
header .container-box .right .search-icon {
  width: 24px;
  height: 24px;
  background: url(../images/icon1.png) no-repeat center center / contain;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
header .container-box .right .phone {
  color: #014360;
  font-family: "Impact";
  font-size: 20px;
  background: url(../images/icon2.png) no-repeat center left / 24px 24px;
  padding-left: 30px;
  line-height: 30px;
}
header.active {
  background-color: #fff;
  height: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header.active .container-box .left .logo {
  width: 200px;
}
.search-fixed {
  position: fixed;
  top: -131px;
  left: 0;
  z-index: 5000;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  transition: all .5s;
}
.search-fixed .off {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
}
.search-fixed form {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.search-fixed form input {
  width: calc(100% - 150px);
  height: 70px;
  border: none;
  font-size: 18px;
}
.search-fixed form input:focus {
  outline: none;
}
.search-fixed form button {
  width: 150px;
  height: 70px;
  font-size: 20px;
  color: #fff;
  border: none;
  background: none;
  position: relative;
}
.search-fixed form button::before {
  content: "\e69d";
  font-family: "iconfont";
  color: #014360;
  font-size: 30px;
}
.search-fixed.active {
  top: 0;
}
.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 #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.more1 {
  display: block;
  width: 245px;
  line-height: 64px;
  background-color: #014360;
  border-radius: 10px;
  font-size: 18px;
  color: #fff !important;
  font-weight: lighter;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.more1::before {
  content: "";
  width: 70px;
  height: 100%;
  background: url(../images/icon3.png) no-repeat center center / 20px auto;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.more1:hover {
  background-color: #042736;
}
.main1 {
  overflow: hidden;
  padding: 80px 0;
}
.main1 .container-box {
  display: flex;
}
.main1 .container-box .left {
  width: 52%;
  padding-right: 50px;
}
.main1 .container-box .left .title h5 {
  font-size: 60px;
  font-weight: bold;
  color: #333;
}
.main1 .container-box .left .title p {
  font-size: 36px;
  color: #333;
  font-weight: lighter;
  margin-top: 30px;
}
.main1 .container-box .left .title i {
  display: block;
  width: 90px;
  height: 3px;
  background-color: #014360;
  margin-top: 40px;
  position: relative;
}
.main1 .container-box .left .title i::before {
  content: "";
  width: 2px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 20px;
}
.main1 .container-box .left .text {
  font-size: 18px;
  color: #333;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 40px;
}
.main1 .container-box .left .more1 {
  margin-top: 40px;
}
.main1 .container-box .left ul {
  display: flex;
  margin-top: 100px;
}
.main1 .container-box .left ul li {
  margin-right: 70px;
}
.main1 .container-box .left ul li a {
  display: block;
  text-align: center;
}
.main1 .container-box .left ul li a .img {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.main1 .container-box .left ul li a .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .3s;
}
.main1 .container-box .left ul li a p {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  transition: all .3s;
}
.main1 .container-box .left ul li a:hover img {
  transform: scale(1.1);
}
.main1 .container-box .left ul li a:hover p {
  color: #014360;
}
.main1 .container-box .right {
  width: 48%;
  position: relative;
}
.main1 .container-box .right::before {
  content: "";
  width: 1000%;
  height: calc(100% + 160px);
  background-color: #014360;
  position: absolute;
  top: -80px;
  left: 50%;
}
.main1 .container-box .right .img {
  position: relative;
}
.main2 {
  padding: 150px 0;
  background: url(../images/bg1.jpg) no-repeat center center / cover;
  overflow: hidden;
}
.title1 {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.title1 .left h5 {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  line-height: 1;
}
.title1 .left p {
  font-size: 30px;
  font-weight: lighter;
  margin-top: 18px;
}
.news1 {
  display: block;
  background-color: #fff;
}
.news1 .imgbox {
  overflow: hidden;
}
.news1 .text-box {
  padding: 30px 20px 50px;
}
.news1 .text-box h5 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  transition: all .3s;
}
.news1 .text-box .text {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 20px;
}
.news1 .bottom {
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  background: url(../images/icon8.png) no-repeat right 20px center / 19px auto;
  line-height: 56px;
  border-top: 1px solid #e2e2e2;
  transition: all .3s;
}
.news1:hover .imgbox .img {
  transform: scale(1.1);
}
.news1:hover .text-box h5 {
  color: #014360;
}
.news1:hover .bottom {
  color: #014360;
}
.news2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.news2 .bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.news2 .bottom h5 {
  font-size: 26px;
  color: #333;
  padding-bottom: 20px;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
.news2 .bottom h5::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #014360;
  opacity: .3;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.news2 .bottom h5::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #014360;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news2 .bottom .more {
  font-size: 16px;
  color: #014360;
  margin-top: 30px;
  background: url(../images/icon9.png) no-repeat right 0 center / 41px auto;
  line-height: 20px;
}
.news2:hover .img {
  transform: scale(1.1);
}
.news2:hover .bottom h5 {
  color: #014360;
}
.main3 {
  padding: 100px 0;
  overflow: hidden;
}
.main3 .but-box {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.main3 .but-box .but {
  width: 124px;
  height: 44px;
  border: 1px solid #eaeaea;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center center;
  transition: all .3s;
}
.main3 .but-box .but:focus {
  outline: none;
}
.main3 .but-box .but.but-prev {
  background-image: url(../images/left.png);
}
.main3 .but-box .but.but-next {
  background-image: url(../images/right.png);
}
.main3 .but-box .but:hover {
  border-color: #014360;
}
.main4 {
  background: url(../images/bg2.jpg) repeat;
  padding: 160px 0 140px;
  overflow: hidden;
}
.main4 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main4 ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main4 ul li a {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 80px 0;
  transition: all .3s;
}
.main4 ul li a .img {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main4 ul li a .img img {
  max-width: 100%;
  max-height: 100%;
}
.main4 ul li a h5 {
  margin: 40px 0 30px;
  font-size: 30px;
  font-weight: lighter;
  color: #122049;
}
.main4 ul li a p {
  font-size: 14px;
  color: #122049;
  font-weight: lighter;
}
.main4 ul li a:hover {
  box-shadow: 0 0 10px rgba(1, 67, 96, 0.5);
}
.main5 {
  padding: 100px 0;
  overflow: hidden;
}
.news3 {
  display: block;
  background-color: #f8f8f8;
  padding: 2px;
  border: 1px solid #eceaea;
}
.news3 .imgbox {
  overflow: hidden;
}
.news3 .text-box {
  padding: 50px 30px;
}
.news3 .text-box h5 {
  font-size: 30px;
  font-weight: bold;
  color: #122049;
  line-height: 1.2;
}
.news3 .text-box .text {
  font-size: 18px;
  color: #122049;
  line-height: 1.2;
  font-weight: lighter;
  margin-top: 15px;
}
.news3 .text-box .bottom {
  width: 100px;
  margin-top: 60px;
  font-size: 16px;
  color: #014360;
  font-weight: lighter;
  background: url(../images/icon11.png) no-repeat right center / 23px auto;
}
.news3:hover .imgbox .img {
  transform: scale(1.1);
}
.main6 {
  background: url(../images/bg3.jpg) no-repeat center center / cover;
  padding: 80px 0;
  overflow: hidden;
}
.main6 .container-box {
  display: flex;
  align-items: flex-start;
}
.main6 .container-box .left {
  width: 50%;
}
.main6 .container-box .left h5 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
}
.main6 .container-box .left h5 span {
  color: #e5302c;
  font-family: "Arial";
  font-size: 40px;
  margin-right: 10px;
}
.main6 .container-box .left .text {
  font-size: 20px;
  color: #000;
  line-height: 36px;
  margin-top: 20px;
}
.main6 .container-box .right {
  width: 50%;
  padding-left: 60px;
  position: relative;
}
.main6 .container-box .right::before {
  content: "";
  width: 1px;
  height: 170px;
  background-color: #c2c2c2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #c1c1c1 50%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #c1c1c1 50%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #c1c1c1 50%, rgba(255, 255, 255, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff', GradientType=0);
}
.main6 .container-box .right h5 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.main6 .container-box .right form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main6 .container-box .right form ul {
  width: calc(100% - 100px);
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.main6 .container-box .right form ul li {
  width: 50%;
  padding: 0 5px;
}
.main6 .container-box .right form ul li:last-child {
  width: 100%;
}
.main6 .container-box .right form ul li input,
.main6 .container-box .right form ul li textarea {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 0 10px;
}
.main6 .container-box .right form ul li input:focus,
.main6 .container-box .right form ul li textarea:focus {
  outline: none;
}
.main6 .container-box .right form ul li textarea {
  height: 50px;
  padding: 15px 10px 0;
  resize: none;
  margin-top: 10px;
}
.main6 .container-box .right form button {
  width: 97px;
  height: 100px;
  background-color: #014360;
  color: #fff;
  font-size: 18px;
  border: none;
  transition: all .3s;
}
.main6 .container-box .right form button:hover {
  background-color: #032e41;
}
.main7 {
  background-color: #f4f4f4;
}
.main8 {
  padding-bottom: 40px;
}
.main8 ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.main8 ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main9 .title-1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d8d8d8;
  margin-bottom: 30px;
  line-height: 1.5;
}
.main9 .con {
  display: flex;
}
.main9 .con .left {
  width: 50%;
}
.main9 .con .right {
  width: 50%;
  padding-left: 60px;
}
.main9 .con .right .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
}
.main9 .con .right .title::before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main9 .con .right .text {
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 20px;
}
.main9 .con .right .bottom {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.main9 .con .right .bottom .consult {
  display: block;
  width: 190px;
  line-height: 50px;
  background-color: #bc3600;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  border-radius: 50px;
  padding-left: 30px;
  background-image: url(../images/icon13.png);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: right 30px center;
}
.main9 .con .right .bottom .phone {
  background: url(../images/icon14.png) no-repeat left center / 44px auto;
  padding-left: 50px;
  margin-left: 30px;
}
.main9 .con .right .bottom .phone p {
  font-size: 16px;
  color: #bc3600;
  line-height: 1;
}
.main9 .con .right .bottom .phone h5 {
  font-size: 30px;
  font-family: "Impact";
  color: #bc3600;
  line-height: 1;
  margin-top: 5px;
}
.main10 {
  margin-top: 50px;
}
.main10 .text {
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  line-height: 40px;
}
.main10 .text img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.main11 {
  margin-top: 50px;
}
.main11 .main11-con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main11 .main11-con ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main11 .main11-con ul li img {
  width: 100%;
}
.main12 {
  margin-top: 80px;
  background-color: #f4f4f4;
  padding: 80px 0;
}
.main12 .title {
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
}
.main13 ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
  padding: 70px 0;
}
.main13 ul li {
  padding: 0 5px;
  width: calc(50% - 80px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main13 ul li a {
  color: #333;
  font-size: 24px;
  font-weight: lighter;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 41px auto;
}
.main13 ul li:nth-child(1) a {
  padding-left: 60px;
  background-image: url(../images/left2.png);
}
.main13 ul li:nth-child(2) {
  width: 160px;
}
.main13 ul li:nth-child(2) a {
  background-size: 35px auto;
  padding-left: 50px;
  background-image: url(../images/icon15.png);
}
.main13 ul li:nth-child(3) {
  text-align: right;
}
.main13 ul li:nth-child(3) a {
  padding-right: 60px;
  background-image: url(../images/right2.png);
  background-position: right center;
}
.main13.main13-2 {
  margin-bottom: 130px;
}
.main13.main13-2 ul {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
.main14 {
  padding-bottom: 50px;
}
.main14 .title1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.main15 .title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
}
.main15 .con {
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  line-height: 30px;
  padding: 30px 0 40px;
}
.main15 .con img {
  display: block;
  max-width: 100%;
  margin: 10px 0;
}
.main16 .title1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.main16 .main16-con {
  margin-top: 50px;
}
.main16 .main16-con #map-con {
  width: 1200px;
  height: 800px;
  margin: 0 auto;
}
.main16 .main16-con .move ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.main16 .main16-con .move ul li {
  width: 25%;
  padding: 0 2px;
  text-align: center;
  margin-bottom: 4px;
}
.main16 .main16-con .move ul li p {
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 35px;
}
.main16 .main16-con .move ul li p.active {
  background-color: #014360;
  color: #fff;
  border-color: #014360;
}
.main16 #my-map {
  height: 500px;
}
.main17 {
  margin: 50px 0 90px;
}
.main17 .title-1 {
  font-size: 30px;
  font-weight: bold;
  color: #014360;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.main17 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.main17 ul li {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.main17 ul li .li-con {
  border-radius: 10px;
  overflow: hidden;
}
.main17 ul li .li-con .title {
  background-color: #014360;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
  padding-left: 20px;
}
.main17 ul li .li-con dl {
  border: 1px solid #ececec;
  border-top: none;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.main17 ul li .li-con dl dd {
  display: flex;
  align-items: center;
}
.main17 ul li .li-con dl dd .icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.main17 ul li .li-con dl dd .icon img {
  max-width: 100%;
  max-height: 100%;
}
.main17 ul li .li-con dl dd p {
  font-size: 16px;
  font-weight: lighter;
}
.main17 ul li .li-con dl dd:last-child {
  margin-top: 18px;
}
.main18 .title-1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.main18 .title-1::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.main18 .main18-con {
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
  padding: 30px 0 100px;
}
.main18 .main18-con img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.main19 {
  padding-bottom: 50px;
}
.main19 h5 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 30px;
  line-height: 1.5;
}
.main19 h5::before {
  content: "";
  width: 78px;
  height: 3px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main19 .text {
  font-size: 18px;
  color: #333;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 30px;
}
.main20 {
  background-color: #f4f4f4;
  padding: 90px 0;
}
.main20 .title-1 h5 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.main20 .title-1 p {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
.main20 .con-1 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 50px 0;
  padding: 70px 0;
}
.main20 .con-1 ul {
  display: flex;
}
.main20 .con-1 ul li {
  width: 33.33%;
  text-align: center;
}
.main20 .con-1 ul li h5 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.main20 .con-1 ul li h5 .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.main20 .con-1 ul li h5 .icon img {
  max-width: 100%;
  max-height: 100%;
}
.main20 .con-1 ul li .text {
  font-size: 18px;
  font-weight: lighter;
  line-height: 30px;
}
.main20 .con-1 ul li .text.phone {
  font-size: 30px;
  font-weight: bold;
  font-family: "Arial";
}
.main20 .con-1 ul li .text.mail {
  font-family: "Arial";
  font-size: 24px;
}
.main20 .con-2 .weixin {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  text-align: center;
  width: 190px;
}
.main20 .con-2 .weixin .img {
  padding: 18px 0;
}
.main20 .con-2 .weixin .img img {
  width: 150px;
  height: 150px;
}
.main20 .con-2 .weixin p {
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  border-top: 1px solid #ebebeb;
}
.title2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 7px solid #014360;
  padding-left: 15px;
  line-height: 1;
}
.news4 {
  display: block;
  background-color: #fff;
  padding: 40px;
}
.news4 h5 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 18px;
  line-height: 1.2;
  color: #333;
}
.news4 h5::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #014360;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.news4 p {
  padding-left: 18px;
  font-size: 18px;
  font-family: "Arial";
  line-height: 1.2;
  color: #ccc;
  margin-top: 5px;
}
.news4 .more {
  font-size: 16px;
  color: #014360;
  font-weight: lighter;
  margin-top: 60px;
  padding-left: 18px;
  background: url(../images/icon9.png) no-repeat right center / 41px auto;
}
.news4:hover h5 {
  color: #014360;
  padding-left: 30px;
}
.news4:hover h5::before {
  width: 20px;
}
.news5 {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news5 .left {
  width: calc(100% - 488px);
  padding-right: 40px;
  padding-top: 30px;
}
.news5 .left h5 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.1;
  position: relative;
  padding-left: 20px;
}
.news5 .left h5::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #014360;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news5 .left .text {
  font-size: 16px;
  font-weight: lighter;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 20px 0;
  padding-left: 20px;
}
.news5 .left .more1 {
  width: 133px;
  line-height: 38px;
  padding-left: 20px;
  font-size: 14px;
  margin-left: 20px;
}
.news5 .left .more1::before {
  width: 38px;
  background-size: 16px auto;
}
.news5 .right {
  width: 488px;
  height: 251px;
  overflow: hidden;
}
.news5 .right .img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.news5:hover .left h5 {
  color: #014360;
}
.news5:hover .right .img {
  transform: scale(1.1);
}
.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;
}
.banner2 {
  position: relative;
}
.banner2 .con {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.banner2 .con .container-box {
  display: flex;
}
.banner2 .con .container-box .text-box {
  padding-left: 70px;
}
.banner2 .con .container-box .text-box h5 {
  font-size: 60px;
  font-weight: bold;
  color: #014360;
  text-align: right;
}
.banner2 .con .container-box .text-box p {
  margin-top: 10px;
  position: relative;
  line-height: 1;
  padding: 5px 20px 5px 0;
  text-align: left;
}
.banner2 .con .container-box .text-box p::before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #014360;
  position: absolute;
  top: 0;
  right: 0;
}
.banner2 .con .container-box .text-box p span {
  font-size: 22px;
  color: #fff;
  position: relative;
  font-weight: lighter;
  font-family: "Castellar";
}
.nav2 {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 50px;
}
.nav2 .container-box {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
}
.nav2 .container-box ul {
  display: flex;
  height: 100%;
}
.nav2 .container-box ul li {
  height: 100%;
  border-right: 1px solid #e5e5e5;
}
.nav2 .container-box ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
  color: #000;
  font-size: 20px;
  font-weight: lighter;
  transition: all .3s;
}
.nav2 .container-box ul li a:hover {
  background-color: #bc3600;
  color: #fff;
}
.nav2 .container-box ul li a.active {
  background-color: #bc3600;
  color: #fff;
  font-weight: bold;
}
.nav2 .container-box ul li:first-child {
  border-left: 1px solid #e5e5e5;
}
.nav2 .container-box .nav2_roll {
  height: 100%;
  max-width: calc(100% - 400px);
  position: relative;
  padding: 0 30px;
}
.nav2 .container-box .nav2_roll .but {
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 2;
}
.nav2 .container-box .nav2_roll .but span {
  font-size: 20px;
  color: #666;
}
.nav2 .container-box .nav2_roll .but.but_prev {
  left: 0;
  transform: rotate(-90deg);
}
.nav2 .container-box .nav2_roll .but.but_next {
  right: 0;
  transform: rotate(90deg);
}
.nav2 .container-box .swiper-container {
  height: 100%;
  margin: 0;
}
.nav2 .container-box .swiper-container .swiper-slide {
  height: 100%;
  width: auto;
  border-right: 1px solid #e5e5e5;
}
.nav2 .container-box .swiper-container .swiper-slide a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
  color: #000;
  font-size: 20px;
}
.nav2 .container-box .swiper-container .swiper-slide a.active {
  background-color: #bc3600;
  color: #fff;
  font-weight: bold;
}
.nav2 .container-box .swiper-container .swiper-slide.swiper-slide-active {
  border-left: 1px solid #e5e5e5;
}
.nav2 .container-box .title {
  color: #999;
  font-size: 14px;
  background: url(../images/icon12.png) no-repeat left center / 18px auto;
  padding-left: 30px;
}
.nav2 .container-box .title a {
  color: #999;
  transition: all .3s;
}
.nav2 .container-box .title a:hover {
  color: #bc3600;
}
.nav2.nav2-2 .container-box {
  justify-content: flex-end;
}
.nav2.nav2-3 .container-box ul li a:hover {
  background-color: #014360;
}
.nav2.nav2-3 .container-box ul li a.active {
  background-color: #014360;
}
.nav3 {
  margin-bottom: 20px;
}
.nav3 .title {
  line-height: 50px;
  background-color: #014360;
  color: #fff;
  padding-left: 15px;
  font-size: 18px;
  position: relative;
}
.nav3 .title::before {
  content: "\e673";
  font-size: 20px;
  font-family: "iconfont";
  position: absolute;
  right: 15px;
  transition: all .3s;
}
.nav3 .title.active::before {
  transform: rotate(-180deg);
}
.nav3 ul {
  background-color: #fff;
  padding: 10px 0;
  display: none;
}
.nav3 ul li a {
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer {
  background-color: #081014;
  overflow: hidden;
}
footer .top {
  padding: 70px 0;
}
footer .top .container-box {
  display: flex;
  justify-content: space-between;
}
footer .top .container-box .left {
  width: 316px;
}
footer .top .container-box .left img {
  max-width: 300px;
  display: block;
}
footer .top .container-box .left h5 {
  font-size: 36px;
  color: #ffecb4;
  font-family: "Agency FB";
  font-weight: bold;
  margin: 20px 0;
}
footer .top .container-box .left .text {
  font-size: 16px;
  font-weight: lighter;
  line-height: 40px;
  color: #fff;
}
footer .top .container-box .middle {
  width: calc(100% - 516px);
  padding: 0 100px;
  display: flex;
  justify-content: center;
}
footer .top .container-box .middle dl {
  width: 25%;
  padding: 0 5px;
}
footer .top .container-box .middle dl dt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #ffecb4;
}
footer .top .container-box .middle dl dt a {
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
  line-height: 40px;
  transition: all .3s;
}
footer .top .container-box .middle dl dt a:hover {
  color: #ffecb4;
}
footer .top .container-box .middle dl dd {
  color: #ffecb4;
}
footer .top .container-box .middle dl dd a {
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
  line-height: 40px;
  transition: all .3s;
}
footer .top .container-box .middle dl dd a:hover {
  color: #ffecb4;
}
footer .top .container-box .right {
  width: 200px;
  text-align: center;
}
footer .top .container-box .right img {
  width: 200px;
  height: 200px;
}
footer .top .container-box .right p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
footer .bottom {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 1.5;
}
footer .bottom a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: lighter;
  margin: 0 5px;
  transition: all .3s;
}
footer .bottom a:hover {
  color: #fff;
}
@media (max-width: 1470px) {
  header {
    height: 0.81632653rem;
  }
  header .container-box .left .logo {
    width: 2.04081633rem;
  }
  header .container-box .left nav {
    margin-left: 0.85034014rem;
  }
  header .container-box .left nav ul li a {
    font-size: 0.12244898rem;
    padding: 0 0.20408163rem;
  }
  header .container-box .left nav ul li dl {
    padding: 0.06802721rem 0;
  }
  header .container-box .left nav ul li dl dd a {
    padding: 0 0.03401361rem;
    font-size: 0.10884354rem;
    line-height: 0.23809524rem;
  }
  header .container-box .right .search-icon {
    width: 0.16326531rem;
    height: 0.16326531rem;
    margin-right: 0.13605442rem;
  }
  header .container-box .right .phone {
    font-size: 0.13605442rem;
    background: url(../images/icon2.png) no-repeat center left / 0.16326531rem 0.16326531rem;
    padding-left: 0.20408163rem;
    line-height: 0.20408163rem;
  }
  header.active {
    height: 0.47619048rem;
  }
  header.active .container-box .left .logo {
    width: 1.36054422rem;
  }
  .search-fixed {
    padding: 0.20408163rem 0;
    top: -0.89115646rem;
  }
  .search-fixed .off {
    top: 0.06802721rem;
    right: 0.06802721rem;
    font-size: 0.20408163rem;
  }
  .search-fixed form {
    max-width: 9.79591837rem;
  }
  .search-fixed form input {
    width: calc(100% - 1.02040816rem);
    height: 0.47619048rem;
    font-size: 0.12244898rem;
  }
  .search-fixed form button {
    width: 1.02040816rem;
    height: 0.47619048rem;
    font-size: 0.13605442rem;
  }
  .search-fixed form button::before {
    font-size: 0.20408163rem;
  }
  a.more1 {
    width: 1.66666667rem;
    line-height: 0.43537415rem;
    border-radius: 0.06802721rem;
    font-size: 0.12244898rem;
    padding-left: 0.34013605rem;
  }
  a.more1::before {
    width: 0.47619048rem;
    background: url(../images/icon3.png) no-repeat center center / 0.13605442rem auto;
  }
  .main1 {
    padding: 0.54421769rem 0;
  }
  .main1 .container-box .left {
    padding-right: 0.34013605rem;
  }
  .main1 .container-box .left .title h5 {
    font-size: 0.40816327rem;
  }
  .main1 .container-box .left .title p {
    font-size: 0.24489796rem;
    margin-top: 0.20408163rem;
  }
  .main1 .container-box .left .title i {
    width: 0.6122449rem;
    height: 0.02040816rem;
    margin-top: 0.27210884rem;
  }
  .main1 .container-box .left .title i::before {
    width: 0.01360544rem;
    height: 0.02040816rem;
    right: 0.13605442rem;
  }
  .main1 .container-box .left .text {
    font-size: 0.12244898rem;
    line-height: 0.27210884rem;
    margin-top: 0.27210884rem;
  }
  .main1 .container-box .left .more1 {
    margin-top: 0.27210884rem;
  }
  .main1 .container-box .left ul {
    margin-top: 0.68027211rem;
  }
  .main1 .container-box .left ul li {
    margin-right: 0.47619048rem;
  }
  .main1 .container-box .left ul li a .img {
    width: 0.40816327rem;
    height: 0.40816327rem;
  }
  .main1 .container-box .left ul li a p {
    font-size: 0.12244898rem;
    margin-top: 0.10204082rem;
  }
  .main1 .container-box .right::before {
    height: calc(100% + 1.08843537rem);
    top: -0.54421769rem;
  }
  .main2 {
    padding: 1.02040816rem 0;
  }
  .title1 {
    margin-bottom: 0.40816327rem;
  }
  .title1 .left h5 {
    font-size: 0.32653061rem;
  }
  .title1 .left p {
    font-size: 0.20408163rem;
    margin-top: 0.12244898rem;
  }
  .news1 .text-box {
    padding: 0.20408163rem 0.13605442rem 0.34013605rem;
  }
  .news1 .text-box h5 {
    font-size: 0.16326531rem;
  }
  .news1 .text-box .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    height: 0.40816327rem;
    margin-top: 0.13605442rem;
  }
  .news1 .bottom {
    padding: 0 0.13605442rem;
    font-size: 0.10884354rem;
    background: url(../images/icon8.png) no-repeat right 0.13605442rem center / 0.1292517rem auto;
    line-height: 0.38095238rem;
  }
  .news2 .bottom {
    padding: 0.13605442rem 0.20408163rem;
  }
  .news2 .bottom h5 {
    font-size: 0.17687075rem;
    padding-bottom: 0.13605442rem;
  }
  .news2 .bottom h5::after {
    width: 0.68027211rem;
    height: 0.02040816rem;
  }
  .news2 .bottom .more {
    font-size: 0.10884354rem;
    margin-top: 0.20408163rem;
    background: url(../images/icon9.png) no-repeat right 0 center / 0.27891156rem auto;
    line-height: 0.13605442rem;
  }
  .main3 {
    padding: 0.68027211rem 0;
  }
  .main3 .but-box {
    margin-top: 0.34013605rem;
  }
  .main3 .but-box .but {
    width: 0.84353741rem;
    height: 0.29931973rem;
    margin: 0 0.06802721rem;
    background-size: 0.16326531rem auto;
  }
  .main4 {
    padding: 1.08843537rem 0 0.95238095rem;
  }
  .main4 ul {
    margin: 0 -0.06802721rem;
  }
  .main4 ul li {
    padding: 0 0.06802721rem;
    margin-bottom: 0.13605442rem;
  }
  .main4 ul li a {
    padding: 0.54421769rem 0;
  }
  .main4 ul li a .img {
    height: 0.40816327rem;
  }
  .main4 ul li a h5 {
    margin: 0.27210884rem 0 0.20408163rem;
    font-size: 0.20408163rem;
  }
  .main4 ul li a p {
    font-size: 0.0952381rem;
  }
  .main5 {
    padding: 0.68027211rem 0;
  }
  .news3 .text-box {
    padding: 0.34013605rem 0.20408163rem;
  }
  .news3 .text-box h5 {
    font-size: 0.20408163rem;
  }
  .news3 .text-box .text {
    font-size: 0.12244898rem;
    margin-top: 0.10204082rem;
  }
  .news3 .text-box .bottom {
    width: 0.68027211rem;
    margin-top: 0.40816327rem;
    font-size: 0.10884354rem;
    background-size: 0.15646259rem auto;
  }
  .main6 {
    padding: 0.54421769rem 0;
  }
  .main6 .container-box .left h5 {
    font-size: 0.19047619rem;
  }
  .main6 .container-box .left h5 span {
    font-size: 0.27210884rem;
    margin-right: 0.06802721rem;
  }
  .main6 .container-box .left .text {
    font-size: 0.13605442rem;
    line-height: 0.24489796rem;
    margin-top: 0.13605442rem;
  }
  .main6 .container-box .right {
    padding-left: 0.40816327rem;
  }
  .main6 .container-box .right::before {
    height: 1.15646259rem;
  }
  .main6 .container-box .right h5 {
    font-size: 0.12244898rem;
    margin-bottom: 0.10204082rem;
  }
  .main6 .container-box .right form ul {
    width: calc(100% - 0.68027211rem);
    padding-right: 0.06802721rem;
    margin: 0 -0.03401361rem;
  }
  .main6 .container-box .right form ul li {
    padding: 0 0.03401361rem;
  }
  .main6 .container-box .right form ul li input,
  .main6 .container-box .right form ul li textarea {
    height: 0.27210884rem;
    padding: 0 0.06802721rem;
  }
  .main6 .container-box .right form ul li textarea {
    height: 0.34013605rem;
    padding: 0.10204082rem 0.06802721rem 0;
    margin-top: 0.06802721rem;
  }
  .main6 .container-box .right form button {
    width: 0.65986395rem;
    height: 0.68027211rem;
    font-size: 0.12244898rem;
  }
  .main8 {
    padding-bottom: 0.27210884rem;
  }
  .main8 ul {
    margin: 0 -0.06802721rem;
  }
  .main8 ul li {
    padding: 0 0.06802721rem;
    margin-bottom: 0.13605442rem;
  }
  footer .top {
    padding: 0.47619048rem 0;
  }
  footer .top .container-box .left {
    width: 2.14965986rem;
  }
  footer .top .container-box .left img {
    max-width: 2.04081633rem;
  }
  footer .top .container-box .left h5 {
    font-size: 0.24489796rem;
    margin: 0.13605442rem 0;
  }
  footer .top .container-box .left .text {
    font-size: 0.10884354rem;
    line-height: 0.27210884rem;
  }
  footer .top .container-box .middle {
    width: calc(100% - 3.51020408rem);
    padding: 0 0.68027211rem;
  }
  footer .top .container-box .middle dl {
    padding: 0 0.03401361rem;
  }
  footer .top .container-box .middle dl dt {
    margin-bottom: 0.06802721rem;
  }
  footer .top .container-box .middle dl dt a {
    font-size: 0.12244898rem;
    line-height: 0.27210884rem;
  }
  footer .top .container-box .middle dl dd a {
    font-size: 0.0952381rem;
    line-height: 0.27210884rem;
  }
  footer .top .container-box .right {
    width: 1.36054422rem;
  }
  footer .top .container-box .right img {
    width: 1.36054422rem;
    height: 1.36054422rem;
  }
  footer .top .container-box .right p {
    font-size: 0.10884354rem;
    margin-top: 0.13605442rem;
  }
  footer .bottom {
    font-size: 0.0952381rem;
    padding: 0.13605442rem 0;
  }
  footer .bottom a {
    margin: 0 0.03401361rem;
  }
  .banner2 .con .container-box .text-box {
    padding-left: 0.47619048rem;
  }
  .banner2 .con .container-box .text-box h5 {
    font-size: 0.40816327rem;
  }
  .banner2 .con .container-box .text-box p {
    margin-top: 0.06802721rem;
    padding: 0.03401361rem 0.13605442rem 0.03401361rem 0;
  }
  .banner2 .con .container-box .text-box p span {
    font-size: 0.14965986rem;
  }
  .nav2 {
    margin-bottom: 0.34013605rem;
  }
  .nav2 .container-box {
    height: 0.40816327rem;
  }
  .nav2 .container-box ul li a {
    padding: 0 0.27210884rem;
    font-size: 0.13605442rem;
  }
  .nav2 .container-box .nav2_roll {
    max-width: calc(100% - 2.72108844rem);
    padding: 0 30 147rem;
  }
  .nav2 .container-box .nav2_roll .but {
    width: 30 147rem;
  }
  .nav2 .container-box .swiper-container .swiper-slide a {
    padding: 0 0.27210884rem;
    font-size: 0.13605442rem;
  }
  .nav2 .container-box .title {
    font-size: 0.0952381rem;
    background: url(../images/icon12.png) no-repeat left center / 0.12244898rem auto;
    padding-left: 0.20408163rem;
  }
  .main9 .title-1 {
    font-size: 0.27210884rem;
    padding-bottom: 0.20408163rem;
    margin-bottom: 0.20408163rem;
  }
  .main9 .con .right {
    padding-left: 0.40816327rem;
  }
  .main9 .con .right .title {
    font-size: 0.16326531rem;
    padding-bottom: 0.13605442rem;
  }
  .main9 .con .right .title::before {
    width: 0.47619048rem;
    height: 0.01360544rem;
  }
  .main9 .con .right .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    margin-top: 0.13605442rem;
  }
  .main9 .con .right .bottom {
    margin-top: 0.34013605rem;
  }
  .main9 .con .right .bottom .consult {
    width: 1.29251701rem;
    line-height: 0.34013605rem;
    font-size: 0.12244898rem;
    border-radius: 0.34013605rem;
    padding-left: 0.20408163rem;
    background-size: 0.19047619rem auto;
    background-position: right 0.20408163rem center;
  }
  .main9 .con .right .bottom .phone {
    background: url(../images/icon14.png) no-repeat left center / 0.29931973rem auto;
    padding-left: 0.34013605rem;
    margin-left: 0.20408163rem;
  }
  .main9 .con .right .bottom .phone p {
    font-size: 0.10884354rem;
  }
  .main9 .con .right .bottom .phone h5 {
    font-size: 0.20408163rem;
    margin-top: 0.03401361rem;
  }
  .main10 {
    margin-top: 0.34013605rem;
  }
  .main10 .text {
    font-size: 0.10884354rem;
    line-height: 0.27210884rem;
  }
  .main11 {
    margin-top: 0.34013605rem;
  }
  .main11 .main11-con ul {
    margin: 0 -0.06802721rem;
  }
  .main11 .main11-con ul li {
    padding: 0 0.06802721rem;
    margin-bottom: 0.13605442rem;
  }
  .main12 {
    margin-top: 0.54421769rem;
    padding: 0.54421769rem 0;
  }
  .main12 .title {
    font-size: 0.27210884rem;
    margin-bottom: 0.20408163rem;
  }
  .main13 ul {
    margin: 0 -0.03401361rem;
    padding: 0.47619048rem 0;
  }
  .main13 ul li {
    padding: 0 0.03401361rem;
    width: calc(50% - 0.54421769rem);
  }
  .main13 ul li a {
    font-size: 0.16326531rem;
    background-size: 0.27891156rem auto;
  }
  .main13 ul li:nth-child(1) a {
    padding-left: 0.40816327rem;
  }
  .main13 ul li:nth-child(2) {
    width: 1.08843537rem;
  }
  .main13 ul li:nth-child(2) a {
    background-size: 0.23809524rem auto;
    padding-left: 0.34013605rem;
  }
  .main13 ul li:nth-child(3) a {
    padding-right: 0.40816327rem;
  }
  .main13.main13-2 {
    margin-bottom: 0.88435374rem;
  }
  .main13.main13-2 ul {
    padding: 0.20408163rem 0;
  }
  .main14 {
    padding-bottom: 0.34013605rem;
  }
  .main14 .title1 {
    font-size: 0.27210884rem;
    margin-bottom: 0.13605442rem;
  }
  .main15 .title {
    font-size: 0.27210884rem;
    padding-bottom: 0.20408163rem;
  }
  .main15 .con {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    padding: 0.20408163rem 0 0.27210884rem;
  }
  .main15 .con img {
    margin: 0.06802721rem 0;
  }
  .main16 .title1 {
    font-size: 0.27210884rem;
  }
  .main16 .main16-con {
    margin-top: 0.34013605rem;
  }
  .main16 .main16-con #map-con {
    width: 8.16326531rem;
    height: 5.44217687rem;
  }
  .main17 {
    margin: 0.34013605rem 0 0.6122449rem;
  }
  .main17 .title-1 {
    font-size: 0.20408163rem;
    padding-bottom: 0.13605442rem;
    margin-bottom: 0.20408163rem;
  }
  .main17 ul {
    margin: 0 -0.03401361rem;
  }
  .main17 ul li {
    padding: 0 0.03401361rem;
    margin-bottom: 0.06802721rem;
  }
  .main17 ul li .li-con {
    border-radius: 0.06802721rem;
    overflow: hidden;
  }
  .main17 ul li .li-con .title {
    line-height: 0.38095238rem;
    font-size: 0.13605442rem;
    padding-left: 0.13605442rem;
  }
  .main17 ul li .li-con dl {
    padding: 0.13605442rem;
    border-bottom-left-radius: 0.06802721rem;
    border-bottom-right-radius: 0.06802721rem;
  }
  .main17 ul li .li-con dl dd .icon {
    width: 0.14965986rem;
    height: 0.14965986rem;
    margin-right: 0.06802721rem;
  }
  .main17 ul li .li-con dl dd p {
    font-size: 0.10884354rem;
  }
  .main17 ul li .li-con dl dd:last-child {
    margin-top: 0.12244898rem;
  }
  .main18 .title-1 {
    font-size: 0.27210884rem;
    padding-bottom: 0.20408163rem;
  }
  .main18 .title-1::before {
    height: 0.03401361rem;
  }
  .main18 .main18-con {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    padding: 0.20408163rem 0 0.68027211rem;
  }
  .main18 .main18-con img {
    margin: 0.06802721rem auto;
  }
  .main19 {
    padding-bottom: 0.34013605rem;
  }
  .main19 h5 {
    font-size: 0.27210884rem;
    padding-bottom: 0.20408163rem;
  }
  .main19 h5::before {
    width: 0.53061224rem;
    height: 0.02040816rem;
  }
  .main19 .text {
    font-size: 0.12244898rem;
    line-height: 0.27210884rem;
    margin-top: 0.20408163rem;
  }
  .main20 {
    padding: 0.6122449rem 0;
  }
  .main20 .title-1 h5 {
    font-size: 0.27210884rem;
  }
  .main20 .title-1 p {
    font-size: 0.16326531rem;
    margin-top: 0.10204082rem;
  }
  .main20 .con-1 {
    margin: 0.34013605rem 0;
    padding: 0.47619048rem 0;
  }
  .main20 .con-1 ul li h5 {
    font-size: 0.12244898rem;
    margin-bottom: 0.13605442rem;
  }
  .main20 .con-1 ul li h5 .icon {
    width: 0.20408163rem;
    height: 0.20408163rem;
    margin-right: 0.06802721rem;
  }
  .main20 .con-1 ul li .text {
    font-size: 0.12244898rem;
    line-height: 0.20408163rem;
  }
  .main20 .con-1 ul li .text.phone {
    font-size: 0.20408163rem;
  }
  .main20 .con-1 ul li .text.mail {
    font-size: 0.16326531rem;
  }
  .main20 .con-2 .weixin {
    border-radius: 0.06802721rem;
    width: 1.29251701rem;
  }
  .main20 .con-2 .weixin .img {
    padding: 0.12244898rem 0;
  }
  .main20 .con-2 .weixin .img img {
    width: 1.02040816rem;
    height: 1.02040816rem;
  }
  .main20 .con-2 .weixin p {
    font-size: 0.10884354rem;
    line-height: 0.36734694rem;
  }
  .title2 {
    font-size: 0.16326531rem;
    margin-bottom: 0.13605442rem;
    border-left: 0.04761905rem solid #014360;
    padding-left: 0.10204082rem;
  }
  .news4 {
    padding: 0.27210884rem;
  }
  .news4 h5 {
    font-size: 0.16326531rem;
    padding-left: 0.12244898rem;
  }
  .news4 h5::before {
    width: 0.04081633rem;
    height: 0.04081633rem;
  }
  .news4 p {
    padding-left: 0.12244898rem;
    font-size: 0.12244898rem;
    margin-top: 0.03401361rem;
  }
  .news4 .more {
    font-size: 0.10884354rem;
    margin-top: 0.40816327rem;
    padding-left: 0.12244898rem;
    background: url(../images/icon9.png) no-repeat right center / 0.27891156rem auto;
  }
  .news4:hover h5 {
    padding-left: 0.20408163rem;
  }
  .news4:hover h5::before {
    width: 0.13605442rem;
  }
  .news5 {
    padding: 0.27210884rem 0;
  }
  .news5 .left {
    width: calc(100% - 3.31972789rem);
    padding-right: 0.27210884rem;
    padding-top: 0.20408163rem;
  }
  .news5 .left h5 {
    font-size: 0.16326531rem;
    padding-left: 0.13605442rem;
  }
  .news5 .left h5::before {
    width: 0.04081633rem;
    height: 0.04081633rem;
  }
  .news5 .left .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    height: 0.40816327rem;
    margin: 0.13605442rem 0;
    padding-left: 0.13605442rem;
  }
  .news5 .left .more1 {
    width: 0.9047619rem;
    line-height: 0.2585034rem;
    padding-left: 0.13605442rem;
    font-size: 0.0952381rem;
    margin-left: 0.13605442rem;
  }
  .news5 .left .more1::before {
    width: 0.2585034rem;
    background-size: 0.10884354rem auto;
  }
  .news5 .right {
    width: 3.31972789rem;
    height: 1.70748299rem;
  }
}
@media (max-width: 1230px) {
  .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;
  }
}
@media (max-width: 991px) {
  header {
    height: 60px;
    position: initial;
  }
  header .container-box .left .logo {
    width: 120px;
  }
  header .container-box .right .search-icon {
    width: 20px;
    height: 20px;
    margin-right: 40px;
  }
  header.active {
    height: 60px;
  }
  header.active .container-box .left .logo {
    width: 120px;
  }
  .search-fixed {
    padding: 50px 15px 30px;
    top: -131px;
  }
  .search-fixed .off {
    top: 10px;
    right: 10px;
    font-size: 20px;
  }
  .search-fixed form input {
    width: calc(100% - 50px);
    height: 50px;
    font-size: 16px;
  }
  .search-fixed form button {
    width: 50px;
    height: 50px;
  }
  .search-fixed form button::before {
    font-size: 20px;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  a.more1 {
    width: 160px;
    line-height: 45px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 20px;
  }
  a.more1::before {
    width: 50px;
    background: url(../images/icon3.png) no-repeat center center / 15px auto;
  }
  .main1 {
    padding: 30px 0;
  }
  .main1 .container-box {
    display: block;
  }
  .main1 .container-box .left {
    padding-right: 0;
    width: 100%;
  }
  .main1 .container-box .left .title h5 {
    font-size: 25px;
  }
  .main1 .container-box .left .title p {
    font-size: 18px;
    margin-top: 20px;
  }
  .main1 .container-box .left .title i {
    width: 90px;
    height: 2px;
    margin-top: 20px;
  }
  .main1 .container-box .left .title i::before {
    width: 2px;
    height: 3px;
    right: 20px;
  }
  .main1 .container-box .left .text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
  .main1 .container-box .left .more1 {
    margin-top: 30px;
  }
  .main1 .container-box .left ul {
    margin-top: 50px;
    justify-content: space-between;
  }
  .main1 .container-box .left ul li {
    margin-right: 0;
  }
  .main1 .container-box .left ul li a .img {
    width: 50px;
    height: 50px;
  }
  .main1 .container-box .left ul li a p {
    font-size: 16px;
    margin-top: 10px;
  }
  .main1 .container-box .right {
    width: 100%;
    margin-top: 30px;
  }
  .main1 .container-box .right::before {
    display: none;
  }
  .main2 {
    padding: 30px 0;
  }
  .title1 {
    margin-bottom: 20px;
  }
  .title1 .left h5 {
    font-size: 25px;
  }
  .title1 .left p {
    font-size: 16px;
    margin-top: 10px;
  }
  .news1 .text-box {
    padding: 10px;
  }
  .news1 .text-box h5 {
    font-size: 16px;
  }
  .news1 .text-box .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
  }
  .news1 .bottom {
    padding: 0 10px;
    font-size: 14px;
    background: url(../images/icon8.png) no-repeat right 10px center / 15px auto;
    line-height: 35px;
  }
  .news2 .bottom {
    padding: 10px;
  }
  .news2 .bottom h5 {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .news2 .bottom h5::after {
    width: 50px;
    height: 3px;
  }
  .news2 .bottom .more {
    font-size: 14px;
    margin-top: 10px;
    background: url(../images/icon9.png) no-repeat right 0 center / 20px auto;
    line-height: 20px;
  }
  .main3 {
    padding: 30px 0;
  }
  .main3 .but-box {
    margin-top: 30px;
  }
  .main3 .but-box .but {
    width: 80px;
    height: 35px;
    margin: 0 5px;
    background-size: 18px auto;
  }
  .main4 {
    padding: 30px 0 20px;
  }
  .main4 ul {
    margin: 0 -5px;
  }
  .main4 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 33.33%;
  }
  .main4 ul li a {
    padding: 30px 0;
  }
  .main4 ul li a .img {
    height: 50px;
  }
  .main4 ul li a h5 {
    margin: 20px 0 10px;
    font-size: 18px;
  }
  .main4 ul li a p {
    font-size: 14px;
  }
  .main5 {
    padding: 30px 0;
  }
  .news3 .text-box {
    padding: 10px;
  }
  .news3 .text-box h5 {
    font-size: 16px;
  }
  .news3 .text-box .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .news3 .text-box .bottom {
    width: 80px;
    margin-top: 20px;
    font-size: 14px;
    background-size: 18px auto;
  }
  .main6 {
    padding: 30px 0;
  }
  .main6 .container-box {
    display: block;
  }
  .main6 .container-box .left {
    width: 100%;
  }
  .main6 .container-box .left h5 {
    font-size: 20px;
  }
  .main6 .container-box .left h5 span {
    font-size: 30px;
  }
  .main6 .container-box .left .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main6 .container-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .main6 .container-box .right::before {
    display: none;
  }
  .main6 .container-box .right h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .main6 .container-box .right form {
    display: block;
  }
  .main6 .container-box .right form ul {
    width: 100%;
    padding-right: 0;
    margin: 0;
    display: block;
  }
  .main6 .container-box .right form ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .main6 .container-box .right form ul li input,
  .main6 .container-box .right form ul li textarea {
    height: 40px;
    padding: 0 10px;
  }
  .main6 .container-box .right form ul li textarea {
    height: 50px;
    padding: 15px 10px 0;
    margin-top: 0;
  }
  .main6 .container-box .right form button {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .main6 .container-box .right form button br {
    display: none;
  }
  .main8 {
    padding-bottom: 20px;
  }
  .main8 ul {
    margin: 0 -5px;
  }
  .main8 ul li {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  footer .top {
    padding: 30px 0;
  }
  footer .top .container-box {
    display: block;
  }
  footer .top .container-box .left {
    width: 100%;
    text-align: center;
  }
  footer .top .container-box .left img {
    max-width: 200px;
    margin: 0 auto;
  }
  footer .top .container-box .left h5 {
    font-size: 25px;
    margin: 20px 0;
  }
  footer .top .container-box .left .text {
    font-size: 14px;
    line-height: 26px;
  }
  footer .top .container-box .middle {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  footer .top .container-box .middle dl {
    padding: 0 5px;
  }
  footer .top .container-box .middle dl dt {
    margin-bottom: 10px;
  }
  footer .top .container-box .middle dl dt a {
    font-size: 16px;
    line-height: 30px;
  }
  footer .top .container-box .middle dl dd a {
    font-size: 14px;
    line-height: 30px;
  }
  footer .top .container-box .right {
    width: 100%;
  }
  footer .top .container-box .right img {
    width: 150px;
    height: 150px;
  }
  footer .top .container-box .right p {
    font-size: 14px;
    margin-top: 20px;
  }
  footer .bottom {
    font-size: 14px;
    padding: 20px 0;
  }
  footer .bottom a {
    margin: 0 5px;
  }
  .banner2 .con .container-box .text-box {
    padding-left: 0;
  }
  .banner2 .con .container-box .text-box h5 {
    font-size: 30px;
  }
  .banner2 .con .container-box .text-box p {
    margin-top: 10px;
    padding: 5px 5px 5px 0;
  }
  .banner2 .con .container-box .text-box p span {
    font-size: 12px;
  }
  .nav2 {
    margin-bottom: 20px;
  }
  .nav2 .container-box {
    height: 50px;
  }
  .nav2 .container-box ul {
    display: none;
  }
  .nav2 .container-box .title {
    font-size: 14px;
    background: url(../images/icon12.png) no-repeat left center / 18px auto;
    padding-left: 22px;
  }
  .main9 .title-1 {
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .main9 .con {
    display: block;
  }
  .main9 .con .left {
    width: 100%;
  }
  .main9 .con .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .main9 .con .right .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .main9 .con .right .title::before {
    width: 50px;
    height: 2px;
  }
  .main9 .con .right .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
  .main9 .con .right .bottom {
    margin-top: 30px;
  }
  .main9 .con .right .bottom .consult {
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
    padding-left: 20px;
    background-size: 22px auto;
    background-position: right 20px center;
  }
  .main9 .con .right .bottom .phone {
    background: url(../images/icon14.png) no-repeat left center / 35px auto;
    padding-left: 40px;
    margin-left: 20px;
  }
  .main9 .con .right .bottom .phone p {
    font-size: 16px;
  }
  .main9 .con .right .bottom .phone h5 {
    font-size: 25px;
    margin-top: 5px;
  }
  .main10 {
    margin-top: 30px;
  }
  .main10 .text {
    font-size: 14px;
    line-height: 26px;
  }
  .main11 {
    margin-top: 30px;
  }
  .main11 .main11-con ul {
    margin: 0 -5px;
  }
  .main11 .main11-con ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main12 {
    margin-top: 20px;
    padding: 30px 0;
  }
  .main12 .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .main13 ul {
    margin: 0 -5px;
    padding: 30px 0;
    display: block;
  }
  .main13 ul li {
    padding: 0 5px;
    width: 100%;
  }
  .main13 ul li a {
    font-size: 14px;
    background-size: 32px auto;
  }
  .main13 ul li:nth-child(1) a {
    padding-left: 40px;
  }
  .main13 ul li:nth-child(2) {
    width: 160px;
    margin: 10px 0;
  }
  .main13 ul li:nth-child(2) a {
    background-size: 25px auto;
    padding-left: 40px;
    padding: 10px 0 10px 40px;
  }
  .main13 ul li:nth-child(3) {
    text-align: left;
  }
  .main13 ul li:nth-child(3) a {
    background-image: url(../images/left2.png);
    background-position: left center;
    padding: 0 0 0 40px;
  }
  .main13.main13-2 {
    margin-bottom: 30px;
  }
  .main13.main13-2 ul {
    padding: 10px 0;
  }
  .main14 {
    padding-bottom: 30px;
  }
  .main14 .title1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .main15 .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .main15 .con {
    font-size: 14px;
    line-height: 26px;
    padding: 20px 0 30px;
  }
  .main15 .con img {
    margin: 10px 0;
  }
  .main16 .title1 {
    font-size: 25px;
  }
  .main16 .main16-con {
    margin-top: 30px;
  }
  .main17 {
    margin: 30px 0;
  }
  .main17 .title-1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .main17 ul {
    margin: 0 -5px;
  }
  .main17 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 50%;
  }
  .main17 ul li .li-con {
    border-radius: 10px;
    overflow: hidden;
  }
  .main17 ul li .li-con .title {
    line-height: 40px;
    font-size: 18px;
    padding-left: 10px;
  }
  .main17 ul li .li-con dl {
    padding: 20px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .main17 ul li .li-con dl dd .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .main17 ul li .li-con dl dd p {
    font-size: 16px;
  }
  .main17 ul li .li-con dl dd:last-child {
    margin-top: 10px;
  }
  .main18 .title-1 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .main18 .title-1::before {
    height: 3px;
  }
  .main18 .main18-con {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0 50px;
  }
  .main18 .main18-con img {
    margin: 10px auto;
  }
  .main19 {
    padding-bottom: 30px;
  }
  .main19 h5 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .main19 h5::before {
    width: 50px;
    height: 3px;
  }
  .main19 .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  .main20 {
    padding: 30px 0;
  }
  .main20 .title-1 h5 {
    font-size: 25px;
  }
  .main20 .title-1 p {
    font-size: 16px;
    margin-top: 10px;
  }
  .main20 .con-1 {
    margin: 30px 0;
    padding: 30px 0;
  }
  .main20 .con-1 ul li h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main20 .con-1 ul li h5 .icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .main20 .con-1 ul li .text {
    font-size: 16px;
    line-height: 25px;
  }
  .main20 .con-1 ul li .text.phone {
    font-size: 25px;
  }
  .main20 .con-1 ul li .text.mail {
    font-size: 20px;
  }
  .main20 .con-2 .weixin {
    border-radius: 10px;
    width: 160px;
  }
  .main20 .con-2 .weixin .img {
    padding: 5px 0;
  }
  .main20 .con-2 .weixin .img img {
    width: 150px;
    height: 150px;
  }
  .main20 .con-2 .weixin p {
    font-size: 16px;
    line-height: 40px;
  }
  .title2 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 7px solid #014360;
    padding-left: 15px;
  }
  .news4 {
    padding: 10px;
  }
  .news4 h5 {
    font-size: 16px;
    padding-left: 10px;
  }
  .news4 h5::before {
    width: 6px;
    height: 6px;
  }
  .news4 p {
    padding-left: 10px;
    font-size: 14px;
    margin-top: 5px;
  }
  .news4 .more {
    font-size: 14px;
    margin-top: 30px;
    padding-left: 10px;
    background: url(../images/icon9.png) no-repeat right center / 25px auto;
  }
  .news5 {
    padding: 15px 0;
  }
  .news5 .left {
    width: calc(100% - 120px);
    padding-right: 10px;
    padding-top: 0;
  }
  .news5 .left h5 {
    font-size: 16px;
    padding-left: 10px;
  }
  .news5 .left h5::before {
    width: 4px;
    height: 4px;
  }
  .news5 .left .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin: 10px 0;
    padding-left: 10px;
  }
  .news5 .left .more1 {
    width: 110px;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    margin-left: 10px;
  }
  .news5 .left .more1::before {
    width: 38px;
    background-size: 16px auto;
  }
  .news5 .right {
    width: 120px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .main4 ul li {
    width: 50%;
  }
  .main4 ul li a {
    padding: 20px 0;
  }
  .main8 ul li {
    width: 50%;
  }
  .main16 #my-map {
    height: 260px;
  }
  .main17 ul li {
    width: 100%;
  }
  .main20 .con-1 ul {
    display: block;
  }
  .main20 .con-1 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .main20 .con-1 ul li:last-child {
    margin-bottom: 0;
  }
  .main20 .con-2 .weixin {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .main9 .con .right .bottom .consult {
    width: 3.125rem;
    line-height: 0.83333333rem;
    font-size: 0.33333333rem;
    border-radius: 0.83333333rem;
    padding-left: 0.41666667rem;
    background-size: 0.45833333rem auto;
    background-position: right 0.41666667rem center;
  }
  .main9 .con .right .bottom .phone {
    background: url(../images/icon14.png) no-repeat left center / 0.72916667rem auto;
    padding-left: 0.83333333rem;
    margin-left: 0.41666667rem;
  }
  .main9 .con .right .bottom .phone p {
    font-size: 0.33333333rem;
  }
  .main9 .con .right .bottom .phone h5 {
    font-size: 0.52083333rem;
    margin-top: 0.10416667rem;
  }
}
