@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.otf);
}
.center {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
.center1 {
  padding: 40px 3% 20px;
  margin: 0 auto;
  max-width: 800px;
  background-color: #fff;
}
.pc_banner,
.banner {
  display: block;
}
.phone_banner,
.shouji-banner {
  display: none;
}
.page_footer {
  padding: 75px 0 116px;  color: #fff;
  text-align: center;
  background: url("/uploads/image/20240827/1724815786.jpg") center / cover;
}
.page_footer .text {
  font-size: 24px;
}
.page_footer p {
  margin-top: 12px;
  font-size: 32px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 100px;
  color: #fff;
  z-index: 999;
}
header .box_shadow {
  line-height: 65px;
  color: #171717;
  background-color: #fff;
}
header .header {
  padding: 0 5.20833333%;
}
header .header-right {
  width: 61.71875%;
  min-width: 900px;
}
header .header-right nav {
  width: 81.4%;
}
header .header-right nav .menu .bold{
  font-weight: bold;
}
header .header-right nav .menu a {
  /* transition: all 0.5s; */
  font-size: 18px;
}
header .header-right nav .menu a:hover,header .header-right nav .menu a.active {
  color: #e62129;
}
header .header-right nav .net_down {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  line-height: 1.5;
  color: #333;
  background-color: #f7f9fa;
}
header .header-right nav .net_down .content {
  padding: 40px 0 50px;
}
header .header-right nav .net_down .dl .box {
  display: flex;
  max-height: 176px;
}
header .header-right nav .net_down .dt {
  margin-bottom: 10px;
  margin-right: auto;
  position: relative;
  margin-right: 34px;
  padding-left: 12px;
  padding-bottom: 20px;
  width: 120px;
  color: #171717;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d4d7d9;
}
header .header-right nav .net_down .dt::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 12px;
  background-color: #e62129;
}
header .header-right nav .net_down .dd {
  padding-right: 20px;
  line-height: 44px;
  align-self: baseline;
}
header .header-right nav .net_down img {
  max-height: none;
}
header .header-right nav .pro_down {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  line-height: 1.5;
  color: #171717;
  background-color: #fff;
}
header .header-right nav .pro_down .item {
  line-height: 75px;
  background-color: #f7f9fa;
}
header .header-right nav .pro_down .item li {
  position: relative;
  padding-left: 20px;
  width: 245px;
  border-left: 1px solid #f0f1f2;
  cursor: pointer;
}
header .header-right nav .pro_down .item li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 3px;
  height: 40px;
  background-color: #d4d7d9;
  border-radius: 0px 2px 2px 0px;
}
header .header-right nav .pro_down .box {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1760px;
}
header .header-right nav .pro_down .pro_text {
  flex: 1;
}
header .header-right nav .pro_down .pro_text > ul > li {
  margin-bottom: 14px;
  min-width: 50%;
}
header .header-right nav .pro_down .pro_text > ul > li:last-child {
  margin-bottom: 0;
}
header .header-right nav .pro_down .list {
  overflow: hidden;
}
header .header-right nav .pro_down .pro_item {
  margin-left: -2px;
  padding: 40px 30px 25px;
  width: 430px;
  border-bottom: 1px solid #f0f1f2;
  border-left: 1px solid #f0f1f2;
}
header .header-right nav .pro_down .pro_item:last-child {
  margin-right: auto;
}
header .header-right nav .pro_down .pro_item .img {
  margin-right: 30px;
  width: 162px;
}
header .header-right nav .pro_down .pro_item .picture_container {
  padding-top: 80.24691358%;
}
header .header-right nav .pro_down .pro_item .link_t {
  font-size: 20px;
}
header .header-right nav .pro_down .pro_item .tip {
  margin-top: 6px;
  color: #999;
  font-size: 14px;
}
header .header-right nav .pro_down .pro_item ul {
  margin-top: 14px;
  padding-top: 4px;
}
header .header-right nav .pro_down .pro_item ul .show_down {
  line-height: 24px;
}
header .header-right nav .pro_down .pro_item ul .show_down .iconfont {
  font-size: 12px;
  vertical-align: top;
  transition: all 0.5s;
}
header .header-right nav .pro_down .pro_item ul .show_down.active {
  color: #e62129;
}
header .header-right nav .pro_down .pro_item ul .show_down.active .iconfont {
  transform: rotateZ(90deg);
}
header .header-right nav .pro_down .pro_item ul .cate {
  display: none;
  color: #999;
  line-height: 24px;
}
header .header-right nav .pro_down .pro_item ul .cate .flex > div {
  min-width: 50%;
}
header .header-right nav .pro_down .pro_item ul .cate a {
  padding-right: 10px;
}
header .header-right .header_down {
  display: none;
  min-height: 320px;
}
header .header-right .down_content {
  height: calc(100vh - 65px);
  overflow: auto;
}
header .header-right .down_content a:hover {
  color: #e62129;
}
header .sec {
  cursor: pointer;
}
header .sec_box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px 0 20px;
  width: 100%;
  line-height: 40px;
  color: #333;
  background-color: #fff;
  border-top: 1px solid #eee;
}
header .sec_box input {
  margin: 0 40px;
  width: 400px;
  border-bottom: 1px solid #eee;
}
header .sec_box .iconfont {
  font-size: 20px;
  cursor: pointer;
}
header .language {
  width: 68px;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  overflow: hidden;
}
header .language a {
  width: 50%;
}
header .language .active {
  background-color: #e62129;
}
header .down_nav_control {
  display: none;
  width: 40px;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}
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;
}
header .down_nav_control .line {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #000;
  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;
}
footer {
  padding: 72px 0 48px;
  color: #fff;
  text-align: center;
  background-color: #0e0e0e;
}
footer .footer_cate {
  margin-bottom: 16px;
  font-size: 20px;
}
footer .cate1 {
  width: 300px;
}
footer .f_nav {
  line-height: 36px;
}
footer .f_nav a {
  opacity: 0.4;
  transition: all 0.4s;
}
footer .f_nav a:hover {
  opacity: 1;
}
footer .network {
  margin-top: 50px;
  padding: 0 40px;
  height: 150px;
  background-color: #e62129;
  border-radius: 20px;
}
footer .network .text {
  font-size: 36px;
  letter-spacing: 10px;
}
footer .network .contact_num .num {
  margin-top: 10px;
  font-size: 32px;
}
footer .footer_bottom {
  margin-top: 50px;
  font-size: 14px;
}
footer .footer_bottom .txt {
  opacity: 0.3;
}
footer .footer_bottom .txt a{
  display: inline-block;
}
footer .footer_bottom .link {
  margin-top: 15px;
}
footer .footer_bottom .link a {
  opacity: 0.3;
}
footer .social-share.share-component .social-share-icon {
  margin: 0 10px;
  padding: 0 3px;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
  border-radius: 0;
}
footer .social-share.share-component .social-share-icon::before {
  display: none;
}
footer .social-share.share-component .social-share-icon:hover {
  color: #fff;
  background-color: transparent;
}
footer .center .link {
  margin-top: 2%;
}
footer .center .link ul{
  flex-wrap: wrap;
}
footer .center .link ul li{
  margin-right: 15px;
  opacity: .3;
}
footer .center .link ul li a{
  opacity: .3;
}
.index_main .banner .swiper-pagination-bullet {
  position: relative;
  width: 120px;
  height: 2px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.index_main .banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #e62129;
}
.index_main .banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 5s;
}
.index_main .banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::before {
  transition: all 15s;
}
.index_main .banner .swiper-pagination {
  bottom: 45px;
}
.index_main .banner .iconfont {
  font-size: 32px;
  color: #fff;
  opacity: 0.4;
}
.index_main .center {
  padding: 0 20px;
  max-width: 1760px;
}
.index_main .index_title {
  text-align: center;
}
.index_main .index_title .major {
  font-size: 52px;
  color: #0b0b0b;
  font-family: SourceHanSansCN-Medium;
}
.index_main .index_title .subtitle {
  margin-top: 14px;
  color: #333;
  font-size: 32px;
  font-family: SourceHanSansCN-Normal;
}
.index_main .main1 {
  padding-top: 80px ;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}
.index_main .main1 ul {
  margin-top: 44px;
}
.index_main .main1 li {
  padding: 30px 20px 60px;
  margin-left: 1.56976744%;
  width: 23.8372093%;
  background-color: #fff;
  border-radius: 15px;
}
.index_main .main1 li img {
  transition: all 0.5s;
}
.index_main .main1 li:hover img {
  transform: scale(1.05);
}
.index_main .main1 li:first-child {
  margin-left: 0;
}
.index_main .main1 li .top {
  text-align: center;
}
.index_main .main1 li .inner_head {
  font-size: 32px;
}
.index_main .main1 li .tip {
  margin-top: 7px;
  font-size: 18px;
  color: #666;
}
.index_main .main1 li h2 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.index_main .main1 li .clerk {
  height: 56px;
  font-size: 18px;
  color: #666;
  line-height: 28px;
}
.index_main .main1 li .picture_container {
  padding-top: 72.46376812%;
}
.index_main .main1 li .text {
  margin-top: 32px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 1px;
}
.index_main .main1 li .text .txt {
  color: #777;
}
.index_main .main1 .bottom {
  margin-top: 27px;
}
.index_main .main1 .bottom > div {
  position: relative;
  width: 49.24418605%;
  color: #fff;
  padding-top: 17.44186047%;
  overflow: hidden;
  border-radius: 15px;
}
.index_main .main1 .bottom .box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.index_main .main1 .bottom .box .text {
  font-size: 36px;
  font-family: SourceHanSansCN-Regular;
}
.index_main .main1 .bottom .box .txt {
  margin-top: 12px;
  font-size: 24px;
  font-family: SourceHanSansCN-Light;
  opacity: 0.8;
}
.index_main .main1 .bottom .box:hover {
  transform: scale(1.05);
}
.index_main .main1 .bottom .left .box {
  padding-left: 110px;
}
.index_main .main1 .bottom .right .box {
  flex-direction: row-reverse;
}
.index_main .main1 .bottom .right .box .ar {
  width: 51.00354191%;
  min-width: 320px;
}
.index_main .main2 {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url("/uploads/image/20240827/1724836132.jpg") no-repeat top / cover;
}
.index_main .main2 .parents {
  margin-top: 10.58139535%;
}
.index_main .main2 .parents li {
  margin-left: 1.86046512%;
  margin-top: 1.86046512%;
  width: 15.11627907%;
}
.index_main .main2 .parents li:nth-child(6n+1) {
  margin-left: 0;
}
.index_main .main2 .advantage {
  margin-top: 40px;
}
.index_main .main2 .advantage li {
  position: relative;
  width: 32.09302326%;
  overflow: hidden;
  border-radius: 10px;
}
.index_main .main2 .advantage li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.index_main .main2 .advantage li .text p {
  font-size: 24px;
}
.index_main .main2 .advantage li .text .text2 {
  margin-top: 5px;
  font-size: 40px;
}
.index_main .main2 .advantage li img {
  transition: all 0.5s;
}
.index_main .main2 .advantage li:hover img {
  transform: scale(1.05);
}
.index_main .main3 {
  padding-top: 70px;
  padding-bottom: 100px;
}
.index_main .main3 .content {
  margin-top: 54px;
}
.index_main .main3 .content .left {
  margin-right: 20px;
  width: 48.8372093%;
  max-width: 704px;
}
.index_main .main3 .content .left .about {
  position: relative;
  padding-bottom: 30px;
  font-size: 32px;
}
.index_main .main3 .content .left .about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 4px;
  background-color: #e62129;
}
.index_main .main3 .content .left h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 48px;
}
.index_main .main3 .content .left p {
  margin-top: 6.39204545%;
  font-size: 18px;
  line-height: 2;
  color: #777;
  text-align: justify;
}
.index_main .main3 .content .right {
  position: relative;
  width: 51.1627907%;
  overflow: hidden;
}
.index_main .main3 .content .right .img {
  width: 880px;
  height: 482px;
}
.index_main .main3 .content .right .player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
}
.index_main .main3 .content .right .player img {
  transition: all 0.5s;
}
.index_main .main3 .content .right .player:hover img {
  transform: scale(1.1);
}
.index_main .main4 {
  background: url(../images/change/index_bg4.jpg) no-repeat bottom / cover;
}
.index_main .main4 .center {
  padding-top: 70px;
  padding-bottom: 116px;
  position: relative;
  max-width: 1400px;
}
.index_main .main4 .left {
  height: 560px;
}
.index_main .main4 .left .swiper-slide {
  overflow: hidden;
}
.index_main .main4 .article {
  width: 71.42857143%;
}
.index_main .main4 .year {
  font-size: 90px;
  font-weight: bold;
  color: #5a5858;
}
.index_main .main4 .text {
  margin-top: 28px;
  font-size: 24px;
  line-height: 50px;
  color: #555;
}

.index_main .main4 ul {
  margin-top: 16px;
}
.index_main .main4 li {
  width: 32%;
}
.index_main .main4 .right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 187px;
  font-size: 52px;
  font-weight: bold;
  color: #dcdcdc;
}
.index_main .main4 .right .swiper-slide {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index_main .main4 .right .swiper-slide span {
  position: relative;
  display: block;
  width: 100%;
  line-height: 100px;
}
.index_main .main4 .right .swiper-slide span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
}
.index_main .main4 .right .swiper-container {
  border-right: 2px solid #e9e9e9;
}
.index_main .main4 .right .swiper-slide-active {
  color: #e62129;
}
.index_main .main4 .right .swiper-slide-active span::after {
  background-color: #e62129;
}
.index_main .main5 {
  padding-top: 70px;
  padding-bottom: 100px;
}
.index_main .main5 .content {
  margin-top: 72px;
}
.index_main .main5 .img {
  position: relative;
  color: #fff;
}
.index_main .main5 .img .text {
  position: absolute;
  bottom: 30px;
  padding: 0 40px;
  width: 100%;
}
.index_main .main5 .img .text h2 {
  font-size: 22px;
}
.index_main .main5 .img .text p {
  margin-top: 10px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.5;
}
.index_main .main5 .right {
  margin-left: 30px;
  width: 50.87209302%;
}
.index_main .main5 .right li {
  position: relative;
  margin-bottom: 2.74285714%;
  padding-left: 30px;
  padding-bottom: 2.74285714%;
  font-size: 22px;
  border-bottom: 1px solid #e7e7e7;
}
.index_main .main5 .right li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #dfdfdf;
}
.index_main .main5 .right li h2 {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_main .main5 .right li .date {
  font-size: 18px;
  color: #999;
}
.index_main .main5 .right a:hover {
  color: #e62129;
}
.index_main .main5 .right .more span {
  font-family: SimSun;
}
.index_main .main6 {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.index_main .main6 .center {
  max-width: 1400px;
}
.index_main .main6 .icon {
  margin-right: 24px;
  width: 78px;
  height: 78px;
  color: #fff;
  border-radius: 50%;
  background-color: #e62129;
}
.index_main .main6 .icon .iconfont {
  font-size: 34px;
}
.index_main .main6 .text .txt2 {
  font-size: 24px;
  color: #666;
}
.city_main .banner {
  position: relative;
}
.city_main .banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
.city_main .banner .text h1 {
  font-size: 56px;
}
.city_main .banner .text .sub {
  margin-top: 8px;
  margin-bottom: 42px;
  font-size: 36px;
}
.city_main .banner .text p {
  line-height: 36px;
}
.city_main .title {
  padding-top: 70px;
  text-align: center;
}
.city_main .title .major {
  font-size: 48px;
  font-weight: bold;
  color: #0b0b0b;
}
.city_main .title .subtitle {
  margin-top: 8px;
  font-size: 26px;
}
.city_main .main1 {
  padding-bottom: 100px;
  text-align: center;
}
.city_main .main1 .top {
  position: relative;
  margin: -10.71428571% auto 0;
  max-width: 1500px;
  background-color: #fff;
  border-radius: 15px;
  z-index: 9;
}
.city_main .main1 .content {
  margin-top: 75px;
}
.city_main .main1 .item {
  padding: 0 58px;
  font-size: 18px;
}
.city_main .main1 .item p {
  margin-top: 20px;
}
.city_main .main1 ul {
  margin-top: 56px;
}
.city_main .main1 li {
  position: relative;
  width: 23.92857143%;
}
.city_main .main1 li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(29, 29, 29, 0.45);
  transition: all 0.5s;
}
.city_main .main1 li a:hover::before {
  opacity: 0;
}
.city_main .main1 li p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 20px 0;
  color: #fff;
  font-size: 24px;
  width: 100%;
}
.city_main .main1 li .img {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.city_main .main2 {
  padding-bottom: 94px;
  background-color: #f0f2f7;
}
.city_main .main2 .list {
  margin-top: 90px;
  align-items: flex-start;
}
.city_main .main2 .item img {
  margin-bottom: 20px;
}
.city_main .main2 .item .tit {
  font-size: 22px;
  font-weight: bold;
}
.city_main .main2 .item .txt {
  margin-top: 10px;
  height: 90px;
  font-size: 20px;
  line-height: 30px;
}
.city_main .main2 .left {
  width: 35%;
}
.city_main .main2 .left .item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: right;
}
.city_main .main2 .left .item:last-child {
  margin-top: 45px;
}
.city_main .main2 .left img {
  margin-left: 30px;
}
.city_main .main2 .middle {
  flex: 1;
  padding-top: 22px;
  text-align: center;
}
.city_main .main2 .middle .item {
  margin-top: 58px;
}
.city_main .main2 .middle .item img {
  margin-bottom: 22px;
}
.city_main .main2 .right {
  display: flex;
  flex-direction: column-reverse;
  width: 35%;
}
.city_main .main2 .right .item {
  display: flex;
  align-items: center;
}
.city_main .main2 .right .item img {
  margin-right: 42px;
}
.city_main .main2 .right .item:first-child {
  margin-top: 45px;
}
.city_main .main3 {
  padding: 70px 0 100px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.city_main .main3 .big {
  font-size: 48px;
  font-weight: bold;
}
.city_main .main3 .sub {
  margin-top: 25px;
  font-size: 20px;
  line-height: 30px;
}
.city_main .main3 .img {
  margin-top: 80px;
}
.city_main .main4 {
  padding-bottom: 100px;
}
.city_main .main4 ul {
  margin-top: 94px;
  text-align: center;
}
.city_main .main4 ul .text {
  font-size: 32px;
  font-weight: normal;
}
.city_main .main4 ul .txt {
  margin-top: 14px;
  font-size: 24px;
}
.city_main .main4 ul img {
  margin-top: 40px;
}
.city_main .main5 {
  padding-bottom: 100px;
  background-color: #f0f2f7;
}
.city_main .main5 .content {
  margin-top: 75px;
}
.city_main .main5 ul {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 450px;
  width: 34.28571429%;
}
.city_main .main5 ul li {
  padding: 10px 9.77777778%;
  height: 30.97345133%;
  background-color: rgba(248, 249, 251, 0.9);
}
.city_main .main5 ul li .img {
  margin-right: 20px;
  width: 76px;
  text-align: center;
}
.city_main .main5 ul li .text {
  flex: 1;
}
.city_main .main5 ul li .text h3 {
  font-size: 18px;
  font-weight: bold;
}
.city_main .main5 ul li .text p {
  margin-top: 15px;
  color: #666;
  line-height: 26px;
}
.city_main .main6 {
  height: 930px;
  color: #fff;
  background: url(/uploads/image/20240824/1724572496.jpg) bottom / cover;
}
.city_main .main6 .title .major {
  color: #fff;
}
.city_main .main6 ul {
  margin-top: 92px;
}
.city_main .main6 li {
  padding: 0 50px;
  text-align: center;
}
.city_main .main6 li p {
  margin-top: 15px;
  font-size: 26px;
}
.city_main .main7 {
  padding-bottom: 166px;
  background: url(/uploads/image/20240827/1724788456.jpg) bottom / cover;
}
.city_main .main7 .content {
  margin-top: 110px;
}
.city_main .main7 .content .item {
  width: 50%;
}
.city_main .main7 .content .text {
  margin-left: 80px;
}
.city_main .main7 .content .text h3 {
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: bold;
}
.city_main .main7 .content .text p {
  font-size: 22px;
  /* font-family: SimSun; */
  line-height: 34px;
}
.city_main .main8 {
  padding-bottom: 95px;
}
.city_main .main8 ul {
  margin-top: 55px;
}
.city_main .main8 ul li {
  margin-left: 1.78571429%;
  width: 32.14285714%;
}
.city_main .main8 ul li:first-child {
  margin-left: 0;
}
.city_main .main8 ul li img {
  transition: all 0.5s;
}
.city_main .main8 ul li:hover h2 {
  color: #e62129;
}
.city_main .main8 ul li:hover img {
  transform: scale(1.05);
}
.city_main .main8 ul .picture_container {
  padding-top: 66.66666667%;
}
.city_main .main8 ul h2 {
  margin-top: 25px;
  overflow: hidden;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city_main .main8 ul p {
  margin-top: 10px;
  font-size: 18px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 26px;
  max-height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.city_main .main9 {
  padding: 75px 0 116px;
  color: #fff;
  text-align: center;
  background: url("/uploads/image/20240827/1724815786.jpg") center / cover;
}
.city_main .main9 .text {
  font-size: 24px;
}
.city_main .main9 p {
  margin-top: 12px;
  font-size: 32px;
}
.network_main .banner {
  position: relative;
  text-align: center;
}
.network_main .banner .text {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  color: #fff;
}
.network_main .banner .text .big {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 1px;
}
.network_main .banner .text .small {
  margin-top: 8px;
  font-size: 36px;
}
.network_main .title {
  padding-top: 70px;
  text-align: center;
}
.network_main .title .major {
  font-size: 48px;
  font-weight: bold;
  color: #0b0b0b;
}
.network_main .title .subtitle {
  margin-top: 8px;
  font-size: 26px;
}
.network_main .main1 {
  padding-bottom: 110px;
  text-align: center;
}
.network_main .main1 .top {
  position: relative;
  margin: -150px auto 0;
  max-width: 1500px;
  background-color: #fff;
  border-radius: 15px;
  z-index: 9;
}
.network_main .main1 .content {
  margin-top: 100px;
}
.network_main .main1 .content li {
  width: 24%;
  text-align: center;
}
.network_main .main1 .content li img {
  margin-bottom: 12px;
  transition: all 0.5s;
}
.network_main .main1 .content li p {
  font-size: 18px;
  line-height: 30px;
}
.network_main .main1 .content li:hover img {
  transform: translateY(-5px);
}
.network_main .main2 {
  background-color: #f0f2f7;
}
.network_main .main2 .content > div {
  width: 50%;
}
.network_main .main2 .text {
  padding-right: 8.33333333%;
  width: 62.5%;
  max-width: 520px;
}
.network_main .main2 .text h2 {
  font-size: 48px;
  font-weight: bold;
}
.network_main .main2 .text .sub {
  margin-top: 8px;
  font-size: 26px;
}
.network_main .main2 .text p {
  margin-top: 8.65384615%;
  font-size: 20px;
  line-height: 36px;
  color: #666;
}
.network_main .main3 {
  padding-bottom: 100px;
}
.network_main .main3 ul {
  margin-top: 55px;
}
.network_main .main3 li {
  position: relative;
  width: 31.42857143%;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.network_main .main3 li .picture_container {
  padding-top: 120.45454545%;
}
.network_main .main3 li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.network_main .main3 li .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3141c;
  opacity: 0;
  transition: all 0.5s;
}
.network_main .main3 li .text:hover::after {
  opacity: 0.8;
}
.network_main .main3 li .text > div {
  position: relative;
  padding: 0 11.36363636%;
  z-index: 9;
}
.network_main .main3 li .text .tit {
  font-weight: bold;
  font-size: 24px;
}
.network_main .main3 li .text p {
  margin-top: 18px;
  font-size: 20px;
  line-height: 30px;
}
.network_main .main4 {
  padding-bottom: 90px;
  color: #fff;
  text-align: center;
  background: url(../images/public/net_main4_bg.jpg) top / cover;
}
.network_main .main4 .title .major {
  color: #fff;
}
.network_main .main4 ul {
  margin-top: 65px;
  overflow: hidden;
}
.network_main .main4 li {
  position: relative;
  margin-left: -2px;
  padding-top: 40px;
  padding-bottom: 75px;
  width: 33.33%;
}
.network_main .main4 li:nth-child(n + 3) {
  padding-bottom: 105px;
}
.network_main .main4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 25px;
  width: 1px;
  height: calc(100% - 50px);
  background-color: rgba(255, 255, 255, 0.2);
}
.network_main .main4 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 25px;
  height: 1px;
  width: calc(100% - 50px);
  background-color: rgba(255, 255, 255, 0.2);
}
.network_main .main4 p {
  margin-top: 25px;
  font-size: 24px;
}
.network_main .main5 {
  padding-bottom: 94px;
  background-color: #f0f2f7;
}
.network_main .main5 .big_img {
  margin-top: 90px;
  text-align: center;
}
.network_main .main5 .big_img p {
  margin-top: 20px;
  color: #0b0b0b;
  font-size: 36px;
}
.network_main .main5 ul {
  margin-top: 92px;
}
.network_main .main5 ul .img {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 200px;
}
.network_main .main5 ul h2 {
  font-size: 30px;
}
.network_main .main5 ul .text {
  margin-top: 24px;
  font-size: 18px;
  font-weight: lighter;
  line-height: 32px;
}
.network_main .main6 {
  padding-bottom: 95px;
}
.network_main .main6 ul {
  margin-top: 55px;
}
.network_main .main6 ul li {
  margin-left: 1.78571429%;
  width: 32.14285714%;
}
.network_main .main6 ul li:first-child {
  margin-left: 0;
}
.network_main .main6 ul li img {
  transition: all 0.5s;
}
.network_main .main6 ul li:hover h2 {
  color: #e62129;
}
.network_main .main6 ul li:hover img {
  transform: scale(1.05);
}
.network_main .main6 ul .picture_container {
  padding-top: 66.66666667%;
}
.network_main .main6 ul h2 {
  margin-top: 25px;
  overflow: hidden;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.network_main .main6 ul p {
  margin-top: 10px;
  font-size: 18px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 26px;
  max-height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inner_link {
  line-height: 70px;
  background-color: #fff;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.inner_link .inner_down {
  display: none;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.inner_link .inner_down .iconfont {
  margin-left: 10px;
}
.inner_link .inner_down.active .iconfont {
  transform: rotateZ(90deg);
}
.inner_link ul {
  z-index: 9;
}
.inner_link ul li {
  margin-right: 5px;
  color: #666;
  transition: all 0.5s;
}
.inner_link ul li a {
  padding: 0 25px ;
}
.inner_link ul li.active,
.inner_link ul li:hover {
  color: #fff;
  background-color: #e62129;
}
.inner_link .crumb {
  color: #666;
  font-family: SimSun;
}
.inner_link .crumb .iconfont {
  opacity: 0.3;
}
.inner_link .crumb a {
  margin: 0 6px;
  font-family: MicrosoftYaHei;
}
.inner_link .crumb a:hover {
  color: #e62129;
}
.product_main .banner {
  position: relative;
}
.product_main .banner .text {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  color: #fff;
}
.product_main .banner .text .center div {
  font-size: 46px;
  font-weight: bold;
}
.product_main .banner .text .center p {
  margin-top: 8px;
  font-size: 22px;
}
.product_main .main1 {
  padding: 50px 0 100px;
  background-color: #f0f2f7;
}
.product_main .main1 .cate_nav {
  padding: 28px 35px;
  width: 19.64285714%;
  color: #555;
  font-size: 18px;
  line-height: 42px;
  background-color: #fff;
}
.product_main .main1 .cate_nav .down {
  font-weight: bold;
  color: #222;
}
.product_main .main1 .cate_nav .nav2 {
  display: none;
  font-weight: normal;
  font-size: 16px;
  padding-left: 20px;
}
.product_main .main1 .cate_nav .nav3 {
  display: none;
  font-weight: normal;
  font-size: 16px;
  padding-left: 20px;
}
.product_main .main1 .cate_nav a:hover {
  color: #e62129;
}
.product_main .main1 .product_box {
  width: 78.57142857%;
}
.product_main .main1 .product_box li {
  margin-left: 2.27272727%;
  margin-bottom: 2.27272727%;
  padding: 60px 30px 45px;
  width: 31.81818182%;
  background-color: #fff;
}
.product_main .main1 .product_box li:nth-child(3n+1) {
  margin-left: 0;
}
.product_main .main1 .product_box li img {
  transition: all 0.5s;
}
.product_main .main1 .product_box li:hover h2 {
  color: #e62129;
}
.product_main .main1 .product_box li:hover img {
  transform: scale(1.05);
}
.product_main .main1 .product_box li .picture_container {
  padding-top: 81.03448276%;
}
.product_main .main1 .product_box li h2 {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_main .main1 .product_box li p {
  margin-top: 12px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product_main .main1 .product_box li span {
  display: inline-block;
  margin-top: 30px;
  color: #111;
}
.product_main .main1 .product_box li .iconfont {
  opacity: 0.5;
  font-size: 12px;
  font-weight: bold;
}
.product_main .main1 .more {
  margin: 80px auto 0;
  width: 200px;
  height: 52px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: solid 1px #e62129;
  opacity: 0.5;
   color: #e62129;
}
.product_main .main1 .more:hover{
  color: #fff;
  background-color:#e62129;
}
.product_main .main1 .more .no {
  display: none;
}
.product_main .main1 .more img {
  display: none;
  margin-left: 10dpx;
  animation: route 1s linear infinite ;
}
.product_main .main1 .more.ending a {
  cursor: no-drop;
}
.product_main .main1 .more.ending .load {
  display: none;
}
.product_main .main1 .more.ending .no {
  display: inline-block;
}
.product_main .main1 .more.init:hover {
  color: #e62129;
  border-color: #e62129;
}
.product_main .main1 .more.active img {
  display: inline-block;
}
.product_details_main .banner {
  position: relative;
}
.product_details_main .banner .text {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_details_main .banner .text .box {
  width: 495px;
}
.product_details_main .banner .text h2 {
  font-size: 48px;
}
.product_details_main .banner .text .sub {
  margin-top: 24px;
  font-size: 24px;
  color: #555;
}
.product_details_main .banner .text ul {
  margin-top: 45px;
  font-size: 18px;
  line-height: 2;
  color: #666;
}
.product_details_main .banner .text li {
  width: 100%;
  position: relative;
  padding-left: 15px;
}
.product_details_main .banner .text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  background-color: #979797;
}
.product_details_main .banner .center {
  width: 100%;
}
.product_details_main .title {
  padding-top: 70px;
  text-align: center;
}
.product_details_main .title .major {
  font-size: 48px;
  font-weight: bold;
  color: #0b0b0b;
}
.product_details_main .title .subtitle {
  margin-top: 8px;
  font-size: 26px;
}
.product_details_main .inner_link li {
  font-weight: bold;
}
.product_details_main .main1 {
  padding-bottom: 162px;
  background-color: #f5f5f7;
}
.product_details_main .main1 .center {
  max-width: 1200px;
}
.product_details_main .main1 ul {
  margin-top: 135px;
  text-align: center;
}
.product_details_main .main1 li p {
  margin-top: 35px;
  font-size: 18px;
}
.product_details_main .main2 .img {
  position: relative;
}
.product_details_main .main2 .title {
  position: absolute;
  width: 100%;
  color: #fff;
}
.product_details_main .main2 .title .major {
  color: #fff;
}
.product_details_main .main3 {
  padding: 110px 0;
}
.product_details_main .main3 .center > div {
  width: 50%;
}
.product_details_main .main3 .box h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  color: #0b0b0b;
  letter-spacing: 1px;
}
.product_details_main .main3 .box .txt {
  margin-top: 52px;
  font-size: 26px;
  line-height: 36px;
}
.product_details_main .main4 {
  padding: 80px 0;
  color: #fff;
  background: url(../images/change/details4_bg.jpg) center / cover;
}
.product_details_main .main4 .text h2 {
  font-size: 48px;
  line-height: 60px;
}
.product_details_main .main4 .text .txt {
  margin-top: 52px;
  font-size: 26px;
  line-height: 36px;
}
.product_details_main .main4 .img {
  position: relative;
  margin-left: 20px;
  width: 63%;
}
.product_details_main .main4 .icon {
  position: absolute;
  top: 70px;
  right: -90px;
  width: 21.31519274%;
}
.product_details_main .main5 {
  padding-bottom: 85px;
}
.product_details_main .main5 .subtitle {
  line-height: 36px;
}
.product_details_main .main5 .center {
  max-width: 1200px;
}
.product_details_main .main5 .img {
  margin-top: 55px;
}
.product_details_main .main6 {
  position: relative;
  height: 920px;
  overflow: hidden;
  background-color: #000;
}
.product_details_main .main6 img {
  position: absolute;
  bottom: 110px;
  right: 45.41666667%;
  max-height: none;
}
.product_details_main .main6 .center {
  padding-right: 90px;
  height: 100%;
}
.product_details_main .main6 .text {
  width: 375px;
  color: #fff;
}
.product_details_main .main6 .text h2 {
  font-size: 48px;
}
.product_details_main .main6 .text .txt {
  margin-top: 30px;
  font-size: 26px;
  line-height: 36px;
}
.product_details_main .main7 {
  padding-bottom: 100px;
}
.product_details_main .main7 ul {
  margin-top: 50px;
}
.product_details_main .main7 li {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 22px;
  width: 33.33%;
  border-bottom: 1px solid #e5e5e5;
}
.product_details_main .main7 li .head {
  font-size: 26px;
  font-weight: bold;
}
.product_details_main .main7 li .txt {
  margin-top: 8px;
  font-size: 18px;
  line-height: 32px;
}
.plan_main .banner {
  position: relative;
}
.plan_main .banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  color: #fff;
}
.plan_main .banner .cn {
  font-size: 46px;
  font-weight: bold;
}
.plan_main .banner .en {
  margin-top: 10px;
  font-size: 22px;
}
.plan_main .main1 {
  padding: 25px 0 100px;
  background-color: #f0f2f7;
}
.plan_main .main1 li {
  margin-top: 1.78571429%;
  margin-left: 1.78571429%;
  width: 32.14285714%;
  background-color: #fff;
}
.plan_main .main1 li img {
  transition: all 0.5s;
}
.plan_main .main1 li:nth-child(3n + 1) {
  margin-left: 0;
}
.plan_main .main1 li .picture_container {
  padding-top: 66.66666667%;
}
.plan_main .main1 li .text {
  padding: 35px 25px ;
}
.plan_main .main1 li h2 {
  font-size: 24px;
  color: #222;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.plan_main .main1 li p {
  display: -webkit-box;
  margin-top: 16px;
  height: 48px;
  line-height: 24px;
  color: #777;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.plan_main .main1 li .info {
  margin-top: 35px;
}
.plan_main .main1 li .info .date {
  padding-right: 20px;
  line-height: 1;
  border-right: 1px solid #dadada;
}
.plan_main .main1 li .info .iconfont {
  margin-left: 20px;
  color: #666;
  font-size: 20px;
}
.plan_main .main1 li:hover {
  box-shadow: 0px 5px 15px 0px rgba(156, 156, 156, 0.1);
}
.plan_main .main1 li:hover img {
  transform: scale(1.05);
}
.plan_main .main1 li:hover h2 {
  color: #e62129;
}
.plan_main .main1 li:hover .info .iconfont {
  color: #e62129;
}
.plan_main .more {
  margin: 80px auto 0;
  width: 200px;
  height: 52px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
   border: solid 1px #e62129;
  opacity: 0.5;
   color: #e62129;
}
.plan_main .more:hover{
  color: #fff;
  background-color: #e62129;
}

.plan_main .more .no {
  display: none;
}
.plan_main .more img {
  display: none;
  margin-left: 10dpx;
  animation: route 1s linear infinite ;
}
.plan_main .more.ending a {
  cursor: no-drop;
}
.plan_main .more.ending .load {
  display: none;
}
.plan_main .more.ending .no {
  display: inline-block;
}
.plan_main .more.init:hover {
  color: #e62129;
  border-color: #e62129;
}
.plan_main .more.active img {
  display: inline-block;
}
.case_details_main .banner {
  position: relative;
}
.case_details_main .banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  color: #fff;
}
.case_details_main .banner .cn {
  font-size: 46px;
  font-weight: bold;
}
.case_details_main .banner .en {
  margin-top: 10px;
  font-size: 22px;
}
.case_details_main .main1 {
  padding: 92px 0 100px;
  background-color: #f0f2f7;
}
.case_details_main .main1 h1 {
  font-size: 36px;
  color: #222;
  text-align: center;
}
.case_details_main .main1 .article_info {
  margin-top: 18px;
  color: #555;
}
.case_details_main .main1 .article_info div {
  margin: 0 18px;
}
.case_details_main .main1 .content {
  margin-top: 75px;
  padding-bottom: 70px;
}
.case_details_main .main1 .page {
  position: relative;
  line-height: 70px;
  border-bottom: 1px solid #dbdee5;
  border-top: 1px solid #dbdee5;
}
.case_details_main .main1 .page .toggle {
  position: relative;
  z-index: 2;
}
.case_details_main .main1 .page .toggle .page_item {
  max-width: calc(50% - 70px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case_details_main .main1 .page .toggle .page_item:first-child .iconfont {
  margin-right: 50px;
}
.case_details_main .main1 .page .toggle .page_item:last-child {
  text-align: right;
}
.case_details_main .main1 .page .toggle .page_item:last-child .iconfont {
  margin-left: 50px;
}
.case_details_main .main1 .page .toggle .page_item:hover span {
  color: #e62129;
}
.case_details_main .main1 .page .btn a {
  width: 120px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
}
.case_details_main .main1 .page .btn a:hover {
  color: #e62129;
}
.download_main .more {
  margin: 80px auto 0;
  width: 200px;
  height: 52px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: solid 1px #e62129;
  opacity: 0.5;
  color: #e62129;
}
.download_main .more:hover{
  color: #fff;
  background-color: #e62129;
}
.download_main .more .no {
  display: none;
}
.download_main .more img {
  display: none;
  margin-left: 10dpx;
  animation: route 1s linear infinite ;
}
.download_main .more.ending a {
  cursor: no-drop;
}
.download_main .more.ending .load {
  display: none;
}
.download_main .more.ending .no {
  display: inline-block;
}
.download_main .more.init:hover {
  color: #e62129;
  border-color: #e62129;
}
.download_main .more.active img {
  display: inline-block;
}
.download_main .banner {
  position: relative;
}
.download_main .banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  color: #fff;
}
.download_main .banner .cn {
  font-size: 46px;
  font-weight: bold;
}
.download_main .banner .en {
  margin-top: 10px;
  font-size: 22px;
}
.download_main .main1 {
  padding: 72px 0 100px;
  background-color: #f0f2f7;
}
.download_main .main1 .head {
  font-size: 42px;
  text-align: center;
  color: #0b0b0b;
}
.download_main .main1 .item {
  margin-left: 2.85714286%;
  margin-top: 2.85714286%;
  width: 31.42857143%;
  border-radius: 15px;
  background-color: #fff;
}
.download_main .main1 .item:nth-child(3n+1) {
  margin-left: 0;
}
.download_main .main1 .item .picture_container {
  padding-top: 59.09090909%;
}
.download_main .main1 .item .text {
  padding: 34px 50px 28px;
}
.download_main .main1 .item h2 {
  margin-top: 34px;
  font-size: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.download_main .main1 .item ul {
  margin-top: 20px;
}
.download_main .main1 .item li {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
}
.download_main .main1 .item li::before {
  content: "· ";
  color: #e62129;
}
.download_main .main1 .item p {
  display: -webkit-box;
  margin-top: 16px;
  height: 60px;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: normal;
}
.download_main .main1 .item .bottom {
  margin-top: 34px;
  padding-top: 30px;
}
.download_main .main1 .item .bottom span {
  color: #777;
  font-weight: bold;
  font-size: 18px;
}
.download_main .main1 .item .bottom .iconfont {
  color: #666;
  font-size: 22px;
}
.download_main .main1 .item img {
  transition: all 0.5s;
}
.download_main .main1 .item:hover h2 {
  color: #e62129;
}
.download_main .main1 .item:hover img {
  transform: scale(1.05);
}
.download_main .main2 {
  padding: 72px 0 100px;
}
.download_main .main2 .head {
  font-family: CenturyGothic;
  font-size: 42px;
  text-align: center;
}
.download_main .main2 .toggle {
  margin: 42px auto 25px;
  width: 574px;
  line-height: 66px;
  font-size: 20px;
  border: 1px solid #e5e5e5;
}
.download_main .main2 .toggle span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  color: #222222;
  cursor: pointer;
  transition: all 0.5s;
}
.download_main .main2 .toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 1px;
  background-color: #d4d4d4;
}
.download_main .main2 .toggle span:first-child::before {
  display: none;
}
.download_main .main2 .toggle span.active,
.download_main .main2 .toggle span:hover {
  color: #fff;
  background-color: #e62129;
}
.download_main .main2 .toggle span.active::before,
.download_main .main2 .toggle span:hover::before {
  display: none;
}
.download_main .main2 .toggle span.active + span::before,
.download_main .main2 .toggle span:hover + span::before {
  display: none;
}
.download_main .main2 #box>div {
  display: none;
}
.download_main .main2 #box>div:first-child {
  display: block;
}
.download_main .main2 li {
  padding-left: 30px;
  padding-right: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.download_main .main2 li.active {
  background-color: #f7f7f7;
}
.download_main .main2 li .text {
  display: none;
  padding-left: 45px;
  padding-bottom: 50px;
  color: #666;
  line-height: 2;
}
.download_main .main2 .head_q {
  display: flex;
  align-items: center;
  line-height: 80px;
  cursor: pointer;
}
.download_main .main2 .head_q:hover .txt {
  color: #e62129;
}
.download_main .main2 .head_q .txt {
  width: 80%;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}
.download_main .main2 .head_q .txt::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(../images/public/wenhao.png) center / contain;
}
.download_main .main2 .head_q .iconfont {
  font-size: 20px;
}
.download_main .main3 {
  padding: 70px 0 100px;
  background-color: #f0f2f7;
}
.download_main .main3 .head {
  margin-bottom: 42px;
  font-size: 42px;
  text-align: center;
  color: #0b0b0b;
  font-family: SourceHanSansCN-Regular;
}
.download_main .main3 .text {
  margin-left: 20px;
  width: 600px;
  font-size: 22px;
  line-height: 36px;
  color: #0b0b0b;
}
.partner_main .more {
  margin: 80px auto 0;
  width: 200px;
  height: 52px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: solid 1px #e62129;
  opacity: 0.5;
  color: #e62129;
}
.partner_main .more:hover{
  color: #fff;
  background-color: #e62129;
}
.partner_main .more .no {
  display: none;
}
.partner_main .more img {
  display: none;
  margin-left: 10dpx;
  animation: route 1s linear infinite ;
}
.partner_main .more.ending a {
  cursor: no-drop;
}
.partner_main .more.ending .load {
  display: none;
}
.partner_main .more.ending .no {
  display: inline-block;
}
.partner_main .more.init:hover {
  color: #e62129;
  border-color: #e62129;
}
.partner_main .more.active img {
  display: inline-block;
}
.partner_main .title {
  padding-top: 70px;
  text-align: center;
}
.partner_main .title .major {
  font-size: 42px;
  color: #0b0b0b;
}
.partner_main .item {
  margin-left: 2.85714286%;
  margin-top: 2.85714286%;
  width: 31.42857143%;
  border-radius: 15px;
  background-color: #fff;
}
.partner_main .item:nth-child(3n+1) {
  margin-left: 0;
}
.partner_main .item .picture_container {
  padding-top: 59.09090909%;
}
.partner_main .item .text {
  padding: 34px 50px 28px;
}
.partner_main .item h2 {
  font-size: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.partner_main .item p {
  display: -webkit-box;
  margin-top: 20px;
  height: 60px;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.partner_main .item .bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}
.partner_main .item .bottom span {
  color: #777;
}
.partner_main .item .bottom .iconfont {
  color: #666;
  font-size: 22px;
}
.partner_main .item img {
  transition: all 0.5s;
}
.partner_main .item:hover h2 {
  color: #e62129;
}
.partner_main .item:hover img {
  transform: scale(1.05);
}
.partner_main .banner {
  position: relative;
}
.partner_main .banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  color: #fff;
}
.partner_main .banner .cn {
  font-size: 46px;
  font-weight: bold;
}
.partner_main .banner .en {
  margin-top: 10px;
  font-size: 22px;
}
.partner_main .main1 {
  padding-bottom: 410px;
}
.partner_main .main1 ul {
  margin-top: 72px;
}
.partner_main .main1 li .text {
  margin-left: 26px;
}
.partner_main .main1 li p {
  font-size: 20px;
  color: #666;
}
.partner_main .main1 li .txt {
  color: #0b0b0b;
  font-size: 30px;
}
.partner_main .main0 {
  padding-bottom: 100px;
  background-color: #f0f2f7;
}
.partner_main .main0 .become_box {
  margin-top: 80px;
}
.partner_main .main0 .become_box .img {
  position: relative;
  width: 50%;
  color: #fff;
}
.partner_main .main0 .become_box .img .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9.14285714% 60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
}
.partner_main .main0 .become_box .img .become {
  font-size: 30px;
}
.partner_main .main0 .become_box .img .txt {
  margin-top: 30px;
  line-height: 36px;
  font-size: 18px;
}
.partner_main .main2 {
  padding-top: 1px;
  padding-bottom: 100px;
  background-color: #f0f2f7;
}
.partner_main .main2 .box {
  margin-top: -330px;
  padding-bottom: 128px;
  border-radius: 25px;
  background: url(../images/change/partner2_bg.png) center / cover;
}
.partner_main .main2 .box ul {
  margin: 110px auto 0;
  width: 1108px;
}
.partner_main .main2 .box li:nth-child(2n) {
  padding-top: 30px;
}
.partner_main .main2 .box li:nth-child(2n)::before {
  content: "";
  display: inline-block;
  width: 135px;
  border-top: 1px dashed #999;
  vertical-align: middle;
}
.partner_main .main2 .box li:nth-child(2n)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
  vertical-align: middle;
}
.partner_main .main2 .box .cir {
  margin: 0 auto;
  padding: 1px;
  width: 80px;
  height: 80px;
  background-color: rgba(238, 34, 12, 0.15);
  font-family: CenturyGothic;
  border-radius: 50%;
}
.partner_main .main2 .box .cir span {
  display: block;
  margin-top: -32px;
  margin-left: 24px;
  font-size: 60px;
  font-weight: bold;
  color: #e62129;
}
.partner_main .main2 .box .text {
  margin-top: 25px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.partner_main .main3 {
  padding-bottom: 100px;
}
.partner_main .main3 .item {
  background-color: #f9f9f9;
}
.partner_main .main4 {
  padding-bottom: 100px;
  background-color: #f0f2f7;
}
.about_main .title {
  padding-top: 70px;
  text-align: center;
}
.about_main .title .major {
  font-size: 48px;
  font-weight: bold;
  color: #0b0b0b;
}
.about_main .title .subtitle {
  margin-top: 8px;
  font-size: 26px;
}
.about_main .banner {
  position: relative;
}
.about_main .banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  color: #fff;
}
.about_main .banner .cn {
  font-size: 46px;
  font-weight: bold;
}
.about_main .banner .en {
  margin-top: 10px;
  font-size: 22px;
}
.about_main .main1 {
  padding-bottom: 244px;
  background: url(../images/change/about1_bg.jpg) bottom / cover no-repeat;
}
.about_main .main1 ul {
  margin-top: 95px;
}
.about_main .main1 li .img {
  margin-right: 20px;
}
.about_main .main1 li span {
  color: #e62129;
  font-size: 20px;
}
.about_main .main1 li span:first-child {
  margin-right: 14px;
  font-size: 36px;
}
.about_main .main1 li p {
  margin-top: 6px;
  font-size: 22px;
  color: #555;
}
.about_main .main1 article {
  margin-top: 92px;
  text-align: center;
  color: #555;
}
.about_main .main1 article h2 {
  font-size: 32px;
}
.about_main .main1 article p {
  margin-top: 44px;
  font-size: 18px;
  line-height: 2;
}
.about_main .main2 {
  padding-bottom: 115px;
}
.about_main .main2 ul {
  margin-top: 95px;
  text-align: center;
}
.about_main .main2 .img {
  position: relative;
  font-size: 52px;
  color: #e62129;
}
.about_main .main2 .img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: Montserrat-Regular;
}
.about_main .main2 .img div span {
  display: block;
}
.about_main .main2 .text div {
  margin-top: 26px;
  font-size: 20px;
  color: #666666;
}
.about_main .main2 .text p {
  margin-top: 10px;
  font-size: 22px;
  color: #222;
  font-weight: bold;
}
.about_main .main3 {
  background: url(../images/change/index_bg4.jpg) no-repeat bottom / cover;
}
.about_main .main3 .index_title {
  text-align: center;
}
.about_main .main3 .index_title .major {
  font-size: 52px;
  color: #0b0b0b;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
}
.about_main .main3 .index_title .subtitle {
  margin-top: 14px;
  color: #333;
  font-size: 32px;
  font-family: SourceHanSansCN-Normal;
}
.about_main .main3 .center {
  padding-top: 70px;
  padding-bottom: 116px;
  position: relative;
  max-width: 1400px;
}
.about_main .main3 .left {
  height: 560px;
}
.about_main .main3 .left .swiper-slide {
  overflow: hidden;
}
.about_main .main3 .article {
  width: 71.42857143%;
}
.about_main .main3 .year {
  font-size: 90px;
  font-weight: bold;
  color: #5a5858;
}
.about_main .main3 .text {
  margin-top: 28px;
  font-size: 24px;
  line-height: 50px;
  color: #555;
}
.about_main .main3 ul {
  margin-top: 16px;
}
.about_main .main3 li {
  width: 32%;
}
.about_main .main3 .right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 187px;
  font-size: 52px;
  font-weight: bold;
  color: #dcdcdc;
}
.about_main .main3 .right .swiper-slide {
  display: flex;
  align-items: center;
}
.about_main .main3 .right .swiper-slide span {
  position: relative;
  display: block;
  width: 100%;
  line-height: 100px;
}
.about_main .main3 .right .swiper-slide span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
}
.about_main .main3 .right .swiper-container {
  border-right: 2px solid #e9e9e9;
}
.about_main .main3 .right .swiper-slide-active {
  color: #e62129;
}
.about_main .main3 .right .swiper-slide-active span::after {
  background-color: #e62129;
}
.about_main .main4 {
  padding-bottom: 100px;
}
.about_main .main4 .content {
  margin-top: 55px;
}
.about_main .main4 .left {
  position: relative;
  width: 49.28571429%;
  color: #fff;
  text-align: center;
}
.about_main .main4 .left > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_main .main4 .left .text div {
  margin-top: 44px;
  font-size: 32px;
}
.about_main .main4 .left .text p {
  margin-top: 12px;
  font-size: 20px;
}
.about_main .main4 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49.28571429%;
  color: #fff;
}
.about_main .main4 .right .item {
  position: relative;
}
.about_main .main4 .right .item .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 13.04347826%;
  width: 100%;
  height: 100%;
}
.about_main .main4 .right .item .icon {
  margin-right: 5.88235294%;
  padding-top: 8px;
}
.about_main .main4 .right .item .tit {
  font-size: 32px;
}
.about_main .main4 .right .item p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
}
.about_main .main5 {
  padding-bottom: 100px;
  background-color: #f9f9f9;
}
.about_main .main5 .toggle {
  margin: 55px 0 40px;
  line-height: 66px;
  font-size: 20px;
}
.about_main .main5 .toggle > div {
  border: 1px solid #e5e5e5;
}
.about_main .main5 .toggle span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  color: #222222;
  cursor: pointer;
  transition: all 0.5s;
}
.about_main .main5 .toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 1px;
  background-color: #d4d4d4;
}
.about_main .main5 .toggle span:first-child::before {
  display: none;
}
.about_main .main5 .toggle span.active,
.about_main .main5 .toggle span:hover {
  color: #fff;
  background-color: #e62129;
}
.about_main .main5 .toggle span.active::before,
.about_main .main5 .toggle span:hover::before {
  display: none;
}
.about_main .main5 .toggle span.active + span::before,
.about_main .main5 .toggle span:hover + span::before {
  display: none;
}
.about_main .main5 .parents li {
  margin-left: 1.86046512%;
  margin-top: 1.86046512%;
  width: 15.11627907%;
}
.about_main .main5 .parents li:nth-child(6n+1) {
  margin-left: 0;
}
.about_main .main5 .advantage {
  margin-top: 40px;
}
.about_main .main5 .advantage li {
  position: relative;
  width: 32.09302326%;
}
.about_main .main5 .advantage li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.about_main .main5 .advantage li .text p {
  font-size: 24px;
}
.about_main .main5 .advantage li .text .text2 {
  margin-top: 5px;
  font-size: 40px;
}
.about_main .main6 {
  padding-bottom: 100px;
}
.about_main .main6 ul {
  margin-top: 55px;
}
.about_main .main6 li {
  position: relative;
  margin-right: 1.28571429%;
  width: 32.14285714%;
  margin-bottom: 1%;
}
.about_main .main6 li:nth-child(3n){
  margin-right: 0;
}

.about_main .main6 li .picture_container {
  padding-top: 71.11111111%;
}
.about_main .main6 li p {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  line-height: 65px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.3);
}
.about_main .main6 li img {
  transition: all 0.5s;
}
.about_main .main6 li:hover img {
  transform: scale(1.05);
}
.news_main .more {
  margin: 80px auto 0;
  width: 200px;
  height: 52px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: solid 1px #e62129;
  opacity: 0.5;
  color: #e62129;
}
.news_main .more:hover{
  color: #fff;
  background-color: #e62129;
}
.news_main .more .no {
  display: none;
}
.news_main .more img {
  display: none;
  margin-left: 10dpx;
  animation: route 1s linear infinite ;
}
.news_main .more.ending a {
  cursor: no-drop;
}
.news_main .more.ending .load {
  display: none;
}
.news_main .more.ending .no {
  display: inline-block;
}
.news_main .more.init:hover {
  color: #e62129;
  border-color: #e62129;
}
.news_main .more.active img {
  display: inline-block;
}
.news_main .banner {
  position: relative;
}
.news_main .banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  color: #fff;
}
.news_main .banner .cn {
  font-size: 46px;
  font-weight: bold;
}
.news_main .banner .en {
  margin-top: 10px;
  font-size: 22px;
}
.news_main .main1 {
  padding: 80px 0 100px;
  background-color: #f0f2f7;
}
.news_main .main1 .toggle {
  line-height: 66px;
  font-size: 20px;
}
.news_main .main1 .toggle > div {
  border: 1px solid #e5e5e5;
}
.news_main .main1 .toggle span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  color: #222222;
  cursor: pointer;
  transition: all 0.5s;
}
.news_main .main1 .toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 1px;
  background-color: #d4d4d4;
}
.news_main .main1 .toggle span:first-child::before {
  display: none;
}
.news_main .main1 .toggle span.active,
.news_main .main1 .toggle span:hover {
  color: #fff;
  background-color: #e62129;
}
.news_main .main1 .toggle span.active::before,
.news_main .main1 .toggle span:hover::before {
  display: none;
}
.news_main .main1 .toggle span.active + span::before,
.news_main .main1 .toggle span:hover + span::before {
  display: none;
}
.news_main .main1 ul {
  margin-top: 30px;
}
.news_main .main1 li {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news_main .main1 li:hover {
  background-color: #f9fbff;
}
.news_main .main1 li:hover h2 {
  color: #e62129;
}
.news_main .main1 li:hover img {
  transform: scale(1.05);
}
.news_main .main1 li:hover .read {
  color: #e62129;
  border-bottom: 2px solid #e62129;
}
.news_main .main1 li .img {
  width: 31.42857143%;
  max-width: 400px;
}
.news_main .main1 li img {
  transition: all 0.5s;
}
.news_main .main1 li .picture_container {
  padding-top: 66.75%;
}
.news_main .main1 li .text {
  margin-left: 20px;
  width: 67.14285714%;
}
.news_main .main1 li h2 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_main .main1 li .cut {
  margin: 15px 0;
  width: 20px;
  height: 3px;
  background-color: #dcdcdc;
}
.news_main .main1 li .date {
  font-size: 18px;
  font-family: CenturyGothic;
  color: #666;
}
.news_main .main1 li p {
  display: -webkit-box;
  margin-top: 20px;
  height: 56px;
  color: #666;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_main .main1 li .read {
  display: inline-block;
  margin-top: 40px;
  padding-bottom: 8px;
  font-family: CenturyGothic;
  color: #666;
}
.join_main .banner {
  position: relative;
}
.join_main .banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  color: #fff;
}
.join_main .banner .cn {
  font-size: 46px;
  font-weight: bold;
}
.join_main .banner .en {
  margin-top: 10px;
  font-size: 22px;
}
.join_main .more {
  margin: 80px auto 0;
  width: 200px;
  height: 52px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: solid 1px #e62129;
  opacity: 0.5;
  color: #e62129;
}
.join_main .more:hover{
  color: #fff;
  background-color: #e62129;
}
.join_main .more .no {
  display: none;
}
.join_main .more img {
  display: none;
  margin-left: 10dpx;
  animation: route 1s linear infinite ;
}
.join_main .more.ending a {
  cursor: no-drop;
}
.join_main .more.ending .load {
  display: none;
}
.join_main .more.ending .no {
  display: inline-block;
}
.join_main .more.init:hover {
  color: #e62129;
  border-color: #e62129;
}
.join_main .more.active img {
  display: inline-block;
}
.join_main .title {
  padding-top: 70px;
  text-align: center;
}
.join_main .title .major {
  font-size: 48px;
  font-weight: bold;
  color: #0b0b0b;
}
.join_main .title .subtitle {
  margin-top: 8px;
  font-size: 26px;
}
.join_main .main1 {
  padding-bottom: 80px;
  background-color: #f0f2f7;
}
.join_main .main1 .center_box {
  margin-top: 55px;
  padding-bottom: 57px;
  background-color: #fff;
}
.join_main .main1 .tab > dt {
  height: 70px;
  line-height: 70px;
  background-color: #e6e8eb;
}
.join_main .main1 .tab > dd {
  cursor: pointer;
  border-bottom: 1px solid #e1e7ed;
}
.join_main .main1 .tab > dd ul {
  height: 80px;
  line-height: 80px;
}
.join_main .main1 .tab > dd .iconfont {
  color: #7d7d7d;
}
.join_main .main1 .tab > dd.active ul {
  color: #fff;
  background-color: #e62129;
  border-bottom: 1px solid #eaeaea;
}
.join_main .main1 .tab > dd.active .iconfont {
  color: #fff;
  transform: rotateZ(180deg);
}
.join_main .main1 .tab .content {
  padding: 36px 60px 60px 68px;
  color: #525252;
  display: none;
  line-height: 2;
  background-color: #fff;
  border-bottom: 1px solid #e1e7ed;
}
.join_main .main1 .tab .content .vocation {
  font-size: 20px;
}
.join_main .main1 .tab .content .top {
  margin-top: 5px;
  padding-bottom: 32px;
  width: 100%;
  max-width: 1020px;
  border-bottom: 1px solid rgba(66, 66, 66, 0.1);
}
.join_main .main1 .tab .content .top .item {
  margin-left: 70px;
}
.join_main .main1 .tab .content .top .item:first-child {
  margin-left: 0%;
}
.join_main .main1 .tab .content .details {
  padding-top: 20px;
}
.join_main .main1 .tab .content .details .tle {
  font-weight: bold;
}
.join_main .main1 .tab .content .details .end {
  margin-top: 20px;
}
.join_main .main1 .tab .content .emails {
  font-weight: bold;
  color: #555;
}
.join_main .main1 .tab .content .left {
  margin-right: 20px;
}
.join_main .main1 .tab .content a {
  margin-top: 20px;
  width: 143px;
  height: 46px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  background-color: #e62129;
}
.join_main .main1 .list {
  padding: 0 66px;
  display: flex;
}
.join_main .main1 .list > li {
  padding-right: 5px;
  text-align: center;
  width: calc((100% - 90px) / 5);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.join_main .main1 .list > li:first-child {
  text-align: left;
}
.join_main .main1 .list > li:last-child {
  width: 90px;
  text-align: left;
}
.join_main .main1 .list > li:last-child i {
  margin-left: 5px;
  font-family: SimSun;
}
.contact_main .banner {
  position: relative;
}
.contact_main .banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  color: #fff;
}
.contact_main .banner .cn {
  font-size: 46px;
  font-weight: bold;
}
.contact_main .banner .en {
  margin-top: 10px;
  font-size: 22px;
}
.contact_main .main1 {
  padding: 74px 0 80px;
  background-color: #f0f2f7;
}
.contact_main .main1 .head {
  font-size: 30px;
}
.contact_main .main1 ul {
  margin-top: 35px;
  margin-bottom: 40px;
}
.contact_main .main1 ul li {
  margin-top: 16px;
  font-size: 20px;
}
.contact_main .main1 ul li img {
  margin-right: 15px;
}
.contact_main .main1 form {
  width: 55.71428571%;
}
.contact_main .main1 form .head {
  margin-bottom: 30px;
}
.contact_main .main1 .item {
  margin-bottom: 20px;
}
.contact_main .main1 .lab {
  padding: 0 20px;
  width: 48.71794872%;
  line-height: 54px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.contact_main .main1 .lab input {
  color: #666;
  font-size: 16px;
}
.contact_main .main1 .lab span {
  color: #e62129;
}
.contact_main .main1 .code {
  align-items: center;
  margin-top: 20px;
  height: 54px;
  min-width: 300px;
}
.contact_main .main1 .code img {
  height: 35px;
  vertical-align: middle;
}
.contact_main .main1 .area {
  padding: 15px 20px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.contact_main .main1 .area textarea {
  display: block;
  width: 100%;
  height: 150px;
  font-size: 16px;
}
.contact_main .main1 button {
  margin-top: 20px;
  width: 200px;
  height: 54px;
  color: #fff;
  font-size: 16px;
  background-color: #e62129;
  border-radius: 5px;
  cursor: pointer;
}
.contact_main .main1 button:hover {
  opacity: 0.8;
}
.alert_wrap {
  display: none;
}
.alert_wrap .alert_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9988;
}
.alert_wrap .alert_box .player_box {
  position: relative;
  max-width: clac(68%);
  width: 100%;
  height: 100%;
  text-align: center;
}
.alert_wrap .alert_box .player_box .close_btn {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
  z-index: 999999;
}
.alert_wrap .alert_box .player_box .close_btn .iconfont {
  font-size: 32px;
}
.alert_wrap .alert_box .player_box video {
  max-width: 100%;
  max-height: 100%;
      width: calc(100vh + 300px);
    height: calc(100vh);
}
}
@keyframes route {
  form {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@media (min-width: 1025px) {
  header {
    min-width: 1200px;
  }
  body {
    min-width: 1200px ;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 65px;
  }
  header {
    color: #333;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
  }
  header .down_nav_control {
    width: 32px;
    padding: 11px 0;
    display: block;
  }
  header .down_nav_control.active .line.line1 {
    top: 11px;
  }
  header .down_nav_control.active .line.line3 {
    bottom: 11px;
  }
  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 .header-right {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-bottom: 30px;
    width: 100%;
    min-width: auto;
    background-color: #fff;
  }
  header .header-right nav {
    width: 100%;
  }
  header .header-right nav > ul {
    display: block;
  }
  header .header-right .sec {
    display: none;
  }
  header .header-right .language {
    height: auto;
    width: 100%;
    line-height: 40px;
    justify-content: center;
  }
  header .header-right .language a {
    width: 100px;
  }
  header .header-right .language .active {
    color: #fff;
  }
  footer {
    padding: 40px 0 ;
  }
  footer .footer_nav {
    display: none;
  }
  footer .network {
    margin-top: 0;
    padding: 0 40px;
    height: 100px;
  }
  footer .network .text {
    font-size: 30px;
  }
  footer .footer_bottom {
    margin-top: 30px;
    font-size: 14px;
  }
  footer .footer_bottom .txt {
    opacity: 0.3;
  }
  footer .footer_bottom .link {
    margin-top: 15px;
  }
  footer .footer_bottom .link img {
    margin-right: 8px;
  }
  footer .footer_bottom .link a {
    opacity: 0.3;
  }
  footer .footer_bottom .link a:last-child {
    margin-left: 18px;
  }
  footer #share {
    display: none;
  }
  .index_main .banner .swiper-pagination-bullet {
    position: relative;
    width: 120px;
    height: 2px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
  }
  .index_main .banner .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #e62129;
  }
  .index_main .banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 100%;
    transition: all 5s;
  }
  .index_main .banner .swiper-pagination {
    bottom: 45px;
  }
  .index_main .banner .iconfont {
    font-size: 32px;
    color: #fff;
    opacity: 0.4;
  }
  .index_main .index_title {
    text-align: center;
  }
  .index_main .index_title .major {
    font-size: 32px;
  }
  .index_main .index_title .subtitle {
    font-size: 22px;
  }
  .index_main .main1 {
    padding-top: 60px ;
    padding-bottom: 80px;
  }
  .index_main .main1 ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index_main .main1 li {
    padding: 30px 28px 40px;
    margin-left: 0;
    margin-top: 20px;
  }
  .index_main .main1 li .inner_head {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .index_main .main1 li .tip,
  .index_main .main1 li h2,
  .index_main .main1 li .clerk {
    display: none;
  }
  .index_main .main1 li .text {
    line-height: 1.5;
    font-size: 14px;
  }
  .index_main .main1 li .text .txt {
    color: #777;
  }
  .index_main .main1 .bottom .box .text {
    font-size: 24px;
  }
  .index_main .main1 .bottom .box .txt {
    font-size: 18px;
  }
  .index_main .main1 .bottom .left .box {
    padding-left: 40px;
  }
  .index_main .main1 .bottom .right .box .ar {
    width: 51.00354191%;
    min-width: 240px;
  }
  .index_main .main2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .index_main .main2 .parents {
    margin-top: 40px;
  }
  .index_main .main2 .advantage {
    margin-top: 20px;
  }
  .index_main .main2 .advantage li .text p {
    font-size: 18px;
  }
  .index_main .main2 .advantage li .text .text2 {
    font-size: 24px;
  }
  .index_main .main3 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index_main .main3 .content {
    align-items: center;
  }
  .index_main .main3 .content .left .about {
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
  }
  .index_main .main3 .content .left .about::before {
    height: 2px;
  }
  .index_main .main3 .content .left h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .index_main .main3 .content .left p {
    margin-top: 10px;
    font-size: 14px;
  }
  .index_main .main3 .content .right {
    position: relative;
    width: 51.1627907%;
    overflow: hidden;
  }
  .index_main .main3 .content .right .img {
    width: auto;
    height: auto;
  }
  .index_main .main4 .center {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .index_main .main4 .left {
    height: 560px;
  }
  .index_main .main4 .article {
    width: 71.42857143%;
  }
  .index_main .main4 .year {
    font-size: 40px;
  }
  .index_main .main4 .text {
    margin-top: 28px;
    font-size: 18px;
    line-height: 2;
  }
  .index_main .main4 ul {
    margin-top: 16px;
  }
  .index_main .main4 li {
    width: 32%;
  }
  .index_main .main4 .right {
    width: 140px;
    font-size: 30px;
  }
  .index_main .main4 .right .swiper-slide span {
    line-height: 60px;
  }
  .index_main .main5 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .index_main .main5 .content {
    margin-top: 60px;
  }
  .index_main .main5 .img .text {
    bottom: 10px;
  }
  .index_main .main5 .img .text h2 {
    font-size: 18px;
  }
  .index_main .main5 .img .text p {
    margin-top: 5px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: none;
  }
  .index_main .main5 .right li {
    padding-left: 30px;
    font-size: 16px;
  }
  .index_main .main5 .right li .date {
    font-size: 14px;
  }
  .index_main .main5 .right .more span {
    font-family: SimSun;
  }
  .index_main .main6 {
    padding: 30px 0;
  }
  .index_main .main6 .icon {
    margin-right: 15px;
    width: 68px;
    height: 68px;
  }
  .index_main .main6 .icon .iconfont {
    font-size: 28px;
  }
  .index_main .main6 .text {
    font-size: 14px;
  }
  .index_main .main6 .text .txt2 {
    font-size: 18px;
  }
  .inner_link {
    font-size: 14px;
  }
  .inner_link ul {
    flex-wrap: wrap;
  }
  .inner_link .crumb {
    display: none;
  }
  .page_footer {
    padding: 75px 0 80px;
  }
  .page_footer .text {
    font-size: 20px;
  }
  .page_footer p {
    font-size: 26px;
  }
  .city_main .banner .text h1 {
    font-size: 40px;
  }
  .city_main .banner .text .sub {
    font-size: 24px;
  }
  .city_main .banner .text p {
    line-height: 30px;
  }
  .city_main .title {
    padding-top: 50px;
  }
  .city_main .title .major {
    font-size: 30px;
  }
  .city_main .title .subtitle {
    font-size: 18px;
  }
  .city_main .main1 {
    padding-bottom: 80px;
  }
  .city_main .main1 .top {
    margin: 0 auto;
  }
  .city_main .main1 .content {
    margin-top: 50px;
  }
  .city_main .main1 .item {
    padding: 0 40px;
    font-size: 16px;
  }
  .city_main .main1 .item p {
    margin-top: 20px;
  }
  .city_main .main1 ul {
    margin-top: 40px;
  }
  .city_main .main1 li p {
    font-size: 16px;
  }
  .city_main .main1 li .img {
    padding: 0 40px;
  }
  .city_main .main2 {
    padding-bottom: 70px;
  }
  .city_main .main2 .left .item:last-child {
    margin-top: 75px;
  }
  .city_main .main2 .right .item:first-child {
    margin-top: 75px;
  }
  .city_main .main3 {
    padding: 50px 0 80px;
  }
  .city_main .main3 .big {
    font-size: 32px;
  }
  .city_main .main3 .sub {
    font-size: 18px;
  }
  .city_main .main3 .img {
    margin-top: 60px;
  }
  .city_main .main4 {
    padding-bottom: 80px;
  }
  .city_main .main4 ul {
    margin-top: 70px;
  }
  .city_main .main5 {
    padding-bottom: 80px;
  }
  .city_main .main5 .content {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .city_main .main5 .content > .img {
    width: 100%;
    text-align: center;
  }
  .city_main .main5 ul {
    margin-top: 40px;
    max-width: none;
    width: 100%;
  }
  .city_main .main5 ul li {
    padding: 40px;
    width: 100%;
  }
  .city_main .main7 {
    padding-bottom: 100px;
  }
  .city_main .main7 .content {
    margin-top: 80px;
  }
  .city_main .main7 .content .item {
    width: 50%;
  }
  .city_main .main7 .content .item:first-child {
    padding-right: 20px;
  }
  .city_main .main7 .content .text {
    margin-left: 40px;
  }
  .city_main .main7 .content .text h3 {
    font-size: 30px;
  }
  .city_main .main7 .content .text p {
    font-size: 18px;
  }
  .city_main .main8 {
    padding-bottom: 70px;
  }
  .city_main .main8 ul {
    margin-top: 40px;
  }
  .city_main .main8 ul h2 {
    font-size: 20px;
  }
  .city_main .main8 ul p {
    font-size: 16px;
  }
  .city_main .main9 {
    padding: 75px 0 80px;
  }
  .city_main .main9 .text {
    font-size: 20px;
  }
  .city_main .main9 p {
    font-size: 26px;
  }
  .network_main .banner .text {
    top: 180px;
  }
  .network_main .banner .text .big {
    font-size: 40px;
  }
  .network_main .banner .text .small {
    font-size: 24px;
  }
  .network_main .banner .text p {
    line-height: 30px;
  }
  .network_main .title {
    padding-top: 50px;
  }
  .network_main .title .major {
    font-size: 30px;
  }
  .network_main .title .subtitle {
    font-size: 18px;
  }
  .network_main .main1 {
    padding-top: 60px ;
    padding-bottom: 80px;
  }
  .network_main .main1 li {
    padding: 30px 28px 40px;
    margin-left: 0;
    margin-top: 20px;
  }
  .network_main .main1 li .inner_head {
    font-size: 20px;
  }
  .network_main .main1 li .tip {
    font-size: 16px;
  }
  .network_main .main1 li h2 {
    margin-top: 12px;
    font-size: 18px;
  }
  .network_main .main1 li .clerk {
    font-size: 14px;
  }
  .network_main .main1 li .text {
    line-height: 1.5;
    font-size: 14px;
  }
  .network_main .main1 li .text .txt {
    color: #777;
  }
  .network_main .main1 .bottom .box .text {
    font-size: 24px;
  }
  .network_main .main1 .bottom .box .txt {
    font-size: 18px;
  }
  .network_main .main1 .bottom .left .box {
    padding-left: 40px;
  }
  .network_main .main1 .bottom .right .box .ar {
    width: 51.00354191%;
    min-width: 240px;
  }
  .network_main .main2 {
    background-color: #f0f2f7;
  }
  .network_main .main2 .content > div {
    width: 50%;
  }
  .network_main .main2 .text h2 {
    font-size: 34px;
  }
  .network_main .main2 .text .sub {
    margin-top: 8px;
    font-size: 18px;
  }
  .network_main .main2 .text p {
    margin-top: 8.65384615%;
    font-size: 14px;
    line-height: 36px;
    color: #666;
  }
  .network_main .main3 {
    padding-bottom: 100px;
  }
  .network_main .main3 ul {
    margin-top: 55px;
  }
  .network_main .main3 li .text .tit {
    font-size: 20px;
  }
  .network_main .main3 li .text p {
    font-size: 16px;
  }
  .network_main .main4 {
    padding-bottom: 80px;
  }
  .network_main .main4 .title .major {
    color: #fff;
  }
  .network_main .main4 li img {
    height: 60px;
  }
  .network_main .main4 p {
    font-size: 20px;
  }
  .network_main .main5 {
    padding-bottom: 70px;
  }
  .network_main .main5 .big_img {
    padding: 0 100px;
  }
  .network_main .main5 .big_img p {
    margin-top: 20px;
    color: #0b0b0b;
    font-size: 36px;
  }
  .network_main .main5 ul {
    margin-top: 92px;
  }
  .network_main .main5 ul li {
    padding: 0 20px;
  }
  .network_main .main5 ul h2 {
    font-size: 20px;
  }
  .network_main .main5 ul .text {
    font-size: 14px;
  }
  .network_main .main6 {
    padding-bottom: 70px;
  }
  .network_main .main6 ul {
    margin-top: 40px;
  }
  .network_main .main6 ul h2 {
    font-size: 20px;
  }
  .network_main .main6 ul p {
    font-size: 16px;
  }
  .product_main .banner {
    position: relative;
  }
  .product_main .banner .text {
    margin-top: -30px;
  }
  .product_main .banner .text .center div {
    font-size: 30px;
  }
  .product_main .banner .text .center p {
    font-size: 18px;
  }
  .product_main .main1 {
    padding: 50px 0 ;
  }
  .product_main .main1 .product_box li h2 {
    font-size: 18px;
  }
  .product_main .main1 .product_box li p {
    font-size: 14px;
  }
  .product_main .main1 .more {
    margin: 30px auto 0;
  }
  .product_details_main .banner .text h2 {
    font-size: 30px;
  }
  .product_details_main .banner .text .sub {
    font-size: 18px;
  }
  .product_details_main .banner .text ul {
    font-size: 14px;
  }
  .product_details_main .title {
    padding-top: 50px;
  }
  .product_details_main .title .major {
    font-size: 32px;
  }
  .product_details_main .title .subtitle {
    font-size: 20px;
  }
  .product_details_main .main1 {
    padding-bottom: 60px;
  }
  .product_details_main .main1 ul {
    margin-top: 60px;
  }
  .product_details_main .main1 li p {
    margin-top: 35px;
    font-size: 18px;
  }
  .product_details_main .main3 {
    padding: 80px 0;
  }
  .product_details_main .main3 .center > div {
    width: 50%;
  }
  .product_details_main .main3 .box h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .product_details_main .main3 .box .txt {
    font-size: 16px;
  }
  .product_details_main .main4 {
    padding: 80px 0;
    color: #fff;
  }
  .product_details_main .main4 .text h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .product_details_main .main4 .text .txt {
    font-size: 20px;
  }
  .product_details_main .main4 .img .icon {
    display: none;
  }
  .product_details_main .main5 .img img:first-child {
    max-width: 300px;
  }
  .product_details_main .main5 .img img:nth-child(2) {
    max-width: 40px;
  }
  .product_details_main .main5 .img img:nth-child(3) {
    max-width: 60px;
  }
  .product_details_main .main5 .img img:last-child {
    max-width: 200px;
  }
  .product_details_main .main6 {
    display: flex;
    padding: 20px 0;
    align-items: center;
    height: auto;
  }
  .product_details_main .main6 img {
    position: static;
    width: 40%;
  }
  .product_details_main .main6 .center {
    padding-right: 90px;
    height: 100%;
  }
  .product_details_main .main6 .text {
    width: 375px;
    color: #fff;
  }
  .product_details_main .main6 .text h2 {
    font-size: 30px;
  }
  .product_details_main .main6 .text .txt {
    font-size: 16px;
  }
  .product_details_main .main7 li {
    width: 50%;
  }
  .plan_main .banner .cn {
    font-size: 30px;
  }
  .plan_main .banner .en {
    font-size: 18px;
  }
  .plan_main .main1 {
    padding: 25px 0 100px;
  }
  .plan_main .main1 li h2 {
    font-size: 20px;
  }
  .plan_main .main1 li p {
    font-size: 14px;
  }
  .plan_main .main1 li .info .date {
    font-size: 14px;
  }
  .plan_main .main1 li .info .iconfont {
    font-size: 16px;
  }
  .case_details_main .banner .cn {
    font-size: 30px;
  }
  .case_details_main .banner .en {
    font-size: 18px;
  }
  .download_main .banner .cn {
    font-size: 30px;
  }
  .download_main .banner .en {
    font-size: 18px;
  }
  .download_main .main1 {
    padding: 60px 0 80px;
  }
  .download_main .main1 .head {
    font-size: 30px;
  }
  .download_main .main1 .item .text {
    padding: 20px ;
  }
  .download_main .main1 .item h2 {
    margin-top: 10px;
    font-size: 20px;
  }
  .download_main .main1 .item ul {
    margin-top: 20px;
  }
  .download_main .main1 .item li {
    font-size: 16px;
  }
  .download_main .main1 .item p {
    font-size: 14px;
  }
  .download_main .main1 .item .bottom {
    margin-top: 10px;
  }
  .download_main .main2 {
    padding: 50px 0 ;
  }
  .download_main .main2 .head {
    font-size: 30px;
  }
  .download_main .main2 .toggle {
    width: 500px;
    line-height: 40px;
    font-size: 16px;
  }
  .download_main .main2 li {
    padding-left: 30px;
    padding-right: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
  .download_main .main2 li.active {
    background-color: #f7f7f7;
  }
  .download_main .main2 li .text {
    font-size: 16px;
  }
  .download_main .main2 .head_q {
    line-height: 60px;
  }
  .download_main .main2 .head_q:hover .txt {
    color: #e62129;
  }
  .download_main .main2 .head_q .txt {
    font-size: 16px;
  }
  .download_main .main2 .head_q .txt::before {
    width: 20px;
    height: 20px;
  }
  .download_main .main2 .head_q .iconfont {
    font-size: 20px;
  }
  .download_main .main3 {
    padding: 40px 0 60px;
    background-color: #f0f2f7;
  }
  .download_main .main3 .head {
    font-size: 30px;
  }
  .download_main .main3 .img {
    width: 50%;
  }
  .download_main .main3 .text {
    font-size: 16px;
  }
  .partner_main .title {
    padding-top: 50px;
  }
  .partner_main .title .major {
    font-size: 30px;
  }
  .partner_main .item .text {
    padding: 34px 20px 28px;
  }
  .partner_main .item h2 {
    font-size: 20px;
  }
  .partner_main .item p {
    font-size: 14px;
  }
  .partner_main .item .bottom {
    margin-top: 10px;
    padding-top: 10px;
  }
  .partner_main .item .bottom .iconfont {
    font-size: 18px;
  }
  .partner_main .banner .cn {
    font-size: 30px;
  }
  .partner_main .banner .en {
    font-size: 18px;
  }
  .partner_main .main1 {
    padding-bottom: 40px;
  }
  .partner_main .main1 ul {
    margin-top: 50px;
  }
  .partner_main .main1 li .text {
    margin-left: 15px;
  }
  .partner_main .main1 li .img {
    width: 80px;
  }
  .partner_main .main1 li p {
    font-size: 16px;
  }
  .partner_main .main1 li .txt {
    font-size: 20px;
  }
  .partner_main .main0 .become_box {
    margin-top: 60px;
  }
  .partner_main .main0 .become_box .img .become {
    font-size: 24px;
  }
  .partner_main .main0 .become_box .img .txt {
    margin-top: 20px;
    line-height: 28px;
    font-size: 16px;
  }
  .partner_main .main2 {
    padding-top: 1px;
    padding-bottom: 100px;
    background-color: #f0f2f7;
  }
  .partner_main .main2 .box {
    margin-top: 0;
    width: 100%;
    padding-bottom: 60px;
    background: #f0f2f7;
  }
  .partner_main .main2 .box ul {
    padding: 20px;
    margin: 80px auto 0;
    width: auto;
  }
  .partner_main .main2 .box li:nth-child(2n) {
    display: none;
  }
  .partner_main .main2 .box .cir {
    margin: 0 auto;
    padding: 1px;
    width: 80px;
    height: 80px;
    background-color: rgba(238, 34, 12, 0.15);
    font-family: CenturyGothic;
    border-radius: 50%;
  }
  .partner_main .main2 .box .cir span {
    margin-top: 0;
    margin-left: 0;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
  }
  .partner_main .main2 .box .text {
    margin-top: 15px;
    font-size: 16px;
  }
  .partner_main .main3 {
    padding-bottom: 80px;
  }
  .partner_main .main4 {
    padding-bottom: 80px;
  }
  .about_main .title {
    padding-top: 50px;
  }
  .about_main .title .major {
    font-size: 30px;
  }
  .about_main .title .subtitle {
    margin-top: 4px;
    font-size: 20px;
  }
  .about_main .banner .cn {
    font-size: 30px;
  }
  .about_main .banner .en {
    font-size: 18px;
  }
  .about_main .main1 {
    padding-bottom: 200px;
  }
  .about_main .main1 ul {
    margin-top: 95px;
  }
  .about_main .main1 li .img {
    width: 60px;
    margin-right: 10px;
  }
  .about_main .main1 li span {
    font-size: 16px;
  }
  .about_main .main1 li span:first-child {
    margin-right: 8px;
    font-size: 24px;
  }
  .about_main .main1 li p {
    font-size: 16px;
  }
  .about_main .main1 article {
    margin-top: 70px;
  }
  .about_main .main1 article h2 {
    font-size: 24px;
  }
  .about_main .main1 article p {
    margin-top: 30px;
    font-size: 16px;
  }
  .about_main .main2 {
    padding-bottom: 80px;
  }
  .about_main .main2 ul {
    margin-top: 70px;
  }
  .about_main .main2 .img {
    width: 160px;
    font-size: 34px;
  }
  .about_main .main2 .text div {
    font-size: 16px;
  }
  .about_main .main2 .text p {
    font-size: 18px;
  }
  .about_main .main3 .index_title {
    text-align: center;
  }
  .about_main .main3 .index_title .major {
    font-size: 32px;
  }
  .about_main .main3 .index_title .subtitle {
    font-size: 22px;
  }
  .about_main .main3 .center {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .about_main .main3 .left {
    height: 560px;
  }
  .about_main .main3 .article {
    width: 71.42857143%;
  }
  .about_main .main3 .year {
    font-size: 40px;
  }
  .about_main .main3 .text {
    margin-top: 28px;
    font-size: 18px;
    line-height: 2;
  }
  .about_main .main3 ul {
    margin-top: 16px;
  }
  .about_main .main3 li {
    width: 32%;
  }
  .about_main .main3 .right {
    width: 140px;
    font-size: 30px;
  }
  .about_main .main3 .right .swiper-slide span {
    line-height: 60px;
  }
  .about_main .main4 {
    padding-bottom: 100px;
  }
  .about_main .main4 .content {
    margin-top: 55px;
  }
  .about_main .main4 .left .text div {
    font-size: 24px;
  }
  .about_main .main4 .left .text p {
    font-size: 16px;
  }
  .about_main .main4 .right .item .icon {
    min-width: 50px;
  }
  .about_main .main4 .right .item .tit {
    font-size: 24px;
  }
  .about_main .main4 .right .item p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .about_main .main5 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .about_main .main5 .parents {
    margin-top: 40px;
  }
  .about_main .main5 .advantage {
    margin-top: 20px;
  }
  .about_main .main5 .advantage li .text p {
    font-size: 18px;
  }
  .about_main .main5 .advantage li .text .text2 {
    font-size: 24px;
  }
  .about_main .main6 {
    padding-bottom: 80px;
  }
  .about_main .main6 li {
    position: relative;
    margin-right: 1.28571429%;
    width: 32.14285714%;
  }
  .about_main .main6 li p {
    line-height: 40px;
  }
  .news_main .banner .cn {
    font-size: 30px;
  }
  .news_main .banner .en {
    font-size: 18px;
  }
  .news_main .main1 {
    padding: 60px 0 80px;
  }
  .news_main .main1 .toggle {
    line-height: 50px;
    font-size: 18px;
  }
  .news_main .main1 li .img {
    min-width: 300px;
  }
  .news_main .main1 li h2 {
    margin-top: 0;
    font-size: 20px;
  }
  .news_main .main1 li .cut {
    margin: 5px 0;
  }
  .news_main .main1 li .date {
    font-size: 14px;
  }
  .news_main .main1 li p {
    margin-top: 20px;
  }
  .news_main .main1 li .read {
    margin-top: 30px;
  }
  .join_main .banner .cn {
    font-size: 30px;
  }
  .join_main .banner .en {
    font-size: 18px;
  }
  .join_main .title .major {
    font-size: 30px;
  }
  .join_main .title .subtitle {
    font-size: 18px;
  }
  .contact_main .banner .cn {
    font-size: 30px;
  }
  .contact_main .banner .en {
    font-size: 18px;
  }
  .contact_main .main1 {
    padding: 60px 0;
  }
  .contact_main .main1 .head {
    font-size: 24px;
  }
  .contact_main .main1 ul li {
    font-size: 16px;
  }
  .contact_main .main1 ul li img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pc_banner,
  .banner {
    display: none;
  }
  .phone_banner,
  .shouji-banner {
    display: block;
  }
  .shouji-banner img {
    width: 100%;
  }
  .index_main .main1 li {
    margin-left: 0;
    margin-top: 2%;
    width: 49%;
  }
  .index_main .main1 .bottom {
    flex-wrap: wrap;
    margin-top: 27px;
  }
  .index_main .main1 .bottom > div {
    width: 100%;
    padding-top: 34.88372093%;
  }
  .index_main .main1 .bottom .right {
    margin-top: 20px;
  }
  .index_main .main2 .parents {
    margin-top: 30px;
  }
  .index_main .main2 .advantage li .text p {
    font-size: 14px;
  }
  .index_main .main2 .advantage li .text .text2 {
    margin-top: 5px;
    font-size: 20px;
  }
  .index_main .main3 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .index_main .main3 .content {
    flex-wrap: wrap;
  }
  .index_main .main3 .content .left {
    margin-right: 20px;
    width: 100%;
    max-width: 704px;
  }
  .index_main .main3 .content .right {
    margin-top: 20px;
    width: 100%;
  }
  .index_main .main3 .content .right .img {
    width: 880px;
    height: 482px;
  }
  .index_main .main3 .content .right .player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
  }
  .index_main .main3 .content .right .player img {
    transition: all 0.5s;
  }
  .index_main .main3 .content .right .player:hover img {
    transform: scale(1.1);
  }
  .index_main .main4 .left {
    height: 400px;
  }
  .index_main .main4 .text p{
   font-size: 14px;
}
  .index_main .main5 .right li:last-child {
    display: none;
  }
  .social-share{
    margin-top: 2%;
  }
  .social-share
  .inner_link {
    position: relative;
  }
  .inner_link .inner_down {
    display: flex;
  }
  .inner_link ul {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 888;
  }
  .inner_link ul li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  footer {
    padding: 40px 0 ;
  }
  footer .footer_nav {
    display: none;
  }
  footer .network .img {
    width: 120px;
  }
  footer .network .text {
    font-size: 20px;
  }
  footer .network .contact_num .num {
    margin-top: 5px;
    font-size: 20px;
  }
  footer .footer_bottom {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
  }
  footer .footer_bottom .txt {
    opacity: 0.3;
  }
  footer .footer_bottom .link {
    margin-top: 15px;
  }
  footer .footer_bottom .link a {
    opacity: 0.3;
  }
  footer .footer_bottom .link a:last-child {
    margin-left: 26px;
  }
  .banner {
    position: relative;
  }
  .banner .text {
    display: none;
  }
  .page_footer {
    padding: 60px 0 50px;
  }
  .city_main .main1 .content {
    margin-top: 75px;
  }
  .city_main .main2 .list {
    display: block;
  }
  .city_main .main2 .item img {
    margin-bottom: 20px;
  }
  .city_main .main2 .item .tit {
    font-size: 22px;
    font-weight: bold;
  }
  .city_main .main2 .item .txt {
    height: auto;
  }
  .city_main .main2 .left {
    width: 100%;
  }
  .city_main .main2 .left .item {
    display: block;
    text-align: center;
  }
  .city_main .main2 .left .item:last-child {
    margin-top: 20px;
  }
  .city_main .main2 .left img {
    margin-left: 0;
  }
  .city_main .main2 .middle {
    padding-top: 0;
  }
  .city_main .main2 .middle .img {
    display: none;
  }
  .city_main .main2 .middle .item {
    margin-top: 20px;
  }
  .city_main .main2 .right {
    display: block;
    flex-direction: column;
    width: 100%;
  }
  .city_main .main2 .right .item {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .city_main .main2 .right .item img {
    margin-right: 0;
  }
  .city_main .main2 .right .item:first-child {
    margin-top: 20px;
  }
  .city_main .main3 .big {
    font-size: 30px;
    font-weight: bold;
  }
  .city_main .main3 .sub {
    font-size: 18px;
  }
  .city_main .main4 ul {
    margin-top: 60px;
  }
  .city_main .main4 ul .text {
    font-size: 24px;
  }
  .city_main .main4 ul .txt {
    margin-top: 6px;
    font-size: 18px;
  }
  .city_main .main6 {
    height: 600px;
  }
  .city_main .main6 ul {
    margin-top: 92px;
  }
  .city_main .main6 li {
    padding: 0 30px;
  }
  .city_main .main6 li img {
    width: 40px;
  }
  .city_main .main6 li p {
    margin-top: 8px;
    font-size: 18px;
  }
  .city_main .main7 .content {
    display: block;
    margin-top: 40px;
  }
  .city_main .main7 .content .item {
    justify-content: center;
    margin-top: 40px;
    width: 100%;
  }
  .city_main .main8 ul h2 {
    font-size: 18px;
  }
  .city_main .main8 ul p {
    font-size: 14px;
  }
  .network_main .title {
    padding-top: 50px;
  }
  .network_main .title .major {
    font-size: 24px;
  }
  .network_main .title .subtitle {
    font-size: 16px;
  }
  .network_main .main1 .top {
    margin: 0 auto ;
  }
  .network_main .main1 .content {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .network_main .main1 .content li {
    margin-top: 0;
    padding: 20px;
    width: 50%;
  }
  .network_main .main1 .content li img {
    width: 70px;
  }
  .network_main .main2 .content {
    display: block;
    padding-bottom: 30px;
  }
  .network_main .main2 .content > div {
    width: 100%;
  }
  .network_main .main2 .text {
    margin-top: 40px;
    padding: 20px;
    width: 100%;
    max-width: 520px;
  }
  .network_main .main2 .text h2 {
    font-size: 30px;
  }
  .network_main .main2 .text .sub {
    font-size: 20px;
  }
  .network_main .main2 .text p {
    font-size: 16px;
  }
  .network_main .main3 {
    padding-bottom: 60px;
  }
  .network_main .main3 ul {
    margin-top: 40px;
  }
  .network_main .main3 li {
    position: relative;
    width: 31.42857143%;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .network_main .main3 li .picture_container {
    padding-top: 120.45454545%;
  }
  .network_main .main3 li .text .tit {
    font-size: 16px;
  }
  .network_main .main3 li .text p {
    font-size: 12px;
    line-height: 20px;
  }
  .network_main .main4 {
    padding-bottom: 60px;
  }
  .network_main .main4 ul {
    margin-top: 40px;
  }
  .network_main .main4 li {
    margin-bottom: -2px;
  }
  .network_main .main4 li img {
    height: 40px;
  }
  .network_main .main4 p {
    margin-top: 25px;
    font-size: 16px;
  }
  .network_main .main5 .big_img {
    margin-top: 90px;
    text-align: center;
  }
  .network_main .main5 .big_img p {
    font-size: 18px;
  }
  .network_main .main5 ul {
    margin-top: 50px;
  }
  .network_main .main5 ul .img {
    height: 100px;
  }
  .network_main .main5 ul .img img {
    width: 60px;
  }
  .network_main .main5 ul h2 {
    font-size: 18px;
  }
  .network_main .main5 ul .text {
    font-size: 12px;
    line-height: 20px;
  }
  .network_main .main6 {
    padding-bottom: 70px;
  }
  .network_main .main6 ul {
    margin-top: 40px;
  }
  .network_main .main6 ul h2 {
    font-size: 20px;
  }
  .network_main .main6 ul p {
    font-size: 16px;
  }
  .product_main .main1 .center {
    display: block;
  }
  .product_main .main1 .cate_nav {
    width: 100%;
  }
  .product_main .main1 .cate_nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .product_main .main1 .cate_nav ul li {
    padding: 5px 10px;
    font-size: 14px;
  }
  .product_main .main1 .product_box {
    margin-top: 20px;
    width: 100%;
  }
  .product_main .main1 .product_box ul {
    justify-content: space-between;
  }
  .product_main .main1 .product_box li {
    margin-left: 0;
    width: 49%;
  }
  .product_main .main1 .product_box li span {
    font-size: 14px;
  }
  .product_details_main .title {
    padding-top: 50px;
  }
  .product_details_main .title .major {
    font-size: 24px;
  }
  .product_details_main .title .subtitle {
    font-size: 16px;
  }
  .product_details_main .main1 li img {
    width: 50px;
  }
  .product_details_main .main1 li p {
    margin-top: 20px;
    font-size: 14px;
  }
  .product_details_main .main2 .title {
    padding-top: 40px;
  }
  .product_details_main .main5 .img img {
    margin-left: 20px;
  }
  .product_details_main .main5 .img img:first-child {
    margin-left: 0;
  }
  .product_details_main .main6 .center {
    padding-right: 90px;
    height: 100%;
  }
  .product_details_main .main6 img {
    width: 30%;
  }
  .product_details_main .main6 .text {
    width: 375px;
    color: #fff;
  }
  .product_details_main .main6 .text h2 {
    font-size: 30px;
  }
  .product_details_main .main6 .text .txt {
    font-size: 16px;
  }
  .product_details_main .main7 {
    padding-bottom: 80px;
  }
  .product_details_main .main7 li .head {
    font-size: 18px;
  }
  .product_details_main .main7 li .txt {
    font-size: 14px;
    line-height: 28px;
  }
  .plan_main .main1 ul {
    justify-content: space-between;
  }
  .plan_main .main1 li {
    margin-left: 0;
    width: 49%;
  }
  .case_details_main .main1 {
    padding: 50px 0 ;
  }
  .case_details_main .main1 h1 {
    font-size: 24px;
  }
  .case_details_main .main1 .article_info {
    font-size: 14px;
  }
  .case_details_main .main1 .content {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .case_details_main .main1 .page {
    border: none;
    line-height: 50px;
  }
  .case_details_main .main1 .page .toggle {
    flex-direction: column;
    z-index: 2;
  }
  .case_details_main .main1 .page .toggle .page_item {
    max-width: 100%;
    width: 100%;
  }
  .case_details_main .main1 .page .toggle .page_item:last-child {
    text-align: left;
  }
  .case_details_main .main1 .page .toggle .page_item .iconfont {
    display: none;
  }
  .case_details_main .main1 .page .toggle .page_item:hover span {
    color: #e62129;
  }
  .case_details_main .main1 .page .btn {
    display: block;
    margin-top: 20px;
    order: 1;
  }
  .case_details_main .main1 .page .btn a {
    width: auto;
  }
  .download_main .main1 {
    padding: 40px 0 60px;
  }
  .download_main .main1 .head {
    font-size: 24px;
  }
  .download_main .main1 .list {
    justify-content: space-between;
  }
  .download_main .main1 .item {
    margin-top: 2%;
    margin-left: 0;
    width: 49%;
  }
  .download_main .main1 .item .text {
    padding: 20px ;
  }
  .download_main .main1 .item h2 {
    margin-top: 10px;
    font-size: 20px;
  }
  .download_main .main1 .item ul {
    margin-top: 20px;
  }
  .download_main .main1 .item li {
    font-size: 16px;
  }
  .download_main .main1 .item p {
    font-size: 14px;
  }
  .download_main .main1 .item .bottom {
    margin-top: 10px;
  }
  .download_main .main3 {
    padding: 40px 0 60px;
    background-color: #f0f2f7;
  }
  .download_main .main3 .head {
    font-size: 30px;
  }
  .download_main .main3 .img {
    width: 50%;
  }
  .download_main .main3 .text {
    flex: 1;
    font-size: 16px;
  }
  .partner_main .more {
    margin-top: 40px;
  }
  .partner_main .title {
    padding-top: 40px;
  }
  .partner_main .title .major {
    font-size: 24px;
  }
  .partner_main .item .text {
    padding: 20px;
  }
  .partner_main .item h2 {
    font-size: 18px;
  }
  .partner_main .main1 {
    padding-bottom: 40px;
  }
  .partner_main .main1 ul {
    margin-top: 30px;
  }
  .partner_main .main1 li .text {
    margin-left: 5px;
  }
  .partner_main .main1 li .img {
    width: 60px;
  }
  .partner_main .main1 li p {
    font-size: 12px;
  }
  .partner_main .main1 li .txt {
    font-size: 16px;
  }
  .partner_main .main0 .become_box {
    margin-top: 60px;
  }
  .partner_main .main0 .become_box .img .become {
    font-size: 18px;
  }
  .partner_main .main0 .become_box .img .text {
    padding: 20px;
  }
  .partner_main .main0 .become_box .img .txt {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .partner_main .main2 {
    padding-bottom: 60px;
  }
  .partner_main .main2 .box {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .partner_main .main2 .box ul {
    margin: 40px auto 0;
  }
  .partner_main .main2 .box li:nth-child(2n) {
    display: none;
  }
  .partner_main .main2 .box .cir span {
    font-size: 24px;
  }
  .partner_main .main2 .box .text {
    font-size: 14px;
    line-height: 24px;
  }
  .partner_main .main3 {
    padding-bottom: 60px;
  }
  .partner_main .main4 {
    padding-bottom: 60px;
  }
  .about_main .main1 {
    padding-bottom: 100px;
  }
  .about_main .main1 ul {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .about_main .main1 li {
    margin-top: 20px;
    width: 50%;
  }
  .about_main .main2 {
    padding-bottom: 80px;
  }
  .about_main .main2 ul {
    margin-top: 50px;
  }
  .about_main .main2 .img {
    width: 100px;
    font-size: 24px;
  }
  .about_main .main2 .text div {
    margin-top: 6px;
    font-size: 16px;
  }
  .about_main .main2 .text p {
    margin-top: 5px;
    font-size: 18px;
  }
  .about_main .main3 .left {
    height: 400px;
  }
  .about_main .main4 {
    padding-bottom: 100px;
  }
  .about_main .main4 .content {
    margin-top: 55px;
  }
  .about_main .main4 .left .flex_center img {
    width: 50px;
  }
  .about_main .main4 .left .text div {
    margin-top: 15px;
    font-size: 20px;
  }
  .about_main .main4 .right .item .icon {
    min-width: 40px;
  }
  .about_main .main4 .right .item .tit {
    font-size: 18px;
  }
  .about_main .main4 .right .item p {
    font-size: 14px;
    line-height: 20px;
  }
  .about_main .main5 .parents {
    margin-top: 30px;
  }
  .about_main .main5 .toggle {
    font-size: 16px;
    line-height: 45px;
  }
  .about_main .main5 .advantage li .text p {
    font-size: 14px;
  }
  .about_main .main5 .advantage li .text .text2 {
    margin-top: 5px;
    font-size: 20px;
  }
  .about_main .main6 {
    padding-bottom: 80px;
  }
  .about_main .main6 li {
    position: relative;
    margin-left: 1.78571429%;
    width: 32.14285714%;
  }
  .about_main .main6 li p {
    line-height: 40px;
  }
  .news_main .main1 .toggle {
    font-size: 16px;
  }
  .news_main .main1 li .img {
    min-width: 250px;
  }
  .news_main .main1 li h2 {
    margin-top: 0;
    font-size: 20px;
  }
  .news_main .main1 li .cut {
    display: none;
  }
  .news_main .main1 li .date {
    margin-top: 5px;
  }
  .news_main .main1 li p {
    margin-top: 10px;
  }
  .news_main .main1 li .read {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .join_main .main1 .tab > dt {
    height: 60px;
    line-height: 60px;
  }
  .join_main .main1 .tab > dd {
    cursor: pointer;
    border-bottom: 1px solid #e1e7ed;
  }
  .join_main .main1 .tab > dd ul {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
  .join_main .main1 .tab .content {
    padding: 20px 30px  ;
    color: #525252;
  }
  .join_main .main1 .tab .content .vocation {
    font-size: 18px;
  }
  .join_main .main1 .tab .content .top {
    font-size: 14px;
  }
  .join_main .main1 .list {
    padding: 0 20px;
    display: flex;
  }
  .join_main .main1 .list > li {
    width: calc((100% - 90px) / 4);
  }
  .join_main .main1 .list > li:nth-child(5) {
    display: none;
  }
  .contact_main .main1 form {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .index_main .banner .swiper-pagination-bullet {
    display: none;
  }
  .index_main .banner .swiper-button-prev,
  .index_main .banner .swiper-button-next {
    display: none;
  }
  .index_main .banner .swiper-pagination {
    display: none;
  }
  .index_main .index_title .major {
    font-size: 20px;
  }
  .index_main .index_title .subtitle {
    font-size: 16px;
  }
  .index_main .main1 {
    padding-top: 40px ;
    padding-bottom: 60px;
  }
  .index_main .main1 ul {
    margin-top: 20px;
  }
  .index_main .main1 li {
    margin-top: 20px;
    width: 100%;
  }
  .index_main .main1 li .inner_head {
    font-size: 20px;
  }
  .index_main .main1 li .tip {
    font-size: 16px;
  }
  .index_main .main1 li h2 {
    margin-top: 12px;
    font-size: 18px;
  }
  .index_main .main1 li .clerk {
    font-size: 14px;
  }
  .index_main .main1 li .text {
    line-height: 1.5;
    font-size: 14px;
  }
  .index_main .main1 li .text .txt {
    color: #777;
  }
  .index_main .main1 .bottom .box .text {
    font-size: 18px;
  }
  .index_main .main1 .bottom .box .txt {
    font-size: 14px;
  }
  .index_main .main1 .bottom .left .box {
    padding-left: 40px;
  }
  .index_main .main2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .index_main .main2 .parents {
    justify-content: space-between;
    margin-top: 30px;
  }
  .index_main .main2 .parents li {
    margin-top: 3.72093023%;
    width: 30.23255814%;
  }
  .index_main .main2 .parents li:nth-child(3n+1) {
    margin-left: 0;
  }
  .index_main .main2 .advantage {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .index_main .main2 .advantage li {
    margin-bottom: 20px;
    width: 100%;
  }
  .index_main .main2 .advantage li .text p {
    font-size: 18px;
  }
  .index_main .main2 .advantage li .text .text2 {
    font-size: 24px;
  }
  .index_main .main3 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index_main .main3 .content {
    flex-wrap: wrap;
  }
  .index_main .main3 .content .left {
    margin-right: 0;
    width: 100%;
  }
  .index_main .main3 .content .left .about {
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .index_main .main3 .content .left .about::before {
    height: 2px;
  }
  .index_main .main3 .content .left h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .index_main .main3 .content .left p {
    margin-top: 10px;
    font-size: 14px;
  }
  .index_main .main3 .content .right {
    width: 100%;
  }
  .index_main .main3 .content .right .img {
    width: auto;
    height: auto;
  }
  .index_main .main4 .center {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .index_main .main4 .article {
    width: 100%;
  }
  .index_main .main4 .article .year {
    padding-top: 20px;
  }
  .index_main .main4 .text {
    margin-top: 8px;
    font-size: 16px;
  }
  .index_main .main4 .right {
    display: none;
  }
  .index_main .main5 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .index_main .main5 .content {
    flex-wrap: wrap;
  }
  .index_main .main5 .img .text {
    padding: 0 20px;
  }
  .index_main .main5 .right {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .index_main .main5 .right li {
    font-size: 14px;
  }
  .index_main .main5 .right li .date {
    font-size: 12px;
  }
  .index_main .main5 .right .more {
    text-align: right;
    font-size: 14px;
  }
  .index_main .main5 .right .more span {
    font-family: SimSun;
  }
  .index_main .main6 {
    display: none;
  }
  footer .network {
    display: none;
  }
  footer .footer_bottom {
    margin-top: 0;
    font-size: 12px;
  }
  footer .footer_bottom .txt {
    opacity: 0.3;
  }
  footer .footer_bottom .link {
    margin-top: 15px;
  }
  footer .footer_bottom .link img {
    display: none;
  }
  footer .footer_bottom .link a {
    opacity: 0.3;
  }
  footer .footer_bottom .link a:last-child {
    margin-left: 0;
  }
  .page_footer {
    padding: 40px 0 30px;
  }
  .page_footer .text {
    font-size: 14px;
  }
  .page_footer p {
    font-size: 16px;
  }
  .city_main .title {
    padding-top: 30px;
  }
  .city_main .title .major {
    font-size: 20px;
  }
  .city_main .title .subtitle {
    font-size: 14px;
  }
  .city_main .main1 .content {
    margin-top: 75px;
  }
  .city_main .main1 .item {
    padding: 0 10px;
  }
  .city_main .main1 .item img {
    width: 40px;
  }
  .city_main .main1 ul {
    flex-wrap: wrap;
  }
  .city_main .main1 li {
    margin-top: 20px;
    padding: 0;
    width: 100%;
    max-height: 340px;
    overflow: hidden;
  }
  .city_main .main1 li a {
    position: relative;
    height: 100%;
  }
  .city_main .main1 li img {
    max-height: none;
  }
  .city_main .main2 .list {
    margin-top: 30px;
  }
  .city_main .main2 .item img {
    margin-bottom: 20px;
  }
  .city_main .main2 .item .tit {
    font-size: 18px;
    font-weight: bold;
  }
  .city_main .main2 .item .txt {
    height: auto;
    font-size: 14px;
  }
  .city_main .main3 .big {
    font-size: 20px;
    font-weight: bold;
  }
  .city_main .main3 .sub {
    font-size: 14px;
  }
  .city_main .main4 ul {
    margin-top: 60px;
  }
  .city_main .main4 ul .text {
    font-size: 20px;
  }
  .city_main .main4 ul .txt {
    margin-top: 6px;
    font-size: 14px;
  }
  .city_main .main5 ul {
    margin-left: 0;
  }
  .city_main .main5 ul li .img {
    width: 40px;
  }
  .city_main .main6 {
    height: 400px;
  }
  .city_main .main6 ul {
    margin-top: 60px;
  }
  .city_main .main6 li {
    padding: 0 10px;
  }
  .city_main .main6 li img {
    width: 30px;
  }
  .city_main .main6 li p {
    margin-top: 8px;
    font-size: 12px;
  }
  .city_main .main7 {
    padding-bottom: 60px;
  }
  .city_main .main7 .content {
    display: block;
    margin-top: 40px;
  }
  .city_main .main7 .content .item {
    justify-content: center;
    margin-top: 40px;
    width: 100%;
  }
  .city_main .main7 .content img {
    width: 60px;
  }
  .city_main .main7 .content .text {
    margin-left: 20px;
  }
  .city_main .main7 .content .text h3 {
    font-size: 20px;
  }
  .city_main .main7 .content .text p {
    font-size: 14px;
  }
  .city_main .main8 ul {
    display: block;
  }
  .city_main .main8 ul li {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .city_main .main8 ul h2 {
    font-size: 18px;
  }
  .city_main .main8 ul p {
    font-size: 14px;
  }
  .network_main .title {
    padding-top: 40px;
  }
  .network_main .title .major {
    font-size: 20px;
  }
  .network_main .title .subtitle {
    font-size: 14px;
  }
  .network_main .main1 {
    padding: 0 20px;
  }
  .network_main .main1 .content li {
    padding: 10px;
  }
  .network_main .main1 .content li p {
    font-size: 12px;
  }
  .network_main .main2 .content {
    display: block;
    padding-bottom: 30px;
  }
  .network_main .main2 .content > div {
    width: 100%;
  }
  .network_main .main2 .text {
    margin-top: 0;
  }
  .network_main .main2 .text h2 {
    font-size: 20px;
  }
  .network_main .main2 .text .sub {
    font-size: 14px;
  }
  .network_main .main2 .text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }
  .network_main .main3 ul {
    display: block;
  }
  .network_main .main3 li {
    margin-top: 20px;
    width: 100%;
  }
  .network_main .main3 li .text .tit {
    font-size: 20px;
  }
  .network_main .main3 li .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .network_main .main4 {
    padding-bottom: 40px;
  }
  .network_main .main4 ul {
    margin-top: 20px;
  }
  .network_main .main4 li {
    padding: 20px 10px;
  }
  .network_main .main4 li:nth-child(n + 3) {
    padding-bottom: 20px;
  }
  .network_main .main4 li img {
    height: 30px;
  }
  .network_main .main4 p {
    margin-top: 25px;
    font-size: 12px;
  }
  .network_main .main5 {
    padding-bottom: 30px;
  }
  .network_main .main5 .big_img {
    margin-top: 40px;
    padding: 0;
  }
  .network_main .main5 .big_img p {
    margin-top: 5px;
  }
  .network_main .main5 ul {
    display: block;
  }
  .network_main .main5 ul li {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .network_main .main5 ul li .img {
    display: block;
    margin-bottom: 10px;
    height: auto;
  }
  .network_main .main5 ul .text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
  .network_main .main6 ul {
    display: block;
  }
  .network_main .main6 ul li {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .network_main .main6 ul h2 {
    font-size: 18px;
  }
  .network_main .main6 ul p {
    font-size: 14px;
  }
  .product_main .main1 .product_box li {
    margin-top: 20px;
    width: 100%;
  }
  .product_details_main .banner .text {
    display: none;
  }
  .product_details_main .title {
    padding-top: 30px;
  }
  .product_details_main .title .major {
    font-size: 20px;
  }
  .product_details_main .title .subtitle {
    font-size: 16px;
  }
  .product_details_main .main1 li img {
    width: auto;
    height: 25px;
  }
  .product_details_main .main1 li p {
    margin-top: 15px;
    font-size: 12px;
  }
  .product_details_main .main2 .title {
    position: static;
    padding-top: 20px;
    width: auto;
  }
  .product_details_main .main2 .img {
    padding: 20px;
    background-color: #000;
  }
  .product_details_main .main2 .img img {
    width: 100%;
  }
  .product_details_main .main3 {
    padding: 40px 0;
  }
  .product_details_main .main3 .center {
    flex-direction: column-reverse;
  }
  .product_details_main .main3 .center .img {
    margin-top: 40px;
    width: 100%;
  }
  .product_details_main .main3 .center .box {
    width: 100%;
  }
  .product_details_main .main3 .center .box h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .product_details_main .main3 .center .box .txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
  }
  .product_details_main .main3 .center .box .txt br {
    display: none;
  }
  .product_details_main .main4 {
    text-align: center;
  }
  .product_details_main .main4 .center {
    flex-wrap: wrap;
  }
  .product_details_main .main4 .text {
    width: 100%;
  }
  .product_details_main .main4 .img {
    margin-top: 40px;
    width: 100%;
  }
  .product_details_main .main5 .img img:first-child {
    width: 100px;
  }
  .product_details_main .main5 .img img:nth-child(2) {
    width: 20px;
  }
  .product_details_main .main5 .img img:nth-child(3) {
    width: 30px;
  }
  .product_details_main .main5 .img img:last-child {
    width: 60px;
  }
  .product_details_main .main6 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 20px 0;
    height: auto;
  }
  .product_details_main .main6 img {
    margin-top: 40px;
    width: 80%;
  }
  .product_details_main .main6 .center {
    padding-right: 20px;
    height: 100%;
  }
  .product_details_main .main6 .text {
    width: 100%;
    color: #fff;
  }
  .product_details_main .main6 .text h2 {
    font-size: 24px;
  }
  .product_details_main .main6 .text .txt {
    font-size: 16px;
    line-height: 30px;
  }
  .product_details_main .main7 li {
    width: 100%;
  }
  .plan_main .main1 {
    padding: 40px 0;
  }
  .plan_main .main1 li {
    margin-top: 20px;
    width: 100%;
  }
  .plan_main .more {
    margin-top: 40px;
  }
  .case_details_main .main1 h1 {
    font-size: 20px;
  }
  .case_details_main .main1 .article_info {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .case_details_main .main1 .article_info div {
    margin: 0 5px;
  }
  .download_main .main1 {
    padding: 40px 0 60px;
  }
  .download_main .main1 .head {
    font-size: 24px;
  }
  .download_main .main1 .list {
    justify-content: space-between;
  }
  .download_main .main1 .item {
    margin-top: 20px;
    width: 100%;
  }
  .download_main .main2 .toggle {
    width: 280px;
  }
  .download_main .main2 .toggle span {
    padding: 0;
    width: 25%;
    font-size: 12px;
    text-align: center;
  }
  .download_main .main2 li {
    padding: 0 10px ;
  }
  .download_main .main3 {
    padding: 40px 0 60px;
    background-color: #f0f2f7;
  }
  .download_main .main3 .head {
    font-size: 30px;
  }
  .download_main .main3 .img {
    width: 100%;
  }
  .download_main .main3 .content {
    flex-wrap: wrap;
  }
  .download_main .main3 .text {
    margin-top: 10px;
    flex: 1;
    font-size: 16px;
    line-height: 26px;
  }
  .partner_main .title .major {
    font-size: 20px;
  }
  .partner_main .center > ul {
    flex-wrap: wrap;
  }
  .partner_main .item {
    margin-top: 20px;
    width: 100%;
  }
  .partner_main .main1 {
    padding-bottom: 40px;
  }
  .partner_main .main1 ul {
    margin-top: 30px;
  }
  .partner_main .main1 li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .partner_main .main1 li .text {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
  }
  .partner_main .main1 li .img {
    margin: 20px  auto;
  }
  .partner_main .main0 .become_box {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .partner_main .main0 .become_box .img {
    margin-top: 20px;
    width: 100%;
  }
  .partner_main .main0 .become_box .img .text {
    padding: 15px;
  }
  .partner_main .main2 {
    padding-bottom: 60px;
  }
  .partner_main .main2 .box {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .partner_main .main2 .box ul {
    flex-wrap: wrap;
    margin: 40px auto 0;
  }
  .partner_main .main2 .box li {
    margin-top: 20px;
    width: 50%;
  }
  .partner_main .main2 .box .cir {
    width: 60px;
    height: 60px;
  }
  .partner_main .main2 .box .cir span {
    font-size: 18px;
    line-height: 60px;
  }
  .partner_main .main2 .box .text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .partner_main .main3 {
    padding-bottom: 60px;
  }
  .partner_main .main4 {
    padding-bottom: 60px;
  }
  .about_main .title {
    padding-top: 40px;
  }
  .about_main .title .major {
    font-size: 20px;
  }
  .about_main .title .subtitle {
    font-size: 16px;
  }
  .about_main .main1 {
    padding-bottom: 80px;
  }
  .about_main .main1 ul {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about_main .main1 li {
    display: block;
    text-align: center;
  }
  .about_main .main1 li .img {
    margin: 0 auto 10px;
  }
  .about_main .main1 li span:first-child {
    margin-right: 4px;
    font-size: 16px;
  }
  .about_main .main1 article h2 {
    font-size: 18px;
  }
  .about_main .main1 article p {
    font-size: 14px;
  }
  .about_main .main2 {
    padding-bottom: 80px;
  }
  .about_main .main2 ul {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about_main .main2 li {
    margin-top: 20px;
    width: 50%;
  }
  .about_main .main2 .img {
    margin: 10px auto;
    width: 100px;
    font-size: 24px;
  }
  .about_main .main2 .text div {
    margin-top: 6px;
    font-size: 16px;
  }
  .about_main .main2 .text p {
    margin-top: 5px;
    font-size: 18px;
  }
  .about_main .main3 .center {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .about_main .main3 .article {
    width: 100%;
  }
  .about_main .main3 .article .year {
    padding-top: 20px;
  }
  .about_main .main3 .text {
    margin-top: 8px;
    font-size: 16px;
  }
  .about_main .main3 .right {
    display: none;
  }
  .about_main .main4 {
    padding-bottom: 60px;
  }
  .about_main .main4 .index_title .major {
    font-size: 20px;
  }
  .about_main .main4 .index_title .subtitle {
    font-size: 16px;
  }
  .about_main .main4 .content {
    flex-wrap: wrap;
    margin-top: 55px;
  }
  .about_main .main4 .left {
    width: 100%;
  }
  .about_main .main4 .left .flex_center img {
    width: 50px;
  }
  .about_main .main4 .left .text div {
    margin-top: 15px;
    font-size: 20px;
  }
  .about_main .main4 .right {
    width: 100%;
  }
  .about_main .main4 .right .item {
    margin-top: 20px;
  }
  .about_main .main4 .right .item .icon {
    width: 30px;
  }
  .about_main .main4 .right .item .tit {
    font-size: 16px;
  }
  .about_main .main4 .right .item p {
    font-size: 12px;
    line-height: 20px;
  }
  .about_main .main5 .parents {
    justify-content: space-between;
    margin-top: 30px;
  }
  .about_main .main5 .parents li {
    margin-top: 3.72093023%;
    width: 30.23255814%;
  }
  .about_main .main5 .parents li:nth-child(3n+1) {
    margin-left: 0;
  }
  .about_main .main5 .toggle {
    font-size: 16px;
    line-height: 45px;
  }
  .about_main .main5 .toggle span {
    padding: 0 10px;
    font-size: 12px;
  }
  .about_main .main6 {
    padding-bottom: 80px;
  }
  .about_main .main6 ul {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about_main .main6 li {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .about_main .main6 li p {
    line-height: 40px;
  }
  .news_main .main1 .toggle {
    font-size: 16px;
    line-height: 40px;
  }
  .news_main .main1 .toggle span {
    padding: 0 10px;
    font-size: 12px;
  }
  .news_main .main1 li {
    margin-top: 20px;
  }
  .news_main .main1 li .center {
    flex-direction: column;
  }
  .news_main .main1 li .img {
    width: 100%;
    max-width: none;
  }
  .news_main .main1 li h2 {
    margin-top: 20px;
  }
  .news_main .main1 li .text {
    margin-left: 0;
    width: 100%;
  }
  .news_main .main1 li .cut {
    display: none;
  }
  .news_main .main1 li .date {
    margin-top: 5px;
  }
  .news_main .main1 li p {
    margin-top: 10px;
  }
  .news_main .main1 li .read {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .join_main .main1 .list {
    padding: 0 20px;
    display: flex;
  }
  .join_main .main1 .list > li {
    width: calc(100% - 90px);
  }
  .join_main .main1 .list > li:nth-child(2) {
    display: none;
  }
  .join_main .main1 .list > li:nth-child(3) {
    display: none;
  }
  .join_main .main1 .list > li:nth-child(4) {
    display: none;
  }
  .contact_main .banner .cn {
    font-size: 30px;
  }
  .contact_main .banner .en {
    font-size: 18px;
  }
  .contact_main .main1 {
    padding: 60px 0;
  }
  .contact_main .main1 .head {
    font-size: 24px;
  }
  .contact_main .main1 .item {
    margin-bottom: 0;
  }
  .contact_main .main1 .item .lab {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}
/* 法律声明 */
    .header1{
        line-height: 65px;
        color: #fff;
        background-color: #0e0e0e;
    }
.legal .main1 .center h3{
   font-size: 24px;
  line-height: 60px;
  color: #333;
}
.legal .main1 .center p{
  font-size: 18px;
  line-height: 2;
  color: #888;
}