/*font*/
@font-face {
  font-family: "PingFang SC Regular";
  src: url("../font/PingFang SC Regular.woff2") format("woff2"), url("../font/PingFang SC Regular.woff") format("woff"), url("../font/PingFang SC Regular.ttf") format("truetype"), url("../font/PingFang SC Regular.eot") format("embedded-opentype");
}

.noselect {

  -webkit-touch-callout: none; /* iOS Safari */
  
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  
  -khtml-user-select: none; /* Konqueror */
  
  -moz-user-select: none; /* Firefox */
  
  -ms-user-select: none; /* Internet Explorer/Edge */
  
  user-select: none; /* Non-prefixed version, currently
  
  not supported by any browser */
  
  }
.textover {
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.textcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -moz-display: flex;
  -moz-justify-content: center;
  -moz-align-items: center;
}

.block {
  display: block;
}

.none {
  display: none;
}

.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.dpflex {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*ios reset*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.list {
  *zoom: 1;
}

.list:before,
.list:after {
  display: table;
  line-height: 0;
  content: "";
}

.list:after {
  clear: both;
}

.img_hover .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}

.img_hover:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.marginRight:nth-last-child(1) {
  margin-right: 0;
}

#app {
  overflow: hidden;
}

.banner {
  height: 500px;
}

.banner img {
  width: 100%;
  max-width: none;
}

.banner .banner_tab {
  height: 100%;
}

.banner .swiper-pagination {
  bottom: 30px !important;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: solid 2px #ffffff;
  opacity: 0.55;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transit-webkit-transition: all 0.5s;
  -ms-transit-webkit-transition: all 0.5s;
  -o-transit-webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 8px !important;
  border-radius: 50%;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  transform: rotate(45deg);
}

.banner .swiper-slide a {
  display: block;
  height: 500px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.banner_det {
  height: 380px;
  background-position: center;
  background-size: cover;
}

.det_nav_main {
  border-bottom: 1px #ddd solid;
}

.det_nav_main ul {
  text-align: center;
}

.det_nav_main ul .active {
  border-bottom: 2px solid #e02c2b;
}

.det_nav_main ul .active a {
  color: #e02c2b;
  font-size: 18px;
}

.det_nav_main ul li {
  line-height: 76px;
  display: inline-block;
  padding: 0 20px;
}

.det_nav_main ul li a {
  font-size: 18px;
}

.posit_nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  background: #f1f1f1;
  padding: 0 20px;
  width: 100px;
}

.posit_nav li:hover a {
  color: #d13036;
}

.posit_nav li a {
  color: #666;
}

/*====== footer ======*/
footer h6 {
  font-size: 16px;
  color: #fcfafa;
  padding-bottom: 20px;
}

/*====== haeder ======*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .logo {
  float: left;
  height: 57px;
  width: 500px;
  background: url(../images/logo.png) no-repeat;
  background-size: auto 100%;
  margin-top: 24px;
}

header .logo a {
  display: block;
  height: 57px;
  width: 500px;
}

header .logo img {
  height: 100%;
}

header .head_nav {
  float: right;
  margin-right: 50px;
}

header .head_nav .list li {
  float: left;
  margin-right: 60px;
  line-height: 100px;
}

header .head_nav .list li a {
  font-size: 16px;
  color: #ffffff;
}

header .search {
  float: right;
}

header .search .icon-sousuo {
  font-size: 20px;
  color: #ffffff;
  line-height: 100px;
}

.header_bg {
  background-color: #ffffff;
}

.header_bg .logo {
  background: url(../images/logo-2.png) no-repeat;
  background-size: auto 100%;
}

.header_bg .head_nav .list li {
  float: left;
  margin-right: 60px;
  line-height: 100px;
}

.header_bg .head_nav .list li a {
  font-size: 16px;
  color: #333333;
}

.header_bg .search .icon-sousuo {
  color: #333333;
}

.w1600 {
  width: 1600px;
  margin: 0 auto;
  *zoom: 1;
}

.w1600:before,
.w1600:after {
  display: table;
  line-height: 0;
  content: "";
}

.w1600:after {
  clear: both;
}

.w1780 {
  width: 1780px;
  margin: 0 auto;
  *zoom: 1;
}

.w1780:before,
.w1780:after {
  display: table;
  line-height: 0;
  content: "";
}

.w1780:after {
  clear: both;
}

.img {
  overflow: hidden;
}

.img img {
  width: 100%;
}

.com_tit {
  text-align: center;
  padding: 0px 0 60px 0;
  *zoom: 1;
}

.com_tit:before,
.com_tit:after {
  display: table;
  line-height: 0;
  content: "";
}

.com_tit:after {
  clear: both;
}

.com_tit h2 {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}

.com_tit h2 span {
  color: #00abeb;
  font-size: 36px;
  line-height: 36px;
}

.com_tit p {
  font-size: 30px;
  line-height: 36px;
  color: #fefdfd;
}

.com_tit .more {
  font-size: 24px;
  line-height: 36px;
  color: #999999;
}

.side_callem {
  position: fixed;
  width: 78px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
}

.side_callem img {
  width: 105px;
}

.side_callem ul li {
  text-align: center;
  position: relative;
}

.side_callem ul li .show_con {
  background: #fff;
  border: solid 1px #ddd;
  padding: 26px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateX(100%);
  opacity: 0;
  white-space: nowrap;
}

.side_callem ul li .show_con img {
  max-width: none;
}

.side_callem ul li .show_con strong {
  color: #e02c2b;
  font-size: 20px;
}

.side_callem ul li:hover a {
  background: #e02c2b;
}

.side_callem ul li:hover a i {
  color: #fff;
}

.side_callem ul li:hover a span {
  color: #fff;
}

.side_callem ul li:hover .show_con {
  transform: translateX(-100%);
  opacity: 1;
}

.side_callem ul li a {
  display: block;
  width: 78px;
  height: 78px;
  background: #fff;
  position: relative;
  border: 1px solid #e0e0e0;
  margin-top: -1px;
  z-index: 99;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.side_callem ul li i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 13px 0 5px;
  color: #333;
}

.side_callem ul li span {
  color: #666;
}

.but {
  display: block;
  text-align: center;
  width: 199px;
  height: 54px;
  background-color: #fe4444;
  border-radius: 5px;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.but:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.but img {
  padding-left: 15px;
  margin-top: 18px;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.center_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -moz-display: flex;
  -moz-justify-content: center;
  -moz-align-items: center;
}

.marginTop {
  margin-top: 100px;
}

.main_tab {
  width: 100vw;
  height: 100vh;
}

.main_tab>.swiper-wrapper {
  height: 100%;
  width: 100%;
}

.main_tab>.swiper-wrapper .swiper-slide-active .num_banner {
  opacity: 1;
}

.main_tab>.swiper-wrapper .swiper-slide-active .tab_index {
  opacity: 1;
}

.main_tab .md_main {
  height: 100% !important;
  width: 100%;
}

.main_tab .md_main_foot {
  height: 100% !important;
}

.main_tab .one {
  position: relative;
}

.main_tab .one .banner_tab {
  width: 100%;
  height: 100%;
}

.main_tab .one .banner_tab .banner_text_wrap {
  margin-top: 200px;
}

.main_tab .one .banner_tab .banner_img {
  width: 50%;
  float: left;
  text-align: center;
}

.main_tab .one .banner_tab .banner_text {
  float: right;
  width: 50%;
}

.main_tab .one .banner_tab .banner_text h2 {
  font-size: 30px;
  line-height: 48px;
  color: #0a80c4;
  padding-bottom: 10px;
}

.main_tab .one .banner_tab .banner_text h3 {
  font-size: 48px;
  line-height: 60px;
}

.main_tab .one .banner_tab .banner_text .act {
  padding: 30px 0 40px;
  border-bottom: solid 1px #d9d9d9;
}

.main_tab .one .banner_tab .banner_text .act p {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 3.2px;
  color: #333333;
}

.main_tab .one .banner_tab .banner_text .but {
  margin-top: 60px;
}

.main_tab .one .banner_tab .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.main_tab .one .banner_tab .banner_but {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.main_tab .one .banner_tab .banner_but .w1600 {
  position: relative;
}

.main_tab .one .banner_tab .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #000000;
  opacity: 0.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main_tab .one .banner_tab .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border: solid 2px #fe4444;
  opacity: 1;
}

.main_tab .one .banner_tab .swiper-button-prev,
.main_tab .one .banner_tab .swiper-button-next {
  background-image: none;
  color: #fff;
  font-size: 20px;
}

.main_tab .two .two_img_show {
  height: 100%;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  justify-content: space-around;
}

.main_tab .two .two_img_show>li {
  float: left;
  width: 25%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  -moz-transit-webkit-transition: all 0.8s;
  -ms-transit-webkit-transition: all 0.8s;
  -o-transit-webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.main_tab .two .two_img_show>li .img {
  height: 100%;
}

.main_tab .two .two_img_show>li .img img {
  height: 120%;
  width: auto;
  max-width: none;
  transform: translateX(-23%);
}

.main_tab .two .two_img_show>li .pop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 9;
}

.main_tab .two .two_img_show>li .pop .con {
  text-align: center;
}

.main_tab .two .two_img_show>li .pop .con h6 {
  font-size: 36px;
  line-height: 60px;
  color: #faf8f8;
  opacity: 0.4;
  font-family: "PingFang SC Regular";
}

.main_tab .two .two_img_show>li .pop .con h5 {
  font-size: 36px;
  line-height: 60px;
  color: #fcf7f7;
}

.main_tab .two .two_img_show>li .pop .con h5::after {
  content: "";
  display: block;
  margin: 20px auto 60px auto;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.main_tab .two .two_img_show>li .pop .con .list {
  width: 200px;
  margin: 0 auto;
  display: none;
}

.main_tab .two .two_img_show>li .pop .con .list li {
  margin-bottom: 20px;
}

.main_tab .two .two_img_show>li .pop .con .list li a {
  display: block;
  text-align: center;
  width: 199px;
  height: 54px;
  background-color: #fe4444;
  border-radius: 5px;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background-color: #ffffff;
  color: #333333;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main_tab .two .two_img_show>li .pop .con .list li a:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.main_tab .two .two_img_show>li .pop .con .list li a img {
  padding-left: 15px;
  margin-top: 18px;
}

.main_tab .two .two_img_show>li .pop .con .list li a:hover {
  color: #fff;
  background-color: #fe4444;
}

.main_tab .two .two_img_show>li .pop .con .list .more {
  opacity: 0;
}

.main_tab .two .two_img_show>li .pop .con .more {
  width: 36px;
  height: 36px;
  border: solid 1px #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin: 0 auto;
}

.main_tab .two .two_img_show>li .pop .con .more i {
  color: #fff;
}

.main_tab .three {
  background: url(../images/idx-bg1.jpg) center;
  position: relative;
  -webkit-touch-callout: none; /* iOS Safari */
  
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  
  -khtml-user-select: none; /* Konqueror */
  
  -moz-user-select: none; /* Firefox */
  
  -ms-user-select: none; /* Internet Explorer/Edge */
  
  user-select: none; /* Non-prefixed version, currently
  
  not supported by any browser */
  
}

.main_tab .three .center_content>.w1600 {
  margin: 0;
padding-top: 100px;
}

.main_tab .three .three_tit {
  padding-bottom: 60px;
  *zoom: 1;
}

.main_tab .three .three_tit:before,
.main_tab .three .three_tit:after {
  display: table;
  line-height: 0;
  content: "";
}

.main_tab .three .three_tit:after {
  clear: both;
}

.main_tab .three .three_tit h3 {
  font-size: 52px;
  color: #333333;
}

.main_tab .three .three_tit .list .active {
  background-color: #fe4444;
  border: solid 1px #fe4444;
}

.main_tab .three .three_tit .list .active a {
  color: #fff;
}

.main_tab .three .three_tit .list li {
  width: 194px;
  height: 58px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-left: 20px;
  text-align: center;
  line-height: 58px;
  float: left;
}

.main_tab .three .three_tit .list li:hover {
  background-color: #fe4444;
  border: solid 1px #fe4444;
}

.main_tab .three .three_tit .list li:hover a {
  color: #fff;
}

.main_tab .three .three_tit .list li a {
  display: block;
}

.main_tab .three .three_tab_page {
  position: absolute;
  width: 100%;
}

.main_tab .three .three_tab_page .w1600 {
  position: relative;
}

.main_tab .three .three_tab_page .w1600 .swiper-button-next,
.main_tab .three .three_tab_page .w1600 .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  background-image: none;
  text-align: center;
  margin-top: 0px;
  line-height: 40px;
  border-radius: 50%;
}

.main_tab .three .three_tab_page .w1600 .swiper-button-next:hover,
.main_tab .three .three_tab_page .w1600 .swiper-button-prev:hover {
  background-color: #fe4444;
  color: #fff;
}

.main_tab .three .three_tab_page .w1600 .swiper-button-prev {
  left: -80px;
}

.main_tab .three .three_tab_page .w1600 .swiper-button-next {
  right: -80px;
}

.main_tab .three .but {
  margin: 0 auto;
  margin-top: 60px;
  width: 168px;
  background-color: #0a80c4;
}

.main_tab .three .three_tab .swiper-slide .img {
  width: 100%;
  height: 360px;
  background-color: #ffffff;
}

.main_tab .three .three_tab .swiper-slide .text {
  width: 425px;
  height: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  line-height: 120px;
  background-color: #666666;
  margin: 0 auto;
  margin-top: -65px;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.main_tab .three .three_tab .swiper-slide .text p {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 78%;
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.main_tab .three .three_tab .swiper-slide .text i {
  transform: translateX(-100px);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  float: right;
  background: url(../images/go-right1.png) center no-repeat;
  width: 35px;
  height: 13px;
  margin-top: 50px;
}

.main_tab .three .three_tab .swiper-slide:hover .text {
  background-color: #0a80c4;
}

.main_tab .three .three_tab .swiper-slide:hover .text p {
  position: absolute;
  left: 20px;
  transform: translate(0, -50%);
}

.main_tab .three .three_tab .swiper-slide:hover .text i {
  transform: translateX(0);
  opacity: 1;
}

.main_tab .four {
  background: url(../images/idx-bg2.jpg) center;
  background-size: cover;
}

.main_tab .four .img {
  width: 50%;
  height: 694px;
  float: left;
  overflow: visible;
  position: relative;
}

.main_tab .four .img img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
}

.main_tab .four .text {
  width: 50%;
  padding-left: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  align-items: center;
  height: 694px;
}

.main_tab .four .text h2 {
  font-size: 52px;
  line-height: 60px;
  color: #333333;
  padding-bottom: 20px;
}

.main_tab .four .text h5 {
  font-size: 24px;
  color: #fe4444;
}

.main_tab .four .text h5::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000000;
  opacity: 0.2;
  margin: 40px 0 60px 0;
}

.main_tab .four .text .but {
  margin-top: 90px;
  width: 168px;
  background-color: #0a80c4;
}

.main_tab .five {
  background: url(../images/idx-bg3.jpg) center;
  background-size: cover;
}

.main_tab .five .left_text {
  width: 45%;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  align-items: center;
  height: 600px;
  float: left;
}

.main_tab .five .left_text .tab_nav {
  padding-bottom: 30px;
}

.main_tab .five .left_text .tab_nav .active a {
  color: #fe4444;
}

.main_tab .five .left_text .tab_nav li {
  float: left;
  margin-right: 40px;
}

.main_tab .five .left_text .tab_nav li a {
  font-size: 24px;
}

.main_tab .five .left_text .text_tab_t h3 {
  font-size: 40px;
  width: 571px;
  line-height: 60px;
  color: #333333;
}

.main_tab .five .left_text .text_tab_t .act {
  padding: 40px 0 80px;
  width: 600px;
}

.main_tab .five .left_text .text_tab_t .act p {
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #999999;

}

.main_tab .five .left_text .text_tab_t .swiper-pagination {
  text-align: left;
  font-size: 30px;
  bottom: -50px;
  color: #0a80c4;
  padding-bottom: 60px;
  padding-top: 40px;
}

.main_tab .five .left_text .text_tab_t .swiper-pagination .swiper-pagination-current {
  font-size: 30px;
  color: #0a80c4;
}

.main_tab .five .left_text .text_tab_t .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
  color: #999999;
}

.main_tab .five .left_text .but {
  width: 168px;
  background-color: #0a80c4;
  margin-top: 65px;
}

.main_tab .five .left_text .left_wrap {
  width: 100%;
}

.main_tab .five .right_img {
  width: 55%;
  height: 600px;
  float: left;
  position: relative;
}

.main_tab .five .right_img .right_img_t {
  position: absolute;
  height: 100%;
  width: 1019px;
}

.main_tab .five .right_img .right_img_t .tab_wrap {
  position: absolute;
  width: 145px;
  height: 50px;
  left: 40px;
  top: 40px;
}

.main_tab .five .right_img .right_img_t .swiper-button-next,
.main_tab .five .right_img .right_img_t .swiper-button-prev {
  background-image: none;
  width: 50px;
  height: 50px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.main_tab .five .right_img .right_img_t .swiper-button-next:hover,
.main_tab .five .right_img .right_img_t .swiper-button-prev:hover {
  background-color: #ffffff;
  color: #0c7ac0;
}

.main_tab footer {
  background: url(../images/foot-bg.jpg);
  position: relative;
  height: 100%;
}
.main_tab footer .w1200{width: 1600px;}
.main_tab footer .foot_one {
  padding-top: 160px;
  padding-bottom: 10px;
}

.main_tab footer .foot_one .list {
  padding: 0 25px;
}

.main_tab footer .foot_one .list li {
  float: left;
  width: 262px;
  height: 112px;
  overflow: hidden;
  background-color: #ffffff;
  margin-right: 58px;
  margin-bottom: 40px;
}

.main_tab footer .foot_one .list li .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}

.main_tab footer .foot_one .list li:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main_tab footer .foot_one .list li img {
  width: 100%;
}

.main_tab footer .foot_one .list li:nth-child(5n) {
  margin-right: 0;
}

.main_tab footer .foot_two {
  padding: 60px 0;
  border-top: 1px #444444 solid;
}

.main_tab footer .foot_two li {
  width: 33.3%;
  float: left;
}

.main_tab footer .foot_two li i {
  float: left;
  display: none;
}

.main_tab footer .foot_two li .text {
  float: left;
  width: 483px;
}

.main_tab footer .foot_two li p {
  font-size: 16px;
  line-height: 24px;
  color: #f4f4f4;
  opacity: 0.63;
  padding-left: 20px;
}

.main_tab footer .foot_wrap {
  padding-top: 80px;
  *zoom: 1;
}

.main_tab footer .foot_wrap:before,
.main_tab footer .foot_wrap:after {
  display: table;
  line-height: 0;
  content: "";
}

.main_tab footer .foot_wrap:after {
  clear: both;
}

.main_tab footer a:hover {
  opacity: 1 !important;
}

.main_tab footer .foot_logo {
  float: left;
  padding-right: 140px;
}

.main_tab footer .foot_logo img {
  height: 58px;
}

.main_tab footer .foot_logo strong {
  display: block;
  font-family: "Arial";
  font-size: 28px;
  color: #ffffff;
  font-weight: normal;
  padding: 40px 0;
}

.main_tab footer .foot_logo li {
  float: left;
  margin-right: 20px;
}

.main_tab footer .foot_logo li i {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #8c8e8e;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.main_tab footer .foot_nav {
  float: left;
}

.main_tab footer .foot_nav .foot_v_list {
  width: 150px;
  float: left;
}

.main_tab footer .foot_nav .foot_v_list h6 {
  font-size: 16px;
  color: #ffffff;
}

.main_tab footer .foot_nav .foot_v_list ul li a {
  color: #ffffff;
  opacity: 0.4;
  line-height: 30px;
}

.main_tab footer .foot_wx {
  float: right;
}

.main_tab footer .foot_wx li {
  float: left;
}

.main_tab footer .foot_wx li .img {
  background-color: #ffffff;
  padding: 10px;
}

.main_tab footer .foot_wx li .img img {
  width: 100px;
}

.main_tab footer .foot_wx li p {
  text-align: center;
  letter-spacing: 6px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 50px;
  text-indent: 7px;
}

.main_tab footer .copyRight {
  width: 100%;
  line-height: 70px;
}

.main_tab footer .copyRight a:hover {
  color: #fff !important;
}

.main_tab footer .copyRight .frd {
  position: relative;
  cursor: pointer;
}

.main_tab footer .copyRight .frd .frd_list {
  display: none;
  position: absolute;
  bottom: 100%;
  background: #333333;
  padding: 20px;
  width: 100%;
  right: 0;
  border-radius: 5px;
}

.main_tab footer .copyRight .frd .frd_list li {
  line-height: 30px;
}

.main_tab footer .copyRight .frd .frd_list li a {
  color: #999999;
}

.main_tab footer .copyRight p,
.main_tab footer .copyRight a {
  color: #616363;
}

.main_tab footer .copyRight i {
  color: #363839;
  padding-left: 20px;
}

.main_tab .five .right_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: none;
}

@media all and (max-width: 1640px) {
  .w1600 {
    width: 1200px !important;
  }
  .main_tab .four .text .act{
    height: 100px;
    overflow: hidden;
  }
  header .head_nav {
    margin-right: 20px;
  }

  header .head_nav .list li {
    margin-right: 30px;
  }

  .w1780 {
    width: 1200px;
  }

  .main_tab .three .three_tab .swiper-slide .text {
    width: 340px;
    height: 80px;
  }

  .main_tab .three .three_tab .swiper-slide .text i {
    margin-top: 19px;
  }

  .main_tab .three .three_tab .swiper-slide .img {
    height: 240px;
  }

  .main_tab .three .three_tab .swiper-slide .text {
    margin-top: -20px;
    height: 60px;
  }

  .main_tab .three .but {
    margin-top: 40px;
  }

  .main_tab .three .three_tit {
    padding-bottom: 35px;
  }

  .main_tab .three .three_tab_page .w1600 .swiper-button-next {
    right: -50px;
  }

  .main_tab .three .three_tab_page .w1600 .swiper-button-prev {
    left: -50px;
  }

  .main_tab .three .three_tit h3 {
    font-size: 40px;
  }

  .main_tab .three .three_tit .list li {
    width: 170px;
    height: 50px;
    line-height: 50px;
  }

  .main_tab .three .three_tab .swiper-slide .text p {
    font-size: 18px;
  }

  header .logo {
    float: left;
    height: 55px;
    width: 410px;
    background: url(../images/logo.png) no-repeat;
    background-size: auto 100%;
    margin-top: 12px;
  }

  header .head_nav .list li {
    line-height: 80px;
  }

  header {
    height: 80px;
  }

  .header_bg .head_nav .list li {
    line-height: 80px;
  }

  header .search .icon-sousuo {
    line-height: 80px;
  }

  .header_bg .head_nav .list li {
    margin-right: 45px;
  }

  .main_tab .one .banner_tab .banner_text h3 {
    font-size: 40px;
  }

  .main_tab .two .two_img_show>li .pop .con h5 {
    font-size: 30px;
    line-height: 50px;
  }

  .main_tab .four .text h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .main_tab .four .text {
    width: 40%;
    padding-left: 60px;
  }

  .main_tab .four .img {
    width: 60%;
  }

  .main_tab .four .text h5 {
    font-size: 22px;
  }

  .main_tab .five .left_text .text_tab_t h3 {
    width: 470px;
  }

  .main_tab .five .left_text .text_tab_t .act {
    padding: 20px 0 60px;
    width: 470px;
  }

  .main_tab .five .left_text .text_tab_t h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .main_tab .footer .foot_one .list li {
    width: 214px;
    height: 97px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .main_tab .footer .foot_one {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .main_tab .footer .foot_two {
    padding: 40px 0;
  }

  .main_tab .one .banner_tab .banner_text_wrap {
    margin-top: 105px;
  }

  .main_tab .five .right_img {
    height: 450px;
  }

  .main_tab .five .left_text {
    height: 450px;
  }

  .main_tab .four .img {
    height: 450px;
  }

  .main_tab .four .text {
    height: 450px;
  }

  .main_tab footer .foot_two li .text {
    width: 350px;
  }
}

@media all and (max-height: 786px) {
  .main_tab .md_main_foot {
    height: auto !important;
  }
}

.page {
  text-align: center;
  padding: 40px 0;


}

.page .active {
  background-color: #0a80c4;
  color: #fff;
}

.page a {
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 5px;
  line-height: 36px;
  min-width: 56px;
  height: 36px;
  margin: 0 3px;


}

.page a:hover {
  color: #fff;
  background-color: #0a80c4;
}