@charset "UTF-8";
@import "vendors/bootstrap.min.css";
@import "vendors/font-awesome.css";
@import "vendors/swiper.min.css";
@import "vendors/lightbox.css";
@import "vendors/share.min.css";
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot"); /* IE9 */
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FengGuangMingRuiTi";
  src: url("../fonts/FengGuangMingRuiTi-2.eot"); /* IE9 */
  src: url("../fonts/FengGuangMingRuiTi-2.eot?#iefix") format("embedded-opentype"), url("../fonts/FengGuangMingRuiTi-2.woff") format("woff"), url("../fonts/FengGuangMingRuiTi-2.ttf") format("truetype"), url("../fonts/FengGuangMingRuiTi-2.svg#FengGuangMingRuiTi-2") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans SC";
  font-weight: 400;
}

ul, li, dl, ol {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.31s ease;
}

a:hover {
  text-decoration: none;
  transition: all 0.31s ease;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1230px;
  }
}
.max-width1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.max-width1360 {
  max-width: 1360px;
  margin: 0 auto;
}

.max-width1260 {
  max-width: 1260px;
  margin: 0 auto;
}

.max-width1520 {
  max-width: 1520px;
  margin: 0 auto;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.header-top {
  position: relative;
  background: #f0f5f9;
  padding: 6px 0;
}
.header-top .top-hot-news {
  position: relative;
  overflow: hidden;
}
.header-top .top-hot-news .hot-news {
  line-height: 40px;
}


.header-top .top-brand{

}
.header-top .top-brand>ul{
  display: flex;
  
}
.header-top .top-brand>ul>li{
  margin: 0 5px;
  position: relative;
  padding: 9px 0;
}
.header-top .top-brand>ul>li:hover>a{
  color: #00b1ec;
}

.header-top .top-brand>ul>li>a{
  color: #949494;
  font-size: 16px;
}


.header-top .top-brand>ul>li .brand-site{

  position: absolute;
  background: #FFFFFF;
  z-index: 1111;
  top: 100%;
  display: none;
  padding: 6px 10px;
  min-width: 100px;
  box-shadow: 0 2px 10px #aaa;

}
.header-top .top-brand>ul>li .brand-site>ul>li{
  padding: 5px 0;
}
.header-top .top-brand>ul>li .brand-site>ul>li>a{
  color: rgba(0, 0, 0, 0.7);
}
.header-top .top-brand>ul>li .brand-site>ul>li:hover>a{
  color: #00b1ec;
}

.header-top .top-brand>ul>li:hover .brand-site{
  display: block;
}


.header-top .share-box a {
  color: #949494;
  border-color: #949494;
}
.header-top .share-box a:hover {
  background: #949494;
  color: white;
}
.header-top .share-tel .icon-tel {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.header-top .share-tel span {
  color: #949494;
  margin-left: -10px;
}
.header-top .top-form {
  position: relative;
}
.header-top .top-form .search-input {
  width: 200px;
  background: transparent;
  border: 2px solid #949494;
  text-indent: 8px;
  height: 26px;
  border-radius: 6px;
  font-size: 14px;
  color: #949494;
}
.header-top .top-form .search-submit {
  position: absolute;
  border: none;
  background: none;
  top: 0px;
  bottom: 0;
  right: 10px;
  margin: auto;
  color: #949494;
  font-size: 16px;
}

.header_center {
  position: relative;
}

/*导航菜单要点 */
.nav-menu li {
  position: relative;
  white-space: nowrap;
  line-height: 80px;
  padding: 0px 20px;
  box-sizing: border-box;
}
.nav-menu li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background: #fff;
}
.nav-menu li ul li {
  line-height: 20px;
  margin: 0;
  padding: 10px 20px;
  min-width: 104px;
}
.nav-menu li ul li a {
  font-size: 16px;
  border: none;
}
.nav-menu li > a {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 3px solid #fff;
  display: block;
}
.nav-menu li:hover ul {
  display: block;
}
.nav-menu li:hover > a {
  color: #00b1ec;
  border-color: #00b1ec;
}
.nav-menu li.sfHover ul {
  display: block;
}
.nav-menu li.menu-active a {
  color: #00b1ec;
  border-color: #00b1ec;
}

/*移动导航切换*/
#mobile-nav-toggle {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 34px;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  color: #ffffff;
}
#mobile-nav-toggle .fa-bars {
  color: rgba(0, 0, 0, 0.7);
}
/* 移动导航样式 */
#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 18px;
  width: 25%;
  left: -25%;
  overflow-y: auto;
  transition: 0.4s;
  z-index: 998;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 18px;
  padding: 10px 22px;
  display: block;
}
#mobile-nav ul li i {
  position: absolute;
  right: 0;
  color: #fff;
  padding: 15px;
}
#mobile-nav ul li ul li {
  padding-left: 15px;
}
#mobile-nav ul li ul li a {
  font-size: 14px;
}

.mobile-nav-active #mobile-nav {
  left: 0;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 995;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #ffffff !important;
}

@media (max-width: 1199.98px) {
  .nav-menu li {
    padding: 0px 10px;
  }
}
@media (max-width: 991.98px) {
  #logo img {
    width: 80%;
  }
  .header-top .top-hot-news .hot-news {
    line-height: 20px;
  }
  .header-top .share-box a {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  .header-top .share-tel .icon-tel {
    height: 30px;
    line-height: 20px;
  }
  .header-top .top-form .search-input {
    width: 180px;
    height: 26px;
    font-size: 12px;
  }
  .header-top .top-form .search-submit {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  #mobile-nav {
    width: 30%;
    left: -30%;
  }
  .header-top .top-hot-news .hot-news {
    line-height: 20px;
  }
  .header-top .share-box a {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  .header-top .top-form .search-input {
    width: 180px;
    height: 26px;
    font-size: 12px;
  }
  .header-top .top-form .search-submit {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  #mobile-nav {
    width: 40%;
    left: -40%;
  }
}
@media (max-width: 413.98px) {
  #mobile-nav {
    width: 45%;
    left: -45%;
  }
  .header-top .top-hot-news .hot-news {
    line-height: 20px;
  }
  .header-top .share-box a {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  .header-top .top-form .search-input {
    width: 160px;
    height: 26px;
    font-size: 12px;
  }
  .header-top .top-form .search-submit {
    font-size: 16px;
  }
}
@media (max-width: 319.98px) {
  #mobile-nav {
    width: 50%;
    left: -50%;
  }
}
.footer {
  background: #363636;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 57px;
}
.footer a {
  color: #fff;
}
.footer .footer_top h4 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.footer .footer_top h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 118px;
  border-bottom: 4px solid #fff;
}
.footer .footer_top ul {
  margin-top: 30px;
}
.footer .footer_top ul li {
  font-size: 16px;
  line-height: 36px;
}
.footer .footer_top ul li a:hover {
  color: #00b1ec;
}
.footer .footer-site {
  margin-top: 100px;
  text-align: center;
}
.footer .footer-site .dingyue-box {
  text-align: center;
}
.footer .footer-site .dingyue-box .dingyue-table {
  font-size: 0;
  display: inline-block;
}
.footer .footer-site .dingyue-box .dingyue-table .dingyue {
  background: none;
  border: 1px solid #fff;
  width: 362px;
  height: 30px;
  font-size: 16px;
  display: inline-block;
  height: 32px;
  box-sizing: border-box;
  border-right: none;
  color: #fff;
}
.footer .footer-site .dingyue-box .dingyue-table .submit {
  font-size: 16px;
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
  border: none;
  line-height: 32px;
  display: inline-block;
  height: 100%;
  width: 130px;
}
.footer .footer-site .dingyue-box .dingyue-ico {
  display: inline-block;
  vertical-align: top;
}
.footer .footer-site .dingyue-box .dingyue-ico ul {
  margin-top: 0;
}
.footer .footer-site .dingyue-box .dingyue-ico ul li {
  display: inline-block;
}
.footer .footer-site .dingyue-box .dingyue-ico ul li img {
  vertical-align: top;
}
.footer .footer-site .sitebox p {
  font-size: 14px;
  line-height: 26px;
}
.footer .footer-site .sitebox p a {
  display: inline-block;
}
.footer .footer-site .sitebox p a:hover {
  color: #00b1ec;
}
.footer .footer-ba p {
  font-size: 12px;
  text-align: center;
  line-height: initial;
}
.footer .footer-ba p a {
  color: #1e5fad;
}
.footer .footer-lianxi p {
  font-size: 12px;
}

@media (max-width: 1199.98px) {
  .footer {
    padding-top: 81px;
  }
  .footer h4 {
    font-size: 32px;
  }
  .footer h4:after {
    width: 94.4px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 72px;
  }
  .footer .footer-top h4 {
    font-size: 28px;
  }
  .footer .footer-top h4:after {
    width: 82.6px;
  }
  .footer .footer-top ul li {
    font-size: 14.4px;
    line-height: 32.4px;
  }
  .footer .footer-site {
    margin-top: 80px;
  }
  .footer .footer-site .sitebox p {
    font-size: 14.4px;
  }
  .footer .footer-site .sitebox p a {
    display: inline-block;
  }
  .footer .footer-site .dingyue-box .dingyue-table .dingyue {
    width: 289.6px;
  }
  .footer .footer-site .dingyue-box .dingyue-table .submit {
    width: 104px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding-top: 63px;
  }
  .footer .footer-top h4 {
    font-size: 24px;
  }
  .footer .footer-top h4:after {
    width: 70.8px;
  }
  .footer .footer-top ul {
    margin-top: 27px;
  }
  .footer .footer-top ul li {
    font-size: 12.8px;
    line-height: 25.2px;
  }
  .footer .footer-site {
    margin-top: 50px;
  }
  .footer .footer-site .sitebox p {
    font-size: 11.2px;
    line-height: 28.8px;
  }
  .footer .footer-site .dingyue-box .dingyue-table {
    margin-bottom: 10px;
  }
  .footer .footer-site .dingyue-box .dingyue-table .dingyue {
    width: 253.4px;
    font-size: 14.4px;
  }
  .footer .footer-site .dingyue-box .dingyue-table .submit {
    width: 91px;
    font-size: 14.4px;
  }
  .footer .order1 {
    order: 1;
  }
  .footer .order2 {
    order: 3;
  }
  .footer .order2 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .order2 ul li {
    width: 20%;
  }
  .footer .order3 {
    order: 2;
  }
  .footer .order4 {
    order: 4;
  }
  .footer .order4 ul li {
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  .footer {
    padding-top: 54px;
  }
  .footer .footer-top h4 {
    font-size: 16px;
  }
  .footer .footer-top h4:after {
    width: 47.2px;
    border-bottom: 2px solid #fff;
  }
  .footer .footer-top ul {
    margin-top: 27px;
  }
  .footer .footer-top ul li {
    font-size: 12.8px;
    line-height: 25.2px;
  }
  .footer .footer-site {
    margin-top: 20px;
  }
  .footer .footer-site .sitebox p {
    font-size: 11.2px;
    line-height: 28.8px;
  }
  .footer .footer-site .dingyue-box .dingyue-table {
    margin-bottom: 10px;
  }
  .footer .footer-site .dingyue-box .dingyue-table .dingyue {
    width: 217.2px;
  }
  .footer .footer-site .dingyue-box .dingyue-table .submit {
    width: 78px;
  }
}
.index_title {
  text-align: center;
}
.index_title h2 {
  font-size: 44px;
  font-weight: bold;
  color: #00b1ec;
}
.index_title h4 {
  font-size: 18px;
  color: #85daf6;
}

.index_title_white h2 {
  color: #fff;
}
.index_title_white h4 {
  color: #fff;
}

.index_menu {
  background: #00b1ec;
}
.index_menu p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.banner {
  position: relative;
}
.banner .bannerbox .swiper-slide {
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner .bannerthumb {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
.banner .bannerthumb ul {
  display: flex;
  flex-wrap: wrap;
}
.banner .bannerthumb ul li {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 5px;
}
.banner .bannerthumb ul li p {
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  background: rgba(126, 170, 187, 0.7);
  text-align: center;
  margin-bottom: 0;
  padding: 16px 0;
  height: 100%;
  align-items: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.banner .bannerthumb ul li p span {
  display: block;
  width: 100%;
}
.banner .bannerthumb ul li.active p {
  background: rgb(126, 170, 187);
}

.index_brand {
  background: url(../img/index/index_brand_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 70px;
}
.index_brand .brand_box {
  max-width: 1400px;
  margin: 0 auto;
}
.index_brand .brand_box #thumbs_swiper {
  max-width: 1240px;
  padding: 40px 0;
}
.index_brand .brand_box #thumbs_swiper .swiper-slide {
  transition: 300ms;
  transform: scale(0.7);
}
.index_brand .brand_box #thumbs_swiper .swiper-slide-active, .index_brand .brand_box #thumbs_swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.index_brand .brand_box .brand_text h3 {
  font-size: 40px;
  font-family: "微软雅黑";
  font-weight: lighter;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 0;
}
.index_brand .brand_box .brand_text h4 {
  font-size: 30px;
  font-weight: 500;
  color: #535353;
}
.index_brand .brand_box .brand_text .brand_item_end {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px;
}
.index_brand .brand_box .brand_text .brand_item_end p {
  color: #5b5b5b;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0;
}
.index_brand .brand_box .brand_text .brand_item_end a {
  display: inline-block;
  font-size: 16px;
  color: #00b1ec;
  padding: 6px 44px;
  border: 1px solid #00b1ec;
  border-radius: 20px;
  margin-top: 10px;
}

.index_strength {
  position: relative;
  padding-top: 70px;
  padding-bottom: 26px;
}
.index_strength:before {
  content: "";
  width: 100%;
  height: 46%;
  min-height: 560px;
  position: absolute;
  top: 0;
  background: #00b1ec;
  z-index: -1;
}
.index_strength .index_strength_explain p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.index_strength .index_strength_shuju {
  margin-top: 30px;
}
.index_strength .index_strength_shuju .shuju_box {
  background: #fff;
  padding: 50px 80px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.index_strength .index_strength_shuju .shuju_box .shuju_item h3 {
  font-weight: bold;
  font-size: 76px;
  color: #00b1ec;
}
.index_strength .index_strength_shuju .shuju_box .shuju_item h3 sup {
  font-size: 24px;
  vertical-align: super;
}
.index_strength .index_strength_shuju .shuju_box .shuju_item p {
  font-size: 20px;
  line-height: 24px;
}

.index_join {
  background: url(../img/index/join_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 708px;
  position: relative;
}
.index_join .join_tel_img {
  margin-top: 56px;
}
.index_join .join_text_box {
  background: #00b1ec;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 914px;
  border-top-left-radius: 50px;
  padding: 66px 63px 35px 63px;
}
.index_join .join_text_box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
}
.index_join .join_text_box .join_a {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 28px;
  line-height: 22px;
  border-radius: 30px;
  margin-top: 22px;
  display: inline-block;
}

.index_honour {
  padding-top: 70px;
  padding-bottom: 46px;
  background: url(../img/index/index_brand_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.index_honour .honour_title {
  max-width: 960px;
  margin: 50px auto;
}
.index_honour .honour_title .honour_item {
  position: relative;
  margin: 0 30px;
}
.index_honour .honour_title .honour_item:before, .index_honour .honour_title .honour_item:after {
  content: "";
  max-width: 37px;
  max-height: 69px;
  height: 100%;
  width: 100%;
  background: url(../img/index/index_ico_honour.png) no-repeat center;
  background-size: 100%;
  position: absolute;
}
.index_honour .honour_title .honour_item:before {
  left: 0;
  bottom: 0;
}
.index_honour .honour_title .honour_item:after {
  right: 0;
  bottom: 0;
  transform: rotateY(180deg);
}
.index_honour .honour_title .honour_item h4 {
  font-size: 48px;
  font-weight: bold;
  color: #00b1ec;
  margin-bottom: 0;
}
.index_honour .honour_title .honour_item h5 {
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  display: inline-block;
  border-top: 2px solid #8a8a8a;
}
.index_honour .honour_img ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.index_honour .honour_img ul li {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding: 5px;
  width: 100%;
}

.index_news {
  padding-top: 70px;
}
.index_news .events_box {
  display: flex;
  flex-wrap: wrap;
}
.index_news .events_box .events_item {
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  display: grid;
}
.index_news .events_box .events_item .events_img {
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.index_news .events_box .events_item .events_img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_news .events_box .events_item .events_text {
  min-height: 200px;
  padding: 45px 10px 0;
}
.index_news .events_box .events_item .events_text h6 {
  font-size: 14px;
  color: #00b1ec;
}
.index_news .events_box .events_item .events_text p {
  font-size: 18px;
  color: #474747;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_news .events_box .events_item .events_text a {
  font-size: 12px;
  color: #00b1ec;
}
.index_news .events_box .events_item:nth-child(odd) .events_img {
  order: 2;
}
.index_news .events_box .events_item:nth-child(odd) .events_text {
  order: 1;
}
.index_news .news_maore {
  margin-top: 42px;
  text-align: center;
}
.index_news .news_maore a {
  background: #00b1ec;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 20px;
}

.index_productivity {
  padding-top: 70px;
  padding-bottom: 42px;
}
.index_productivity p {
  font-size: 20px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.index_productivity .productivity_img_box {
  margin-top: 32px;
}

.index_school {
  background: #00b1ec;
  color: #fff;
}
.index_school .school_item {
  padding: 46px 0 46px 46px;
}
.index_school .school_item h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 16px;
}
.index_school .school_item p {
  font-size: 18px;
  line-height: 36px;
}
.index_school .school_item .school-logo {
  text-align: right;
  margin-top: 16px;
}

.index_global {
  padding-top: 70px;
}
.index_global p {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
}
.index_global .global-city {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.index_global .global-city .city-item {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  width: 100%;
  padding: 0 1px;
}
.index_global .global-city .city-item:hover .item_box:after {
  opacity: 0;
}
.index_global .global-city .city-item .item_box {
  height: 570px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  position: relative;
}
.index_global .global-city .city-item .item_box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.index_global .global-city .city-item .item_box .city-name {
  color: #fff;
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}
.index_global .global-city .city-item .item_box .city-name i {
  font-size: 46px;
  padding-top: 5px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.index_global .global-city .city-item .item_box .city-name h5 {
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  text-align: left;
}
.index_global .global-city .city-item .item_box .city-name h5 span {
  display: block;
  font-size: 16px;
}
.index_global .global-city .city-item .congo {
  background-image: url(../img/index/congo.jpg);
}
.index_global .global-city .city-item .hongkong {
  background-image: url(../img/index/hongkong.jpg);
}
.index_global .global-city .city-item .newyork {
  background-image: url(../img/index/newyork.jpg);
}
.index_global .global-city .city-item .paris {
  background-image: url(../img/index/paris.jpg);
}
.index_global .global-city .city-item .kenya {
  background-image: url(../img/index/kenya.jpg);
}
.index_global .global-city .city-item .southafrica {
  background-image: url(../img/index/southafrica.jpg);
}

.index_partners {
  padding-top: 70px;
  padding-bottom: 62px;
}

@media (min-width: 1921px) {
  .banner .bannerbox .swiper-slide {
    height: 760px;
  }
}
@media (max-width: 1199.98px) {
  .index_menu p {
    font-size: 14px;
  }
  .index_title {
    text-align: center;
  }
  .index_title h2 {
    font-size: 39.6px;
  }
  .index_title h4 {
    font-size: 16.2px;
  }
  .banner .bannerbox .swiper-slide {
    height: 464px;
  }
  .banner .bannerthumb ul li {
    padding: 5px;
  }
  .banner .bannerthumb ul li p {
    font-size: 21.6px;
    line-height: 25.2px;
    padding: 14.4px 0;
  }
  .index_brand {
    padding-top: 63px;
  }
  .index_brand .brand_box .brand_text h3 {
    font-size: 35.2px;
  }
  .index_brand .brand_box .brand_text .brand_item_end p {
    font-size: 16.2px;
    line-height: 28.8px;
  }
  .index_strength {
    padding-top: 63px;
    padding-bottom: 23.4px;
  }
  .index_strength .index_strength_explain p {
    font-size: 16.2px;
    line-height: 32.4px;
  }
  .index_strength .index_strength_shuju {
    margin-top: 27px;
  }
  .index_strength .index_strength_shuju .shuju_box {
    padding: 40px 64px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item h3 {
    font-size: 60.8px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item h3 sup {
    font-size: 19.2px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item p {
    font-size: 16px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item img {
    max-width: 71.2px;
  }
  .index_join {
    min-height: 637.2px;
  }
  .index_join .join_tel_img {
    margin-top: 50.4px;
  }
  .index_join .join_text_box {
    min-width: 731.2px;
    padding: 52.8px 50.4px 28px 50.4px;
  }
  .index_join .join_text_box p {
    font-size: 19.8px;
    line-height: 36px;
  }
  .index_join .join_text_box .join_a {
    font-size: 19.8px;
    margin-top: 19.8px;
  }
  .index_honour {
    padding-top: 63px;
    padding-bottom: 41.4px;
  }
  .index_honour .honour_title {
    margin: 45px auto;
  }
  .index_honour .honour_title .honour_item {
    margin: 0 27px;
  }
  .index_honour .honour_title .honour_item:before, .index_honour .honour_title .honour_item:after {
    max-width: 33.3px;
    max-height: 62.1px;
  }
  .index_honour .honour_title .honour_item h4 {
    font-size: 43.2px;
  }
  .index_honour .honour_title .honour_item h5 {
    font-size: 19.8px;
  }
  .index_news {
    padding-top: 63px;
  }
  .index_news .events_box .events_item .events_text {
    min-height: 180px;
  }
  .index_news .events_box .events_item .events_text p {
    font-size: 16.2px;
  }
  .index_news .events_box .events_item .events_img {
    min-height: 180px;
  }
  .index_productivity {
    padding-top: 63px;
    padding-bottom: 37.8px;
  }
  .index_productivity p {
    font-size: 19.8px;
    line-height: 32.4px;
  }
  .index_school {
    padding: 0 15px;
  }
  .index_school .school_item {
    padding: 36.8px 0 36.8px 41.4px;
  }
  .index_school .school_item h4 {
    font-size: 21.6px;
    line-height: 27px;
  }
  .index_school .school_item p {
    font-size: 16.2px;
    line-height: 32.4px;
  }
  .index_school .school_item .school-logo {
    margin-top: 8px;
  }
  .index_school .school_item .school-logo img {
    max-width: 253.8px;
  }
  .index_school .ao_school {
    height: 100%;
  }
  .index_global {
    padding-top: 63px;
  }
  .index_global p {
    font-size: 18px;
    line-height: 32.4px;
  }
  .index_global .global-city .city-item .item_box .city-name i {
    font-size: 41.4px;
  }
  .index_global .global-city .city-item .item_box .city-name h5 {
    font-size: 19.8px;
  }
  .index_global .global-city .city-item .item_box .city-name h5 span {
    font-size: 14.4px;
  }
  .index_partners {
    padding-top: 63px;
    padding-bottom: 55.8px;
  }
}
@media (max-width: 991.98px) {
  .index_menu p {
    font-size: 12px;
  }
  .index_menu img {
    width: 40px;
  }
  .index_title {
    text-align: center;
  }
  .index_title h2 {
    font-size: 35.2px;
  }
  .index_title h4 {
    font-size: 14.4px;
  }
  .banner .bannerbox .swiper-slide {
    height: 377px;
  }
  .banner .bannerthumb ul li {
    padding: 5px;
  }
  .banner .bannerthumb ul li p {
    font-size: 19.2px;
    line-height: 22.4px;
    padding: 12.8px 0;
  }
  .index_brand {
    padding-top: 56px;
  }
  .index_brand .brand_box {
    padding: 0 15px;
  }
  .index_brand .brand_box .brand_text h3 {
    font-size: 30.8px;
  }
  .index_brand .brand_box .brand_text h4 {
    font-size: 24px;
  }
  .index_brand .brand_box .brand_text .brand_item_end {
    position: static;
    padding: 0;
  }
  .index_brand .brand_box .brand_text .brand_item_end p {
    font-size: 14.4px;
    line-height: 25.2px;
  }
  .index_brand .brand_box .brand_text .brand_item_end a {
    font-size: 12.8px;
    padding: 6px 30px;
    display: inline-block;
  }
  .index_strength {
    padding-top: 56px;
    padding-bottom: 20.8px;
  }
  .index_strength:before {
    min-height: 448px;
  }
  .index_strength .index_strength_explain p {
    font-size: 14.4px;
    line-height: 28.8px;
  }
  .index_strength .index_strength_shuju {
    margin-top: 24px;
  }
  .index_strength .index_strength_shuju .shuju_box {
    padding: 30px 32px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item h3 {
    font-size: 45.6px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item h3 sup {
    font-size: 14.4px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item p {
    font-size: 14px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item img {
    max-width: 62.3px;
  }
  .index_join {
    min-height: 566.4px;
  }
  .index_join .join_tel_img {
    margin-top: 44.8px;
    max-width: 248.8px;
  }
  .index_join .join_text_box {
    min-width: 548.4px;
    padding: 39.6px 37.8px 21px 37.8px;
  }
  .index_join .join_text_box p {
    font-size: 17.6px;
    line-height: 32px;
  }
  .index_join .join_text_box .join_a {
    font-size: 17.6px;
    margin-top: 17.6px;
  }
  .index_honour {
    padding-top: 56px;
    padding-bottom: 36.8px;
  }
  .index_honour .honour_title {
    margin: 35px auto;
  }
  .index_honour .honour_title .honour_item {
    margin: 0 15px;
  }
  .index_honour .honour_title .honour_item:before, .index_honour .honour_title .honour_item:after {
    max-width: 29.6px;
    max-height: 55.2px;
  }
  .index_honour .honour_title .honour_item h4 {
    font-size: 38.4px;
  }
  .index_honour .honour_title .honour_item h5 {
    font-size: 17.6px;
  }
  .index_honour .honour_img ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .index_news {
    padding-top: 56px;
  }
  .index_productivity {
    padding-top: 56px;
    padding-bottom: 33.6px;
  }
  .index_productivity p {
    font-size: 17.6px;
    line-height: 28.8px;
  }
  .index_school .school_item {
    padding: 27.6px 0 27.6px 0px;
  }
  .index_school .school_item h4 {
    font-size: 19.2px;
    line-height: 24px;
  }
  .index_school .school_item p {
    font-size: 14.4px;
    line-height: 28.8px;
  }
  .index_school .school_item .school-logo img {
    max-width: 225.6px;
  }
  .index_school .ao_school {
    height: 100%;
  }
  .index_global {
    padding-top: 56px;
  }
  .index_global p {
    font-size: 16px;
    line-height: 28.8px;
  }
  .index_global .king img {
    max-width: 500.8px;
  }
  .index_global .global-city .city-item .item_box {
    height: 399px;
  }
  .index_global .global-city .city-item .item_box .city-name i {
    font-size: 36.8px;
  }
  .index_global .global-city .city-item .item_box .city-name h5 {
    font-size: 17.6px;
  }
  .index_global .global-city .city-item .item_box .city-name h5 span {
    font-size: 12.8px;
  }
  .index_partners {
    padding-top: 56px;
    padding-bottom: 49.6px;
  }
}
@media (max-width: 767.98px) {
  .index_title {
    text-align: center;
  }
  .index_title h2 {
    font-size: 30.8px;
  }
  .index_title h4 {
    font-size: 12.6px;
  }
  .banner .bannerbox .swiper-slide {
    height: 348px;
  }
  .banner .bannerthumb ul li {
    padding: 2px;
  }
  .banner .bannerthumb ul li p {
    font-size: 14.4px;
    line-height: 16.8px;
    padding: 9.6px 0;
  }
  .index_brand {
    padding-top: 49px;
  }
  .index_brand .brand_box #index-brand-container img {
    display: block;
    margin: 0 auto;
  }
  .index_brand .brand_box .brand_text h3 {
    font-size: 26.4px;
  }
  .index_strength {
    padding-top: 49px;
    padding-bottom: 18.2px;
  }
  .index_strength:before {
    height: 50%;
  }
  .index_strength .index_strength_explain p {
    font-size: 12.6px;
    line-height: 25.2px;
  }
  .index_strength .index_strength_shuju {
    margin-top: 21px;
  }
  .index_strength .index_strength_shuju .shuju_box {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item h3 {
    font-size: 30.4px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item img {
    max-width: 53.4px;
  }
  .index_join {
    min-height: 424.8px;
  }
  .index_join .join_tel_img {
    margin-top: 33.6px;
    max-width: 186.6px;
  }
  .index_join .join_text_box {
    min-width: 457px;
    padding: 26.4px 25.2px 21px 25.2px;
    border-top-left-radius: 25px;
  }
  .index_join .join_text_box p {
    font-size: 15.4px;
    line-height: 24px;
  }
  .index_join .join_text_box .join_a {
    font-size: 13.2px;
    margin-top: 13.2px;
    padding: 8px 22.4px;
  }
  .index_honour {
    padding-top: 42px;
    padding-bottom: 32.2px;
  }
  .index_honour .honour_title {
    margin: 30px auto;
  }
  .index_honour .honour_title .honour_item {
    margin: 0 0px;
  }
  .index_honour .honour_title .honour_item:before, .index_honour .honour_title .honour_item:after {
    max-width: 25.9px;
    max-height: 48.3px;
  }
  .index_honour .honour_title .honour_item h4 {
    font-size: 33.6px;
  }
  .index_honour .honour_title .honour_item h5 {
    font-size: 15.4px;
  }
  .index_news {
    padding-top: 49px;
  }
  .index_news .events_box {
    display: block;
  }
  .index_news .events_box .events_item {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }
  .index_news .events_box .events_item .events_text {
    min-height: 160px;
    width: 50%;
    padding: 27px 10px 0;
  }
  .index_news .events_box .events_item .events_text p {
    font-size: 16.2px;
  }
  .index_news .events_box .events_item .events_img {
    min-height: 160px;
    width: 50%;
  }
  .index_news .news_maore a {
    padding: 5px 20px;
  }
  .index_news .news_maore {
    margin-top: 33.6px;
  }
  .index_productivity {
    padding-top: 49px;
    padding-bottom: 29.4px;
  }
  .index_productivity p {
    font-size: 15.4px;
    line-height: 25.2px;
  }
  .index_school {
    padding: 15px;
  }
  .index_school .school_item {
    padding: 27.6px 0 27.6px 0px;
  }
  .index_school .school_item h4 {
    font-size: 16.8px;
    line-height: 21px;
  }
  .index_school .school_item p {
    font-size: 12.6px;
    line-height: 25.2px;
  }
  .index_school .school_item .school-logo img {
    max-width: 197.4px;
  }
  .index_school .ao_school {
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .index_global {
    padding-top: 49px;
  }
  .index_global p {
    font-size: 14px;
    line-height: 25.2px;
  }
  .index_global .king img {
    max-width: 438.2px;
  }
  .index_global .global-city .city-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 2px;
  }
  .index_global .global-city .city-item .item_box {
    height: 285px;
  }
  .index_global .global-city .city-item .item_box .city-name i {
    font-size: 32.2px;
  }
  .index_global .global-city .city-item .item_box .city-name h5 {
    font-size: 15.4px;
  }
  .index_global .global-city .city-item .item_box .city-name h5 span {
    font-size: 11.2px;
  }
  .index_global .global-city .city-item .congo {
    background-position-y: bottom;
  }
  .index_global .global-city .city-item .paris {
    background-position-y: center;
  }
  .index_partners {
    padding-top: 49px;
    padding-bottom: 43.4px;
  }
}
@media (max-width: 575.98px) {
  .index_title {
    text-align: center;
  }
  .index_title h2 {
    font-size: 26.4px;
  }
  .index_title h4 {
    font-size: 10.8px;
  }
  .banner .bannerbox .swiper-slide {
    height: 203px;
  }
  .banner .bannerthumb ul li {
    padding: 1px;
  }
  .banner .bannerthumb ul li p {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 0;
  }
  .index_brand {
    padding-top: 42px;
  }
  .index_brand .brand_box .brand_text h3 {
    font-size: 22px;
  }
  .index_brand .brand_box .brand_text h4 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .index_brand .brand_box .brand_text .brand_item_end p {
    font-size: 12.6px;
    line-height: 21.6px;
  }
  .index_strength {
    padding-top: 42px;
    padding-bottom: 15.6px;
  }
  .index_strength .index_strength_explain p {
    font-size: 10.8px;
    line-height: 21.6px;
    margin-bottom: 8px;
  }
  .index_strength .index_strength_shuju {
    margin-top: 18px;
  }
  .index_strength .index_strength_shuju .shuju_box {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item h3 {
    font-size: 45.6px;
  }
  .index_join {
    min-height: 424.8px;
    background-position-x: 14%;
  }
  .index_join .join_tel_img {
    margin-top: 33.6px;
    max-width: 186.6px;
  }
  .index_join .join_text_box {
    min-width: 182.8px;
    padding: 13.2px 12.6px 14px 12.6px;
    border-top-left-radius: 25px;
  }
  .index_join .join_text_box p {
    font-size: 13.2px;
    line-height: 24px;
  }
  .index_join .join_text_box .join_a {
    font-size: 11px;
    margin-top: 8.8px;
    padding: 4px 22.4px;
  }
  .index_honour {
    padding-top: 28px;
    padding-bottom: 23px;
  }
  .index_honour .honour_title {
    margin: 10px auto;
  }
  .index_honour .honour_title .honour_item {
    margin: 0 0px;
  }
  .index_honour .honour_title .honour_item:before, .index_honour .honour_title .honour_item:after {
    max-width: 18.5px;
    max-height: 34.5px;
  }
  .index_honour .honour_title .honour_item h4 {
    font-size: 24px;
    line-height: 18px;
  }
  .index_honour .honour_title .honour_item h5 {
    font-size: 11px;
  }
  .index_news {
    padding-top: 42px;
  }
  .index_news .events_box .events_item {
    display: block;
  }
  .index_news .events_box .events_item .events_text {
    min-height: 120px;
    width: 100%;
    padding: 18px 10px 0;
  }
  .index_news .events_box .events_item .events_text p {
    font-size: 14.4px;
  }
  .index_news .events_box .events_item .events_img {
    min-height: 160px;
    width: 100%;
  }
  .index_news .news_maore {
    margin-top: 16.8px;
  }
  .index_news .news_maore a {
    font-size: 12.8px;
  }
  .index_productivity {
    padding-top: 42px;
    padding-bottom: 25.2px;
  }
  .index_productivity p {
    font-size: 13.2px;
    line-height: 21.6px;
  }
  .index_global {
    padding-top: 42px;
  }
  .index_global p {
    font-size: 12px;
    line-height: 21.6px;
  }
  .index_global .king img {
    max-width: 313px;
  }
  .index_global .global-city .city-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 2px;
  }
  .index_global .global-city .city-item .item_box {
    height: 171px;
  }
  .index_global .global-city .city-item .item_box .city-name i {
    font-size: 27.6px;
  }
  .index_global .global-city .city-item .item_box .city-name h5 {
    font-size: 13.2px;
  }
  .index_global .global-city .city-item .item_box .city-name h5 span {
    font-size: 9.6px;
  }
  .index_global .global-city .city-item .southafrica, .index_global .global-city .city-item .kenya {
    background-position-y: center;
  }
  .index_partners {
    padding-top: 42px;
    padding-bottom: 37.2px;
  }
}
@media (max-width: 413.98px) {
  .index_title {
    text-align: center;
  }
  .index_title h2 {
    font-size: 22px;
  }
  .index_title h4 {
    font-size: 9px;
  }
  .index_strength .index_strength_shuju .shuju_box {
    padding: 30px 16px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .index_strength .index_strength_shuju .shuju_box .shuju_item h3 {
    font-size: 30.4px;
  }
}
@media (max-width: 320px) {
  .index_global .king img {
    max-width: 100%;
  }
}
.contactus {
  background: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 70px;
}
.contactus p {
  font-size: 20px;
  line-height: 36px;
  color: #5B5B5B;
  text-align: center;
  margin-bottom: 0;
}
.contactus .contactus_form {
  margin-top: 56px;
}
.contactus .contactus_form .form-control {
  margin-bottom: 18px;
}
.contactus .contactus_form textarea {
  height: 145px;
  border: none;
}
.contactus .contactus_form input {
  border: none;
}
.contactus .contactus_form #submit {
  background: #00b1ec;
  border: none;
  margin: 0 auto;
  display: block;
  margin-top: 38px;
}

.contactus_top {
  padding-top: 157px;
  padding-bottom: 188px;
  background: url(../img/contactus/contactus-top-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
}
.contactus_top img {
  margin-bottom: 16px;
}
.contactus_top h4 {
  font-size: 20px;
  color: #fff;
}
.contactus_top p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .contactus {
    padding-top: 54px;
    padding-bottom: 63px;
  }
  .contactus p {
    font-size: 18px;
    line-height: 32.4px;
  }
  .contactus .contactus_form {
    margin-top: 50.4px;
  }
  .contactus_top {
    padding-top: 141.3px;
    padding-bottom: 169.2px;
  }
}
@media (max-width: 991.98px) {
  .contactus {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .contactus p {
    font-size: 16px;
    line-height: 28.8px;
  }
  .contactus .contactus_form {
    margin-top: 44.8px;
  }
  .contactus .contactus_form #submit {
    font-size: 16px;
  }
  .contactus_top {
    padding-top: 125.6px;
    padding-bottom: 150.4px;
  }
  .contactus_top h4 {
    font-size: 18px;
  }
  .contactus_top p {
    font-size: 14.4px;
  }
}
@media (max-width: 767.98px) {
  .contactus {
    padding-top: 42px;
    padding-bottom: 49px;
  }
  .contactus p {
    font-size: 14px;
    line-height: 25.2px;
  }
  .contactus .contactus_form {
    margin-top: 28px;
  }
  .contactus .contactus_form #submit {
    font-size: 14px;
    margin-top: 19px;
  }
  .contactus .contactus_form .form-control {
    font-size: 12.8px;
  }
  .contactus .contactus_form textarea {
    height: 116px;
  }
  .contactus_top {
    padding-top: 109.9px;
    padding-bottom: 131.6px;
    background-position-x: 40%;
  }
  .contactus_top h4 {
    font-size: 16px;
  }
  .contactus_top p {
    font-size: 12.8px;
  }
}
@media (max-width: 575.98px) {
  .contactus {
    padding-top: 36px;
    padding-bottom: 42px;
  }
  .contactus p {
    font-size: 12px;
    line-height: 21.6px;
  }
  .contactus .contactus_form {
    margin-top: 16.8px;
  }
  .contactus .contactus_form #submit {
    font-size: 12px;
    margin-top: 11.4px;
  }
  .contactus .contactus_form .form-control {
    font-size: 9.6px;
  }
  .contactus .contactus_form textarea {
    height: 87px;
  }
  .contactus_top {
    padding-top: 94.2px;
    padding-bottom: 112.8px;
  }
}
@media (max-width: 413.98px) {
  .contactus_top {
    padding-top: 62.8px;
    padding-bottom: 75.2px;
  }
}
.new-menu .bar-nav {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.new-menu .bar-nav a {
  color: #fff;
}
.new-menu .bar-nav a:hover {
  color: #017af7;
}
.new-menu .search-nav {
  position: relative;
}
.new-menu .search-nav label {
  position: absolute;
  line-height: 34px;
  padding: 0 10px;
  color: #fff;
  font-size: 22px;
}
.new-menu .search-nav .search-input {
  height: 38px;
  width: 240px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  text-indent: 38px;
  position: relative;
  font-size: 16px;
}
.new-menu .search-nav .search-input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.new-menu .search-nav .search-btn {
  border: none;
  font-size: 16px;
  color: #00b1ec;
  background: #fff;
  line-height: 37px;
  height: 38px;
  padding: 0 28px;
  margin-left: 10px;
}
.new-menu .search-nav .reset-btn {
  border: none;
  font-size: 16px;
  color: #333333;
  background: #dfdfdf;
  line-height: 37px;
  height: 38px;
  padding: 0 28px;
  margin-left: 10px;
}

.news_main {
  background: url(../img/index/index_brand_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 88px;
  padding-bottom: 340px;
}
.news_main .newlist_box .newlist_box_top {
  margin-bottom: 60px;
}
.news_main .newlist_box .newlist_box_top .news_top_item {
  background: #FFFFFF;
  padding: 6px;
  box-shadow: 0px 0px 9px rgba(142, 180, 196, 0.2);
  height: 100%;
}
.news_main .newlist_box .newlist_box_top .news_top_item .new_img {
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news_main .newlist_box .newlist_box_top .news_top_item .new_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.news_main .newlist_box .newlist_box_top .news_top_item .new_text {
  margin-bottom: 26px;
}
.news_main .newlist_box .newlist_box_top .news_top_item .new_text h3 {
  padding: 0 16px;
  margin: 10px 0;
  font-size: 26px;
  line-height: 28px;
  height: 56px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_main .newlist_box .newlist_box_top .news_top_item .new_text ul {
  display: flex;
  justify-content: space-between;
  margin: 5px;
  padding: 10px 0;
  border-bottom: 1px solid #666666;
}
.news_main .newlist_box .newlist_box_top .news_top_item .new_text ul li {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}
.news_main .newlist_box .newlist_box_top .news_top_item .new_text ul li i {
  font-size: 16px;
}
.news_main .newlist_box .newlist_box_top .news_top_item .new_text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  margin: 5px;
  color: #4b4b4b;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news_main .newlist_box .newlist_box_center {
  margin-bottom: 120px;
}
.news_main .newlist_box .newlist_box_center .news_list_item {
  padding: 16px 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px rgba(142, 180, 196, 0.2);
  margin-bottom: 46px;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_img {
  height: 220px;
  background-position: center;
  background-size: cover;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_img a {
  height: 100%;
  width: 100%;
  display: block;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text {
  height: 100%;
  position: relative;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text h4 a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text h4 a:hover {
  color: #00b1ec;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text ul {
  display: flex;
  padding: 8px 0;
  position: relative;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text ul:after {
  content: "";
  width: 36%;
  height: 0;
  border-bottom: 2px solid #666666;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text ul li {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-right: 20px;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text ul li i {
  font-size: 16px;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text p {
  font-size: 14px;
  line-height: 18px;
  color: #4B4B4B;
  margin: 8px 0;
}
.news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text .see_news {
  display: inline-block;
  color: #fff;
  background: #00b1ec;
  padding: 12px 22px;
  border-radius: 25px;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news_main .newlist_box .newlist_box_bottom {
  font-size: 0;
}
.news_main .newlist_box .newlist_box_bottom .pagination {
  flex-wrap: wrap;
}
.news_main .newlist_box .newlist_box_bottom a {
  font-size: 16px;
  line-height: 0;
  padding: 18px 20px;
  background: #EEEEEE;
  color: #4b4b4b;
  margin: 6px;
}
.news_main .newlist_box .newlist_box_bottom a b {
  padding: 0;
  background: none;
  color: inherit;
}
.news_main .newlist_box .newlist_box_bottom a:hover {
  background: #00b1ec;
  color: #fff;
}
.news_main .newlist_box .newlist_box_bottom b {
  font-size: 16px;
  line-height: 0;
  padding: 18px 20px;
  background: #00b1ec;
  color: #fff;
  margin: 6px 0;
}
.news_main .new_content .new_title {
  max-width: 960px;
  margin: 0 auto;
}
.news_main .new_content .new_title h1 {
  font-size: 44px;
  line-height: 50px;
  color: #00b1ec;
  font-weight: bold;
  text-align: center;
}
.news_main .new_content .new_meun {
  margin-bottom: 28px;
}
.news_main .new_content .new_meun ul {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  border-bottom: 1px solid #666666;
}
.news_main .new_content .new_meun ul li {
  margin: 0 25px;
}
.news_main .new_content .new_content_text p {
  font-size: 18px;
  line-height: 24px;
  color: #2E2E2E;
  text-indent: 2em;
  margin-bottom: 16px;
}
.news_main .new_content .new_content_text img {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
  display: block;
}

@media (max-width: 1199.98px) {
  .new-menu .bar-nav {
    font-size: 18px;
    line-height: 32.4px;
  }
  .new-menu .search-nav label {
    line-height: 34px 30.6px;
    padding: 0 9px;
    font-size: 19.8px;
  }
  .new-menu .search-nav .search-input {
    height: 34.2px;
    width: 216px;
    text-indent: 34.2px;
    font-size: 14.4px;
  }
  .new-menu .search-nav .search-btn {
    font-size: 14.4px;
    line-height: 33.3px;
    height: 34.2px;
    padding: 0 25.2px;
    margin-left: 9px;
  }
  .new-menu .search-nav .reset-btn {
    font-size: 14.4px;
    line-height: 33.3px;
    height: 34.2px;
    padding: 0 25.2px;
    margin-left: 9px;
  }
  .news_main {
    padding-top: 79.2px;
    padding-bottom: 306px;
  }
  .news_main .newlist_box .newlist_box_top {
    margin-bottom: 48px;
  }
  .news_main .newlist_box .newlist_box_top .news_top_item .new_img {
    height: 224px;
  }
  .news_main .newlist_box .newlist_box_top .news_top_item .new_text {
    margin-bottom: 23.4px;
  }
  .news_main .newlist_box .newlist_box_top .news_top_item .new_text h3 {
    font-size: 20.8px;
    line-height: 22.4px;
    height: 44.8px;
    padding: 0 8px;
  }
  .news_main .newlist_box .newlist_box_center {
    margin-bottom: 108px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item {
    margin-bottom: 41.4px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text h4 {
    font-size: 19.8px;
  }
  .news_main .newlist_box .newlist_box_bottom a, .news_main .newlist_box .newlist_box_bottom b {
    font-size: 14.4px;
    padding: 18px 20px;
  }
  .news_main .new_content .new_title h1 {
    font-size: 39.6px;
    line-height: 45px;
  }
  .news_main .new_content .new_meun {
    margin-bottom: 25.2px;
  }
  .news_main .new_content .new_meun ul {
    padding: 14.4px 0;
  }
  .news_main .new_content .new_meun ul li {
    margin: 0 22.5px;
  }
  .news_main .new_content .new_content_text p {
    font-size: 16.2px;
    line-height: 21.6px;
    margin-bottom: 14.4px;
  }
  .news_main .new_content .new_content_text img {
    margin-bottom: 14.4px;
  }
}
@media (max-width: 991.98px) {
  .new-menu .bar-nav {
    font-size: 16px;
    line-height: 28.8px;
  }
  .new-menu .search-nav label {
    line-height: 34px 27.2px;
    padding: 0 8px;
    font-size: 17.6px;
  }
  .new-menu .search-nav .search-input {
    height: 30.4px;
    width: 168px;
    text-indent: 30.4px;
    font-size: 12.8px;
  }
  .new-menu .search-nav .search-btn {
    font-size: 12.8px;
    line-height: 29.6px;
    height: 30.4px;
    padding: 0 19.6px;
    margin-left: 8px;
  }
  .new-menu .search-nav .reset-btn {
    font-size: 12.8px;
    line-height: 29.6px;
    height: 30.4px;
    padding: 0 19.6px;
    margin-left: 8px;
  }
  .news_main {
    padding-top: 70.4px;
    padding-bottom: 272px;
  }
  .news_main .newlist_box .newlist_box_top {
    margin-bottom: 36px;
  }
  .news_main .newlist_box .newlist_box_top .news_top_item .new_img {
    height: 196px;
  }
  .news_main .newlist_box .newlist_box_top .news_top_item .new_text {
    margin-bottom: 23.4px;
  }
  .news_main .newlist_box .newlist_box_top .news_top_item .new_text h3 {
    font-size: 20.8px;
    line-height: 22.4px;
    height: 44.8px;
    padding: 0 8px;
  }
  .news_main .newlist_box .newlist_box_center {
    margin-bottom: 96px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item {
    margin-bottom: 36.8px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text h4 {
    font-size: 17.6px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text .see_news {
    padding: 9.6px 17.6px;
  }
  .news_main .newlist_box .newlist_box_bottom a, .news_main .newlist_box .newlist_box_bottom b {
    padding: 18px 16px;
  }
  .news_main .new_content .new_title h1 {
    font-size: 35.2px;
    line-height: 40px;
  }
  .news_main .new_content .new_meun {
    margin-bottom: 22.4px;
  }
  .news_main .new_content .new_meun ul {
    padding: 12.8px 0;
  }
  .news_main .new_content .new_meun ul li {
    margin: 0 20px;
  }
  .news_main .new_content .new_content_text p {
    font-size: 14.4px;
    line-height: 19.2px;
    margin-bottom: 12.8px;
  }
  .news_main .new_content .new_content_text img {
    margin-bottom: 12.8px;
  }
}
@media (max-width: 767.98px) {
  .new-menu .bar-nav {
    font-size: 14px;
    line-height: 25.2px;
  }
  .new-menu .search-nav label {
    line-height: 34px 23.8px;
    padding: 0 7px;
    font-size: 15.4px;
  }
  .new-menu .search-nav .search-input {
    height: 26.6px;
    width: 168px;
    text-indent: 26.6px;
    font-size: 11.2px;
  }
  .new-menu .search-nav .search-btn {
    font-size: 11.2px;
    line-height: 25.9px;
    height: 26.6px;
    padding: 0 16.8px;
    margin-left: 7px;
  }
  .new-menu .search-nav .reset-btn {
    font-size: 11.2px;
    line-height: 25.9px;
    height: 26.6px;
    padding: 0 16.8px;
    margin-left: 7px;
  }
  .news_main {
    padding-top: 61.6px;
    padding-bottom: 238px;
  }
  .news_main .newlist_box .newlist_box_top {
    margin-bottom: 24px;
  }
  .news_main .newlist_box .newlist_box_top .news_top_item .new_text {
    margin-bottom: 23.4px;
  }
  .news_main .newlist_box .newlist_box_top .news_top_item .new_text h3 {
    font-size: 18.2px;
    line-height: 19.6px;
    height: 39.2px;
    padding: 0;
  }
  .news_main .newlist_box .newlist_box_center {
    margin-bottom: 72px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item {
    margin-bottom: 32.2px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text h4 {
    margin: 8px 0;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text ul {
    justify-content: space-between;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text ul:after {
    width: 100%;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text .see_news {
    position: static;
    margin-top: 8px;
    padding: 7.2px 13.2px;
  }
  .news_main .newlist_box .newlist_box_bottom a, .news_main .newlist_box .newlist_box_bottom b {
    font-size: 12.8px;
    padding: 18px 12px;
  }
  .news_main .new_content .new_title h1 {
    font-size: 26.4px;
    line-height: 35px;
  }
  .news_main .new_content .new_meun {
    margin-bottom: 19.6px;
  }
  .news_main .new_content .new_meun ul {
    padding: 11.2px 0;
  }
  .news_main .new_content .new_meun ul li {
    margin: 0 17.5px;
  }
  .news_main .new_content .new_content_text p {
    font-size: 14.4px;
    line-height: 19.2px;
    margin-bottom: 12.8px;
  }
  .news_main .new_content .new_content_text img {
    margin-bottom: 12.8px;
  }
}
@media (max-width: 575.98px) {
  .new-menu .bar-nav {
    font-size: 12px;
    line-height: 21.6px;
  }
  .news_main {
    padding-top: 52.8px;
    padding-bottom: 204px;
  }
  .news_main .newlist_box .newlist_box_top {
    margin-bottom: 0px;
  }
  .news_main .newlist_box .newlist_box_top .news_top_item .new_text h3 {
    text-align: left;
  }
  .news_main .newlist_box .newlist_box_center {
    margin-bottom: 48px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item {
    margin-bottom: 27.6px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text h4 {
    margin: 8px 0 0 0;
    font-size: 15.4px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text p {
    font-size: 12.6px;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text ul:after {
    width: 100%;
  }
  .news_main .newlist_box .newlist_box_center .news_list_item .news_list_item_text .see_news {
    font-size: 12.6px;
  }
  .news_main .newlist_box .newlist_box_bottom a, .news_main .newlist_box .newlist_box_bottom b {
    padding: 18px 8px;
  }
  .news_main .new_content .new_title h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 413.98px) {
  .news_main {
    padding-top: 44px;
    padding-bottom: 170px;
  }
}
.page-title {
  padding: 25px 0 20px 0;
}
.page-title h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

.bottom_line {
  border-bottom: 1px solid #525252;
}

.aogrand_honour {
  padding-top: 100px;
  padding-bottom: 64px;
  background: url(../img/page/aogrand_honour/honour.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.aogrand_honour p {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0;
}
.aogrand_honour .honour_img {
  margin-top: 50px;
}
.aogrand_honour .honour_img ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.aogrand_honour .honour_img ul li {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding: 5px;
  width: 100%;
}

.aogrand_achievement {
  padding-top: 100px;
  padding-bottom: 76px;
  background: url(../img/index/index_brand_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.aogrand_achievement .achievement_img {
  padding-top: 30px;
}

@media (max-width: 1199.98px) {
  .page-title {
    padding: 22.5px 0 18px 0;
  }
  .page-title h1 {
    font-size: 36px;
  }
  .aogrand_honour {
    padding-top: 90px;
    padding-bottom: 57.6px;
  }
  .aogrand_honour p {
    font-size: 18px;
    line-height: 32.4px;
  }
  .aogrand_honour .honour_img {
    margin-top: 45px;
  }
  .aogrand_achievement {
    padding-top: 90px;
    padding-bottom: 68.4px;
  }
  .aogrand_achievement .achievement_img {
    padding-top: 27px;
  }
}
@media (max-width: 991.98px) {
  .page-title {
    padding: 20px 0 16px 0;
  }
  .page-title h1 {
    font-size: 32px;
  }
  .aogrand_honour {
    padding-top: 80px;
    padding-bottom: 51.2px;
  }
  .aogrand_honour p {
    font-size: 16px;
    line-height: 28.8px;
  }
  .aogrand_honour .honour_img {
    margin-top: 40px;
  }
  .aogrand_honour .honour_img ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .aogrand_achievement {
    padding-top: 80px;
    padding-bottom: 60.8px;
  }
  .aogrand_achievement .achievement_img {
    padding-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .page-title {
    padding: 17.5px 0 14px 0;
  }
  .page-title h1 {
    font-size: 28px;
  }
  .aogrand_honour {
    padding-top: 60px;
    padding-bottom: 44.8px;
  }
  .aogrand_honour p {
    font-size: 14px;
    line-height: 25.2px;
  }
  .aogrand_honour .honour_img {
    margin-top: 35px;
  }
  .aogrand_achievement {
    padding-top: 70px;
    padding-bottom: 53.2px;
  }
  .aogrand_achievement .achievement_img {
    padding-top: 21px;
  }
}
@media (max-width: 575.98px) {
  .page-title {
    padding: 15px 0 12px 0;
  }
  .page-title h1 {
    font-size: 24px;
  }
  .aogrand_honour {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .aogrand_honour .honour_img {
    margin-top: 30px;
  }
  .aogrand_achievement {
    padding-top: 60px;
    padding-bottom: 45.6px;
  }
  .aogrand_achievement .achievement_img {
    padding-top: 18px;
  }
}
@media (max-width: 413.98px) {
  .page-title {
    padding: 12.5px 0 10px 0;
  }
  .page-title h1 {
    font-size: 20px;
  }
  .aogrand_achievement {
    padding-top: 50px;
    padding-bottom: 38px;
  }
  .aogrand_achievement .achievement_img {
    padding-top: 15px;
  }
}
.aogrand_culture .culture_idea .idea_box {
  display: flex;
}
.aogrand_culture .culture_idea .idea_box .idea_item {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
.aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box {
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  height: 897px;
}
.aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  top: 210px;
}
.aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text h3 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 66px;
}
.aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text p {
  font-size: 28px;
  line-height: 70px;
  margin-bottom: 0;
  color: #fff;
}
.aogrand_culture .culture_idea .idea_box .idea_item .shiming {
  background: url(../img/page/aogrand_culture/shiming.jpg);
}
.aogrand_culture .culture_idea .idea_box .idea_item .yuanze {
  background: url(../img/page/aogrand_culture/yuanze.jpg);
}
.aogrand_culture .culture_idea .idea_box .idea_item .mubiao {
  background: url(../img/page/aogrand_culture/mubiao.jpg);
}
.aogrand_culture .culture_idea .idea_box .idea_item .jiazhiguan {
  background: url(../img/page/aogrand_culture/jiazhiguan.jpg);
}
.aogrand_culture .culture_team {
  padding: 66px 0;
}
.aogrand_culture .culture_partners {
  padding-bottom: 100px;
}

@media (max-width: 1680px) {
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box {
    height: 807.3px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text {
    top: 189px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text h3 {
    font-size: 45px;
    margin-bottom: 59.4px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text p {
    font-size: 25.2px;
    line-height: 63px;
  }
}
@media (max-width: 1444.98px) {
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box {
    height: 717.6px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text {
    top: 168px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text h3 {
    font-size: 40px;
    margin-bottom: 52.8px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text p {
    font-size: 22.4px;
    line-height: 56px;
  }
}
@media (max-width: 1199.98px) {
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box {
    height: 538.2px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text {
    top: 126px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text h3 {
    font-size: 30px;
    margin-bottom: 39.6px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text p {
    font-size: 16.8px;
    line-height: 42px;
  }
  .aogrand_culture .culture_team {
    padding: 59.4px 0;
  }
  .aogrand_culture .culture_partners {
    padding-bottom: 90px;
  }
}
@media (max-width: 991.98px) {
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box {
    height: 538.2px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text {
    top: 105px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text h3 {
    font-size: 30px;
    margin-bottom: 33px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text p {
    font-size: 16.8px;
    line-height: 35px;
  }
  .aogrand_culture .culture_team {
    padding: 52.8px 0;
  }
  .aogrand_culture .culture_partners {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .aogrand_culture .culture_idea .idea_box {
    flex-wrap: wrap;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box {
    height: 269.1px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text {
    top: 31.5px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text h3 {
    font-size: 25px;
    margin-bottom: 13.2px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text p {
    font-size: 14px;
    line-height: 28px;
  }
  .aogrand_culture .culture_team {
    padding: 46.2px 0;
  }
  .aogrand_culture .culture_partners {
    padding-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box {
    height: 269.1px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text {
    top: 31.5px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text h3 {
    font-size: 22.5px;
    margin-bottom: 6.6px;
  }
  .aogrand_culture .culture_idea .idea_box .idea_item .idea_item_box .idea_text p {
    font-size: 11.2px;
    line-height: 28px;
  }
  .aogrand_culture .culture_team {
    padding: 39.6px 0;
  }
  .aogrand_culture .culture_partners {
    padding-bottom: 60px;
  }
}
.aogrand_public_welfare {
  padding-top: 70px;
}
.aogrand_public_welfare .public_welfare_list {
  padding: 155px 0;
  position: relative;
}
.aogrand_public_welfare .public_welfare_list:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00b1ec;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.aogrand_public_welfare .public_welfare_list ul {
  display: flex;
  position: relative;
}
.aogrand_public_welfare .public_welfare_list ul:before {
  content: "";
  width: 2px;
  background: #00b1ec;
  height: 100%;
  position: absolute;
  top: -155px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.aogrand_public_welfare .public_welfare_list ul li {
  width: 50%;
  height: 100%;
  order: 1;
  padding-bottom: 96px;
}
.aogrand_public_welfare .public_welfare_list ul li .list_text {
  margin-top: 66px;
  position: relative;
}
.aogrand_public_welfare .public_welfare_list ul li .list_text:before {
  content: "";
  width: 10%;
  border: 1px solid #00b1ec;
  position: absolute;
  top: 27px;
}
.aogrand_public_welfare .public_welfare_list ul li .list_text:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00b1ec;
  border-radius: 50%;
  top: 20px;
}
.aogrand_public_welfare .public_welfare_list ul li .list_text h5 {
  font-size: 24px;
  line-height: 54px;
  color: #222222;
  margin-bottom: 0;
}
.aogrand_public_welfare .public_welfare_list ul li .list_text p {
  font-size: 20px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 0;
}
.aogrand_public_welfare .public_welfare_list ul li .list_text p span {
  display: block;
}
.aogrand_public_welfare .public_welfare_list ul:nth-child(even) {
  text-align: right;
}
.aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text {
  padding-right: 95px;
}
.aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text:before {
  right: 0;
}
.aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text:after {
  right: 10%;
}
.aogrand_public_welfare .public_welfare_list ul:nth-child(even) li:nth-child(odd) {
  order: 2;
}
.aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text {
  padding-left: 95px;
}
.aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text:before {
  left: 0;
}
.aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text:after {
  left: 10%;
}

@media (max-width: 1199.98px) {
  .aogrand_public_welfare {
    padding-top: 63px;
  }
  .aogrand_public_welfare .public_welfare_list {
    padding: 139.5px 0;
  }
  .aogrand_public_welfare .public_welfare_list:before {
    width: 14.4px;
    height: 14.4px;
  }
  .aogrand_public_welfare .public_welfare_list ul:before {
    top: -139.5px;
  }
  .aogrand_public_welfare .public_welfare_list ul li {
    padding-bottom: 86.4px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text {
    margin-top: 59.4px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text:before {
    width: 9%;
    top: 24.3px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text:after {
    width: 14.4px;
    height: 14.4px;
    top: 18px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text h5 {
    font-size: 21.6px;
    line-height: 48.6px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text p {
    font-size: 18px;
    line-height: 25.2px;
  }
  .aogrand_public_welfare .public_welfare_list ul li img {
    max-width: 95%;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) {
    text-align: right;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text {
    padding-right: 85.5px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text:after {
    right: 9%;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text {
    padding-left: 85.5px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text:after {
    left: 9%;
  }
}
@media (max-width: 991.98px) {
  .aogrand_public_welfare {
    padding-top: 56px;
  }
  .aogrand_public_welfare .public_welfare_list {
    padding: 108.5px 0;
  }
  .aogrand_public_welfare .public_welfare_list:before {
    width: 12.8px;
    height: 12.8px;
  }
  .aogrand_public_welfare .public_welfare_list ul:before {
    top: -108.5px;
  }
  .aogrand_public_welfare .public_welfare_list ul li {
    padding-bottom: 76.8px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text {
    margin-top: 39.6px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text:before {
    width: 7%;
    top: 21.6px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text:after {
    width: 12.8px;
    height: 12.8px;
    top: 16px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text h5 {
    font-size: 19.2px;
    line-height: 43.2px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text p {
    font-size: 16px;
    line-height: 22.4px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) {
    text-align: right;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text {
    padding-right: 47.5px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text:after {
    right: 7%;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text {
    padding-left: 47.5px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text:after {
    left: 7%;
  }
}
@media (max-width: 767.98px) {
  .aogrand_public_welfare {
    padding-top: 49px;
  }
  .aogrand_public_welfare .public_welfare_list {
    padding: 77.5px 0;
  }
  .aogrand_public_welfare .public_welfare_list ul:before {
    top: -77.5px;
  }
  .aogrand_public_welfare .public_welfare_list ul li {
    padding-bottom: 57.6px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text {
    margin-top: 26.4px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text:before {
    width: 6%;
    top: 18.9px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text:after {
    top: 14px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text h5 {
    font-size: 16.8px;
    line-height: 32.4px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text p {
    font-size: 14px;
    line-height: 19.6px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) {
    text-align: right;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text {
    padding-right: 38px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text:after {
    right: 6%;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text {
    padding-left: 38px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text:after {
    left: 6%;
  }
}
@media (max-width: 575.98px) {
  .aogrand_public_welfare {
    padding-top: 42px;
  }
  .aogrand_public_welfare .public_welfare_list {
    padding: 62px 0;
  }
  .aogrand_public_welfare .public_welfare_list:before {
    width: 8px;
    height: 8px;
  }
  .aogrand_public_welfare .public_welfare_list ul:before {
    top: -62px;
  }
  .aogrand_public_welfare .public_welfare_list ul li {
    padding-bottom: 48px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text {
    margin-top: 13.2px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text:before {
    width: 5%;
    top: 16.2px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text:after {
    width: 8px;
    height: 8px;
    top: 12px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text h5 {
    font-size: 14.4px;
    line-height: 27px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text p {
    font-size: 12px;
    line-height: 16.8px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text p span {
    display: contents;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) {
    text-align: right;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text {
    padding-right: 28.5px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text:after {
    right: 5%;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text {
    padding-left: 28.5px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text:after {
    left: 5%;
  }
}
@media (max-width: 413.98px) {
  .aogrand_public_welfare {
    padding-top: 35px;
  }
  .aogrand_public_welfare .public_welfare_list {
    padding: 31px 0;
  }
  .aogrand_public_welfare .public_welfare_list:before {
    right: auto;
  }
  .aogrand_public_welfare .public_welfare_list ul {
    flex-wrap: wrap;
  }
  .aogrand_public_welfare .public_welfare_list ul:before {
    top: -31px;
    right: auto;
    left: 3px;
  }
  .aogrand_public_welfare .public_welfare_list ul li {
    width: 100%;
    padding-left: 3px;
    padding-bottom: 0;
  }
  .aogrand_public_welfare .public_welfare_list ul li img {
    max-width: 100%;
    padding-left: 20px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text {
    margin-top: 0px;
    margin-bottom: 19.8px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text:before {
    width: 3%;
    top: 14.85px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text:after {
    width: 8px;
    height: 8px;
    top: 12px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text h5 {
    font-size: 14.4px;
    line-height: 27px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text p {
    font-size: 12px;
    line-height: 16.8px;
  }
  .aogrand_public_welfare .public_welfare_list ul li .list_text p span {
    display: contents;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) {
    text-align: left;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text {
    padding-left: 23.75px;
    padding-right: 0;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text:before {
    right: auto;
    left: 0;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li .list_text:after {
    left: 3%;
    right: auto;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(even) li:nth-child(odd) {
    order: 1;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text {
    padding-left: 23.75px;
  }
  .aogrand_public_welfare .public_welfare_list ul:nth-child(odd) li .list_text:after {
    left: 3%;
  }
}
.aogrand_introduce {
  padding-top: 56px;
  padding-bottom: 36px;
  background: url(../img/index/index_brand_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.aogrand_introduce p {
  font-size: 18px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
  text-align: center;
}

.introduce_times {
  padding-top: 100px;
  padding-bottom: 90px;
}
.introduce_times .introduce_times_text {
  margin-top: 30px;
}
.introduce_times .introduce_times_text ul {
  position: relative;
}
.introduce_times .introduce_times_text ul li {
  padding-left: 32px;
  padding-bottom: 32px;
  position: relative;
}
.introduce_times .introduce_times_text ul li:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 14px;
  border-left: 3px solid #00b1ec;
}
.introduce_times .introduce_times_text ul li:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: #00b1ec;
  left: -12px;
  top: 14px;
  border-radius: 50%;
}
.introduce_times .introduce_times_text ul li:last-child:before {
  content: none;
}
.introduce_times .introduce_times_text ul li h4 {
  font-size: 40px;
  color: #00b1ec;
  border-bottom: 3px solid #00b1ec;
  display: inline-block;
  margin-bottom: 10px;
}
.introduce_times .introduce_times_text ul li h4 sup {
  font-size: 18px;
  vertical-align: super;
}
.introduce_times .introduce_times_text ul li h5 {
  font-size: 34px;
  color: #4ed854;
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
  margin-left: 12px;
}
.introduce_times .introduce_times_text ul li p {
  font-size: 16px;
  line-height: 32px;
  color: #474747;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .aogrand_introduce {
    padding-top: 50.4px;
    padding-bottom: 32.4px;
  }
  .aogrand_introduce p {
    font-size: 16.2px;
    line-height: 32.4px;
    margin-bottom: 27px;
  }
  .introduce_times {
    padding-top: 90px;
    padding-bottom: 81px;
  }
}
@media (max-width: 991.98px) {
  .aogrand_introduce {
    padding-top: 44.8px;
    padding-bottom: 28.8px;
  }
  .aogrand_introduce p {
    font-size: 14.4px;
    line-height: 28.8px;
    margin-bottom: 24px;
  }
  .introduce_times {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .aogrand_introduce {
    padding-top: 39.2px;
    padding-bottom: 25.2px;
  }
  .aogrand_introduce p {
    margin-bottom: 21px;
  }
  .introduce_times {
    padding-top: 70px;
    padding-bottom: 63px;
  }
  .introduce_times .introduce_times_text {
    margin-top: 21px;
  }
  .introduce_times .introduce_times_text ul {
    padding-left: 22.4px;
  }
  .introduce_times .introduce_times_text ul li {
    padding-left: 22.4px;
    padding-bottom: 22.4px;
  }
  .introduce_times .introduce_times_text ul li:before {
    top: 9.8px;
  }
  .introduce_times .introduce_times_text ul li:after {
    width: 18.2px;
    height: 18.2px;
    left: -8.4px;
    top: 9.8px;
  }
  .introduce_times .introduce_times_text ul li h4 {
    font-size: 28px;
  }
  .introduce_times .introduce_times_text ul li h4 sup {
    font-size: 12.6px;
  }
  .introduce_times .introduce_times_text ul li h5 {
    font-size: 23.8px;
    line-height: 23.8px;
    margin-left: 8.4px;
  }
  .introduce_times .introduce_times_text ul li p {
    font-size: 14.4px;
    line-height: 28.8px;
  }
}
@media (max-width: 575.98px) {
  .aogrand_introduce {
    padding-top: 33.6px;
    padding-bottom: 21.6px;
  }
  .aogrand_introduce p {
    margin-bottom: 18px;
  }
  .introduce_times {
    padding-top: 60px;
    padding-bottom: 54px;
  }
  .introduce_times .introduce_times_text {
    margin-top: 18px;
  }
  .introduce_times .introduce_times_text ul li {
    padding-left: 19.2px;
    padding-bottom: 19.2px;
  }
  .introduce_times .introduce_times_text ul li:before {
    top: 8.4px;
  }
  .introduce_times .introduce_times_text ul li:after {
    width: 15.6px;
    height: 15.6px;
    left: -7.2px;
    top: 8.4px;
  }
  .introduce_times .introduce_times_text ul li h4 {
    font-size: 24px;
  }
  .introduce_times .introduce_times_text ul li h4 sup {
    font-size: 10.8px;
  }
  .introduce_times .introduce_times_text ul li h5 {
    font-size: 20.4px;
    line-height: 20.4px;
    margin-left: 7.2px;
  }
}
@media (max-width: 413.98px) {
  .aogrand_introduce {
    padding-top: 28px;
    padding-bottom: 18px;
  }
  .aogrand_introduce p {
    margin-bottom: 15px;
  }
  .introduce_times {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .introduce_times .introduce_times_text {
    margin-top: 18px;
  }
  .introduce_times .introduce_times_text ul li:after {
    width: 13px;
    height: 13px;
    left: -6px;
  }
}
.aogrand_innovate {
  padding-top: 80px;
  padding-bottom: 42px;
}
.aogrand_innovate p {
  font-size: 20px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.aogrand_innovate .productivity_img_box {
  margin-top: 32px;
}

.innovate_school {
  background: #00b1ec;
  color: #fff;
}
.innovate_school .school_item {
  padding: 46px 0 46px 46px;
}
.innovate_school .school_item h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 16px;
}
.innovate_school .school_item p {
  font-size: 18px;
  line-height: 36px;
}
.innovate_school .school_item .school-logo {
  text-align: right;
  margin-top: 16px;
}
.innovate_school .ao_school {
  height: 100%;
}

.innovate_pinzhi {
  padding-top: 90px;
  padding-bottom: 56px;
}
.innovate_pinzhi p {
  font-size: 20px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin-bottom: 0;
}

.innovate_fazhan {
  background: url(../img/page/aogrand_innovate/innovate_fazhan.jpg);
  background-size: cover;
  background-position: center;
}
.innovate_fazhan .fazhan_box {
  max-width: 490px;
  background: rgba(255, 255, 255, 0.9);
  padding: 120px 58px 105px 58px;
  display: inline-block;
  text-align: left;
}
.innovate_fazhan .fazhan_box h3 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  line-height: 56px;
  color: #4c4c4c;
  margin-bottom: 30px;
}
.innovate_fazhan .fazhan_box h3:after {
  content: "";
  width: 100%;
  max-width: 322px;
  height: 100%;
  background: url(../img/page/aogrand_innovate/innovate_fazhan_title_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 32px;
}
.innovate_fazhan .fazhan_box p {
  font-size: 22px;
  line-height: 44px;
  color: #4c4c4c;
}

.innovate_renzheng {
  padding-top: 50px;
}
.innovate_renzheng .renzheng_left_text {
  background: url(../img/page/aogrand_innovate/renzheng_chejian_left.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 90px;
  position: relative;
}
.innovate_renzheng .renzheng_left_text p {
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  z-index: 9;
}
.innovate_renzheng .renzheng_right_text {
  padding: 44px 0;
}
.innovate_renzheng .renzheng_right_text p {
  font-size: 18px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}
.innovate_renzheng .renzheng_chejian .mySwiper {
  margin-top: 16px;
}
.innovate_renzheng .renzheng_chejian .chejian {
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 10px 20px;
}
.innovate_renzheng .renzheng_chejian .chejian:before, .innovate_renzheng .renzheng_chejian .chejian:after {
  font-size: 26px;
}

.innovate_shengchanxian {
  padding-top: 96px;
}
.innovate_shengchanxian .shengchanxian_box {
  overflow: hidden;
}
.innovate_shengchanxian .shengchanxian_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}
.innovate_shengchanxian .shengchanxian_box ul li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 4px;
}
.innovate_shengchanxian .shengchanxian_box ul li .scline_item {
  position: relative;
}
.innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 0;
}
.innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  font-weight: lighter;
  text-align: center;
}
.innovate_shengchanxian .shengchanxian_box ul li .mb {
  margin-bottom: 11px;
}

.innovate_shili {
  padding-top: 90px;
  padding-bottom: 62px;
}
.innovate_shili p {
  font-size: 20px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

@media (max-width: 1199.98px) {
  .aogrand_innovate {
    padding-top: 72px;
    padding-bottom: 37.8px;
  }
  .aogrand_innovate p {
    font-size: 19.8px;
    line-height: 32.4px;
  }
  .innovate_school {
    padding: 0 15px;
  }
  .innovate_school .school_item {
    padding: 36.8px 0 36.8px 41.4px;
  }
  .innovate_school .school_item h4 {
    font-size: 21.6px;
    line-height: 27px;
  }
  .innovate_school .school_item p {
    font-size: 16.2px;
    line-height: 32.4px;
  }
  .innovate_school .school_item .school-logo {
    margin-top: 8px;
  }
  .innovate_school .school_item .school-logo img {
    max-width: 253.8px;
  }
  .innovate_school .ao_school {
    height: 100%;
  }
  .innovate_pinzhi {
    padding-top: 81px;
    padding-bottom: 50.4px;
  }
  .innovate_pinzhi p {
    font-size: 18px;
    line-height: 32.4px;
  }
  .innovate_fazhan .fazhan_box {
    max-width: 441px;
    padding: 108px 52.2px 94.5px 52.2px;
  }
  .innovate_fazhan .fazhan_box h3 {
    font-size: 27px;
    line-height: 50.4px;
    margin-bottom: 27px;
  }
  .innovate_fazhan .fazhan_box h3:after {
    max-width: 289.8px;
    left: 28.8px;
  }
  .innovate_fazhan .fazhan_box p {
    font-size: 19.8px;
    line-height: 39.6px;
  }
  .innovate_renzheng {
    padding-top: 45px;
  }
  .innovate_renzheng .renzheng_left_text {
    padding: 150px 63px;
  }
  .innovate_renzheng .renzheng_left_text p {
    font-size: 21.6px;
    line-height: 41.4px;
  }
  .innovate_renzheng .renzheng_right_text {
    padding: 35.2px 0;
  }
  .innovate_renzheng .renzheng_right_text p {
    font-size: 18px;
    line-height: 36px;
  }
  .innovate_renzheng .renzheng_chejian .mySwiper {
    margin-top: 16px;
  }
  .innovate_renzheng .renzheng_chejian .chejian {
    padding: 10px 20px;
  }
  .innovate_renzheng .renzheng_chejian .chejian:before, .innovate_renzheng .renzheng_chejian .chejian:after {
    font-size: 26px;
  }
  .innovate_shengchanxian {
    padding-top: 86.4px;
  }
  .innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text h5 {
    font-size: 19.8px;
  }
  .innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text h6 {
    font-size: 18px;
  }
  .innovate_shengchanxian .shengchanxian_box ul li .mb {
    margin-bottom: 6px;
  }
  .innovate_shili {
    padding-top: 81px;
    padding-bottom: 55.8px;
  }
  .innovate_shili p {
    font-size: 18px;
    line-height: 32.4px;
  }
}
@media (max-width: 991.98px) {
  .aogrand_innovate {
    padding-top: 64px;
    padding-bottom: 33.6px;
  }
  .aogrand_innovate p {
    font-size: 17.6px;
    line-height: 28.8px;
  }
  .innovate_school .school_item {
    padding: 27.6px 0 27.6px 0px;
  }
  .innovate_school .school_item h4 {
    font-size: 19.2px;
    line-height: 24px;
  }
  .innovate_school .school_item p {
    font-size: 14.4px;
    line-height: 28.8px;
  }
  .innovate_school .school_item .school-logo img {
    max-width: 225.6px;
  }
  .innovate_school .ao_school {
    height: 100%;
  }
  .innovate_pinzhi {
    padding-top: 72px;
    padding-bottom: 44.8px;
  }
  .innovate_pinzhi p {
    font-size: 16px;
    line-height: 28.8px;
  }
  .innovate_fazhan .fazhan_box {
    max-width: 392px;
    padding: 96px 46.4px 84px 46.4px;
  }
  .innovate_fazhan .fazhan_box h3 {
    font-size: 24px;
    line-height: 44.8px;
    margin-bottom: 24px;
  }
  .innovate_fazhan .fazhan_box h3:after {
    max-width: 257.6px;
    left: 25.6px;
  }
  .innovate_fazhan .fazhan_box p {
    font-size: 17.6px;
    line-height: 35.2px;
  }
  .innovate_renzheng {
    padding-top: 40px;
  }
  .innovate_renzheng .renzheng_left_text {
    padding: 120px 45px;
  }
  .innovate_renzheng .renzheng_left_text p {
    font-size: 19.2px;
    line-height: 36.8px;
  }
  .innovate_renzheng .renzheng_right_text {
    padding: 30.8px 0;
  }
  .innovate_renzheng .renzheng_right_text p {
    font-size: 16.2px;
    line-height: 32.4px;
  }
  .innovate_renzheng .renzheng_chejian .mySwiper {
    margin-top: 16px;
  }
  .innovate_renzheng .renzheng_chejian .chejian {
    padding: 16px 16px;
    height: 0;
  }
  .innovate_renzheng .renzheng_chejian .chejian:before, .innovate_renzheng .renzheng_chejian .chejian:after {
    font-size: 20px;
  }
  .innovate_shengchanxian {
    padding-top: 76.8px;
  }
  .innovate_shengchanxian .shengchanxian_box ul li {
    flex: 0 0 33.333333%;
    max-width: 33.33333333%;
  }
  .innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text h5 {
    font-size: 19.8px;
  }
  .innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text h6 {
    font-size: 18px;
  }
  .innovate_shengchanxian .shengchanxian_box ul li .mb {
    margin-bottom: 6px;
  }
  .innovate_shengchanxian .shengchanxian_box ul .mab {
    margin-bottom: 6px;
  }
  .innovate_shili {
    padding-top: 72px;
    padding-bottom: 49.6px;
  }
  .innovate_shili p {
    font-size: 16px;
    line-height: 28.8px;
  }
}
@media (max-width: 767.98px) {
  .aogrand_innovate {
    padding-top: 56px;
    padding-bottom: 29.4px;
  }
  .aogrand_innovate p {
    font-size: 15.4px;
    line-height: 25.2px;
  }
  .innovate_school {
    padding: 15px;
  }
  .innovate_school .school_item {
    padding: 27.6px 0 27.6px 0px;
  }
  .innovate_school .school_item h4 {
    font-size: 16.8px;
    line-height: 21px;
  }
  .innovate_school .school_item p {
    font-size: 12.6px;
    line-height: 25.2px;
  }
  .innovate_school .school_item .school-logo img {
    max-width: 197.4px;
  }
  .innovate_school .ao_school {
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .innovate_pinzhi {
    padding-top: 63px;
    padding-bottom: 39.2px;
  }
  .innovate_pinzhi p {
    font-size: 14px;
    line-height: 25.2px;
  }
  .innovate_fazhan .fazhan_box {
    padding: 72px 34.8px 63px 34.8px;
  }
  .innovate_fazhan .fazhan_box h3 {
    font-size: 21px;
    line-height: 39.2px;
    margin-bottom: 21px;
  }
  .innovate_fazhan .fazhan_box h3:after {
    max-width: 225.4px;
    left: 22.4px;
  }
  .innovate_fazhan .fazhan_box p {
    font-size: 15.4px;
    line-height: 30.8px;
  }
  .innovate_renzheng {
    padding-top: 35px;
  }
  .innovate_renzheng .renzheng_left_text {
    padding: 80px 27px;
  }
  .innovate_renzheng .renzheng_left_text p {
    font-size: 16.8px;
    line-height: 32.2px;
  }
  .innovate_renzheng .renzheng_right_text {
    padding: 22px 0;
  }
  .innovate_renzheng .renzheng_right_text p {
    font-size: 14.4px;
    line-height: 28.8px;
  }
  .innovate_renzheng .renzheng_chejian .mySwiper {
    margin-top: 16px;
  }
  .innovate_renzheng .renzheng_chejian .chejian {
    padding: 16px 16px;
    height: 0;
  }
  .innovate_renzheng .renzheng_chejian .chejian:before, .innovate_renzheng .renzheng_chejian .chejian:after {
    font-size: 20px;
  }
  .innovate_shengchanxian {
    padding-top: 67.2px;
  }
  .innovate_shengchanxian .shengchanxian_box ul li {
    flex: 0 0 33.333333%;
    max-width: 33.33333333%;
  }
  .innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text h5 {
    font-size: 15.4px;
  }
  .innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text h6 {
    font-size: 14px;
  }
  .innovate_shili {
    padding-top: 63px;
    padding-bottom: 43.4px;
  }
  .innovate_shili p {
    font-size: 14px;
    line-height: 25.2px;
  }
}
@media (max-width: 575.98px) {
  .aogrand_innovate {
    padding-top: 48px;
    padding-bottom: 25.2px;
  }
  .aogrand_innovate p {
    font-size: 13.2px;
    line-height: 21.6px;
  }
  .innovate_pinzhi {
    padding-top: 54px;
    padding-bottom: 33.6px;
  }
  .innovate_pinzhi .w80 {
    width: 80%;
  }
  .innovate_fazhan .fazhan_box {
    padding: 48px 23.2px 42px 23.2px;
  }
  .innovate_fazhan .fazhan_box h3 {
    margin-bottom: 18px;
  }
  .innovate_fazhan .fazhan_box h3:after {
    max-width: 193.2px;
    left: 19.2px;
  }
  .innovate_renzheng {
    padding-top: 30px;
  }
  .innovate_renzheng .renzheng_left_text {
    padding: 40px 9px;
  }
  .innovate_renzheng .renzheng_left_text p {
    font-size: 14.4px;
    line-height: 27.6px;
  }
  .innovate_renzheng .renzheng_right_text {
    padding: 17.6px 0;
  }
  .innovate_renzheng .renzheng_right_text p {
    font-size: 12.6px;
    line-height: 25.2px;
  }
  .innovate_renzheng .renzheng_chejian .mySwiper {
    margin-top: 16px;
  }
  .innovate_renzheng .renzheng_chejian .chejian {
    padding: 16px 16px;
    height: 0;
  }
  .innovate_renzheng .renzheng_chejian .chejian:before, .innovate_renzheng .renzheng_chejian .chejian:after {
    font-size: 20px;
  }
  .innovate_shengchanxian {
    padding-top: 48px;
  }
  .innovate_shengchanxian .shengchanxian_box {
    padding: 0 15px;
  }
  .innovate_shengchanxian .shengchanxian_box ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text h5 {
    font-size: 15.4px;
  }
  .innovate_shengchanxian .shengchanxian_box ul li .scline_item .scline_item_text h6 {
    font-size: 14px;
  }
  .innovate_shili {
    padding-top: 45px;
    padding-bottom: 31px;
  }
}
@media (max-width: 413.98px) {
  .innovate_pinzhi {
    padding-top: 45px;
    padding-bottom: 28px;
  }
}
.yingxiao_guanggao {
  padding-top: 54px;
}
.yingxiao_guanggao p {
  font-size: 20px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.yingxiao_guanggao .guanggao_list {
  max-width: 1520px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 16px;
}
.yingxiao_guanggao .guanggao_list .guanggao_img, .yingxiao_guanggao .guanggao_list .guanggao_thumb {
  height: 594px;
}
.yingxiao_guanggao .guanggao_list .guanggao_thumb {
  padding: 50px 0;
}
.yingxiao_guanggao .guanggao_list .swiper-slide img {
  height: 100%;
  width: 100%;
}
.yingxiao_guanggao .guanggao_list .swiper-button-prev, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-next {
  left: 0;
  top: 0;
  width: 100%;
  background: #00b1ec;
  margin: 0;
}
.yingxiao_guanggao .guanggao_list .swiper-button-prev:after, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-next:after {
  transform: rotate(90deg);
  color: #fff;
}
.yingxiao_guanggao .guanggao_list .swiper-button-next, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-prev {
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  background: #00b1ec;
  margin: 0;
}
.yingxiao_guanggao .guanggao_list .swiper-button-next:after, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-prev:after {
  transform: rotate(90deg);
  color: #fff;
}
.yingxiao_guanggao .guanggao_list .swiper-button-next.swiper-button-disabled, .yingxiao_guanggao .guanggao_list .swiper-button-prev.swiper-button-disabled {
  background: #eeeeee;
  opacity: 1;
}
.yingxiao_guanggao .guanggao_list .swiper-button-next.swiper-button-disabled:after, .yingxiao_guanggao .guanggao_list .swiper-button-prev.swiper-button-disabled:after {
  color: #b3b3b3;
}

.yingxiao_zhanhui {
  padding-top: 80px;
}
.yingxiao_zhanhui p {
  font-size: 20px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.yingxiao_zhanhui .zhanhui_list {
  overflow: hidden;
}
.yingxiao_zhanhui .zhanhui_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yingxiao_zhanhui .zhanhui_list ul li {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 16px;
}
.yingxiao_zhanhui .zhanhui_list ul li img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.yingxiao_zhanhui .zhanhui_list ul li .zhanhui_text {
  position: absolute;
  background: #b9e3f9;
  width: 200%;
  margin-bottom: 0;
}
.yingxiao_zhanhui .zhanhui_list ul li .zhanhui_text p {
  margin-bottom: 0;
  color: #2752a3;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}
.yingxiao_zhanhui .zhanhui_list ul li .zhanhui_text p img {
  display: inline-block;
  vertical-align: text-bottom;
  width: auto;
  max-width: 100%;
  height: auto;
}

.yingxiao_weishi {
  padding-top: 74px;
  padding-bottom: 50px;
}
.yingxiao_weishi .weishi_list {
  position: relative;
}
.yingxiao_weishi .weishi_list:before {
  content: "";
  width: 100%;
  height: 290px;
  position: absolute;
  background: #00b1ec;
  top: 0;
}
.yingxiao_weishi .weishi_list .weishibox {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.yingxiao_weishi .weishi_list .weishibox .weishibox-left {
  padding-left: 8px;
  padding-right: 8px;
  width: 27%;
  position: relative;
}
.yingxiao_weishi .weishi_list .weishibox .weishibox-right {
  width: 73%;
  padding-left: 8px;
  padding-right: 8px;
}
.yingxiao_weishi .weishi_list .weishi-text {
  padding: 60px 0 50px 0px;
  margin-bottom: 38px;
  margin-top: 0;
}
.yingxiao_weishi .weishi_list .weishi-text h3 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.yingxiao_weishi .weishi_list .weishi-text h3:after {
  content: "";
  width: 27px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.yingxiao_weishi .weishi_list .weishi-text p {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
.yingxiao_weishi .weishi_list .row-weishi {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.yingxiao_weishi .weishi_list .row-weishi .weishi-2 {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}
.yingxiao_weishi .weishi_bottom {
  font-size: 20px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  .yingxiao_guanggao {
    padding-top: 48.6px;
  }
  .yingxiao_guanggao p {
    font-size: 18px;
    line-height: 32.4px;
  }
  .yingxiao_guanggao .guanggao_list .guanggao_img, .yingxiao_guanggao .guanggao_list .guanggao_thumb {
    height: 445.5px;
  }
  .yingxiao_guanggao .guanggao_list .guanggao_thumb {
    padding: 50px 0;
  }
  .yingxiao_zhanhui {
    padding-top: 72px;
  }
  .yingxiao_zhanhui p {
    font-size: 18px;
    line-height: 32.4px;
  }
  .yingxiao_zhanhui .zhanhui_list ul {
    justify-content: space-evenly;
  }
  .yingxiao_zhanhui .zhanhui_list ul li:last-child .zhanhui_text {
    width: 100%;
  }
  .yingxiao_weishi {
    padding-top: 66.6px;
    padding-bottom: 45px;
  }
  .yingxiao_weishi .weishi_list:before {
    content: "";
    width: 100%;
    height: 232px;
  }
  .yingxiao_weishi .weishi_list .weishibox .weishibox-left {
    width: 27%;
  }
  .yingxiao_weishi .weishi_list .weishibox .weishibox-right {
    width: 73%;
  }
  .yingxiao_weishi .weishi_list .weishi-text {
    padding: 42px 0 35px 0px;
    margin-bottom: 22px;
  }
  .yingxiao_weishi .weishi_list .weishi-text h3 {
    font-size: 27px;
    padding-bottom: 14.4px;
    margin-bottom: 14.4px;
  }
  .yingxiao_weishi .weishi_list .weishi-text h3:after {
    width: 27px;
  }
  .yingxiao_weishi .weishi_list .weishi-text p {
    font-size: 18px;
    line-height: 30.6px;
  }
  .yingxiao_weishi .weishi_list .row-weishi .weishi-2 {
    width: 20%;
  }
  .yingxiao_weishi .weishi_bottom {
    font-size: 18px;
    line-height: 32.4px;
    margin-top: 27px;
  }
}
@media (max-width: 991.98px) {
  .yingxiao_guanggao {
    padding-top: 43.2px;
  }
  .yingxiao_guanggao p {
    font-size: 16px;
    line-height: 28.8px;
  }
  .yingxiao_guanggao .king img {
    width: 70%;
  }
  .yingxiao_guanggao .guanggao_list .guanggao_img, .yingxiao_guanggao .guanggao_list .guanggao_thumb {
    height: 326.7px;
  }
  .yingxiao_guanggao .guanggao_list .guanggao_thumb {
    padding: 25px 0;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-next, .yingxiao_guanggao .guanggao_list .swiper-button-prev {
    height: 22px;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-next:after, .yingxiao_guanggao .guanggao_list .swiper-button-prev:after {
    font-size: 20px;
  }
  .yingxiao_zhanhui {
    padding-top: 64px;
  }
  .yingxiao_zhanhui p {
    font-size: 16px;
    line-height: 28.8px;
    height: 48px;
  }
  .yingxiao_zhanhui .zhanhui_list ul {
    justify-content: space-evenly;
  }
  .yingxiao_zhanhui .zhanhui_list ul li:last-child .zhanhui_text {
    width: 100%;
  }
  .yingxiao_weishi {
    padding-top: 59.2px;
    padding-bottom: 40px;
  }
  .yingxiao_weishi .weishi_list:before {
    content: "";
    width: 100%;
    height: 174px;
  }
  .yingxiao_weishi .weishi_list .weishibox .weishibox-left {
    width: 27%;
  }
  .yingxiao_weishi .weishi_list .weishibox .weishibox-right {
    width: 73%;
  }
  .yingxiao_weishi .weishi_list .weishi-text {
    padding: 18px 0 15px 0px;
    margin-bottom: 13.2px;
  }
  .yingxiao_weishi .weishi_list .weishi-text h3 {
    font-size: 24px;
    padding-bottom: 12.8px;
    margin-bottom: 12.8px;
  }
  .yingxiao_weishi .weishi_list .weishi-text h3:after {
    width: 27px;
  }
  .yingxiao_weishi .weishi_list .weishi-text p {
    font-size: 15px;
    line-height: 27.2px;
  }
  .yingxiao_weishi .weishi_list .row-weishi .weishi-2 {
    width: 20%;
  }
  .yingxiao_weishi .weishi_bottom {
    font-size: 16px;
    line-height: 28.8px;
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .yingxiao_guanggao {
    padding-top: 37.8px;
  }
  .yingxiao_guanggao p {
    font-size: 14px;
    line-height: 25.2px;
  }
  .yingxiao_guanggao .guanggao_list .guanggao_img {
    height: 386.1px;
  }
  .yingxiao_guanggao .guanggao_list .guanggao_thumb {
    margin-top: 16px;
    height: auto;
    padding: 0;
  }
  .yingxiao_guanggao .guanggao_list .guanggao_thumb img {
    height: auto;
    width: 100%;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-next:after, .yingxiao_guanggao .guanggao_list .swiper-button-prev:after {
    font-size: 30px;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-prev, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-next {
    left: 0;
    top: 50%;
    width: 44px;
    height: 88px;
    background: #00b1ec;
    margin: 0;
    margin-top: -44px;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-prev:after, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-next:after {
    transform: rotate(0deg);
    color: #fff;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-next, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-prev {
    right: 0;
    bottom: auto;
    top: 50%;
    height: 88px;
    width: 44px;
    background: #00b1ec;
    margin: 0;
    margin-top: -44px;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-next:after, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-prev:after {
    transform: rotate(0deg);
    color: #fff;
  }
  .yingxiao_zhanhui {
    padding-top: 64px;
  }
  .yingxiao_zhanhui p {
    font-size: 16px;
    line-height: 28.8px;
  }
  .yingxiao_zhanhui .zhanhui_list ul {
    justify-content: space-between;
  }
  .yingxiao_zhanhui .zhanhui_list ul li {
    padding-bottom: 38px;
    width: 50%;
  }
  .yingxiao_zhanhui .zhanhui_list ul li img {
    width: 100%;
  }
  .yingxiao_zhanhui .zhanhui_list ul li .zhanhui_text {
    width: 100%;
    position: static;
  }
  .yingxiao_zhanhui .zhanhui_list ul li:last-child .zhanhui_text {
    width: 100%;
  }
  .yingxiao_weishi {
    padding-top: 59.2px;
    padding-bottom: 40px;
  }
  .yingxiao_weishi .weishi_list:before {
    content: "";
    width: 100%;
    height: 217.5px;
  }
  .yingxiao_weishi .weishi_list .weishibox .weishibox-left {
    width: 50%;
  }
  .yingxiao_weishi .weishi_list .weishibox .weishibox-right {
    width: 50%;
  }
  .yingxiao_weishi .weishi_list .weishi-text {
    padding: 12px 0 15px 0px;
    margin-bottom: 13.2px;
  }
  .yingxiao_weishi .weishi_list .weishi-text h3 {
    font-size: 21px;
    padding-bottom: 11.2px;
    margin-bottom: 11.2px;
  }
  .yingxiao_weishi .weishi_list .weishi-text h3:after {
    width: 27px;
  }
  .yingxiao_weishi .weishi_list .weishi-text p {
    font-size: 14px;
    line-height: 23.8px;
  }
  .yingxiao_weishi .weishi_list .row-weishi {
    flex-wrap: wrap;
  }
  .yingxiao_weishi .weishi_list .row-weishi .weishi-2 {
    width: 30.333333%;
    margin-bottom: 10px;
  }
  .yingxiao_weishi .weishi_bottom {
    font-size: 16px;
    line-height: 28.8px;
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .yingxiao_guanggao {
    padding-top: 32.4px;
  }
  .yingxiao_guanggao p {
    font-size: 12px;
    line-height: 21.6px;
  }
  .yingxiao_guanggao .guanggao_list .guanggao_img {
    height: 237.6px;
  }
  .yingxiao_guanggao .guanggao_list .guanggao_thumb {
    margin-top: 16px;
    height: auto;
    padding: 0;
  }
  .yingxiao_guanggao .guanggao_list .guanggao_thumb img {
    height: auto;
    width: 100%;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-prev, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-next {
    left: 0;
    top: 50%;
    width: 22px;
    height: 44px;
    background: #00b1ec;
    margin: 0;
    margin-top: -22px;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-prev:after, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-next:after {
    transform: rotate(0deg);
    color: #fff;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-next, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-prev {
    right: 0;
    bottom: auto;
    top: 50%;
    height: 44px;
    width: 22px;
    background: #00b1ec;
    margin: 0;
    margin-top: -22px;
  }
  .yingxiao_guanggao .guanggao_list .swiper-button-next:after, .yingxiao_guanggao .guanggao_list .swiper-container-rtl .swiper-button-prev:after {
    transform: rotate(0deg);
    color: #fff;
  }
  .yingxiao_zhanhui {
    padding-top: 48px;
  }
  .yingxiao_zhanhui p {
    font-size: 12px;
    line-height: 21.6px;
  }
  .yingxiao_zhanhui .zhanhui_list ul {
    justify-content: space-between;
  }
  .yingxiao_zhanhui .zhanhui_list ul li {
    width: 50%;
  }
  .yingxiao_zhanhui .zhanhui_list ul li img {
    width: 100%;
  }
  .yingxiao_zhanhui .zhanhui_list ul li .zhanhui_text {
    width: 100%;
    position: static;
  }
  .yingxiao_zhanhui .zhanhui_list ul li:last-child .zhanhui_text {
    width: 100%;
  }
  .yingxiao_weishi {
    padding-top: 59.2px;
    padding-bottom: 40px;
  }
  .yingxiao_weishi .weishi_list:before {
    display: none;
  }
  .yingxiao_weishi .weishi_list .weishibox {
    flex-wrap: wrap;
  }
  .yingxiao_weishi .weishi_list .weishibox .weishibox-left {
    width: 100%;
  }
  .yingxiao_weishi .weishi_list .weishibox .weishibox-right {
    width: 100%;
  }
  .yingxiao_weishi .weishi_list .weishi-text {
    padding: 15px;
    margin-bottom: 13.2px;
    background: #00b1ec;
  }
  .yingxiao_weishi .weishi_list .weishi-text h3 {
    font-size: 21px;
    padding-bottom: 11.2px;
    margin-bottom: 11.2px;
  }
  .yingxiao_weishi .weishi_list .weishi-text h3:after {
    width: 27px;
  }
  .yingxiao_weishi .weishi_list .weishi-text p {
    font-size: 14px;
    line-height: 23.8px;
  }
  .yingxiao_weishi .weishi_list .row-weishi {
    flex-wrap: wrap;
  }
  .yingxiao_weishi .weishi_list .row-weishi .weishi-2 {
    width: 33.333333%;
    margin-bottom: 10px;
  }
  .yingxiao_weishi .weishi_bottom {
    font-size: 14px;
    line-height: 25.2px;
    margin-top: 21px;
  }
}
.content-main {
  padding-top: 100px;
}
.content-main .product_top .product-img {
  margin-bottom: 22px;
}
.content-main .product_top .product-img img {
  border: 2px solid #9fe2f8;
}
.content-main .product_top .product-img img[src=""], .content-main .product_top .product-img img:not([src]) {
  border: none;
}
.content-main .product_top .product-img .product-hot {
  position: absolute;
  left: 30px;
  top: -10px;
  max-width: 130px;
}
.content-main .product_top .product-img .product-hot img {
  border: none;
  max-width: 100%;
}
.content-main .product_top .product-img .product-imglist {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-main .product_top .product-img .product-imglist .active img {
  border-color: #00b1ec;
}
.content-main .product_top .product-text .content-producy-tit {
  border-bottom: 1px solid #efefef;
}
.content-main .product_top .product-text .content-producy-tit h2 {
  font-size: 32px;
  color: #00b1ec;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 26px;
}
.content-main .product_top .product-text .content-producy-tit h2:before {
  content: "▶";
  position: absolute;
  width: 10px;
  height: 10px;
  color: #00b1ec;
  left: 0;
  font-size: 14px;
  bottom: 0;
}
.content-main .product_top .product-text .content-producy-tit h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 95%;
  border-bottom: 1px solid #00b1ec;
  left: 5%;
}
.content-main .product_top .product-text .content-producy-tit h4 {
  font-size: 17px;
  font-weight: 500;
}
.content-main .product_top .product-text .content-producy-tit .text-p {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #00b1ec;
}
.content-main .product_top .product-text .content-product-doc {
  padding: 27px 0;
}
.content-main .product_top .product-text .content-product-doc table {
  display: block;
}
.content-main .product_top .product-text .content-product-doc table tbody {
  display: flex;
  flex-wrap: wrap;
}
.content-main .product_top .product-text .content-product-doc table tbody tr {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  padding: 26px 0;
  text-align: center;
}
.content-main .product_top .product-text .content-product-doc table tbody tr td {
  width: 100%;
  display: block;
  text-align: center;
  color: #16b8ed;
  font-size: 18px;
}
.content-main .product_top .product-text .content-product-doc table tbody tr td b {
  font-weight: 400;
}
.content-main .product_top .product-text .content-product-doc table tbody tr td:first-child {
  margin-bottom: 10px;
}
.content-main .product_top .product-text .content-product-doc table tbody tr td:last-child {
  border: 1px solid #16b8ed;
  display: inline-block;
  width: auto;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
}
.content-main .product_top .product-text .content-product-doc table tbody tr:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #c4c4c4;
  left: 0;
  right: 0;
  top: -5px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
}
.content-main .product_top .product-text .content-product-doc table tbody tr:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #c4c4c4;
  left: 0;
  right: 0;
  top: -2px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
}
.content-main .product_top .product-text .content-product-doc table tbody tr:nth-child(1) {
  box-shadow: 0px 0px 9px rgba(142, 180, 196, 0.2);
}
.content-main .product_top .product-text .content-product-doc table tbody tr:nth-child(1):before {
  border-color: #16b8ed;
}
.content-main .product_top .product-text .content-product-doc table tbody tr:nth-child(1):after {
  background: #16b8ed;
}
.content-main .product_top .product-text .content-product-doc table tbody tr:nth-child(1) td:last-child {
  background: #16b8ed;
  color: #fff;
}
.content-main .product_top .product-text .content-product-doc table tbody tr:nth-child(1) {
  order: 2;
}
.content-main .product_top .product-text .content-product-doc table tbody tr:nth-child(2) {
  order: 1;
}
.content-main .product_top .product-text .content-product-doc table tbody tr:nth-child(3) {
  order: 3;
}
.content-main .product_top .product-text .content-producy-time {
  box-shadow: 0px 0px 9px rgba(142, 180, 196, 0.2);
}
.content-main .product_top .product-text .content-producy-time ul {
  display: flex;
  position: relative;
  padding: 20px 0;
}
.content-main .product_top .product-text .content-producy-time ul:before {
  content: "";
  border: 1px solid #00b1ec;
  width: 1px;
  height: 44px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content-main .product_top .product-text .content-producy-time ul li {
  width: 50%;
  text-align: center;
  font-weight: 500;
  color: #00b1ec;
  font-size: 20px;
}
.content-main .product_top .product-text .content-producy-info {
  margin-top: 16px;
}
.content-main .product_top .product-text .content-producy-info .product_tel {
  max-width: 124px;
}
.content-main .product_top .product-text .content-producy-info ul li {
  background-repeat: no-repeat;
  background-position: right;
  font-size: 16px;
  color: #615f5f;
  margin-bottom: 18px;
}
.content-main .product_top .product-text .content-producy-info ul li.info_tel {
  background-image: url(../img/ico-tel.jpg);
}
.content-main .product_top .product-text .content-producy-info ul li.info_pen {
  background-image: url(../img/ico-pen.jpg);
}
.content-main .product_top .product-text .content-producy-info ul li.info_message {
  background-image: url(../img/ico-message.jpg);
}
.content-main .product_top .product-text .content-producy-info ul li a {
  font-size: 16px;
  color: #615f5f;
  width: 100%;
  display: block;
}
.content-main .product_top .product-text .content-producy-info ul li a:hover {
  color: #00b1ec;
}
.content-main .product_top .product-text .content-producy-info2 .product_tel {
  max-width: 124px;
}
.content-main .product_top .product-text .content-producy-info2 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
}
.content-main .product_top .product-text .content-producy-info2 ul li {
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.content-main .product_top .product-text .content-producy-info2 ul li img {
  margin-right: 14px;
}
.content-main .product_top .product-text .content-producy-info2 ul li a {
  font-size: 16px;
  color: #615f5f;
}
.content-main .scene_img_list ul {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.content-main .scene_img_list ul li {
  width: 20%;
  padding: 0 8px;
}
.content-main .product-content-box {
  margin-top: 28px;
  margin-bottom: 28px;
}
.content-main .product-content-box h1 {
  font-size: 40px;
  line-height: 72px;
  color: #fff;
  font-weight: 500;
  background: #00b1ec;
  text-align: center;
  margin-bottom: 0;
}
.content-main .product-content-box .product-content-text {
  border: 2px solid #00b1ec;
}
.content-main .product-content-box .product-content-text table {
  margin-bottom: 0;
}
.content-main .hot-title, .content-main .related-video-title, .content-main .related-book-title {
  text-align: center;
}
.content-main .hot-title h3, .content-main .related-video-title h3, .content-main .related-book-title h3 {
  font-size: 26px;
  font-weight: normal;
  color: #00b1ec;
  display: inline-block;
  padding: 16px 16px;
  margin-bottom: 0;
  position: relative;
}
.content-main .hot-title h3:before, .content-main .hot-title h3:after, .content-main .related-video-title h3:before, .content-main .related-video-title h3:after, .content-main .related-book-title h3:before, .content-main .related-book-title h3:after {
  content: "";
  border-bottom: 1px dashed #00b1ec;
  width: 90px;
  position: absolute;
  top: 50%;
  margin: auto;
}
.content-main .hot-title h3:before, .content-main .related-video-title h3:before, .content-main .related-book-title h3:before {
  left: 100%;
}
.content-main .hot-title h3:after, .content-main .related-video-title h3:after, .content-main .related-book-title h3:after {
  right: 100%;
}
.content-main .hot-product .hot-list {
  padding-bottom: 42px;
}
.content-main .hot-product .hot-list ul {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}
.content-main .hot-product .hot-list ul li {
  width: 20%;
  padding: 0 6px;
}
.content-main .hot-product .hot-list ul li .hot-item {
  border: 1px solid #00b1ec;
  height: 100%;
}
.content-main .hot-product .hot-list ul li .hot-item p {
  font-size: 18px;
  padding: 10px 6px;
  margin-bottom: 0;
  text-align: center;
}
.content-main .hot-product .hot-list ul li .hot-item a {
  color: #050505;
}
.content-main .related-video .mySwiper2, .content-main .related-video .mySwiper {
  height: 564px;
}
.content-main .related-video .mySwiper2 .swiper-button-next, .content-main .related-video .mySwiper2 .swiper-button-prev {
  height: 100%;
  width: 40px;
  top: 0;
  margin-top: 0;
}
.content-main .related-video .mySwiper2 .swiper-button-next:after, .content-main .related-video .mySwiper2 .swiper-button-prev:after {
  color: #cdc8c8;
  font-weight: bold;
}
.content-main .related-video .mySwiper2 .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
}
.content-main .related-video .mySwiper2 .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/video-play.png);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 50% 50%;
  background-size: 70px;
}
.content-main .related-video .mySwiper2 .swiper-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.content-main .related-video .mySwiper .swiper-slide img {
  height: 100%;
}
.content-main .related-video .mySwiper .swiper-slide-thumb-active img {
  border: 4px solid #00b1ec;
}
.content-main .related-book .news_top_item {
  background: #FFFFFF;
  padding: 6px;
  box-shadow: 0px 0px 9px rgba(142, 180, 196, 0.2);
  height: 100%;
}
.content-main .related-book .news_top_item .new_img {
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-main .related-book .news_top_item .new_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.content-main .related-book .news_top_item .new_text {
  margin-bottom: 26px;
}
.content-main .related-book .news_top_item .new_text h3 {
  padding: 0 16px;
  margin: 20px 0;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  height: 56px;
  font-weight: 500;
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content-main .related-book .news_top_item .new_text p {
  border-top: solid 1px #4b4b4b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
  margin: 5px;
  color: #4b4b4b;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 18%;
    max-width: 18%;
  }
  .col-xl-9 {
    flex: 0 0 77%;
    max-width: 77%;
  }
}
@media (max-width: 1199.98px) {
  .content-main {
    padding-top: 80px;
  }
  .content-main .product_top .product-img {
    margin-bottom: 22px;
  }
  .content-main .product_top .product-img .product-hot {
    left: 27px;
    top: -10px;
    max-width: 104px;
  }
  .content-main .product_top .product-text .content-producy-tit h2 {
    font-size: 27.2px;
    padding-bottom: 12.8px;
    margin-bottom: 18.2px;
  }
  .content-main .product_top .product-text .content-producy-tit h2:before {
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
  .content-main .product_top .product-text .content-producy-tit h4 {
    font-size: 15.3px;
  }
  .content-main .product_top .product-text .content-producy-tit .text-p {
    font-size: 14.4px;
    line-height: 18.2px;
    margin-bottom: 11.2px;
  }
  .content-main .product_top .product-text .content-product-doc {
    padding: 21.6px 0;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr {
    padding: 18.2px 0;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td {
    font-size: 16.2px;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td:first-child {
    margin-bottom: 10px;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td:last-child {
    padding: 0 18px;
    border-radius: 18px;
    font-size: 14.4px;
  }
  .content-main .product_top .product-text .content-producy-time ul {
    padding: 16px 0;
  }
  .content-main .product_top .product-text .content-producy-time ul:before {
    height: 39.6px;
  }
  .content-main .product_top .product-text .content-producy-time ul li {
    width: 50%;
    font-size: 18px;
  }
  .content-main .product_top .product-text .content-producy-info {
    margin-top: 12.8px;
  }
  .content-main .product_top .product-text .content-producy-info .product_tel {
    max-width: 99.2px;
  }
  .content-main .product_top .product-text .content-producy-info ul li {
    font-size: 14.4px;
    margin-bottom: 12.6px;
  }
  .content-main .product_top .product-text .content-producy-info ul li a {
    font-size: 14.4px;
  }
  .content-main .product_top .product-text .content-producy-info2 .product_tel {
    max-width: 99.2px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul {
    padding: 10px 7.5px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li {
    padding: 0 9.6px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li img {
    margin-right: 8.4px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li a {
    font-size: 14.4px;
  }
  .content-main .product-content-box {
    margin-top: 25.2px;
    margin-bottom: 25.2px;
  }
  .content-main .product-content-box h1 {
    font-size: 36px;
    line-height: 64.8px;
  }
  .content-main .hot-title h3, .content-main .related-video-title h3, .content-main .related-book-title h3 {
    font-size: 23.4px;
    padding: 14.4px 16px;
  }
  .content-main .hot-title h3:before, .content-main .hot-title h3:after, .content-main .related-video-title h3:before, .content-main .related-video-title h3:after, .content-main .related-book-title h3:before, .content-main .related-book-title h3:after {
    width: 90px;
  }
  .content-main .hot-product .hot-list {
    padding-bottom: 37.8px;
  }
  .content-main .hot-product .hot-list ul li {
    width: 20%;
    padding: 0 6px;
  }
  .content-main .hot-product .hot-list ul li .hot-item p {
    font-size: 16.2px;
    padding: 9px 5.4px;
  }
  .content-main .related-video .mySwiper2, .content-main .related-video .mySwiper {
    height: 460px;
  }
  .content-main .related-video .mySwiper2 .swiper-slide:before {
    background-size: 60px;
  }
  .content-main .related-book .news_top_item .new_img {
    height: 224px;
  }
  .content-main .related-book .news_top_item .new_text {
    margin-bottom: 23.4px;
  }
  .content-main .related-book .news_top_item .new_text h3 {
    font-size: 20.8px;
    line-height: 22.4px;
    height: 44.8px;
    padding: 0 8px;
  }
}
@media (max-width: 991.98px) {
  .content-main {
    padding-top: 60px;
  }
  .content-main .product_top .product-img {
    margin-bottom: 17.6px;
  }
  .content-main .product_top .product-img .list_thumb {
    order: 2;
    margin-top: 8px;
  }
  .content-main .product_top .product-img .list_img {
    order: 1;
  }
  .content-main .product_top .product-img .product-hot {
    left: 24px;
    top: -10px;
    max-width: 78px;
  }
  .content-main .product_top .product-img .product-imglist {
    flex-direction: unset;
  }
  .content-main .product_top .product-img .product-imglist li {
    width: 24%;
  }
  .content-main .product_top .product-text .content-producy-tit h2 {
    font-size: 22.4px;
    padding-bottom: 12.8px;
    margin-bottom: 18.2px;
  }
  .content-main .product_top .product-text .content-producy-tit h2:before {
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
  .content-main .product_top .product-text .content-producy-tit h4 {
    font-size: 15.3px;
  }
  .content-main .product_top .product-text .content-producy-tit .text-p {
    font-size: 14.4px;
    line-height: 15.6px;
    margin-bottom: 9.6px;
  }
  .content-main .product_top .product-text .content-product-doc {
    padding: 16.2px 0;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr {
    padding: 18.2px 0;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td {
    font-size: 14.4px;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td:first-child {
    margin-bottom: 10px;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td:last-child {
    padding: 0 14.4px;
    border-radius: 18px;
    font-size: 13.6px;
  }
  .content-main .product_top .product-text .content-producy-time ul {
    padding: 14px 0;
  }
  .content-main .product_top .product-text .content-producy-time ul:before {
    height: 35.2px;
  }
  .content-main .product_top .product-text .content-producy-time ul li {
    width: 50%;
    font-size: 16px;
  }
  .content-main .product_top .product-text .content-producy-info {
    margin-top: 12.8px;
  }
  .content-main .product_top .product-text .content-producy-info .product_tel {
    max-width: 99.2px;
  }
  .content-main .product_top .product-text .content-producy-info ul li {
    font-size: 14.4px;
    margin-bottom: 12.6px;
    background-size: 18px;
  }
  .content-main .product_top .product-text .content-producy-info ul li a {
    font-size: 14.4px;
  }
  .content-main .product_top .product-text .content-producy-info2 .product_tel {
    max-width: 74.4px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul {
    padding: 10px 0px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li {
    padding: 0 6.4px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li img {
    margin-right: 2.8px;
    max-width: 18px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li a {
    font-size: 12.8px;
  }
  .content-main .product-content-box {
    margin-top: 19.6px;
    margin-bottom: 19.6px;
  }
  .content-main .product-content-box h1 {
    font-size: 28px;
    line-height: 50.4px;
  }
  .content-main .hot-title h3, .content-main .related-video-title h3, .content-main .related-book-title h3 {
    font-size: 18.2px;
    padding: 12.8px 16px;
  }
  .content-main .hot-title h3:before, .content-main .hot-title h3:after, .content-main .related-video-title h3:before, .content-main .related-video-title h3:after, .content-main .related-book-title h3:before, .content-main .related-book-title h3:after {
    width: 72px;
  }
  .content-main .hot-product .hot-list {
    padding-bottom: 33.6px;
  }
  .content-main .hot-product .hot-list ul li {
    width: 20%;
    padding: 0 6px;
  }
  .content-main .hot-product .hot-list ul li .hot-item p {
    font-size: 14.4px;
    padding: 8px 4.8px;
  }
  .content-main .related-video .mySwiper2 {
    height: 390px;
  }
  .content-main .related-video .mySwiper {
    height: auto;
  }
  .content-main .related-video .mySwiper2 .swiper-slide:before {
    background-size: 50px;
  }
  .content-main .related-book .news_top_item .new_img {
    height: 196px;
  }
  .content-main .related-book .news_top_item .new_text {
    margin-bottom: 23.4px;
  }
  .content-main .related-book .news_top_item .new_text h3 {
    font-size: 20.8px;
    line-height: 22.4px;
    height: 44.8px;
    padding: 0 8px;
  }
}
@media (max-width: 767.98px) {
  .content-main {
    padding-top: 40px;
  }
  .content-main .product_top .product-img {
    margin-bottom: 17.6px;
  }
  .content-main .product_top .product-img .list_thumb {
    order: 2;
    margin-top: 8px;
  }
  .content-main .product_top .product-img .list_img {
    order: 1;
  }
  .content-main .product_top .product-img .product-hot {
    left: 24px;
    top: -8px;
    max-width: 78px;
  }
  .content-main .product_top .product-img .product-imglist {
    flex-direction: unset;
  }
  .content-main .product_top .product-img .product-imglist li {
    width: 24%;
  }
  .content-main .product_top .product-text .content-producy-tit h2 {
    font-size: 22.4px;
    padding-bottom: 12.8px;
    margin-bottom: 18.2px;
  }
  .content-main .product_top .product-text .content-producy-tit h2:before {
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
  .content-main .product_top .product-text .content-producy-tit h4 {
    font-size: 15.3px;
  }
  .content-main .product_top .product-text .content-producy-tit .text-p {
    font-size: 14.4px;
    line-height: 15.6px;
    margin-bottom: 9.6px;
  }
  .content-main .product_top .product-text .content-product-doc {
    padding: 16.2px 0;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr {
    padding: 18.2px 0;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td {
    font-size: 14.4px;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td:first-child {
    margin-bottom: 10px;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td:last-child {
    padding: 0 14.4px;
    border-radius: 18px;
    font-size: 13.6px;
  }
  .content-main .product_top .product-text .content-producy-time ul {
    padding: 14px 0;
  }
  .content-main .product_top .product-text .content-producy-time ul:before {
    height: 35.2px;
  }
  .content-main .product_top .product-text .content-producy-time ul li {
    width: 50%;
    font-size: 16px;
  }
  .content-main .product_top .product-text .content-producy-info {
    margin-top: 12.8px;
  }
  .content-main .product_top .product-text .content-producy-info .product_tel {
    max-width: 99.2px;
  }
  .content-main .product_top .product-text .content-producy-info ul li {
    font-size: 14.4px;
    margin-bottom: 12.6px;
    background-size: 18px;
  }
  .content-main .product_top .product-text .content-producy-info ul li a {
    font-size: 14.4px;
  }
  .content-main .product_top .product-text .content-producy-info2 .product_tel {
    max-width: 86.8px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul {
    padding: 10px 0px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li {
    padding: 0 9.6px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li img {
    margin-right: 4.2px;
    max-width: 18px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li a {
    font-size: 12.8px;
  }
  .content-main .product-content-box {
    margin-top: 19.6px;
    margin-bottom: 19.6px;
  }
  .content-main .product-content-box h1 {
    font-size: 24px;
    line-height: 50.4px;
  }
  .content-main .product-content-box .product-content-text {
    font-size: 14px;
  }
  .content-main .hot-title h3, .content-main .related-video-title h3, .content-main .related-book-title h3 {
    font-size: 18.2px;
    padding: 12.8px 16px;
  }
  .content-main .hot-title h3:before, .content-main .hot-title h3:after, .content-main .related-video-title h3:before, .content-main .related-video-title h3:after, .content-main .related-book-title h3:before, .content-main .related-book-title h3:after {
    width: 72px;
  }
  .content-main .hot-product .hot-list {
    padding-bottom: 33.6px;
  }
  .content-main .hot-product .hot-list ul li {
    width: 25%;
    padding: 0 6px;
  }
  .content-main .hot-product .hot-list ul li .hot-item p {
    font-size: 14.4px;
    padding: 8px 4.8px;
  }
  .content-main .hot-product .hot-list ul li:last-child {
    display: none;
  }
  .content-main .related-video .mySwiper2 {
    height: 290px;
  }
  .content-main .related-video .mySwiper2 .swiper-slide:before {
    background-size: 40px;
  }
  .content-main .related-book .news_top_item .new_text {
    margin-bottom: 23.4px;
  }
  .content-main .related-book .news_top_item .new_text h3 {
    font-size: 18.2px;
    line-height: 19.6px;
    height: 39.2px;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .content-main {
    padding-top: 20px;
  }
  .content-main .product_top .product-img {
    margin-bottom: 17.6px;
  }
  .content-main .product_top .product-img .list_thumb {
    order: 2;
    margin-top: 8px;
  }
  .content-main .product_top .product-img .list_img {
    order: 1;
  }
  .content-main .product_top .product-img .product-hot {
    left: 24px;
    top: -5px;
    max-width: 52px;
  }
  .content-main .product_top .product-img .product-imglist {
    flex-direction: unset;
  }
  .content-main .product_top .product-img .product-imglist li {
    width: 24%;
  }
  .content-main .product_top .product-text .content-producy-tit h2 {
    font-size: 22.4px;
    padding-bottom: 12.8px;
    margin-bottom: 18.2px;
  }
  .content-main .product_top .product-text .content-producy-tit h2:before {
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
  .content-main .product_top .product-text .content-producy-tit h4 {
    font-size: 15.3px;
  }
  .content-main .product_top .product-text .content-producy-tit .text-p {
    font-size: 14.4px;
    line-height: 15.6px;
    margin-bottom: 9.6px;
  }
  .content-main .product_top .product-text .content-product-doc {
    padding: 16.2px 0;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr {
    padding: 18.2px 0;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td {
    font-size: 14.4px;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td:first-child {
    margin-bottom: 10px;
  }
  .content-main .product_top .product-text .content-product-doc table tbody tr td:last-child {
    padding: 0 14.4px;
    border-radius: 18px;
    font-size: 13.6px;
  }
  .content-main .product_top .product-text .content-producy-time ul {
    padding: 14px 0;
  }
  .content-main .product_top .product-text .content-producy-time ul:before {
    height: 35.2px;
  }
  .content-main .product_top .product-text .content-producy-time ul li {
    width: 50%;
    font-size: 16px;
  }
  .content-main .product_top .product-text .content-producy-info {
    margin-top: 12.8px;
  }
  .content-main .product_top .product-text .content-producy-info .product_tel {
    max-width: 99.2px;
  }
  .content-main .product_top .product-text .content-producy-info ul li {
    font-size: 14.4px;
    margin-bottom: 12.6px;
    background-size: 18px;
  }
  .content-main .product_top .product-text .content-producy-info ul li a {
    font-size: 14.4px;
  }
  .content-main .product_top .product-text .content-producy-info2 .product_tel {
    max-width: 86.8px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul {
    padding: 10px 0px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li {
    padding: 0 9.6px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li img {
    margin-right: 4.2px;
    max-width: 18px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li a {
    font-size: 12.8px;
  }
  .content-main .scene_img_list ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .content-main .scene_img_list ul li {
    width: 33.333%;
  }
  .content-main .product-content-box {
    margin-top: 19.6px;
    margin-bottom: 19.6px;
  }
  .content-main .product-content-box h1 {
    font-size: 20px;
    line-height: 50.4px;
  }
  .content-main .product-content-box .product-content-text {
    font-size: 14px;
  }
  .content-main .hot-title h3, .content-main .related-video-title h3, .content-main .related-book-title h3 {
    font-size: 18.2px;
    padding: 12.8px 16px;
  }
  .content-main .hot-title h3:before, .content-main .hot-title h3:after, .content-main .related-video-title h3:before, .content-main .related-video-title h3:after, .content-main .related-book-title h3:before, .content-main .related-book-title h3:after {
    width: 72px;
  }
  .content-main .hot-product .hot-list {
    padding-bottom: 16.8px;
  }
  .content-main .hot-product .hot-list ul {
    flex-wrap: wrap;
  }
  .content-main .hot-product .hot-list ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .content-main .hot-product .hot-list ul li .hot-item p {
    font-size: 14.4px;
    padding: 8px 4.8px;
  }
  .content-main .hot-product .hot-list ul li:last-child {
    display: none;
  }
  .content-main .related-video .mySwiper2 {
    height: 200px;
  }
  .content-main .related-video .mySwiper2 .swiper-slide:before {
    background-size: 40px;
  }
  .content-main .related-book .news_top_item .new_text h3 {
    text-align: left;
  }
}
@media (max-width: 413.98px) {
  .content-main .product_top .product-text .content-producy-info2 .product_tel {
    max-width: 86.8px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul {
    padding: 10px 0px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li {
    padding: 0 3.2px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li img {
    margin-right: 4.2px;
    max-width: 18px;
  }
  .content-main .product_top .product-text .content-producy-info2 ul li a {
    font-size: 12.8px;
  }
}
.products_list_top {
  background-image: url(../img/index/index_brand_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 60px 0px;
}
.products_list_top .brand_text {
  max-width: 1010px;
  margin: 0 auto;
}
.products_list_top .brand_text p {
  font-size: 20px;
  line-height: 40px;
  color: #5b5b5b;
  margin-bottom: 0;
}

.products_list_bottom {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 600px;
}
.products_list_bottom .container-list-box {
  max-width: 1444.98px;
  margin: 0 auto;
  padding: 0 15px;
}
.products_list_bottom .pro-list-title {
  background-position: right;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  background-size: 45% auto;
  padding-top: 70px;
  padding-bottom: 100px;
}
.products_list_bottom .pro-list-title .pro_text_box {
  margin-bottom: 30px;
}
.products_list_bottom .pro-list-title .pro_text_box .text-logo {
  max-width: 108px;
}
.products_list_bottom .pro-list-title .pro_text_box .series-explain-box p {
  display: none;
}
.products_list_bottom .pro-list-title .pro_text_box .series-explain-box p.active {
  display: block;
}
.products_list_bottom .pro-list-title .pro_text_box h5 {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
}
.products_list_bottom .pro-list-title .pro_text_box p {
  font-size: 22px;
  line-height: 40px;
  color: #515151;
  margin-bottom: 0;
  max-width: 640px;
}
.products_list_bottom .pro-list-title .line_box ul {
  z-index: 9;
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
}
.products_list_bottom .pro-list-title .line_box ul li {
  position: relative;
  transition: all 0.31s ease;
  z-index: 2;
}
.products_list_bottom .pro-list-title .line_box ul li a {
  font-size: 44px;
  padding: 40px 30px;
  font-weight: 900;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}
.products_list_bottom .pro-list-title .line_box ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 32px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  opacity: 0;
  box-shadow: 5px 5px 6px rgba(125, 177, 216, 0.95);
  transition: all 0.31s ease;
}
.products_list_bottom .pro-list-title .line_box ul li:after {
  content: "";
  width: 2px;
  height: 60%;
  position: absolute;
  right: 0;
  background: #c9c8c8;
  top: 50%;
  transform: translateY(-50%);
}
.products_list_bottom .pro-list-title .line_box ul li:last-child:after {
  display: none;
}
.products_list_bottom .pro-list-title .line_box ul li:hover, .products_list_bottom .pro-list-title .line_box ul li.active {
  z-index: 5;
}
.products_list_bottom .pro-list-title .line_box ul li:hover a, .products_list_bottom .pro-list-title .line_box ul li.active a {
  color: #fff;
  background: none;
}
.products_list_bottom .pro-list-title .line_box ul li:hover:before, .products_list_bottom .pro-list-title .line_box ul li.active:before {
  opacity: 0.8;
}
.products_list_bottom .pro-list-title .line_box ul li:hover:after, .products_list_bottom .pro-list-title .line_box ul li.active:after {
  display: none;
}
.products_list_bottom .pro-list-box {
  padding-top: 138px;
}
.products_list_bottom .pro-list-box .row-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.products_list_bottom .pro-list-box .tab-box-item {
  display: none;
}
.products_list_bottom .pro-list-box .tab-box-item.active {
  display: block;
}
.products_list_bottom .pro-list-box .tab-box-item .tab-assort-box .tab-assort-item {
  display: none;
}
.products_list_bottom .pro-list-box .tab-box-item .tab-assort-box .tab-assort-item.active {
  display: block;
}
.products_list_bottom .pro-list-box .list_item {
  margin-bottom: 50px;
  overflow: hidden;
}
.products_list_bottom .pro-list-box .list_item .item_img {
  overflow: hidden;
}
.products_list_bottom .pro-list-box .list_item p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
}
.products_list_bottom .pro-list-box .list_item img {
  filter: contrast(90%);
  position: relative;
  transition: all 0.4s linear;
}
.products_list_bottom .pro-list-box .list_item:hover img {
  transform: scale(1.2);
  filter: contrast(100%);
}
.products_list_bottom .pro-list-pagination {
  font-size: 0;
}
.products_list_bottom .pro-list-pagination .pagination {
  flex-wrap: wrap;
}
.products_list_bottom .pro-list-pagination a {
  font-size: 16px;
  line-height: 0;
  padding: 18px 20px;
  background: #EEEEEE;
  color: #4b4b4b;
  margin: 6px;
}
.products_list_bottom .pro-list-pagination a b {
  padding: 0;
  background: none;
  color: inherit;
}
.products_list_bottom .pro-list-pagination a:hover {
  background: #00b1ec;
  color: #fff;
}
.products_list_bottom .pro-list-pagination b, .products_list_bottom .pro-list-pagination span {
  font-size: 16px;
  line-height: 0;
  padding: 18px 20px;
  background: #00b1ec;
  color: #fff;
  margin: 6px 0;
}
.products_list_bottom .pro-line-title {
  margin: 30px 0;
}
.products_list_bottom .pro-line-title ul {
  display: none;
  flex-wrap: wrap;
}
.products_list_bottom .pro-line-title ul.active {
  display: flex;
}
.products_list_bottom .pro-line-title ul li a {
  font-size: 18px;
  color: #4b4b4b;
  background: #EEEEEE;
  margin: 6px;
  padding: 10px 20px;
}
.products_list_bottom .pro-line-title ul li:hover a {
  color: #fff;
}

.joby {
  background-image: url(../img/brand-bg/bg-joby.png);
}
.joby .pro-list-title {
  background-image: url(../img/brand-nav/pro-brand-nav-joby.jpg);
}
.joby .pro-list-title .pro_text_box h5 {
  color: #00a84d;
}
.joby .pro-list-title .line_box ul li a {
  color: #00a84d;
}
.joby .pro-list-title .line_box ul li:before {
  background: #00a84d;
}
.joby .pro-list-box .list_item p {
  background: #33b971;
}
.joby .pro-list-pagination b {
  background: #00a84d;
}
.joby .pro-list-pagination a:hover {
  background: #00a84d;
}
.joby .pro-line-title ul li:hover a {
  background: #00a84d;
}
.joby .pro-line-title ul li.active a {
  background: #00a84d;
  color: #fff;
}

.cleace {
  background-image: url(../img/brand-bg/bg-cleace.png);
}
.cleace .pro-list-title {
  background-image: url(../img/brand-nav/pro-brand-nav-cleace.jpg);
}
.cleace .pro-list-title .pro_text_box h5 {
  color: #f19333;
}
.cleace .pro-list-title .line_box ul li a {
  color: #ee7800;
}
.cleace .pro-list-title .line_box ul li:before {
  background: #ee7800;
}
.cleace .pro-list-box .list_item p {
  background: #ee7800;
}
.cleace .pro-list-pagination b {
  background: #ee7800;
}
.cleace .pro-list-pagination a:hover {
  background: #ee7800;
}
.cleace .pro-line-title ul li:hover a {
  background: #ee7800;
}
.cleace .pro-line-title ul li.active a {
  background: #ee7800;
  color: #fff;
}

.jinling {
  background-image: url(../img/brand-bg/bg-jinling.png);
}
.jinling .pro-list-title {
  background-image: url(../img/brand-nav/pro-brand-nav-jinling.jpg);
}
.jinling .pro-list-title .pro_text_box h5 {
  color: #21bdc4;
}
.jinling .pro-list-title .line_box ul li a {
  color: #4dcad0;
}
.jinling .pro-list-title .line_box ul li:before {
  background: #4dcad0;
}
.jinling .pro-list-box .list_item p {
  background: #21bdc4;
}
.jinling .pro-list-pagination b {
  background: #21bdc4;
}
.jinling .pro-list-pagination a:hover {
  background: #21bdc4;
}
.jinling .pro-line-title ul li:hover a {
  background: #21bdc4;
}
.jinling .pro-line-title ul li.active a {
  background: #21bdc4;
  color: #fff;
}

.lieshou {
  background-image: url(../img/brand-bg/bg-lieshou.png);
}
.lieshou .pro-list-title {
  background-image: url(../img/brand-nav/pro-brand-nav-lieshou.jpg);
}
.lieshou .pro-list-title .pro_text_box h5 {
  color: #3f9c49;
}
.lieshou .pro-list-title .line_box ul li a {
  color: #3f9c49;
}
.lieshou .pro-list-title .line_box ul li:before {
  background: #3f9c49;
}
.lieshou .pro-list-box .list_item p {
  background: #3f9c49;
}
.lieshou .pro-list-pagination b {
  background: #3f9c49;
}
.lieshou .pro-list-pagination a:hover {
  background: #3f9c49;
}
.lieshou .pro-line-title ul li:hover a {
  background: #3f9c49;
}
.lieshou .pro-line-title ul li.active a {
  background: #3f9c49;
  color: #fff;
}

.suning {
  background-image: url(../img/brand-bg/bg-suning.png);
}
.suning .pro-list-title {
  background-image: url(../img/brand-nav/pro-brand-nav-suning.jpg);
}
.suning .pro-list-title .pro_text_box h5 {
  color: #215295;
}
.suning .pro-list-title .line_box ul li a {
  color: #215295;
}
.suning .pro-list-title .line_box ul li:before {
  background: #215295;
}
.suning .pro-list-box .list_item p {
  background: #215295;
}
.suning .pro-list-pagination b {
  background: #215295;
}
.suning .pro-list-pagination a:hover {
  background: #215295;
}
.suning .pro-line-title ul li:hover a {
  background: #215295;
}
.suning .pro-line-title ul li.active a {
  background: #215295;
  color: #fff;
}

.bububear {
  background-image: url(../img/brand-bg/bg-bububear.png);
}
.bububear .pro-list-title {
  background-image: url(../img/brand-nav/pro-brand-nav-bububear.jpg);
}
.bububear .pro-list-title .pro_text_box h5 {
  color: #f7ba61;
}
.bububear .pro-list-title .line_box ul li a {
  color: #f7ba61;
}
.bububear .pro-list-title .line_box ul li:before {
  background: #f7ba61;
}
.bububear .pro-list-box .list_item p {
  background: #f7ba61;
}
.bububear .pro-list-pagination b {
  background: #f7ba61;
}
.bububear .pro-list-pagination a:hover {
  background: #f7ba61;
}
.bububear .pro-line-title ul li:hover a {
  background: #f7ba61;
}
.bububear .pro-line-title ul li.active a {
  background: #f7ba61;
  color: #fff;
}

.sogin {
  background-image: url(../img/brand-bg/bg-sogin.png);
}
.sogin .pro-list-title {
  background-image: url(../img/brand-nav/pro-brand-nav-sogin.jpg);
}
.sogin .pro-list-title .pro_text_box h5 {
  color: #6aaee0;
}
.sogin .pro-list-title .line_box ul li a {
  color: #6aaee0;
}
.sogin .pro-list-title .line_box ul li:before {
  background: #6aaee0;
}
.sogin .pro-list-box .list_item p {
  background: #6aaee0;
}
.sogin .pro-list-pagination b {
  background: #6aaee0;
}
.sogin .pro-list-pagination a:hover {
  background: #6aaee0;
}
.sogin .pro-line-title ul li:hover a {
  background: #6aaee0;
}
.sogin .pro-line-title ul li.active a {
  background: #6aaee0;
  color: #fff;
}

.qiaomiaojie {
  background-image: url(../img/brand-bg/bg-qiaomiaojie.png);
}
.qiaomiaojie .pro-list-title {
  background-image: url(../img/brand-nav/pro-brand-nav-qiaomiaojie.jpg);
}
.qiaomiaojie .pro-list-title .pro_text_box h5 {
  color: #e68baf;
}
.qiaomiaojie .pro-list-title .line_box ul li a {
  color: #eba2bf;
}
.qiaomiaojie .pro-list-title .line_box ul li:before {
  background: #eba2bf;
}
.qiaomiaojie .pro-list-box .list_item p {
  background: #eba2bf;
}
.qiaomiaojie .pro-list-pagination b {
  background: #eba2bf;
}
.qiaomiaojie .pro-list-pagination a:hover {
  background: #eba2bf;
}
.qiaomiaojie .pro-line-title ul li:hover a {
  background: #eba2bf;
}
.qiaomiaojie .pro-line-title ul li.active a {
  background: #eba2bf;
  color: #fff;
}

.unico {
  background-image: url(../img/brand-bg/bg-unico.png);
}
.unico .pro-list-title {
  background-image: url(../img/brand-nav/pro-brand-nav-unico.jpg);
}
.unico .pro-list-title .pro_text_box h5 {
  color: #eba344;
}
.unico .pro-list-title .line_box ul li a {
  color: #eba344;
}
.unico .pro-list-title .line_box ul li:before {
  background: #eba344;
}
.unico .pro-list-box .list_item p {
  background: #eba344;
}
.unico .pro-list-pagination b {
  background: #eba344;
}
.unico .pro-list-pagination a:hover {
  background: #eba344;
}
.unico .pro-line-title ul li:hover a {
  background: #eba344;
}
.unico .pro-line-title ul li.active a {
  background: #eba344;
  color: #fff;
}

.dazuojia {
  background-image: url(../img/brand-bg/bg-dazuojia.png);
}
.dazuojia .pro-list-title {
  background-image: url(../img/brand-nav/pro-brand-nav-dazuojia.jpg);
}
.dazuojia .pro-list-title .pro_text_box h5 {
  color: #66abda;
}
.dazuojia .pro-list-title .line_box ul li a {
  color: #66abda;
}
.dazuojia .pro-list-title .line_box ul li:before {
  background: #66abda;
}
.dazuojia .pro-list-box .list_item p {
  background: #66abda;
}
.dazuojia .pro-list-pagination b {
  background: #66abda;
}
.dazuojia .pro-list-pagination a:hover {
  background: #66abda;
}
.dazuojia .pro-line-title ul li:hover a {
  background: #66abda;
}
.dazuojia .pro-line-title ul li.active a {
  background: #66abda;
  color: #fff;
}

.aogrand .pro-list-box .list_item p {
  background: #00b1ec;
}

@media (max-width: 1199.98px) {
  .products_list_top {
    padding-top: 56px;
    padding-bottom: 136px;
  }
  .products_list_top .logo-img img {
    max-width: 80%;
  }
  .products_list_top .brand_text p {
    font-size: 18px;
    line-height: 36px;
  }
  .products_list_bottom {
    padding-bottom: 480px;
  }
  .products_list_bottom .pro-list-title {
    padding-top: 49px;
    padding-bottom: 70px;
    background-size: auto 100%;
  }
  .products_list_bottom .pro-list-title .pro_text_box {
    margin-bottom: 27px;
  }
  .products_list_bottom .pro-list-title .pro_text_box .text-logo {
    max-width: 97.2px;
  }
  .products_list_bottom .pro-list-title .pro_text_box h5 {
    font-size: 24px;
    line-height: 33.6px;
  }
  .products_list_bottom .pro-list-title .pro_text_box p {
    font-size: 19.8px;
    line-height: 36px;
    max-width: 576px;
  }
  .products_list_bottom .pro-list-title .line_box ul {
    padding: 16px 0;
  }
  .products_list_bottom .pro-list-title .line_box ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 32px);
  }
  .products_list_bottom .pro-list-title .line_box ul li a {
    font-size: 35.2px;
    padding: 32px 24px;
  }
  .products_list_bottom .pro-list-box {
    padding-top: 110.4px;
  }
  .products_list_bottom .pro-list-box .list_item {
    margin-bottom: 40px;
  }
  .products_list_bottom .pro-list-box .list_item p {
    font-size: 21.6px;
    padding: 10px 0;
  }
  .products_list_bottom .pro-list-pagination a, .products_list_bottom .pro-list-pagination b {
    font-size: 14.4px;
    padding: 18px 20px;
  }
  .products_list_bottom .pro-line-title {
    margin: 27px 0;
  }
  .products_list_bottom .pro-line-title ul li a {
    font-size: 16.2px;
    padding: 9px 18px;
  }
}
@media (max-width: 991.98px) {
  .products_list_top {
    padding-top: 42px;
    padding-bottom: 102px;
  }
  .products_list_top .logo-img img {
    max-width: 60%;
  }
  .products_list_top .brand_text p {
    font-size: 16px;
    line-height: 32px;
  }
  .products_list_bottom {
    padding-bottom: 360px;
  }
  .products_list_bottom .pro-list-title {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .products_list_bottom .pro-list-title .pro_text_box {
    margin-bottom: 24px;
  }
  .products_list_bottom .pro-list-title .pro_text_box .text-logo {
    max-width: 86.4px;
  }
  .products_list_bottom .pro-list-title .pro_text_box h5 {
    font-size: 24px;
    line-height: 33.6px;
  }
  .products_list_bottom .pro-list-title .pro_text_box p {
    font-size: 19.8px;
    line-height: 36px;
  }
  .products_list_bottom .pro-list-title .line_box ul {
    padding: 14.4px 0;
  }
  .products_list_bottom .pro-list-title .line_box ul li a {
    font-size: 30.8px;
    padding: 28px 21px;
  }
  .products_list_bottom .pro-list-title .line_box ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 28.8px);
  }
  .products_list_bottom .pro-list-box {
    padding-top: 82.8px;
  }
  .products_list_bottom .pro-list-box .list_item {
    margin-bottom: 30px;
  }
  .products_list_bottom .pro-list-box .list_item p {
    font-size: 19.2px;
    padding: 10px 0;
  }
  .products_list_bottom .pro-list-pagination a, .products_list_bottom .pro-list-pagination b {
    padding: 18px 16px;
  }
  .products_list_bottom .pro-line-title {
    margin: 24px 0;
  }
  .products_list_bottom .pro-line-title ul li a {
    font-size: 14.4px;
    padding: 9px 16px;
  }
}
@media (max-width: 767.98px) {
  .products_list_top {
    padding-top: 28px;
    padding-bottom: 68px;
  }
  .products_list_top .logo-img img {
    max-width: 15.4%;
  }
  .products_list_top .brand_text p {
    font-size: 14px;
    line-height: 28px;
  }
  .products_list_bottom {
    padding-bottom: 240px;
  }
  .products_list_bottom .pro-list-title {
    padding-top: 28px;
    padding-bottom: 40px;
  }
  .products_list_bottom .pro-list-title .pro_text_box {
    margin-bottom: 21px;
  }
  .products_list_bottom .pro-list-title .pro_text_box .text-logo {
    max-width: 75.6px;
  }
  .products_list_bottom .pro-list-title .pro_text_box h5 {
    font-size: 21px;
    line-height: 29.4px;
  }
  .products_list_bottom .pro-list-title .pro_text_box p {
    font-size: 17.6px;
    line-height: 32px;
  }
  .products_list_bottom .pro-list-title .line_box ul {
    padding: 12.8px 0;
  }
  .products_list_bottom .pro-list-title .line_box ul li a {
    font-size: 26.4px;
    padding: 24px 18px;
  }
  .products_list_bottom .pro-list-title .line_box ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 25.6px);
  }
  .products_list_bottom .pro-list-box {
    padding-top: 82.8px;
  }
  .products_list_bottom .pro-list-box .list_item {
    margin-bottom: 20px;
  }
  .products_list_bottom .pro-list-box .list_item p {
    font-size: 16.8px;
    padding: 10px 0;
  }
  .products_list_bottom .pro-list-pagination a, .products_list_bottom .pro-list-pagination b {
    font-size: 12.8px;
    padding: 18px 12px;
  }
  .products_list_bottom .pro-line-title {
    margin: 21px 0;
  }
  .products_list_bottom .pro-line-title ul li a {
    padding: 9px 14px;
  }
}
@media (max-width: 575.98px) {
  .products_list_top {
    padding-top: 14px;
    padding-bottom: 34px;
  }
  .products_list_bottom {
    padding-bottom: 120px;
  }
  .products_list_bottom .pro-list-title {
    padding-top: 14px;
    padding-bottom: 20px;
    background-size: cover;
  }
  .products_list_bottom .pro-list-title .pro_text_box {
    text-align: center;
    margin-bottom: 18px;
  }
  .products_list_bottom .pro-list-title .pro_text_box .text-logo {
    max-width: 64.8px;
  }
  .products_list_bottom .pro-list-title .pro_text_box h5 {
    font-size: 18px;
    line-height: 25.2px;
  }
  .products_list_bottom .pro-list-title .pro_text_box p {
    font-size: 15.4px;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.9);
  }
  .products_list_bottom .pro-list-title .line_box ul li a {
    font-size: 22px;
    padding: 20px 15px;
  }
  .products_list_bottom .pro-list-box {
    padding-top: 41.4px;
  }
  .products_list_bottom .pro-list-box .list_item {
    margin-bottom: 15px;
  }
  .products_list_bottom .pro-list-box .list_item p {
    font-size: 14.4px;
    padding: 8px 0;
  }
  .products_list_bottom .pro-list-pagination a, .products_list_bottom .pro-list-pagination b {
    padding: 18px 8px;
  }
}
@media (max-width: 413.98px) {
  .products_list_bottom .pro-list-title .line_box ul li a {
    font-size: 17.6px;
    padding: 12px 9px;
  }
}
.oem-title {
  text-align: center;
}
.oem-title h1 {
  font-size: 44px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.oem-title h5 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

.oem-factory {
  padding-top: 78px;
}
.oem-factory .factory-mentou {
  margin-bottom: 16px;
}
.oem-factory .factory-mentou p {
  font-size: 20px;
  color: #fff;
  background: #00b1ec;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 0;
}
.oem-factory .oem-our-factory .oem-factory-text h3 {
  font-size: 30px;
  color: #4c4c4c;
  line-height: 58px;
  font-weight: 500;
  background-image: url(../img/page/aogrand_oem/oem-our-factory-bg.png);
  background-repeat: no-repeat;
  background-size: 322px 57px;
  background-position: 34px;
  margin-bottom: 38px;
}
.oem-factory .oem-our-factory .oem-factory-text p {
  font-size: 20px;
  line-height: 44px;
  color: #4c4c4c;
}
.oem-factory .oem-capacity {
  padding-top: 74px;
}
.oem-factory .oem-capacity .oem-factory-capacity .material-item-text {
  padding: 12px 0;
}
.oem-factory .oem-capacity .oem-factory-capacity .material-item-text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}
.oem-factory .oem-capacity .oem-factory-capacity .package-material-tabs {
  display: flex;
  flex-wrap: wrap;
}
.oem-factory .oem-capacity .oem-factory-capacity .package-material-tabs li {
  max-width: 20%;
  flex: 0 0 20%;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 64px;
  background: #00b1ec;
  text-align: center;
  cursor: pointer;
}
.oem-factory .oem-capacity .oem-factory-capacity .package-material-tabs li.active {
  background: #f39800;
}

.cooperation-case {
  padding-top: 72px;
  overflow: hidden;
  z-index: -3;
}
.cooperation-case .cooperation-case-gb {
  background: rgba(0, 177, 236, 0.05);
  padding-bottom: 90px;
  position: relative;
  z-index: -2;
}
.cooperation-case .cooperation-case-gb:before {
  content: "";
  position: absolute;
  width: 130%;
  height: 300px;
  background: #fff;
  border-radius: 50%;
  top: -150px;
  z-index: -1;
  left: -15%;
}
.cooperation-case .cooperation-brand {
  padding: 50px 88px;
  border-radius: 120px;
  background: linear-gradient(to right, #00caf2, #00a6e8);
  margin-bottom: 42px;
}
.cooperation-case .cooperation-product .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.oem-international-certification {
  padding: 80px 0 60px;
}
.oem-international-certification p {
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}
.oem-international-certification #certification_img {
  margin-top: 30px;
  padding: 40px 0 20px;
}
.oem-international-certification #certification_img img {
  border: 1px solid #00b1ec;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.28);
}
.oem-international-certification #certification_img .swiper-slide-active {
  bottom: 40px;
  transform: scale(1) !important;
}
.oem-international-certification #certification_img .certification_img-button-next:after, .oem-international-certification #certification_img .certification_img-button-prev:after {
  display: none;
}
.oem-international-certification #certification_img .certification_img-button-next i, .oem-international-certification #certification_img .certification_img-button-prev i {
  font-size: 20px;
  border: 1px solid #00b1ec;
  padding: 10px;
  border-radius: 50%;
}
.oem-international-certification #certification_img .certification_img-button-next {
  right: 19%;
}
.oem-international-certification #certification_img .certification_img-button-prev {
  left: 19%;
}

@media (max-width: 1199.98px) {
  .oem-title h1 {
    font-size: 39.6px;
  }
  .oem-title h5 {
    font-size: 16.2px;
  }
  .oem-factory {
    padding-top: 70.2px;
  }
  .oem-factory .factory-mentou {
    margin-bottom: 14.4px;
  }
  .oem-factory .factory-mentou p {
    font-size: 18px;
    padding: 18px 0;
  }
  .oem-factory .oem-our-factory .oem-factory-text h3 {
    font-size: 27px;
    line-height: 52.2px;
    background-size: 289.8px 51.3px;
    background-position: 30.6px;
    margin-bottom: 34.2px;
  }
  .oem-factory .oem-our-factory .oem-factory-text p {
    font-size: 18px;
    line-height: 39.6px;
  }
  .oem-factory .oem-capacity {
    padding-top: 66.6px;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .material-item-text {
    padding: 10.8px 0;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .material-item-text p {
    font-size: 16.2px;
    line-height: 25.2px;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .package-material-tabs li {
    max-width: 20%;
    flex: 0 0 20%;
    font-size: 19.8px;
    line-height: 57.6px;
  }
  .cooperation-case {
    padding-top: 64.8px;
  }
  .cooperation-case .cooperation-case-gb {
    padding-bottom: 81px;
  }
  .cooperation-case .cooperation-case-gb:before {
    display: none;
  }
  .cooperation-case .cooperation-brand {
    padding: 45px 79.2px;
    border-radius: 84px;
    margin-bottom: 37.8px;
  }
  .oem-international-certification {
    padding: 72px 0 54px;
  }
  .oem-international-certification p {
    font-size: 18px;
    line-height: 39.6px;
  }
  .oem-international-certification #certification_img {
    margin-top: 27px;
    padding: 36px 0 18px;
  }
  .oem-international-certification #certification_img .swiper-slide-active {
    bottom: 36px;
  }
  .oem-international-certification #certification_img .certification_img-button-next i, .oem-international-certification #certification_img .certification_img-button-prev i {
    font-size: 18px;
  }
  .oem-international-certification #certification_img .certification_img-button-next {
    right: 17.1%;
  }
  .oem-international-certification #certification_img .certification_img-button-prev {
    left: 17.1%;
  }
}
@media (max-width: 991.98px) {
  .oem-title h1 {
    font-size: 35.2px;
  }
  .oem-title h5 {
    font-size: 14.4px;
  }
  .oem-factory {
    padding-top: 62.4px;
  }
  .oem-factory .factory-mentou {
    margin-bottom: 12.8px;
  }
  .oem-factory .factory-mentou p {
    font-size: 16px;
    padding: 16px 0;
  }
  .oem-factory .oem-our-factory .oem-factory-text h3 {
    font-size: 24px;
    line-height: 46.4px;
    background-size: 225.4px 39.9px;
    background-position: 27.2px;
    margin-bottom: 15.2px;
  }
  .oem-factory .oem-our-factory .oem-factory-text p {
    font-size: 16px;
    line-height: 26.4px;
  }
  .oem-factory .oem-capacity {
    padding-top: 59.2px;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .material-item-text {
    padding: 9.6px 0;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .material-item-text p {
    font-size: 14.4px;
    line-height: 22.4px;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .package-material-tabs li {
    max-width: 20%;
    flex: 0 0 20%;
    font-size: 17.6px;
    line-height: 51.2px;
  }
  .cooperation-case {
    padding-top: 57.6px;
  }
  .cooperation-case .cooperation-case-gb {
    padding-bottom: 72px;
  }
  .cooperation-case .cooperation-brand {
    padding: 15px 26.4px;
    border-radius: 48px;
    margin-bottom: 33.6px;
  }
  .oem-international-certification {
    padding: 64px 0 48px;
  }
  .oem-international-certification p {
    font-size: 16px;
    line-height: 35.2px;
  }
  .oem-international-certification #certification_img {
    margin-top: 24px;
    padding: 32px 0 16px;
  }
  .oem-international-certification #certification_img .swiper-slide-active {
    bottom: 32px;
  }
  .oem-international-certification #certification_img .certification_img-button-next i, .oem-international-certification #certification_img .certification_img-button-prev i {
    font-size: 16px;
  }
  .oem-international-certification #certification_img .certification_img-button-next {
    right: 15.2%;
  }
  .oem-international-certification #certification_img .certification_img-button-prev {
    left: 15.2%;
  }
}
@media (max-width: 767.98px) {
  .oem-title h1 {
    font-size: 30.8px;
  }
  .oem-title h5 {
    font-size: 12.6px;
  }
  .oem-factory {
    padding-top: 54.6px;
  }
  .oem-factory .factory-mentou {
    margin-bottom: 11.2px;
  }
  .oem-factory .factory-mentou p {
    font-size: 14px;
    padding: 14px 0;
  }
  .oem-factory .oem-our-factory .oem-factory-text h3 {
    font-size: 21px;
    line-height: 40.6px;
    background-size: 225.4px 39.9px;
    background-position: 23.8px;
    margin-bottom: 15.2px;
  }
  .oem-factory .oem-our-factory .oem-factory-text p {
    font-size: 14px;
    line-height: 26.4px;
  }
  .oem-factory .oem-capacity {
    padding-top: 51.8px;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .material-item-text {
    padding: 8.4px 0;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .material-item-text p {
    font-size: 12.6px;
    line-height: 19.6px;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .package-material-tabs li {
    max-width: 20%;
    flex: 0 0 20%;
    font-size: 15.4px;
    line-height: 44.8px;
  }
  .cooperation-case {
    padding-top: 50.4px;
  }
  .cooperation-case .cooperation-case-gb {
    padding-bottom: 63px;
  }
  .cooperation-case .cooperation-brand {
    padding: 25px 44px;
    border-radius: 24px;
    margin-bottom: 29.4px;
  }
  .oem-international-certification {
    padding: 56px 0 42px;
  }
  .oem-international-certification p {
    font-size: 14px;
    line-height: 30.8px;
  }
  .oem-international-certification #certification_img {
    margin-top: 21px;
    padding: 28px 0 14px;
  }
  .oem-international-certification #certification_img .swiper-slide-active {
    bottom: 28px;
  }
  .oem-international-certification #certification_img .certification_img-button-next i, .oem-international-certification #certification_img .certification_img-button-prev i {
    font-size: 14px;
  }
  .oem-international-certification #certification_img .certification_img-button-next {
    right: 13.3%;
  }
  .oem-international-certification #certification_img .certification_img-button-prev {
    left: 13.3%;
  }
}
@media (max-width: 575.98px) {
  .oem-title h1 {
    font-size: 26.4px;
  }
  .oem-title h5 {
    font-size: 10.8px;
  }
  .oem-factory {
    padding-top: 46.8px;
  }
  .oem-factory .factory-mentou {
    margin-bottom: 9.6px;
  }
  .oem-factory .factory-mentou p {
    font-size: 12px;
    padding: 12px 0;
  }
  .oem-factory .oem-our-factory .oem-factory-text h3 {
    font-size: 18px;
    line-height: 34.8px;
    background-size: 193.2px 34.2px;
    background-position: 20.4px;
    margin-bottom: 15.2px;
  }
  .oem-factory .oem-our-factory .oem-factory-text p {
    font-size: 12px;
    line-height: 22px;
  }
  .oem-factory .oem-capacity {
    padding-top: 44.4px;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .material-item-text {
    padding: 7.2px 0;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .material-item-text p {
    font-size: 10.8px;
    line-height: 16.8px;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .package-material-tabs li {
    max-width: 20%;
    flex: 0 0 20%;
    font-size: 13.2px;
    line-height: 38.4px;
  }
  .cooperation-case {
    padding-top: 43.2px;
  }
  .cooperation-case .cooperation-case-gb {
    padding-bottom: 54px;
  }
  .cooperation-case .cooperation-brand {
    padding: 25px 44px;
    border-radius: 24px;
    margin-bottom: 25.2px;
  }
  .oem-international-certification {
    padding: 48px 0 36px;
  }
  .oem-international-certification p {
    font-size: 12px;
    line-height: 26.4px;
  }
  .oem-international-certification #certification_img {
    margin-top: 18px;
    padding: 24px 0 12px;
  }
  .oem-international-certification #certification_img .swiper-slide-active {
    bottom: 24px;
  }
  .oem-international-certification #certification_img .certification_img-button-next i, .oem-international-certification #certification_img .certification_img-button-prev i {
    font-size: 12px;
  }
  .oem-international-certification #certification_img .certification_img-button-next {
    right: 11.4%;
  }
  .oem-international-certification #certification_img .certification_img-button-prev {
    left: 11.4%;
  }
}
@media (max-width: 413.98px) {
  .oem-factory .oem-capacity {
    padding-top: 44.4px;
  }
  .oem-factory .oem-capacity .oem-factory-capacity .package-material-tabs li {
    font-size: 11px;
    line-height: 32px;
  }
}
.odm-title {
  text-align: center;
}
.odm-title h1 {
  font-size: 44px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.odm-title h5 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

.odm-service {
  padding-top: 70px;
}
.odm-service .odm-service_img .odm-service_box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.odm-service .odm-service_img .odm-service_box .odm-service_item {
  max-width: 590px;
  border: 1px solid #eeeeee;
  background: #FFFFFF;
  padding: 80px 44px 100px;
  position: relative;
}
.odm-service .odm-service_img .odm-service_box .odm-service_item h5 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.odm-service .odm-service_img .odm-service_box .odm-service_item p {
  font-size: 20px;
  line-height: 34px;
  color: #666666;
  margin-bottom: 0;
}
.odm-service .odm-service_img .odm-service_box .odm-service_item:before {
  content: "";
  width: 508px;
  height: 82px;
  background: url(../img/page/aogrand_odm/odm-service-tit-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -70px;
  z-index: -1;
  left: 42px;
}

.odm-rd {
  padding-top: 80px;
  padding-bottom: 56px;
}
.odm-rd p {
  font-size: 20px;
  line-height: 44px;
  color: #4c4c4c;
  text-align: center;
}
.odm-rd .odm-rd-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.odm-rd .odm-rd-row div:first-child img {
  border-top-left-radius: 30px;
}

.odm-school {
  background: #f5f5f5;
}
.odm-school ul {
  display: flex;
}
.odm-school ul li {
  width: 50%;
}
.odm-school ul li .odm-school-box {
  max-width: 556px;
  margin-left: 54px;
}
.odm-school ul li .odm-school-box h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.odm-school ul li .odm-school-box p {
  font-size: 20px;
  line-height: 36px;
  color: #4c4c4c;
  margin-bottom: 35px;
}

.odm-pakcaging {
  padding: 80px 0;
  overflow: hidden;
}
.odm-pakcaging .pakcaging-box {
  max-width: 630px;
}
.odm-pakcaging .pakcaging-box #pakcaging-button-next, .odm-pakcaging .pakcaging-box #pakcaging-button-prev {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
  background: rgba(0, 177, 236, 0.75);
  padding: 0 20px;
}
.odm-pakcaging .pakcaging-box #pakcaging-button-next:after, .odm-pakcaging .pakcaging-box #pakcaging-button-prev:after {
  font-size: 20px;
}
.odm-pakcaging .pakcaging-box #pakcaging-button-next {
  right: -40px;
}
.odm-pakcaging .package-text {
  position: absolute;
  max-width: 624px;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.odm-pakcaging .package-text p {
  background: #f7f7f7;
  padding: 74px 60px 136px;
  font-size: 20px;
  line-height: 36px;
  color: #4c4c4c;
}
.odm-pakcaging .package-text img {
  position: absolute;
  bottom: 0;
  right: -35%;
}

.odm-quality-control .odm-quality-text {
  position: relative;
  z-index: 1;
  padding-top: 54px;
}
.odm-quality-control .odm-quality-text p {
  font-size: 20px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
.odm-quality-control .odm-quality-text:before {
  content: "";
  width: 100%;
  height: 140%;
  position: absolute;
  background: #00b1ec;
  z-index: -1;
  top: 0;
}
.odm-quality-control .odm-quality-img {
  max-width: 1440px;
  margin: 0 auto;
}
.odm-quality-control .odm-quality-img #quality {
  padding-top: 32px;
  padding-bottom: 70px;
}
.odm-quality-control .odm-quality-img #quality .swiper-slide {
  transform: scale(1);
}
.odm-quality-control .odm-quality-img #quality .swiper-slide img {
  border: 3px solid #fff;
  box-shadow: 0px 10px 50px rgba(142, 180, 196, 0.2);
}
.odm-quality-control .odm-quality-img #quality .swiper-slide-active, .odm-quality-control .odm-quality-img #quality .swiper-slide-duplicate-active {
  transform: scale(1.2);
}
.odm-quality-control .odm-quality-img #quality-button-next, .odm-quality-control .odm-quality-img #quality-button-prev {
  background: rgba(0, 177, 236, 0.75);
  padding: 0 22px;
  border-radius: 50%;
}
.odm-quality-control .odm-quality-img #quality-button-next:after, .odm-quality-control .odm-quality-img #quality-button-prev:after {
  font-size: 20px;
}

.odm-adjuster {
  padding-bottom: 80px;
}
.odm-adjuster .adjuster-box {
  background: url(../img/page/aogrand_odm/adjuster-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.odm-adjuster .adjuster-box .adjuster-text {
  background: rgba(255, 255, 255, 0.9);
  max-width: 413px;
  height: 500px;
  margin-right: 110px;
  text-align: left;
  padding: 80px 46px;
}
.odm-adjuster .adjuster-box .adjuster-text h2 {
  font-size: 70px;
  color: rgba(76, 76, 76, 0.1);
  font-weight: bold;
  text-align: center;
}
.odm-adjuster .adjuster-box .adjuster-text p {
  font-size: 20px;
  line-height: 36px;
  color: #4c4c4c;
}

.odm-case-studies {
  background: #f2fbfe;
  padding: 80px 0;
}
.odm-case-studies .case_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.odm-case-studies .case_list ul li {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding: 4px;
}

@media (max-width: 1444.98px) {
  .odm-school ul li .odm-school-box {
    padding: 20px 0;
  }
  .odm-school ul li:first-child img {
    height: 100%;
    width: auto;
  }
  .odm-pakcaging .package-text img {
    right: -10.5%;
    max-width: 90%;
  }
}
@media (max-width: 1199.98px) {
  .odm-title h1 {
    font-size: 39.6px;
  }
  .odm-title h5 {
    font-size: 16.2px;
  }
  .odm-service {
    padding-top: 63px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item {
    max-width: 531px;
    padding: 72px 39.6px 90px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item h5 {
    font-size: 27px;
    margin-bottom: 27px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item p {
    font-size: 18px;
    line-height: 30.6px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item:before {
    content: "";
    width: 457.2px;
    height: 73.8px;
    top: -63px;
    left: 37.8px;
  }
  .odm-rd {
    padding-top: 72px;
    padding-bottom: 50.4px;
  }
  .odm-rd p {
    font-size: 18px;
    line-height: 39.6px;
  }
  .odm-school ul li .odm-school-box {
    max-width: 500.4px;
    margin-left: 48.6px;
  }
  .odm-school ul li .odm-school-box h4 {
    font-size: 27px;
    margin-bottom: 18px;
  }
  .odm-school ul li .odm-school-box p {
    font-size: 18px;
    line-height: 32.4px;
    margin-bottom: 31.5px;
  }
  .odm-school ul li:first-child {
    display: flex;
    align-items: center;
  }
  .odm-school ul li:first-child img {
    height: auto;
    width: auto;
  }
  .odm-pakcaging {
    padding: 72px 0;
  }
  .odm-pakcaging .pakcaging-box {
    max-width: 567px;
  }
  .odm-pakcaging .pakcaging-box #pakcaging-button-next {
    right: -36px;
  }
  .odm-pakcaging .package-text {
    max-width: 436.8px;
  }
  .odm-pakcaging .package-text p {
    padding: 51.8px 42px 95.2px;
    font-size: 18px;
    line-height: 32.4px;
  }
  .odm-pakcaging .package-text img {
    right: -10.5%;
  }
  .odm-quality-control .odm-quality-text {
    padding-top: 48.6px;
  }
  .odm-quality-control .odm-quality-text p {
    font-size: 18px;
    line-height: 39.6px;
    margin-bottom: 28.8px;
  }
  .odm-quality-control .odm-quality-text:before {
    height: 126%;
  }
  .odm-quality-control .odm-quality-img #quality {
    padding-top: 28.8px;
    padding-bottom: 63px;
  }
  .odm-quality-control .odm-quality-img #quality .swiper-slide img {
    box-shadow: 0px 10px 45px rgba(142, 180, 196, 0.2);
  }
  .odm-quality-control .odm-quality-img #quality-button-next, .odm-quality-control .odm-quality-img #quality-button-prev {
    padding: 0 19.8px;
  }
  .odm-quality-control .odm-quality-img #quality-button-next:after, .odm-quality-control .odm-quality-img #quality-button-prev:after {
    font-size: 18px;
  }
  .odm-adjuster {
    padding-bottom: 72px;
  }
  .odm-adjuster .adjuster-box .adjuster-text {
    height: 450px;
    margin-right: 99px;
    text-align: left;
    padding: 72px 41.4px;
  }
  .odm-adjuster .adjuster-box .adjuster-text h2 {
    font-size: 63px;
  }
  .odm-adjuster .adjuster-box .adjuster-text p {
    font-size: 18px;
    line-height: 32.4px;
  }
  .odm-case-studies {
    padding: 72px 0;
  }
  .odm-case-studies .case_list ul li {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 4px;
  }
}
@media (max-width: 991.98px) {
  .odm-title h1 {
    font-size: 35.2px;
  }
  .odm-title h5 {
    font-size: 14.4px;
  }
  .odm-service {
    padding-top: 56px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item {
    max-width: 413px;
    padding: 56px 30.8px 70px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item h5 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item p {
    font-size: 16px;
    line-height: 27.2px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item:before {
    content: "";
    width: 406.4px;
    height: 65.6px;
    top: -56px;
    left: 33.6px;
  }
  .odm-rd {
    padding-top: 64px;
    padding-bottom: 44.8px;
  }
  .odm-rd p {
    font-size: 16px;
    line-height: 35.2px;
  }
  .odm-school ul li .odm-school-box {
    max-width: 444.8px;
    margin-left: 43.2px;
  }
  .odm-school ul li .odm-school-box h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .odm-school ul li .odm-school-box p {
    font-size: 16px;
    line-height: 28.8px;
    margin-bottom: 28px;
  }
  .odm-pakcaging {
    padding: 64px 0;
  }
  .odm-pakcaging .pakcaging-box {
    max-width: 504px;
  }
  .odm-pakcaging .pakcaging-box #pakcaging-button-next {
    right: -32px;
  }
  .odm-pakcaging .package-text {
    max-width: 312px;
  }
  .odm-pakcaging .package-text p {
    padding: 37px 30px 68px;
    font-size: 16px;
    line-height: 28.8px;
  }
  .odm-pakcaging .package-text img {
    right: -10.5%;
  }
  .odm-quality-control .odm-quality-text {
    padding-top: 43.2px;
  }
  .odm-quality-control .odm-quality-text p {
    font-size: 16px;
    line-height: 35.2px;
    margin-bottom: 25.6px;
  }
  .odm-quality-control .odm-quality-text:before {
    height: 126%;
  }
  .odm-quality-control .odm-quality-img #quality {
    padding-top: 25.6px;
    padding-bottom: 56px;
  }
  .odm-quality-control .odm-quality-img #quality .swiper-slide img {
    box-shadow: 0px 10px 40px rgba(142, 180, 196, 0.2);
  }
  .odm-adjuster {
    padding-bottom: 64px;
  }
  .odm-adjuster .adjuster-box .adjuster-text {
    height: 400px;
    margin-right: 88px;
    text-align: left;
    padding: 64px 36.8px;
  }
  .odm-adjuster .adjuster-box .adjuster-text h2 {
    font-size: 56px;
  }
  .odm-adjuster .adjuster-box .adjuster-text p {
    font-size: 16px;
    line-height: 28.8px;
  }
  .odm-case-studies {
    padding: 64px 0;
  }
  .odm-case-studies .case_list ul li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .odm-case-studies .case_list ul li img {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .odm-title h1 {
    font-size: 30.8px;
  }
  .odm-title h5 {
    font-size: 12.6px;
  }
  .odm-service {
    padding-top: 49px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item {
    max-width: 295px;
    padding: 32px 17.6px 40px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item h5 {
    font-size: 21px;
    margin-bottom: 21px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item p {
    font-size: 14px;
    line-height: 23.8px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item:before {
    display: none;
  }
  .odm-rd {
    padding-top: 56px;
    padding-bottom: 39.2px;
  }
  .odm-rd p {
    font-size: 14px;
    line-height: 30.8px;
  }
  .odm-school {
    padding: 15px;
    max-width: 510px;
    margin: 0 auto;
  }
  .odm-school ul {
    display: block;
  }
  .odm-school ul li {
    width: 100%;
  }
  .odm-school ul li .odm-school-box {
    max-width: 100%;
    margin-left: 0;
    padding: 20px 15px;
  }
  .odm-school ul li .odm-school-box h4 {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .odm-school ul li .odm-school-box p {
    font-size: 14px;
    line-height: 25.2px;
    margin-bottom: 24.5px;
  }
  .odm-pakcaging {
    padding: 56px 0;
  }
  .odm-pakcaging .pakcaging-box {
    max-width: 100%;
  }
  .odm-pakcaging .pakcaging-box #pakcaging-button-next {
    right: 0;
  }
  .odm-pakcaging .pakcaging-box #pakcaging-button-prev {
    right: 40px;
  }
  .odm-pakcaging .package-text {
    max-width: 100%;
    position: static;
  }
  .odm-pakcaging .package-text p {
    padding: 22.2px 18px 27.2px;
    font-size: 14px;
    line-height: 25.2px;
  }
  .odm-pakcaging .package-text img {
    display: none;
  }
  .odm-quality-control .odm-quality-text {
    padding-top: 37.8px;
  }
  .odm-quality-control .odm-quality-text p {
    font-size: 14px;
    line-height: 30.8px;
    margin-bottom: 22.4px;
  }
  .odm-quality-control .odm-quality-text:before {
    height: 112%;
  }
  .odm-quality-control .odm-quality-img #quality {
    padding-top: 22.4px;
    padding-bottom: 49px;
  }
  .odm-quality-control .odm-quality-img #quality .swiper-slide img {
    box-shadow: 0px 10px 40px rgba(142, 180, 196, 0.2);
  }
  .odm-quality-control .odm-quality-img #quality .swiper-slide-active, .odm-quality-control .odm-quality-img #quality .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .odm-adjuster {
    padding-bottom: 56px;
  }
  .odm-adjuster .adjuster-box .adjuster-text {
    height: 350px;
    margin-right: auto;
    text-align: left;
    padding: 56px 32.2px;
  }
  .odm-adjuster .adjuster-box .adjuster-text h2 {
    font-size: 49px;
  }
  .odm-adjuster .adjuster-box .adjuster-text p {
    font-size: 14px;
    line-height: 25.2px;
  }
  .odm-case-studies {
    padding: 56px 0;
  }
}
@media (max-width: 575.98px) {
  .odm-title h1 {
    font-size: 26.4px;
  }
  .odm-title h5 {
    font-size: 10.8px;
  }
  .odm-service {
    padding-top: 42px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item {
    max-width: 100%;
    padding: 16px 8.8px 20px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item h5 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item p {
    font-size: 14px;
    line-height: 20.4px;
  }
  .odm-service .odm-service_img .odm-service_box .odm-service_item:before {
    display: none;
  }
  .odm-rd {
    padding-top: 48px;
    padding-bottom: 33.6px;
  }
  .odm-rd p {
    line-height: 26.4px;
  }
  .odm-school ul li .odm-school-box h4 {
    margin-bottom: 12px;
  }
  .odm-pakcaging {
    padding: 48px 0;
  }
  .odm-pakcaging .package-text p {
    padding: 14.8px 12px 13.6px;
  }
  .odm-quality-control .odm-quality-text {
    padding-top: 32.4px;
  }
  .odm-quality-control .odm-quality-text p {
    line-height: 26.4px;
    margin-bottom: 19.2px;
  }
  .odm-quality-control .odm-quality-text:before {
    height: 126%;
  }
  .odm-quality-control .odm-quality-img #quality {
    padding-top: 19.2px;
    padding-bottom: 42px;
  }
  .odm-adjuster {
    padding-bottom: 48px;
  }
  .odm-adjuster .adjuster-box .adjuster-text {
    height: 300px;
    margin-right: auto;
    text-align: left;
    padding: 48px 27.6px;
  }
  .odm-adjuster .adjuster-box .adjuster-text h2 {
    font-size: 42px;
  }
  .odm-case-studies {
    padding: 48px 0;
  }
}