html {
  margin: 0 auto;
  font-family: 'PingFang SC','Microsoft YaHei','Lantinghei SC','Helvetica Neue',Helvetica,Arial,'WenQuanYi Zen Hei','WenQuanYi Micro Hei',"sans-serif"; 
}
body {
  font-family: "popR";
  overflow-x: hidden;
}
.phone_header {
  display: none;
}
.phone_search_popup {
  display: none;
}
.phone_nav {
  display: none;
}
.lang_nav {
  display: none;
}
.foot_phone_logo {
  display: none;
}
.phone_banner_item {
  display: none;
}
.nav_relative {
  position: relative;
}


.search_layer.active {
  top: 0;
  opacity: 1;
}
.search_layer {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  z-index: 1000000;
  opacity: 0;
  -webkit-transition: opacity .3s,top .3s;
  transition: opacity .3s,top .3s;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #d3d3d3;
  background-color: #fff;
  padding: 0 100px 0 40px;
}
.search_layer_cont {
  height: 100px;
}
.search_close {
  margin-left: 40px;
  cursor: pointer;
}
.search_close span {
  font-size: 24px;
  color:#000
}
.search_popup_btn {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: transparent;
  border: 0;
  margin-top: -3px;
  margin-right: 30px;
}
.search_popup_btn img {
  width: 20px;
}
.search_layer_text {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding:0 15px;
  text-align: left;
  font-size: 16px;
  color: #4a5257;
  background: transparent;
}


.imgPopup {
  display: none;
}
.product_imgPopup .imgPopup_cont{
  width: 800px;
}
.imgPopup_cont { 
  position: fixed;
  z-index: 1000;
  left: 0;top: 50%; right: 0;
  transform: translate(0,-50%);
  margin:0 auto;
  width:560px;
  text-align: center;
  height: 90%;
  transition: all 0.4s;
}
.product_imgPopup .imgPopup_cont {
  width:720px;
}
.imgPopup_cont img {
  max-height: 100%;
  transition: all 0.4s;
}
.imgPopup_cont.active img {
  transform: scale(1.15);
}
.imgPopup .mask{
  position: fixed;
  z-index:999;
  left: 0;top: 0; right: 0;bottom: 0;
  background-color: rgba(0,0,0,1);
}
.imgPopup_item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer;
}
.imgPopup_item:last-child {
  margin-right: 0;
}
.imgPopup_item img {
  width: 20px;
}
.imgPopup_opa {
  position: fixed;
  right:15px;
  top: 0;
  padding-top: 15px;
  height: 80px;
  z-index:1000;
}
.imgPopup_screen {
  width: 20px;
  height: 20px;
  background-image: url(../images/opa_2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.imgPopup_screen.active {
  background-image: url(../images/opa_3.png);
}

.top {
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right: 30px;
  display: none;
  cursor: pointer;
}
.header {
  position: relative;
  z-index: 990;
  height: 128px;
  background: #fff;
  transition: all .3s ease;
}
.header.page_head {
  border-bottom: 1px solid #080059;
}
.head_cont {
  width: 1450px;
  margin:0 auto;
}
.logo {
  position: relative;
  padding-top: 44px;
  margin-right: 85px;
}
.logo img {
  max-width: 211px;
}
.nav {
  padding-top: 44px;
}
.nav ul li {
  float: left;
  text-align: center;
  margin-right: 52px;
}
.nav ul li:last-child {
  margin-right: 0;
}
/* .nav ul li.active,.nav ul li:hover {
  background: #fdb400;
  z-index: 2;
} */
/* .nav ul li.active>a,.nav ul li:hover>a {
  color:#fff
} */
.nav ul li>a {
  position: relative;
  display: block;
  height: 44px;
  line-height: 46px;
  font-size: 18px;
  color: #080059;
  font-family: "popMedium";
  transition: all 0.4s ease;
}

.nav ul li:hover .nav_drop {
  display: block;
}
.nav_drop {
  position: absolute;
  z-index: 999;
  display: none;
  left:50%;
  transform: translate(-50%,0);
  top:100%;
  width: 140px;
  transition: all .4s ease;
}
.nav_drop_cont {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #C9D4E2;
  padding: 6px;
  box-shadow: 0px 19px 30px 2px rgba(213,214,231,0.23);
}

.nav_drop_item {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all .4s;
}
.nav_drop_item:last-child {
  border-bottom: 0;
}
.nav_drop_item a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #626262;
  line-height: 24px;
  padding:4px 5px;
  transition: all 0.4s;
  border-bottom: 1px solid rgba(201,212,226,0.32);
}
.nav_drop_item a:last-child {
  margin-bottom: 0;
}
.nav_drop_item a:hover {
  color:#fff;
  background: #080059;
}

.nav ul li:hover .nav_product {
  height: 500px;
}
.nav_product {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 102px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease;
}
.nav_product_cont  {
  position: relative;
  display: inline-block;
  padding:32px 48px 0;
  background: #fff;
  font-size: 0;
  background: #FFFFFF;
  border: 1px solid #C9D4E2;
  /* box-shadow: 4px 3px 16px 1px rgba(0,0,0,0.19); */
}
.nav_product_item {
  position: relative;
  width: 136px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 44px 0 0;
}
.nav_product_item:hover .nav_product_item_img {
  background: #F8F8F8;
  border: 1px solid #080059;
}
.nav_product_item:hover .nav_product_item_title {
  color: #080059;
  font-family: "popMedium";
}
.nav_product_item_img {
  position: relative;
  width: 100%;
  height: 136px;
  line-height: 136px;
  background: #F8F8F8;
  border:1px solid #F8F8F8;
  transition: all 0.4s ease;
  overflow: hidden;
}
/*.nav_product_item_img img {*/
/*  max-width: 130px;*/
/*}*/
.nav_product_item:last-child {
  margin-bottom: 0;
}
.nav_product_item_btm {
  height: 79px;
  padding-top: 20px;
}
.nav_product_item_title {
  font-size: 16px;
  color: #6D6D6D;
  line-height: 24px;
  font-family: 'popLight';
  transition: all 0.4s ease;
}

.head_link_shop {
    position: relative;
    z-index: 99;
       padding-top: 46px;
    margin-left: 50px;
        line-height: 38px;
}
.head_link_shop a {
    position:relative;
    display: inline-block;
}
.head_link_shop a:hover:after {
    position:absolute;
    content: "Visit our consumer site";
    width: 180px;
    top:140%;
    left: -10%;
    font-size: 12px;
    line-height: 18px;
}
@media (max-width: 1500px) {
	.head_link_shop {margin-left:20px}
}

.head_link_shop img {
    cursor: pointer;
    width: 38px;
}
.head_link_shop span {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color:#080059;
    font-weight: bold;
    line-height: 30px;
}

.head_more {
  padding-top: 40px;
}
.head_more .btn {
  width: 137px;
}
.head_more .btn:hover {
  width: 150px;
}

.page_Pagination {
  text-align: center;
}
.page_Pagination a,.page_Pagination span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #080059;
  line-height: 46px;
  text-align: center;
  margin:0 10px;
  transition: all .4s ease;
}
.page_Pagination a.page_arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 59px;
  height: 59px;
  line-height: 44px;
  background: #fff;
  color: #080059;
  margin:0 20px;
  border-radius: 6px;
  border: 1px solid #080059;
  top: -4px;
}
.page_Pagination a.page_arrow:hover {
  background: #080059;
  border:1px solid #080059;
  color:#fff;
}
.page_Pagination a.page_prev {
  transform: rotate(180deg);
}
.page_Pagination a.page_arrow em {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
  font-size: 18px;
  font-weight: bold;
}

.page_Pagination .page_active {
  margin-right: 44px;
}
.page_Pagination .page_active:after {
  content: "";
  position: absolute;
  z-index: 9;
  width: 28px;
  right: -42px;
  top: 20px;
  height: 2px;
  background:#080059;
}

.footer {
  position: relative;
  background: #d5deea;
}
.foot_cont {
  position: relative;
  z-index: 99;
}
.foot_top {
  position: relative;
}
.foot_top_cont {
  position: relative;
  z-index: 9;
  padding:120px 0 92px;
}
.foot_bj1 {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: -27px;
}
.foot_bj2 {
  position: absolute;
  z-index: 9;
  right: 7.395vw;bottom: 6px;
}
.foot_left {
  position: relative;
  z-index: 99;
  float: left;
  width: 300px;
  margin-right: 100px;
}

.foot_logo {
  margin-bottom: 236px;
}
.foot_link a {
  color: #9CA7B4;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease;
  margin-right: 14px;
}
.foot_link a:hover {
  color:#080059
}
.foot_facebook span {
  font-size: 24px;
}
.foot_ytb span {
  font-size: 18px;
}
.foot_x span {
  font-size: 20px;
}
.foot_linkdin span {
  font-size: 25px;
}
.foot_ins span {
  font-size: 23px;
}
.foot_nav {
  float: left;
  padding-top: 24px;
}
.foot_nav_list {
  float: left;
  width: 266px;
}
.foot_nav_title {
  font-size: 18px;
  color: #080059;
  line-height: 24px;
  margin-bottom: 20px;
}

.foot_nav_item {
  margin-bottom: 14px;
}
.foot_nav_item a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #080059;
  line-height: 30px;
  border-bottom: 1px solid #d5deea;
  transition: all 0.4s ease;
}
.foot_nav_item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 9;
  width: 0;
  height: 4px;
  background: #4236b4;
  border-radius: 50%;
  opacity: 0.9;
}
.foot_nav_item a:hover {
  padding-left: 11px;
  color:#4236b4;
  border-bottom: 1px solid #4236b4;
  opacity: 0.9;
}
.foot_nav_item a:hover:after {
  width: 4px;
}

.foot_contact {
  float: right;
  width: 500px;
  padding-top: 20px;
  margin-right: -80px;
}
.foot_contact_title {
  font-size: 48px;
  color: #080059;
  line-height: 54px;
  font-family: "popSemiBold";
  margin-bottom: 20px;
}
.foot_contact_info {
  font-size: 0;
  color: #080059;
  line-height: 21px;
  margin-bottom:22px;
}
.foot_contact_info span {
  display: inline-block;
  background: rgba(189,202,219,0.5);
  height: 51px;
  padding:15px 20px 0;
  border-radius: 26px;
  font-size: 14px;
  margin-right: 16px;
  font-family: "popMedium";
  margin-bottom: 10px;
}
.foot_contact_info span:last-child {
  margin-right: 0;
}
.foot_contact_address {
  max-width: 440px;
  font-size: 14px;
  color: #080059;
  line-height: 20px;
  margin-bottom: 56px;
}
.foot_contact_more .btn2 {
  width: 225px;
  height: 63px;
  line-height: 65px;
  font-size: 18px;
  border-radius: 31px;
}
.foot_btm {
  position: relative;
  border-top: 1px solid #ffffff;
  font-size: 14px;
  color: #080059;
  line-height: 24px;
  padding:24px 0 22px;
  font-family: 'popLight';
}

/*   index   */
.banner_cont {
  position: absolute;
  z-index: 9;
  width: 1260px;
  left: 0;
  right: 0;
  top: 4.22vw;
  margin: 0 auto;
}
.banner_title {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 100px;
  letter-spacing: -5px;
  font-family: "EquinoxTrial";
}
.banner_text {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 10px;
}

.banner_more {
  text-align: left;
	float:right;
}
.banner_more .btn2 {
  width: 257px;
  height: 61px;
  line-height: 63px;
  border-radius: 31px;
}

.pc_banner_item {
  position: relative;
  width: 100%;
  height: 45.41vw;
  min-height: 600px;
  max-height: 872px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.banner_swiper_box {
  position: relative;
}

.banner_swiper_box .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 100%;
  height: 11px;
  opacity: 1;
  margin: 10px 0;
  border-radius: 5px;
  background: transparent;
  transition: all .4s ease;
}
.banner_swiper_box .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 9;
  width: 29px;
  height: 100%;
  background: rgba(63,66,129,0.22);
  border-radius: 5px;
}
.banner_swiper_box .swiper-pagination-bullet-active:after {
  width: 100%;
  background: #080059;
  border-radius: 10px;
}
.banner_swiper_box .swiper-pagination {
  position: absolute;
  z-index: 9;
  right: 3.64vw;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 99;
  text-align: right;
  width: 60px;
}
.banner_swiper_box {
  position: relative;
}

.home_product {
  position: relative;
  padding: 124px 0 88px;;
}
.home_product_title {
  font-size: 36px;
  color: #171717;
  line-height: 42px;
  font-family: 'EquinoxTrial';
  margin-bottom: 64px;
}
.home_product .product_item {
  position: relative;
  width: 442px;
  height: 630px;
  margin:0 37px 40px 0;
}
.home_product .product_item a {
  padding:10px 36px 0;
}
.home_product_item_img {
  position: relative;
  height: 400px;
  line-height: 400px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 60px;
}
/*.home_product_item_img img {*/
/*  width: 275px;*/
/*}*/

.home_product_item_title {
  font-size: 24px;
  color: #080059;
  margin-bottom: 5px;
  line-height: 28px;
  font-family: 'EquinoxTrial';
}
.home_product_item_text {
  font-size: 14px;
  color: #080059;
  line-height: 20px;
  font-family: 'popLight';
  margin-bottom: 12px;
}
.home_product_item_more.btn4 {
  width: 139px;
  height: 41px;
  line-height: 41px;
  border-radius: 20px;
}
.home_product_item_more em {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow_4.png);
  background-position: center center;
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin:-3px 0 0 15px;
}

.home_development {
  position: relative;
  height: 48.59vw;
  min-height: 500px;
  max-height: 933px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color:#fff
}
.home_development_cont {
  position: relative;
  height: 100%;
}
.home_development_title {
  font-size: 48px;
  color: #fff;
  line-height: 54px;
  font-family: 'EquinoxTrial';
}
.home_development_text {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  font-family: 'popLight';
  max-width: 550px;
  margin:12px auto 20px;
}
.home_development_more .btn2 {
  width: 217px;
  height: 61px;
  line-height: 63px;
  border-radius: 31px;
  font-size: 18px;
}
.home_development_more .btn2 em {
  display: inline-block;
  vertical-align: middle;
  margin:-3px 0 0 28px;
}
.home_development_info {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;bottom: 75px;
  text-align: center;
}

.home_about {
  position: relative;
  padding:136px 0 23.6vw;
}
.home_about_bj {
  position: absolute;
  z-index: 2;
  right: 0;bottom: 0;
  width: 86.5625vw;
}

.home_about_cont {
  position: relative;
  z-index: 99;
  /* padding:0 13.54vw */
}

.home_about_left {
  width: 750px;
}
.home_about_label {
  font-size: 24px;
  color: #38336C;
  line-height: 28px;
  font-family: 'popLight';
  margin-bottom: 26px;
}
.home_about_title {
  font-size: 48px;
  color: #000000;
  line-height: 63px;
  font-family: 'EquinoxTrial';
}
.home_about_right {
  padding-top: 56px;
}
.home_about_text {
  font-size: 18px;
  color: #5C5C5C;
  line-height: 28px;
  font-family: 'popLight';
  margin-bottom: 95px;
}
.home_about_more .btn4 {
  width: 208px;
  height: 61px;
  line-height: 61px;
  border-radius: 31px;
  font-size: 18px;
  border: 1px solid #080059;
}
.home_about_more .btn4  em {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background-image: url(../images/arrow_7.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: -3px 0 0 30px;
}
.home_about_more .btn4:hover em {
  background-image: url(../images/arrow_8.png);
}

.home_about_btm {
  position: relative;
  transform: translate(0,-5.2vw);
}
.home_about_group {
  width: 420px;
}
.home_about_item {
  float: left;
  width: 196px;
  height: 196px;
  background: #F7F7FF;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  text-align: center;
  padding:56px 0 0;
  margin:0 16px 32px 0;
  transition: all 0.4s ease;
}
.home_about_item:nth-child(2n) {
  margin-right: 0;
}
.home_about_item:hover {
  background: #080059;
  border-radius: 50%;
}

.home_about_item:hover .home_about_item_num {
  color:#fff
}
.home_about_item:hover .home_about_item_text {
  color:#fff
}


.home_about_item_num {
  font-size: 43px;
  color: #010101;
  line-height: 48px;
  font-family: 'Prague';
  margin-bottom: 12px;
  transition: all 0.4s ease;
}
.home_about_item_text {
  font-size: 16px;
  color: #31241B;
  line-height: 24px;
  transition: all 0.4s ease;
  font-family: 'EquinoxTrial';
}


.home_partner {
  position: relative;
  padding:108px 0 60px
}
.home_partner_top {
  margin-bottom: 130px;
}
.home_partner_title {
  font-size: 45px;
  color: #000000;
  line-height: 54px;
  font-family: 'EquinoxTrial';
}

.home_partner_more .btn4 {
  width: 237px;
  height: 66px;
  line-height: 66px;
  border-radius: 33px;
  font-size: 18px;
  border: 1px solid #080059;
}
.home_partner_more .btn4 em {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background-image: url(../images/arrow_7.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: -3px 0 0 22px;
  transition: all 0.4s ease;
}
.home_partner_more .btn4:hover em {
  background-image: url(../images/arrow_8.png);
}

.home_partner_btm {
  position: relative;
  padding: 0 80px;
}
.partner_swiper_box {
  position: relative;
  padding-bottom: 50px;
}
  .partner_swiper_box .swiper-pagination {
    position: absolute;
    z-index: 9;
    left: 0;bottom: 0;
    width: 100%;
    text-align: center;
  }
.partner_swiper_item {
  position: relative;
  display: flex;
  width: 228px;
  height: 228px;
  background: #F7F7FF;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  border-radius: 28px;
  margin-bottom: 24px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.partner_swiper_item  img {
    transition:  all 0s;
}
.partner_swiper_item:hover {
  background: #080059;
  border-radius: 50%;
}
.partner_swiper_item:hover img {
  filter: brightness(100);
}

.home_looking {
  position: relative;
  z-index: 99;
  height: 40.88vw;
  min-height: 600px;
  background-color: #d5deea;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0,70px);
}
.home_looking_cont {
  position: relative;
  height: 100%;
}
.home_looking_info {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
}
.home_looking_title {
  font-size: 48px;
  color: #010101;
  line-height: 56px;
  font-family: 'EquinoxTrial';
  max-width: 680px;
}
.home_looking_text {
  font-size: 16px;
  color: #424242;
  line-height: 24px;
  max-width: 580px;
  font-family: 'popLight';
  margin:20px 0 60px;
}
.home_looking_btm {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  padding:14px;
  border: 1px solid rgba(8,0,89,0.46);
  transition: all 0.4s ease;
}
.home_looking_btm:hover {
  transform: translate(0,-10px);
}
.home_looking_more {
  display: flex;
  width: 149px;
  height: 149px;
  background: #080059;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}

.home_tred {
  position: relative;
  padding: 128px 0 156px 11.46vw;
  background: #f8f8f8;
}

.tred_switch_list_top {
  display: none;
}
.tred_switch_list:first-child {
  display: block;
}
.tred_switch_list {
  display: none;
}
.home_tred_upper {
  margin-bottom: 30px;
  padding-top: 27px;
}
.home_tred_label {
  font-size: 12px;
  color: #101A6A;
  line-height: 16px;
  font-family: 'EquinoxTrial';
  margin-right: 10px;
}
.home_tred_line {
  height: 1px;
  background: #3F4281;
}
.home_tred_info {
  text-align: right;
  padding-right: 7vw;
  margin-bottom: 14px;
}
.home_tred_info_cont {
  display: inline-block;
  width: 450px;
  text-align: left;
}
.home_tred_text {
  font-size: 18px;
  color: #000000;
  line-height: 29px;
  font-family: 'popLight';
  margin-bottom: 32px;
}
.home_tred_more .btn4 {
  width: 208px;
  height: 61px;
  line-height: 61px;
  font-size: 18px;
  border-radius: 31px;
  border: 1px solid #080059;
}
.home_tred_more .btn4  em {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background-image: url(../images/arrow_7.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: -3px 0 0 26px;
}
.home_tred_more .btn4:hover em {
  background-image: url(../images/arrow_8.png);
}

.home_tred_btm {
  position: relative;
  padding-left: 42px;
  padding-top: 36px;
  padding-right: 100px;
}
.home_tred_btm:after {
  content: "";
  position: absolute;
  left: 0;top: 0;
  z-index: 2;
  width: 106px;
  height: 106px;
  background: #080059;
}
.home_tred_img {
  position: relative;
  z-index: 9;
  max-width: 898px;
  width: 46.77vw;
}

.home_tred_right {
  width: 27.34vw;
  min-width: 360px;
}
.home_tred_group {
  position: relative;
  padding-top: 10px;
}
.home_tred_group:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  background: #b2b3cb;
}
.tred_switch_item {
    position: relative;
    z-index: 9;
  margin-bottom: 110px;
}
.tred_switch_item.active span {
  font-size: 24px;
  color: #080059;
  padding: 0 0 0 32px;
}
.tred_switch_item.active span:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 110%;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: #080059;
}
.tred_switch_item.active span::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 3px;
  left: 0;
  bottom: 0;
  height: 40px;
  background: #080059;
}
.tred_switch_item:last-child {
  margin-bottom: 0;
}
.tred_switch_item span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  font-family: 'EquinoxTrial';
  padding: 0 32px 0 12px;
  border-bottom: 1px solid #b2b3cb;
  cursor: url(../images/cursor.png), auto
}


/*   video  */
.video_box {
  position: relative;
  padding:64px 0 112px
}
.about_banner {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 427px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.about_banner_cont {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  width: 1400px;
  margin: 0 auto;
  top: 50%;
  transform: translate(0,-50%);
  text-align: left;
}
.breadcrumb_box {
  position: relative;
  padding:0;
}
.breadcrumb {
  position: relative;
  z-index: 99;
  font-size: 16px;
  color: #0C0255;
  line-height: 28px;
  font-family: 'popLight';
}
.breadcrumb a { 
  color: #0C0255;
}
.breadcrumb em {
  display: inline-block;
  vertical-align: middle;
  margin:0 2px;
}
.about_banner_title {
  font-size: 48px;
  color: #13065A;
  line-height: 54px;
  font-family: 'EquinoxTrial';
  margin-top: 10px;
}
.about_banner_text {
  font-size: 16px;
  color: #626262;
  line-height: 24px;
  max-width: 360px;
}

.video_promt {
  display: none;
}
.video_promt_box {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;top: 0;
    overflow: hidden;
}
.video_promt_top {
  text-align: right;
}
.video_close {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
    width: 36px;
}
.video_close img {
  width: 36px;
}
.video_promt_cont {
    display: block;
    max-height: 70%;
    max-width: 60%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.video_item {
  position: relative;
  float: left;
  width: 439px;
  margin:0 41.5px 0 0;
}
.video_item:nth-child(3n) {
  margin-right: 0;
}
.video_item_top {
  position: relative;
}
.video_item_img {
  position: relative;
  width: 100%;
  height: 533px;
  overflow: hidden;
  text-align: center;
}
.video_item_icon {
  position: absolute;
  z-index: 99;
  left: 23px;bottom: 29px;
  width: 74px;
  height: 74px;
  background-image: url(../images/video_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video_item_btm {
  position: relative;
  height: 145px;
  padding:20px 12px 0;
}
.video_item_label {
  font-size: 16px;
  color: #4E4E4E;
  line-height: 24px;
  font-family: 'popLight';
  margin-bottom: 10px;
}
.video_item_title {
  font-size: 24px;
  color: #4E4E4E;
  line-height: 28px;
  font-family: 'EquinoxTrial';
}
.video_btm {
  position: relative;
  padding-top: 96px;
}

/*  thanks  */
.thanks_box {
  position: relative;
  height: 41.77vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thanks_cont {
  position: absolute;
  z-index: 9;
  left: 0;right: 0;
  top: 50%;
  width: 1400px;
  margin:0 auto;
  transform: translate(0,-50%);
}
.thanks_title {
  font-size: 120px;
  color: #090059;
  line-height: 120px;
  font-family: 'EquinoxTrial';
  font-style: italic;
}
.thanks_text {
  max-width: 480px;
  font-size: 24px;
  color: #626262;
  line-height: 36px;
  font-family: 'popLight'; 
  margin:4px 0 60px;
}
.thanks_more .btn2 {
  width: 241px;
  height: 61px;
  line-height: 63px;
  font-size: 22px;
  border-radius: 30px;
}

.error_box {
  position: relative;
  padding:8px 0 0;
  background: #f1f5fb;
  text-align: center;
}
.error_cont {
  position: relative;
  padding-bottom: 12px;
}
.error_info {
  position: absolute;
  z-index: 9;
  width: 1000px;
  left: 0;right: 0;
  bottom: 50px;
  text-align: center;
  margin:0 auto
}
.error_title {
  font-size: 45px;
  color: #090059;
  line-height: 49px;
  font-family: 'EquinoxTrial';
}
.error_text {
  font-size: 16px;
  color: #656565;
  line-height: 22px;
  font-family: 'popLight';
  margin:3px 0 14px;
}
.error_more .btn2 {
  font-size: 24px;
  width: 241px;
  height: 61px;
  line-height: 63px;
  border-radius: 30px;
}


/*    exhibition   */
.exhibition_container {
  background: #f6f7fb;
}
.exhibition_banner.about_banner {
  height: 418px;
}
.exhibition_box {
  position: relative;
  padding:100px 0 134px;
}
.exhibition_item {
  position: relative;
  margin-bottom: 38px;
  background-color: #fff;
  transition:  all 0.4s ease;
  border-radius: 18px;
}
.exhibition_item:hover {
  background: #d9e3f0;
}
.exhibition_item:hover .exhibition_item_more {
  opacity: 1;
}
.exhibition_item_cont {
  position: relative;
  padding:70px 60px 70px 218px;
  justify-content: center;
  flex-flow: row-reverse;
}
.exhibition_item:last-child {
  margin-bottom: 0;
}
.exhibition_item_date {
  position: absolute;
  z-index: 9;
  left: 34px;
  top: 48px;
  width: 120px;
  border-radius: 10px;
  border: 1px solid #0C0255;
  text-align: center;
  overflow: hidden;
}
.exhibition_item_day {
  font-size: 48px;
  color: #0C0255;
  line-height: 48px;
  height: 93px;
  padding-top: 26px;
}
.exhibition_item_year {
  position: relative;
  height: 25px;
  font-size: 14px;
  color: #FFFFFF;
  background: #0c0255;
}

.exhibition_item_label {
  margin-bottom: 18px;
}
.exhibition_item_label span {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 32px;
  background: #0C0255;
  border-radius: 15px;
  font-size: 14px;
  color: #FFFFFF;
  padding:0 14px;
  font-family: 'popLight';
}
.exhibition_item_title {
  font-size: 30px;
  color: #2A2A2A;
  line-height: 36px;
  margin-bottom: 22px;
}
.exhibition_item_text {
  font-size: 16px;
  color: #5E5E5E;
  line-height: 24px;
  margin-bottom: 38px;
  max-width: 530px;
}
.exhibition_item_des {
  font-size: 18px;
  color: #707070;
  line-height: 24px;
}
.exhibition_item_des p {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.exhibition_item_des p:last-child {
  margin-bottom: 0;
} 
.exhibition_item_des img {
  position: absolute;
  z-index: 9;
  left: 0;top: 50%;
  transform: translate(0,-50%);
}

.exhibition_item_right {
  position: relative;
  width: 481px;
  margin-left: 100px;
}
.exhibition_item_img {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}
.exhibition_item_img img {
  border-radius: 18px;
}
.exhibition_item_more {
  position: absolute;
  z-index: 9;
  top: 50%;left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translate(0,-50%);
}
.exhibition_item_more .btn {
  width: 217px;
  height: 61px;
  line-height: 63px;
  background: #080059;
  border-radius: 31px;
}
.exhibition_item_more .btn em {
  display: inline-block;
  margin-top: -3px;
  margin-left: 28px;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'popR';
}


/* certificate   */
.certificate_container {
  position: relative;
  background: #f9fafe;
}
.certificate_banner.about_banner {
  height: 423px;
}

.certificate_box {
  position: relative;
  padding:138px 0 120px;
}
.certificate_item {
  float: left;
  width: 336px;
  margin:0 18.66px 0 0;
  text-align: center;
}
.certificate_item:nth-child(4n) {
  margin-right: 0;
}
.certificate_item_img {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.certificate_item_img img {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.certificate_item_img:hover img  {
	transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-o-transform: scale(1.1); 
}

.certificate_item_btm {
  position: relative;
  height: 106px;
  padding: 28px 0 0;
}
.certificate_item_title {
  font-size: 24px;
  color: #696969;
  line-height: 32px;
  overflow: hidden;  
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.certificate_btm {
  position: relative;
  padding: 48px 0 0;
}

/*  contact   */
.contact_box {
  position: relative;
}
.contact_box:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;bottom: 0;
  width: 50%;
  height: 110%;
  background: #eff1f5;
}
.contact_container {
  position: relative;
  background: #f7f8fa;
}
.contact_banner.about_banner {
  height: 620px;
}
.contact_banner .about_banner_cont {
  text-align: center;
}
.contact_banner .about_banner_text {
  margin: 0 auto;
}

.contact_cont {
  position: relative;
  z-index: 99;
  padding:106px 0 150px
}
.contact_left {
  position: relative;
  width: 630px;
  margin-right: 110px;
}
.contact_form_text {
  font-size: 18px;
  color: #201857;
  line-height: 24px;
  font-family: 'EquinoxTrial';
}
.contact_form_title {
  font-size: 30px;
  color: #201857;
  line-height: 35px;
  font-family: 'EquinoxTrial';
  margin:9px 0 75px
}
.contact_form_list {
  margin-bottom: 17px;
}
.contact_form_list:last-child {
  margin-bottom: 0;
}
.contact_form_item {
  width: 49%;
}
.contact_form_100  .contact_form_item {
  width: 100%;
}
.contact_form_input {
  position: relative;
  width: 100%;
  font-size: 17px;
  color: #ADB1BD;
  padding:8px 20px;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #BEC1CA;
  line-height: 25px;
  transition: all 0.4s ease;
}
.contact_form_input:focus {
  border: 1px solid #080059;
} 
.contact_select:focus {
  border: 1px solid #080059;
}
.contact_select { 
  position: relative;
  width: 100%;
  font-size: 17px;
  color: #ADB1BD;
  padding:8px 20px;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #BEC1CA;
  line-height: 25px;
  transition: all 0.4s ease;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align-last: left;
  background-image: url(../images/select_icon.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 18px 9px;
}
.contact_select option {
  font-size: 16px;
  padding:5px 0;
}
.contact_form_area {
  position: relative;
  width: 100%;
  font-size: 17px;
  color: #ADB1BD;
  padding:8px 20px;
  height: 224px;
  background: #FFFFFF;
  border: 1px solid #BEC1CA;
  transition: all 0.4s ease;
  line-height: 24px;
}
.contact_form_area:focus {
  border: 1px solid #080059;
} 

.contact_form_btm {
  text-align: center;
  padding-top: 20px;
}
.contact_form_btm .btn2 {
  width: 100%;
  height: 43px;
  line-height: 45px;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 22px;
  font-family: 'popMedium';
  border:0
}

.contact_right {
  padding-top: 12px;
}
.contact_info {
  max-width: 520px;
  margin-bottom: 166px;
}
.contact_info_item {
  margin-bottom: 36px;
}
.contact_info_item:last-child {
  margin-bottom: 0;
}
.contact_info_item_icon {
  width: 58px;
  margin-right: 40px;
}
.contact_info_item_right {
  padding-top: 12px;
}
.contact_info_item:nth-child(2) .contact_info_item_right {
  padding-top: 8px;
}
.contact_info_item:nth-child(3) .contact_info_item_right {
  padding-top: 26px;
}
.contact_info_item_title {
  font-size: 36px;
  color: #080059;
  line-height: 38px;
  font-family: 'EquinoxTrial';
  margin-bottom: 6px;
}
.contact_info_item_text {
  font-size: 18px;
  color: #080059;
  line-height: 28px;
  font-family: 'popLight';
}
.contact_link {
  padding-left: 98px;
}
.map {
  height: 636px;
  background: #dde4dd;
}

/*   customer   */
.customer_box {
  position: relative;
  padding:88px 0 76px;
}
.customer_item {
  float: left;
  width: 688px;
  margin:0 24px 49px 0
}
.customer_item:hover .customer_item_btm {
  background: #080059;
}
.customer_item:hover .customer_item_title {
  color:#fff
}
.customer_item:hover .customer_item_text {
  color:#fff
}
.customer_item:hover .customer_item_more {
  background: #fff;
  border:1px solid #fff;
}
.customer_item a {
  display: block;
}
.customer_item:nth-child(2n) {
  margin-right: 0;
}
.customer_item_img {
  position: relative;
  height: 392px;
  overflow: hidden;
}
.customer_item_btm {
  position: relative;
  height: 130px;
  padding:0 28px 0 24px;
  background: #f3f6fa;
  transition: all 0.5s ease;
}
.customer_item_title {
  font-size: 36px;
  color: #080059;
  line-height: 36px;
  margin-bottom: 4px;
  font-family: 'EquinoxTrial';
  transition: all 0.5s ease;
}
.customer_item_title span {
  font-family: 'Prague';
  font-size: 30px;
}
.customer_item_text {
  font-size: 16px;
  color: #080059;
  line-height: 24px;
  font-family: 'popLight';
  transition: all 0.5s ease;
}
.customer_item_right {
  margin-left: 10px;
}
.customer_item_more {
  width: 185px;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  font-size: 18px;
  color: #080059;
  text-align: center;
  border: 1px solid #080059;
  transition: all 0.5s ease;
}
.customer_item_more em {
  display: inline-block;
  vertical-align: middle;
  margin:-3px 0 0 18px;
}


.customer_intro {
  position: relative;
  padding:115px 0 0;
}
.customer_intro:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;top: 0;
  height: 620px;
  background: #F8F8F8;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.customer_intro_cont {
  position: relative;
  z-index: 9;
}
.customer_intro_img {
  position: relative;
  width: 850px;
  overflow: hidden;
  margin-right: -100px;
  border-radius: 20px;
}
.customer_intro_img img {
  border-radius: 20px;
}
.customer_intro_right {
  position: relative;
  padding:65px 80px 0 0
}
.customer_intro_title {
  font-size: 60px;
  color: #080059;
  line-height: 60px;
  margin:18px 0 20px;
  font-family: 'EquinoxTrial';
}
.customer_intro_text {
  font-size: 18px;
  color: #626262;
  line-height: 26px;
  font-family: 'popLight';
}

.customer_safety {
  position: relative;
  padding:126px 0 100px;
  text-align: center;
}
.customer_safety_title {
  font-size: 48px;
  color: #141414;
  line-height: 58px;
  font-family: 'EquinoxTrial';
  width: 580px;
  margin:0 auto
}
.customer_safety_text {
  font-size: 18px;
  color: #A0A0A0;
  line-height: 27px;
  font-family: 'popLight';
  max-width: 840px;
  letter-spacing: 1px;
  margin:12px auto 62px;
}
.customer_safety_more .btn2 {
  width: 248px;
  height: 59px;
  line-height: 61px;
  border-radius: 29px;
}

.customer_statement {
  position: relative;
  padding:106px 0 44px;
  background: #f8f8f8;
}
.customer_statement_cont {
  position: relative;
  z-index: 99;
}
.customer_statement_icon {
  position: absolute;
  z-index: 2;
  left: 124px;
  top: -3px;
  max-width: 68px;
}
.statement_swiper_item {
  position: relative;
  padding:0 280px 0 240px;
}
.statement_swiper_item_text {
  font-size: 24px;
  color: #565656;
  line-height: 33px;
  margin-bottom: 70px;
}
.statement_swiper_item_tx {
  position: relative;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;

}
.statement_swiper_item_tx img {
  border-radius: 50%;
  width: 100%;
}
.statement_swiper_item_author {
  font-size: 18px;
  color: #161616;
  line-height: 24px;
}
.statement_swiper_item_des {
  font-size: 12px;
  color: #A1A1A1;
  line-height: 16px;
  font-family: 'popLight';
}
.statement_swiper_box {
  position: relative;
  padding-bottom: 42px;
}
.public_swiper_box .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 7px;
  background: #DDE2E5;
  border-radius: 4px;
  opacity: 1;
  margin: 0 4px;
  border-radius: 4px;
  transition: all .4s ease;
}
.public_swiper_box .swiper-pagination-bullet-active {
  width: 64px;
  background: #080059;
}
.statement_swiper_box .swiper-pagination {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding-right: 96px;
  text-align: right; 
}

.customer_lightspot_item_left {
  position: relative;
  width: 700px;
}
.customer_lightspot_item_right {
  position: relative;
  padding:0 0 0 100px;
}
.customer_lightspot_item_num {
  display: inline-block;
  width: 65px;
  height: 92px;
  text-align: center;
  background: #080059;
  font-size: 80px;
  line-height: 80px;
  color: #FFFFFF;
  font-family: 'EquinoxTrial';
  margin-bottom: 68px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.customer_lightspot_item_title {
  font-size: 60px;
  color: #010101;
  line-height: 75px;
  font-family: 'EquinoxTrial';
  margin-bottom: 34px;
}
.customer_lightspot_item_text {
  margin-bottom: 28px;
}
.customer_lightspot_item_text h6 {
  position: relative;
  font-size: 24px;
  color: #000000;
  line-height: 25px;
  padding-left: 30px;
  font-family: 'EquinoxTrial';
  margin-bottom: 8px;
}
.customer_lightspot_item_text h6:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;top: 4px;
  width: 13px;
  height: 13px;
  background: #080059;
  border-radius: 50%;
}
.customer_lightspot_item_text p {
  font-size: 16px;
  color: #606060;
  line-height: 22px;
  font-family: 'popLight';
}
.customer_lightspot_item_more {
  padding-top: 24px;
}
.customer_lightspot_item_more a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #080059;
  line-height: 28px;
  padding-bottom: 5px;
  transition: all 0.4s ease;
  border-bottom: 2px solid #080059;
}
.customer_lightspot_item_more a:hover {
  transform: translate(0,-10px);
}
.lightspot_swiper_img {
  width: 100%;
}
.customer_lightspot_title {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 543px;
  height: 82px;
  padding:0 20px;
  background: #080059;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.lightspot_swiper_box {
  position: relative;
  padding-bottom: 82px;
}
.public_swiper_box .swiper-button-next, .public_swiper_box .swiper-button-prev {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top:auto;
  margin-top:0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  line-height: 20px;
  text-align: center;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  -moz-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  transition: all 0.4s;
}
.public_swiper_box .swiper-button-next span,.public_swiper_box .swiper-button-prev span  {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 24px;
  font-weight: bold;
  color: #080059;
  transition: all 0.4s;
}
.lightspot_swiper_box  .swiper-button-next:hover span {
  color:#565656
}
.lightspot_swiper_box  .swiper-button-prev:hover span {
  color:#565656
}
.public_swiper_box .swiper-button-prev {
  transform: rotate(180deg);
}
.customer_lightspot .swiper-button-prev {
  position: absolute;
  left: auto;
  right: 110px;
  bottom:30px;
}
.customer_lightspot .swiper-button-next {
  position: absolute;
  left: auto;
  right: 30px;
  bottom: 30px;
}
.customer_lightspot {
  position: relative;
  padding:92px 0 116px;
}
.customer_lightspot_item {
  margin-bottom: 114px;
}
.customer_lightspot_btm {
  position: relative;
  text-align: center;
  padding-top: 16px;
}
.lightspot_more {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
.lightspot_more.active {
  transform: rotate(0);
}

/*  blog   */
.blog_box {
  position: relative;
  padding:44px 0 200px;
}
.blog_hot {
  margin-bottom: 70px;
}
.blog_hot_cont {
  justify-content: center;
  flex-flow: row-reverse;
}
.blog_hot_img {
  position: relative;
  width: 885px;
  overflow: hidden;
}
.blog_hot_right {
  position: relative;
  padding:42px 86px 0 34px;
  border:2px solid #e2e2ec;
  border-right: 0;
}
.blog_hot_date {
  position: relative;
  padding-bottom: 7px;
  font-size: 14px;
  color: #969696;
  line-height: 24px;
  font-family: 'popLight';
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 3.75vw;
}
.blog_hot_title {
  font-size: 36px;
  color: #080059;
  line-height: 40px;
  font-family: 'popMedium';
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.blog_hot_text {
  font-size: 14px;
  color: #565656;
  line-height: 20px;
  height: 120px;
  font-family: 'popLight';
/*   margin-bottom: 2.7vw; */
}
.blog_hot_more .btn2 {
  width: 208px;
  height: 59px;
  line-height: 61px;
  background: #080059;
  border-radius: 29px;
  font-size: 18px;
}

.blog_nav {
  position: relative;
  text-align: right;
  margin-bottom: 62px;
}
.blog_nav a {
  position: relative;
  display:inline-block;
  vertical-align: middle;
  height: 57px;
  line-height: 59px;
  padding:0 40px;
  border-radius: 29px;
  border: 1px solid #6C6C6C;
  font-size: 18px;
  color: #6C6C6C;
  margin:0 0 10px 16px;
  transition: all 0.4s ease;
}
.blog_nav a:hover {
  background: #080059;
  color:#fff;
  border: 1px solid #080059;
}

.blog_item {
  position: relative;
  float: left;
  width: 436px;
  margin:0 46px 43px 0;
  transition: all 0.4s ease;
  background: #f8f8f8;
}
.blog_item:hover:after {
  width: 100%;
}
.blog_item:hover {
  box-shadow: 0px 4px 26px 1px rgba(121,121,121,0.26);
  background: #fff;
}
.blog_item:hover  .btn4  {
  color:#fff
}
img {
  transition: all 0.5s ease;
}
.blog_item:after {
  content: "";
  position: absolute;
  left: 0;bottom: -2px;
  z-index: 9;
  width: 0;
  height: 2px;
  background: #0c0255;
  transition: all 0.4s ease;
}
.blog_item:nth-child(3n) {
  margin-right: 0;
}
.blog_item_img {
  position: relative;
  height: 399px;
  overflow: hidden;
}
.blog_item_img:hover img {
  transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-o-transform: scale(1.1); 
}
.blog_item_btm {
  position: relative;
  height: 224px;
  padding:12px 25px 0 22px;
}
.blog_item_date {
  font-size: 14px;
  color: #969696;
  line-height: 24px;
  font-family: 'popLight';
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.blog_item_title {
  font-size: 29px;
  color: #232323;
  line-height: 32px;
  font-family: 'popMedium';
  margin-bottom: 12px;
}
.blog_item_text {
  font-size: 14px;
  color: #656565;
  line-height: 16px;
  font-family: 'popLight';
  margin-bottom: 16px;
}
.blog_item:hover .btn4:after {
  width: 100%;
}
.blog_btm {
  position: relative;
  padding-top: 54px;
}

.details_box {
  position: relative;
  padding:5px 0 110px;
}
.details_top {
  margin-bottom: 56px;
}
.details_left {
  padding-top: 18px;
}
.details_title {
  font-size: 42px;
  color: #080059;
  line-height: 48px;
  font-family: 'EquinoxTrial';
  margin-bottom: 20px;
}
.details_date {
  font-size: 14px;
  color: #969696;
  line-height: 20px;
  font-family: 'popR';
  margin-bottom: 48px;
}
.details_text {
  font-size: 16px;
  color: #616161;
  line-height: 25px;
  font-family: 'popR';
}
.details_text p {
  margin-bottom: 26px;
}
.details_text p:last-child {
  margin-bottom: 0;
}

.details_nav {
  position: relative;
  padding: 29px 0 0;
  margin-top: 100px;
  border-top: 1px solid #080059;
}
.details_nav_more {
  position: relative;
  display: inline-block;
  width: 146px;
  height: 41px;
  line-height: 41px;
  border-radius: 20px;
  font-size: 12px;
  color: #080059;
  border: 1px solid #080059;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
}
.details_nav_more:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  left: 0;
  background: #080059;
  transition: all 0.4s ease;
  border-radius: 20px;
}
.details_nav_more:hover {
  color:#fff
}
.details_nav_more:hover:after {
  width: 100%;
}
.details_nav_more:hover em {
  background-image: url(../images/arrow_5.png);
}
.details_nav_more span {
  position: relative;
  z-index: 9;
}
.details_nav_more em {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-image: url(../images/arrow_4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin:-3px 0 0 18px;
  transition: all 0.4s ease;
}
.details_nav_item:first-child em {
  margin:-3px 18px 0 0;
  transform: rotate(180deg);
}

.details_right {
  position: relative;
  width: 370px;
  margin-left: 63px;
}
.side_title {
  font-size: 24px;
  color: #13065A;
  line-height: 32px;
  font-family: 'EquinoxTrial';
}
.news_post {
  margin-bottom: 25px;
}
.news_post_btm {
  position: relative;
  border-top:1px solid #dcdcdc;
  padding:30px 16px 42px;
  background: #f8f8f8;
  margin-top: 7px;
}
.news_post_item {
  position: relative;
  padding:0;
  margin-bottom: 34px;
}
.news_post_item:hover .news_post_item_title {
  color:#4236b4
}
.news_post_item:last-child {
  margin-bottom: 0;
}
.news_post_item_img {
  width: 156px;
  margin-right: 18px;
}
.news_post_item_title {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  font-family: 'EquinoxTrial';
  margin-bottom:0;
  transition: all 0.3s ease;
}
.news_post_item_text {
  font-size: 12px;
  color: #494949;
  line-height: 16px;
  font-family: 'popLight';
  margin:5px 0 6px;
}
.news_post_item_date {
  font-size: 12px;
  color: #767676;
  line-height: 16px;
  font-family: 'popLight';
}
.det_contact {
  position: relative;
  padding:52px 25px 33px;
  background: #F7F7FF;
}
.det_contact_cont {
  position: relative;
}
.det_contact_title {
  font-size: 24px;
  color: #080059;
  line-height: 29px;
  text-align: center;
  padding:0;
  margin-bottom: 32px;
  font-family: 'EquinoxTrial';
}
.det_form_list {
  margin-bottom: 20px;
}
.det_form_item {
  width: 100%;
  margin-bottom: 12px;
}
.det_form_item:last-child {
  margin-bottom: 0;
}
.det_form_100 .det_form_item {
  width: 100%;
}
.det_form_input {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #FFFFFF;
  border:1px solid #fff;
  padding:0 21px;
  font-size: 16px;
  color: #919191;
  transition: all 0.4s ease;
  font-family: 'EquinoxTrial';
}
.det_form_input:focus {
  border: 1px solid #080059;
}
.det_form_area:focus {
  border: 1px solid #080059;
}
.det_form_area {
  width: 100%;
  height: 136px;
  background: #FFFFFF;
  line-height: 24px;
  padding:8px 21px;
  font-size: 16px;
  color: #919191;
  transition: all 0.4s ease;
  font-family: 'EquinoxTrial';
}
.det_contact_btm {
  text-align: center;
  padding-top: 50px;
}
.det_contact_btm .btn2 {
  width: 225px;
  height: 63px;
  line-height: 65px;
  font-size: 18px;
  border:0;
  border-radius: 31px;
}
.details_related {
  margin-top: 118px;
}
.details_related_title {
  font-size: 32px;
  color:#242424;
  line-height: 36px;
  font-family: 'popMedium';
  margin-bottom: 8px;
}
.details_related_line {
  width: 28px;
  height: 5px;
  background: #c8000b;
  margin-bottom: 54px;
}

.blog_item_more em {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-image: url(../images/arrow_4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin:-3px 0 0 10px;
  transition: all 0.4s ease;
}
.blog_item:hover .btn4 em {
  color: #fff;
  background-image: url(../images/arrow_5.png);
} 

/*   solution   */
.solution_offer {
  position: relative;
  text-align: center;
  padding: 86px 0 0;;
}
.solution_title {
  font-size: 48px;
  color: #141414;
  line-height: 54px;
  font-family: 'EquinoxTrial';
}
.solution_offer_group {
  font-size: 0;
  margin-top: 64px;
}
.solution_offer_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 440px;
  height: 586px;
  padding:45px 40px 0;
  background: #F7F7FF;
  border-radius: 6px;
  margin-right: 24px;
  transition:  all 0.4s ease;
}
.solution_offer_item:hover {
  background: #FFFFFF;
  box-shadow: 0px 14px 27px 0px rgba(130,130,130,0.28);
}
.solution_offer_item:nth-child(3n) {
  margin-right: 0;
}
.solution_offer_item_icon {
  position: relative;
  width: 268px;
  height: 268px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.solution_offer_item_icon img {
  width: 100%;
  border-radius: 50%;
}
.solution_offer_item_title {
  font-size: 32px;
  color: #141414;
  line-height: 42px;
  /*height: 84px;*/
  font-family: 'EquinoxTrial';
  margin:52px 0 12px;
}
.solution_offer_item_text {
  font-size: 16px;
  color: #A0A0A0;
  line-height: 23px;
  font-family: 'popLight';
}

.solution_popular {
  position: relative;
  padding:108px 0 0;
}
.solution_popular_upper {
  text-align: center;
}
.solution_popular_nav {
  position: relative;
  font-size: 0;
  margin-top: 52px;
  border-bottom: 1px solid #080059;
}
.solution_popular_nav span {
  display: inline-block;
  width: 213px;
  height: 59px;
  line-height: 59px;
  padding-top: 6px;
  text-align: center;
  font-size: 24px;
  color: #141414;
  margin:0 12px;
  font-family: 'EquinoxTrial';
  cursor: pointer;
}
.solution_popular_nav span.active {
  background: #080059;
  color:#fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.solution_popular_btm {
  position: relative;
  background: #f8f8f8;
  padding:108px 5.1vw 150px 13.54vw;
}
.solution_popular_main {
  justify-content: center;
  flex-flow: row-reverse;
}
.solution_popular_left {
  width: 48.125vw;
  max-width: 924px;
  margin-left: 22px;
}
.popular_swiper_item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.popular_swiper_item img {
  border-radius: 16px;
}
.solution_popular_right {
  position: relative;
  background: #fff;
  border-radius: 16px;
}
.solution_popular_info {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  padding:0 46px;
}
.solution_popular_title {
  font-size: 36px;
  color: #080059;
  line-height: 36px;
  font-family: 'EquinoxTrial';
  margin-bottom: 22px;
}
.solution_popular_title span {
  font-size: 48px;
}
.solution_popular_text {
  font-size: 18px;
  color: #565656;
  line-height: 26px;
  font-family: 'popLight';
  margin-bottom: 3.64vw;
}
.solution_popular_more a {
  width: 202px;
  height: 61px;
  line-height: 61px;
  border-radius: 31px;
  border: 1px solid #080059;
  font-size: 18px;
  margin-right: 10px;
}
.solution_popular_more a:last-child {
  margin-right: 0;
}
.popular_swiper_box {
  position: relative;
}
.popular_swiper_box .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: -90px;
  text-align: left;
}
.popular_switch_item {
  display: none;
}
.popular_switch_item:first-child {
  display: block;
}

.solution_faq {
  position: relative;
  padding:128px 0 156px;
}
.solution_faq_title {
  font-size: 55px;
  color: #141414;
  line-height: 58px;
  padding:0 40px 18px;
  border-bottom: 1px solid #9794b9;
  margin-bottom: 36px;
}
.faq_item {
  position: relative;
  background: #F7F7FF;
  border-radius: 20px;
  margin-bottom: 16px;
  padding:0 0 28px 36px;
  transition: all .4s ease;
}
.faq_item.active .faq_item_icon {
  background-image: url(../images/switch_icon2.png);
}
.faq_item_top {
  position: relative;
  padding-top: 26px;
  padding-right: 100px;
}
.faq_item_icon {
  position: absolute;
  z-index: 99;
  right: 32px; top: 24px;
  width: 46px;
  height: 46px;
  background-image: url(../images/switch_icon1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  transition: all 0.4s ease;
}
.faq_item_title {
  font-size: 28px;
  color: #080059;
  font-family: 'EquinoxTrial';
}
.faq_item:first-child .faq_item_btm {
  display: block;
}
.faq_item_btm {
  display: none;
  margin-top: 10px;
  padding-bottom: 22px;
}
.faq_item_text {
  font-size: 16px;
  color: #717171;
  line-height: 22px;
  font-family: 'popLight';
}

/*   about   */
.company_banner.about_banner {
  height: 38.489vw;
  border-radius: 0;
}
.company_banner_title {
  font-size: 47px;
  color: #080059;
  line-height: 56px;
  font-family: 'EquinoxTrial';
  margin-top: 18px;
  max-width: 640px;
}
.company_banner .about_banner_cont {
  top: 8.125vw;
  transform: translate(0,0);
}

.about_intro {
  position: relative;
  padding:132px 0 112px;
  background: #f8f8f8;
}
.about_intro_upper {
  margin-bottom: 85px;
}
.about_intro_upper_left {
  width: 700px;
}
.about_intro_title {
  font-size: 49px;
  color: #141414;
  line-height: 61px;
  font-family: 'EquinoxTrial';
}
.about_intro_text {
  font-size: 18px;
  color: #404040;
  line-height: 27px;
  font-family: 'popLight';
  margin-bottom: 78px;
}
.about_intro_more .btn2 {
  width: 221px;
  height: 62px;
  line-height: 62px;
  background: #080059;
  border-radius: 31px;
  font-size: 19px;
}
.about_intro_more em {
  margin:-3px 0 0 24px;
}

.about_video {
  position: relative;
  margin-bottom: 115px;
}
.about_video_img {
  position: relative;
  z-index: 9;
  height: 35.67vw;
  max-height: 685px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_video_icon {
  position: absolute;
  z-index: 9;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.about_statistics_item {
  float: left;
  width: 420px;
  margin-right: 70px;
}
.about_statistics_item:first-child .about_statistics_item_icon {
  margin-top: -12px;
}
.about_statistics_item:last-child {
  margin-right: 0;
}
.about_statistics_item_icon {
  position: relative;
  width: 144px;
  text-align: center;
}
.about_statistics_item_num {
  font-size: 73px;
  color: #080059;
  line-height: 60px;
  margin-bottom: 14px;
  font-family: 'Prague';
}
.about_statistics_item_text {
  font-size: 22px;
  color: #6B6B6B;
  line-height: 24px;
  font-family: 'popLight';
}

.about_mission {
  position: relative;
  padding:124px 0 146px;
}
.about_mission_title {
  font-size: 53px;
  color: #141414;
  line-height: 56px;
  font-family: 'EquinoxTrial';
  margin-bottom: 56px;
}
.about_mission_btm {
  font-size: 0;
}
.about_mission_item {
  position: relative;
  float: left;
  width: 448px;
  height: 550px;
  background: #F7F7FF;
  border-radius: 29px;
  margin-right: 28px;
  text-align: center;
  padding:56px 32px 0;
}
.about_mission_item:nth-child(3n) {
  margin-right: 0;
}
.about_mission_item:hover .about_mission_item_icon {
  background: #080059;
}
.about_mission_item:hover .about_mission_item_icon1 span {
  background-image: url(../images/about_icon_b1.png);
}
.about_mission_item:hover .about_mission_item_icon2 span {
  background-image: url(../images/about_icon_b2.png);
}
.about_mission_item:hover .about_mission_item_icon3 span {
  background-image: url(../images/about_icon_b3.png);
}
.about_mission_item_icon {
  position: relative;
  width: 176px;
  height: 176px;
  background: #FFFFFF;
  border-radius: 50%;
  margin:0 auto;
  transition: all 0.4s ease;
}
.about_mission_item_icon span {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 95px;
  top: 50%;
  transform: translate(0,-50%);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: 95px auto;
  transition: all 0.4s ease;
}
.about_mission_item_icon1 span {
  background-image: url(../images/about_icon_a1.png);
  background-size: 91px auto;
} 
.about_mission_item_icon2 span {
  background-image: url(../images/about_icon_a2.png);
} 
.about_mission_item_icon3 span {
  background-image: url(../images/about_icon_a3.png);
} 
.about_mission_item_title {
  font-size: 44px;
  color: #141414;
  line-height: 48px;
  font-family: 'EquinoxTrial';
  margin:30px 0 40px;
}
.about_mission_item_text {
  font-size: 16px;
  color: #565656;
  line-height: 28px;
  font-family: 'popLight';
}

.about_social_btm {
  position: relative;
  padding:80px 0;
  background: #f8f8f8;
}
.about_social_main {
  position: relative;
  padding-left: 32px;
}
.about_social_upper {
  padding-bottom: 50px;
}
.about_social_title {
  font-size: 49px;
  color: #141414;
  line-height: 54px;
  font-family: 'EquinoxTrial';
  text-align: center;
}
.social_swiper_item {
  justify-content: center;
  flex-flow: row-reverse;
  background: #FFFFFF;
  border-radius: 16px;
}
.social_swiper_item_img {
  width: 987px;
  border-radius: 16px;
  overflow: hidden;
}
.social_swiper_item_info {
  position: relative;
  padding:0 80px 0 110px;
}
.social_swiper_item_num {
  position: absolute;
  z-index: 9;
  left: 42px;
  top: 0;
  width: 45px;
  height: 53px;
  line-height: 55px;
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'popLight';
  background: #080059;
  border-radius: 10px;
  text-align: center;
}
.social_swiper_item_title {
  font-size: 46px;
  color: #080059;
  line-height: 54px;
  font-family: 'EquinoxTrial';
  margin-bottom: 22px;
}
.social_swiper_item_text {
  font-size: 18px;
  color: #565656;
  line-height: 26px;
  font-family: 'popLight';
}
.social_swiper_box {
  position: relative;
}
.social_swiper_box .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 12px;
  height: 27px;
  background: #DDE2E5;
  border-radius: 6px;
  opacity: 1;
  margin: 0 0 8px;
  transition: all .4s ease;
}
.social_swiper_box .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.social_swiper_box .swiper-pagination-bullet-active {
  height: 74px;
  background: #080059;
}
.social_swiper_box .swiper-pagination {
  position: absolute;
  display: block;
  left: -72px;
  bottom: 0;
  width: 12px;
  z-index: 99;
  text-align: left 
}

.about_history {
  position: relative;
  padding:94px 0 128px;
}
.about_history_title {
  font-size: 49px;
  color: #141414;
  line-height: 54px;
  font-family: 'EquinoxTrial';
}

.about_history_main {
  margin-top: 120px;
}
.about_history_group {
  position: relative;
  padding:26px 0 130px;
} 
.about_history_group:after {
  content: "";
  position: absolute;
  top: 0;
  right: 768px;
  z-index: 9;
  width: 1px;
  height: 100%;
  background: #080059;
}
.about_history_group::before {
  content: "";
  position: absolute;
  top: 0;
  right: 644px;
  z-index: 9;
  width: 125px;
  height: 1px;
  background: #080059;
}
.about_history_item {
  margin-bottom: 48px;
}
.about_history_item:last-child {
  margin-bottom: 0;
}
.about_history_item_cont {
  justify-content: center;
  flex-flow: row-reverse;
}
.about_history_item_img {
  position: relative;
  width: 714px;
  margin-left: 200px;
}
.about_history_item_img:after {
  content: "";
  position: absolute;
  top: 50px;
  left: -164px;
  z-index: 9;
  width: 109px;
  height: 1px;
  background: #080059;
}
.about_history_item_info {
  text-align: right;
}
.about_history_item_date {
  font-size: 41px;
  color: #080059;
  line-height: 54px;
  margin-bottom: 18px;
}
.about_history_item_text {
  font-size: 18px;
  color: #141414;
  line-height: 25px;
  font-family: 'popLight';
}

.about_team {
  position: relative;
  padding:170px 0 144px;
  background: #f8f8f8;
}
.about_team_main  {
  justify-content: center;
  flex-flow: row-reverse;
}
.about_team_right {
  width: 827px;
  padding-top: 38px;
  margin-right: -57px;
}
.about_team_img {
  position: relative;
  width: 100%;
  display: none;
  overflow: hidden;
}
.about_team_img:first-child {
  display: block;
}
.about_team_left {
  position: relative;
  padding:0 120px 0 0;
}
.about_team_title {
  font-size: 49px;
  color: #141414;
  line-height: 54px;
  font-family: 'EquinoxTrial';
  margin-bottom: 38px;
}
.about_team_text {
  font-size: 18px;
  color: #6C6C6C;
  line-height: 26px;
  font-family: 'popLight';
  margin-bottom: 130px;
}
.about_team_nav_item {
  position: relative;
  font-size: 16px;
  color: #747474;
  line-height: 32px;
  padding-left: 26px;
  margin-bottom: 4px;
  cursor: pointer;
}
.about_team_nav_item.active::before,.about_team_nav_item.active::after {
  opacity: 1;
}
.about_team_nav_item::before,.about_team_nav_item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 9;
  width: 36px;
  height: 1px;
  opacity: 0;
}
.about_team_nav_item::before {
  left: -36px;
  background: #c6c6c6;
}
.about_team_nav_item::after {
  left: -72px;
  background: #080059;
}
.about_team_nav_item.active {
  font-size: 31px;
  color: #080059;
}
.about_team_nav_item:last-child {
  margin-bottom: 0;
}

.about_contact {
  background: #d5deea;
  padding:80px 0;
}
.about_contact_text {
  font-size: 49px;
  color: #080059;
  line-height: 61px;
  font-family: 'EquinoxTrial';
  max-width: 820px;
}
.about_contact_more .btn2 {
  width: 221px;
  height: 62px;
  line-height: 64px;
  border-radius: 31px;
}
.about_contact_more .btn2 em {
  margin:-3px 0 0 28px;
}

.about_marketing {
  position: relative;
  padding:124px 0 50px;
}
.about_marketing_top {
  margin-bottom: 6px;
}
.about_marketing_title {
  font-size: 49px;
  color: #080059;
  line-height: 54px;
  font-family: 'EquinoxTrial';
  margin-bottom: 18px;
}
.about_marketing_text {
  font-size: 15px;
  color: #8E8E8E;
  line-height: 23px;
  max-width: 640px;
  font-family: 'popLight';
}

.about_marketing_btm {
  position: relative;
}
.phone_marketing_main {
  display: none;
}
.about_marketing_item {
  position: absolute;
  z-index: 9;
  width: 53px;
  height: 53px;
  cursor: pointer;
}
.about_marketing_item:hover .about_marketing_item_info {
  display: block;
}
.about_marketing_item:hover .about_marketing_item_ts {
  display: block;
}
.about_marketing_item_1 {
  left: 224px;
  top: 180px;
}
.about_marketing_item_2 {
  left: 292px;
  top: 286px;
}
.about_marketing_item_3 {
  left: 812px;
  top: 266px;
}
.about_marketing_item_4 {
  left: 838px;
  top: 386px;
}
.about_marketing_item_5 {
  z-index: 10;
  right:259px;
  top: 249px;
}
.about_marketing_item_6 {
  right:178px;
  top: 155px;
}

.about_marketing_item_ts {
  position: absolute;
  z-index: 9;
  top: -3px;right: -21px;
  display: none;
}
.about_marketing_item_info {
  position: absolute;
  z-index: 9;
  bottom: 23px;right: -147px;
  display: none;
}
.about_marketing_item_info_cont {
  width: 127px;
  height: 127px;
  background: #F7F7FF;
  box-shadow: 0px 14px 27px 0px rgba(130,130,130,0.28);
  border-radius: 20px;
  border: 1px solid #080059;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}


.contact_popup {
  display: none;
}
.contact_popup_box {
  position: fixed;
  z-index: 999;
  width: 1170px;
  top: 50%;
  transform: translate(0,-50%);
  background: #F7F8FA;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 54px 160px 70px;
}
.contact_popup_close {
  position: absolute;
  z-index: 99;
  width: 21px;
  top: 32px;
  right: 24px;
  display: inline-block;
  cursor: pointer;
}
.contact_popup_top {
  text-align: center;
  margin-bottom: 58px;
}
.contact_popup_title {
  font-size: 48px;
  color: #201857;
  line-height: 54px;
  font-family: 'EquinoxTrial';
}

.contact_popup .contact_form_input {
  position: relative;
  width: 100%;
  font-size: 22px;
  color: #ADB1BD;
  padding: 14px 30px;
  height: 59px;
  background: #FFFFFF;
  border: 1px solid #BEC1CA;
  line-height: 29px;
  transition: all 0.4s ease;
}
.contact_popup .contact_form_input:focus {
  border:1px solid #080059
}
.contact_popup .contact_select:focus {
  border:1px solid #080059
}
.contact_popup .contact_form_area:focus {
  border:1px solid #080059
}
.contact_popup .contact_select {
  position: relative;
  width: 100%;
  font-size: 22px;
  color: #ADB1BD;
  padding: 14px 30px;
  height: 59px;
  background: #FFFFFF;
  border: 1px solid #BEC1CA;
  line-height: 29px;
  transition: all 0.4s ease;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align-last: left;
  background-image: url(../images/select_icon.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 18px 9px;
}

.contact_popup .contact_form_area {
  position: relative;
  width: 100%;
  font-size: 22px;
  color: #ADB1BD;
  padding: 12px 30px;
  height: 240px;
  background: #FFFFFF;
  border: 1px solid #BEC1CA;
  transition: all 0.4s ease;
  line-height: 24px;
}
.contact_popup_form_list {
  margin-bottom: 22px;
}
.contact_popup_form_list:last-child {
  margin-bottom: 0;
}
.contact_popup_form_btm {
  padding-top: 36px;
  text-align: center;
}
.contact_popup_form_btm .btn4 {
  width: 100%;
  height: 57px;
  line-height: 59px;
  background: #080059;
  border-radius: 22px;
  font-size: 24px;
  border:0
}


/*  advantage   */
.advantage_container {
  background: #f8f8f8;
}
.advantage_banner.about_banner {
  height: 38vw;
}
.advantage_banner .about_banner_cont {
  text-align: center;
  top: 13.4vw;
  transform: translate(0,0);
}

.advantage_experience {
  position: relative;
  padding: 125px 0 0;
}
.advantage_experience:after {
  content: "";
  position: absolute;
  left: 0;bottom: 0;
  z-index: 2;
  width: 100%;
  height: 342px;
  background: #fff;
}
.advantage_experience_cont {
  position: relative;
  z-index: 9;
}
.advantage_experience_upper {
  margin-bottom: 80px;
}
.advantage_experience_left {
  position: relative;
}
.advantage_experience_left .advantage_title {
  max-width: 640px;
  letter-spacing: -1px;
}
.advantage_title {
  font-size: 48px;
  color: #000000;
  line-height: 61px;
  font-family: 'EquinoxTrial';
}
.advantage_experience_right {
  width: 656px;
  padding-top: 3px;
}
.advantage_experience_text {
  font-size: 18px;
  color: #404040;
  line-height: 28px;
  font-family: 'popLight';
  margin-bottom: 110px;
}
.advantage_experience_info {
  margin-bottom: 30px;
}
.advantage_experience_item {
  float: left;
  width: 312px;
  margin-right: 32px;
  margin-bottom: 24px;
}
.advantage_experience_item:nth-child(2n) {
  margin-right: 0;
}
.advantage_experience_item_icon {
  height: 35px;
  line-height: 35px;
  margin-bottom: 11px;
}
.advantage_experience_item_text {
  font-size: 18px;
  color: #404040;
  font-family: 'popLight';
}
.advantage_experience_more .btn2 {
  width: 217px;
  height: 61px;
  line-height: 62px;
  background: #080059;
  border-radius: 31px;
}
.advantage_experience_more .btn2 em {
  margin: -3px 0 0 32px;
}

.advantage_navigation {
  position: relative;
  background: #fff;
  padding:120px 0 240px;
}
.advantage_navigation_btm {
  margin-top: 96px;
}
.advantage_navigation_item {
  float: left;
  width: 434px;
  padding:8px;
  border-radius: 12px;
  border: 1px solid #F7F7FF;
  margin-right: 49px;
  text-align: center;
  transition: all 0.4s ease;
}
.advantage_navigation_item:nth-child(3n) {
  margin-right: 0;
}
.advantage_navigation_item:hover {
  border: 1px solid #080059;
}
.advantage_navigation_item:hover  .advantage_navigation_item_cont {
  background: #080059;
}
.advantage_navigation_item:hover  .advantage_navigation_item_icon span  {
  transform: translate(0,-139px);
}
.advantage_navigation_item:hover .advantage_navigation_item_title {
  color:#fff
}
.advantage_navigation_item:hover .advantage_navigation_item_text {
  color:#fff
}
.advantage_navigation_item:hover  .advantage_navigation_item_arrow {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(8,0,89,0.46);
}
.advantage_navigation_item:hover  .advantage_navigation_item_arrow span {
  color: #080059;
}

.advantage_navigation_item_cont {
  position: relative;
  background: #F7F7FF;
  border-radius: 12px;
  height: 530px;
  padding:98px 0 0;
}
.advantage_navigation_item_icon {
  position: relative;
  display: block;
  width: 150px;
  height: 139px;
  line-height: 139px;
  margin:0 auto;
  overflow: hidden;
  transition: all 0.4s ease;
}
.advantage_navigation_item_icon span {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.6s ease;
}
.advantage_navigation_item_icon img {
  display: inline-block;
}
.advantage_navigation_item_title {
  font-size: 40px;
  color: #141414;
  line-height: 42px;
  font-family: 'EquinoxTrial';
  letter-spacing: -3px;
  margin:70px 0 22px;
  transition: all 0.4s ease;
}
.advantage_navigation_item_text {
  font-size: 16px;
  color: #A0A0A0;
  line-height: 23px;
  font-family: 'popLight';
  padding:0 50px;
  transition: all 0.4s ease;
}
.advantage_navigation_item_arrow {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: -44px;
  transform: translate(-50%,0);
  width: 102px;
  height: 102px;
  background: #080059;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.advantage_navigation_item_arrow span {
  position: absolute;
  z-index: 9;
  font-size: 24px;
  color:#fff;
  font-weight: bold;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.4s ease;
}

.advantage_rd {
  position: relative;
  padding:104px 0 114px;
  background: #f8f8f8;
}
.advantage_rd .advantage_intro_cont {
  justify-content: center;
  flex-flow: row-reverse;
}
.advantage_rd_img {
  position: relative;
  width: 53.28vw;
  max-width: 1023px;
}
.advantage_rd_info {
  padding: 0 6vw 0 13.54vw;
}
.advantage_intro_title {
  font-size: 48px;
  color: #141414;
  line-height: 54px;
  font-family: 'EquinoxTrial';
}
.advantage_intro_text {
  font-size: 20px;
  color: #494949;
  line-height: 25px;
  font-family: 'popLight';
  margin:34px 0 66px;
	line-height:26px;
}
.advantage_intro_more .btn2 {
  width: 217px;
  height: 61px;
  line-height: 62px;
  border-radius: 31px;
}
.advantage_intro_more  .btn2 em {
  margin:-3px 0 0 28px;
}

.advantage_manufacturing {
  position: relative;
  padding:108px 0 118px;
  background: #fff;
}
.advantage_manufacturing_img {
  width: 51.56vw;
}
.advantage_manufacturing_info {
  padding: 0 15.625vw 0 4.58vw;
}
.advantage_intro_label {
  font-size: 22px;
  color: #141414;
  line-height: 27px;
  font-family: 'EquinoxTrial';
  margin-bottom: 16px;
}

.about_detection {
  position: relative;
  padding:98px 0 74px 13.54vw;
  background: #f8f8f8;
}
.about_detection_title {
  font-size: 60px;
  color: #141414;
  line-height: 64px;
  font-family: 'EquinoxTrial';
}
.about_detection_btm {
  margin-top: 74px;
}
.detection_swiper_item_title {
  font-size: 26px;
  color: #141414;
  line-height: 26px;
  font-family: 'EquinoxTrial';
  margin:38px 0 12px;
}
.detection_swiper_item_text {
  max-width: 460px;
  font-size: 20px;
  color: #494949;
  line-height: 25px;
  font-family: 'popLight';
}

.detection_swiper_box .swiper-button-next, .detection_swiper_box .swiper-button-prev {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top:auto;
  margin-top:0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #D5DEEA;
  text-align: center;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  -moz-background-size: 56px 56px;
  -webkit-background-size: 56px 56px;
  background-size: 56px 56px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  transition: all 0.4s;
}
.detection_swiper_box .swiper-button-next span,.detection_swiper_box .swiper-button-prev span  {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 16px;
  font-weight: bold;
  color: #D5DEEA;
  transition: all 0.4s;
}
.detection_swiper_box .swiper-button-next:hover,.detection_swiper_box .swiper-button-prev:hover {
  background: #080059;
  color:#fff;
}
.detection_swiper_box .swiper-button-next:hover span,.detection_swiper_box .swiper-button-prev:hover span {
  color:#fff
}
.detection_swiper_box .swiper-button-next {
  right:auto;
  left: auto;
}
.detection_swiper_box .swiper-button-prev {
  right:auto;
  left: auto;
  transform: rotate(180deg);
  margin-right: 16px;
}
.detection_swiper_box .swiper_line {
  position: relative;
  display: inline-block;
  z-index: 99;
  text-align: left;
  height: 1px;
  font-size: 0;
  background: #d5deea;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  transform: translate(0,18px);
  margin-left: 8px
}

.detection_swiper_box {
  position: relative;
  width: 103%;
  padding-bottom: 144px;
}
.detection_swiper_btm {
  position: absolute;
  width: 78vw;
  z-index: 99;
  left: 0;
  bottom: 0;
}

/*  sustainability  */
.sustainability_banner.about_banner {
  height: 620px;
}

.sustainability_hot {
  position: relative;
  padding:126px 0 140px;
}
.sustainability_hot_cont {
  position: relative;
  text-align: center;
  font-size: 0;
}
.sustainability_hot_item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 440px;
  height: 828px;
  padding:42px 40px 0;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #D5DEEA;
}
.sustainability_hot_item.active {
  background: #f2f5f9;
  border: 1px solid #f2f5f9;
}
.sustainability_hot_item.active .sustainability_hot_item_btm {
  background: #080059;
  color:#fff
}
.sustainability_hot_item.active   .sustainability_hot_item_text {
  border-bottom: 0;
}
.sustainability_hot_item.active  .sustainability_hot_item_price {
  color: #080059;
}
.sustainability_hot_item.active  .sustainability_hot_item_cost {
  color: #080059;
}
.sustainability_hot_item_img {
  height: 248px;
  line-height: 248px;
  overflow: hidden;
  margin-bottom: 44px;
}
.sustainability_hot_item_img img {
  max-height: 100%;
}
.sustainability_hot_item_title {
  font-size: 36px;
  color: #080059;
  line-height: 44px;
  height: 88px;
  font-family: 'EquinoxTrial';
  margin-bottom: 20px;
}
.sustainability_hot_item_info {
  margin-bottom: 10px;
}
.sustainability_hot_item_info:last-child {
  margin-bottom: 0;
}
.sustainability_hot_item_label {
  font-size: 16px;
  color: #141414;
  line-height: 18px;
  font-family: 'popLight';
  margin-bottom: 6px;
}
.sustainability_hot_item_price {
  font-size: 36px;
  color: #141414;
  line-height: 36px;
  font-family: 'pop';
}
.sustainability_hot_item_price span {
  display: inline-block;
  vertical-align: middle;
  padding:0 13px 6px;
  border-bottom: 1px solid #080059;
}
.sustainability_hot_item_cost {
  font-size: 36px;
  color: #141414;
  line-height: 36px;
  font-family: 'pop';
}
.sustainability_hot_item_btm {
  font-size: 16px;
  color: #A0A0A0;
  line-height: 23px;
  padding:10px  15px;
  text-align: left;
  margin-top: 36px;
  transition: all 0.4s ease;
}
.sustainability_hot_item_text {
  border-bottom: 1px solid #D5DEEA;
  padding: 6px 8px;
}
.sustainability_hot_item_text span {
  position: relative;
  width: 240px;
  font-family: 'popLight';
}
.sustainability_hot_item_text em {
  font-family: "黑体", sans-serif;
}

.sustainability_hot_intro {
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  text-align: center;
  padding:0 50px;
}
.sustainability_hot_intro_a {
  font-size: 161px;
  color: #141414;
  line-height: 161px;
  font-family: 'EquinoxTrial';
  font-style: italic;
}
.sustainability_hot_intro_text {
  font-size: 28px;
  color: #141414;
  line-height: 36px;
  margin-bottom: 42px;
  font-family: 'EquinoxTrial';
}
.sustainability_hot_intro_price {
  font-size: 36px;
  color: #141414;
  line-height: 40px;
  font-family: 'pop';
  margin-bottom: 14px;
}
.sustainability_hot_intro_prompt {
  font-size: 18px;
  color: #555555;
  line-height: 25px;
}
.sustainability_development {
  position: relative;
  height: 51.25vw;
  max-height: 984px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color:#fff;
}
.sustainability_development_cont {
  position: relative;
  z-index: 2;
  height: 100%;
}
.sustainability_development_top {
  text-align: center;
  padding-top: 84px;
}
.sustainability_development_title {
  font-size: 60px;
  color: #FFFFFF;
  line-height: 67px;
  font-family: 'EquinoxTrial';
  margin-bottom: 8px;
}
.sustainability_development_text {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 29px;
  width: 840px;
  font-family: 'popLight';
  margin:0 auto
}

.sustainability_development_btm {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  bottom: 40px;
}
.sustainability_development_list {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 668px;
  background: rgba(255,255,255,0.17);
  border-radius: 16px;
  margin-right: 22px;
  padding:30px 48px 46px 37px;
}
.sustainability_development_list:nth-child(2n) {
  margin-right: 0;
}
.sustainability_development_item {
  position: relative;
  padding:0 15px 11px;
  border-bottom: 1px solid rgba(255,255,255,0.32);
}
.sustainability_development_item:hover .sustainability_development_item_text {
  height: auto;
  opacity: 1;
}
.sustainability_choose_item:hover:after {
  width: 100%;
}
.sustainability_development_item_title {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  padding:20px 0 8px;
  font-family: 'EquinoxTrial';
}
.sustainability_development_item_text {
  font-size: 14px;
  color: rgba(255,255,255,0.64);
  line-height: 21px;
  font-family: 'popLight';
  padding-bottom: 4px;
  height: 0;
  opacity: 0;
}

.sustainability_choose {
  position: relative;
  padding: 110px 0 190px;
}
.sustainability_choose_title {
  font-size: 48px;
  color: #141414;
  line-height: 63px;
  font-family: 'EquinoxTrial';
  margin-bottom: 84px;
}
.sustainability_choose_item {
  position: relative;
  float: left;
  width: 316px;
  height: 450px;
  background: #F8F8F8;
  margin-right: 20px;
  padding:26px 26px 0;
}
.sustainability_choose_item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 0;
  height: 1px;
  background: #080059;
  transition: all 0.4s ease
}
.sustainability_choose_item_img {
  position: relative;
  height: 250px;
  line-height: 250px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 64px;
}
.sustainability_choose_item_title {
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  font-family: "popLight";
}
.sustainability_choose_item_text {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  font-family: 'popLight';
  margin-bottom: 14px;
}
.sustainability_choose_item_more.btn4 {
  width: 111px;
  height: 29px;
  line-height: 29px;
  border-radius: 15px;
  border: 1px solid #080059;
}
.sustainability_choose_item:hover .btn4 {
  color:#fff
}
.sustainability_choose_item:hover .btn4:after {
  width: 100%;
}

.sustainability_choose_right {
  position: relative;
  float: right;
  width: 370px;
  height: 450px;
}
.sustainability_choose_info {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
}
.sustainability_choose_info_text {
  font-size: 30px;
  color: #141414;
  line-height: 41px;
  font-family: 'EquinoxTrial';
  margin-bottom: 74px;
}
.sustainability_choose_info_more .btn2 {
  width: 217px;
  height: 61px;
  line-height: 62px;
  background: #080059;
  border-radius: 31px;
}

/*   product   */
.product_box {
  position: relative;
  padding-bottom: 180px;
}
.product_top {
  position: relative;
  padding:70px 0 72px;
  text-align: center;
}
.product_title {
  font-size: 46px;
  color: #13065A;
  line-height: 48px;
  font-family: 'EquinoxTrial';
  margin:14px 0 16px;
}
.product_text {
  max-width: 840px;
  font-size: 18px;
  color: #626262;
  line-height: 24px;
  margin:0 auto;
  font-family: 'popLight';
}

.product_right {
  width: 970px;
}
.product_right_title {
  font-size: 26px;
  color: #171717;
  line-height: 31px;
  font-family: 'EquinoxTrial';
  margin-bottom: 28px;
}
.product_item {
  position: relative;
  float: left;
  width:310px;
  height: 452px;
  background: #F8F8F8;
  margin:0 20px 26px 0;
  transition: all 0.4s ease;
}
.product_item a {
  display: block;
  padding:40px 36px 0;
}
.product_item:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px 1px rgba(121,121,121,0.19);
}
.product_item:hover:after {
  width: 100%;
}
.product_item:hover .product_item_title {
  color: #080059;
}
.product_item:hover .btn4 {
  color:#fff
}
.product_item:hover .btn4:after {
  width: 100%;
}
.product_item:hover .btn4 em {
  background-image: url(../images/arrow_5.png);
}
.product_item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 0;
  height: 1px;
  background: #080059;
  transition: all 0.4s ease
}
.product_item:nth-child(3n) {
  margin-right: 0;
}
.product_item_img {
  position: relative;
  height: 250px;
  line-height: 250px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 38px;
}
.product_item_img img {
  max-height: 100%;
}
.product_item_title {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  font-family: 'popLight';
}
.product_item_text {
  font-size: 12px;
  color: #080059;
  line-height: 18px;
  margin-bottom: 12px;
}
.product_item_more.btn4 {
  width: 119px;
  border-radius: 18px;
  border: 1px solid #080059;
}

.product_btm {
  position: relative;
  padding:18px 0 0;
}
.product_btm .page_Pagination {
  text-align: left;
}
.product_btm .page_Pagination a,.product_btm .page_Pagination span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  color: #080059;
  line-height: 46px;
  text-align: center;
  margin:0 5px;
  transition: all .4s ease;
}
.product_btm .page_Pagination a.page_arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  line-height: 44px;
  background: #fff;
  color: #080059;
  margin:0 20px;
  border-radius: 6px;
  border: 1px solid #080059;
  top: -4px;
}
.product_btm .page_Pagination a.page_arrow:hover {
  background: #080059;
  border: 1px solid #080059;
  color: #fff;
}
.product_btm .page_Pagination a.page_arrow:first-child {
  margin-left: 0;
}
.page_Pagination a.page_arrow em {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
  font-size: 16px;
  font-weight: bold;
}

.product_btm .page_Pagination .page_active {
  margin-right: 44px;
}
.page_Pagination .page_active:after {
  content: "";
  position: absolute;
  z-index: 9;
  width: 28px;
  right: -42px;
  top: 20px;
  height: 2px;
  background:#080059;
}

.product_left {
  padding-right: 34px;
}
.product_screen_box {
  position: relative;
  padding:24px 14px 40px;
  background: #f8f8f8;
}
.screen_item {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
.screen_item:last-child {
  margin-bottom: 0;
}
.screen_item_top {
  position: relative;
  font-size: 24px;
  color: #000000;
  height: 75px;
  line-height: 35px;
  padding:22px 50px 0 22px;
  background: #edf1f5;
  font-family: 'EquinoxTrial';
}

.screen_item.active .screen_item_top {
  background: #080059;
  color:#fff
  
}
.screen_item.active .screen_item_icon { 
  background-image: url(../images/switch_icon4.jpg);
} 
.screen_item_icon {
  position: absolute;
  top: 50%;right: 28px;
  transform: translate(0,-50%);
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.4s ease;
  background-image: url(../images/switch_icon3.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.screen_option {
  font-size: 20px;
  color: #080059;
  line-height: 24px;
  margin-bottom: 22px;
}
.screen_option:last-child {
  margin-bottom: 0;
}
.screen_item_check {
  display:inline-block;
  vertical-align: middle;
  margin:-6px 16px 0 0;
}
.screen_item_btm {
  display: none;
  padding:30px 20px 28px 32px;
}
.screen_item:first-child .screen_item_btm {
  display: block;
}

input[type=checkbox] {
  cursor: pointer;
  position: relative;
}

input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #f8f8f8;
  color: #fff;
  width: 16px;
  height: 16px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 2px;
  box-sizing: border-box;
  border: 2px solid #CECECE;
}

input[type=checkbox]:checked::after {
  content: "";
  background-color: #080059;
  border-color: #080059;
}

input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}

.product_choose {
  position: relative;
  padding:26px 14px 0;
  background: #f8f8f8;
  margin:25px 0;
}
.product_choose_title {
  font-size: 24px;
  color: #080059;
  line-height: 32px;
  padding:0 12px 10px;
  border-bottom: 2px solid #080059;
}
.product_choose_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #232323;
  border-radius: 20px;
  border: 1px solid #080059;
  padding:0 40px 0 23px;
  margin:0 12px 16px 0;
}
.product_choose_item span {
  position: absolute;
  z-index: 9;
  top: 50%;right: 12px;
  transform: translate(0,-50%);
  cursor: pointer;
  width: 10px;
}
.product_choose_item:last-child {
  margin-right: 0;
}
.product_choose_btm {
  position: relative;
  padding:26px 0 56px 12px;
}

.product_reset .btn2 {
  height: 53px;
  line-height: 53px;
  background: #080059;
  border-radius: 26px;
  text-align: center;
  font-size: 24px;
  color:#fff
}
.product_reset .btn2  img {
  margin:-3px 30px 0 0;
}

.goods_cont {
  position: relative;
  padding: 3px 0 0
}
.goods_top {
  padding-bottom: 64px;
}
.goods_upper {
  position: relative;
  z-index: 99;
  margin-bottom: 64px;
}
.goods_left {
  float: left;
  width: 620px;
  margin-right: 110px;
}
.goods_swiper_big {
  width: 100%;
  height: 620px;
  background: #f8f8f8;
  margin-bottom: 13px;
  overflow: hidden;
}
.goods_item {
  position: relative;
  height: 100%;
}
.goods_item_cont {
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0,-50%);
}

.goods_item_video_icon {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.small_item_video_icon {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.video_wrap {
  position: absolute;
  left: 0;right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.videoDefault {
  position: absolute;
  left: 0;right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #919191;
  z-index: 10;
  margin:0 auto;
}
.video_det {
  width: 100%;
}
.goods_item img {
  max-width: 100%;
  width: 100%;
}
.goods_swiper_small {
  padding:0;
}
.goods_swiper_small .swiper-slide {
  height: 144px;
  background: transparent;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  text-align: center;
}
.small_item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.small_item .item_cell {
  height: 100%;
}
.small_item .item_cell {
  max-height: 100%;
}
.small_item .item_cell img{
    height: 100%;
    object-fit: cover;
}
.gallery-thumbs .swiper-slide {
  opacity: 1
}
.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #080059;
}
.goods_scale_icon {
  position: absolute;
  z-index: 9;
  top: 23px;
  right: 22px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #393939;
}
.goods_swiper_box {
  position: relative;
}
.goods_swiper_icon {
  position: absolute;
  z-index: 99;
  top: 25px;right: 23px;
}
.goods_swiper_box .swiper-button-next, .goods_swiper_box .swiper-button-prev {
  position: absolute;
  top:auto;
  bottom:60px;
  margin-top:0;
  width: 24px;
  height: 24px;
  z-index: 999;
  opacity: 1;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  -moz-background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: bold;
  color:#0C0255
}
.goods_swiper_box .swiper-button-next:hover,.goods_swiper_box .swiper-button-prev:hover {
  color:#0C0255
}
.goods_swiper_box .swiper-button-next span {
  font-size: 24px;
}
.goods_swiper_box .swiper-button-prev span {
  font-size: 24px;
}
.goods_swiper_box .swiper-button-next {
  right: -30px;
  left: auto;
}
.goods_swiper_box .swiper-button-prev {
  left: -30px;
  right: auto;
  transform: rotate(-180deg);
}

.goods_upper_right {
  padding-top: 28px;
}
.goods_info_title {
  font-size: 46px;
  color: #13065A;
  line-height: 54px;
  font-family: 'pop';
  margin-bottom: 20px;
}
.goods_info_text {
  font-size: 18px;
  color: #919191;
  line-height: 24px;
  font-family: 'popLight';
  margin-bottom: 40px;
}
.goods_info_label {
  font-size: 24px;
  color: #080059;
  line-height: 32px;
  margin-bottom: 168px;
}
.goods_info_label p {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
}
.goods_info_label p:last-child {
  margin-bottom: 0;
}
.goods_info_label p:after {
  content: "";
  position: absolute;
  left: 0;top: 8px;
  z-index: 9;
  width: 15px;
  height: 15px;
  background: #080059;
  border-radius: 50%;
}
.goods_info_btm {
  position: relative;
  padding-bottom: 27px;
  border-bottom: 2px solid #080059;
}
.goods_info_btm .btn2 {
  width: 171px;
  height: 50px;
  line-height: 52px;
  background: #080059;
  border-radius: 25px;
  font-size: 15px;
}

.goods_description_top {
  position: relative;
  border-bottom: 1px solid #8d8a90;
}
.goods_description_title a {
  display: inline-block;
  vertical-align: bottom;
  height: 56px;
  font-size: 24px;
  color: #474747;
  padding:14px 22px 0;
  line-height: 32px;
  transition: all 0.4s ease;
  margin-right: 26px;
}
.goods_description_title a.active {
  height: 56px;
  color:#fff;
  background: #1c1466;
  font-family: 'popMedium';
}

.goods_description_btm {
  position: relative;
  padding: 74px 0 95px;
  background: #f9f9f9;
}

.goods_description_btm .faq_item {
  background: #fff;
}

.goods_description_list:first-child {
  display: block;
}
.goods_description_list {
  display: none;
}
.goods_description_main {
  width: 1340px;
  margin:0 auto
}
.goods_description_table_box {
  padding: 0 30px;
  margin-bottom: 90px;
}
.goods_description_table_box table {
  width: 100%;
  font-size: 24px;
  color: #5C5C5C;
  line-height: 28px;
}
.goods_description_table_box table tr {
  border-bottom:1px solid #8d8a90;
}
.goods_description_table_box .goods_td1 {
  width: 270px;
  height: 60px;
  border-right: 0;
}
.goods_td_label {
  width: 270px;
  padding: 5px 0 5px 16px;
}

.goods_description_text {
  font-size: 18px;
  color: #5C5C5C;
  line-height: 27px;
  font-family: 'popLight';
}
.goods_description_mb1 {
  margin-bottom: 92px;
}
.goods_description_mb2 {
  margin-bottom: 25px;
}

.goods_recommend {
  padding: 76px 0 100px;
}
.goods_recommend_title {
  font-size: 36px;
  color: #000000;
  line-height: 42px;
  font-family: 'EquinoxTrial';
  margin-bottom: 32px;
}

.recommend_swiper_box {
  position: relative;
  width: 1420px;
  margin-left: -10px;
}
.recommend_swiper_box  .swiper-slide {
  padding: 12px;
}
.recommend_swiper_box .product_item {
  position: relative;
  float: none;
  width: 100%;
  height: 442px;
  margin: 0;
  transition: all 0.4s ease;
}
.recommend_swiper_box .swiper-button-next, .recommend_swiper_box .swiper-button-prev {
  position: absolute;
  top:50%;
  margin-top:-21px;
  width: 42px;
  height: 42px;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  -moz-background-size: 42px 42px;
  -webkit-background-size:42px 42px;
  background-size: 42px 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
}
.recommend_swiper_box .swiper-button-next span,.recommend_swiper_box .swiper-button-prev span  {
  font-size: 42px;
  color:#D5DEEA;
  transition: all 0.4s;
}
.recommend_swiper_box .swiper-button-next:hover span,.recommend_swiper_box .swiper-button-prev:hover span {
  color:#080059
}
.recommend_swiper_box .swiper-button-next {
  right:-40px;
  left: auto;
}
.recommend_swiper_box .swiper-button-prev {
  right:auto;
  left: -40px;
  transform: rotate(180deg);
}

@media screen and (max-width: 1680px) {
  .solution_popular_more a {
    width: 180px;
    height: 61px;
    line-height: 61px;
    border-radius: 31px;
    border: 1px solid #080059;
    font-size: 18px;
    margin-right: 6px;
  } 
  .solution_popular_info {
    padding:0 30px;
  }

  .wrap_1600 {
    width: 1400px;
    margin: 0 auto;
  } 
  .social_swiper_item_img {
    width: 820px;
  }
  .social_swiper_box .swiper-pagination {
    left: -50px;
  }

  .customer_intro_img {
    width: 800px;
    margin-right: 0;
  }
  .customer_intro:after {
    height: 540px;
  }
}

@media screen and (max-width: 1480px) {
	.home_development_title {
		color:#222
	}
  .wrap { width: 1200px; margin: 0 auto; }
  .wrap_1300 { width: 1200px; margin: 0 auto; }
  .wrap_1340 { width: 1200px; margin: 0 auto; }
  .wrap_1360 { width: 1200px; margin: 0 auto; }
  .wrap_1370 { width: 1200px; margin: 0 auto; }
  .wrap_1380 { width: 1200px; margin: 0 auto; }
  .wrap_1440 { width: 1200px; margin: 0 auto; }
  .wrap_1460 { width: 1200px; margin: 0 auto; }
  .wrap_1480 { width: 1200px; margin: 0 auto; }
  .wrap_1500 { width: 1200px; margin: 0 auto; }
  .wrap_1550 { width: 1200px; margin: 0 auto; }
  .wrap_1600 { width: 1200px; margin: 0 auto; }
  .about_banner_cont {
    width: 1200px;
  }
  .header {
    height: 110px;
  }
  .head_link_shop {
      padding-top: 36px;
  }
  .head_cont {
    width: 1200px;
  }
  .logo {
    margin-right: 60px;
    padding-top: 28px;
  }
  .nav {
    padding-top: 32px;
  }
  .nav ul li {
    margin-right: 26px;
  }
  .head_more {
    margin-left: 10px;
    padding-top: 28px;
  }
  .head_more .btn {
      width:120px;
      font-size: 14px;
      line-height: 51px;
  }

  /*  index  */
  .banner_cont {
    width: 1200px;
  }
  .banner_swiper_box .swiper-pagination {
    right: 30px;
  }
  .banner_title {
    font-size: 4vw;
    line-height: 5vw;
  }

  .home_product .product_item {
    position: relative;
    width: 380px;
    height: 540px;
    margin: 0 30px 40px 0;
  }
  .home_product .product_item a {
    padding: 30px 30px 0;
  }
  .home_product .product_item:nth-child(3n) {
    margin-right: 0;
  }
  .home_product_item_img {
    position: relative;
    height: 320px;
    line-height: 320px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
  }
  .home_product_item_img img {
    width: auto;
  }
  .home_about_left {
    width: 620px;
  }
  .home_partner_btm {
    padding:0
  }
  .partner_swiper_item {
    width: 220px;
    height: 220px;
  }

  /*  video   */
  .video_item {
    position: relative;
    float: left;
    width: 380px;
    margin: 0 30px 0 0;
  }
  .video_item_img {
    height: 460px;
  }
  .page_Pagination a.page_arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #080059;
    margin: 0 15px;
    border-radius: 6px;
    border: 1px solid #080059;
    top: -4px;
  }
  .page_Pagination a.page_arrow em {
    font-size: 14px;
  }
  .page_Pagination a, .page_Pagination span {
    font-size: 19px;
    margin:0 6px;
  }

  .foot_left {
    position: relative;
    z-index: 99;
    float: left;
    width: 300px;
    margin-right: 60px;
  }  
  .foot_nav_list {
    width: 240px;
  }
  .foot_contact {
    width: 360px;
    margin-right: 0;
  }
  .foot_contact_info span {
    padding:15px 20px;
    margin-bottom: 10px;
  }
  .foot_nav_item a {
    font-size: 16px;
  }
  .recommend_swiper_box .swiper-button-prev {
      left: -30px;
  }
   .recommend_swiper_box .swiper-button-next {
      right: -30px;
  }

  .solution_offer_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 384px;
    height: 520px;
    padding: 45px 30px 0;
    background: #F7F7FF;
    border-radius: 6px;
    margin-right: 24px;
    transition: all 0.4s ease;
  }
  .solution_offer_item_icon {
    width: 220px;
    height: 220px;
  }
  .solution_offer_item_title {
    margin-top: 40px;
  }
  .solution_popular_nav span {
    display: inline-block;
    width: 200px;
    height: 59px;
    line-height: 59px;
    padding-top: 6px;
    text-align: center;
    font-size: 24px;
    color: #141414;
    margin: 0 10px;
    font-family: 'EquinoxTrial';
    cursor: pointer;
  }
  .solution_popular_btm {
    padding:100px 0 120px;
  }
  .solution_popular_main  {
    width: 1200px;
    margin:0 auto
  }
  .solution_popular_text {
    line-height: 24px;
    margin-bottom: 30px;
  }

  /*  product   */
  .product_right {
    width: 840px;
  }
  .product_item {
    position: relative;
    float: left;
    width: 270px;
    height: 420px;
    background: #F8F8F8;
    margin: 0 15px 26px 0;
    transition: all 0.4s ease;
  } 
  .product_item a {
    padding: 30px 25px 0;
  }
  .product_item_img  {
    margin-bottom: 20px;
  }
  .product_screen_box {
    padding:20px 14px
  }
  .screen_item_top {
    position: relative;
    font-size: 20px;
    color: #000000;
    height: 65px;
    line-height: 35px;
    padding: 16px 50px 0 15px;
    background: #edf1f5;
  }
  .screen_item_btm {
    padding: 25px 15px 24px;;
  } 
  .product_choose_item {
    font-size: 16px;
    padding-right: 30px;
    padding-left: 20px;
  }
  .product_choose {
    padding: 25px 14px 0;
  }

  /*  exhibition  */
  .exhibition_item_cont {
    position: relative;
    padding: 60px 40px 60px 180px;
    justify-content: center;
    flex-flow: row-reverse;
  }
  .exhibition_item_date {
    left: 24px;
  }
  .exhibition_item_right {
    width: 460px;
    margin-left: 80px;
  }

  /*   about   */
  .about_intro_upper_left {
    width: 600px;
  }
  .about_video_icon {
    width: 120px;
  }
  .about_statistics_item {
    float: left;
    width: 380px;
    margin-right:30px;
  } 
  .about_statistics_item_num {
    font-size: 56px;
    color: #080059;
    line-height: 50px;
    margin-bottom: 14px;
  }
  .about_mission_item {
    position: relative;
    float: left;
    width: 384px;
    height: 540px;
    background: #F7F7FF;
    border-radius: 29px;
    margin-right: 24px;
    text-align: center;
    padding: 50px 30px 0;
  }
  .about_mission_item_title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .social_swiper_item_img {
    width: 650px;
    border-radius: 16px;
    overflow: hidden;
  } 
  .social_swiper_item_num {
    left: 24px;
  }
  .social_swiper_item_info {
    position: relative;
    padding: 0 50px 0 90px;
  }
  .social_swiper_item_title {
    font-size: 36px;
    line-height: 42px;
  }
  .social_swiper_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .social_swiper_box .swiper-pagination {
    left: -30px;
  }
  .about_history_item_img {
    width: 630px;
    margin-left: 140px;
  }
  .about_history_group:after {
    right: 670px;
  }
  .about_history_item_img:after {
    content: "";
    position: absolute;
    top: 50px;
    left: -120px;
    z-index: 9;
    width: 80px;
    height: 1px;
    background: #080059;
  }
  .about_history_group::before {
    right: 546px;
  }

  .about_team_right {
    width: 700px;
    padding-top: 38px;
    margin-right:0;
  }
  .about_team_left {
    padding-right: 80px;
  }
  .about_team_text {
    margin-bottom: 60px;
  }


  /*  blog   */ 
  .blog_hot_img {
    width: 720px;
  }
  .blog_hot_right {
    position: relative;
    padding: 30px 60px 0 30px;
    border: 2px solid #e2e2ec;
    border-right: 0;
  }
  .blog_hot_date {
    margin-bottom: 2vw;
  }
  .blog_item {
    position: relative;
    float: left;
    width: 380px;
    margin: 0 30px 40px 0;
    transition: all 0.4s ease;
    background: #f8f8f8;
  } 
  .blog_item_img {
    height: 348px;
  }
  .blog_hot_title {
     font-size: 32px;
     line-height: 36px;
  }

  .details_right {
    position: relative;
    width: 320px;
    margin-left: 40px;
  }
  .news_post_item_img {
    width: 130px;
    margin-right: 15px;
  }

  /*  certificate   */
  .certificate_item {
    float: left;
    width: 288px;
    margin: 0 16px 0 0;
    text-align: center;
  }
  .certificate_item_img {
    height: 394px;
  }

  /*   contact  */
  .contact_left {
    position: relative;
    width: 560px;
    margin-right: 100px;
  }
  .contact_info_item_title {
    font-size: 32px;
    line-height: 32px;
  }
  .contact_info {
    margin-bottom: 120px;
  }

  /*  customer   */
  .customer_item {
    float: left;
    width: 588px;
    margin: 0 24px 40px 0;
  }
  .customer_item_img {
    height: 335px;
  }
  .customer_item_title {
    font-size: 24px;
    color: #080059;
    line-height: 32px;
    margin-bottom: 4px;
    font-family: 'EquinoxTrial';
    transition: all 0.5s ease;
    overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
    white-space: normal;
  } 
  .customer_item_more {
    width: 170px;
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 18px;
    color: #080059;
    text-align: center;
    border: 1px solid #080059;
    transition: all 0.5s ease;
  }

  .customer_intro_img {
    width: 640px;
    margin-right: 0;
  }
  .customer_intro:after {
    height: 480px;
  }
  .customer_lightspot_item_left {
    position: relative;
    width: 600px;
  }
  .customer_lightspot_title {
    width: 450px;
  }
  .customer_lightspot .swiper-button-prev {
    right: 100px;
  }
  .customer_lightspot_item_right {
    padding-left: 80px;
  }
  .customer_lightspot_item_num {
    margin-bottom: 40px;
  }
  .customer_lightspot_item_title {
    font-size: 48px;
    line-height: 60px;
  }

  /*   sustainability   */
  .sustainability_hot_cont {
    width: 1200px;
    margin:0 auto
  }
  .sustainability_development_list {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 590px;
    background: rgba(255,255,255,0.17);
    border-radius: 16px;
    margin-right: 20px;
    padding: 30px 48px 46px 37px;
  }
  .sustainability_development_btm {
    font-size: 0;
  }

  .sustainability_choose_item {
    position: relative;
    float: left;
    width: 280px;
    height: 450px;
    background: #F8F8F8;
    margin-right: 15px;
    padding: 26px 20px 0;
  }
  .sustainability_choose_right {
    position: relative;
    float: right;
    width: 315px;
    height: 450px;
    padding-left: 10px;
  }
  .sustainability_choose_info_text {
    font-size: 24px;
    line-height: 32px;
  }

  /*   advantage */
  .advantage_navigation_item {
    float: left;
    width: 380px;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #F7F7FF;
    margin-right: 30px;
    text-align: center;
    transition: all 0.4s ease;
  }

  .advantage_rd_info {
    padding: 0 5vw 0 8vw;
  }
  .advantage_intro_text {
    font-size: 18px;
    color: #A5A5A5;
    line-height: 24px;
    font-family: 'popLight';
    margin: 20px 0 40px;
  }
  .advantage_manufacturing_info {
    padding: 0 8vw 0 5vw;
  }

  .about_detection {
    padding-left: 8vw;
  }

  .contact_popup_box {
    width: 1000px;
    padding: 40px 80px 50px; 
  } 
  .contact_popup .contact_form_area {
    height: 180px;
    padding: 10px 25px;
    font-size: 18px;
  }
  .contact_popup_top {
    margin-bottom: 30px;
  }
  .contact_popup_title {
    font-size: 42px;
    line-height: 50px;
  }
  .contact_popup .contact_form_input {
    height: 50px;
    line-height: 28px;
    padding: 11px 25px;
    font-size: 18px;
  }
  .contact_popup .contact_select {
    height: 50px;
    line-height: 28px;
    padding: 11px 25px;
    font-size: 18px;
  }
  .contact_popup_form_list {
    margin-bottom: 18px;
  }


  .goods_left {
    margin-right: 70px;
  }
  .goods_description_main {
    width: 1200px;
  }
  .recommend_swiper_box {
    width: 1220px;
  }


  .about_marketing_item_1 {
    left: 192px;
    top: 154px;
  }
  .about_marketing_item_2 {
    left: 248px;
    top: 246px;
  }
  .about_marketing_item_3 {
    left: 696px;
    top: 228px;
  }
  .about_marketing_item_4 {
    left: 720px;
    top: 332px;
  }
  .about_marketing_item_5 {
    z-index: 10;
    right:214px;
    top: 214px;
  }
  .about_marketing_item_6 {
    right:144px;
    top: 132px;
  }
  .about_marketing_item {
    width: 42px;
    height: 42px;
  }

  .home_tred {
    position: relative;
    padding: 128px 0 156px 8vw;
    background: #f8f8f8;
  }
  .home_tred_info {
    padding-right: 5vw;
  }
}

@media screen and (max-width: 1280px) {
  /* .wrap { width: 100%; } */
  /* index  */
  .banner_cont {
    padding:0 60px;
    width: 100%;
  }

  .banner_swiper_box .swiper-pagination {
    width: 100%;
    left: 0;right: 0;
    top: auto;
    transform: translate(0,0);
    bottom: 20px;
    text-align: center;
  }
  .banner_swiper_box .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    margin:0 6px;
  }
  .banner_swiper_box .swiper-pagination-bullet-active {
    width: 60px;
  }
  .home_cont .wrap {
    width: 100%;
    padding:0 30px
  }
  .home_product .product_item {
    position: relative;
    width: 32%;
    height: 540px;
    margin: 0 2% 40px 0;
  }
  .home_product_item_img img {
    max-width: 100%;
  }
  .home_about_left {
    width: 560px;
  }

  .home_partner_btm {
    width: 1020px;
    margin: 0 auto;
  }
  .partner_swiper_item {
    width: 184px;
    height: 184px;
  } 
  .solution_box .wrap {
    width: 100%;
  }
  .about_banner_cont {
    width: 100%;
  }
  /*  error   */
  .error_box {
    padding:40px 30px 0;
  }

  .error_info {
    width: 100%;
    padding:0 30px;
  }

  .error_more .btn2 {
    font-size: 18px;
    width: 200px;
    height: 48px;
    line-height: 50px;
    border-radius: 30px;
  }

  /*  video  */
  .about_banner_cont {
    padding:0 30px;
  }
  .video_cont  {
    padding:0 30px;
  }
  .video_item {
    position: relative;
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
  } 
  .video_item_img {
    height: 36vw;
  }
  .video_item_btm {
    position: relative;
    height: 130px;
    padding: 15px 0 0;
  }
  .video_btm {
    padding-top: 6vw;
  }

  .video_promt_box {
    width: 100%;
    padding:0 30px;
  }
  .video_item_title {
    font-size: 20px;
  }

  /*   thanks   */
  .thanks_cont {
    padding:0 30px;
  }
  .thanks_title {
    font-size: 6.25vw;
    line-height: 6.25vw;
  }
  .thanks_box {
    min-height: 500px;
  }

  /*  solution  */
  .solution_offer {
    padding: 80px 30px 0;
  }
  .solution_offer_item {
    width: 32%;
    margin-right: 2%;
  }
  .solution_offer_item_icon {
    width: 80%;
    max-width: 220px;
    height: auto;
  }
  .solution_offer_item_title {
    font-size: 28px;
    line-height: 32px;
    height: 64px;
    margin:30px 0 12px;
  }
  .solution_popular_nav span {
    width: 180px;
    margin:0 5px;
  }
  .solution_popular_btm {
    padding:80px 30px 120px
  }
  .solution_popular_main {
    width: 100%;
  }
  .solution_popular_right {
    padding:30px 0;
  }
  .solution_popular_text {
    font-size: 16px;
  }
  .solution_popular_more a {
    width: 160px;
    height: 48px;
    line-height: 48px;
    border-radius: 29px;
    border: 1px solid #080059;
    font-size: 18px;
    margin-right: 6px;
    margin-bottom: 10px;
  } 
  .popular_swiper_box .swiper-pagination {
    bottom: -70px;
  }

  .solution_faq {
    padding:100px 30px 120px;
  }
  
}

@media screen and (max-width: 1024px){
  .slider_wrap {
    position: relative;
    z-index: 99;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .slider_wrap::-webkit-scrollbar{
      display:none; 
      width:0px; 
      -webkit-appearance: none;
  }
  .slider_wrap_item { 
      white-space: nowrap; 
  }
  .header { display: none; }
  .phone_header {
    position: relative;
    width: 100%;
    z-index: 999;
    display: block;
    width: 100%;
    color: #333;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    background: #eeeeee;
  }
  .phone_head_cont {
    position: relative;
    z-index: 999;
    height: 64px;
    padding-right: 0;
    text-align: center;
  }
  .phone_head_cont a {
    color:#fff;
  }
  .phone_product img {
    width: 22px;
    margin:-3px 8px 0 0
  }
  .phone_product {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 20px;
  }
  .phone_search img {
    width: 20px;
  }
  .phone_search_popup {
    position: relative;
    z-index: 999;
    display: block;
  }
  .phone_left {
    text-align: center;
    line-height: 60px;
  }
  .phone_left img {
    width: 70px;
  }
  .phone_center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }
  .phone_center img {
    width: auto;
    height: 40px;
  }
  .phone_right {
    position: absolute;
    z-index: 9;
    top: 9px;right: 18px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
  }
  .phone_right img {
    width: 24px;
  }

  .phone_nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    transition: all .8s;
    display: block;
    background: rgba(0, 0, 0, 0.9); 
  }
  .phone_nav_right { 
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    padding-top: 65px;
  }
  .phone_nav_list li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .phone_nav_list a { 
    display: block;   
    font-size:16px; 
    color: #fff;
    transition: all .5s;
    line-height:24px;
    padding:10px 30px; 
  }
  .phone_nav_top {
    position: relative;
  }
  .phone_nav_arrow {
    position: absolute;
    z-index: 99;
    right: 10px;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color:#fff;
    transition: all 0.5s;
  }
  .phone_nav_top.active .phone_nav_arrow {
    transform: rotate(90deg);
  }
  .phone_nav_drop {
    padding: 0 0 0 50px;
  }
  .phone_nav_drop a {
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 40px;
    padding: 0;
  }
  .phone_nav_list a:hover {color: #080059; }
  .phone_nav_list li.current>a { color:#080059; }
  .phone_nav_drop { display: none; }
  .phone_nav_level_top {
    position: relative;
  }
  .phone_nav_level_list {
    display: none;
  }
  .phone_nav_level_list a {
    padding-left: 20px;
    color:rgba(255,255,255,0.7)
  }
  .phone_nav_level.active .phone_nav_arrow {
    transform: rotate(90deg)
  }

  .phone_nav_top.active .phone_nav_arrow {
    transform: rotate(90deg);
  }
  .phone_nav_drop {
    padding: 0 0 0 45px;
  }
  .phone_nav_drop a {
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 40px;
    padding: 0;
  }
  .phone_nav_list a:hover {color: #080059; }
  .phone_nav_list li.current>a { color:#080059; }
  .phone_nav_drop { display: none; }
  .phone_nav_level_top {
    position: relative;
  }
  .phone_nav_level.active .phone_nav_level_top .phone_nav_arrow {
    transform: rotate(90deg)
  }
  .phone_second_nav_drop {
    display: none;
    padding-left: 15px;
  }
  .phone_three_nav_top {
    position: relative;
  }
  .phone_second_nav_list.active .phone_three_nav_top .phone_nav_arrow {
    transform: rotate(90deg)
  }
  .phone_three_nav_list {
    display: none;
  }
  .phone_three_nav_list a {
    padding-left: 20px;
    color:rgba(255,255,255,0.7)
  }

  .dm_box {
      position: relative;
      padding:0;
      background: #fff;
      display: block;
      height: 30px;
      border: 1px solid #d5d8da;
      border-radius: 6px;
      margin-right: 20px;
  }
  .dm_box form {
      height: 30px;
  }
  .dm_box form>div {
      height: 30px;
  }
  .dm_text {
      width: 100%;
      height: 28px;
      font-size: 14px;
      padding-left: 0;
      color: #666;
      padding: 4px 15px 0 30px;
      line-height: 20px;
      background: transparent;
      border-bottom: 1px solid #e5e5e5;
  }
  .dm_search {
      position: absolute;
      top: 50%;
      transform: translate(0,-50%);
      width: 12px;
      left: 10px;
  }
  .dm_search img {
      margin-top: -3px;
  }

  .phone_lang {
    margin-right: 15px;
    padding: 0 5px;;
  }
  .phone_lang img {
    width: 20px;
  }
  .lang_nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    transition: all .7s;
    display: block;
    background: rgba(0, 0, 0, 0.8); 
  }
  .lang_nav_right { 
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    padding-top: 65px;
  }
  .lang_nav_list li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .lang_nav_list a { 
    display: block;   
    font-size:16px; 
    color: #fff;
    transition: all .5s;
    line-height:24px;
    padding:15px 30px; 
  }
  .lang_nav_list img {
    max-width: 30px;
    margin:-3px 10px 0 0;
  }
  .phone_search  {
    margin-left: 15px;
  }

  .navbar-menu {
    position: relative;
    top:-1px;
    width: 100%;
    padding-right: 0;
    cursor: pointer;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    /* user-select: none; */
  }

  .navbar-menu span {
      width: 22px;
      height: 2px;
      background: #080059;
      display: inline-block;
      position: relative;
      margin-top: -10px;
      transition: all .5s;
  }

  .navbar-menu span:before,
  .navbar-menu span:after {
      content: "";
      position: absolute;
      height: 2px;
      background: #080059;
      display: inline-block;
      left: 0;
  }

  .navbar-menu span:before {
      width: 22px;
      top: -7px;
  }

  .navbar-menu span:after {
      width: 22px;
      left: 0;
      top: 7px;
      transition: all .5s;
  }

  .navbar-menu:hover span:after {
      width: 22px;
  }

  .navbar-true span {
      transform: rotate(135deg);
      width: 22px;
  }

  .navbar-true span:after {
      transform: rotate(90deg);
      top: 0;
      width: 22px;
  }

  .navbar-true span:before {
      opacity: 0;
  }

  .phone_nav_cont {
    padding:30px 30px
  }


  .partner_swiper_item {
    width: 170px;
    height: 170px;
  }
  .home_partner_btm {
    width: 760px;
  }
}

@media screen and (max-width: 768px){
	.home_development_title {
		color:#fff
	}
  html { 
    width: 100%;
    max-width: 750px; 
    margin: 0 auto; 
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    padding: 0;
    overflow-x: hidden;
  }
  body {max-width: 750px; }
  *{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; box-sizing: border-box;  }
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
  form, fieldset, input, textarea, p, blockquote, th, td, img, span { padding: 0; margin: 0; }
  fieldset, img { border: 0; }
  address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
  ol, ul, li { list-style: none; }
  div, dl, dt, dd, ol, ul, li { zoom: 1; }
  caption, th { text-align: left; }
  h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
  q:before, q:after { content: ''; }
  abbr, acronym { border: 0; }
  b, strong {font-weight: bold;}
  a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
  table{ border-collapse:collapse; } 
  body{ margin:0 auto; max-width: 750px; overflow-x:hidden; }

  input,textarea {outline:0;resize:none;  box-sizing: border-box; font-size:.7rem;}
  button,
  optgroup,
  textarea {
      -webkit-appearance:none;
      color: inherit;
      font: inherit;
      margin: 0;
  }
  button { overflow: visible; box-sizing: border-box; outline:0;resize:none;}
  button,select { text-transform: none;}
  /* input[type="text"] {border-radius:0;} */
  button,
  input[type="button"],input[type="reset"],input[type="submit"] {
      -webkit-appearance: button;
      cursor: pointer;
  }
  button[disabled],input[disabled] { cursor: default;}
  button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}

  input {
      line-height: normal;
      box-sizing:border-box;
  }
  input[type="checkbox"],
  input[type="radio"] {
      box-sizing: border-box;
      padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
      height: auto;
  }
  input[type="search"] {
      -webkit-appearance: textfield;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
  }
  label {
    display: inline-block;
    max-width: 100%;
  }
  .wrap {
    width: 100%;
  }
  .gift_pc {
    display: none;
  }
  .gift_phone {
    display: block;
  }
  .imgPopup {
    display: none;
  }
  .product_imgPopup .imgPopup_cont{
    width: 800px;
  }
  .imgPopup_cont { 
    position: fixed;
    z-index: 1000;
    left: 0;top: 50%; right: 0;
    transform: translate(0,-50%);
    margin:0 auto;
    width:560px;
    height:auto;
    text-align: center;
    max-height: 800px;
    transition: all 0.4s;
  }
  .product_imgPopup .imgPopup_cont {
    width:720px;
  }
  .imgPopup_cont img {
    width: 100%;
    transition: all 0.4s;
  }
  .imgPopup_cont.active img {
    transform: scale(1.15);
  }
  .imgPopup .mask{
    position: fixed;
    z-index:999;
    left: 0;top: 0; right: 0;bottom: 0;
    background-color: rgba(0,0,0,1);
  }
  .imgPopup_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
  }
  .imgPopup_item:last-child {
    margin-right: 0;
  }
  .imgPopup_item img {
    width: 20px;
  }
  .imgPopup_opa {
    position: fixed;
    right:15px;
    top: 0;
    padding-top: 15px;
    height: 80px;
    z-index:1000;
  }
  .imgPopup_screen {
    width: 20px;
    height: 20px;
    background-image: url(../images/opa_2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .imgPopup_screen.active {
    background-image: url(../images/opa_3.png);
  }
  
  img { border: 0; vertical-align: middle; max-width:100%;}    
  
  .sidebar_link {
    margin-bottom: 30px;
  }
  .search_popup {
    position: absolute;
    top: 0;
    z-index:99;
    width: 100%;
    left: 0;
    opacity: 0;
    background: #000;
    transition: all 0.5s;
  }
  .search_popup.active {
    top: 100%;
    opacity: 1;
  }
  .search_popup_wrap {
    position: relative;
    width: 1170px;
    margin:0 auto;
    padding:36px 0;
    
  }
  .search_popup_text {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 47px;
    font-size: 18px;
    color: #fff;
    background: transparent;
  }
  .search_popup_left {
    margin-right: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
  }
  .search_popup_icon {
    margin-right: 40px;
  }
  .search_layer_cont {
    height: 67px;
  }
  .search_layer_text {
    height: 40px;
    font-size: 16px;
    padding:0
  }
  .search_popup_btn {
    font-size: 18px;
    width: 48px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    transition: all .5s;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    color:#fff;
    margin-right: 10px;
  }
  .search_layer {
    padding:0 15px 0 0;
  }
  .search_close {
    margin-left: 30px;
  }
  
  .search_close {
    width: 22px;
    top: 30px;
    right: 30px
  }

  .top {
    width: 42px;
    right: 15px;
  }
  .wrap { width: 100%; margin: 0 auto; }
  .wrap_1300 { width: 100%; margin: 0 auto; }
  .wrap_1340 { width: 100%; margin: 0 auto; }
  .wrap_1360 { width: 100%; margin: 0 auto; }
  .wrap_1370 { width: 100%; margin: 0 auto; }
  .wrap_1380 { width: 100%; margin: 0 auto; }

  .btn {
    height: 48px;
    line-height: 50px;
    border: 0;
    font-size: 18px;
    color: #FFFFFF;
  }

  .error_box {
    padding:60px 20px 60px;
  }
  .error_info {
    position: relative;
    left: auto;right: auto;
    bottom: auto;
  }
  .error_title {
    font-size: 32px;
    line-height: 36px;
  }
  .error_text {
    margin:10px 0 20px;
  }

  /*  video  */
  .about_banner {
    height: 260px;
    border-radius: 0;
  }
  .about_banner_cont {
    text-align: center;
    padding:0 20px;
  }
  .about_banner_title {
    font-size: 30px;
    line-height: 32px;
  }
  .about_banner_text {
    margin-top: 10px;
  }
  .video_box {
    padding:30px 15px 40px;
  }
  .video_cont {
    padding:0
  }
  .video_item {
    width: 48%;
    margin-right: 4%;
  }
  .video_item:nth-child(3n) {
    margin-right: 4%;
  }
  .video_item:nth-child(2n) {
    margin-right: 0;
  }

  .video_item_icon {
    width: 40px;
    height: 40px;
    left: 50%;top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    background-size: 100% auto;
  }
  .video_item_label {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .video_item_title {
    font-size: 18px;
    line-height: 24px;
  }

  .video_item_btm {
    height: 110px;
    padding:10px 0 0;
  }
  .video_btm {
    padding-top: 20px;
  }

  .thanks_title {
    font-size: 48px;
    line-height: 48px;
  }
  .thanks_text {
    font-size: 20px;
    line-height: 28px;
  }

  .thanks_more .btn2 {
    width: 200px;
    height: 48px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 30px;
  } 

  /*   solution   */
  .solution_offer {
    padding:30px 15px 0;
  }
  .solution_title {
    font-size: 24px;
    line-height: 32px;
  }
  .solution_offer_group {
    margin-top: 30px;
  }
  .solution_offer_item {
    float: none;
    width: 100%;
    padding:30px 15px 40px;
    height: auto;
    margin-bottom: 30px;
  }
  .solution_offer_item_title {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
  }
  .solution_popular {
    padding-top: 0;
  }
  .solution_popular_nav span {
    display: inline-block;
    width: auto;
    height: 48px;
    line-height:50px;
    padding-top: 6px;
    text-align: center;
    font-size: 18px;
    color: #141414;
    margin: 0 15px 0 0;
    padding:3px 20px 0
  } 
  .solution_popular_nav span:last-child {
    margin-right: 0;
  }
  .solution_popular_btm {
    padding: 30px 15px;
  }
  .solution_popular_main {
    display: block;
  }
  .solution_popular_left {
    position: relative;
    width: 100%;
    margin:0 0 50px;
  }
  .solution_popular_right {
    border-radius: 10px;
    padding:20px 15px;
  }
  .solution_popular_info {
    top:auto;
    transform: translate(0,0);
    padding:0
  }
  .popular_swiper_box .swiper-pagination {
    bottom: -32px;
  }
  .public_swiper_box .swiper-pagination-bullet {
    width:20px ;
    height: 4px;
  }
  .public_swiper_box .swiper-pagination-bullet-active {
    width: 48px;
  }
  .solution_popular_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .solution_popular_more {
    font-size: 0;
  }
  .solution_popular_more a {
    width: 48%;
    margin-right: 2%;
  }
  .solution_faq {
    padding:30px 15px 30px;
  }
  .solution_faq_title {
    font-size: 24px;
    line-height: 32px;
    padding:0 0 5px;
  }
  .faq_item {
    border-radius: 10px;
    padding:0 15px 20px;
  }
  .faq_item_top {
    position: relative;
    padding-top: 20px;
    padding-right: 50px;
  }
  .faq_item_title {
    font-size: 20px;
    line-height: 24px;
  }
  .faq_item_icon {
    width: 32px;
    height: 32px;
    right: 10px;
  }

  .foot_bj1 {
    display: none;
  }
  .foot_top_cont {
    position: relative;
    z-index: 9;
    padding: 60px 15px 40px;
  }
  .foot_logo {
    margin-bottom: 20px;
  }
  .foot_logo img {
    width: 180px;
  }
  .foot_left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .foot_nav {
    float: none;
    width: 100%;
  }
  .foot_nav_list {
    width: 48%;
    margin-right: 4%;
    text-align: center;
  }
  .foot_nav_list:nth-child(2n) {
    margin-right: 0;
  }
  .foot_nav_item a {
    font-size: 16px;
    line-height: 24px;
  }
  .foot_nav_item {
    margin-bottom: 10px;
  }
  .foot_nav_title {
    margin-bottom: 15px;
  }
  .foot_contact {
    float: none;
    width: 100%;
  }
  .foot_contact_title {
    font-size: 24px;
    line-height: 32px;
  }
  .foot_contact_info span {
    display: inline-block;
    background: rgba(189,202,219,0.5);
    height: 44px;
    padding: 10px 15px 0;
    border-radius: 24px;
    font-size: 14px;
    margin-right: 16px;
    margin-bottom: 10px;
  }
  .foot_contact_info {
    margin-bottom: 10px;
  }
  .foot_contact_address {
    width: 100%;
    margin-bottom: 30px;
  }
  .foot_contact_more .btn2 {
    width: 200px;
    height:48px;
    line-height: 48px;
  }

  .foot_bulewhale {
    display: none;
  }
  .foot_btm {
    position: relative;
    text-align: center;
    padding:15px 15px;
  }
  .copy {
    float: none;
  }

  /*   product   */
  .product_top {
    padding:30px 15px;
  }
  .product_title {
    font-size: 24px;
    line-height: 32px;
    margin:10px 0;
  }
  .product_text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }

  .product_main  {
    display: block;
    padding:0 15px;
  }
  .product_left {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .screen_item_top {
    position: relative;
    font-size: 20px;
    color: #000000;
    height: 55px;
    line-height: 35px;
    padding: 12px 40px 0 15px;
    background: #edf1f5;
  } 
  .screen_item_icon {
    right: 15px;
    transform: translate(0,-12px);
  }
  .screen_option {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .product_choose_btm {
    padding:20px 0 20px;
  }
  .product_reset .btn2 {
    font-size: 20px;
  }
  .product_right {
    width: 100%;
  }
  .product_right_title {
    font-size:24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .product_item {
    width: 49%;
    height: auto;
    margin: 0 2% 20px 0;
  }
  .product_item a {
    padding: 20px 15px 0;
  }
  .product_item:nth-child(3n) {
    margin-right: 2% 
  }
  .product_item:nth-child(2n) {
    margin-right: 0
  }
  .product_item_img {
    width: 90%;
    height: 48vw;
    line-height: 48vw;
    text-align: center;
  }
  .product_item_btm {
    height: 130px;
  }
  .product_btm {
    padding-top: 10px;
    text-align: center;
  }
  .product_btm .page_Pagination {
    text-align: center;
  }
  .product_box {
    padding-bottom: 40px;
  }
  .product_btm .page_Pagination a.page_arrow:first-child {
    margin-left: 10px;
  }
  .product_btm .page_Pagination a.page_arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    color: #080059;
    margin: 0 10px;
    border-radius: 6px;
    border: 1px solid #080059;
    top: -2px;
  }
  .product_btm .page_Pagination a, .product_btm .page_Pagination span {
    font-size: 18px;
    margin:0 4px;
  }
  .product_btm .page_Pagination .page_active {
    margin-right: 4px;
  }
  .page_Pagination .page_active:after {
    display: none;
  }

  /*   exhibition  */
  .exhibition_banner.about_banner {
    height: 260px;
  }
  .exhibition_box {
    padding:30px 15px 20px;
  }
  .exhibition_item_cont {
    display: block;
    padding:20px 15px 100px
  }
  .exhibition_item {
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .exhibition_item_right {
    position: static;
    width: 100%;
    margin-left: 0;
  }

  .exhibition_item_date {
    top: 30px;
    left: 30px;
    width: 80px;
  }
  .exhibition_item_day {
    font-size: 36px;
    color: #0C0255;
    line-height: 44px;
    height: 54px;
    padding-top: 8px;
  }
  .exhibition_item_img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .exhibition_item_img img {
    border-radius: 10px;
  }
  .exhibition_item_more {
    left: 15px;
    top: auto;
    transform: translate(0,0);
    bottom: 24px;
    opacity: 1;
    text-align: left;
  }
  .exhibition_item_more .btn {
    width: 200px;
    height: 48px;
    line-height: 50px;
    font-size: 18px;
  }
  .exhibition_item_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .exhibition_item_text {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .exhibition_item_des {
    font-size: 16px;
  }


  /*  blog  */
  .blog_box {
    padding:30px 15px 40px;
  }
  .blog_hot_cont {
    display: block;
  }
  .blog_hot_img {
    width: 100%;
  }
  .blog_hot_right {
    position: relative;
    padding: 20px 15px 30px;
    border: 2px solid #e2e2ec;
    border-right: 2px solid #e2e2ec;
    border-top: 0
  }
  .blog_hot_date {
    margin-bottom: 15px;
  }
  .blog_hot_title {
    font-size: 24px;
    line-height: 32px;
  }
  .blog_hot_text {
    height: auto;
    margin-bottom: 30px;
  }
  .blog_hot_more .btn2 {
    width: 200px;
    height: 48px;
    line-height: 50px;
    font-size: 18px;
  }
  .blog_hot {
    margin-bottom: 30px;
  }
  .blog_nav {
    margin-bottom: 30px;
    font-size: 0;
    text-align: right;
  }
  .blog_nav a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 20px;
    border: 1px solid #6C6C6C;
    font-size: 16px;
    color: #6C6C6C;
    margin: 0 0 10px 8px;
    transition: all 0.4s ease;
  }
  .blog_item {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    transition: all 0.4s ease;
    background: #f8f8f8;
  }   
  .blog_item_img {
    height: 82vw;
    max-height: 350px;
  }
  .blog_item_btm {
    position: relative;
    height: auto;
    padding: 12px 20px 30px;
  } 
  .blog_item_title {
    font-size: 20px;
    line-height: 28px;
  }
  .blog_btm {
    padding-top: 10px;
  }
  .page_Pagination .page_active {
    margin-right: 6px;
  }

  .details_box {
    padding:20px 15px 10px;
  }
  .details_main {
    display: block;
  }
  .details_top {
    margin-bottom: 20px;
  }
  .details_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .details_date {
    margin-bottom: 20px;
  }
  .details_text {
    line-height: 24px;
  }
  .details_text p {
    margin-bottom: 20px;
  }
  .details_nav_more {
    width: 140px;
  }
  .details_nav {
    padding-top: 30px;
    margin-top: 30px;
  }
  .details_right {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  } 
  .side_title {
    font-size: 20px;
  }
  .news_post_btm {
    position: relative;
    border-top: 1px solid #dcdcdc;
    padding: 20px 15px 20px;
    background: #f8f8f8;
    margin-top: 7px;
  }
  .news_post_item {
    margin-bottom: 20px;
  }
  .det_contact {
    position: relative;
    padding: 30px 15px 30px;
    background: #F7F7FF;
  }
  .det_contact_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .det_form_input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    border: 1px solid #fff;
    padding: 0 15px;
    font-size: 16px;
    color: #919191;
    transition: all 0.4s ease;
    font-family: 'EquinoxTrial';
  }
  .det_form_area {
    padding:8px 15px;
  }
  .det_contact_btm {
    padding-top: 30px;
  }
  .det_contact_btm .btn2 {
    font-size: 200px;
    font-size: 48px;
    line-height: 50px;
    font-size: 18px;
  }
  .details_related {
    margin-top: 30px;
  }

  .certificate_banner.about_banner {
    height: 260px;
  }
  .certificate_box {
    padding:30px 15px 40px;
  }
  .certificate_item {
    width: 49%;
    margin-right: 2%;
  }
  .certificate_item:nth-child(4nn) {
    margin-right: 2%;
  }
  .certificate_item:nth-child(2n) {
    margin-right: 0;
  }
  .certificate_item_img {
    height: 62vw;
  }
  .certificate_item_btm {
    position: relative;
    height: 90px;
    padding: 15px 0 0;
  } 
  .certificate_item_title {
    font-size: 18px;
    line-height: 24px;
  }
  .certificate_btm {
    padding-top: 10px;
  }

  /*  contact   */
  .contact_banner.about_banner {
    height: 260px;
  }
  .contact_cont {
    display: block;
    padding:30px 15px 40px;
  }
  .contact_box:after {
    display: none;
  }
  .contact_left {
    width: 100%;
    margin:0 0 30px;
  }
  .contact_form_text {
    font-size: 16px;
  }
  .contact_form_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .contact_form_list {
    margin-bottom: 0;
  }
  .contact_form_item {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .contact_form_input {
    font-size: 16px;
    padding:8px 15px;
  }
  .contact_select {
    font-size: 16px;
    padding:8px 15px;
  }
  .contact_form_area {
    font-size: 16px;
    padding:10px 15px;
  }
  .contact_form_btm {
    padding-top: 10px;
  }
  .contact_info_item_icon {
    width: 40px;
    margin-right: 20px;
  } 
  .contact_info_item_icon img {
    width: 32px;
  }
  .contact_info_item_right {
    padding-top: 0;
  }
  .contact_info_item_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .contact_info_item:nth-child(3) .contact_info_item_right {
    padding-top: 0;
  }
  .contact_info_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .contact_info {
    margin-bottom: 30px;
  }
  .contact_link {
    padding-left: 0;
  }
  .map {
    height: 300px;
  }

  /*  customer  */
  .customer_box {
    padding:30px 15px 20px
  }
  .customer_item {
    float: none;
    width: 100%;
    margin:0 0 30px;
  }
  .customer_item_img {
    height: 52vw;
  }
  .customer_item_btm {
    position: relative;
    display: block;
    height: auto;
    padding: 20px 15px 30px;
    background: #f3f6fa;
    transition: all 0.5s ease;
  }
  .customer_item_title {
    margin-bottom: 10px;
  }
  .customer_item_right {
    margin: 20px 0 0;
  }

  .customer_intro_cont {
    display: block;
  }
  .customer_intro {
    padding:30px 15px 0;
  }
  .customer_intro_right {
    padding: 0;
  }
  .customer_intro_title {
    font-size: 24px;
    line-height: 32px;
    margin:15px 0;
  }
  .customer_intro_text {
    font-size: 16px;
    line-height: 24px;
  }
  .customer_intro_img {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
  }
  .customer_intro_img img {
    border-radius: 10px;
  }
  .customer_safety {
    position: relative;
    padding: 30px 15px;
    text-align: center;
  }
  .customer_safety_title {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
  }

  .customer_safety_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .customer_safety_more .btn2 {
    width: 200px;
    height: 48px;
    line-height: 50px;
    font-size: 16px;
  }
  .customer_statement {
    padding:40px 15px 50px;
  }
  .customer_statement_icon {
    display: none
  }
  .statement_swiper_item {
    position: relative;
    padding: 0 ;
  } 
  .statement_swiper_item_text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: left;
  }
  .statement_swiper_box .swiper-pagination {
    text-align: center;
    padding-right: 0;
  }
  .customer_lightspot {
    padding:30px  15px 40px;
  }
  .customer_lightspot_item_cont {
    display: block;
  }
  .customer_lightspot_item_left {
    width: 100%;
  }
  .customer_lightspot_item_right {
    padding:30px 0 0;
  }
  .lightspot_swiper_box {
    padding-bottom: 0;
  }
  .customer_lightspot_title {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    height: auto;
    padding:20px 15px;
    font-size: 18px;
  }
  .customer_lightspot .swiper-button-next {
    right: 15px;
    bottom: auto;
    top: 50%;
    transform: translate(0,-50%);
  }
  .customer_lightspot .swiper-button-prev {
    right: auto;
    left: 15px;
    bottom: auto;
    top: 50%;
    margin-top: -10px;
  }
  .customer_lightspot_item_num {
    width: 60px;
    height: 70px;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  .customer_lightspot_item_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .customer_lightspot_item_text h6 {
    font-size: 20px;
    line-height: 28px;
    padding-left: 24px;
  }
  .customer_lightspot_item_text h6:after {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  .customer_lightspot_item_more {
    padding-top: 10px;
  }
  .customer_lightspot_item {
    margin-bottom: 30px;
  }

  /*  sustainability  */
  .sustainability_banner.about_banner {
    height: 260px;
  }
  .sustainability_hot {
    padding:30px  15px
  }
  .sustainability_hot_cont {
    width: 100%;
  }
  .sustainability_hot_item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 20px 24px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #D5DEEA;
  }
  .sustainability_hot_item_title {
    font-size: 24px;
    line-height: 32px;
    height: auto;
  }
  .sustainability_hot_item_price {
    font-size: 28px;
    line-height: 32px;
  }
  .sustainability_hot_item_cost {
    font-size: 28px;
    line-height: 32px;
  }
  .sustainability_hot_item_text span {
    width: 160px;
    margin-right: 15px;
  }
  .sustainability_hot_intro {
    width: 100%;
    padding:30px 15px;
  }
  .sustainability_hot_intro_a {
    font-size: 120px;
    line-height: 120px;
  }
  .sustainability_hot_intro_text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .sustainability_hot_intro_price {
    font-size: 24px;
    line-height: 32px;
  }
  .sustainability_hot_intro_prompt {
    font-size: 16px;
    line-height: 24px;
  }
  .sustainability_development {
    height: auto;
    padding:40px 15px 40px;
  }
  .sustainability_development_btm {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
  }
  .sustainability_development_title {
    font-size: 24px;
    line-height: 32px;
  }
  .sustainability_development_top {
    padding-top: 0;
  }
  .sustainability_development_text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .sustainability_development_list {
    position: relative;
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.17);
    border-radius: 10px;
    margin-right: 0;
    padding: 20px 15px 30px;
    margin-top: 20px;
  }
  .sustainability_development_item {
    position: relative;
    padding: 0 0 11px;
    border-bottom: 1px solid rgba(255,255,255,0.32);
  } 
  .sustainability_development_item_title {
    font-size: 20px;
  }
  .sustainability_choose {
    padding:30px 15px 10px
  }
  .sustainability_choose_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .sustainability_choose_item {
    position: relative;
    float: left;
    width: 49%;
    height: 86vw;
    min-height: 340px;
    background: #F8F8F8;
    margin-right: 2%;
    padding: 20px 15px 0;
    margin-bottom: 20px;
  } 
  .sustainability_choose_item:nth-child(2n) {
    margin-right: 0;
  }
  .sustainability_choose_item_img {
    height: 48vw;
    line-height: 48vw;
    text-align: center;
    margin-bottom: 20px;
  }
  .sustainability_choose_item_img img {
    width: 90%;
  }
  .sustainability_choose_item_title {
    font-size: 18px;
    line-height: 24px;
  }
  .sustainability_choose_right {
    width: 48%;
    height: 340px;
  }
  .sustainability_choose_info_text {
    font-size: 18px;
    line-height: 24px;
  }
  .sustainability_choose_info_more .btn2 {
    width: 100%;
    height: 48px;
    line-height: 50px;
  }

  /*   advantage   */
  .advantage_banner.about_banner {
    height: 260px;
  }
  .advantage_banner .about_banner_cont {
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
  } 
  .advantage_experience {
    padding:30px 15px;
  }
  .advantage_experience_upper {
    display: block;
    margin-bottom: 30px;
  }
  .advantage_title {
    font-size: 24px;
    line-height: 32px;
  }
  .advantage_experience_right {
    width: 100%;
    padding-top: 10px;
  }
  .advantage_experience_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .advantage_experience_item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 24px;
  }
  .advantage_experience_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .advantage_experience:after {
    display: none;
  }
  .advantage_experience_more .btn2 {
    width: 200px;
    height: 48px;
    line-height: 50px;
  }
  .advantage_navigation {
    padding:30px 15px 30px;
  }
  .advantage_navigation_btm {
    margin-top: 20px;
  }
  .advantage_navigation_item {
    float: none;
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #F7F7FF;
    margin:0 0 40px;
    text-align: center;
    transition: all 0.4s ease;
  }
  .advantage_navigation_item_cont {
    position: relative;
    background: #F7F7FF;
    border-radius: 12px;
    height: 450px;
    padding: 60px 0 0;
  }
  .advantage_navigation_item_title {
    font-size: 24px;
    color: #141414;
    line-height: 32px;
    font-family: 'EquinoxTrial';
    letter-spacing: -2px;
    margin: 40px 0 20px;
    transition: all 0.4s ease;
  }
  .advantage_navigation_item_arrow {
    width: 60px;
    height: 60px;
    bottom: -32px;
  }
  .advantage_intro_cont {
    display: block
  }
  .advantage_rd_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .advantage_rd {
    padding:30px 15px
  }
  .advantage_rd_info {
    padding:0
  }
  .advantage_intro_title {
    font-size: 24px;
    line-height: 32px;
  }
  .advantage_intro_text {
    font-size: 16px;
    margin:10px 0 30px;
  }
  .advantage_intro_more .btn2 {
    width: 200px;
    height: 48px;
    line-height: 50px;
  }
  .advantage_manufacturing {
    padding:30px 15px;
  }
  .advantage_manufacturing_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .advantage_manufacturing_info {
    padding:0
  }
  .advantage_intro_label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .about_detection {
    padding:30px 15px
  }

  .about_detection_title {
    font-size: 24px;
    line-height: 32px;
  }
  .about_detection_btm {
    margin-top: 30px;
  }
  .detection_swiper_box {
    width: 100%;
    padding-bottom: 60px;
  }
  .detection_swiper_item_title {
    font-size: 20px;
    line-height: 28px;
    margin:20px 0 12px
  }
  .detection_swiper_item_text {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .detection_swiper_box .swiper_line {
    display: none;
  }


  /*   about  */
  .company_banner.about_banner {
    height: 300px;
  }
  .company_banner_title {
    font-size: 28px;
    line-height: 34px;
  }
  .company_banner .about_banner_cont {
    top: 50%;
    transform: translate(0,-50%);
  } 
  .about_intro {
    padding:30px 15px 10px
  }
  .about_intro_upper {
    display: block;
    margin-bottom: 30px;
  }
  .about_intro_upper_left {
    width: 100%;
  }
  .about_intro_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .about_intro_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .about_intro_more .btn2 {
    width: 200px;
    height: 48px;
    line-height: 50px;
    font-size: 18px;
  }
  .about_video_img {
    height: 200px;
  }
  .about_video_icon {
    width: 60px;
  }
  .about_video {
    margin-bottom: 40px;
  }
  .about_statistics_item {
    float: none;
    width: 100%;
    margin:0 0 30px;
  }
  .about_statistics_item_icon {
    width: 100px;
    margin-right: 10px;
  }
  .about_statistics_item_icon img {
    max-height: 68px;
  }
  .about_statistics_item_num {
    font-size: 36px;
    line-height: 36px;
  }
  .about_statistics_item_text {
    font-size: 16px;
  }

  .about_mission {
    padding:30px 15px 10px
  }
  .about_mission_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .about_mission_item {
    float: none;
    width: 100%;
    height: auto;
    padding: 40px 20px 40px;
    margin:0 0 30px;
    border-radius: 10px;
  }
  .about_mission_item_icon {
    width: 140px;
    height: 140px;
  }
  .about_mission_item_icon span {
    width: 72px;
    height: 72px;
    background-size: 100% auto;
  }
  .about_mission_item_icon1 span {
    background-size: 100% auto;
  } 
  .about_mission_item_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .about_mission_item_text {
    line-height: 24px;
  }
  .about_social_upper {
    padding:0 15px 30px;
  }
  .about_social_title {
    font-size: 24px;
    line-height: 32px;
  }
  .about_social_btm {
    padding:30px 15px 70px;
  }
  .wrap_1600 {
    width: 100%;
    padding-left: 0;
  }
  .social_swiper_item {
    display: block;
    border-radius: 10px;
  }
  .social_swiper_item_img {
    width: 100%;
    border-radius: 10px;
  }
  .social_swiper_item_info {
    position: relative;
    padding: 20px 10px 30px 70px;
  }
  .social_swiper_item_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .social_swiper_item_num {
    top: 20px;
    left: 12px;
  }

  .social_swiper_box .swiper-pagination {
    left: 0;
    bottom: -40px;
    width: 100%;
    text-align: center;
  }
  .social_swiper_box .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    margin:0 4px;
  }

  .about_history {
    padding:30px 15px 40px
  }
  .about_history_title {
    font-size: 24px;
    line-height: 32px;
  }
  .about_history_main {
    margin-top: 30px;
  }

  .about_history_item_cont {
    display: block;
  }
  .about_history_group {
    padding: 0;
  }
  .about_history_item {
    margin-bottom: 30px;
  }
  .about_history_item_img {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .about_history_item_info {
    padding: 20px 0 0;
    text-align: left;
  }
  .about_history_item_date {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .about_history_item_text {
    font-size: 16px;
    line-height: 24px;
  }

  .about_team {
    padding: 30px 15px;
  }
  .about_team_main {
    display: block;
  }
  .about_team_right {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .about_team_left {
    padding-right: 0;
  }
  .about_team_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .about_team_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .about_team_nav_item {
    padding-left: 30px;
  }
  .about_team_nav_item::before, .about_team_nav_item::after {
    width: 10px;
  }
  .about_team_nav_item::after {
    left: 0;
  }
  .about_team_nav_item::before {
    left: 10px;
  }
  .about_team_nav_item.active {
    font-size: 24px;
  }
  .about_contact {
    padding: 40px 15px;
    text-align: center;
  }
  .about_contact_cont  {
    text-align: center;
    display: block;
  }
  .about_contact_text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .about_contact_more .btn2 {
    width: 200px;
    height: 48px;
    line-height: 50px;
    font-size: 18px;
  }
  .about_marketing {
    padding: 30px 15px;
  }
  .about_marketing_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .about_marketing_text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }

  .contact_popup_box {
    position: fixed;
    z-index: 999;
    width: 95%;
    top: 50%;
    transform: translate(0,-50%);
    background: #f1f1f1;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px 15px 30px;
  }
  .contact_popup_form .contact_form_item {
    margin-bottom: 10px;
  }
  .contact_popup_form_list {
    margin-bottom: 0;
  }
  .contact_popup_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .contact_popup_top {
    margin-bottom: 20px;
  }
  .contact_popup_form .contact_form_area {
    height: 120px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 15px;
    font-size: 16px;
  }
  .contact_popup_form_btm {
    padding-top: 10px;
  }
  .contact_popup_form_btm .btn4 {
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }
  .contact_popup_close {
    top: 12px;right: 12px;
  }

  .contact_popup .contact_form_input {
    height: 44px;
    line-height: 24px;
    padding: 10px 15px;
    font-size: 18px;
  }
  .contact_popup .contact_select {
    height: 44px;
    line-height: 24px;
    padding: 10px 15px;
    font-size: 18px;
  }

  /*   index   */
  .phone_banner_item {
    display: block;
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
  .pc_banner_item {
    display: none;
  }
  .home_cont .wrap {
    padding: 0;
  }
  .home_product {
    position: relative;
    padding: 30px 15px 10px;
  }
  .home_product::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 160px;
    left: 0;bottom:0;
    background: #d5deea;
  }
  .home_product_cont  {
    position: relative;
    z-index: 9;
  }
  .home_product_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .home_product .product_item {
    width: 49%;
    margin: 0 2% 30px 0;
    height: 400px;
  }
  .home_product .product_item:nth-child(2n) {
    margin-right: 0;
  }
  .home_product .product_item a {
    padding: 20px 15px 0;
  } 
  .home_product_item_img {
    height: 50vw;
    line-height: 50vw;
    margin-bottom: 20px;
  }
  .home_product_item_img img {
    max-width: 100%;
    max-height: 100%;
  }
  .home_product_item_title {
    font-size: 18px;
    line-height: 24px;
  }

  .home_development_more .btn2 {
    width: 200px;
    height: 48px;
    line-height: 50px;
  }
  .home_development {
    padding: 0 15px;
  }
  .home_development_title {
    font-size: 24px;
    line-height: 32px;
  }
  .home_development_text {
    font-size: 16px;
    line-height: 24px;
  }
  .home_development_info {
    bottom: 30px;
  }
  .home_about {
    padding: 30px 0 40vw;
  }
  .home_about_label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .home_about_left {
    width: 100%;
  }
  .home_about_upper  {
    padding: 0 15px;
    display: block;
    margin-bottom: 10px;
  }
  .home_about_title {
    font-size: 24px;
    line-height: 32px;
  }
  .home_about_right {
    padding-top: 20px;
  }
  .home_about_text {
    line-height: 24px;
    margin-bottom: 30px;
  }
  .home_about_more {
    text-align: right;
  }
  .home_about_more .btn4 {
    width: 180px;
    height: 48px;
    line-height: 48px;
  }
  .home_about_btm {
    padding: 0 15px;
    transform: translate(0,0);
  }
  .home_about_group {
    width: 100%;
    max-width: 300px;
  }
  .home_about_item {
    width: 140px;
    height: 140px;
    padding: 32px 0 0;
    margin:0 15px 20px 0;
  }
  .home_about_item_num {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .home_about_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .home_about_bj {
    width: 100%;
  }

  .home_partner {
    padding: 30px 15px 10px;;
  }
  .partner_swiper_box {
    padding-bottom: 30px;
  }
  .home_partner_top {
    display: block;
    margin-bottom: 30px;
  }
  .home_partner_more  {
    display: none;
  }
  .home_partner_title {
    font-size: 24px;
    line-height: 32px;
  }
  .partner_swiper_item {
    width: 140px;
    height: 140px;
  }
  .partner_swiper_item img {
    max-width: 100px;
  }
  .home_partner_btm {
    width: 300px;
    margin: 0 auto;
  }
  .home_looking_info {
    top: auto;
    transform: translate(0,0);
    width: 100%;
    padding: 0 15px;
  }
  .home_looking_title {
    font-size: 24px;
    line-height: 32px;
  }
  .home_looking_text {
    margin-bottom: 20px 0 40px;
  }
  .home_looking_more {
    width: 120px;
    height: 120px;
    font-size: 18px;
  }
  .home_looking_btm {
    padding: 10px;
  }
  .home_looking {
    height: auto;
    min-height: 1px;
    padding: 60px 0 100px;
    transform: translate(0,40px);
  }


  .goods_top {
    padding: 20px 15px 20px;
  }

  .goods_upper {
    display: block;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .goods_left {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .goods_swiper_big {
    width: 100%;
    height: 83vw;
    margin-bottom: 15px;
  }
  .goods_swiper_small {
    float: none;
    width: 100%;
    height: auto;
    padding:0;
  }
  .goods_swiper_small .swiper-slide {
    width: auto;
    height: 20vw;
  }
  .goods_upper_cont {
    display: block;
  }
  .goods_swiper_box .swiper-button-next, .goods_swiper_box .swiper-button-prev {
    position: absolute;
    top:auto;
    bottom: 5.3vw;
    margin-top:0;
    width: 11px;
    height: 21px;
    z-index: 999;
    opacity: 1;
    cursor: pointer;
    -moz-background-size: 11px 21px;
    -webkit-background-size: 11px 21px;
    background-size: 11px 21px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .goods_swiper_icon {
    width: 24px;
    top: 15px;
    right: 15px;
  }
  .goods_item {
    height: 100%;
  }
  .goods_item_cont {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
  }
  .goods_item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .goods_swiper_box .swiper-button-next, .goods_swiper_box .swiper-button-prev {
    display: none;
  }

  .goods_info_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .goods_info_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .goods_info_label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .goods_info_label p {
    padding-left: 24px;
  }
  .goods_info_label p:after {
    width: 8px;
    height: 8px;
    top: 7px;
  }
  .goods_description_top {
    padding:0 15px;
  }
  .goods_description_title a {
    font-size: 16px;
    height: 48px;
    padding:12px 20px;
    margin-right: 15px;
  }
  .goods_description_title a:last-child {
    margin-right: 0;
  }
  .goods_description_main {
    width: 100%;
  }
  .goods_description_btm {
    padding:20px 15px 30px;;
  }
  .goods_description_table_box {
    padding: 0;
    margin-bottom: 20px;
  }
  .goods_description_table_box table {
    font-size: 16px;
    line-height: 24px;
  }
  .goods_description_table_box .goods_td1 {
    width: 120px;
  }
  .goods_td_label {
    width: 120px;
    padding: 5px 10px 5px 0;
  }
  .goods_description_text {
    font-size: 16px;
    line-height: 24px;
  }
  .goods_description_mb1 {
    margin-bottom: 30px;
  }
  .goods_recommend {
    padding: 30px 15px 30px;
  }
  .goods_recommend_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .recommend_swiper_box {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  .recommend_swiper_box .product_item {
    height: auto;
  }

  .phone_marketing_main {
    display: block;
  }
  .pc_marketing_main {
    display: none;
  }
  .about_marketing_group {
    display: none;
  }

  .home_tred_right {
    display: none;
  }
  .home_tred_upper {
    display: none;
  }
  .home_tred_info {
    padding-right: 0;
  }
  .home_tred {
    position: relative;
    padding: 30px 0;
    background: #f8f8f8;
  }
  .home_tred_info_cont {
    width: 100%;
  }
  .home_tred_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .home_tred_more .btn4 {
    width: 180px;
    height: 48px;
    line-height: 48px;
  }
  .home_tred_more .btn4 em {
    margin-left: 15px;
  }
  .tred_switch_list_top {
    display: block;
    padding: 10px  15px 0;
    border-bottom: 1px solid #3F4281;
  }
  .tred_switch_list_label {
    font-size: 12px;
    color:#101A6A;
    width: 100px;
  }
  .tred_switch_list_title {
    font-size: 18px;
    color: #080059;
    line-height: 28px;
    text-align: right;
  }
  .tred_switch_list_btm {
    padding: 30px 15px;;
  }
  .home_tred_info {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .home_tred_btm {
    padding: 0;
  }
  .home_tred_img {
    width: 100%;
  }
  .home_tred_btm:after {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #080059;
  } 
  .tred_switch_list {
    display: block;
  }
  .tred_switch_list_btm {
    display: none;
  }
  .tred_switch_list:first-child .tred_switch_list_btm {
    display: block;
  }

  .banner_cont {
    padding: 0 20px;
    top: 100px;
  }
	.banner_info {
		text-align:center
	}
  .banner_text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .banner_title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  .banner_more .btn2 {
    width: 200px;
    height: 48px;
    line-height: 50px;
  }
	.banner_more {
		text-align:center;
		float:none
	}

  .banner_swiper_box .swiper-pagination-bullet {
    width:20px ;
    height: 4px;
  }
  .banner_swiper_box .swiper-pagination-bullet-active {
    width: 48px;
  }
  .banner_swiper_box .swiper-pagination-bullet:after {
    width: 100%;
  }
  .banner_swiper_box .swiper-pagination {
    text-align: center;
    padding: 0 20px;
  }
}

