@font-face {
  font-family: BernardMT-Condensed;
  src: url(../fonts/bernard-mt-condensed.ttf);
}
@font-face {
  font-family: CenturyGothic;
  src: url(../fonts/centurygothic.ttf);
}
@font-face {
  font-family: CenturyGothic-Bold;
  src: url(../fonts/ bold.ttf);
}
.banner img:last-child {
  display: none;
}
.banner img:first-child {
  display: block;
}
img {
  transition: all 0.5s;
}
.center {
  max-width: 1300px;
  margin: auto;
}
.inner_link {
  line-height: 68px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.inner_link .phone_link {
  display: none;
  text-align: center;
}
.inner_link .center {
  display: flex;
  justify-content: space-between;
}
.inner_link .toggle {
  display: flex;
  background-color: #fff;
}
.inner_link .toggle a {
  padding: 0 30px;
  color: #444;
  transition: all 0.5s;
}
.inner_link .toggle a.active,
.inner_link .toggle a:hover {
  color: #fff;
  background-color: #15a4de;
}
.inner_link .crumbs {
  display: flex;
  color: #888888;
  font-size: 14px;
}
.inner_link .crumbs .home {
  margin-right: 20px;
  width: 58px;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.5s;
}
.inner_link .crumbs .home .iconfont {
  color: #dedede;
  font-size: 20px;
}
.inner_link .crumbs .home:hover {
  background-color: #15a4de;
}
.inner_link .crumbs span {
  margin: 0 10px;
  font-family: SimSun;
}
.inner_link .crumbs a:last-child,
.inner_link .crumbs a:hover {
  color: #15a4de;
}
header {
  height: 100px;
}
header .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 99;
  background-color: #fff;
}
header .middle {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  line-height: 100px;
  height: 100px;
}
header .middle .logo {
  width: 196px;
}
header .middle .menu {
  flex: 1;
  margin-left: 40px;
  max-width: 940px;
  height: 100%;
}
header .middle .menu > ul {
  display: flex;
  justify-content: space-between;
}
header .middle .menu > ul > li {
  position: relative;
  padding: 0 10px;
}
header .middle .menu > ul > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: #15a4de;
  transform: translateX(-50%);
  transition: all 0.5s;
}
header .middle .menu > ul > li.active,
header .middle .menu > ul > li:hover {
  color: #15a4de;
}
header .middle .menu > ul > li.active::before,
header .middle .menu > ul > li:hover::before {
  width: 48px;
}
header .middle .header_right {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  height: 100%;
}
header .middle .handle_box {
  margin-left: 4.24528302%;
  display: flex;
}
header .middle .handle_box a {
  display: flex;
  margin-right: 30px;
  color: #666;
}
header .middle .handle_box a .icon-zhongwen {
  margin-right: 5px;
  font-size: 20px;
  color: #111;
}
header .middle .handle_box .sec_btn {
  cursor: pointer;
}
header .middle .handle_box .sec_btn .iconfont {
  font-size: 22px;
}
header .down_wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  /* width: 850px; */
  line-height: 1.5;
  color: #333;
  background-color: rgba(255,255,255,.9);
  z-index: 9;
  transform: translateX(-50%);
}
header .down_box {
  display: flex;
  justify-content: space-between;
  padding: 10px 35px 30px;
  /* width: 850px; */
}
header .down_box .menu_list {
  width: 90px;
}
header .down_box .menu_list .menu_t {
  position: relative;
  margin-top: -3px;
  padding-bottom: 16px;
  color: #393939;
  border-bottom: 1px solid #aecbe4;
}
header .down_box .menu_list .menu_t::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #15a4de;
  z-index: 1;
}
header .down_box .menu_list ul {
  margin-top: 16px;
}
header .down_box .menu_list li {
  margin-top: 14px;
  padding: 0;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
header .down_box .menu_list li:hover {
  color: #15a4de;
}
header .down_box .menu_list li .iconfont {
  margin-right: 8px;
  font-size: 12px;
  color: #666;
}
header .down_box .menu_more {
  display: flex;
  justify-content: space-between;
}
header .down_box .menu_more img {
  margin-left: 45px;
}
header .down_box .menu_txt {
  padding-top: 25px;
  width: 210px;
}
header .down_box .menu_txt h3 {
  font-size: 22px;
  line-height: 30px;
}
header .down_box .menu_txt .info {
  margin-top: 6px;
  font-family: CenturyGothic-Bold;
  line-height: 20px;
  color: #e0e1e2;
}
header .down_box .menu_txt a {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 160px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  font-family: CenturyGothic;
  background-color: #15a4de;
}
header .down_box .menu_txt a:hover {
  opacity: 0.8;
}
header .down_box .menu_txt a .iconfont {
  margin-left: 12px;
  font-size: 24px;
}
header .header_sec {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #f3f6f9;
}
header .header_sec .center {
  display: flex;
  justify-content: flex-end;
}
header .header_sec form {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 660px;
  line-height: 62px;
}
header .header_sec form .sec_box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1;
}
header .header_sec form input {
  flex: 1;
  margin-left: 20px;
}
header .header_sec form button {
  padding: 10px 15px;
  border-radius: 20px;
  color: #fff;
  background-color: #15a4de;
  cursor: pointer;
}
header .header_sec form button:hover {
  opacity: .8;
}
header .header_sec form button .iconfont {
  margin-right: 5px;
  font-size: 16px;
}
header .header_sec form .sec_close {
  margin-left: 40px;
  transition: all 0.5s;
  cursor: pointer;
}
header .header_sec form .sec_close:hover {
  transform: rotateZ(360deg);
}
header .header_sec form .sec_close .iconfont {
  font-size: 18px;
}
header .down_nav_control {
  display: none;
  margin-left: 15px;
  width: 40px;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}
header .down_nav_control .line {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #333;
  position: relative;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 20px center;
  -moz-transform-origin: 20px center;
  -ms-transform-origin: 20px center;
  transform-origin: 20px center;
}
header .down_nav_control .line.line1 {
  position: absolute;
  top: 0;
  left: 0;
}
header .down_nav_control .line.line3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
header .down_nav_control.active .line.line1 {
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 15px;
}
header .down_nav_control.active .line.line3 {
  -o-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  bottom: 15px;
}
header .down_nav_control.active .line.line2 {
  opacity: 0;
}
footer {
  padding: 60px 0 0;
  background-color: #333333;
}
footer .footer_main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.2);
}
footer .info ul {
  margin-top: 25px;
}
footer .info li {
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 7px;
  font-family: CenturyGothic;
  color: #8a8a8a;
}
footer .info li:first-child {
  font-weight: bold;
  color: #fff;
}
footer .info li:first-child .text {
  opacity: 0.9;
}
footer .info li:last-child {
  font-family: MicrosoftYaHei;
}
footer .info li .icon {
  margin-right: 7px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  border: solid 1px rgba(238, 238, 238, 0.3);
}
footer .info li .iconfont {
  font-size: 12px;
  color: #fff;
  opacity: 0.9;
}
footer .info .code {
  display: inline-block;
  margin-top: 18px;
  color: #8a8a8a;
  text-align: center;
  margin-right: 2%;
}
footer .info .code p {
  margin-top: 6px;
  font-size: 14px;
}
footer .list {
  display: flex;
  justify-content: space-between;
  width: 65.38461538%;
}
footer .list dt {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
footer .list dt a:hover b {
  opacity: 1;
}
footer .list dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #8a8a8a;
}
footer .list dt b {
  font-weight: bold;
  color: #fff;
  opacity: 0.9;
  font-size: 18px;
}
footer .list dt p {
  margin-top: 8px;
  color: #888;
  font-size: 12px;
  font-family: CenturyGothic;
}
footer .list dd {
  line-height: 30px;
}
footer .list dd a {
  color: #8a8a8a;
  transition: all 0.5s;
}
footer .list dd a:hover {
  color: #fff;
  transform: translateX(5px);
}
footer .footer_bottom {
  display: flex;
  justify-content: flex-start;
  padding: 30px 0;
  font-size: 14px;
  color: #888888;
}
footer .footer_bottom a {
  transition: all 0.5s;
     display: inline-block;
}
footer .footer_bottom a:hover {
  color: #ccc;
}
footer .footer_bottom .left {
  display: flex;
  justify-content: start;
}
footer .footer_bottom .right{
  margin-left: 2%;
}
footer .footer_bottom .left a {
  position: relative;
  padding-left: 12px;
  margin-left: 12px;

}
footer .footer_bottom .left a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background-color: #888;
}
footer .footer_bottom .left a:first-child {
  margin-left: 0;
  padding-left: 0;
}

.about_main .alert_wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.about_main .alert_wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.about_main .alert_wrap .link_th {
  display: flex;
  justify-content: flex-end;
}
.about_main .alert_wrap .link_th .iconfont {
  font-size: 18px;
  color: #fff;
  transition: all .5s;
}
.about_main .alert_wrap .link_th .link_close {
  transition: all .5s;
  cursor: pointer;
}
.about_main .alert_wrap .link_th .link_close:hover {
  transform: rotateZ(360deg);
}
.about_main .alert_wrap .link_body {
  padding: 10px 25px;
}

footer .footer_bottom .left a:first-child::before {
  display: none;
}
footer .alert_wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
footer .alert_wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer .alert_wrap .footer_alert {
  width: 530px;
  height: 360px;
  background-color: #ffffff;
  border-radius: 5px;
}
footer .alert_wrap .link_th {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px solid rgba(127, 127, 127, 0.2);
}
footer .alert_wrap .link_th .iconfont {
  font-size: 14px;
}
footer .alert_wrap .link_th .link_close {
  opacity: 0.4;
  cursor: pointer;
}
footer .alert_wrap .link_th .link_close:hover {
  opacity: 1;
}
footer .alert_wrap .link_body {
  padding: 25px 30px;
  font-size: 14px;
  line-height: 2;
  color: #444;
}
footer .alert_wrap .link_body a:hover {
  color: #15a4de;
}
.index_main .banner .swiper-button-prev {
  left: 0;
  width: auto;
  height: auto;
  opacity: 0.8;
}
.index_main .banner .swiper-button-prev:hover {
  opacity: 1;
}
.index_main .banner .swiper-button-next {
  right: 0;
  width: auto;
  height: auto;
  opacity: 0.8;
}
.index_main .banner .swiper-button-next:hover {
  opacity: 1;
}
.index_main .banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index_main .banner .swiper-pagination-custom,
.index_main .banner .swiper-pagination-fraction {
  bottom: 25px;
}
.index_main .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.index_main .banner .swiper-pagination-custom .swiper-pagination-bullet,
.index_main .banner .swiper-pagination-fraction .swiper-pagination-bullet {
  margin: 0 8px;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.4;
  border-radius: 0;
}
.index_main .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.index_main .banner .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.index_main .banner .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index_main .main1 {
  padding: 60px 0 100px;
  background-image: url(../images/index_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.index_main .main1 .cut_slide {
  display: flex;
  justify-content: center;
}
.index_main .main1 .cut_slide li {
  margin: 7px;
  padding: 0 32px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
  background-color: #c3d1df;
  border-radius: 28px;
  cursor: pointer;
}
.index_main .main1 .cut_slide li.active,
.index_main .main1 .cut_slide li:hover {
  background-color: #15a4de;
}
.index_main .main1 .cut_content {
  margin-top: 45px;
}
.index_main .main1 .cut_content li {
  display: none;
}
.index_main .main1 .cut_content li.active {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.index_main .main1 .cut_content .content {
  margin-top: 36px;
  color: #444444;
  line-height: 24px;
}
.index_main .main1 .cut_content .swiper-slide .box {
  padding: 68px 0 22px;
  width: 564px;
  height: 400px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}
.index_main .main1 .cut_content .swiper-slide .box img {
  transition: all 0.5s;
}
.index_main .main1 .cut_content .swiper-slide .box:hover img {
  transform: scale(1.05);
}
.index_main .main1 .cut_content .swiper-slide .box p {
  margin-top: 42px;
}
.index_main .main1 .cut_content .tag {
  color: #444;
}
.index_main .main1 .cut_content .tag b {
  font-size: 18px;
}
.index_main .main1 .cut_content .swiper-button-prev {
  left: 0;
  transform: rotateZ(180deg);
}
.index_main .main1 .cut_content .swiper-button-next {
  right: 0;
}
.index_main .main1 .cut_content .swiper-button-prev,
.index_main .main1 .cut_content .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #999;
  background-color: #f6f6f6;
}
.index_main .main1 .cut_content .swiper-button-prev .iconfont,
.index_main .main1 .cut_content .swiper-button-next .iconfont {
  font-size: 22px;
}
.index_main .main1 .cut_content .swiper-button-prev:hover,
.index_main .main1 .cut_content .swiper-button-next:hover {
  color: #15a4de;
}
.index_main .main1 .left {
  width: 627px;
}
.index_main .main1 .right {
  width: 564px;
}
.index_main .main1 h3 {
  color: #222;
  font-weight: bold;
  font-size: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index_main .main1 .block {
  display: flex;
  margin-top: 36px;
}
.index_main .main1 .block .item {
  padding: 10px;
  margin-right: 20px;
  width: 110px;
  height: 90px;
  font-size: 13px;
  color: #555;
  text-align: center;
  background-image: linear-gradient(0deg, #ffffff 0%, #edf1f7 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                    normal;
  box-shadow: 3px 4px 20px 0px rgba(21, 164, 222, 0.1);
  border-radius: 5px;
  border: solid 2px #ffffff;
}
.index_main .main1 .block .item .icon {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.index_main .main1 a {
  margin-top: 75px;
  width: 135px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  background-color: #15a4de;
  border-radius: 23px;
}
.index_main .main1 a p{
  color: #444;
}
.index_main .main1 a:hover {
  opacity: 0.8;
}
.index_main .main2 {
  padding: 90px 0 40px;
  background: #fff url(../images/index_bg2.jpg) top center no-repeat;
}
.index_main .main2 h2 {
  margin-bottom: 18px;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
}
.index_main .main2 p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.index_main .main2 .box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 60px;
  background-color: #ffffff;
  box-shadow: 8px 13px 25px 0px rgba(0, 59, 97, 0.15);
}
.index_main .main2 .box .select_box {
  position: relative;
  z-index: 9;
}
.index_main .main2 .box .select_box .select {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 0 20px;
  width: 520px;
  height: 68px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #15a4de;
  cursor: pointer;
}
.index_main .main2 .box .select_box .select span {
  font-weight: bold;
  font-size: 26px;
}
.index_main .main2 .box .select_box .select .iconfont {
  font-size: 20px;
  transform: rotateZ(90deg);
}
.index_main .main2 .box .select_box ul {
  display: none;
  position: absolute;
  top: 68px;
  padding: 20px 28px;
  width: 520px;
  background-color: #f2f9ff;
  /*border-radius: 15px 0px 0px 0px;*/
}
.index_main .main2 .box .select_box ul li {
  line-height: 45px;
  border-top: 1px solid #fff;
  color: #555555;
  transition: all 0.5s;
  cursor: pointer;
}
.index_main .main2 .box .select_box ul li:hover {
  color: #15a4de;
}
.index_main .main2 .box .select_box ul li:first-child {
  border-top: none;
}
.index_main .main2 .box .select_box ul li.active {
  color: #15a4de;
}
.index_main .main2 .box .content {
  width: 540px;
}
.index_main .main2 .box .content .slide {
  display: none;
}
.index_main .main2 .box .content .slide.active {
  display: block;
}
.index_main .main2 .box .content .slide > p {
  margin-top: 25px;
  width: 520px;
  font-size: 14px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.index_main .main2 .box .content .slide ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.index_main .main2 .box .content .slide ul li {
  position: relative;
  margin-top: 40px;
  padding-right: 12px;
  padding-left: 35px;
  width: 33.33%;
  border-left: 1px solid #ccc;
}
.index_main .main2 .box .content .slide ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 30px;
  background-color: #15a4de;
}
.index_main .main2 .box .content .slide ul .head {
  display: flex;
  align-items: flex-start;
}
.index_main .main2 .box .content .slide ul span {
  font-size: 32px;
  font-family: BernardMT-Condensed;
}
.index_main .main2 .box .content .slide ul i {
  font-size: 14px;
  color: #15a4de;
}
.index_main .main2 .box .content .slide ul p {
  margin-top: 6px;
  color: #888;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
}
.index_main .main2 .box .right {
  width: 46.15384615%;
}
.index_main .main2 .box .right .flex {
  justify-content: space-between;
  text-align: center;
}
.index_main .main2 .box .right .media_container {
  margin-top: 47px;
  padding-top: 66.66666667%;
}
.index_main .main2 .box .right a {
  width: 31.33333333%;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  background-color: #b8cce0;
  border-radius: 3px;
}
.index_main .main2 .box .right a:hover {
  background-color: #15a4de;
}
.index_main .main3 {
  padding: 35px 0 60px;
}
.index_main .main3 .top {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.index_main .main3 .top .tit {
  display: flex;
  font-size: 30px;
}
.index_main .main3 .top .tit .cn {
  color: #393939;
}
.index_main .main3 .top .tit .en {
  margin-left: 20px;
  font-size: 30px;
  font-family: CenturyGothic-Bold;
  color: #e5e5e5;
}
.index_main .main3 .top a {
  display: flex;
  align-content: center;
  align-items: center;
  font-weight: lighter;
  color: #777;
}
.index_main .main3 .top a:hover {
  color: #15a4de;
}
.index_main .main3 .top a::before {
  content: "";
  display: block;
  margin-right: 18px;
  width: 40px;
  height: 1px;
  background-color: #d5d5d5;
}
.index_main .main3 .news_content {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}
.index_main .main3 .news_content a:hover img {
  transform: scale(1.05);
}
.index_main .main3 .news_content .news-main {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  width: 67.69230769%;
}
.index_main .main3 .news_content .news-main > a {
  width: 51.13636364%;
}
.index_main .main3 .news_content .news-main .img {
  position: relative;
}
.index_main .main3 .news_content .news-main .img .picture_container {
  padding-top: 68.88888889%;
}
.index_main .main3 .news_content .news-main .text {
  width: 375px;
}
.index_main .main3 .news_content .news-main .text h2 {
  font-size: 22px;
  line-height: 30px;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  min-height: 48px;
  line-height: 24px;
}
.index_main .main3 .news_content .news-main .text h2:hover {
  color: #15a4de;
}
.index_main .main3 .news_content .news-main .text p {
  margin-top: 40px;
  font-size: 14px;
  color: #777;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  min-height: 48px;
  line-height: 24px;
}
.index_main .main3 .news_content .news-main .text .more {
  margin-top: 40px;
  width: 106px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #888;
  border: solid 1px rgba(118, 118, 119, 0.3);
  transition: all 0.5s;
}
.index_main .main3 .news_content .news-main .text .more:hover {
  color: #fff;
  background-color: #15a4de;
}
.index_main .main3 .news_content ul {
  width: 320px;
}
.index_main .main3 .news_content ul li {
  margin-top: 35px;
}
.index_main .main3 .news_content ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.index_main .main3 .news_content ul li a:hover h3 {
  color: #15a4de;
}
.index_main .main3 .news_content ul li:first-child {
  margin-top: 0;
}
.index_main .main3 .news_content ul li h3 {
  font-size: 14px;
  color: #666;
}
.index_main .main3 .news_content ul li .date {
  margin-top: 30px;
  font-size: 12px;
  color: #888;
}
.index_main .main3 .news_content ul li .text {
  width: 185px;
}
.index_main .main3 .news_content ul .img {
  width: 110px;
}
.index_main .main3 .news_content ul .img .picture_container {
  padding-top: 72.72727273%;
}
.index_main .main3 .news_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.index_main .main3 .news_list li {
  margin-top: 20px;
  width: 30.76923077%;
}
.index_main .main3 .news_list a {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.index_main .main3 .news_list a:hover p {
  color: #15a4de;
}
.index_main .main3 .news_list a:hover span {
  border-color: #15a4de;
}
.index_main .main3 .news_list a:hover .iconfont {
  color: #15a4de;
}
.index_main .main3 .news_list p {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  transition: all 0.5s;
}
.index_main .main3 .news_list span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e7e7e7;
  transition: all 0.5s;
}
.index_main .main3 .news_list span .iconfont {
  font-size: 14px;
  color: #ccc;
  transition: all 0.5s;
}
.about_main .main1 {
  padding: 52px 0 80px;
}
.about_main .main1 .title {
  position: relative;
  padding-left: 100px;
}
.about_main .main1 .title::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #15a4de;
}
.about_main .main1 .title .en {
  font-family: CenturyGothic-Bold;
  font-size: 40px;
  color: #15a4de;
  opacity: 0.4;
}
.about_main .main1 .title .cn {
  margin-top: 2px;
  font-size: 22px;
  color: #15a4de;
  font-weight: bold;
}
.about_main .main1 p {
  margin-top: 36px;
  font-size: 15px;
  color: #555;
  line-height: 32px;
}
.about_main .main1 .media_container {
  margin-top: 32px;
  width: 100%;
  padding-top: 37%;
}
.about_main .main2 {
  padding: 72px 0 90px;
  background: url(../images/about_bg1.jpg) no-repeat center / cover;
}
.about_main .main2 .title {
  position: relative;
  padding-left: 100px;
}
.about_main .main2 .title::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #fff;
}
.about_main .main2 .title .en {
  font-family: CenturyGothic-Bold;
  font-size: 40px;
  color: #fff;
  opacity: 0.4;
}
.about_main .main2 .title .cn {
  margin-top: 2px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.about_main .main2 .txt {
  margin: 100px auto 85px;
  max-width: 1100px;
  color: #f5f8fb;
  line-height: 2;
}
.about_main .main2 ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.about_main .main2 ul li {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  color: #fff;
}
.about_main .main2 ul li.line {
  width: 1px;
  height: 47px;
  background-color: rgba(238, 238, 238, 0.5);
}
.about_main .main2 ul .head {
  display: flex;
  align-items: flex-start;
}
.about_main .main2 ul span {
  font-size: 36px;
  font-family: CenturyGothic;
  font-weight: bold;
}
.about_main .main2 ul p {
  margin-top: 6px;
  color: #eee;
  overflow: hidden;
  white-space: nowrap;
}
.about_main .main3 ul {
  display: flex;
  flex-wrap: wrap;
}
.about_main .main3 li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 50%;
}
.about_main .main3 li > div {
  padding: 20px;
}
.about_main .main3 h3 {
  font-size: 30px;
  font-weight: bold;
}
.about_main .main3 .text {
  margin-top: 14px;
  max-width: 720px;
  font-size: 15px;
  line-height: 32px;
  color: #555;
  text-align: justify;
}
.about_main .main3 .text p {
  text-indent: 2em;
}
.about_main .main4 {
  padding: 50px 0 80px;
}
.about_main .main4 .title {
  position: relative;
  padding-left: 100px;
}
.about_main .main4 .title::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #15a4de;
}
.about_main .main4 .title .en {
  font-family: CenturyGothic-Bold;
  font-size: 40px;
  color: #15a4de;
  opacity: 0.4;
}
.about_main .main4 .title .cn {
  margin-top: 2px;
  font-size: 22px;
  color: #15a4de;
  font-weight: bold;
}
.about_main .main4 img {
  margin-top: 46px;
}
.about_main .main5 {
  padding: 50px 0 100px;
  background: url(../images/about_bg2.jpg) no-repeat center / cover;
}
.about_main .main5 .title {
  position: relative;
  padding-left: 100px;
}
.about_main .main5 .title::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #fff;
}
.about_main .main5 .title .en {
  font-family: CenturyGothic-Bold;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  opacity: 0.4;
}
.about_main .main5 .title .cn {
  margin-top: 2px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.about_main .main5 .content {
  display: flex;
  justify-content: space-between;
}
.about_main .main5 .content .img {
  position: relative;
  width: 724px;
}
.about_main .main5 .content .img .point {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.about_main .main5 .content .img .point:hover .item {
  display: block;
}
.about_main .main5 .content .img .point.point1 {
  left: 318px;
  top: 343px;
}
.about_main .main5 .content .img .point.point2 {
  left: 422px;
  top: 330px;
}
.about_main .main5 .content .img .point.point3 {
  left: 467px;
  top: 430px;
}
.about_main .main5 .content .img .item {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 108%;
  width: 224px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #177cba;
  border-radius: 5px;
  background-color: #ecf9ff;
  transform: translateX(-50%);
}
.about_main .main5 .content .img .item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background-color: #ecf9ff;
  transform: rotateZ(45deg);
}
.about_main .main5 .content .card {
  flex: 1;
  position: relative;
  max-width: 460px;
}
.about_main .main5 .content .card::before {
  content: "";
  position: absolute;
  left: -3px;
  width: 100%;
  height: 550px;
  background-color: #15a4de;
  border-radius: 15px;
}
.about_main .main5 .content .swiper {
  position: relative;
  padding: 50px;
  max-width: 460px;
  height: 550px;
  background-color: #d6e8f2;
  box-shadow: 0px 5px 20px 0px rgba(0, 78, 110, 0.1);
  border-radius: 15px;
  z-index: 9;
}
.about_main .main5 .content .swiper h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 14px;
  font-size: 26px;
}
.about_main .main5 .content .swiper h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 26px;
  height: 2px;
  background-color: #dedede;
}
.about_main .main5 .content .swiper .text {
  line-height: 48px;
}
.about_main .main5 .content .swiper a {
  margin-top: 24px;
  width: 140px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  background-color: #15a4de;
  border-radius: 5px;
  transition: all 0.5s;
}
.about_main .main5 .content .swiper a:hover {
  opacity: 0.8;
}
.about_main .main5 .content .swiper .bottom {
  display: flex;
  justify-content: center;
  margin-top: 58px;
  padding-top: 30px;
  border-top: 1px solid #f5f5f5;
}
.about_main .main5 .content .swiper .bottom .btn-prev {
  transform: rotateZ(180deg);
}
.about_main .main5 .content .swiper .bottom .icon {
  margin: 0 10px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  cursor: pointer;
  transition: all 0.5s;
}
.about_main .main5 .content .swiper .bottom .icon:hover {
  background-color: #15a4de;
}
.about_main .main5 .content .swiper .bottom .icon:hover .iconfont {
  color: #fff;
}
.about_main .main5 .content .swiper .bottom .icon .iconfont {
  font-size: 22px;
  opacity: 0.5;
}
.about_main .main6 {
  padding: 52px 0 60px;
  background-color: #f8f8f8;
}
.about_main .main6 .title {
  position: relative;
  padding-left: 100px;
}
.about_main .main6 .title::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #15a4de;
}
.about_main .main6 .title .en {
  font-family: CenturyGothic-Bold;
  font-weight: bold;
  font-size: 40px;
  color: #15a4de;
  opacity: 0.4;
}
.about_main .main6 .title .cn {
  margin-top: 2px;
  font-size: 22px;
  color: #15a4de;
  font-weight: bold;
}
.about_main .main6 .show_box {
  margin-top: 45px;
}
.about_main .main6 .swiper-container {
  padding-bottom: 85px;
}
.about_main .main6 .swiper-container .swiper-button-prev {
  left: 0;
  transform: rotateZ(180deg);
}
.about_main .main6 .swiper-container .swiper-button-next {
  right: 0;
}
.about_main .main6 .swiper-container .swiper-button-next,
.about_main .main6 .swiper-container .swiper-button-prev {
  top: 80px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(94, 139, 177, 0.5);
}
.about_main .main6 .swiper-container .swiper-button-next .iconfont,
.about_main .main6 .swiper-container .swiper-button-prev .iconfont {
  font-size: 16px;
  color: #fff;
}
.about_main .main6 .swiper-container .swiper-pagination-bullet {
  background-color: #baddf2;
  opacity: 1;
}
.about_main .main6 .swiper-container .swiper-pagination-bullet-active {
  background-color: #15a4de;
}
.about_main .main6 a .img {
  overflow: hidden;
}
.about_main .main6 a:hover p {
  color: #15a4de;
}
.about_main .main6 a:hover img {
  transform: scale(1.05);
}
.about_main .main6 p {
  margin-top: 15px;
  color: #444;
  text-align: center;
}
.industrial_main {
  background-color: #f8f8f8;
}
.industrial_main .crumbs {
  display: flex;
  color: #888888;
  font-size: 14px;
  line-height: 70px;
}
.industrial_main .crumbs .home {
  margin-right: 10px;
}
.industrial_main .crumbs .home .iconfont {
  color: #dedede;
  font-size: 18px;
}
.industrial_main .crumbs .home:hover .iconfont {
  color: #15a4de;
}
.industrial_main .crumbs span {
  margin: 0 10px;
  font-family: SimSun;
}
.industrial_main .crumbs a:last-child,
.industrial_main .crumbs a:hover {
  color: #15a4de;
}
.industrial_main .article {
  padding: 50px 8.46153846% 60px;
  background-color: #fff;
}
.industrial_main .article .article_title {
  text-align: center;
}
.industrial_main .article .cn {
  font-size: 30px;
  font-weight: bold;
  color: #393939;
}
.industrial_main .article .en {
  margin-top: 4px;
  color: #888;
  font-size: 20px;
}
.industrial_main .article .goto {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.industrial_main .article .goto a {
  margin: 10px;
  padding: 0 15px;
  height: 52px;
  color: #15a4de;
  text-align: center;
  line-height: 50px;
  border-radius: 26px;
  border: solid 1px #15a4de;
}
.industrial_main .article .goto a.active,
.industrial_main .article .goto a:hover {
  color: #fff;
  background-color: #15a4de;
}
.industrial_main .article .content {
  margin-top: 30px;
  padding: 32px 0 60px;
  border-top: 1px solid #e8e8e8;
}
.history_main .title {
  position: relative;
  padding-left: 100px;
}
.history_main .title::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #15a4de;
}
.history_main .title .en {
  font-family: CenturyGothic-Bold;
  font-weight: bold;
  font-size: 40px;
  color: #15a4de;
  opacity: 0.4;
}
.history_main .title .cn {
  margin-top: 2px;
  font-size: 22px;
  color: #15a4de;
  font-weight: bold;
}
.history_main .main1 {
  height: 750px;
  background: url(../images/history1_bg.jpg) no-repeat center / cover;
}
.history_main .main1 .center {
  padding-top: 52px;
}
.history_main .main1 .year .swiper-container {
  margin-top: -33px;
}
.history_main .main1 .year .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
.history_main .main1 .year .swiper-slide:hover .spot {
  background-color: #15a4de;
}
.history_main .main1 .year .swiper-slide:hover p {
  color: #15a4de;
}
.history_main .main1 .year .swiper-slide .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 78px;
  height: 188px;
}
.history_main .main1 .year .swiper-slide.swiper-slide-active .circle {
  background-color: #ffffff;
  border: solid 1px #15a4de;
}
.history_main .main1 .year .swiper-slide.swiper-slide-active .spot {
  background-color: #15a4de;
}
.history_main .main1 .year .swiper-slide.swiper-slide-active p {
  font-size: 32px;
  color: #15a4de;
}
.history_main .main1 .year .swiper-slide.swiper-slide-active .line::before {
  height: 30px;
}
.history_main .main1 .year .swiper-slide .line {
  display: flex;
  justify-content: center;
  width: 100%;
}
.history_main .main1 .year .swiper-slide .line::before {
  content: "";
  height: 0;
  width: 1px;
  background-color: #15a4de;
  transition: all 0.5s;
}
.history_main .main1 .year .swiper-slide .circle {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.history_main .main1 .year .swiper-slide .spot {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #cccccc;
}
.history_main .main1 .year .swiper-slide .spot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 400px;
  background-color: #cccccc;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}
.history_main .main1 .year .swiper-slide p {
  width: 100%;
  color: #9d9d9d;
  font-size: 24px;
  text-align: center;
  font-family: CenturyGothic-Bold;
  font-weight: bold;
}
.history_main .main1 .year .swiper-button-prev {
  left: 0;
  transform: rotateZ(180deg);
}
.history_main .main1 .year .swiper-button-next {
  right: 0;
}
.history_main .main1 .year .swiper-button-prev,
.history_main .main1 .year .swiper-button-next {
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  background-color: #e2e2e2;
}
.history_main .main1 .year .swiper-button-prev .iconfont,
.history_main .main1 .year .swiper-button-next .iconfont {
  color: #fff;
  font-size: 20px;
}
.history_main .main1 .content {
  margin-top: 40px;
}
.history_main .main1 .content .box {
  display: flex;
  height: 320px;
  line-height: 48px;
  background: url(../images/history2_bg.jpg) no-repeat center / cover;
}
.history_main .main1 .content .text {
  padding: 60px 90px;
  font-size: 18px;
}
.history_main .main2 {
  padding-top: 50px;
  padding-bottom: 60px;
}
.history_main .main2 .media_container {
  margin-top: 45px;
  padding-top: 46.15384615%;
}
.history_main .main3 {
  padding: 40px 0 164px;
  background: #e1f3ff url(../images/history_bg.png) center bottom / cover no-repeat;
}
.history_main .main3 .text {
  margin-top: 32px;
  line-height: 32px;
  font-family: SimSun;
  text-align: justify;
}
.history_main .main3 .text .name {
  margin-top: 35px;
  color: #222;
  font-size: 32px;
  font-family: SimSun;
  text-align: right;
}
.culture_main .main1 {
  padding: 80px 0 90px;
}
.culture_main .main1 .center {
  display: flex;
  justify-content: space-between;
}
.culture_main .main1 ul {
  margin-top: -110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 600px;
}
.culture_main .main1 ul li {
  margin-top: 110px;
  width: 240px;
}
.culture_main .main1 .head {
  position: relative;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.culture_main .main1 .head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 25px;
  background-color: #ffbc78;
}
.culture_main .main1 p {
  margin-top: 10px;
  font-size: 18px;
  color: #444;
  line-height: 2;
}
.culture_main .main1 .iconfont {
  margin-top: 10px;
  font-size: 60px;
  color: #444;
}
.honor_main .inner_link .toggle a.active,
.honor_main .inner_link .toggle a:hover {
  color: #fff;
  background-color: #ed1c24;
}
.honor_main .inner_link .crumbs .home:hover {
  background-color: #ed1c24;
}
.honor_main .inner_link .crumbs a:last-child,
.honor_main .inner_link .crumbs a:hover {
  color: #ed1c24;
}
.honor_main .main1 {
  padding: 60px 0 70px;
  background: url(../images/honor_bg1.jpg) bottom center / cover no-repeat;
}
.honor_main .main1 .list {
  display: flex;
  justify-content: space-between;
}
.honor_main .main1 .list dl {
  flex: 1;
}
.honor_main .main1 .list dt {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 30px;
  color: #ed1c24;
}
.honor_main .main1 .list dd {
  position: relative;
  padding-left: 18px;
  line-height: 2;
}
.honor_main .main1 .list dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ed1c24;
}
.honor_main .main1 .honor_img {
  margin-top: 42px;
  text-align: center;
}
.honor_main .main1 .honor_img .img {
  overflow: hidden;
}
.honor_main .main1 .honor_img img {
  transition: all 0.5s;
  cursor: zoom-in;
}
.honor_main .main1 .honor_img img:hover {
  transform: scale(1.05);
}
.honor_main .main1 .honor_img p {
  margin-top: 12px;
  padding-bottom: 8px;
  font-size: 16px;
  color: #444;
}
.honor_main .main1 .honor_img .btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.honor_main .main1 .honor_img .swiper_prev {
  transform: rotateZ(180deg);
}
.honor_main .main1 .honor_img .swiper_prev,
.honor_main .main1 .honor_img .swiper_next {
  margin: 0 10px;
  width: 60px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  background-color: #ed1c24;
  border-radius: 3px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.5s;
}
.honor_main .main1 .honor_img .swiper_prev:hover,
.honor_main .main1 .honor_img .swiper_next:hover {
  opacity: 1;
}
.honor_main .main1 .honor_img .swiper_prev .iconfont,
.honor_main .main1 .honor_img .swiper_next .iconfont {
  font-size: 24px;
  color: #fff;
}
.honor_main .main2 {
  padding-top: 150px;
  padding-bottom: 170px;
  background: url(../images/honor_bg2.jpg) center / cover no-repeat;
}
.honor_main .main2 h2 {
  font-weight: bold;
  font-size: 30px;
}
.honor_main .main2 .txt {
  margin-top: 20px;
}
.honor_main .main2 .swiper-container {
  margin-top: 36px;
  padding-bottom: 45px;
}
.honor_main .main2 .swiper-button-prev,.product_main .main2 .swiper-button-prev,.product_main .main3 .swiper-button-prev {
  left: 0;
  transform: rotateZ(180deg);
}
.honor_main .main2 .swiper-button-next,.product_main .main2 .swiper-button-next,.product_main .main3 .swiper-button-next {
  right: 0;
}
.honor_main .main2 .swiper-button-prev,
.hono2 .swiper-button-next{
  top: 140px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ed1c24;
  opacity: 0.5;
  transition: all 0.5s;
}
.product_main .main2 .swiper-button-next,
.product_main .main2 .swiper-button-prev,
.product_main .main3 .swiper-button-next,
.product_main .main3 .swiper-button-prev {
  margin-top: -60px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ed1c24;
  opacity: 0.5;
  transition: all 0.5s;
}
.honor_main .main2 .swiper-button-prev .iconfont,
.honor_main .main2 .swiper-button-next .iconfont,
.product_main .main2 .swiper-button-prev .iconfont,
.product_main .main2 .swiper-button-next .iconfont,
.product_main .main3 .swiper-button-prev .iconfont,
.product_main .main3 .swiper-button-next .iconfont{
  font-size: 20px;
  color: #fff;
}
.honor_main .main2 .swiper-button-prev:hover,
.honor_main .main2 .swiper-button-next:hover,
.product_main .main2 .swiper-button-prev:hover,
.product_main .main2 .swiper-button-next:hover,
.product_main .main3 .swiper-button-prev:hover,
.product_main .main3 .swiper-button-next:hover
{
  opacity: 1;
}
.honor_main .main2 .swiper-pagination-bullet {
  background-color: #ed1c24;
  opacity: 0.5;
}
.honor_main .main2 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.product_main .main2 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.product_main .main3 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
}
.honor_main .main2 .img {
  overflow: hidden;
}
.honor_main .main2 .img img {
  transition: all 0.5s;
}
.honor_main .main2 .img:hover img {
  transform: scale(1.05);
}
.honor_main .main2 p {
  margin-top: 12px;
  padding: 0 24px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #ed1c24;
}
.service_main .main1 {
  padding: 50px 0 60px;
  background-color: #f5fcff;
}
.service_main .main1 ul {
  display: flex;
  flex-wrap: wrap;
}
.service_main .main1 li {
  margin-bottom: 40px;
  margin-right: 3.84615385%;
  width: 30.76923077%;
  background-color: #fff;
  transition: all 0.5s;
}
.service_main .main1 li:nth-child(3n) {
  margin-right: 0;
}
.service_main .main1 li:hover {
  box-shadow: 0px 10px 25px 0px rgba(21, 164, 222, 0.2);
}
.service_main .main1 li:hover .text h2 {
  color: #15a4de;
  font-weight: bold;
}
.service_main .main1 li:hover img {
  transform: scale(1.05);
}
.service_main .main1 li .picture_container {
  padding-top: 55%;
}
.service_main .main1 li .text {
  padding: 25px;
}
.service_main .main1 li .text h2 {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  color: #222222;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.service_main .main1 li .text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #5fa9ec;
}
.service_main .main1 li .text p {
  margin-top: 10px;
  height: 48px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.service_main .main1 .more {
  margin: 0 auto;
  width: 280px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  background-color: #15a4de;
}
.service_main .main1 .more span {
  display: none;
}
.service_main .main1 .more:hover {
  opacity: 0.8;
}
.service_main .main1 .more.active span:first-child {
  display: block;
}
.service_main .main1 .more.loading span:nth-child(2) {
  display: block;
}
.service_main .main1 .more.ending {
  background-color: #ccc;
  cursor: default;
}
.service_main .main1 .more.ending:hover {
  opacity: 1;
}
.service_main .main1 .more.ending span:last-child {
  display: block;
}
.service_main .main2 {
  padding: 46px 0 70px;
  background-color: #2e9ed8;
}
.service_main .main2 .title {
  position: relative;
  padding-left: 100px;
}
.service_main .main2 .title::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #fff;
}
.service_main .main2 .title .en {
  font-family: CenturyGothic-Bold;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  opacity: 0.4;
}
.service_main .main2 .title .cn {
  margin-top: 2px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.service_main .main2 .th {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
.service_main .main2 p {
  margin-top: 10px;
  color: #fff;
  line-height: 30px;
  opacity: 0.6;
}
.service_main .main2 .top {
  margin-top: 10px;
  text-align: center;
}
.service_main .main2 .box {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
  margin-top: 10px;
}
.service_main .main2 .box > div {
  width: 28.07692308%;
}
.service_main .main2 .box > div.img {
  width: 40%;
}
.service_main .main2 .item {
  margin-top: 38px;
}
.service_main .main3 {
  padding: 50px 0 110px;
  background: url(../images/service_bg.jpg) bottom center / cover;
}
.service_main .main3 .title {
  position: relative;
  padding-left: 100px;
}
.service_main .main3 .title::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #15a4de;
}
.service_main .main3 .title .en {
  font-family: CenturyGothic-Bold;
  font-weight: bold;
  font-size: 40px;
  color: #15a4de;
  opacity: 0.4;
}
.service_main .main3 .title .cn {
  margin-top: 2px;
  font-size: 22px;
  color: #15a4de;
  font-weight: bold;
}
.service_main .main3 .txt {
  margin-top: 22px;
  line-height: 36px;
}
.service_main .main3 .swiper {
  margin-top: 30px;
  text-align: center;
}
.service_main .main3 .swiper .img {
  overflow: hidden;
}
.service_main .main3 .swiper img {
  transition: all 0.5s;
  cursor: zoom-in;
}
.service_main .main3 .swiper img:hover {
  transform: scale(1.05);
}
.service_main .main3 .swiper p {
  margin-top: 12px;
  padding-bottom: 8px;
  font-size: 18px;
  color: #15a4de;
}
.service_main .main3 .swiper .btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.service_main .main3 .swiper .swiper_prev {
  transform: rotateZ(180deg);
}
.service_main .main3 .swiper .swiper_prev,
.service_main .main3 .swiper .swiper_next {
  margin: 0 10px;
  width: 60px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  background-color: #15a4de;
  border-radius: 3px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.5s;
}
.service_main .main3 .swiper .swiper_prev:hover,
.service_main .main3 .swiper .swiper_next:hover {
  opacity: 1;
}
.service_main .main3 .swiper .swiper_prev .iconfont,
.service_main .main3 .swiper .swiper_next .iconfont {
  font-size: 24px;
  color: #fff;
}
.product_main .main1 {
  padding: 60px 0 76px;
  background-color: #f2f9ff;
}
.product_main .main1 .goto {
  display: flex;
  justify-content: center;
}
.product_main .main1 .goto a {
  margin: 0 10px;
  width: 160px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  color: #15a4de;
  background-color: #ffffff;
  border-radius: 26px;
  border: solid 1px #15a4de;
}
.product_main .main1 .goto a.active,
.product_main .main1 .goto a:hover {
  color: #fff;
  background-color: #15a4de;
}
.product_main .main1 h2 {
  margin-top: 35px;
  font-weight: bold;
  font-size: 24px;
}
.product_main .main1 .txt {
  margin-top: 20px;
  color: #555;
}
.product_main .main1 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.product_main .main1 .list li {
  margin-top: 30px;
  margin-left: 2%;
  width: 23.46153846%;
  border: 1px solid transparent;
}
.product_main .main1 .list li:nth-child(4n+1) {
  margin-left: 0;
}
.product_main .main1 .list li .picture_container {
  padding-top: 70.81967213%;
  background-color: #fff;
}
.product_main .main1 .list li .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 20px;
  line-height: 66px;
  transition: all 0.5s;
}
.product_main .main1 .list li .text .icon {
  width: 40px;
  height: 18px;
  line-height: 18px;
  text-align: right;
  border-left: 1px solid #e0e0e0;
  transition: all 0.5s;
}
.product_main .main1 .list li .text .icon .iconfont {
  color: #666;
  transition: all 0.5s;
}
.product_main .main1 .list li .text p {
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
}
.product_main .main1 .list li:hover {
  border: 1px solid #15a4de;
  box-shadow: 0px 8px 25px 0px rgba(21, 164, 222, 0.15);
}
.product_main .main1 .list li:hover img {
  transform: scale(1.05);
}
.product_main .main1 .list li:hover .text {
  background-color: #15a4de;
}
.product_main .main1 .list li:hover .text .icon {
  border-color: rgba(224, 224, 224, 0.5);
}
.product_main .main1 .list li:hover .text .icon .iconfont {
  color: #fff;
}
.product_main .main1 .list li:hover .text p {
  color: #fff;
}
.product_main .main2 {
  padding-top: 55px;
  background: #d2e5f7 url(../images/app_bg.jpg) center / cover no-repeat;
}
.product_main .main2 .swiper-container{
  padding-bottom: 60px;
}
.product_main .main2 h2 {
  font-weight: bold;
  font-size: 24px;
}
.product_main .main2 .txt {
  margin-top: 20px;
  color: #555;
}
.product_main .main2 ul {
  margin-top: 36px;
  display: flex;
}
.product_main .main2 ul li {


  text-align: center;
}

.product_main .main2 ul li p {
  margin-top: 22px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555;
}
.product_main .main2 ul li:hover img {
  transform: scale(1.05);
}
.product_main .main2 ul li:hover p {
  color: #15a4de;
}
.product_main .main2 ul .img {
  border: solid 1px #eeeeee;
}
.product_main .main2 ul .picture_container {
  padding-top: 70.81967213%;
}
.product_main .main3 {
  padding-top: 55px;
  background-color: #f2f9ff;
}
.product_main .main3 .swiper-container {
  padding-bottom: 60px;
}
.product_main .main3 h2 {
  font-weight: bold;
  font-size: 24px;
}
.product_main .main3 .txt {
  margin-top: 20px;
  color: #555;
}
.product_main .main3 ul {
  margin-top: 36px;
  display: flex;
}
.product_main .main3 ul li {

  text-align: center;
}
.product_main .main3 ul li:nth-child(4n+1) {
  margin-left: 0;
}
.product_main .main3 ul li p {
  margin-top: 22px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555;
}
.product_main .main3 ul li:hover img {
  transform: scale(1.05);
}
.product_main .main3 ul li:hover p {
  color: #15a4de;
}
/* .product_main .main3 ul .img {
  border: solid 1px #eeeeee;
} */
.product_main .main3 ul .picture_container {
  padding-top: 70.81967213%;
}
.product-details_main {
  background-color: #f8f8f8;
}
.product-details_main .crumbs {
  display: flex;
  color: #888888;
  font-size: 14px;
  line-height: 70px;
}
.product-details_main .crumbs .home {
  margin-right: 10px;
}
.product-details_main .crumbs .home .iconfont {
  color: #dedede;
  font-size: 18px;
}
.product-details_main .crumbs .home:hover .iconfont {
  color: #15a4de;
}
.product-details_main .crumbs span {
  margin: 0 10px;
  font-family: SimSun;
}
.product-details_main .crumbs a:last-child,
.product-details_main .crumbs a:hover {
  color: #15a4de;
}
.product-details_main .main1 {
  padding-bottom: 56px;
}
.product-details_main .main1 .top {
  display: flex;
  justify-content: space-between;
}
.product-details_main .main1 .img {
  width: 43.38461538%;
}
.product-details_main .main1 .img img {
  width: 100%;
}
.product-details_main .main1 .img .swiper-pagination {
  bottom: 22px;
}
.product-details_main .main1 .img .swiper-pagination .swiper-pagination-bullet {
  background-color: #baddf2;
  opacity: 1;
}
.product-details_main .main1 .img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #15a4de;
}
.product-details_main .main1 .img .swiper-button-prev {
  left: 0;
  transform: rotateZ(180deg);
}
.product-details_main .main1 .img .swiper-button-next {
  right: 0;
}
.product-details_main .main1 .img .swiper-button-prev,
.product-details_main .main1 .img .swiper-button-next {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(94, 139, 177, 0.5);
}
.product-details_main .main1 .img .swiper-button-prev .iconfont,
.product-details_main .main1 .img .swiper-button-next .iconfont {
  font-size: 18px;
  color: #fff;
}
.product-details_main .main1 .text {
  width: 50.30769231%;
}
.product-details_main .main1 .text h2 {
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid rgba(1, 3, 10, 0.1);
}
.product-details_main .main1 .text .txt {
  margin-top: 16px;
  min-height: 108px;
  line-height: 36px;
}
.product-details_main .main1 .text a {
  margin-top: 34px;
  width: 200px;
  height: 56px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  background-color: #15a4de;
}
.product-details_main .main1 .text a:hover {
  opacity: 0.8;
}
.product-details_main .main1 .text .tip {
  margin-top: 16px;
}
.product-details_main .main1 .details {
  margin-top: 40px;
  background-color: #fff;
  border: solid 1px #ececec;
}
.product-details_main .main1 .details .tag {
  border-bottom: solid 1px #ececec;
}
.product-details_main .main1 .details .tag > div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 44px;
  width: 200px;
  height: 70px;
  line-height: 70px;
  background-color: #fafbfd;
  border-right: solid 1px #ececec;
}
.product-details_main .main1 .details .tag span {
  display: block;
  padding-left: 20px;
  height: 26px;
  line-height: 26px;
  font-size: 22px;
  font-weight: bold;
  border-left: 2px solid #15a4de;
}
.product-details_main .main1 .details .content {
  padding: 40px 50px;
}

.product-details_main .main2 h2 {
  font-weight: bold;
  font-size: 24px;
}
.product-details_main .main2 .txt {
  margin-top: 20px;
  color: #555;
}
.product-details_main .main2 ul {
  margin-top: 36px;
  display: flex;
}
.product-details_main .main2 ul li {

  text-align: center;
}
.product-details_main .main2 ul li p {
  margin-top: 22px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555;
}
.product-details_main .main2 ul li:hover img {
  transform: scale(1.05);
}
.product-details_main .main2 ul li:hover p {
  color: #15a4de;
}
.product-details_main .main2 ul .img {
  border: solid 1px #eeeeee;
}
.product-details_main .main2 ul .picture_container {
  padding-top: 70.81967213%;
}
.product-details_main .main3 {
  padding: 55px 0 60px;
}
.product-details_main .main3 h2 {
  font-weight: bold;
  font-size: 24px;
}
.product-details_main .main3 .txt {
  margin-top: 20px;
  color: #555;
}
.product-details_main .main3 ul {
  margin-top: 36px;
  display: flex;
}
.product-details_main .main3 ul li {
  /*margin-left: 2%;*/
  width: 23.46153846%;
  text-align: center;
}
.product-details_main .main3 ul li:nth-child(4n+1) {
  margin-left: 0;
}
.product-details_main .main3 ul li p {
  margin-top: 22px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555;
}
.product-details_main .main3 ul li:hover img {
  transform: scale(1.05);
}
.product-details_main .main3 ul li:hover p {
  color: #15a4de;
}
.product-details_main .main3 ul .img {
  border: solid 1px #eeeeee;
}
.product-details_main .main3 ul .picture_container {
  padding-top: 70.81967213%;
}
.technology_main .img {
  text-align: center;
}
.technology_main .main1 {
  padding: 54px 0 90px;
  background: #eff6fb url(../images/technology_bg1.jpg) center / cover no-repeat;
}
.technology_main .main1 p {
  font-size: 18px;
  line-height: 36px;
}
.technology_main .main1 .head {
  text-align: center;
}
.technology_main .main1 .head .cn {
  font-weight: bold;
  font-size: 30px;
}
.technology_main .main1 .head .en {
  margin-top: 4px;
  font-family: CenturyGothic;
  font-size: 20px;
  color: #888;
}
.technology_main .main1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}
.technology_main .main1 ul li {
  margin-top: 35px;
  width: 21.53846154%;
  text-align: center;
}
.technology_main .main1 ul li:hover .iconfont {
  transform: rotateY(360deg);
}
.technology_main .main1 ul li:hover h3 {
  color: #15a4de;
}
.technology_main .main1 ul .cir {
  margin: 0 auto;
  width: 86px;
  height: 86px;
  line-height: 84px;
  text-align: center;
  border: solid 1px #15a4de;
  border-radius: 50%;
}
.technology_main .main1 ul .cir .iconfont {
  color: #15a4de;
  font-size: 40px;
  transition: all 0.5s;
}
.technology_main .main1 ul h3 {
  margin-top: 14px;
  font-size: 24px;
  transition: all 0.5s;
}
.technology_main .main1 ul p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #777;
  text-align: center;
}
.technology_main .main2 {
  padding: 54px 0 60px;
}
.technology_main .main2 .head {
  text-align: center;
}
.technology_main .main2 .head .cn {
  font-weight: bold;
  font-size: 30px;
}
.technology_main .main2 .head .en {
  margin-top: 4px;
  font-family: CenturyGothic;
  font-size: 20px;
  color: #888;
}
.technology_main .main2 p {
  font-size: 18px;
  line-height: 36px;
}
.technology_main .main2 .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #393939;
  line-height: 2;
}
.technology_main .main2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.technology_main .main2 ul li {
  margin-top: 10px;
  margin-left: 1.53846154%;
  width: 32.30769231%;
  text-align: center;
}
.technology_main .main2 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.technology_main .main2 ul li .picture_container {
  padding-top: 58.57142857%;
}
.technology_main .main2 ul li p {
  padding: 0 20px;
  line-height: 56px;
  color: #393939;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.technology_main .main2 .more {
  margin: 0 auto;
  width: 280px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  background-color: #15a4de;
}
.technology_main .main2 .more span {
  display: none;
}
.technology_main .main2 .more:hover {
  opacity: 0.8;
}
.technology_main .main2 .more.active span:first-child {
  display: block;
}
.technology_main .main2 .more.loading span:nth-child(2) {
  display: block;
}
.technology_main .main2 .more.ending {
  background-color: #ccc;
  cursor: default;
}
.technology_main .main2 .more.ending:hover {
  opacity: 1;
}
.technology_main .main2 .more.ending span:last-child {
  display: block;
}
.technology_main .main3 {
  padding: 57px;
  color: #fff;
  text-align: center;
  background: url(../images/technology_bg2.jpg) center top / cover;
}
.technology_main .main3 .head {
  text-align: center;
}
.technology_main .main3 .head .cn {
  font-weight: bold;
  font-size: 30px;
}
.technology_main .main3 .head .en {
  margin-top: 4px;
  font-family: CenturyGothic;
  font-size: 20px;
}
.technology_main .main3 .txt {
  margin-top: 16px;
}
.technology_main .main3 .swiper-container {
  padding: 45px 0;
  margin-top: -10px;
}
.technology_main .main3 .swiper-container p {
  margin-top: 15px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.technology_main .main3 .swiper-button-prev {
  left: 0;
  transform: rotateZ(180deg);
}
.technology_main .main3 .swiper-button-next {
  right: 0;
}
.technology_main .main3 .swiper-button-prev,
.technology_main .main3 .swiper-button-next {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #15a4de;
  opacity: 0.5;
  transition: all 0.5s;
}
.technology_main .main3 .swiper-button-prev .iconfont,
.technology_main .main3 .swiper-button-next .iconfont {
  font-size: 20px;
  color: #fff;
}
.technology_main .main3 .swiper-button-prev:hover,
.technology_main .main3 .swiper-button-next:hover {
  opacity: 1;
}
.technology_main .main3 .swiper-pagination-bullet {
  background-color: #baddf2;
  opacity: 1;
}
.technology_main .main3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #15a4de;
}
.technology_main .main3 .tip {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 25px;
  padding-left: 30px;
  max-width: 1300px;
  min-height: 86px;
  background-color: #15a4de;
  border: solid 1px #ffffff;
}
.technology_main .main3 .tip .tip_txt {
  margin-left: 20px;
  line-height: 28px;
  text-align: left;
}
.technology_main .main3 .tip .icon .iconfont {
  font-size: 40px;
  color: #ffffff;
}
.technology_main .main4 {
  padding: 50px 0 55px;
}
.technology_main .main4 .head {
  text-align: center;
}
.technology_main .main4 .head .cn {
  font-weight: bold;
  font-size: 30px;
}
.technology_main .main4 .head .en {
  margin-top: 4px;
  font-family: CenturyGothic;
  font-size: 20px;
  color: #888;
}
.technology_main .main4 .swiper-container {
  padding: 45px 0;
  margin-top: -10px;
}
.technology_main .main4 .swiper-container p {
  margin-top: 15px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.technology_main .main4 .swiper-button-prev {
  left: 0;
  transform: rotateZ(180deg);
}
.technology_main .main4 .swiper-button-next {
  right: 0;
}
.technology_main .main4 .swiper-button-prev,
.technology_main .main4 .swiper-button-next {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #15a4de;
  opacity: 0.5;
  transition: all 0.5s;
}
.technology_main .main4 .swiper-button-prev .iconfont,
.technology_main .main4 .swiper-button-next .iconfont {
  font-size: 20px;
  color: #fff;
}
.technology_main .main4 .swiper-button-prev:hover,
.technology_main .main4 .swiper-button-next:hover {
  opacity: 1;
}
.technology_main .main4 .swiper-pagination-bullet {
  background-color: #baddf2;
  opacity: 1;
}
.technology_main .main4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #15a4de;
}
.technology_main .main5 {
  padding: 55px 0;
  background-color: #f8f8f8;
}
.technology_main .main5 .head {
  text-align: center;
}
.technology_main .main5 .head .cn {
  font-weight: bold;
  font-size: 30px;
}
.technology_main .main5 .head .en {
  margin-top: 4px;
  font-family: CenturyGothic;
  font-size: 20px;
  color: #888;
}
.technology_main .main5 .img {
  background-color: #000;
}
.technology_main .main5 .media_container {
  padding-top: 56.19047619%;
}
.technology_main .main5 .swiper-container {
  margin-top: 30px;
}
.technology_main .main5 .swiper-container p {
  margin-top: 15px;
  font-size: 14px;
  text-align: left;
}
.technology_main .main5 .swiper-button-prev {
  left: 0;
  transform: rotateZ(180deg);
}
.technology_main .main5 .swiper-button-next {
  right: 0;
}
.technology_main .main5 .swiper-button-prev,
.technology_main .main5 .swiper-button-next {
  top: 130px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #5e8bb1;
  opacity: 0.5;
  transition: all 0.5s;
}
.technology_main .main5 .swiper-button-prev .iconfont,
.technology_main .main5 .swiper-button-next .iconfont {
  font-size: 20px;
  color: #fff;
}
.technology_main .main5 .swiper-button-prev:hover,
.technology_main .main5 .swiper-button-next:hover {
  opacity: 1;
}
.technology_main .main5 .swiper-pagination-bullet {
  background-color: #baddf2;
  opacity: 1;
}
.technology_main .main5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #15a4de;
}
.advantage_main .head {
  text-align: center;
}
.advantage_main .head .cn {
  font-weight: bold;
  font-size: 30px;
}
.advantage_main .head .en {
  margin-top: 4px;
  font-family: CenturyGothic;
  font-size: 20px;
  color: #888;
}
.advantage_main .main1 {
  padding: 54px 0;
}
.advantage_main .main1 .txt {
  margin-top: 24px;
  line-height: 30px;
}
.advantage_main .main1 .swiper-container {
  margin-top: 20px;
  text-align: center;
}
.advantage_main .main1 .swiper-container .swiper-slide {
  text-align: center;
  opacity: 0;
}
.advantage_main .main1 .swiper-container .swiper-slide .img {
  display: inline-block;
  transform: all 0.5s;
}
.advantage_main .main1 .swiper-container .swiper-slide p {
  display: none;
}
.advantage_main .main1 .swiper-container .swiper-slide.swiper-slide-prev {
  margin-left: -7.29166667%;
  width: 33.33333333% !important;
  opacity: 0.7;
  transform: translateY(15.625%);
}
.advantage_main .main1 .swiper-container .swiper-slide.swiper-slide-next {
  width: 33.33333333% !important;
  opacity: 0.8;
  transform: translateY(15.625%);
}
.advantage_main .main1 .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
  width: 43.75% !important;
}
.advantage_main .main1 .swiper-container .swiper-slide.swiper-slide-active .img {
  transform: scale(1);
}
.advantage_main .main1 .swiper-container .swiper-slide.swiper-slide-active p {
  display: block;
}
.advantage_main .main1 .swiper-container .img {
  padding: 10px;
  border: solid 1px #eeeeee;
}
.advantage_main .main1 .swiper-container p {
  margin-top: 26px;
  font-size: 18px;
}
.advantage_main .main2 {
  padding: 54px 0 50px;
  background: url(../images/advantage_bg.jpg) center / cover no-repeat;
}
.advantage_main .main2 .txt {
  margin-top: 26px;
  line-height: 30px;
}
.advantage_main .main2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.advantage_main .main2 li {
  margin-left: 1.53846154%;
  margin-bottom: 1.53846154%;
  padding: 15px;
  width: 23.84615385%;
  background-color: #fff;
  border-bottom: 4px solid #fff;
  transition: all 0.5s;
}
.advantage_main .main2 li:nth-child(4n+1) {
  margin-left: 0;
}
.advantage_main .main2 li:hover {
  border-color: #15a4de;
}
.advantage_main .main2 li:hover img {
  transform: scale(1.05);
}
.advantage_main .main2 li:hover p {
  color: #15a4de;
}
.advantage_main .main2 li .picture_container {
  padding-top: 59.64285714%;
}
.advantage_main .main2 li p {
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 36px;
}
.advantage_main .main2 li .tag span {
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  color: #999;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
}
.advantage_main .main2 .more {
  margin: 20px auto 0;
  width: 280px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  background-color: #15a4de;
}
.advantage_main .main2 .more span {
  display: none;
}
.advantage_main .main2 .more:hover {
  opacity: 0.8;
}
.advantage_main .main2 .more.active span:first-child {
  display: block;
}
.advantage_main .main2 .more.loading span:nth-child(2) {
  display: block;
}
.advantage_main .main2 .more.ending {
  background-color: #ccc;
  cursor: default;
}
.advantage_main .main2 .more.ending:hover {
  opacity: 1;
}
.advantage_main .main2 .more.ending span:last-child {
  display: block;
}
.advantage_main .main3 {
  padding: 57px;
  text-align: center;
}
.advantage_main .main3 .head {
  text-align: center;
}
.advantage_main .main3 .head .cn {
  font-weight: bold;
  font-size: 30px;
}
.advantage_main .main3 .head .en {
  margin-top: 4px;
  font-family: CenturyGothic;
  font-size: 20px;
}
.advantage_main .main3 .txt {
  margin-top: 16px;
}
.advantage_main .main3 .swiper-container {
  padding: 65px 0 55px;
  margin-top: -30px;
}
.advantage_main .main3 .swiper-container p {
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advantage_main .main3 .swiper-button-prev {
  left: 0;
  transform: rotateZ(180deg);
}
.advantage_main .main3 .swiper-button-next {
  right: 0;
}
.advantage_main .main3 .swiper-button-prev,
.advantage_main .main3 .swiper-button-next {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #5e8bb1;
  opacity: 0.5;
  transition: all 0.5s;
}
.advantage_main .main3 .swiper-button-prev .iconfont,
.advantage_main .main3 .swiper-button-next .iconfont {
  font-size: 20px;
  color: #fff;
}
.advantage_main .main3 .swiper-button-prev:hover,
.advantage_main .main3 .swiper-button-next:hover {
  opacity: 1;
  background-color: #15a4de;
}
.advantage_main .main3 .swiper-pagination-bullet {
  background-color: #baddf2;
  opacity: 1;
}
.advantage_main .main3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #15a4de;
}
.advantage_main .main5 {
  padding: 55px 0;
  background-color: #f8f8f8;
}
.advantage_main .main5 .head {
  text-align: center;
}
.advantage_main .main5 .head .cn {
  font-weight: bold;
  font-size: 30px;
}
.advantage_main .main5 .head .en {
  margin-top: 4px;
  font-family: CenturyGothic;
  font-size: 20px;
  color: #888;
}
.advantage_main .main5 .img {
  background-color: #000;
}
.advantage_main .main5 .media_container {
  padding-top: 56.19047619%;
}
.advantage_main .main5 .swiper-container {
  margin-top: 30px;
}
.advantage_main .main5 .swiper-container p {
  margin-top: 15px;
  font-size: 14px;
  text-align: left;
}
.advantage_main .main5 .swiper-button-prev {
  left: 0;
  transform: rotateZ(180deg);
}
.advantage_main .main5 .swiper-button-next {
  right: 0;
}
.advantage_main .main5 .swiper-button-prev,
.advantage_main .main5 .swiper-button-next {
  top: 130px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #5e8bb1;
  opacity: 0.5;
  transition: all 0.5s;
}
.advantage_main .main5 .swiper-button-prev .iconfont,
.advantage_main .main5 .swiper-button-next .iconfont {
  font-size: 20px;
  color: #fff;
}
.advantage_main .main5 .swiper-button-prev:hover,
.advantage_main .main5 .swiper-button-next:hover {
  opacity: 1;
}
.advantage_main .main5 .swiper-pagination-bullet {
  background-color: #baddf2;
  opacity: 1;
}
.advantage_main .main5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #15a4de;
}
.news_main .main1 {
  padding: 40px 0 60px;
  background-color: #f2f9ff;
}
.news_main .main1 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
}
.news_main .main1 ul li {
  margin-top: 40px;
  margin-left: 3.84615385%;
  width: 30.76923077%;
  background-color: #fff;
  transition: all 0.5s;
}
.news_main .main1 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.news_main .main1 ul li .picture_container {
  padding-top: 65%;
}
.news_main .main1 ul li .text_box {
  padding: 26px 25px 30px;
}
.news_main .main1 ul li .date {
  font-size: 14px;
  color: #999;
}
.news_main .main1 ul li h2 {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  min-height: 60px;
  line-height: 30px;
  transition: all 0.5s;
}
.news_main .main1 ul li p {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 26px;
  min-height: 52px;
  line-height: 26px;
}
.news_main .main1 ul li .details {
  margin-top: 15px;
  width: 100px;
  height: 34px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 32px;
  border-radius: 17px;
  border: solid 1px rgba(118, 118, 119, 0.5);
  transition: all 0.5s;
}
.news_main .main1 ul li:hover {
  box-shadow: 0px 10px 25px 0px rgba(21, 164, 222, 0.2);
}
.news_main .main1 ul li:hover h2 {
  color: #15a4de;
}
.news_main .main1 ul li:hover img {
  transform: scale(1.05);
}
.news_main .main1 ul li:hover .details {
  color: #f5f8fb;
  border-color: #15a4de;
  background-color: #15a4de;
}
.media_main .main1 {
  padding: 60px 0 80px;
  background-color: #f2f9ff;
}
.media_main .main1 .goto {
  display: flex;
  justify-content: center;
}
.media_main .main1 .goto a {
  margin: 0 10px;
  width: 160px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  color: #15a4de;
  background-color: #ffffff;
  border-radius: 26px;
  border: solid 1px #15a4de;
}
.media_main .main1 .goto a.active,
.media_main .main1 .goto a:hover {
  color: #fff;
  background-color: #15a4de;
}
.media_main .main1 .top {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.media_main .main1 .top .big {
  width: 60%;
}
.media_main .main1 .top .big .media_container {
  padding-top: 56.41025641%;
}
.media_main .main1 .top ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 38.46153846%;
}
.media_main .main1 .top ul li {
  width: 48%;
}
.media_main .main1 .top ul li .media_container {
  padding-top: 56.25%;
}
.media_main .main1 .top ul li h2 {
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media_main .main1 .top ul li .date {
  margin-top: 6px;
  font-size: 14px;
  color: #999;
}
.media_main .main1 .list {
  display: flex;
  flex-wrap: wrap;
}
.media_main .main1 .list li {
  margin-top: 1.92307692%;
  margin-left: 1.53846154%;
  width: 32.30769231%;
}
.media_main .main1 .list li:nth-child(3n+1) {
  margin-left: 0;
}
.media_main .main1 .list li .media_container {
  padding-top: 56.25%;
}
.media_main .main1 .list li h2 {
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.media_main .main1 .list li .date {
  margin-top: 4px;
  font-size: 14px;
  color: #999;
}
.paging {
  display: flex;
  justify-content: center;
  margin-top: 78px;
  color: #666;
  font-size: 14px;
}
.paging > a {
  margin: 0 4px;
  padding: 0 12px;
  line-height: 30px;
  border: solid 1px #e8e8e8;
  cursor: pointer;
}
.paging > a:hover {
  color: #15a4de;
}
.paging > a.page {
  padding: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #333;
}
.paging > a.page:hover {
  color: #15a4de;
}
.paging > a.page.active {
  border: none;
  color: #15a4de;
  background-color: transparent;
}
.paging > a.next {
  display: none;
}
.paging > a.more {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0;
  width: 32px;
  height: 32px;
}
.paging > a.more i {
  display: block;
  margin-left: 3px;
  width: 2px;
  height: 2px;
  background-color: #9a9a9a;
}
.paging > a.more i:first-child {
  margin-left: 0;
}
.media_container {
  position: relative;
}
.media_container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}
.media_container .video video {
  width: 100%;
  height: 100%;
}
.media_container .video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.media_container .video .icon .iconfont {
  font-size: 46px;
  color: #fff;
}
.news-details_main {
  background-color: #f8f8f8;
}
.news-details_main .main1 .center {
  padding: 78px 8.46153846% 84px;
  background-color: #fff;
}
.news-details_main .main1 h1 {
  font-size: 28px;
  color: #222;
  text-align: center;
}
.news-details_main .main1 .artcle_info {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 14px;
  color: #888;
}
.news-details_main .main1 .artcle_info div {
  margin: 0 20px;
}
.news-details_main .main1 .content {
  margin-top: 48px;
  padding: 30px 0;
  border-top: 1px solid #e8e8e8;
}
.news-details_main .main1 .toggle {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.news-details_main .main1 .toggle a {
  padding: 0 30px;
  width: 27.77777778%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
  box-shadow: 0px 4px 0px 0px #e5e5e5;
  border-radius: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-details_main .main1 .toggle a:nth-child(2) {
  text-align: center;
}
.news-details_main .main1 .toggle a:hover {
  color: #fff;
  background-color: #15a4de;
  box-shadow: 0px 4px 0px 0px #1080ae;
}
.partner_main .main1 {
  padding: 55px 0 45px;
  background-color: #f2f9ff;
}
.partner_main .main2 {
  padding: 55px 0 65px;
  background: url(../images/partner_bg1.jpg) center / cover no-repeat;
}
.partner_main .main2 .txt li .img {
  padding: 16px 0 8px;
}
.partner_main .content {
  display: flex;
  justify-content: space-between;
}
.partner_main h2 {
  font-size: 24px;
  font-weight: bold;
}
.partner_main .txt {
  width: 38.46153846%;
}
.partner_main .txt ul {
  display: flex;
  margin-top: 35px;
  padding-bottom: 5px;
}
.partner_main .txt li {
  margin-right: 15px;
  font-size: 12px;
  color: #555;
  width: 140px;
  height: 100px;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(0deg, #f0f5f7 0%, #edf1f7 100%);
  border-image-slice: 1;
}
.partner_main .txt li .img {
  height: 65px;
  padding: 24px 40px 12px;
  text-align: center;
}
.partner_main .txt li:nth-child(2) .img {
  padding: 24px 30px 12px;
}
.partner_main .txt li p {
  text-align: center;
  font-size: 12px;
  color: #555;
}
.partner_main .txt .text p {
  margin-top: 40px;
  color: #555;
  line-height: 30px;
}
.partner_main .txt .text p span {
  color: #15a4de;
}
.partner_main .swiper {
  padding-top: 35px;
  width: 57.46153846%;
}
.partner_main .swiper .swiper-container {
  padding-bottom: 40px;
}
.partner_main .swiper .swiper-container .swiper-pagination-bullet-active {
  background-color: #15a4de;
}
.partner_main .swiper .img {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100px;
  background-color: #ffffff;
  border: solid 1px #f1f1f1;
}
.partner_main .swiper .img:hover {
  box-shadow: 0px 3px 15px 0px rgba(44, 183, 239, 0.2);
  border: solid 1px #2cb7ef;
}
.partner_main .main3 {
  padding: 55px 0 280px;
  background: url(../images/partner_bg2.jpg) bottom center / contain no-repeat;
}
.partner_main .main3 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  font-size: 18px;
  font-weight: bold;
}
.partner_main .main3 ul li:hover .img {
  transform: translateY(-5px);
}
.partner_main .main3 ul li:hover p {
  color: #15a4de;
}
.partner_main .main3 ul .img {
  text-align: center;
  transition: all 0.5s;
}
.partner_main .main3 ul p {
  margin-top: 16px;
  transition: all 0.5s;
}
.partner_main .main3 .art {
  margin-top: 64px;
  color: #555555;
  line-height: 30px;
}
.partner_main .main3 .art span {
  color: #15a4de;
}
.server_main .main1 {
  padding: 54px 0 60px;
  background-color: #f2f9ff;
}
.server_main .main1 .head {
  text-align: center;
}
.server_main .main1 .head .cn {
  font-size: 30px;
  font-weight: bold;
}
.server_main .main1 .head .en {
  margin-top: 5px;
  font-size: 20px;
  font-family: CenturyGothic;
  color: #888;
}
.server_main .main1 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.server_main .main1 .content .txt {
  width: 42.69230769%;
  /*font-size: 18px;*/
  line-height: 2;
}
.server_main .main1 .content .txt .t {
  font-weight: bold;
}
.server_main .main1 .content .img {
  width: 50.76923077%;
}
.server_main .main1 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.server_main .main1 .list li {
  padding-top: 12px;
  width: 17.69230769%;
  height: 180px;
  border-radius: 3px;
  border: solid 1px #7d7d7d;
}
.server_main .main1 .list li:nth-child(3) .icon .iconfont {
  font-size: 60px;
}
.server_main .main1 .list li .icon {
  height: 90px;
  text-align: center;
  line-height: 90px;
}
.server_main .main1 .list li .icon .iconfont {
  font-size: 50px;
  color: #8a8a8a;
}
.server_main .main1 .list li .text {
  margin-top: 5px;
  line-height: 32px;
  text-align: center;
}
.server_main .main1 .list li .text .a {
  font-size: 14px;
  color: #33a5d5;
  transition: all 0.5s;
}
.server_main .main1 .list li .text .a span {
  margin-left: 6px;
  font-family: SimSun;
}
.server_main .main1 .list li .text .a:hover {
  opacity: 0.8;
  transform: translateX(5px);
}
.server_main .main1 .phone_number {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 50px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  height: 110px;
  background: url(../images/server_bg.jpg) center / cover no-repeat;
}
.server_main .main1 .phone_number .icon {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #ffffff;
  border-radius: 50%;
}
.server_main .main1 .phone_number .icon .iconfont {
  font-size: 24px;
}
.data_main .main1 {
  padding: 54px 0 60px;
  background-color: #f7f8fa;
}
.data_main .main1 .head {
  text-align: center;
}
.data_main .main1 .head .cn {
  font-size: 30px;
  font-weight: bold;
}
.data_main .main1 .head .en {
  margin-top: 5px;
  font-size: 20px;
  font-family: CenturyGothic;
  color: #888;
}
.data_main .main1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}
.data_main .main1 ul li {
  position: relative;
  margin-top: 30px;
  padding: 35px 40px;
  width: 48.46153846%;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #e5e5e5;
}
.data_main .main1 ul li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -30px;
  width: 4px;
  height: 60px;
  background-color: #a1bbc5;
  border-radius: 2px;
  transition: all 0.5s;
}
.data_main .main1 ul li:hover h2 {
  color: #15a4de;
}
.data_main .main1 ul li:hover::before {
  background-color: #15a4de;
}
.data_main .main1 ul li:hover .box::before {
  background-color: #0069f8;
}
.data_main .main1 ul li:hover .icon {
  background-color: rgba(21, 164, 222, 0.6);
  border-color: transparent;
}
.data_main .main1 ul li:hover .icon .down {
  color: #fff;
}
.data_main .main1 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.data_main .main1 ul li .text {
  height: 100%;
  width: 61.01694915%;
}
.data_main .main1 ul li h2 {
  font-size: 20px;
  color: #222;
}
.data_main .main1 ul li p {
  margin-top: 6px;
  font-size: 14px;
  color: #888;
  line-height: 24px;
}
.data_main .main1 ul li .box {
  position: relative;
  display: inline-block;
}
.data_main .main1 ul li .box::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.5s;
}
.data_main .main1 ul li .icon {
  position: relative;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 53px;
  border: 1px solid rgba(161, 187, 197, 0.9);
  border-radius: 50%;
  transition: all 0.5s;
  z-index: 1;
}
.data_main .main1 ul li .icon .down {
  color: #a1bbc5;
  font-size: 25px;
  transition: all 0.5s;
}
.data_main .main1 .paging {
  margin-top: 40px;
}
.join_main .main1 {
  padding: 55px 0 140px;
  background: url(../images/join_bg1.jpg) bottom center / contain no-repeat;
}
.join_main .main1 .head {
  text-align: center;
}
.join_main .main1 .head .cn {
  font-size: 30px;
  font-weight: bold;
}
.join_main .main1 .head .en {
  margin-top: 5px;
  font-size: 20px;
  font-family: CenturyGothic;
  color: #888;
}
.join_main .main1 ul {
  display: flex;
  justify-content: space-between;
  margin: 54px auto 0;
  width: 1160px;
}
.join_main .main1 li {
  width: 230px;
  text-align: center;
}
.join_main .main1 li .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 98px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #1aade8;
  transition: all 0.5s;
}
.join_main .main1 li .icon .iconfont {
  font-size: 50px;
  color: #15a4de;
  transition: all 0.5s;
}
.join_main .main1 li .icon:hover {
  background-color: #15a4de;
}
.join_main .main1 li .icon:hover .iconfont {
  color: #fff;
  transform: rotateX(360deg);
}
.join_main .main1 li .tit {
  margin-top: 25px;
  font-size: 24px;
}
.join_main .main1 li p {
  margin-top: 5px;
  color: #777;
  line-height: 36px;
}
.join_main .main1 .txt {
  margin-top: 38px;
  line-height: 36px;
  text-align: center;
}
.join_main .main1 .txt span {
  color: #00a1e2;
}
.join_main .main2 {
  padding: 80px 0;
}
.join_main .main2 .center {
  display: flex;
  justify-content: space-between;
}
.join_main .main2 .head .cn {
  font-size: 30px;
  font-weight: bold;
}
.join_main .main2 .head .en {
  margin-top: 5px;
  font-size: 20px;
  font-family: CenturyGothic;
  color: #888;
}
.join_main .main2 .text {
  padding-top: 34px;
  width: 476px;
}
.join_main .main2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
  line-height: 40px;
  font-size: 18px;
  color: #222;
}
.join_main .main2 p {
  margin-top: 58px;
  color: #666;
  line-height: 36px;
}
.join_main .main3 {
  padding: 54px 0 97px;
  text-align: center;
  background-color: #f5f5f5;
}
.join_main .main3 .head {
  text-align: center;
}
.join_main .main3 .head .cn {
  font-size: 30px;
  font-weight: bold;
}
.join_main .main3 .head .en {
  margin-top: 5px;
  font-size: 20px;
  font-family: CenturyGothic;
  color: #888;
}
.join_main .main3 p {
  margin-top: 42px;
  color: #555;
  text-align: center;
  line-height: 36px;
}
.join_main .main3 img {
  margin-top: 68px;
}
.join_main .main4 {
  padding: 54px 0 80px;
}
.join_main .main4 .head {
  text-align: center;
}
.join_main .main4 .head .cn {
  font-size: 30px;
  font-weight: bold;
}
.join_main .main4 .head .en {
  margin-top: 5px;
  font-size: 20px;
  font-family: CenturyGothic;
  color: #888;
}
.join_main .main4 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.join_main .main4 .content > div {
  padding: 56px;
  width: 48.46153846%;
}
.join_main .main4 .content .left {
  background: url(../images/join_bg2.jpg) bottom right / cover no-repeat;
}
.join_main .main4 .content .right {
  background: url(../images/join_bg3.jpg) bottom right / cover no-repeat;
}
.join_main .main4 h2 {
  margin-bottom: 26px;
  font-size: 22px;
}
.join_main .main4 p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.recruit_main .main1 {
  padding: 55px 0 75px;
}
.recruit_main .main1 .head {
  text-align: center;
}
.recruit_main .main1 .head .cn {
  font-size: 30px;
  font-weight: bold;
}
.recruit_main .main1 .head .en {
  margin-top: 5px;
  font-size: 20px;
  font-family: CenturyGothic;
  color: #888;
}
.recruit_main .main1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.recruit_main .main1 ul li {
  margin-top: 20px;
  width: 32.30769231%;
  line-height: 48px;
}
.recruit_main .main1 ul a {
  position: relative;
  padding: 0 20px;
  height: 50px;
  color: #444;
  border: solid 1px #d2d2d2;
  transition: all 0.5s;
  overflow: hidden;
}
.recruit_main .main1 ul a:hover {
  color: #fff;
  background-color: #15a4de;
  border: solid 1px #15a4de;
}
.recruit_main .main1 ul a.display {
  color: #ccc;
  background-color: #fff;
  border: solid 1px #d2d2d2;
}
.recruit_main .main1 ul a img {
  position: absolute;
  top: 10px;
  right: 10px;
}
.recruit_main .main2 .head {
  text-align: center;
}
.recruit_main .main2 .head .cn {
  font-size: 30px;
  font-weight: bold;
}
.recruit_main .main2 .head .en {
  margin-top: 5px;
  font-size: 20px;
  font-family: CenturyGothic;
  color: #888;
}
.recruit_main .main2 .form_box {
  margin-top: 45px;
  background-color: #f6f6f6;
}
.recruit_main .main2 .form_box .th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 40px;
  color: #fff;
  font-size: 18px;
  line-height: 66px;
  background-color: #15a4de;
}
.recruit_main .main2 .form_box .th .sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 16px;
  width: 195px;
  height: 35px;
  line-height: 33px;
  font-size: 12px;
  border-radius: 18px;
  border: solid 1px #ffffff;
}
.recruit_main .main2 .form_box .th .sec .iconfont {
  font-size: 16px;
  color: #fff;
}
.recruit_main .main2 .form_box .th .sec input {
  flex: 1;
  /* 使用webkit内核的浏览器 */
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
  /* IE浏览器 */
}
.recruit_main .main2 .form_box .th .sec input::-webkit-input-placeholder {
  color: #fff;
}
.recruit_main .main2 .form_box .th .sec input:-moz-placeholder {
  color: #fff;
}
.recruit_main .main2 .form_box .th .sec input::-moz-placeholder {
  color: #fff;
}
.recruit_main .main2 .form_box .th .sec input:-ms-input-placeholder {
  color: #fff;
}
.recruit_main .main2 .form_box .list {
  padding: 20px 60px 30px;
  line-height: 60px;
}
.recruit_main .main2 .form_box .list dl {
  display: flex;
  border-top: 1px solid #e8e8e8;
}
.recruit_main .main2 .form_box .list dl:first-child {
  border-top: none;
}
.recruit_main .main2 .form_box .list dt {
  width: 80px;
}
.recruit_main .main2 .form_box .list div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.recruit_main .main2 .form_box .list dd {
  margin-left: 50px;
  color: #666;
  cursor: pointer;
}
.recruit_main .main2 .form_box .list .active {
  color: #15a4de;
}
.recruit_main .main3 {
  margin-top: 30px;
}
.recruit_main .main3 .center_box {
  padding-bottom: 70px;
  background-color: #fcfcfc;
}
.recruit_main .main3 .tab > dt {
  margin-bottom: 15px;
  height: 66px;
  color: #fff;
  line-height: 66px;
  background-color: #15a4de;
}
.recruit_main .main3 .tab > dd {
  cursor: pointer;
  border-bottom: 1px solid #e1e7ed;
}
.recruit_main .main3 .tab > dd ul {
  color: #666;
  height: 60px;
  line-height: 60px;
}
.recruit_main .main3 .tab > dd .iconfont {
  color: #7d7d7d;
}
.recruit_main .main3 .tab > dd.active ul {
  background-color: #f0f0f0;
  border-bottom: 1px solid #eaeaea;
}
.recruit_main .main3 .tab > dd.active .iconfont {
  color: #fff;
  transform: rotateZ(180deg);
}
.recruit_main .main3 .tab .content {
  padding: 36px 60px 60px 68px;
  color: #525252;
  display: none;
  line-height: 2;
  background-color: #fff;
  border-bottom: 1px solid #e1e7ed;
}
.recruit_main .main3 .tab .content .vocation {
  font-size: 20px;
}
.recruit_main .main3 .tab .content .top {
  margin-top: 5px;
  padding-bottom: 32px;
  width: 100%;
  max-width: 1020px;
  color: #525252;
  border-bottom: 1px solid rgba(66, 66, 66, 0.1);
}
.recruit_main .main3 .tab .content .top .item {
  margin-left: 70px;
}
.recruit_main .main3 .tab .content .top .item:first-child {
  margin-left: 0%;
}
.recruit_main .main3 .tab .content .details {
  padding-top: 20px;
  color: #525252;
}
.recruit_main .main3 .tab .content .details .tle {
  font-weight: bold;
}
.recruit_main .main3 .tab .content .details .end {
  margin-top: 20px;
}
.recruit_main .main3 .tab .content .left {
  margin-right: 20px;
}
.recruit_main .main3 .tab .content a {
  margin-top: 20px;
  width: 143px;
  height: 46px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  background-color: #15a4de;
}
.recruit_main .main3 .tab .content a:hover {
  opacity: 0.8;
}
.recruit_main .main3 .list {
  padding: 0 66px;
  display: flex;
}
.recruit_main .main3 .list > li {
  padding-right: 5px;
  text-align: center;
  width: calc((100% - 90px) / 5);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.recruit_main .main3 .list > li:first-child {
  text-align: left;
}
.recruit_main .main3 .list > li:last-child {
  width: 90px;
  text-align: left;
}
.recruit_main .main3 .list > li:last-child i {
  margin-left: 5px;
  font-family: SimSun;
}
.recruit_main .main3 .paging {
  margin-top: 50px;
}
.show_main .main1 {
  padding: 55px 0 80px;
}
.show_main .main1 .head {
  text-align: center;
}
.show_main .main1 .head .cn {
  font-size: 30px;
  font-weight: bold;
}
.show_main .main1 .head .en {
  margin-top: 5px;
  font-size: 20px;
  font-family: CenturyGothic;
  color: #888;
}
.show_main .main1 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}
.show_main .main1 .list li {
  position: relative;
  margin: -3.84615385% 0.92307692% 0;
  padding-top: 21.23076923%;
  width: 18.46153846%;
  background: url(../images/show_bg1.png) center / contain no-repeat;
}
.show_main .main1 .list li:nth-child(5) {
  margin-left: 0;
}
.show_main .main1 .list li:nth-child(9) {
  margin-right: 0;
}
.show_main .main1 .list .item {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.show_main .main1 .list .img {
  height: 78px;
}
.show_main .main1 .list p {
  margin-top: 22px;
  font-size: 22px;
  color: #444;
}
.show_main .main2 {
  padding: 55px 0;
  background-color: #f7f7f7;
}
.show_main .main2 .head {
  text-align: center;
}
.show_main .main2 .head .cn {
  font-size: 30px;
  font-weight: bold;
}
.show_main .main2 .head .en {
  margin-top: 5px;
  font-size: 20px;
  font-family: CenturyGothic;
  color: #888;
}
.show_main .main2 .swiper-container {
  margin-top: 45px;
  padding-bottom: 60px;
  text-align: center;
}
.show_main .main2 .swiper-container p {
  margin-top: 16px;
  padding: 0 20px;
  color: #444;
}
.show_main .main2 .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #15a4de;
}
.show_main .main2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.contact_main .main1 {
  padding: 55px 0 80px;
  background-color: #f2f9ff;
}
.contact_main .main1 .name {
  font-size: 24px;
  font-weight: bold;
}
.contact_main .main1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.contact_main .main1 ul li {
  display: flex;
  margin-top: 2.30769231%;
  padding: 40px 40px 50px;
  width: 48.84615385%;
  background-color: #fff;
  transition: all 0.5s;
}
.contact_main .main1 ul li:hover {
  color: #f5f8fb;
  background-color: #15a4de;
}
.contact_main .main1 ul li:hover .txt {
  color: #f5f8fb;
}
.contact_main .main1 ul li:hover .txt::before {
  background-color: #f5f8fb;
  opacity: 0.2;
}
.contact_main .main1 ul .key {
  margin-top: 3px;
  width: 21.62162162%;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 1px;
}
.contact_main .main1 ul .txt {
  position: relative;
  padding-left: 45px;
  min-height: 120px;
  font-size: 14px;
  color: #555;
  line-height: 32px;
  transition: all 0.5s;
}
.contact_main .main1 ul .txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 120px;
  background-color: #555555;
  opacity: 0.1;
  transition: all 0.5s;
}
.contact_main .main2 {
  padding: 55px 0 80px;
}
.contact_main .main2 .center {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}
.contact_main .main2 .name {
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: bold;
}
.contact_main .main2 .form {
  width: 460px;
}
.contact_main .main2 .form .row {
  margin-bottom: 20px;
}
.contact_main .main2 .form .row:first-child {
  display: flex;
  justify-content: space-between;
}
.contact_main .main2 .form .row:first-child .lab {
  width: 220px;
}
.contact_main .main2 .form .row .val {
  width: 145px;
}
.contact_main .main2 .form .lab {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px rgba(160, 160, 160, 0.7);
}
.contact_main .main2 .form .lab input {
  flex: 1;
}
.contact_main .main2 .form .lab .icon {
  position: relative;
  margin-right: 12px;
  width: 40px;
  line-height: 22px;
  text-align: center;
}
.contact_main .main2 .form .lab .icon .iconfont {
  color: #999;
}
.contact_main .main2 .form .lab .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  background-color: #d1d1d1;
}
.contact_main .main2 .form textarea {
  flex: 1;
  height: 120px;
}
.contact_main .main2 .form .btn {
  position: relative;
}
.contact_main .main2 .form .btn::before {
  content: "";
  position: absolute;
  top: 4px;
  width: 100%;
  height: 100%;
  background-color: #007edb;
  border-radius: 5px;
}
.contact_main .main2 .form .btn button {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background-color: #15a4de;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}
.contact_main .main2 .form .btn button:hover {
  opacity: 0.8;
}
.contact_main .main2 .form p {
  margin-top: 22px;
  text-align: center;
  font-size: 14px;
  color: #555;
}
.contact_main .main2 .form span {
  color: #15a4de;
}
.contact_main .main2 .txt {
  padding: 66px 80px 90px;
  width: 56.15384615%;
  background: url(../images/contact_bg.jpg) right center / cover no-repeat;
}
.contact_main .main2 .txt p {
  width: 255px;
  text-align: justify;
  line-height: 36px;
  font-size: 14px;
}
.contact_main .main2 .txt .end {
  margin-top: 110px;
  line-height: 22px;
  font-weight: lighter;
}
.contact_main .main2 .txt .thank {
  color: #000;
}
.contact_main .main2 .txt .for {
  color: #888;
}
.law_main .main1 {
  padding-top: 40px;
  background-color: #f7f8f9;
}
.law_main .name {
  color: #15a4de;
  font-size: 37px;
}
.law_main .crumbs {
  display: flex;
  color: #888888;
  font-size: 14px;
  line-height: 40px;
}
.law_main .crumbs .home {
  margin-right: 10px;
}
.law_main .crumbs .home .iconfont {
  color: #dedede;
  font-size: 18px;
}
.law_main .crumbs .home:hover .iconfont {
  color: #15a4de;
}
.law_main .crumbs span {
  margin: 0 10px;
  font-family: SimSun;
}
.law_main .crumbs a:last-child,
.law_main .crumbs a:hover {
  color: #15a4de;
}
.law_main .article {
  margin-top: 35px;
  padding: 45px 0 56px;
  background-color: #fff;
}
.law_main .article .goto {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.law_main .article .goto a {
  position: relative;
  margin: 0 25px;
  padding-bottom: 15px;
}
.law_main .article .goto a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #15a4de;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.law_main .article .goto a.active::after,
.law_main .article .goto a:hover::after {
  width: 100%;
}
.law_main .article .content {
  margin-top: 45px;
}
.law_main .article .from_name {
  margin-top: 40px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #15a4de;
}
#fullPage {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 19930428;
}
#fullPage > div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
#fullPage .img {
  position: relative;
}
#fullPage .img .close {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  cursor: pointer;
}
#fullPage .img .close .iconfont {
  opacity: 0.7;
}
#fullPage .img .close:hover .iconfont {
  color: #15a4de;
}
@media screen and (max-width: 1340px) {
  body {
    min-width: 1200px;
  }
  .center {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280) {
  .about_main .main3 .text p:last-child {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body {
    min-width: auto;
    overflow-x: hidden;
  }
  header {
    height: 100px;
  }
  header .header {
    min-width: auto;
  }
  header .middle .menu {
    margin: 0;
    height: auto;
  }
  header .middle .menu > ul {
    display: block;
  }
  header .middle .menu > ul > li {
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  header .middle .header_right {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    line-height: 80px;
    height: calc(100vh - 100px);
    background-color: #fff;
    overflow: auto;
  }
  header .middle .handle_box {
    margin-left: 0;
    justify-content: center;
  }
  header .middle .handle_box .sec_btn {
    display: none;
  }
  header .down_wrap {
    position: static;
    margin: 0;
    width: auto;
  }
  header .down_box {
    padding: 20px;
    width: 100%;
  }
  header .down_box .menu_list {
    width: 100%;
  }
  header .down_box .menu_list .menu_t {
    display: none;
  }
  header .down_box .menu_list li {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  header .down_box .menu_more {
    display: none;
  }
  header .down_nav_control {
    width: 32px;
    padding: 11px 0;
    display: block;
  }
  header .down_nav_control .line {
    -webkit-transform-origin: 16px center;
    -moz-transform-origin: 16px center;
    -ms-transform-origin: 16px center;
    transform-origin: 16px center;
  }
  header .down_nav_control.active .line.line1 {
    top: 11px;
  }
  header .down_nav_control.active .line.line3 {
    bottom: 11px;
  }
  footer {
    padding: 0;
    background-color: #333333;
  }
  footer .footer_main {
    display: none;
  }
  footer .footer_bottom {
    flex-wrap: wrap;
    justify-content: center;
    line-height: 2;
  }
  footer .footer_bottom a {
    text-align: center;
  }
  footer .footer_bottom a:first-child {
    width: 100%;
  }
  footer .footer_bottom .left {
    flex-wrap: wrap;
    justify-content: center;
  }
  .inner_link .crumbs {
    display: none;
  }
  .index_main .main1 .cut_slide li {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
  }
  .index_main .main1 .cut_content {
    margin-top: 45px;
  }
  .index_main .main1 .cut_content li {
    display: none;
  }
  .index_main .main1 .cut_content li.active {
    justify-content: center;
    flex-wrap: wrap;
  }
  .index_main .main1 .cut_content .content {
    margin-top: 20px;
  }
  .index_main .main1 .cut_content .swiper-slide .box {
    width: 100%;
    height: auto;
  }
  .index_main .main1 .left {
    width: 100%;
  }
  .index_main .main1 .right {
    margin-top: 60px;
    width: 100%;
  }
  .index_main .main2 {
    padding: 70px 0 40px;
  }
  .index_main .main2 h2 {
    font-size: 36px;
  }
  .index_main .main2 .box {
    display: block;
    padding: 40px;
  }
  .index_main .main2 .box .select_box .select {
    width: auto;
    max-width: 520px;
  }
  .index_main .main2 .box .content {
    width: 100%;
  }
  .index_main .main2 .box .content .slide {
    display: none;
  }
  .index_main .main2 .box .content .slide.active {
    display: block;
  }
  .index_main .main2 .box .content .slide > p {
    width: 100%;
  }
  .index_main .main2 .box .right {
    margin-top: 40px;
    width: 100%;
  }
  .index_main .main3 {
    padding: 35px 0 60px;
  }
  .index_main .main3 .news_content {
    display: block;
  }
  .index_main .main3 .news_content .news-main {
    width: 100%;
  }
  .index_main .main3 .news_content .news-main .text {
    flex: 1;
    width: auto;
    padding-left: 20px;
  }
  .index_main .main3 .news_content ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
  }
  .index_main .main3 .news_content ul li {
    margin-top: 0;
    width: 30%;
  }
  .index_main .main3 .news_content ul li a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .index_main .main3 .news_content ul li a:hover h3 {
    color: #15a4de;
  }
  .index_main .main3 .news_content ul li h3 {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
  }
  .index_main .main3 .news_content ul li .date {
    margin-top: 20px;
  }
  .index_main .main3 .news_content ul li .text {
    padding-left: 10px;
    width: auto;
    flex: 1;
  }
  .index_main .main3 .news_content ul .img {
    width: 110px;
  }
  .index_main .main3 .news_content ul .img .picture_container {
    padding-top: 72.72727273%;
  }
  .index_main .main3 .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid #eee;
  }
  .index_main .main3 .news_list li {
    margin-top: 20px;
    width: 30.76923077%;
  }
  .index_main .main3 .news_list a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .index_main .main3 .news_list a:hover p {
    color: #15a4de;
  }
  .index_main .main3 .news_list a:hover span {
    border-color: #15a4de;
  }
  .index_main .main3 .news_list a:hover .iconfont {
    color: #15a4de;
  }
  .index_main .main3 .news_list p {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    transition: all 0.5s;
  }
  .index_main .main3 .news_list span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e7e7e7;
    transition: all 0.5s;
  }
  .index_main .main3 .news_list span .iconfont {
    font-size: 14px;
    color: #ccc;
    transition: all 0.5s;
  }
  .about_main .main3 .text p:last-child {
    display: none;
  }
  .history_main .title {
    position: relative;
    padding-left: 100px;
  }
  .history_main .title::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #15a4de;
  }
  .history_main .title .en {
    font-family: CenturyGothic-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #15a4de;
    opacity: 0.4;
  }
  .history_main .title .cn {
    margin-top: 2px;
    font-size: 22px;
    color: #15a4de;
    font-weight: bold;
  }
  .history_main .main1 .content .text {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .history_main .main1 .content .text li {
    margin-bottom: 24px;
  }
  .culture_main .main1 .center {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .culture_main .main1 ul {
    margin-top: -40px;
    width: 100%;
  }
  .culture_main .main1 ul li {
    margin-top: 80px;
    padding-right: 50px;
    width: 50%;
  }
  .culture_main .main1 .head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .culture_main .main1 .head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 25px;
    background-color: #ffbc78;
  }
  .culture_main .main1 p {
    margin-top: 10px;
    font-size: 18px;
    color: #444;
    line-height: 2;
  }
  .culture_main .main1 .iconfont {
    margin-top: 10px;
    font-size: 60px;
    color: #444;
  }
  .culture_main .main1 .img {
    display: none;
  }
  .advantage_main .head {
    text-align: center;
  }
  .advantage_main .head .cn {
    font-weight: bold;
    font-size: 30px;
  }
  .advantage_main .head .en {
    margin-top: 4px;
    font-family: CenturyGothic;
    font-size: 20px;
    color: #888;
  }
  .advantage_main .main1 .txt {
    margin-top: 24px;
  }
  .advantage_main .main1 .swiper-container .swiper-slide {
    opacity: 1;
  }
  .advantage_main .main1 .swiper-container .swiper-slide .img {
    display: inline-block;
    transform: all 0.5s;
  }
  .advantage_main .main1 .swiper-container .swiper-slide p {
    display: none;
  }
  .advantage_main .main1 .swiper-container .swiper-slide.swiper-slide-prev,
  .advantage_main .main1 .swiper-container .swiper-slide.swiper-slide-next,
  .advantage_main .main1 .swiper-container .swiper-slide.swiper-slide-active {
    margin: 0;
    opacity: 1;
    width: 100% !important ;
  }
  .partner_main .main3 ul {
    font-size: 16px;
    text-align: center;
  }
  .data_main .main1 ul li .text {
    flex: 1;
    padding-right: 20px;
    height: 100%;
    width: auto;
  }
  .data_main .main1 .paging {
    margin-top: 40px;
  }
  .join_main .main1 ul {
    width: auto;
  }
  .join_main .main1 li {
    width: 25%;
  }
  .join_main .main1 li .icon {
    width: 80px;
    height: 80px;
    line-height: 78px;
  }
  .join_main .main1 li .icon .iconfont {
    font-size: 40px;
  }
  .join_main .main1 li .tit {
    font-size: 20px;
  }
  .join_main .main1 li p {
    font-size: 14px;
    line-height: 28px;
  }
  .join_main .main1 .txt {
    font-size: 14px;
    line-height: 28px;
  }
  .join_main .main2 {
    padding: 60px 0;
  }
  .join_main .main2 .text {
    padding-right: 20px;
    font-size: 14px;
    width: auto;
    max-width: 400px;
  }
  .join_main .main2 ul {
    font-size: 16px;
  }
  .join_main .main2 p {
    line-height: 28px;
  }
  .join_main .main2 .img {
    width: calc(100% - 476px);
  }
  .show_main .main1 .list .img {
    height: 50px;
  }
  .show_main .main1 .list p {
    font-size: 16px;
  }
  .contact_main .main1 ul li {
    padding: 20px;
  }
  .contact_main .main1 ul li:hover {
    color: #f5f8fb;
    background-color: #15a4de;
  }
  .contact_main .main1 ul li:hover .txt {
    color: #f5f8fb;
  }
  .contact_main .main1 ul li:hover .txt::before {
    background-color: #f5f8fb;
    opacity: 0.2;
  }
  .contact_main .main2 .form {
    padding-right: 20px;
    width: auto;
    flex: 1;
  }
  .contact_main .main2 .txt {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .banner img:first-child {
    display: none;
  }
  .banner img:last-child {
    display: block;
  }
  .inner_link {
    position: relative;
    z-index: 11;
  }
  .inner_link .phone_link {
    display: block;
    color: #fff;
    background-color: #15a4de;
  }
  .inner_link .center {
    display: block;
    background-color: #15a4de;
    text-align: center;
  }
  .inner_link .toggle {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
  }
  .inner_link .toggle a {
    padding: 0 30px;
    color: #444;
    transition: all 0.5s;
  }
  .inner_link .toggle a.active,
  .inner_link .toggle a:hover {
    color: #15a4de;
    background-color: #fff;
  }
  .index_main .banner .swiper-button-next,
  .index_main .banner .swiper-button-prev {
    display: none;
  }
  .index_main .banner .swiper-pagination {
    display: none;
  }
  .index_main .main1 .cut_slide li {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
  }
  .index_main .main1 .cut_content {
    margin-top: 45px;
  }
  .index_main .main1 .cut_content li {
    display: none;
  }
  .index_main .main1 .cut_content li.active {
    justify-content: center;
    flex-wrap: wrap;
  }
  .index_main .main1 .cut_content .content {
    margin-top: 20px;
  }
  .index_main .main1 .cut_content .swiper-slide .box {
    width: 100%;
    height: auto;
  }
  .index_main .main1 .left {
    width: 100%;
  }
  .index_main .main1 .right {
    margin-top: 60px;
    width: 100%;
  }
  .index_main .main2 {
    padding: 70px 0 40px;
  }
  .index_main .main2 .center {
    padding: 0;
  }
  .index_main .main2 .center > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index_main .main2 h2 {
    font-size: 36px;
  }
  .index_main .main2 .box {
    display: block;
    padding: 40px;
  }
  .index_main .main2 .box .select_box {
    position: relative;
  }
  .index_main .main2 .box .select_box .select span {
    font-size: 20px;
  }
  .index_main .main2 .box .select_box ul {
    top: 100%;
  }
  .index_main .main3 .top .tit {
    font-size: 20px;
  }
  .index_main .main3 .top .tit .en {
    font-size: 20px;
  }
  .index_main .main3 .news_content {
    display: block;
  }
  .index_main .main3 .news_content .news-main {
    width: 100%;
  }
  .index_main .main3 .news_content .news-main .text {
    flex: 1;
    width: auto;
    padding-left: 20px;
  }
  .index_main .main3 .news_content ul {
    display: block;
  }
  .index_main .main3 .news_content ul li {
    margin-top: 20px;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #eee;
  }
  .index_main .main3 .news_content ul li a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .index_main .main3 .news_content ul li a:hover h3 {
    color: #15a4de;
  }
  .index_main .main3 .news_content ul li h3 {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
  }
  .index_main .main3 .news_content ul li .date {
    margin-top: 20px;
  }
  .index_main .main3 .news_content ul li .text {
    padding-left: 10px;
    width: auto;
    flex: 1;
  }
  .index_main .main3 .news_content ul .img {
    width: 110px;
  }
  .index_main .main3 .news_content ul .img .picture_container {
    padding-top: 72.72727273%;
  }
  .index_main .main3 .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid #eee;
  }
  .index_main .main3 .news_list li {
    margin-top: 20px;
    width: 30.76923077%;
  }
  .index_main .main3 .news_list a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .index_main .main3 .news_list a:hover p {
    color: #15a4de;
  }
  .index_main .main3 .news_list a:hover span {
    border-color: #15a4de;
  }
  .index_main .main3 .news_list a:hover .iconfont {
    color: #15a4de;
  }
  .index_main .main3 .news_list p {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    transition: all 0.5s;
  }
  .index_main .main3 .news_list span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e7e7e7;
    transition: all 0.5s;
  }
  .index_main .main3 .news_list span .iconfont {
    font-size: 14px;
    color: #ccc;
    transition: all 0.5s;
  }
  .about_main .main2 {
    padding: 60px 0;
  }
  .about_main .main2 .title .en {
    font-size: 22px;
  }
  .about_main .main2 .txt {
    margin: 40px auto;
    max-width: 1100px;
    color: #f5f8fb;
    line-height: 2;
  }
  .about_main .main2 ul {
    flex-wrap: wrap;
  }
  .about_main .main2 ul span {
    font-size: 18px;
  }
  .about_main .main2 ul i {
    font-size: 12px;
  }
  .about_main .main2 ul p {
    font-size: 14px;
  }
  .about_main .main3 ul {
    flex-wrap: wrap;
  }
  .about_main .main3 .text p:last-child {
    display: block;
  }
  .about_main .main3 li {
    width: 100%;
  }
  .about_main .main3 li:nth-child(1) {
    order: 0;
  }
  .about_main .main3 li:nth-child(2) {
    order: 1;
  }
  .about_main .main3 li:nth-child(3) {
    order: 3;
  }
  .about_main .main3 li:nth-child(4) {
    order: 2;
  }
  .about_main .main3 li:nth-child(5) {
    order: 4;
  }
  .about_main .main3 li:nth-child(6) {
    order: 5;
  }
  .about_main .main3 li > div {
    padding: 20px;
  }
  .about_main .main3 h3 {
    font-size: 24px;
  }
  .about_main .main4 {
    padding: 50px 0 80px;
  }
  .about_main .main4 .title .en {
    font-size: 20px;
  }
  .about_main .main5 {
    padding: 50px 0 100px;
  }
  .about_main .main5 .title::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #fff;
  }
  .about_main .main5 .title .en {
    font-size: 20px;
  }
  .about_main .main5 .content {
    justify-content: center;
    margin-top: 30px;
  }
  .about_main .main5 .content .img {
    display: none;
  }
  .about_main .main5 .content .card {
    flex: 1;
    position: relative;
    max-width: 460px;
  }
  .about_main .main5 .content .card::before {
    content: "";
    position: absolute;
    left: -3px;
    width: 100%;
    height: 550px;
    background-color: #15a4de;
    border-radius: 15px;
  }
  .about_main .main5 .content .swiper {
    position: relative;
    padding: 50px;
    max-width: 460px;
    height: 550px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 78, 110, 0.1);
    border-radius: 15px;
    z-index: 9;
  }
  .about_main .main5 .content .swiper h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 14px;
    font-size: 26px;
  }
  .about_main .main5 .content .swiper h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 26px;
    height: 2px;
    background-color: #dedede;
  }
  .about_main .main5 .content .swiper .text {
    line-height: 48px;
  }
  .about_main .main5 .content .swiper a {
    margin-top: 24px;
    width: 140px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    background-color: #15a4de;
    border-radius: 5px;
    transition: all 0.5s;
  }
  .about_main .main5 .content .swiper a:hover {
    opacity: 0.8;
  }
  .about_main .main5 .content .swiper .bottom {
    display: flex;
    justify-content: center;
    margin-top: 58px;
    padding-top: 30px;
    border-top: 1px solid #f5f5f5;
  }
  .about_main .main5 .content .swiper .bottom .btn-prev {
    transform: rotateZ(180deg);
  }
  .about_main .main5 .content .swiper .bottom .icon {
    margin: 0 10px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    background-color: #ffffff;
    border-radius: 50%;
    border: solid 1px #dcdcdc;
    cursor: pointer;
    transition: all 0.5s;
  }
  .about_main .main5 .content .swiper .bottom .icon:hover {
    background-color: #15a4de;
  }
  .about_main .main5 .content .swiper .bottom .icon:hover .iconfont {
    color: #fff;
  }
  .about_main .main5 .content .swiper .bottom .icon .iconfont {
    font-size: 22px;
    opacity: 0.5;
  }
  .about_main .main6 {
    padding: 52px 0 60px;
  }
  .about_main .main6 .title .en {
    font-size: 20px;
  }
  .about_main .main6 .show_box {
    margin-top: 45px;
  }
  .about_main .main6 .swiper-container {
    padding-bottom: 40px;
  }
  .about_main .main6 .swiper-container .swiper-button-next,
  .about_main .main6 .swiper-container .swiper-button-prev {
    display: none;
  }
  .about_main .main6 a .img {
    overflow: hidden;
  }
  .about_main .main6 a:hover p {
    color: #15a4de;
  }
  .about_main .main6 a:hover img {
    transform: scale(1.05);
  }
  .about_main .main6 p {
    margin-top: 15px;
    color: #444;
    text-align: center;
  }
  .partner_main .main3{
    padding: 55px 0 100px;
  }
  .industrial_main {
    background-color: #f8f8f8;
  }
  .industrial_main .crumbs {
    line-height: 40px;
  }
  .industrial_main .article {
    padding: 40px 20px;
    background-color: #fff;
  }
  .industrial_main .article .article_title {
    text-align: center;
  }
  .industrial_main .article .cn {
    font-size: 24px;
  }
  .industrial_main .article .en {
    font-size: 18px;
  }
  .industrial_main .article .goto a {
    height: 42px;
    line-height: 40px;
  }
  .history_main .title .en {
    font-size: 22px;
  }
  .history_main .main1 {
    padding-bottom: 30px;
    height: auto;
  }
  .history_main .main1 .year .swiper-button-next,
  .history_main .main1 .year .swiper-button-prev {
    display: none;
  }
  .history_main .main1 .content .box {
    height: auto;
  }
  .history_main .main1 .content .text {
    padding: 20px;
    font-size: 16px;
  }
  .honor_main .inner_link .phone_link,
  .honor_main .inner_link .center {
    background-color: #ed1c24;
  }
  .honor_main .main2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service_main .main1 {
    padding: 50px 0 60px;
    background-color: #f5fcff;
  }
  .service_main .main1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service_main .main1 li {
    margin-right: 0;
    width: 48%;
  }
  .service_main .main2 .title .en {
    font-size: 22px;
  }
  .service_main .main3 .title .en {
    font-size: 22px;
  }
  .product_main .main1 .list li .text p {
    font-size: 14px;
  }
  .product_main .main1 .goto a {
    height: 42px;
    line-height: 40px;
  }
  .product_main .main1 h2 {
    font-weight: bold;
    font-size: 24px;
  }
  .product_main .main1 .txt {
    margin-top: 20px;
    color: #555;
  }
  .product_main .main1 .list {
    justify-content: space-between;
  }
  .product_main .main1 .list li {
    margin-left: 0;
    width: 48%;
  }
  .product_main .main2 .txt {
    margin-top: 20px;
    color: #555;
  }
  .product_main .main2 ul {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_main .main2 ul li {
    margin-top: 20px;
    margin-left: 0;
    width: 48%;
  }
  .product_main .main3 {
    padding: 55px 0 60px;
  }
  .product_main .main3 h2 {
    font-weight: bold;
    font-size: 24px;
  }
  .product_main .main3 .txt {
    margin-top: 20px;
    color: #555;
  }
  .product_main .main3 ul {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_main .main3 ul li {
    margin-top: 20px;
    margin-left: 0;
    width: 48%;
  }
  .product-details_main .crumbs {
    line-height: 40px;
  }
  .product-details_main .main1 {
    padding-bottom: 56px;
  }
  .product-details_main .main1 .top {
    display: block;
  }
  .product-details_main .main1 .img {
    width: 100%;
  }
  .product-details_main .main1 .img img {
    width: 100%;
  }
  .product-details_main .main1 .text {
    margin-top: 20px;
    width: 100%;
  }
  .product-details_main .main1 .text h2 {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid rgba(1, 3, 10, 0.1);
  }
  .product-details_main .main1 .text .txt {
    margin-top: 16px;
    min-height: 108px;
    line-height: 36px;
  }
  .product-details_main .main1 .text a {
    margin-top: 34px;
    width: 200px;
    height: 56px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    background-color: #15a4de;
  }
  .product-details_main .main1 .text a:hover {
    opacity: 0.8;
  }
  .product-details_main .main1 .text .tip {
    margin-top: 5px;
    font-size: 14px;
  }
  .product-details_main .main2 .txt {
    margin-top: 20px;
    color: #555;
  }
  .product-details_main .main2 ul {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product-details_main .main3 {
    padding: 55px 0 60px;
  }
  .product-details_main .main3 h2 {
    font-weight: bold;
    font-size: 24px;
  }
  .product-details_main .main3 .txt {
    margin-top: 20px;
    color: #555;
  }
  .product-details_main .main3 ul {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-details_main .main3 ul li {
    margin-top: 20px;
    margin-left: 0;
    width: 48%;
  }
  .technology_main .main1 .head .cn {
    font-size: 24px;
  }
  .technology_main .main1 .head .en {
    font-size: 18px;
  }
  .technology_main .main1 ul li {
    width: 48%;
  }
  .technology_main .main1 ul .cir {
    margin: 0 auto;
    width: 86px;
    height: 86px;
    line-height: 84px;
    text-align: center;
    border: solid 1px #15a4de;
    border-radius: 50%;
  }
  .technology_main .main1 ul .cir .iconfont {
    color: #15a4de;
    font-size: 40px;
  }
  .technology_main .main1 ul h3 {
    margin-top: 14px;
    font-size: 24px;
  }
  .technology_main .main1 ul p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    text-align: center;
  }
  .technology_main .main2 {
    padding: 54px 0 60px;
  }
  .technology_main .main2 .head .cn {
    font-size: 24px;
  }
  .technology_main .main2 .head .en {
    font-size: 18px;
  }
  .technology_main .main2 .txt {
    font-size: 16px;
  }
  .technology_main .main3 {
    padding: 40px 0;
  }
  .technology_main .main3 .head .cn {
    font-size: 24px;
  }
  .technology_main .main3 .head .en {
    font-size: 18px;
  }
  .technology_main .main3 .swiper-container p {
    font-size: 16px;
  }
  .technology_main .main3 .tip {
    padding-left: 10px;
  }
  .technology_main .main3 .tip .tip_txt {
    padding-right: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .technology_main .main3 .tip .icon .iconfont {
    font-size: 40px;
    color: #3385ff;
  }
  .technology_main .main4 .head .cn {
    font-size: 24px;
  }
  .technology_main .main4 .head .en {
    font-size: 18px;
  }
  .technology_main .main5 .head .cn {
    font-size: 24px;
  }
  .technology_main .main5 .head .en {
    font-size: 18px;
  }
  .news_main .main1 {
    padding: 40px 0 60px;
    background-color: #f5f8fb;
  }
  .news_main .main1 ul li h2 {
    font-size: 18px;
  }
  .media_main .main1 {
    padding: 40px 0;
  }
  .media_main .main1 .top {
    flex-wrap: wrap;
  }
  .media_main .main1 .top .big {
    width: 100%;
  }
  .media_main .main1 .top ul {
    width: 100%;
  }
  .media_main .main1 .top ul li {
    margin-top: 25px;
    width: 48%;
  }
  .media_main .main1 .list li {
    margin-top: 25px;
    margin-left: 0;
    width: 48%;
  }
  .partner_main .main1 {
    padding: 30px 0;
  }
  .partner_main .main2 {
    padding: 30px 0 ;
  }
  .partner_main .main2 .txt li .img {
    padding: 16px 0 8px;
  }
  .partner_main .content {
    display: block;
    justify-content: space-between;
  }
  .partner_main .txt {
    width: 100%;
  }
  .partner_main .txt ul {
    display: flex;
    margin-top: 35px;
    padding-bottom: 5px;
  }
  .partner_main .txt .text p {
    margin-top: 40px;
    color: #555;
    line-height: 30px;
  }
  .partner_main .txt .text p span {
    color: #15a4de;
  }
  .partner_main .swiper {
    padding-top: 35px;
    width: 100%;
  }
  .partner_main .swiper .swiper-container {
    padding-bottom: 40px;
  }
  .partner_main .swiper .swiper-container .swiper-pagination-bullet-active {
    background-color: #15a4de;
  }
  .partner_main .swiper .img {
    padding: 0 5px;
    height: 80px;
  }
  .partner_main .main3 ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .partner_main .main3 ul li {
    margin-top: 20px;
    margin: 20px 10px 0 ;
  }
  .partner_main .main3 .art {
    margin-top: 64px;
    color: #555555;
    line-height: 30px;
  }
  .partner_main .main3 .art span {
    color: #15a4de;
  }
  .server_main .main1 {
    padding: 40px 0;
  }
  .server_main .main1 .content .txt {
    width: 48%;
    font-size: 16px;
    line-height: 28px;
  }
  .server_main .main1 .content .txt .t {
    font-weight: bold;
  }
  .server_main .main1 .content .img {
    width: 50%;
  }
  .server_main .main1 .list {
    margin-top: 30px;
  }
  .server_main .main1 .list li {
    height: auto;
  }
  .server_main .main1 .list li:nth-child(3) .icon .iconfont {
    font-size: 50px;
  }
  .server_main .main1 .list li .icon {
    height: 50px;
    line-height: 50px;
  }
  .server_main .main1 .list li .icon .iconfont {
    font-size: 40px;
  }
  .server_main .main1 .list li .text {
    font-size: 12px;
    line-height: 20pz;
  }
  .server_main .main1 .phone_number {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 50px;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    height: 110px;
    background: url(../images/server_bg.jpg) center / cover no-repeat;
  }
  .server_main .main1 .phone_number .icon {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px #ffffff;
    border-radius: 50%;
  }
  .server_main .main1 .phone_number .icon .iconfont {
    font-size: 24px;
  }
  .data_main .main1 ul li {
    width: 100%;
  }
  .data_main .main1 ul li .text {
    flex: 1;
    padding-right: 20px;
    height: 100%;
    width: auto;
  }
  .data_main .main1 .paging {
    margin-top: 40px;
  }
  .join_main .main1 ul {
    flex-wrap: wrap;
  }
  .join_main .main1 li {
    margin-top: 20px;
    width: 50%;
    text-align: center;
  }
  .join_main .main2 {
    padding: 80px 0;
  }
  .join_main .main2 .center {
    display: block;
  }
  .join_main .main2 ul {
    margin-top: 20px;
  }
  .join_main .main2 .text {
    padding-top: 34px;
    width: 100%;
  }
  .join_main .main2 p {
    margin-top: 20px;
  }
  .join_main .main2 .img {
    margin-top: 20px;
    width: 100%;
  }
  .join_main .main4 {
    padding: 54px 0 80px;
  }
  .join_main .main4 .content {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
  }
  .join_main .main4 .content > div {
    padding: 20px;
    width: 48.46153846%;
  }
  .join_main .main4 h2 {
    text-align: center;
  }
  .recruit_main .main1 {
    padding: 55px 0 75px;
  }
  .recruit_main .main1 .head {
    text-align: center;
  }
  .recruit_main .main1 .head .cn {
    font-size: 30px;
    font-weight: bold;
  }
  .recruit_main .main1 .head .en {
    margin-top: 5px;
    font-size: 20px;
    font-family: CenturyGothic;
    color: #888;
  }
  .recruit_main .main1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .recruit_main .main1 ul li {
    margin-top: 20px;
    width: 32.30769231%;
    line-height: 48px;
  }
  .recruit_main .main1 ul a {
    position: relative;
    padding: 0 20px;
    height: 50px;
    color: #444;
    border: solid 1px #d2d2d2;
    transition: all 0.5s;
    overflow: hidden;
  }
  .recruit_main .main1 ul a:hover {
    color: #fff;
    background-color: #15a4de;
    border: solid 1px #15a4de;
  }
  .recruit_main .main1 ul a.display {
    color: #ccc;
    background-color: #fff;
    border: solid 1px #d2d2d2;
  }
  .recruit_main .main1 ul a img {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .recruit_main .main2 .head {
    text-align: center;
  }
  .recruit_main .main2 .head .cn {
    font-size: 30px;
    font-weight: bold;
  }
  .recruit_main .main2 .head .en {
    margin-top: 5px;
    font-size: 20px;
    font-family: CenturyGothic;
    color: #888;
  }
  .recruit_main .main2 .form_box {
    margin-top: 45px;
    background-color: #f6f6f6;
  }
  .recruit_main .main2 .form_box .th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0 40px;
    color: #fff;
    font-size: 18px;
    line-height: 66px;
    background-color: #15a4de;
  }
  .recruit_main .main2 .form_box .th .sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0 16px;
    width: 195px;
    height: 35px;
    line-height: 33px;
    font-size: 12px;
    border-radius: 18px;
    border: solid 1px #ffffff;
  }
  .recruit_main .main2 .form_box .th .sec .iconfont {
    font-size: 16px;
    color: #fff;
  }
  .recruit_main .main2 .form_box .th .sec input {
    flex: 1;
    /* 使用webkit内核的浏览器 */
    /* Firefox版本4-18 */
    /* Firefox版本19+ */
    /* IE浏览器 */
  }
  .recruit_main .main2 .form_box .th .sec input::-webkit-input-placeholder {
    color: #fff;
  }
  .recruit_main .main2 .form_box .th .sec input:-moz-placeholder {
    color: #fff;
  }
  .recruit_main .main2 .form_box .th .sec input::-moz-placeholder {
    color: #fff;
  }
  .recruit_main .main2 .form_box .th .sec input:-ms-input-placeholder {
    color: #fff;
  }
  .recruit_main .main2 .form_box .list {
    padding: 20px 60px 30px;
    line-height: 60px;
  }
  .recruit_main .main2 .form_box .list dl {
    display: flex;
    border-top: 1px solid #e8e8e8;
  }
  .recruit_main .main2 .form_box .list dl:first-child {
    border-top: none;
  }
  .recruit_main .main2 .form_box .list dt {
    width: 80px;
  }
  .recruit_main .main2 .form_box .list div {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .recruit_main .main2 .form_box .list dd {
    margin-left: 50px;
    color: #666;
    cursor: pointer;
  }
  .recruit_main .main2 .form_box .list .active {
    color: #15a4de;
  }
  .recruit_main .main3 {
    margin-top: 30px;
  }
  .recruit_main .main3 .center_box {
    padding-bottom: 70px;
    background-color: #fcfcfc;
  }
  .recruit_main .main3 .tab > dt {
    margin-bottom: 15px;
    height: 66px;
    color: #fff;
    line-height: 66px;
    background-color: #15a4de;
  }
  .recruit_main .main3 .tab > dd {
    cursor: pointer;
    border-bottom: 1px solid #e1e7ed;
  }
  .recruit_main .main3 .tab > dd ul {
    color: #666;
    height: 60px;
    line-height: 60px;
  }
  .recruit_main .main3 .tab > dd .iconfont {
    color: #7d7d7d;
  }
  .recruit_main .main3 .tab > dd.active ul {
    background-color: #f0f0f0;
    border-bottom: 1px solid #eaeaea;
  }
  .recruit_main .main3 .tab > dd.active .iconfont {
    color: #fff;
    transform: rotateZ(180deg);
  }
  .recruit_main .main3 .tab .content {
    padding: 20px;
  }
  .recruit_main .main3 .list {
    padding: 0 66px;
    display: flex;
  }
  .recruit_main .main3 .list > li {
    width: calc((100% - 90px) / 3);
  }
  .recruit_main .main3 .list > li:nth-child(3),
  .recruit_main .main3 .list > li:nth-child(5) {
    display: none;
  }
  .recruit_main .main3 .paging {
    margin-top: 50px;
  }
  .show_main .main1 .list .img {
    height: 40px;
  }
  .show_main .main1 .list p {
    font-size: 16px;
  }
  .contact_main .main1 ul li {
    width: 100%;
  }
  .contact_main .main1 ul li .txt {
    padding-left: 20px;
  }
  .contact_main .main1 ul li .txt::before {
    display: none;
  }
  .contact_main .main2 .form {
    width: 100%;
  }
  .contact_main .main2 .form .row input {
    width: 100px;
  }
  .contact_main .main2 .form .row:first-child {
    display: block;
  }
  .contact_main .main2 .form .row:first-child .lab {
    margin-top: 20px;
    width: 100%;
  }
  .contact_main .main2 .txt {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .header .middle .logo {
    width: 145px;
  }
  .index_main .main1 .cut_slide li {
    padding: 0 15px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
  }
  .index_main .main1 h3 {
    font-size: 22px;
  }
  .index_main .main1 .cut_content {
    margin-top: 45px;
  }
  .index_main .main1 .cut_content .swiper-button-next,
  .index_main .main1 .cut_content .swiper-button-prev {
    display: none;
  }
  .index_main .main1 .cut_content .swiper-slide .box {
    padding: 20px;
  }
  .index_main .main2 {
    padding: 40px 0;
  }
  .index_main .main2 .center {
    padding: 0;
  }
  .index_main .main2 .center > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index_main .main2 h2 {
    font-size: 22px;
  }
  .index_main .main2 p {
    font-size: 14px;
  }
  .index_main .main2 .box {
    display: block;
    padding: 40px;
  }
  .index_main .main2 .box .select_box {
    position: relative;
  }
  .index_main .main2 .box .select_box .select {
    height: 40px;
  }
  .index_main .main2 .box .select_box .select span {
    font-size: 14px;
  }
  .index_main .main2 .box .content .slide ul li {
    width: 50%;
  }
  .index_main .main2 .box .right .flex {
    display: none;
  }
  .index_main .main3 .top .tit {
    font-size: 20px;
  }
  .index_main .main3 .top .tit .en {
    display: none;
  }
  .index_main .main3 .news_content {
    display: block;
  }
  .index_main .main3 .news_content .news-main {
    display: block;
  }
  .index_main .main3 .news_content .news-main > a {
    width: 100%;
  }
  .index_main .main3 .news_content .news-main .text {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  .index_main .main3 .news_content .news-main .text p {
    margin-top: 20px;
  }
  .index_main .main3 .news_list {
    display: none;
  }
  .about_main .main1 {
    padding: 40px 0;
  }
  .about_main .main1 .title {
    padding-left: 0;
  }
  .about_main .main1 .title::before {
    display: none;
  }
  .about_main .main1 .title .en {
    font-size: 20px;
  }
  .about_main .main1 p {
    font-size: 14px;
    line-height: 24px;
  }
  .about_main .main2 {
    padding: 60px 0;
  }
  .about_main .main2 .title {
    padding-left: 0;
  }
  .about_main .main2 .title::before {
    display: none;
  }
  .about_main .main2 .title .en {
    font-size: 20px;
  }
  .about_main .main2 .txt {
    margin: 30px auto;
    font-size: 14px;
  }
  .about_main .main2 ul {
    display: none;
  }
  .about_main .main4 {
    padding: 50px 0 80px;
  }
  .about_main .main4 .title {
    padding-left: 0;
  }
  .about_main .main4 .title::before {
    display: none;
  }
  .about_main .main4 .title .en {
    font-size: 20px;
  }
  .about_main .main5 {
    padding: 50px 0 100px;
  }
  .about_main .main5 .title {
    padding-left: 0;
  }
  .about_main .main5 .title::before {
    display: none;
  }
  .about_main .main5 .title .en {
    font-size: 20px;
  }
  .about_main .main5 .content {
    justify-content: center;
    margin-top: 30px;
  }
  .about_main .main5 .content .img {
    display: none;
  }
  .about_main .main5 .content .card {
    width: 100%;
  }
  .about_main .main5 .content .card::before {
    display: none;
  }
  .about_main .main5 .content .swiper {
    padding: 20px;
    height: auto;
  }
  .about_main .main5 .content .swiper .text {
    line-height: 48px;
  }
  .about_main .main5 .content .swiper .bottom {
    margin-top: 30px;
    padding-top: 0;
    border-top: none;
  }
  .about_main .main5 .content .swiper .bottom .icon {
    margin: 0 20px;
  }
  .about_main .main6 {
    padding: 52px 0 60px;
  }
  .about_main .main6 .title {
    padding-left: 0;
  }
  .about_main .main6 .title::before {
    display: none;
  }
  .about_main .main6 .title .en {
    font-size: 20px;
  }
  .about_main .main6 img {
    width: 100%;
  }
  .history_main .title {
    padding-left: 0;
  }
  .history_main .title::before {
    display: none;
  }
  .history_main .title .en {
    font-size: 20px;
  }
  .history_main .main1 {
    padding-bottom: 30px;
    height: auto;
  }
  .history_main .main1 .year .swiper-button-next,
  .history_main .main1 .year .swiper-button-prev {
    display: none;
  }
  .history_main .main1 .content .box {
    display: block;
  }
  .history_main .main1 .content .text {
    padding: 20px;
    font-size: 16px;
  }
  .history_main .main3 {
    padding-bottom: 80px;
  }
  .industrial_main {
    background-color: #f8f8f8;
  }
  .industrial_main .crumbs {
    line-height: 40px;
  }
  .industrial_main .article {
    padding: 40px 20px;
    background-color: #fff;
  }
  .industrial_main .article .article_title {
    text-align: center;
  }
  .industrial_main .article .cn {
    font-size: 24px;
  }
  .industrial_main .article .en {
    font-size: 18px;
  }
  .industrial_main .article .goto {
    display: block;
  }
  .industrial_main .article .goto a {
    width: 100%;
    height: 42px;
    line-height: 40px;
  }
  .culture_main .main1 .center {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .culture_main .main1 ul li {
    margin-top: 40px;
    padding-right: 20px;
    width: 100%;
  }
  .culture_main .main1 .head {
    font-size: 22px;
  }
  .culture_main .main1 p {
    font-size: 16px;
  }
  .culture_main .main1 p br {
    display: none;
  }
  .culture_main .main1 .iconfont {
    font-size: 40px;
  }
  .culture_main .main1 .img {
    display: none;
  }
  .honor_main .main1 {
    padding: 60px 0 70px;
    background: url(../images/honor_bg1.jpg) bottom center / cover no-repeat;
  }
  .honor_main .main1 .list {
    display: block;
  }
  .honor_main .main1 .list dl {
    flex: 1;
  }
  .honor_main .main1 .list dt {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .honor_main .main1 .list dd {
    font-size: 14px;
  }
  .honor_main .main1 .honor_img {
    margin-top: 42px;
    text-align: center;
  }
  .honor_main .main1 .honor_img .img {
    overflow: hidden;
  }
  .honor_main .main1 .honor_img img {
    transition: all 0.5s;
    cursor: zoom-in;
  }
  .honor_main .main1 .honor_img img:hover {
    transform: scale(1.05);
  }
  .honor_main .main1 .honor_img p {
    margin-top: 12px;
    padding-bottom: 8px;
    font-size: 18px;
    color: #ed1c24;
  }
  .honor_main .main1 .honor_img .btn {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .honor_main .main1 .honor_img .swiper_prev {
    transform: rotateZ(180deg);
  }
  .honor_main .main1 .honor_img .swiper_prev,
  .honor_main .main1 .honor_img .swiper_next {
    margin: 0 10px;
    width: 60px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background-color: #ed1c24;
    border-radius: 3px;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.5s;
  }
  .honor_main .main1 .honor_img .swiper_prev:hover,
  .honor_main .main1 .honor_img .swiper_next:hover {
    opacity: 1;
  }
  .honor_main .main1 .honor_img .swiper_prev .iconfont,
  .honor_main .main1 .honor_img .swiper_next .iconfont {
    font-size: 24px;
    color: #fff;
  }
  .honor_main .main2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .honor_main .main2 h2 {
    font-size: 24px;
  }
  .honor_main .main2 .txt {
    margin-top: 20px;
  }
  .honor_main .main2 .swiper-container {
    margin-top: 36px;
    padding-bottom: 45px;
  }
  .honor_main .main2 .swiper-button-prev {
    left: 0;
    transform: rotateZ(180deg);
  }
  .honor_main .main2 .swiper-button-next {
    right: 0;
  }
  .honor_main .main2 .swiper-button-prev,
  .honor_main .main2 .swiper-button-next {
    top: 140px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ed1c24;
    opacity: 0.5;
    transition: all 0.5s;
  }
  .honor_main .main2 .swiper-button-prev .iconfont,
  .honor_main .main2 .swiper-button-next .iconfont {
    font-size: 20px;
    color: #fff;
  }
  .honor_main .main2 .swiper-button-prev:hover,
  .honor_main .main2 .swiper-button-next:hover {
    opacity: 1;
  }
  .honor_main .main2 .swiper-pagination-bullet {
    background-color: #ed1c24;
    opacity: 0.5;
  }
  .honor_main .main2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .honor_main .main2 .img {
    overflow: hidden;
  }
  .honor_main .main2 .img img {
    transition: all 0.5s;
  }
  .honor_main .main2 .img:hover img {
    transform: scale(1.05);
  }
  .honor_main .main2 p {
    margin-top: 12px;
    padding: 0 24px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #ed1c24;
  }
  .service_main .main1 {
    padding: 50px 0 60px;
    background-color: #f5fcff;
  }
  .service_main .main1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service_main .main1 li {
    margin-right: 0;
    width: 100%;
  }
  .service_main .main2 {
    padding: 46px 0 70px;
    background-color: #2e9ed8;
  }
  .service_main .main2 .title {
    padding-left: 0;
  }
  .service_main .main2 .title::before {
    display: none;
  }
  .service_main .main2 .title .en {
    font-size: 20px;
  }
  .service_main .main2 .th {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
  }
  .service_main .main2 p {
    margin-top: 10px;
    color: #fff;
    line-height: 30px;
    opacity: 0.6;
  }
  .service_main .main2 .top {
    margin-top: 40px;
    text-align: center;
  }
  .service_main .main2 .box {
    display: block;
    text-align: center;
  }
  .service_main .main2 .box > div {
    width: 100%;
  }
  .service_main .main2 .box > div.img {
    display: none;
  }
  .service_main .main2 .item {
    margin-top: 38px;
  }
  .service_main .main3 {
    padding: 50px 0 110px;
    background: url(../images/service_bg.jpg) bottom center / cover;
  }
  .service_main .main3 .title {
    padding-left: 0;
  }
  .service_main .main3 .title::before {
    display: none;
  }
  .service_main .main3 .title .en {
    font-size: 20px;
  }
  .service_main .main3 .txt {
    margin-top: 22px;
    line-height: 36px;
  }
  .service_main .main3 .swiper {
    margin-top: 30px;
    text-align: center;
  }
  .service_main .main3 .swiper .img {
    overflow: hidden;
  }
  .service_main .main3 .swiper img {
    transition: all 0.5s;
    cursor: zoom-in;
  }
  .service_main .main3 .swiper img:hover {
    transform: scale(1.05);
  }
  .service_main .main3 .swiper p {
    margin-top: 12px;
    padding-bottom: 8px;
    font-size: 18px;
    color: #15a4de;
  }
  .service_main .main3 .swiper .btn {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .service_main .main3 .swiper .swiper_prev {
    transform: rotateZ(180deg);
  }
  .service_main .main3 .swiper .swiper_prev,
  .service_main .main3 .swiper .swiper_next {
    margin: 0 10px;
    width: 60px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background-color: #15a4de;
    border-radius: 3px;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.5s;
  }
  .service_main .main3 .swiper .swiper_prev:hover,
  .service_main .main3 .swiper .swiper_next:hover {
    opacity: 1;
  }
  .service_main .main3 .swiper .swiper_prev .iconfont,
  .service_main .main3 .swiper .swiper_next .iconfont {
    font-size: 24px;
    color: #fff;
  }
  .product_main .main1 .goto a {
    height: 42px;
    line-height: 40px;
  }
  .product_main .main1 h2 {
    font-weight: bold;
    font-size: 24px;
  }
  .product_main .main1 .txt {
    margin-top: 20px;
    color: #555;
  }
  .product_main .main1 .list {
    justify-content: space-between;
  }
  .product_main .main1 .list li {
    margin-left: 0;
    width: 48%;
  }
  .product_main .main2 .txt {
    margin-top: 20px;
    color: #555;
  }
  .product_main .main2 ul {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_main .main2 ul li {
    margin-top: 20px;
    margin-left: 0;
    width: 48%;
  }
  .product_main .main3 {
    padding: 55px 0 60px;
  }
  .product_main .main3 h2 {
    font-weight: bold;
    font-size: 24px;
  }
  .product_main .main3 .txt {
    margin-top: 20px;
    color: #555;
  }
  .product_main .main3 ul {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_main .main3 ul li {
    margin-top: 20px;
    margin-left: 0;
    width: 48%;
  }
  .product_main .main1 h2 {
    font-size: 18px;
  }
  .product_main .main1 .txt {
    font-size: 14px;
  }
  .product_main .main1 .list li {
    width: 100%;
  }
  .product_main .main2 .txt {
    margin-top: 20px;
    color: #555;
  }
  .product_main .main2 ul li {
    width: 100%;
  }
  .product_main .main3 {
    padding: 55px 0 60px;
  }
  .product_main .main3 h2 {
    font-weight: bold;
    font-size: 18px;
  }
  .product_main .main3 .txt {
    margin-top: 20px;
    color: #555;
    font-size: 14px;
  }
  .product_main .main3 ul li {
    width: 100%;
  }
  .product-details_main .crumbs {
    line-height: 40px;
  }
  .product-details_main .main1 .img {
    width: 100%;
  }
  .product-details_main .main1 .img img {
    width: 100%;
  }
  .product-details_main .main1 .img .swiper-button-next,
  .product-details_main .main1 .img .swiper-button-prev {
    display: none;
  }
  .product-details_main .main1 .text {
    margin-top: 20px;
    width: 100%;
  }
  .product-details_main .main1 .text h2 {
    font-size: 20px;
  }
  .product-details_main .main1 .text .txt {
    font-size: 16px;
  }
  .product-details_main .main1 .text a {
    margin-top: 34px;
    width: 200px;
    height: 56px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    background-color: #15a4de;
  }
  .product-details_main .main1 .text a:hover {
    opacity: 0.8;
  }
  .product-details_main .main1 .text .tip {
    margin-top: 5px;
    font-size: 14px;
  }
  .product-details_main .main1 .details .tag span {
    font-size: 18px;
  }
  .product-details_main .main1 .details .content {
    padding: 20px;
  }
  .product-details_main .main2 .txt {
    margin-top: 20px;
    color: #555;
  }
  .product-details_main .main2 ul li {
    width: 100%;
  }
  .product-details_main .main3 {
    padding: 55px 0 60px;
  }
  .product-details_main .main3 h2 {
    font-weight: bold;
    font-size: 18px;
  }
  .product-details_main .main3 .txt {
    margin-top: 20px;
    color: #555;
    font-size: 14px;
  }
  .product-details_main .main3 ul li {
    width: 100%;
  }
  .paging {
    margin-top: 40px;
  }
  .paging > a.home {
    display: none;
  }
  .paging > a.end {
    display: none;
  }

  .paging > a.next {
    display: block;
  }
  .paging > a.more {
    display: none;
  }
  .technology_main .main1 ul li {
    width: 100%;
  }
  .technology_main .main1 ul .cir {
    margin: 0 auto;
    width: 86px;
    height: 86px;
    line-height: 84px;
    text-align: center;
    border: solid 1px #15a4de;
    border-radius: 50%;
  }
  .technology_main .main1 ul .cir .iconfont {
    color: #15a4de;
    font-size: 40px;
  }
  .technology_main .main2 .txt br {
    display: none;
  }
  .technology_main .main2 ul li {
    margin-left: 0;
    width: 100%;
  }
  .technology_main .main3 .swiper-button-prev,
  .technology_main .main3 .swiper-button-next {
    display: none;
  }
  .technology_main .main3 .swiper-container p {
    font-size: 16px;
  }
  .technology_main .main3 .txt {
    display: none;
  }
  .technology_main .main3 .tip {
    padding-left: 10px;
  }
  .technology_main .main3 .tip .tip_txt {
    padding-left: 0;
    margin-left: 0;
  }
  .technology_main .main3 .tip .icon {
    display: none;
  }
  .technology_main .main4 .swiper-button-prev,
  .technology_main .main4 .swiper-button-next {
    display: none;
  }
  .technology_main .main5 .swiper-button-prev,
  .technology_main .main5 .swiper-button-next {
    display: none;
  }
  .advantage_main .head {
    text-align: center;
  }
  .advantage_main .head .cn {
    font-size: 20px;
  }
  .advantage_main .head .en {
    font-size: 16px;
  }
  .advantage_main .main1 {
    padding: 30px 0;
  }
  .advantage_main .main1 p {
    font-size: 14px;
    line-height: 24px;
  }
  .advantage_main .main1 .txt {
    margin-top: 24px;
  }
  .advantage_main .main2 .txt {
    margin-top: 26px;
  }
  .advantage_main .main2 p {
    font-size: 14px;
    line-height: 24px;
  }
  .advantage_main .main2 ul {
    justify-content: space-between;
  }
  .advantage_main .main2 li {
    margin-left: 0;
    margin-top: 20px;
    padding: 15px;
    width: 100%;
  }
  .advantage_main .main2 li img {
    width: 100%;
  }
  .advantage_main .main3 {
    padding: 30px 0;
  }
  .advantage_main .main3 .head .cn {
    font-size: 20px;
  }
  .advantage_main .main3 .head .en {
    font-size: 16px;
  }
  .advantage_main .main3 .swiper-button-prev,
  .advantage_main .main3 .swiper-button-next {
    display: none;
  }
  .advantage_main .main5 {
    padding: 30px 0;
    background-color: #f8f8f8;
  }
  .advantage_main .main5 .head .cn {
    font-size: 20px;
  }
  .advantage_main .main5 .head .en {
    font-size: 16px;
  }
  .advantage_main .main5 .img {
    background-color: #000;
  }
  .advantage_main .main5 .swiper-button-prev,
  .advantage_main .main5 .swiper-button-next {
    display: none;
  }
  .advantage_main .main5 .swiper-pagination-bullet {
    background-color: #baddf2;
    opacity: 1;
  }
  .advantage_main .main5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #15a4de;
  }
  .news_main .main1 {
    padding: 40px 0 60px;
    background-color: #f5f8fb;
  }
  .news_main .main1 ul li {
    margin-left: 0;
    width: 100%;
  }
  .news_main .main1 ul li h2 {
    font-size: 18px;
  }
  .news-details_main {
    background-color: #f8f8f8;
  }
  .news-details_main .main1 .center {
    padding: 40px 20px;
    background-color: #fff;
  }
  .news-details_main .main1 h1 {
    font-size: 20px;
  }
  .news-details_main .main1 .artcle_info {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .news-details_main .main1 .artcle_info div {
    margin: 0 5px;
  }
  .news-details_main .main1 .content {
    margin-top: 20px;
  }
  .news-details_main .main1 .toggle {
    flex-wrap: wrap;
  }
  .news-details_main .main1 .toggle a {
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .media_main .main1 .top ul li {
    width: 100%;
  }
  .media_main .main1 .list li {
    width: 100%;
  }
  .partner_main .main1 {
    padding: 30px 0;
  }
  .partner_main .main2 {
    padding: 30px 0 ;
  }
  .partner_main .main2 .txt li .img {
    padding: 16px 0 8px;
  }
  .partner_main .content {
    display: block;
    justify-content: space-between;
  }
  .partner_main .txt {
    width: 100%;
  }
  .partner_main .txt ul {
    display: flex;
    margin-top: 35px;
    padding-bottom: 5px;
  }
  .partner_main .txt li {
    margin-right: 15px;
    font-size: 12px;
    color: #555;
    width: 140px;
    height: 100px;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(0deg, #f0f5f7 0%, #edf1f7 100%);
    border-image-slice: 1;
  }
  .partner_main .txt li .img {
    height: 65px;
    padding: 24px 40px 12px;
    text-align: center;
  }
  .partner_main .txt li:nth-child(2) .img {
    padding: 24px 30px 12px;
  }
  .partner_main .txt li p {
    text-align: center;
    font-size: 12px;
    color: #555;
  }
  .partner_main .txt .text p {
    margin-top: 40px;
    color: #555;
    line-height: 30px;
  }
  .partner_main .txt .text p span {
    color: #15a4de;
  }
  .partner_main .swiper {
    padding-top: 35px;
    width: 100%;
  }
  .partner_main .swiper .swiper-container {
    padding-bottom: 40px;
  }
  .partner_main .swiper .swiper-container .swiper-pagination-bullet-active {
    background-color: #15a4de;
  }
  .partner_main .swiper .img {
    padding: 0 5px;
    height: 80px;
  }
  .partner_main .main3 ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .partner_main .main3 ul li {
    margin: 20px 0 0;
    width: 50%;
  }
  .partner_main .main3 .art {
    margin-top: 64px;
    color: #555555;
    line-height: 30px;
  }
  .partner_main .main3 .art span {
    color: #15a4de;
  }
  .server_main .main1 {
    padding: 40px 0;
  }
  .server_main .main1 .content {
    flex-wrap: wrap;
  }
  .server_main .main1 .content .txt {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
  .server_main .main1 .content .img {
    margin-top: 20px    ;
    width: 100%;
  }
  .server_main .main1 .list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .server_main .main1 .list li {
    margin-top: 20px;
    width: 48%;
    height: auto;
  }
  .server_main .main1 .list li:first-child {
    width: 100%;
  }
  .server_main .main1 .phone_number {
    padding: 0 20px;
    font-size: 18px;
  }
  .server_main .main1 .phone_number .icon {
    display: none;
  }
  .join_main .main1 .head .cn {
    font-size: 24px;
  }
  .join_main .main1 .head .en {
    font-size: 16px;
  }
  .join_main .main1 ul {
    margin-top: 20px;
  }
  .join_main .main2 {
    padding: 40px 0;
  }
  .join_main .main2 .head .cn {
    font-size: 24px;
  }
  .join_main .main2 .head .en {
    font-size: 16px;
  }
  .join_main .main3 .head .cn {
    font-size: 24px;
  }
  .join_main .main3 .head .en {
    font-size: 16px;
  }
  .join_main .main3 img {
    display: none;
  }
  .join_main .main4 {
    padding: 54px 0 80px;
  }
  .join_main .main4 .content {
    display: block;
  }
  .join_main .main4 .content > div {
    margin-top: 20px;
    width: 100%;
  }
  .recruit_main .main1 .head .cn {
    font-size: 24px;
  }
  .recruit_main .main1 .head .en {
    font-size: 18px;
  }
  .recruit_main .main1 ul li {
    margin-top: 20px;
    width: 49%;
    line-height: 48px;
  }
  .recruit_main .main2 .head .cn {
    font-size: 24px;
  }
  .recruit_main .main2 .head .en {
    font-size: 18px;
  }
  .recruit_main .main2 .form_box {
    margin-top: 45px;
    background-color: #f6f6f6;
  }
  .recruit_main .main2 .form_box .th {
    padding: 20px;
  }
  .recruit_main .main2 .form_box .th > div {
    display: none;
  }
  .recruit_main .main2 .form_box .list {
    padding: 20px;
    line-height: 40px;
  }
  .recruit_main .main2 .form_box .list dl {
    display: block;
    border-top: 1px solid #e8e8e8;
  }
  .recruit_main .main2 .form_box .list dl:first-child {
    border-top: none;
  }
  .recruit_main .main3 .list {
    padding: 0 20px;
    display: flex;
  }
  .recruit_main .main3 .list > li {
    width: calc(100% - 90px);
  }
  .recruit_main .main3 .list > li:nth-child(2),
  .recruit_main .main3 .list > li:nth-child(4) {
    display: none;
  }
  .recruit_main .main3 .tab .content {
    padding: 20px;
  }
  .recruit_main .main3 .tab .content .top {
    display: block;
  }
  .recruit_main .main3 .tab .content .top .item {
    margin: 20px 0 0;
  }
  .recruit_main .main3 .paging {
    margin-top: 50px;
  }
  .show_main .main1 .head .cn {
    font-size: 24px;
  }
  .show_main .main1 .head .en {
    font-size: 18px;
  }
  .show_main .main1 .list {
    margin-top: 20px    ;
  }
  .show_main .main1 .list li {
    padding: 0;
    margin: 20px 0;
    width: 49%;
    background-image: none;
  }
  .show_main .main1 .list li .item {
    position: static;
    transform: translate3d(0, 0, 0);
  }
  .show_main .main1 .list .img {
    height: 70px;
  }
  .show_main .main1 .list p {
    font-size: 16px;
  }
  .show_main .main2 .head .cn {
    font-size: 24px;
  }
  .show_main .main2 .head .en {
    font-size: 18px;
  }
}
