﻿html {
  margin: 0 auto;
  font-family: 'PingFang SC','Microsoft YaHei','Lantinghei SC','Helvetica Neue',Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,'WenQuanYi Zen Hei','WenQuanYi Micro Hei',"sans-serif"; 
}
body {
  font-family: "popR";
  overflow-x: hidden;
}
.phone_header {
  display: none;
}
.mobile_banner {
  display: none
}
.phone_top {
  display: none;
}
.phone_search_popup {
  display: none;
}
.phone_nav {
  display: none;
}
.home_country_mobile_img {
  display: none;
}

.header {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  left: 0;right:0;
  margin:0 auto;
  z-index:9999;
  padding-top: 20px;
}
.header.active {
  position: fixed;
  z-index:999;
  width: 100%;
  padding:10px 0;
  background: #000;
}
.logo {
  text-align: center;
}
.logo img {
  width: 305px;
}
.head_wrap {
  position: relative;
  z-index: 999;
  width: 1530px;
  margin:0 auto
}
.nav {
  padding-top: 10px;
}
.nav ul li {
  position: relative;
  float: left;
  margin:0 10px;
  width: 160px;
  text-align: center;
}
.nav ul li:first-child {
  width: 120px;
}
.nav ul li:nth-child(2){
  width: 140px;
}
.nav ul li:nth-child(3){
  width: 140px;
}
.nav ul li:last-child {
  margin-right: 0;
}
.nav ul li>a {
  position: relative;
  z-index:9999;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-family: "popMedium";
  font-weight: 500;
  color: #FFFFFF;
}
.nav ul li:hover>a {
  background: #113485;
}
.nav ul li:hover .nav_drop {
  display: block;
}
.nav_drop:after {
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  transform: translate(-50%.0);
  top: 60px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  transition: all 0.5s;
}
.nav_drop {
  position: absolute;
  width: 180px;
  top: 0;
  z-index:99;
  left: 50%;
  margin-left: -90px;
  text-align: center;
  display: none;
  transition: all 0.5s;
  background: #113485;
  box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.7000);
  border-radius: 13px;
}
.second_nav_group {
  padding:74px 0 20px;
}
.second_nav_item {
  padding-bottom: 15px;
}
.second_nav_item>a {
  position: relative;
  display: inline-block;
  min-width: 125px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  padding:6px 0;
  transition: all 0.5s;
}
.second_nav_item>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: all 0.5s;
}
.second_nav_item:hover>a:after {
  width: 100%;
}

.second_nav_item:hover .three_nav_drop {
  display: block;
}
.three_nav_drop {
  position: relative;
  display: block;
  padding-top: 5px;
}
.three_nav_item>a {
  position: relative;
  display: inline-block;
  min-width: 125px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  padding:2px 0;
  transition: all 0.5s;
}
.three_nav_item>a:hover {
  color:rgba(255,255,255,0.7)
}


.head_search {
  position: relative;
  cursor: pointer;
  padding-top: 24px;
  margin-left: 40px;
}
.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_popup_btn {
  font-size: 18px;
  width: 136px;
  text-align: center;
  height: 48px;
  line-height: 46px;
  font-family: "popMedium";
  transition: all .5s;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  display: inline-block;
  letter-spacing: 2px;
  text-align: center;
  color:#fff
}

.footer {
  position: relative;
  z-index: 99;
  width: 100%;
  padding-top: 345px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.foot_top {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.foot_logo {
  max-width: 256px;
}
.foot_quote {
  width: 850px;
  padding-top: 10px;
}
.foot_quote_text {
  font-size: 47px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 54px;
  width: 720px;
}
.foot_quote_text img {
  margin-right: 10px;
}
.foot_quote_text span {
  color:#5279d4
}
.foot_quote_icon {
  padding-top: 60px;
}

.foot_btm {
  padding:70px 0 16px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.foot_btm_cont {
  position: relative;
}
.foot_contact {
  position: relative;
  float: left;
  width: 1000px;
}
.foot_contact_item {
  margin-bottom: 30px;
}
.foot_contact_item_icon {
  width: 30px;
  line-height: 27px;
  margin-right: 20px;
}
.foot_contact_item_text {
  font-size: 19px;
  font-weight: 400;
  color: #C8C8C8;
  line-height: 27px;
}

.foot_link {
  position: absolute;
  right: 0;
  bottom: 35px;
  text-align: right;
  display: none;
}
.foot_link_label {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
  margin:5px 20px 0 0
}
.foot_link_item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  width: 34px;
}
.foot_link_item:last-child {
  margin-right: 0;
}
.foot_link_item a {
  position: relative;
  left:0;
  display: block;
  font-size: 34px;
  height: 33px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.5s;
}
.foot_link_item a.foot_link_item1 {
  background-image: url(../image/foot_link1.png);
}
.foot_link_item a.foot_link_item2 {
  background-image: url(../image/foot_link2.png);
}
.foot_link_item a.foot_link_item3 {
  background-image: url(../image/foot_link3.png);
}
.foot_link_item a.foot_link_item1:hover {
  left:6px;
  background-image: url(../image/foot_link4.png);
}
.foot_link_item a.foot_link_item2:hover {
  left:6px;
  background-image: url(../image/foot_link5.png);
}
.foot_link_item a.foot_link_item3:hover {
  left:6px;
  background-image: url(../image/foot_link6.png);
}

.copy {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  padding:12px 0;
  text-align: center;
  color:rgba(255,255,255,0.5);
  line-height: 24px;
}

.floor {
  position: fixed;
  z-index: 999;
  top: 50%;right: 0;
  transform: translate(0,-50%);
}
.floor_item {
  width: 80px;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #e2e4ea;
  background: #000000;
  transition: all 0.5s;
}
.floor_item:last-child {
  border-bottom: 0;
}
.floor_item:hover {
  background: #113485;
}
.floor_item_text {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.top_icon {
  margin-bottom: 8px;
}
.top_icon img {
  width: 28px;
}
.floor_item_icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin:0 auto 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.floor_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
}
.floor_item_icon1 {
  background-image: url(../image/floor_icon1.png);
}
.floor_item_icon2 {
  background-image: url(../image/floor_icon2.png);
}
.floor_item_icon3 {
  background-image: url(../image/floor_icon3.png);
}


.contact_popup {
  display: none;
}
.contact_popup_box {
  position: fixed;
  z-index: 999;
  width: 1275px;
  top: 50%;
  transform: translate(0,-50%);
  background: #fff;
  left: 0;right: 0;
  margin:0 auto;
  padding:50px 60px;
  box-shadow: 4px 7px 33px 0px rgba(0, 0, 0, 0.08);
}
.contact_popup_cont {
  margin:0 auto
}

.contact_popup_top {
  position: absolute;
  z-index: 99;
  width: 36px;
  top: -60px;
  right: 0;
}
.contact_popup_close {
  display: inline-block;
  cursor: pointer;
  width: 36px;
}


.magnify_popup {
  display: none;
}
.magnify_popup_box {
  position: fixed;
  z-index: 999;
  width: 800px;
  top: 50%;
  transform: translate(0,-50%);
  background: #fff;
  left: 0;right: 0;
  margin:0 auto;
  padding:50px 60px;
  box-shadow: 4px 7px 33px 0px rgba(0, 0, 0, 0.08);
}
.magnify_popup_cont {
  max-height: 560px;
  overflow: hidden;
}
.magnify_popup_cont img {
  width: 100%;
}

.magnify_close_icon {
  position: absolute;
  z-index: 99;
  width: 36px;
  top: -60px;
  right: 0;
  display: inline-block;
  cursor: pointer;
}


/******  首页    *****/
.banner_swiper_box {
  position: relative;
}
.banner_swiper_box .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  display: inline-block;
  background:transparent;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin:0 10px;
}
.banner_swiper_box .swiper-pagination-bullet-active {
  border:4px solid #113485
  
}
.banner_swiper_box .swiper-pagination {
  left:0;right: 0;
  width: 1600px;
  margin:0 auto;
  bottom:15vw;
  text-align: left;
}

.banner_item {
  position: relative;
}
.banner_item_cont {
  position: absolute;
  z-index:99;
  top: 15vw;
  width: 1600px;
  left: 0;right: 0;
  margin:0 auto;
}
.banner_item_a {
  position: relative;
  width: 50.72vw;
  max-width: 974px;
  margin-bottom: 1.6vw;
}
.banner_item_text {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  font-family: "GilroyRegular";
}

.home_global {
  position: relative;
  padding:3.64vw 0 0;
  margin-bottom: 6.45vw;
}
.home_global_bj {
  position: absolute;
  right: 0;
  top: -21vw;
  width: 28.75vw;
}

.home_global_cont {
  position: relative;
  width: 1380px;
  margin:0 auto;
}

.home_global_top {
  padding-left: 240px;
  margin-bottom: 3.4vw;
}
.home_global_item {
  float: left;
  width: 320px;
  text-align: left;
}
.home_global_item:first-child {
  width: 400px;
}
.home_global_item_num {
  font-size: 98px;
  font-family: "GilroyItalic";
  color: #113485;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  margin-bottom: 14px;
}
.home_global_item_num span {
  display: inline-block;
  line-height: 100px;
}

.home_global_item_text {
  font-size: 22px;
  font-family: "popSemiBold";
  color: #113485;
}
.home_global_item_num sup {
  display: inline-block;
  vertical-align:top;
  font-size: 40px;
  margin-top: -36px;
  font-style: normal;
  margin-left: 16px;
}
.home_global_des {
  font-size: 41px;
  font-family: "popMedium";
  font-weight: 500;
  color: #6D798C;
  line-height: 2.5vw;
  text-align: center;
}

.home_other {
  margin-bottom: 6.25vw;
}
.home_other_item {
  position: relative;
  width: 100%;
  height: 340px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_other_item a {
  display: block;
  height: 100%;
}

.home_other_cont {
  position: absolute;
  z-index: 99;
  width: 1600px;
  left: 0;right: 0;
  top: 50%;
  transform: translate(0,-50%);
  margin:0 auto;
}
.home_other_text {
  font-size: 72px;
  font-family: "popSemiBold";
  color: #FFFFFF;
  line-height: 67px;
}
.home_other_item:nth-child(2) {
  text-align: right;
}

.home_source {
  padding-right: 8.3333vw;
  margin-bottom: 6.25vw;
}
.home_source_cont {
  position: relative;
}
.home_source_bj1 {
  position: absolute;
  width: 61.5vw;
  top: -1.56vw;
  left: 8px;
}
.home_source_bj2 {
  position: absolute;
  z-index:100;
  width: 48.64vw;
  right: 0;
  bottom:0
}
.home_source_left {
  position: relative;
  float: left;
  padding-top: 7.6vw;
  width: 53.4375vw;
}
.home_source_text {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 2.18vw;
  padding:0 11.97vw 0 5.1vw;
  font-size: 24px;
  font-family: Gilroy;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  font-family: "GilroyRegular";
}
.home_source_right {
  float:right;
  width: 614px;
}
.home_source_item {
  position: relative;
  float: left;
  width:297px;
  height: 295px;
  padding:50px 30px 0;
  background-image: url(../image/source_bj1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin:0 20px 20px 0;
  text-align: center;
}
.home_source_item:hover {
  background-image: url(../image/source_bj2.png);
}
.home_source_item a {
  display: block;
}
.home_source_item:nth-child(2n) {
  margin-right: 0;
}

.home_source_item_icon {
  position: relative;
  height: 100px;
  line-height: 100px;
  margin-bottom: 18px;
}
.home_source_item_text {
  font-size: 34px;
  font-family: "popSemiBold";
  color: #FFFFFF;
  line-height: 38px;
}

.home_country {
  position: relative;
}
.home_country_btm {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -25px;
}

.home_country_tab_item {
  display: none;
}
.home_country_tab_item:first-child {
  display: block;
}
.home_country_item {
  position: relative;
  z-index: 99;
  float: left;
  width: 25%;
  height: 185px;
  padding-top: 45px;
  text-align: center;
  cursor: pointer;
}
.home_country_item.active {
  background: #113485;
}
.home_country_item_title {
  font-size: 30px;
  font-family: "popSemiBold";
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 25px;
}
.home_country_item_text {
  font-size: 24px;
  font-family: "popSemiBold";
  color: rgba(255,255,255,0.5);
  line-height: 24px;
}

.home_map {
  position: relative;
  padding:100px 0 0;
  overflow: hidden;
}
.home_map_item {
  display: none;
}
.home_map_item:first-child {
  display: block;
}
.home_map_infor {
  padding:0 15px 0 5.2vw
}

.home_map_img {
  width: 465px;
  margin-right: 8.8vw;
}
.home_map_text {
  font-size: 24px;
  font-weight: 400;
  color: #6D798C;
  line-height: 2.5vw;
}
.home_map_bj {
  position: absolute;
  width: 64.74vw;
  top: 0;
  left: 0;
}


/*      关于我们     */
.about_banner {
  position: relative;
  width: 100%;
  height: 35.677vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_cont {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 12.91vw;
}
.banner_title {
  font-size: 54px;
  font-family: "popSemiBold";
  color: #FFFFFF;
  line-height: 58px;
  margin-bottom: 2.1875vw;
}
.breadcrumb {
  font-size: 32px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 36px;
}
.breadcrumb a {
  color: rgba(255,255,255,0.7);
}
.breadcrumb em {
  margin:0 8px ;
}

.about_cont {
  padding: 18.6vw 0 0 ;
}
.about_global {
  position: relative;
  width: 100%;
  height: 36.45vw;
  max-height: 698px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 6.25vw;
}

.about_global_title {
  font-size: 6.25vw;
  line-height: 7.3vw;
  color:#113485;
  font-family: "popSemiBold";
  padding-left: 18px;
  margin-top: -14vw;
}
.about_title1 {
  padding-left: 7.3vw;
}
.about_global_title span {
  color:#fff;
}

.about_global_text {
  position: relative;
  font-size: 24px;
  font-family: "popLight";
  height: 17.5vw;
  color: #FFFFFF;
  padding-right: 3vw;
  line-height: 2.5vw;
}
.scroll_bar {
  position: relative;
}
.about_global_bar {
  margin-top: 3vw;
}
.about_global_bar.scroll_bar:after {
  right: 2px;
}
.scroll_bar:after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: #d5d5d5;
}

.about_tawcia_right {
  position: relative;
  width: 35.32vw;
  margin-left: 6.25vw;
  margin-top: -11.25vw;
  background: #FFFFFF;
  text-align: center;
  padding-top: 4.48vw;
  height: 39.9vw;
  box-shadow: -2px -7px 16px 2px rgba(17,52,133,0.1300);
}
.about_tawcia_item {
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 4.48vw
}
.about_tawcia_item:last-child {
  border-bottom: 0;
  margin-bottom: 3vw;
}
.about_tawcia_item_title {
  font-size: 5.2vw;
  font-family: "popSemiBold";
  color: #113485;
  line-height: 5.3vw;
  margin-bottom: 6px;
}
.about_tawcia_item_title span {
  line-height: 5.3vw;
  display: inline-block;
}
.about_tawcia_item_title sup {
  display: inline-block;
  vertical-align: top;
  font-size: 45px;
  line-height: 45px;
  margin-top: -10px;
}
.about_tawcia_item_text {
  font-size: 21px;
  font-family: "popMedium";
  font-weight: 500;
  color: #808080;
  line-height: 24px;
}

.about_history {
  margin-bottom: 8.3vw;
}
.about_history_img {
  position: relative;
  width: 56.25vw;
  border-radius: 30px;
}
.about_history_img img {
  border-radius: 30px;
}

.about_history_right {
  position: relative;
  z-index: 2;
  width: 48vw;
  padding:4.16vw 2.5vw 9.2vw 5.2vw;
  margin-left: -21.04vw;
  background: #FFFFFF;
  box-shadow: -6px 3px 16px 2px rgba(17,52,133,0.1300);
  border-radius: 20px;
}
.about_history_title {
  font-size: 59px;
  font-family: "popSemiBold";
  color: #113485;
  line-height: 68px;
  margin-bottom: 30px;
}
.about_history_text {
  font-size: 24px;
  font-weight: 400;
  color: #7A7A7A;
  height: 12vw;
  line-height: 2.5vw;
  padding-right: 2.8vw;
}
.about_history_bar.scroll_bar:after {
  right: 3px;
}


.about_chapter {
  margin-bottom: 3.3vw;
}
.about_chapter_top {
  padding-left: 3.125vw;
  margin-bottom: 3.55vw;
}
.about_chapter_top_left {
  position: relative;
  width: 34.4vw;
  margin-right:6.4vw;
}
.about_chapter_top_left:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 90%;
  top: 10%;
  right: -3vw;
  background: #113485;
}
.about_chapter_title {
  font-size: 5.2vw;
  line-height: 6.25vw;
  font-family: "popSemiBold";
  color: #113485;
  margin-bottom: 10PX;
}

.about_chapter_text {
  font-size: 24px;
  font-family: "popMedium";
  font-weight: 500;
  color: #929292;
  line-height: 2.5vw;
}

.about_chapter_top_right {
  font-size: 24px;
  color: #5E5E5E;
  line-height: 2.5vw;
}
.about_chapter_img {
  margin-bottom: 0;
}

.about_chapter_item {
  position: relative;
  float: left;
  width: 33.33%;
  font-size: 54px;
  font-family: "popSemiBold";
  color: #999999;
  line-height: 4.58vw;
  text-align: left;
  padding-left: 25px;
  margin-bottom: 4.16vw;
  transition: all 0.5s;
  cursor: pointer;
}
.about_chapter_item:nth-child(4) {
  text-align: right;
}
.about_chapter_item:nth-child(5) {
  text-align: right;
}
.about_chapter_item:nth-child(6) {
  text-align: right;
}
.about_chapter_item:hover {
  color:#113485
}
.about_chapter_btm {
  position: relative;
  padding:6.9vw 0 0
}
.about_chapter_bj {
  position: absolute;
  top: 10.4vw;
  width: 85.98vw;
  left: 3.125vw;
}

.about_matters {
  position: relative;
  width: 100%;
  height: 29.74vw;
  max-height: 571px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom:5.2vw;
}
.about_matters #notice {
  display: none;
}
.about_matters_cont {
  position: relative;
  height: 100%;
  padding-top: 13.54vw;
}
.about_matters_infor {
  position: absolute;
  width: 796px;
  left: 0;
  padding:4.69vw 70px 4.69vw 75px;
  bottom: -4.95vw;
  background: #113485;
  color:#fff;
}
.about_matters_title {
  font-size: 52px;
  font-family: "popSemiBold";
  color: #FFFFFF;
  line-height: 67px;
  text-align: center;
  margin-bottom: 20px;
}
.about_matters_text {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  margin-bottom: 3.65vw;
}
.about_matters_btm {
  position: relative;
  width: 100%;
  display: block;
}
.about_matters_btm form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.about_input {
  position: relative;
  height: 66px;
  line-height: 66px;
  background: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  color: #B5B5B5;
  border:0;
  padding: 0 30px;
}
.about_btn {
  width: 164px;
  text-align: center;
  height: 66px;
  line-height: 66px;
  background: #000000;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  border:0;
}
.about_matters_right {
  position: relative;
  float: right;
  width: 520px;
  color:#fff;
}
.about_matters_right:after {
  content: "";
  position: absolute;
  left: -4.8vw;
  top: -2.6vw;
  width: 6.354vw;
  height: 5.2vw;
  background-image: url(../image/about_icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.about_matters_des {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.5vw;
  margin-bottom: 2.8vw;
}
.about_matters_more a {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 36px;
}

.about_matters_more span {
  position: relative;
  transition: all 0.5s;
}
.about_matters_more a:hover span {
  animation: moveLeft 1s linear 0.2s infinite alternate;
  -webkit-animation: moveLeft 1s linear 0.2s infinite alternate;
  transform-origin: top;
  -webkit-transform-origin: top;
}



/*    生产过程   */
.process_cont {
  padding:40px 0 16vw;
}
.process_solution {
  position: relative;
  margin-bottom: 6.77vw;
}
.process_solution_cont {
  position: relative;
}
.process_solution_title {
  position: absolute;
  z-index: 99;
  width: 54.4vw;
  left: 3.8vw;
  top: 4.68vw;
  padding:2.4vw 4.375vw;
  border:10px solid #113485;
  font-size: 3.8vw;
  font-family: "popSemiBold";
  color: #0D0D0D;
  line-height: 4.375vw;
}
.process_solution_img {
  position: relative;
  width: 37.55vw;
  margin-left: 6.14vw;
}
.process_solution_left {
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  line-height: 2.5vw;
  padding-top: 22vw;
}
.process_solution_left p:first-child{
  margin-bottom: 1.25vw;
}
.process_solution_left p:last-child  {
  margin-top: 1.25vw;
}


.process_technology {
  position: relative;
  margin-bottom: 8.8vw;
}
.process_technology_bj {
  position: absolute;
  width: 61.5vw;
}
.process_technology_bj1 {
  top: -4.58vw;
  right: -25vw;
}
.process_technology_bj2 {
  left: -29.74vw;
  bottom: -2.6vw;
}
.process_technology_item {
  position: relative;
  float: left;
  width: 781px;
  margin-right: 38px;
  text-align: center;
}
.process_technology_item:nth-child(2) {
  margin-right: 0;
}
.process_technology_item_img {
  position: relative;
  width: 781px;
  height: 514px;
  overflow: hidden;
}
.process_technology_item_title {
  font-size: 36px;
  font-family: "popSemiBold";
  color: #333333;
  line-height: 40px;
  padding:1.79vw 150px
}


.process_recycle {
  margin-bottom: 5.83vw;
}
.recycle_item {
  margin-bottom: 12.76vw;
}
.recycle_item:last-child {
  margin-bottom: 0;
}
.recycle_item:nth-child(2n) {
  justify-content: center;
  flex-flow: row-reverse;
}
.recycle_item:nth-child(2n) .recycle_item_img {
  margin:0 0 0 50px
}
.recycle_item_img {
  position: relative;
  width: 42.7vw;
  margin-right: 6.66vw;
}

.recycle_swiper_box {
  position: relative;
}
.recycle_swiper_box .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  display: inline-block;
  background:transparent;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin:0 12px;
  text-align: center;
}
.recycle_swiper_box .swiper-pagination-bullet-active {
  border:4px solid #113485
  
}
.recycle_swiper_box .swiper-pagination {
  left:0;right: 0;
  width: 100%;
  margin:0 auto;
  bottom:40px;
}

.recycle_item_title {
  font-size: 3.125vw;
  font-family: "popSemiBold";
  color: #113485;
  line-height: 4.16vw;
  margin-bottom: 2.86vw;
}
.recycle_scroll_bar.scroll_bar:after {
  right: 3px;
}
.recycle_item_text {
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  height: 12vw;
  padding-right: 25px;
  line-height: 2.5vw;
}
.recycle_item_text1 {
  height: auto;
}

.process_industry {
  position: relative;
  background: #113485;
  height: 18.75vw;
  padding-top: 3.64vw;
}
.process_industry_title {
  font-size: 60px;
  font-family: "popSemiBold";
  color: #FFFFFF;
  line-height: 80px;
  margin-bottom: 40px;
}

.process_industry_cont {
  position: relative;
}
.industry_group {
  position: absolute;
  width: 1600px;
  left: 0;right: 0;
  margin:0 auto;
  bottom: -11.45vw;
}
.industry_item {
  position: relative;
  width: 743px;
  height: 348px;
  padding:4.68vw 1vw 0 4vw;
  background: #FFFFFF;
  border: 2px solid #E4E3E3;
  border-radius: 19px;
  transition: all 0.5s;
}
.industry_item:hover {
  box-shadow: 1px 2px 33px 2px rgba(32,72,155,0.5500);
}
.industry_item:hover .industry_item_title {
  color: #113485;
}
.industry_item:hover .industry_item_btn {
  border:1px solid #113485;
  color:#113485
}

.industry_item_title {
  font-size: 48px;
  font-family: "popSemiBold";
  color:#525252;
  line-height: 52px;
  margin-bottom: 1.8vw;
  transition: all 0.5s;
}
.industry_item_btm {
  padding-right: 2.5vw;
}
.industry_item_text {
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
  color: #808080;
}
.industry_item_btn {
  display: block;
  width: 146px;
  height: 50px;
  line-height: 48px;
  border:1px solid #525252;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #525252;
  margin-left: 20px;
  border-radius: 19px;
  margin-top: 10px;
  transition: all 0.5s;
}
.industry_item_btn:hover {
  animation: heartbeat 0.6s infinite;
}

/*   研发   */
.development_cont {
  padding:4.27vw 0 0
}
.development_partner {
  margin-bottom: 10.2vw;
}
.development_partner_left {
  position: relative;
  float: left;
  width: 684px;
}
.development_partner_title {
  font-size: 54px;
  font-family: "popSemiBold";
  color: #0D0D0D;
  line-height: 62px;
  margin-bottom: 30px;
}
.development_partner_line {
  position: relative;
  width: 120px;
  height: 8px;
  background: #113485;
  margin-bottom: 26px;
}
.development_partner_text {
  font-size: 24px;
  font-weight: 400;
  color: #807F7E;
  height: 27.5vw;
  line-height: 2.5vw;
  padding-right: 80px;
}
.development_partner_bar.scroll_bar:after {
  right: 3px;
}

.development_partner_right {
  float: right;
  width: 810px;
}
.partner_swiper_box {
	position: relative;
  width: 810px;
	margin: 0 auto;
}

.partner_swiper_box .swiper-container {
	padding-bottom: 80px;
}

.partner_swiper_box  .swiper-slide {
	width: 700px;
	height: auto;
}
.partner_swiper_box  .swiper-slide img{
	display:block;
}
.partner_swiper_box .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  display: inline-block;
  background:transparent;
  border: 2px solid #E0E0E0;
  border-radius: 50%;
  opacity: 1;
  margin:0 10px;
  text-align: center;
}
.partner_swiper_box .swiper-pagination-bullet-active {
  border:4px solid #113485
  
}
.partner_swiper_box .swiper-pagination {
  left:0;right: 0;
  margin:0 auto;
  bottom:-10px;
  text-align: center;
}



.development_technology {
  margin-bottom: 5vw;
}
.development_awards {
  position: relative;
  width: 45.2vw;
}
.development_awards {
  padding-bottom: 19.53vw;
}
.awards_item {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 18.44vw;
  color:#fff;
  padding:3.95vw 5.2vw 0 8.33vw;
  background: #113485;
}

.awards_item_title {
  font-size: 3.125vw;
  font-family: "popSemiBold";
  color: #FFFFFF;
  line-height: 3.125vw;
  margin-bottom: 22px;
}
.awards_item_text {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.5vw;
}

.awards_swiper_box {
  position: relative;
  height: 40.2vw;
  margin-top: -8.95vw;
  padding:0 8.33vw 0 10.2vw;
}
.awards_swiper_box .swiper-pagination-bullet {
  font-size: 32px;
  color: #CBCBCB;
  line-height: 36px;
  width: auto;
  height: auto;
  display: inline-block;
  background:transparent;
  border:0;
  opacity: 1;
  margin:0 0;
  border-radius: 0;
  margin-right: 20px;
}
.awards_swiper_box .swiper-pagination-bullet-active {
  opacity: 1;
  color: #113485;
  
}
.awards_swiper_box .swiper-pagination {
  left: -32.8125vw;
  bottom: 2.8vw;
}
.swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.awards_swiper_box .swiper-button-next, .awards_swiper_box .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 2.8vw;
  width: 4.16vw;
  height: 4.16vw;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-color: #113485;
  background-position: center center;
  background-repeat: no-repeat;
}
.awards_swiper_box .swiper-button-next {
  background-image: url(../image/next.png);
  right:auto;
  left: -6.77vw;
}
.awards_swiper_box .swiper-button-prev {
  background-image:url(../image/prev.png);
  right:auto;
  left: -13.02vw;
}

.development_technology_right {
  position: relative;
  float: right;
  margin-top: -31.09vw;
  width: 58.54vw;
  height: 31.25vw;
  background: #f2f2f2;
}

.development_technology_title {
  position: relative;
  font-size: 4.27vw;
  font-family: "popSemiBold";
  color: #113485;
  line-height: 4.6875vw;
  margin-bottom: 2.6vw;
}

.development_technology_text {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  height: 17.5vw;
  padding-right: 5.72vw;
  line-height: 2.5vw;
}

.development_certification {
  padding:0 4vw;
  margin-bottom: 70px;
}
.development_certification_title {
  position: relative;
  font-size: 4.27vw;
  font-family: "popSemiBold";
  color: #113485;
  text-align: center;
  line-height: 4.6875vw;
  margin-bottom: 4.6vw;
}
.development_certification_cont {
  position: relative;
}
.development_certification_cont:after {
  display:none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 2.5px;
  width: 100%;
  height: 1px;
  background: #000000;
}
.certification_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.certification_item_img {
  margin-bottom: 36px;
}
.certification_item_title {
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-align: center;
}

.public_questions_text {
  font-size: 52px;
  font-family: "popSemiBold";
  color: #FFFFFF;
  line-height: 51px;
  margin-bottom: 40px;
}
.public_questions_more em {
  margin-left: 20px;
}
.development_cont .public_questions {
  height: 591px;
  padding-top: 150px;
}

.certification_swiper_box {
  position: relative;
  padding-bottom: 80px;
}
.certification_swiper_box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background:#113485;
  border:0;
  opacity: 1;
  margin:0 8px;
  border-radius: 50%;
}
.certification_swiper_box .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 15px;
  background:#113485
  
}
.certification_swiper_box .swiper-pagination {
  left:0;
  width: 100%;
  text-align: center;
  bottom:0
}


/*    charity   */
.charity_care {
  margin-bottom: 4.6vw;
}
.charity_care_label {
  width: 330px;
  height: 152px;
  background: #113485;
  font-size: 58px;
  font-family: "popSemiBold";
  color: #FFFFFF;
  padding-top: 44px;
  line-height: 64px;
  margin-right: 10vw;
  text-align: center;
  margin-top: 10.9vw;
}
.charity_care_title {
  font-size: 6.25vw;
  font-family: "popSemiBold";
  color: #113485;
  line-height: 6.25vw;
  text-align: center;
  margin-bottom: 4vw;
}
.charity_care_text {
  position: relative;
  font-size: 28px;
  font-weight: 400;
  color: #676767;
  line-height: 3.125vw;
}
.charity_care_text .charity_care_des {
  position: relative;
  z-index: 99;
}
.charity_care_text:after {
  content: "";
  position: absolute;
  left: -4.8vw;
  top: -2.6vw;
  width: 6.354vw;
  height: 5.2vw;
  background-image: url(../image/advantage_icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.charity_activity {
  justify-content: center;
  flex-flow: row-reverse;
  margin-bottom: 11.14vw;
}
.charity_activity_img {
  position: relative;
  width:70.3125vw;
  max-width: 1350px;
}
.charity_activity_right {
  position: relative;
  z-index: 2;
  width: 61vw;
  padding: 3.02vw 2.18vw 3.1255vw 0;
  margin-right: -39.68vw;
  background: #FFFFFF;
}
.charity_activity_title {
  font-size: 60px;
  font-family: "popSemiBold";
  color: #113485;
  line-height: 72px;
  margin-bottom: 16px;
}
.charity_activity_des {
  font-size: 60px;
  font-family: "popMedium";
  color: #0D0D0D;
  line-height: 72px;
  margin-bottom: 16px;
}
.charity_activity_text {
  font-size: 24px;
  font-weight: 400;
  color: #656565;
  line-height: 48px;
}

.charity_institution {
  position: relative;
  width: 100%;
  height: 54vw;
  max-height: 1038px;
  padding-top: 8.33vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 7.29vw;
}

.charity_institution_title {
  font-size: 4.16vw;
  font-family: "popSemiBold";
  color: #FFFFFF;
  line-height: 4.16vw;
  margin-bottom: 3.44vw;
}

.charity_institution_text {
  font-size: 24px;
  font-weight: 400;
  height: 20vw;
  padding-right: 3vw;
  color: rgba(255,255,255,0.7);
  line-height: 2.5vw;
}
.charity_institution_bar.scroll_bar:after {
  right: 3px;
}


.charity_institution_right {
  margin-left: 5.625vw;
}
.institution_swiper_box {
	position: relative;
  width: 700px;
	margin: 0 auto;
}

.institution_swiper_box .swiper-container {
	padding-bottom: 60px;
}

.institution_swiper_box  .swiper-slide {
	width: 447px;
	height: auto;
}
.institution_swiper_box  .swiper-slide img{
	display:block;
}
.institution_swiper_box .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.institution_swiper_box .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  display: inline-block;
  background:transparent;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin:0 10px;
  text-align: center;
}
.institution_swiper_box .swiper-pagination-bullet-active {
  border:4px solid #113485
  
}
.institution_swiper_box .swiper-pagination {
  left:0;right: 0;
  margin:0 auto;
  bottom:-4vw;
  text-align: center;
}



.charity_show {
  padding-bottom: 12vw;
}
.charity_title {
  font-size: 68px;
  font-family: "popSemiBold";
  color: #000;
  line-height: 80px;
  margin-bottom: 5.72vw;
}
.charity_title span {
  color:#113485
}
.show_swiper_box {
  position: relative;
}
.show_swiper_box .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  display: inline-block;
  background:transparent;
  border:2px solid #D8D8D8;
  opacity: 1;
  margin:0 0;
  border-radius: 50%;
  margin:0 12px
}
.show_swiper_box .swiper-pagination-bullet-active {
  opacity: 1;
  border:4px solid #113485;
}
.show_swiper_box .swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: -6vw;
}
.photo_item {
  position: relative;
  width: 100%;
}
.photo_item_img {
  width: 100%;
  max-height: 658px;
  overflow: hidden;
} 
.photo_item_img img {
  width: 100%;
}
.photo_item_text {
  position: absolute;
  z-index: 999;
  bottom: 30px;
  width: 100%;
  left: 0;
  padding:0 40px;
  font-size: 30px;
  color:#fff;
  line-height: 54px;
}

.public_questions {
  position: relative;
  width: 100%;
  height: 676px;
  padding-top: 210px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: -290px;
  text-align: center;
}

.public_questions_title {
  margin-bottom: 15px;
}
.public_questions_more a {
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}
.public_questions_more a:hover span {
  position: relative;
  animation: moveLeft 1s linear 0.2s infinite alternate;
  -webkit-animation: moveLeft 1s linear 0.2s infinite alternate;
  transform-origin: top;
  -webkit-transform-origin: top;
}
.public_questions_more span {
  margin-left: 20px;
}


/* download */
.download_cont {
  padding:5.2vw 0 60px
}
.download_group {
  margin-bottom: 60px;
}
.download_item {
  position: relative;
  padding:14px 0 20px 15px;
  line-height: 42px;
  border-bottom: 1px solid #efefef;
}
.download_item:hover .download_item_right a{
  color:#113485
}
.download_item:hover .download_item_right span{
  background: url(../image/download_icon3.png) no-repeat center center;
}
.download_item_left {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 41px;
}
.download_item_left img {
  margin:-3px 18px 0 0;
}
.download_item_right {
  text-align: right;
  width: 200px;
  font-size: 18px;
  color: #666666;
}
.download_item_right a{
  font-size: 18px;
  font-weight: 400;
  color:#666666;
  line-height: 64px;
}
.download_item_right span {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 34px;
  margin:-3px 0 0 25px;
  background: url(../image/download_icon2.png) no-repeat center center;
}
.download_btm .page_Pagination { 
  text-align: center;
}
.page_Pagination {
  text-align: left;
}
.page_Pagination a,.page_Pagination span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  width: 50px;
  height: 50px;
  border: 1px solid #EEEEEE;
  line-height: 52px;
  text-align: center;
  margin:0 4px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page_Pagination a:hover,.page_Pagination span.current {
  background: #113485;
  color:#fff;
}


/*   blog  */
.blog_cont {
  padding: 3.23vw 0 0;
}
.blog_search_title {
  font-size: 18px;
  font-family: "popSemiBold";
  color: #333333;
  line-height: 26px;
  margin-bottom: 12px;
}
.blog_search_cont {
  width: 634px;
}
.blog_search_input {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #000000;
  padding:0 30px;
  border:0;
  background: #F6F6F6;
  border-radius: 2px 0 0 2px;
}
.blog_search_btn {
  width: 94px;
  height: 60px;
  border:0;
  background: #113485 url(../image/search_icon.png) no-repeat center center;
  border-radius: 0px 2px 2px 0px;
}
.blog_group {
  margin-top: 5.2vw;
  margin-bottom: 7.55vw;
}
.blog_item {
  margin-bottom: 8.85vw;
}
.blog_item:last-child {
  margin-bottom: 0;
}
.blog_item:hover .blog_item_title {
  color: #113485;
}
.blog_item:hover .blog_item_more {
  background: #113485;
  color:#fff
}
.blog_item:hover .blog_item_date {
  color:#113485
}
.blog_item:hover .blog_item_date:after  {
  background: #113485;
}

.blog_item_img {
  position: relative;
  width: 33.02vw;
  margin-right: 6.25vw;
}
.blog_item_date {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  color: #888888;
  line-height: 28px;
  margin-bottom: 1.67vw;
}
.blog_item_date:after {
  position: absolute;
  content: "";
  width: 50px;
  left: -46px;
  height: 1px;
  top: 50%;
  transform: translate(0,-55%);
  background: #113485;
  transition:  all 0.5s;
}
.blog_item_title {
  font-size: 30px;
  line-height: 36px;
  font-family: "popSemiBold";
  color:#010101;
  margin-bottom: 1.36vw;
  transition: all 0.5s;
}
.blog_item_text {
  font-size: 24px;
  font-weight: 400;
  color: #888888;
  height:144px;
  line-height: 48px;
  margin-bottom: 1.2vw;
}
.blog_item_more{
  display: inline-block;
  width: 150px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #A7A7A7;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  transition: all 0.5s;
}
.blog_item_more i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-top: -3px;
}
.blog_item_more:hover {
  animation: heartbeat 0.6s infinite;
}


.blog_details_cont {
  padding:6.4vw 0 0
}
.blog_details_left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
}
.blog_details_infor {
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.blog_details_title {
  font-size: 48px;
  font-family: "popSemiBold";
  color: #333333;
  line-height: 54px;
  margin-bottom: 1.4vw;;
}
.blog_details_date {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  line-height: 28px;
  margin-bottom: 0;
  margin-bottom: 1.25vw;
}
.blog_details_des {
  font-size: 24px;
  font-weight: 400;
  color: #888888;
  line-height: 48px;
}
.blog_details_des p {
  margin-bottom: 30px;
}
.blog_details_des img {
  max-width: 100%;
  height: auto!important;
}

.blog_recent {
  position: relative;
  width: 450px;
  margin-left: 200px;
}
.blog_recent:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  max-height: 1300px;
  background: #d2d2d2;
  top: 0;
  left:-100px;
}
.blog_recent_title {
  font-size: 34px;
  font-family: "popSemiBold";
  color: #113485;
  line-height: 36px;
  margin-bottom: 2.7vw;
}
.blog_recent_item {
  margin-bottom: 30px;
}
.blog_recent_item a {
  display: block;
}
.blog_recent_item:hover .blog_recent_item_title {
  color: #113485;
}
.blog_recent_item_title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
  transition: all 0.5s;
}
.blog_recent_item_date {
  font-size: 14px;
  color: #969696;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 4px;
}

.blog_details_btm {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding:45px 0;
}
.blog_details_btm a  {
  font-size: 22px;
  font-weight: 400;
  text-decoration: underline;
  color: #113485;
  line-height: 40px;
}
.blog_details_btm img {
  margin:-3px 0 0 16px
}

.blog_recent_item_img {
  margin-bottom: 24px;
  overflow: hidden;
}
.blog_recent_item_img img {
  transition: all 0.5s;
}
.blog_recent_item_img:hover img {
  transform:scale(1.1)
}

/*   advantage   */
.logistics_cont {
  padding:6.14vw 0 0
}
.logistics_transportation {
  position: relative;
  z-index: 99
}
.logistics_transportation_img {
  position: relative;
  width: 39.427vw;
  margin-right: 4.16vw;
}
.logistics_transportation_right {
  position: relative;
  top: -7.3vw;
}
.logistics_title {
  font-size: 5vw;
  font-family: "popSemiBold";
  color:#2a2c29;
  line-height: 6.25vw;
  margin-bottom: 7.38vw;
}
.logistics_title span {
  color: #113485;
}
.logistics_des {
  position: relative;
  z-index: 99;
  font-size: 33px;
  font-family: "popSemiBold";
  color: #424242;
  line-height: 58px;
  padding:0 8vw 0 3.33vw
}
.logistics_des:before {
  content: "";
  position:absolute;
  z-index:-1;
  left: 18px;
  top: -3.3vw;
  width: 6.354vw;
  height: 5.2vw;
  background-image: url(../image/advantage_icon.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.logistics_text {
  position: relative;
  margin-top: -3.2vw;
  padding:6.77vw 0 4.8vw;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  line-height: 48px;
  background: #F6F6F6;
}

.public_quote {
  position: relative;
  width: 100%;
  height: 602px;
  padding-top: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color:#fff;
  margin-bottom: -270px;
}
.public_quote_title {
  font-size: 50px;
  font-family: "popSemiBold";
  color: #FFFFFF;
  line-height: 60px;
  margin-bottom: 30px;
}
.public_quote_text {
  font-size: 32px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 36px;
}
.quote_more {
  display: block;
  width: 252px;
  height: 90px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  margin-left: 200px;
  font-size: 32px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 86px;
  text-align: center;
}
.quote_more:hover  {
  animation: heartbeat 0.6s infinite;
}



/*    media     */
.media_cont {
  padding:8.95vw 0  0;
}
.media_group {
  margin-bottom: 1vw;
}
.media_item {
  position: relative;
  float: left;
  width: 772px;
  text-align: center;
  margin:0 56px 3.65vw 0 ;
}
.media_item:nth-child(2n) {
  margin-right: 0;
}
.media_item_img {
  position: relative;
  width: 772px;
  height: 478px;
  overflow: hidden;
  margin-bottom: 30px;
}
.video_icon {
  position: absolute;
  z-index: 99;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
}
.media_item_title {
  position: relative;
  height: 56px;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  
}

.media_btm  .page_Pagination{
  text-align: center;
}


/*      product     */
.product_overview {
  position: relative;
  padding:3.64vw 0 0;
}
.product_bj1 {
  position: absolute;
  top: 1.094vw;
  right: -23.33vw;
  width:  85.98vw;
  max-width: 1651px;
}
.product_upper {
  margin-bottom: 3.9vw;
}
.product_upper_title {
  font-size: 4.58vw;
  width: 26vw;
  font-family: "popSemiBold";
  color: #113485;
  line-height: 5.2vw;
  margin-right: 7.3vw;
}
.product_upper_right {
  font-size: 36px;
  font-weight: 400;
  color: #808080;
  line-height: 3.02vw;
}

.product_module2 {
  position: relative;
  margin-bottom: 40px;
}
.product_module2:hover .product_module_cont {
  display: block;
}
.product_module2:hover .product_module_icon {
  animation: moveLeft 1s linear 0.2s infinite alternate;
  -webkit-animation: moveLeft 1s linear 0.2s infinite alternate;
  transform-origin: top;
  -webkit-transform-origin: top;
}
.product_module_left {
  position: relative;
  float: left;
  width: 768px;
  height: 782px;
  overflow: hidden;
}
.product_module_cont {
  position: absolute;
  display: none;
  z-index:99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_module_cont:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}
.item_cell {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 50%;
  padding:0 30px;
  transform: translate(0,-50%);
  text-align: center;
}
.product_module_title {
  font-size: 54px;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 68px;
  margin-top: 2.5vw;
}

.product_module_right {
  position: relative;
  float: right;
  width: 790px;
}
.product_module_top {
  position: relative;
  width: 790px;
  height: 368px;
  overflow: hidden;
  margin-bottom: 40px;
}
.product_module_item {
  position: relative;
  float: left;
  width: 376px;
  height: 374px;
  overflow: hidden;
  margin-right: 38px;
}
.product_module_item:nth-child(2) {
  margin-right: 0;
}
.product_item:hover .product_module_cont {
  display: block;
}
.product_item:hover .product_module_icon {
  animation: moveLeft 1s linear 0.2s infinite alternate;
  -webkit-animation: moveLeft 1s linear 0.2s infinite alternate;
  transform-origin: top;
  -webkit-transform-origin: top;
}
.product_module_icon {
  position: relative;
}
.product_module_item .product_module_icon img {
  width: 80px;
}
.product_module_item .product_module_title {
  font-size: 42px;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 54px;
  margin-top: 2vw;
}

.product_overview {
  margin-bottom: 15vw;
}
.public_contact {
  position: relative;
}

.public_contact_bj {
  position: relative;
  width: 100%;
  height: 20.88vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.public_contact_top {
  position: relative;
  margin-bottom: 5.2vw;
}
.public_contact_icon1 {
  position: absolute;
  top:-4.16vw;
  left: 1.56vw;
  width: 61.51vw;
}
.public_contact_icon2 {
  position: absolute;
  bottom:-4.16vw;
  right: 1.82vw;
  width: 31.45vw;
}
.public_contact_title {
  position: relative;
  padding-left: 4.16vw;
  font-size: 3.69vw;
  font-family: "popSemiBold";
  color: #000000;
  line-height: 4.375vw;
}
.public_contact_title:after {
  content: "";
  position: absolute;
  left: 0;
  top: -6.7vw;
  width: 4px;
  height: 18.64vw;
  background: #113485;
}

.public_form_infor {
  position: relative;
  width: 1275px;
  padding:3.125vw 60px 4.16vw;
  background: #FFFFFF;
  box-shadow: -1px -7px 14px 4px rgba(17,52,133,0.1800);
}

.public_form_list {
  margin-bottom: 30px;
}
.public_form_item {
  position: relative;
  width: 562px;
}
.contact_form_input {
  position: relative;
  width: 100%;
  height: 81px;
  line-height: 81px;
  background: #EEEEEE;
  border-radius: 10px;
  font-size: 26px;
  font-weight: 400;
  padding:0 35px;
  color: #999999;
}
.contact_form_100 .public_form_item {
  width: 100%;
}
.contact_form_area {
  position: relative;
  width: 100%;
  height: 186px;
  background: #EEEEEE;
  border-radius: 10px;
  line-height: 32px;
  background: #EEEEEE;
  border-radius: 10px;
  font-size: 26px;
  font-weight: 400;
  padding:15px 35px 0;
  color: #999999;
}
.public_form_btm .btn {
  position: relative;
  width: 100%;
  height: 99px;
  line-height: 99px;
  background: #113485;
  border-radius: 10px;
  font-size: 42px;
  font-weight: 400;
  color: #FFFFFF;
  border:0
}
.public_form_btm .btn:hover {
  animation: heartbeat 0.6s infinite;
}

.public_form_box {
  position: relative;
  z-index:99;
  margin-top: -9.48vw;
}
.public_form_top {
  text-align: right;
  margin-bottom: 15px;
}
.public_form_select {
  position: relative;
  width: 280px;
  padding:0 0 0 18px;
  font-size: 22px;
  font-family: "popSemiBold";
  color: #113485;
  height: 44px;
  line-height: 44px;
  text-align: left;
}
.chosen_box .chosen-container {
  font-size: 22px;
  text-align: left;
}
.chosen_box .chosen-container-single .chosen-single {
  height: 44px;
  line-height: 44px;
  padding:0 0 0 18px;
  color:#113485;
  font-family: "popSemiBold";
  border:0
}


.details_cont {
  position: relative;
  padding:5.46vw 0 0;
}
.details_text {
  font-size: 36px;
  font-weight: 400;
  color: #808080;
  line-height: 58px;
  margin-bottom: 6.25vw;
}

.details_photo {
  position: relative;
  padding:0 1.82vw;
  margin-bottom: 10.48vw;
}
.photo_swiper_box {
  position: relative;
}
.photo_swiper_box .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  display: inline-block;
  background:transparent;
  border:2px solid #D8D8D8;
  opacity: 1;
  margin:0 0;
  border-radius: 50%;
  margin:0 12px
}
.photo_swiper_box .swiper-pagination-bullet-active {
  opacity: 1;
  border:4px solid #113485;
}
.photo_swiper_box .swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: -70px;
}

.details_parameter {
  margin-bottom: 13vw;
}
.details_parameter_top {
  position: relative;
  background: #fafafa;
  margin-bottom: 2.5vw;
  border-bottom: 4px solid #113485;
}
.details_parameter_top span {
  position: relative;
  display: block;
  float: left;
  width: 33.33%;
  height: 106px;
  line-height: 106px;
  overflow: hidden;  
  text-overflow: ellipsis;   
  white-space: nowrap;
  font-size: 36px;
  font-family: "popMedium";
  font-weight: 500;
  color: #0D0D0D;
  cursor: pointer;
  text-align: center;
}
.details_parameter_top span.active {
  background:#113485;
  color:#fff
}
.details_parameter_top span:last-child {
  width: 33.34%;
}
.details_tab_item {
  display: none;
}
.details_tab_item:first-child {
  display: block;
}
.details_parameter_item {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  padding:16px 0;
  margin-bottom: 4.375vw;
  border-bottom: 1px solid #dadada;
}
.details_parameter_item a {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  padding:0 0 0 3.125vw;
  line-height: 36px;
  overflow: hidden;  
  text-overflow: ellipsis;   
  white-space: nowrap;
}
.details_parameter_item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #113485;
}
.details_parameter_infor {
  font-size: 28px;
  color:#808080;
  padding:20px 60px 60px;
  line-height: 36px;
}
.details_parameter_infor h4 {
  position: relative;
  font-size: 36px;
  line-height: 42px;
  font-family: "popSemiBold";
  color:#000;
  margin:30px 0 20px
}
.details_parameter_infor h4:after {
  content: "";
  position: absolute;
  left: -40px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #113485;
} 


/*   contact   */
.contact_cont {
  padding:7.8vw 0 0;
}

.contact_upper {
  margin-bottom: 4.6875vw;
}
.contact_top {
  position: relative;
  margin-bottom: 4.42vw;
}
.contact_icon1 {
  position: absolute;
  top: -4.16vw;
  left: 1.56vw;
  width: 61.51vw;
}
.contact_title {
  position: relative;
  font-size: 3.69vw;
  font-family: "popSemiBold";
  color: #000000;
  line-height: 4.375vw;
  margin-bottom: 15px;
}
.contact_promt {
  font-size: 28px;
  font-family: "popMedium";
  font-weight: 500;
  color: #808080;
  line-height: 33px;
}

.contact_team {
  margin-bottom: 15px;
}
.contact_team_title {
  text-align: center;
  padding:0 7.5vw;
  margin-bottom: 8.02vw;
}
.contact_team_title h4 {
  font-size: 4.16vw;
  font-family: "popSemiBold";
  color: #113485;
  line-height: 4.94vw;
}
.contact_team_title h6 {
  font-size: 4.16vw;
  font-family: "popSemiBold";
  color: #0d0d0d;
  line-height: 4.94vw;
}
.contact_team_title p {
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  line-height: 2.5vw;
  margin-top: 1.98vw;
}

.contact_team_item {
  position: relative;
  float: left;
  width: 485px;
  height: 220px;
  padding:30px 164px 0 36px;
  background: #FFFFFF;
  box-shadow:
    -5px 5px 15px rgba(17,52,133,0.1800), /*左边阴影*/  
    5px 5px 15px rgba(17,52,133,0.1800), /*右边阴影*/  
    5px -5px 15px rgba(17,52,133,0.1800), /*顶部阴影*/  
    5px 5px 15px rgba(17,52,133,0.1800); /*底边阴影*/  
  border-radius: 20px;
  margin:0 72.5px 106px 0
}

.contact_team_item:nth-child(3n) {
  margin-right: 0;
}
.contact_team_item_top {
  height: 58px;
}
.contact_team_item_title {
  font-size: 24px;
  font-family: "popSemiBold";
  color: #113485;
  line-height: 29px;
}
.contact_team_item_job {
  font-size: 14px;
  font-weight: 400;
  color: #D09E04;
  line-height: 21px;
}
.contact_team_item_line {
  width: 176px;
  height: 1px;
  background: #C6C6C6;
}
.contact_team_item_text {
  font-size: 15px;
  font-weight: 400;
  color: #808080;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 18px;
}
.contact_team_item_text p {

}
.contact_team_item_btm {
  text-align: left;
  padding-left: 70px;
  display: none;
}
.contact_team_item_bj1 {
  position: absolute;
  z-index: 99;
  width: 168px;
  height: 274px;
  top: -76px;
  right: 15px;
}
.contact_team_item_bj2 {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  height: 220px;
}
.contact_team_item_bj2 img {
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.contact_arrow {
  cursor: pointer;
  
}
.contact_arrow img {
  transition: all 0.5s;
}

.contact_team_item.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow:
    -5px 5px 15px rgba(17,52,133,0.1800), /*左边阴影*/  
    5px 5px 15px rgba(17,52,133,0.1800), /*右边阴影*/  
    5px -5px 15px rgba(17,52,133,0.1800) /*顶部阴影*/  
}
.contact_team_item.active .contact_arrow img {
  transform: rotate(180deg);
}
.contact_team_item.active .contact_team_job_box {
  display: block;
}
.contact_team_item:hover .contact_team_job_box {
  display: block;
}
.contact_team_item:hover  {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow:
    -5px 5px 15px rgba(17,52,133,0.1800), /*左边阴影*/  
    5px 5px 15px rgba(17,52,133,0.1800), /*右边阴影*/  
    5px -5px 15px rgba(17,52,133,0.1800) /*顶部阴影*/  
}
.contact_team_job_box {
  position: absolute;
  display: none;
  z-index:9999;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  height: 190px;
  padding:16px 36px 0;
  background: #FFFFFF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow:
    -5px 5px 15px rgba(17,52,133,0.1800), /*左边阴影*/  
    5px 5px 15px rgba(17,52,133,0.1800), /*右边阴影*/   
    5px 5px 15px rgba(17,52,133,0.1800); /*底边阴影*/  
}
.contact_team_job_item {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 32px;
  word-wrap:break-word;
}
.contact_team_job_item a {
  color: #808080;
}

.map {
  position: relative;
  z-index:99;
  float:right;
  width: 67.08vw;
  /* height: 24.58vw; */
  border:3px solid #113485
}
.contact_left {
  position: relative;
  width: 60.72vw;
  height:24.58vw;
  margin-top: -15.83vw;
  background: #e3e3e3;
}
.contact_left:after {
  content:"";
  position: absolute;
  top: -7.55vw;
  left: 11.35vw;
  width: 4px;
  height: 20.2vw;
  background: #113485;
}
.contact_left_icon {
  position: absolute;
  z-index: 99;
  left: -20.9vw;
  top: 9.82vw;
}
.contact_left_icon img {
  width: auto;
  height: 7.29vw;
}
.contact_left_infor {
  position: absolute;
  left: 15.26vw;
  bottom: -6.5vw;
  font-size: 4.47vw;
  font-family: "popSemiBold";
  color: #0D0D0D;
  line-height: 6.25vw;
}
.contact_left_infor h6 {
  color:#113485
}


/*  thank   */
.page_cont {
  padding-top: 120px;
}
.error_cont {
  position: relative;
  width: 100%;
  height: 53vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -16.5vw;
}
.error_box {
  padding-top: 8.3vw;
}
.error_left  {
  width: 600px;
}
.error_title {
  font-size: 3.2vw;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 3.6vw;
  margin-bottom: 2.5vw;
}
.error_text {
  font-size: 27px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  color:rgba(255,255,255,0.5);
  margin-bottom: 7.2vw;
}
.thank_btn {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: "popMedium";
  font-weight: 500;
  color: #FFFFFF;
  line-height:  4.85vw;
  width: 19.85vw;
  height: 4.85vw;
  background: #113485;
  border-radius: 4px;
  text-align: center;
  border: 0;
  transition: all 0.5s;
}

.error_img {
  position: relative;
  width: 42vw;
  margin:20px 4.9vw 0 0
}

.thank_cont {
  height: 56vw;
  margin-bottom: -16.5vw;
}
.thank_right {
  position: relative;
  position: relative;
  width: 49.73vw;
  height: 56vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thank_title {
  font-size: 4.21vw;
  font-family: "popSemiBold";
  line-height: 5vw;
  margin-bottom: 24px;
}
.thank_left {
  padding:9.5vw 0 0 8.33vw
}
.thank_text {
  font-size: 4vw;
  font-weight: 400;
  color: #0D0D0D;
  line-height: 4.5vw;
  margin-bottom: 28px;
}
.thank_promt {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 3.125vw;
}
.thank_btm .thank_btn {
  width: 306px;
  height: 75px;
  line-height: 75px;
  background: #113485;
  border-radius: 4px;
}

@media screen and (max-width: 1680px) {
  .wrap {
    width: 1440px;
  }
  .head_wrap {
    position: relative;
    z-index: 999;
    width: 1440px;
    margin: 0 auto;
  }
  .nav ul li>a {
    position: relative;
    z-index: 9999;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-family: "popMedium";
    font-weight: 500;
    color: #FFFFFF;
  }
  .nav ul li {
    position: relative;
    float: left;
    margin:0 10px;
    width: 130px;
    text-align: center;
  }
  .nav ul li:first-child {
    width: 100px;
  }
  .nav ul li:nth-child(2){
    width: 110px;
  }
  .nav ul li:nth-child(3){
    width: 110px;
  }
  .nav_drop {
    width: 150px;
    margin-left: -75px;
  }
  .second_nav_item>a {
    position: relative;
    display: inline-block;
    min-width: 110px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 20px;
    transition: all 0.5s;
  }

  .footer {
    padding-top: 300px;
  }
  .foot_top {
    padding-bottom: 60px;
  }
  .foot_btm {
    padding: 50px 0 16px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }


  /*   首页   */
  .banner_item_cont {
    position: absolute;
    z-index: 99;
    top: 12vw;
    width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .banner_swiper_box .swiper-pagination {
    width: 1440px;
  }
  .home_global_des {
    font-size: 32px;
    font-family: "popMedium";
    font-weight: 500;
    color: #6D798C;
    line-height: 2.5vw;
    text-align: center;
  } 
  .home_other_cont {
    width: 1440px;
  }
  .home_source {
    padding-right: 4vw;
  }
  .home_other_text {
    font-size: 54px;
    line-height: 58px;
  }
  .home_source_left {
    position: relative;
    float: left;
    padding-top: 8.6vw;
    width: 50.4375vw;
  }
  .home_source_right {
    width: 540px;
  }
  .home_source_item {
    position: relative;
    float: left;
    width: 260px;
    height: 260px;
    padding: 30px 20px 0;
    background-image: url(../image/source_bj1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 20px 20px 0;
    text-align: center;
  }
  .home_country_item_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .home_map_text {
    font-size: 20px;
  }

  /*    about     */
  .about_tawcia_right {
    position: relative;
    width: 35.32vw;
    margin-left: 6.25vw;
    margin-top: -11.25vw;
    background: #FFFFFF;
    text-align: center;
    padding-top: 3.48vw;
    height: 39.9vw;
    box-shadow: -2px -7px 16px 2px rgba(17,52,133,0.1300);
  }
  .about_global_text {
    font-size:20px;
  }
  .about_history_title {
    font-size:52px;
    line-height: 58px;
  }
  .about_history_text {
    font-size: 20px;
  }
  .about_tawcia_item_title {
    font-size: 5vw;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 5.3vw;
    margin-bottom: 6px;
  }
  .about_chapter_text {
    font-size: 20px;
  }
  .about_chapter_top_right {
    font-size: 20px;
  }
  .about_chapter_item {
    position: relative;
    float: left;
    width: 33.33%;
    font-size: 42px;
    font-family: "popSemiBold";
    color: #999999;
    line-height: 4vw;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 4.16vw;
    transition: all 0.5s;
    cursor: pointer;
  }
  .about_matters_cont {
    position: relative;
    height: 100%;
    padding-top: 13.54vw;
  }
  .about_matters_infor {
    position: absolute;
    width: 720px;
    left: 0;
    padding:3.69vw 50px 4.69vw;
    bottom: -4.45vw;
    background: #113485;
    color:#fff;
  }
  .about_matters_title {
    font-size: 42px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about_matters_text {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    margin-bottom: 3.65vw;
  }
  .about_matters_btm {
    position: relative;
    width: 100%;
  }
  .about_input {
    position: relative;
    height: 54px;
    line-height: 54px;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    color: #B5B5B5;
    border:0;
    padding: 0 30px;
  }
  .about_btn {
    width: 144px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    background: #000000;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    border:0;
  }
  .about_matters_right {
    position: relative;
    float: right;
    width: 520px;
    color:#fff;
  }
  .about_matters_right:after {
    content: "";
    position: absolute;
    left: -4.8vw;
    top: -2.6vw;
    width: 6.354vw;
    height: 5.2vw;
    background-image: url(../image/about_icon.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .about_matters_des {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.5vw;
    margin-bottom: 2.8vw;
  }
  .about_matters_more a {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 32px;
  }


  /*   charity   */
  .charity_care_text {
    position: relative;
    font-size: 24px;
  }
  .charity_activity_title {
    font-size: 48px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 60px;
  } 
  .charity_activity_des {
    font-size: 48px;
    font-family: "popMedium";
    color: #0D0D0D;
    line-height: 60px;
    margin-bottom: 16px;
  } 
  .charity_activity_text {
    font-size: 20px;
    line-height: 32px;
  }
  .charity_institution_text {
    font-size: 20px;
  }
  .charity_title {
    font-size: 52px;
    font-family: "popSemiBold";
    color: #000;
    line-height: 64px;
    margin-bottom: 5.72vw;
  }
  .charity_institution {
    padding-top: 6vw;
  }
  .institution_swiper_box .swiper-pagination {
    bottom: -1vw;
  }

  .photo_item_text {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding: 0 20px;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
  }


  /*   contact   */
  .contact_promt {
    font-size: 24px;
  }
  .contact_team_item {
    position: relative;
    float: left;
    width: 436px;
    height: 216px;
    padding: 36px 194px 0 36px;
    background: #FFFFFF;
    box-shadow: -5px 5px 14px 4px rgba(17,52,133,0.1800);
    border-radius: 20px;
    margin: 0 66px 80px 0;
  }
  .contact_team_title p {
    font-size: 20px;
    line-height: 28px;
  }



  /* media */
  .media_item {
    position: relative;
    float: left;
    width: 695px;
    text-align: center;
    margin: 0 50px 3.65vw 0;
  }
  .media_item_img {
    position: relative;
    width: 695px;
    height: 430px;
    overflow: hidden;
    margin-bottom: 30px;
  }

  /*    blog    */
  .blog_item {
    margin-bottom: 9vw;
  } 
  .blog_item_img {
    margin-right: 6vw;
  }
  .blog_item_right  {
    padding-top: 20px;
  }
  .blog_item_date {
    font-size: 20px;
    margin-bottom: 1vw;
  }
  .blog_item_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1vw;
  }
  .blog_item_text {
    font-size: 18px;
    font-weight: 400;
    color: #888888;
    height: 78px;
    line-height: 26px;
    margin-bottom: 2vw;
  } 

  .blog_details_cont {
    
  }
  .blog_details_title {
    font-size: 32px;
    font-family: "popMedium";
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: -20px;
  }
  .blog_details_date {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    margin-bottom: 20px;
  } 
  .blog_details_des {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
  }
  .blog_details_btm {
    padding:30px 0
  }
  .blog_recent {
    width: 320px;
    margin-left: 120px;
  }
  .blog_recent:after {
    left: -70px;
  }
  .blog_recent_title {
    font-size: 24px;
    font-family: "popMedium";
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .blog_recent_item a{
    padding:0 0 5px;
  }
  .blog_recent_item_title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 24px
  } 
  .blog_recent_item_date {
    font-size: 14px;
  } 
  .blog_details_cont:after {
    right: 360px;
  }


  /*   product   */
  .product_upper_right  {
    font-size: 28px;
  }
  .product_module_left {
    position: relative;
    float: left;
    width: 680px;
    height: 692px;
    overflow: hidden;
  }
  .product_module_right {
    width: 700px;
  }
  .product_module_top {
    position: relative;
    width: 700px;
    height: 326px;  
    overflow: hidden;
    margin-bottom: 28px;
  } 
  .product_module_item {
    position: relative;
    float: left;
    width: 340px;
    height: 338px;
    overflow: hidden;
    margin-right: 20px;
  }
  .product_module_title {
    font-size: 42px;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 54px;
    margin-top: 2.5vw;
  }
  .product_module_item .product_module_title {
    font-size: 36px;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 48px;
    margin-top: 2vw;
  }
  .contact_form_input {
    position: relative;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #EEEEEE;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 400;
    padding: 0 20px;
    color: #999999;
  } 
  .contact_form_area {
    font-size: 22px;
    padding: 15px 20px 0;
  }
  .public_form_btm .btn {
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #113485;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
  }

  /*   product_details  */
  .details_text {
    font-size: 28px;
  }
  .details_parameter_top span {
    position: relative;
    display: block;
    float: left;
    width: 33.33%;
    height: 84px;
    line-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 28px;
    font-family: "popMedium";
    font-weight: 500;
    color: #0D0D0D;
    text-align: center;
  } 
  .details_parameter_item a {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    padding: 0 0 0 3.125vw;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .details_parameter_item a:after {
    width: 16px;
    height: 16px;
  }
  .details_parameter_infor {
    font-size: 24px;
    color:#808080;
    padding:20px 60px 60px;
    line-height: 32px;
  }
  .details_parameter_infor h4 {
    position: relative;
    font-size: 28px;
    line-height: 36px;
    font-family: "popSemiBold";
    color:#000;
    margin:30px 0 20px
  }

  /*   product_process   */
  .process_solution_title {
    position: absolute;
    z-index: 99;
    width: 54.4vw;
    left: 3.8vw;
    top: 4.68vw;
    padding: 2vw 4vw;
    border: 10px solid #113485;
    font-size: 3.4vw;
    font-family: "popSemiBold";
    color: #0D0D0D;
    line-height: 4.2vw;
  }
  .process_solution_left {
    font-size: 20px;
  }
  .process_technology_item {
    position: relative;
    float: left;
    width: 700px;
    margin-right: 40px;
    text-align: center;
  }
  .process_technology_item_img {
    position: relative;
    width: 700px;
    height: 460px;
    overflow: hidden;
  }
  .process_technology_item_title {
    font-size: 28px;
    font-family: "popSemiBold";
    color: #333333;
    line-height: 36px;
    padding: 1.79vw 120px;
  }
  .recycle_item_text {
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    height: 12vw;
    padding-right: 25px;
    line-height: 2.5vw;
  }

  .process_industry_title {
    font-size: 48px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 64px;
    margin-bottom: 30px;
  }
  .industry_group {
    position: absolute;
    width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -11.45vw;
  }
  .industry_item {
    position: relative;
    width: 670px;
    height: 308px;
    padding: 3.68vw 1vw 0 2.5vw;
    background: #FFFFFF;
    border: 2px solid #E4E3E3;
    border-radius: 19px;
  }
  .industry_item_title {
    font-size: 32px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .industry_item_text {
    font-size: 20px;
    line-height: 32px;
  }


  /*   物流优势   */
  .logistics_title {
    font-size: 4.2vw;
    font-family: "popSemiBold";
    color:#2a2c29;
    line-height: 5.8vw;
    margin-bottom: 7vw;
  }
  .logistics_title span {
    color: #113485;
  }
  .logistics_des {
    position: relative;
    z-index: 99;
    font-size: 28px;
    font-family: "popSemiBold";
    color: #424242;
    line-height: 42px;
    padding:0 6vw 0 3.33vw
  }
  .logistics_des:before {
    content: "";
    position:absolute;
    z-index:-1;
    left: 18px;
    top: -3.3vw;
    width: 6.354vw;
    height: 5.2vw;
    background-image: url(../image/advantage_icon.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .logistics_text {
    position: relative;
    margin-top: -3.2vw;
    padding:6.77vw 0 4.8vw;
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    line-height: 32px;
    background: #F6F6F6;
  }

  .public_quote {
    position: relative;
    width: 100%;
    height:562px;
    padding-top: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    margin-bottom: -245px;
  }
  .public_quote_title {
    font-size: 42px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 54px;
    margin-bottom: 30px;
  }
  .public_quote_text {
    font-size: 28px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 36px;
  }
  .quote_more {
    display: block;
    width: 252px;
    height: 72px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    margin-left: 200px;
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 68px;
    text-align: center;
  }


  /*  development   */
  .development_partner_left {
    width: 620px;
  }
  .development_partner_title {
    font-size: 42px;
    font-family: "popSemiBold";
    color: #0D0D0D;
    line-height: 54px;
    margin-bottom: 30px;
  }
  .development_partner_text {
    font-size: 20px;
    font-weight: 400;
    color: #807F7E;
    height: 25vw;
    line-height: 2.5vw;
    padding-right: 60px;
  }
  .development_partner_right {
    float: right;
    width: 740px;
  }
  .partner_swiper_box {
    position: relative;
    width: 740px;
    margin: 0 auto;
  }
  
  .partner_swiper_box .swiper-container {
    padding-bottom: 80px;
  }
  
  .partner_swiper_box  .swiper-slide {
    width: 660px;
    height: auto;
  }
  .partner_swiper_box  .swiper-slide img{
    display:block;
  }
  .partner_swiper_box .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    display: inline-block;
    background:transparent;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    opacity: 1;
    margin:0 10px;
    text-align: center;
  }
  .partner_swiper_box .swiper-pagination-bullet-active {
    border:4px solid #113485
    
  }
  .partner_swiper_box .swiper-pagination {
    left:0;right: 0;
    margin:0 auto;
    bottom:-10px;
    text-align: center;
  }
  .development_technology_text {
    font-size:20px;
    padding-right: 3.72vw;
  }
  
  .public_questions_text {
    font-size: 42px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 40px;
  }
  
}
@media screen and (max-width: 1480px) {
  .wrap {
    width: 1200px;
  }

  .error_left  {
    width: 450px;
  }
  .error_img {
    width: 40vw;
    margin-right: 0;
  }
  .thank_left {
    padding-left: 4.33vw;
  }

  .head_wrap {
    position: relative;
    z-index: 999;
    width: 1200px;
    margin: 0 auto;
  } 
  .logo {
    padding-top: 4px;
  }
  .logo img {
    width: 280px;
  } 
  .foot_top {
    padding-bottom: 40px;
  }
  .foot_quote {
    width: 700px;
    padding-top: 20px;
  }
  .foot_quote_text {
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    width: 620px;
  } 
  .foot_contact {
    width: 800px;
  }
  .foot_contact_item {
    margin-bottom: 20px;
  }
  .foot_contact_item_text {
    font-size: 16px;
  }
  .foot_link_item {
    margin-right: 15px;
  }

  .contact_popup_box {
    width: 1200px;
    padding:40px;
  }

  /*   首页   */
  .banner_item_cont {
    position: absolute;
    z-index: 99;
    top: 10vw;
    width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .banner_swiper_box .swiper-pagination {
    width: 1200px;
  }
  .home_global_des {
    font-size: 24px;
    font-family: "popMedium";
    font-weight: 500;
    color: #6D798C;
    line-height: 28px;
    text-align: center;
  } 
  .home_other_cont {
    width: 1200px;
  }
  .home_source {
    padding-right: 3vw;
  }
  .home_other_text {
    font-size: 36px;
    line-height: 48px;
  }
  .home_source_left {
    position: relative;
    float: left;
    padding-top: 8.6vw;
    width: 50.4375vw;
  }
  .home_source_right {
    width: 460px;
  }
  .home_source_item {
    position: relative;
    float: left;
    width: 220px;
    height: 220px;
    padding: 30px 15px 0;
    background-image: url(../image/source_bj1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 20px 20px 0;
    text-align: center;
  }
  .home_source_item_text {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 32px;
  }
  .home_country_item_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .home_source_item_icon {
    position: relative;
    height: 64px;
    line-height: 64px;
    margin-bottom: 18px;
  }
  .home_source_item_icon img {
    height: 64px;
  }
  .home_map_text {
    font-size: 16px;
  }
  .home_source_bj2 {
    right: 16%;
    width: 36vw;
  } 
  .home_country_item_title {
    font-size: 20px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
  } 
  .home_country_item_text {
    font-size: 16px;
    font-family: "popSemiBold";
    color: rgba(255,255,255,0.5);
    line-height: 24px;
  } 
  .home_global_cont {
    width: 1200px;
  }
  .home_global_top {
    padding-left: 100px;
  }

  /*    about     */
  .about_global_title {
    font-size: 5.55vw;
    line-height: 6.3vw;
    color: #113485;
    font-family: "popSemiBold";
    padding-left: 18px;
    margin-top: -12vw;
  }
  .about_tawcia_right {
    position: relative;
    width: 35.32vw;
    margin-left: 6.25vw;
    margin-top: -11.25vw;
    background: #FFFFFF;
    text-align: center;
    padding-top: 3.48vw;
    height: auto;
    box-shadow: -2px -7px 16px 2px rgba(17,52,133,0.1300);
  }
  .about_tawcia_item_text {
    font-size: 16px;
    font-family: "popMedium";
    font-weight: 500;
    color: #808080;
    line-height: 24px;
    padding:0 15px
  }
  .about_global_text {
    font-size:16px;
  }
  .about_history_title {
    font-size:42px;
    line-height: 52px;
  }
  .about_history_text {
    font-size: 16px;
  }
  .about_tawcia_item_title {
    font-size: 5vw;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 5.3vw;
    margin-bottom: 6px;
  }
  .about_chapter_text {
    font-size: 16px;
  }
  .about_chapter_top_right {
    font-size: 16px;
  }
  .about_chapter_item {
    position: relative;
    float: left;
    width: 33.33%;
    font-size: 36px;
    font-family: "popSemiBold";
    color: #999999;
    line-height: 48px;
    text-align: left;
    padding-left: 25px;
    margin-bottom:40px;
    transition: all 0.5s;
    cursor: pointer;
  }
  .about_matters_cont {
    position: relative;
    height: 100%;
    padding-top: 13.54vw;
  }
  .about_matters_infor {
    position: absolute;
    width: 600px;
    left: 0;
    padding:3.69vw 30px 4.69vw;
    bottom: -4.45vw;
    background: #113485;
    color:#fff;
  }
  .about_matters_title {
    font-size: 32px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about_matters_text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .about_matters_btm {
    position: relative;
    width: 100%;
  }
  .about_input {
    position: relative;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    color: #B5B5B5;
    border:0;
    padding: 0 30px;
  }
  .about_btn {
    width: 144px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #000000;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    border:0;
  }
  .about_matters_right {
    position: relative;
    float: right;
    width: 480px;
    color:#fff;
  }
  .about_matters_right:after {
    content: "";
    position: absolute;
    left: -3.8vw;
    top: -2.6vw;
    width: 6.354vw;
    height: 5.2vw;
    background-image: url(../image/about_icon.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .about_matters_des {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.5vw;
    margin-bottom: 2.8vw;
  }
  .about_matters_more a {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 28px;
  }
  .about_chapter_bj {
    top: 5.4vw;
  }

  /*   charity   */
  .charity_care_label {
    width: 310px;
    height: 132px;
    background: #113485;
    font-size: 42px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    padding-top: 38px;
    line-height: 56px;
    margin-right: 10vw;
    text-align: center;
    margin-top: 10.9vw;
  }
  .charity_care_text {
    position: relative;
    font-size: 20px;
  }
  .charity_activity_title {
    font-size: 36px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 48px;
  } 
  .charity_activity_des {
    font-size: 36px;
    font-family: "popMedium";
    color: #0D0D0D;
    line-height: 48px;
    margin-bottom: 16px;
  } 
  .charity_activity_text {
    font-size: 16px;
    line-height: 24px;
  }
  .charity_institution_text {
    font-size: 16px;
  }
  .charity_title {
    font-size: 36px;
    font-family: "popSemiBold";
    color: #000;
    line-height: 48px;
    margin-bottom: 5.72vw;
  }
  .charity_institution {
    padding-top: 60px;
  }
  .institution_swiper_box .swiper-pagination {
    bottom: -1vw;
  }
  .charity_institution {
    position: relative;
    height: 800px;
  }
  .institution_swiper_box {
    position: relative;
    width: 600px;
    margin: 0 auto;
  }
  
  .institution_swiper_box .swiper-container {
    padding-bottom: 60px;
  }
  
  .institution_swiper_box  .swiper-slide {
    width: 420px;
    height: auto;
  }
  .institution_swiper_box  .swiper-slide img{
    display:block;
  }
  
  .institution_swiper_box .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    background:transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    margin:0 10px;
    text-align: center;
  }
  .institution_swiper_box .swiper-pagination-bullet-active {
    border:4px solid #113485
    
  }
  .institution_swiper_box .swiper-pagination {
    left:0;right: 0;
    margin:0 auto;
    bottom:-1vw;
    text-align: center;
  }
  .show_swiper_box .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .public_questions {
    height: 600px;
    padding-top: 180px;
  }
  .public_questions_title img {
    width: 900px;
  }

  /*   contact   */
  .contact_promt {
    font-size: 20px;
  }
  .contact_team_item {
    position: relative;
    float: left;
    width: 368px;
    height: 200px;
    padding: 20px 194px 0 20px;
    background: #FFFFFF;
    box-shadow: -5px 5px 14px 4px rgba(17,52,133,0.1800);
    border-radius: 20px;
    margin: 0 48px 80px 0;
  }
  .contact_team_title p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact_team_item_bj1 {
    position: absolute;
    z-index: 99;
    width: 140px;
    height: 228px;
    top: -56px;
    right: 20px;
  }
  .contact_team_item_bj2 {
    width: auto;
    height: 200px;
  }
  .contact_team_item_bj2 img {
    width: auto;
    height: 200px;
  }

   /*  media  */
   .media_item {
    position: relative;
    float: left;
    width: 580px;
    text-align: center;
    margin: 0 40px 30px 0;
  }
  .media_item_img {
    position: relative;
    width: 580px;
    height: 360px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .media_item_title {
    font-size: 20px;
  }

  /*   blog   */
  .blog_search_input {
    height: 54px;
    line-height: 54px;
  }
  .blog_search_btn {
    height: 54px;
  }

  .blog_group {
    margin-bottom: 80px;
  }
  .blog_item {
    margin-bottom: 60px;
  }
  .blog_item_img {
    position: relative;
    width: 536px;
    height: 309px;
    overflow: hidden;
    margin-right: 80px;
  }
  .blog_item_date {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .blog_item_date:after {
    width: 32px;
    left: -28px;
  }
  .blog_item_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .blog_item_text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page_Pagination a, .page_Pagination span {
    display: inline-block;
    font-size: 16px;
    width: 42px;
    height: 42px;
    line-height: 40px;
  }

  .blog_recent:after {
    left: -60px;
  }


  /*   download   */
  .download_item_left {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
  }
  .download_item_left img {
    width: 36px;
    margin: -3px 15px 0 0;
  }

  /*    product   */
  .product_upper_right {
    font-size: 22px;
  } 
  .product_module_left {
    position: relative;
    float: left;
    width: 576px;
    height: 586px;
    overflow: hidden;
  }
  .product_module_right {
    width: 590px;
  }
  .product_module_top {
    position: relative;
    width: 590px;
    height: 275px;  
    overflow: hidden;
    margin-bottom: 28px;
  } 
  .product_module_item {
    position: relative;
    float: left;
    width: 285px;
    height: 283px;
    overflow: hidden;
    margin-right: 20px;
  }
  .product_module_title {
    font-size: 32px;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 42px;
    margin-top: 2.5vw;
  }
  .product_module_item .product_module_title {
    font-size: 24px;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 32px;
    margin-top: 2vw;
  }
  .contact_form_input {
    position: relative;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #EEEEEE;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
    color: #999999;
  } 
  .contact_form_area {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 20px 0;
  }
  .public_form_btm .btn {
    position: relative;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #113485;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
  }

  .public_contact_title:after {
    content: "";
    position: absolute;
    left: 0;
    top: -5.5vw;
    width: 4px;
    height: 16vw;
    background: #113485;
  } 
  .product_overview {
    margin-bottom: 13vw;
  }
  .public_form_infor {
    position: relative;
    width: 1200px;
    padding: 3.125vw 40px 4.16vw;
    background: #FFFFFF;
    box-shadow: -1px -7px 14px 4px rgba(17,52,133,0.1800);
  }
  .public_form_item {
    width: 520px;
  }

  /*   product_details   */
  .details_text {
    font-size: 22px;
  }   
  .photo_swiper_box .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  } 
  .details_parameter_top {
    position: relative;
    background: #fafafa;
    margin-bottom: 2.5vw;
    border-bottom: 4px solid #113485;
  } 
  .details_parameter_top span {
    position: relative;
    line-height: 64px;
    height: 64px;
    font-size: 24px;
  }

  .details_parameter_infor {
    font-size: 18px;
    color:#808080;
    padding:20px 60px 60px;
    line-height: 24px;
  }
  .details_parameter_infor h4 {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-family: "popSemiBold";
    color:#000;
    margin:30px 0 20px
  }
  
  .details_parameter_item a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #808080;
    padding: 0 0 0 2.125vw;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .details_parameter_item {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #808080;
    padding: 12px 0;
    margin-bottom: 2vw;
    border-bottom: 1px solid #dadada;
  }
  .details_parameter_item a:after {
    width: 10px;
    height: 10px;
  }
  .public_contact_icon2 {
    right: 0;
  }

  /*   product_process   */
  .process_solution_title {
    position: absolute;
    z-index: 99;
    width: 54.4vw;
    left: 1.8vw;
    top: 3.68vw;
    padding: 1.5vw 3vw;
    border: 10px solid #113485;
    font-size: 3vw;
    font-family: "popSemiBold";
    color: #0D0D0D;
    line-height: 4vw;
  }
  .process_solution_left {
    font-size: 16px;
  }
  .process_technology_item {
    position: relative;
    float: left;
    width: 580px;
    margin-right: 40px;
    text-align: center;
  }
  .process_technology_item_img {
    position: relative;
    width: 580px;
    height: 382px;
    overflow: hidden;
  }
  .process_technology_item_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #333333;
    line-height: 32px;
    padding: 1.79vw 80px;
  }
  .recycle_item_title {
    font-size: 2.8vw;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 3.8vw;
    margin-bottom: 2vw;
  }
  .recycle_item_text {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    height: 12vw;
    padding-right: 25px;
    line-height: 2.5vw;
  }

  .process_industry_title {
    font-size: 32px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .industry_group {
    position: absolute;
    width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -11.45vw;
  }
  .industry_item {
    position: relative;
    width: 580px;
    height: 260px;
    padding: 2vw 1vw 0 1.5vw;
    background: #FFFFFF;
    border: 2px solid #E4E3E3;
    border-radius: 19px;
  }
  .industry_item_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .industry_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .industry_item_btn {
    display: block;
    width: 146px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #113485;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #113485;
    margin-left: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }


  /*   物流优势   */
  .logistics_title {
    font-size: 4.2vw;
    font-family: "popSemiBold";
    color:#2a2c29;
    line-height: 5.8vw;
    margin-bottom: 7vw;
  }
  .logistics_title span {
    color: #113485;
  }
  .logistics_des {
    position: relative;
    z-index: 99;
    font-size: 28px;
    font-family: "popSemiBold";
    color: #424242;
    line-height: 42px;
    padding:0 6vw 0 3.33vw
  }
  .logistics_des:before {
    content: "";
    position:absolute;
    z-index:-1;
    left: 18px;
    top: -3.3vw;
    width: 6.354vw;
    height: 5.2vw;
    background-image: url(../image/advantage_icon.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .logistics_text {
    position: relative;
    margin-top: -3.2vw;
    padding:6.77vw 0 4.8vw;
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    line-height: 32px;
    background: #F6F6F6;
  }

  .public_quote {
    position: relative;
    width: 100%;
    height:562px;
    padding-top: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    margin-bottom: -245px;
  }
  .public_quote_title {
    font-size: 36px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .public_quote_text {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 32px;
  }
  .quote_more {
    display: block;
    width: 200px;
    height: 54px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    margin-left: 200px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
  }


  
  /*  development   */
  .development_partner_left {
    width: 540px;
  }
  .development_partner_title {
    font-size: 32px;
    font-family: "popSemiBold";
    color: #0D0D0D;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .development_partner_text {
    font-size: 16px;
    font-weight: 400;
    color: #807F7E;
    height: 25vw;
    line-height: 2.5vw;
    padding-right: 50px;
  }
  .development_partner_right {
    float: right;
    width: 600px;
  }
  .partner_swiper_box {
    position: relative;
    width: 600px;
    margin: 0 auto;
  }
  .awards_item_text {
    font-size: 20px;
  }
  .partner_swiper_box .swiper-container {
    padding-bottom: 60px;
  }
  
  .partner_swiper_box  .swiper-slide {
    width: 480px;
    height: auto;
  }
  .partner_swiper_box  .swiper-slide img{
    display:block;
  }
  .partner_swiper_box .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    background:transparent;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    opacity: 1;
    margin:0 10px;
    text-align: center;
  }
  .partner_swiper_box .swiper-pagination-bullet-active {
    border:4px solid #113485
    
  }
  .partner_swiper_box .swiper-pagination {
    left:0;right: 0;
    margin:0 auto;
    bottom:0;
    text-align: center;
  }
  .development_technology_text {
    font-size:16px;
    padding-right: 2.72vw;
  }
  
  .public_questions_text {
    font-size: 32px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px){
  html { max-width: 750px; margin: 0 auto; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;background: #fff;
  padding: 0;}
  body { font-family: Arial;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;
      display:none;
  }
  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;
  }
  img { border: 0; vertical-align: middle; max-width:100%;}    
  .header { display: none; }
  .phone_header {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 99999;
      display: block;
      width: 100%;
      height: 60px;
      line-height: 60px;
      color: #333;
      background: transparent;
      padding:0 15px;
  }
  .phone_header.active {
    background: #000;
  }
  .phone_head_cont {
    position: relative;
    z-index: 999;
  }
  .phone_search_popup {
    display: block;
  }
  .phone_left {
      width: 160px;
      text-align: left;
  }
  .phone_left img {
      width: 160px;
  }
  .phone_center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }
  .phone_center img {
    width: auto;
    height: 40px;
  }
  .phone_right {
      width: 100px;
      text-align: right;
      margin-top:0;
      margin-right: 15px;
  }
  .phone_right img {
      width: 24px;
  }

  .pc_banner {
    display: none;
  }
  .mobile_banner {
    display: block;
  }
  .phone_nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: all .8s;
    display: block;
    background: rgba(0, 0, 0, 0.8); 
  }
  .phone_nav_right { 
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; 
      overflow-y:scroll;
      -webkit-overflow-scrolling: touch;
      z-index:1000; 
      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: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color:#fff;
    transition: all 0.5s;
  }
  .phone_nav_top.active .phone_nav_arrow {
    transform: rotate(90deg);
    top: 0;
  }
  .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: #1f98f5; }
  .phone_nav_list li.current>a { color:#1f98f5; }
  .phone_nav_drop { display: none; }

  .phone_second_item_top {
    position: relative;
  }

  .phone_three_drop {
    padding-left: 20px;
  }
  .phone_right {
      margin-left: 15px;
  }
  
  
  .phone_right {
      margin-left: 15px;
  }
  .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;
  }
  .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; 
  }
  .navbar-menu {
      position: relative;
      top:-3px;
      width: 40px;
      padding-right: 10px;
      cursor: pointer;
      text-align: right;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      -khtml-user-select: none;
      margin-left: 10px;
      /* user-select: none; */
  }

  .navbar-menu span {
      width: 20px;
      height: 2px;
      background: #fff;
      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: #fff;
      display: inline-block;
      left: 0;
  }

  .navbar-menu span:before {
      width: 25px;
      top: -8px;
  }

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

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

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

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

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

  .phone_search_popup {
    position: fixed;
    width: 100%;
    left: 0;
  }
  .phone_search_popup.active {
    top: 60px;
  }
  .search_popup_wrap {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.7);
    margin: 0 auto;
    padding: 15px;
  }
  .search_popup_btn {
    font-size: 14px;
    width: 80px;
    height: 36px;
    line-height: 34px;
  }
  .search_popup_text {
    height: 36px;
    line-height: 25px;
    font-size: 14px;
    padding:5px 0;
    margin-right: 15px;
    border-bottom: 1px solid #fff;
  }


  .about_banner {
    position: relative;
    width: 100%;
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner_cont {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    padding:0 15px;
    bottom: 100px
  }
  .banner_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .breadcrumb {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 20px;
  }
  .breadcrumb a {
    color: rgba(255,255,255,0.7);
  }
  .breadcrumb em {
    margin:0 8px ;
  }
  .floor {
    display: none;
  }

  .phone_top {
    display: block;
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 30px;
    width: 42px;
    cursor: pointer;
  }
  .footer {
    position: relative;
    z-index: 99;
    width: 100%;
    padding-top: 140px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/foot_bj1.png)!important;
  }
  .foot_top {
    padding:0 15px 30px;
  }
  .foot_quote {
    width: 100%;
    float: none;
    padding-top: 0;
  } 
  .foot_quote_text {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    width: 100%;
    float: none;
  }
  .foot_quote_text img {
    width: 180px;
  }
  .foot_quote_icon {
    float: none;
    padding-top: 20px;
  }
  .foot_logo {
    float: none;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .foot_logo img {
    width: 200px;
  }
  .foot_btm {
    padding: 20px 15px 10px;
  }
  .foot_contact {
    float: none;
    width: 100%;
  }
  .foot_contact_item_icon {
    width: 24px;
    line-height: 24px;
    margin-right: 15px;
  }
  .foot_contact_item_text {
    font-size: 14px;
    line-height: 24px;
  }
  .foot_link_label {
    display: none;
  }
  .foot_link {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: left;
  }
  .foot_link_item {
    width:24px;
    margin-right: 10px;
  }
  .foot_link_item a {
    display: block;
    width: 24px;
    height: 24px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .copy {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
    color: rgba(255,255,255,0.5);
    line-height: 20px;
  } 

  .contact_popup_box {
    width: 90%;
    transform: translate(0,-45%);
    padding: 30px 30px;
  }
  .contact_popup_box .public_form_select {
    width: 180px;
  }
  .contact_popup_box .contact_form_input {
    height: 42px;
    line-height: 42px;
  }
  .contact_popup_box .contact_form_area {
    height: 120px;
  }
  .contact_popup_top {
    position: absolute;
    z-index: 99;
    width: 24px;
    top: -30px;
    right: 0;
  }

  .container {
    overflow-x: hidden;
  }

  .banner_item_cont {
    position: absolute;
    z-index: 99;
    top: 25vw;
    width: 100%;
    padding:0 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }  
  .banner_item_a {
    position: relative;
    width: 100%;
    max-width: 974px;
    margin-bottom: 20px;
  }
  .banner_item_text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    font-family: "GilroyRegular";
  }
  .mobile_swiper_box {
    position: relative;
  }
  .mobile_swiper_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background:transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    margin:0 8px;
  }
  .mobile_swiper_box .swiper-pagination-bullet-active {
    border:2px solid #113485
    
  }
  .mobile_swiper_box .swiper-pagination {
    left:0;right: 0;
    width: 100%;
    padding:0 7px;
    margin:0 auto;
    bottom:15vw;
    text-align: left;
  }

  .home_cont  {
    padding:0 0;
  }
  .home_global {
    position: relative;
    padding: 40px 15px 0;
    margin-bottom: 30px;
  }
  .home_global_cont {
    width: 100%;
  } 
  .home_global_top {
    padding-left: 0;
  }
  .home_global_item {
    float: left;
    width: 33.33%;
    padding:0 0 0 5px;
    text-align: left;
  }
  .home_global_item:first-child {
    width: 33.33%;
  } 
  .home_global_item_num {
    font-size: 36px;
    font-weight: normal;
    font-family: "GilroyItalic";
    color: #113485;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 5px;
  }
  .home_global_item_num sup {
    margin-top: -10px;
    margin-left: 5px;
    font-size: 24px;
  }
  .home_global_item_num span {
    line-height: 48px;
    
  }
  .home_global_item_text {
    font-size: 14px;
    line-height: 20px;
    color: #113485;
  } 
  .home_global_des {
    font-size: 16px;
    font-family: "popMedium";
    font-weight: 500;
    color: #6D798C;
    line-height: 24px;
    text-align: center;
  } 
  .home_global_bj {
    position: absolute;
    right: -15px;
    top: -100px;
    width: 200px;
  }
  .home_other_item {
    position: relative;
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home_other_cont {
    width: 100%;
    padding:0 15px
  }
  .home_other_text {
    font-size:24px;
    line-height: 32px;
  }
  .home_other {
    margin-bottom: 0;
  }
  .home_source_cont  {
    padding:90px 15px 0;
  }
  .home_source_bj1 {
    position: absolute;
    width: 100%;
    top:30px;
    left: 0;
  }
  .home_source_bj2 {
    position: absolute;
    width: 100%;
    top:90px;
    left: 40px;
    width: 300px;
    right: auto;
    bottom: auto;
  }
  .home_source_left {
    position: relative;
    float: none;
    padding-top: 8.6vw;
    width: 100%;
    margin-bottom: 20px;
  } 
  .home_source_text {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 15px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    font-family: "GilroyRegular";
  }
  .home_source_right {
    width: 100%;
  } 
  .home_source_item {
    position: relative;
    float: left;
    width: 48%;
    height: 180px;
    padding: 30px 15px 0;
    margin: 0 4% 20px 0;
  }
  .home_source_item_icon {
    position: relative;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
  } 
  .home_source_item_icon img {
    width: auto;
    height: 60px;
  }
  .home_source_item_text {
    font-size: 20px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 28px;
  }

  .home_country_img {
    display: none;
  }
  .home_country_mobile_img {
    display: block;
  }

  .home_country_btm {
    position: absolute;
    z-index:99;
    padding:0 15px;
    width: 100%;
    left: 0;
    bottom:0;
  }
  .home_country_item {
    position: relative;
    float: left;
    width: 48%;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    text-align: center;
    cursor: pointer;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  .home_country_item:nth-child(2n) {
    margin-right: 0;
  }
  .home_country_item_title {
    font-size: 16px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 0;
  }
  .home_country_item_text {
    display: none;
  }
  .home_map {
    position: relative;
    padding: 40px 15px 30px;
    overflow: hidden;
  } 
  .home_map_bj {
    width: 80%;
    top: 10px;
  }
  .home_map_infor  {
    display: block;
  }
  .home_map_img {
    width: 240px;
    margin:0 auto 30px
  }
  .home_map_text {
    font-size: 16px;
    line-height: 24px;
  }

  /*   about   */
  .about_cont {
    padding: 30px 15px 30px;
  } 
  .about_global_cont  {
    display: block;
  }
  .about_global_title {
    font-size: 24px;
    line-height: 28px;
    color: #113485;
    font-family: "popSemiBold";
    padding-left: 0;
    margin-top: 0;
  } 
  .about_global {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 698px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    background-image: none!important;
  }
  .about_global_title span {
    color:#113485
  }
  .about_global_text {
    position: relative;
    font-size: 16px;
    font-family: "popLight";
    height: 120px;
    overflow-y: scroll;
    color: #808080;
    padding-right: 20px;
    line-height: 24px;
  }

  .about_tawcia_right {
    position: relative;
    width: 100%;
    margin-left:0;
    margin-top: 30px;
    background: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    height: auto;
    box-shadow: -2px -7px 16px 2px rgba(17,52,133,0.1300);
  } 
  .about_tawcia_item_title {
    font-size: 28px;
    font-family: "popSemiBold";
    color: #113485;
    line-height:32px;
    margin-bottom: 6px;
  }
  .about_tawcia_item_title span {
    line-height: 32px;
  }

  .about_history_cont  {
    display: block;
  }
  .about_history_img {
    position: relative;
    width: 100%;
    border-radius: 10px;
  } 
  .about_history_img img {
    border-radius: 10px;
  }
  .about_history_right {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px 0 0;
    margin-left: 0;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
  } 
  .about_history_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .about_history_text {
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
    height: 120px;
    line-height: 24px;
    padding-right: 20px;
  }
  .about_chapter_top {
    position: relative;
    display: block;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .about_chapter_top_left {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about_chapter_top_left:after {
    display: none;
  }
  .about_chapter_title {
    font-size: 24px;
    line-height: 28px;
    font-family: "popSemiBold";
    color: #113485;
    margin-bottom: 10px;
  }
  .about_chapter_text {
    font-size: 16px;
    font-weight: 400;
    color: #929292;
    line-height: 24px;
  }

  .about_chapter_top_right {
    font-size: 16px;
    color: #5E5E5E;
    line-height: 24px;
  } 
  .about_chapter_item {
    position: relative;
    float: left;
    width: 50%;
    font-size: 20px;
    font-family: "popSemiBold";
    color: #999999;
    line-height: 28px;
    text-align: left;
    padding-left: 0;
    margin-bottom: 20px;
    transition: all 0.5s;
    cursor: pointer;
  }
  .about_chapter_item:nth-child(3) {
    text-align: right;
  }
  .about_chapter_item:nth-child(5) {
    text-align: left;
  }
  .about_chapter_item:nth-child(6) {
    text-align: left;
  }
  .about_matters {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    background-image:none!important;
  }

  .about_matters_infor {
    position: relative;
    width: 100%;
    left: auto;
    padding: 30px 15px 30px;
    bottom: auto;
    background: #113485;
    color: #fff;margin-bottom: 30px;
  }
  .about_matters_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
  }
  .about_matters_text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about_input {
    font-size: 16px;
  }
  .about_btn {
    width: 120px;
    font-size: 16px;
  }
  .about_matters_right {
    position: relative;
    float: none;
    width: 100%;
    color: #fff;
    padding:40px 15px 40px;
    background-image: url(../image/about_bj2.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about_matters_des {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
  } 
  .about_matters_more a {
    font-size: 18px;
    line-height: 24px;
  }


  /*  charity   */
  .charity_upper  {
    padding:30px 15px 20px;
  }
  .charity_care {
    display: block;
    margin-bottom: 30px;
  }
  .charity_care_label {
    width: 200px;
    height: auto;
    background: #113485;
    font-size: 28px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    padding:15px 15px;
    line-height: 32px;
    margin-right: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .charity_care_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  .charity_care_text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    line-height: 24px;
  }

  .charity_activity  {
    display: block;
  }
  .charity_activity_img {
    position: relative;
    width: 100%;
    max-width: 1350px;
    margin-bottom: 20px;
  }
  .charity_activity_right {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
    margin-right: 0;
    background: #FFFFFF;
  }
  .charity_activity_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .charity_activity_des {
    font-size: 24px;
    font-family: "popSemiBold";
    line-height: 32px;
    margin-bottom: 15px;
  } 

  .charity_institution_cont  {
    display: block;
  }
  .charity_institution_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 20px;
  } 
  .charity_institution_text {
    font-size: 16px;
    font-weight: 400;
    height: 120px;
    padding-right: 20px;
    color: rgba(255,255,255,0.7);
    line-height:24px;
    margin-bottom: 30px;
  }
  .charity_institution_right {
    width: 100%;
    margin-left: 0;
  }
  .institution_swiper_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .charity_institution {
    position: relative;
    padding:30px 15px;
    margin-bottom: 30px;
    height: auto;
  }
  .institution_swiper_box .swiper-container {
    padding-bottom: 40px;
  }
  
  .institution_swiper_box  .swiper-slide {
    width: 100%;
    height: auto;
  }
  .institution_swiper_box  .swiper-slide img{
    display:block;
  }
  .institution_swiper_box .swiper-pagination {
    width: 100%;
    bottom: 20px;
  }
  
  .institution_swiper_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background:transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    margin:0 10px;
    text-align: center;
  }
  .institution_swiper_box .swiper-pagination-bullet-active {
    border:2px solid #113485
    
  }
  .institution_swiper_box .swiper-pagination {
    left:0;right: 0;
    margin:0 auto;
    bottom:0;
    text-align: center;
  }
  .charity_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #000;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .charity_show {
    padding-bottom: 60px;
  }
  .show_swiper_box .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: -40px;
  }
  .show_swiper_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin:0 6px
  }

  .show_swiper_box .swiper-pagination-bullet-active {
    border:2px solid #113485
  }
  .public_questions {
    position: relative;
    width: 100%;
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    padding:60px 30px 0;
  } 
  .public_questions_more a {
    font-size: 24px;
  }
  .public_questions_more img {
    width: 32px;
  }

  
  
  /*    media   */
  .media_cont {
    padding: 30px 15px 0;
  }
  
  .media_item {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .media_item_img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .media_item_title {
    position: relative;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
  }
  .video_promt_box {
    position: fixed;
    z-index: 9999;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0,-50%);
  }
  .video_promt_cont {
    height: 300px;
  }
  .video_close {
    width: 24px;
  }
  

  /*     blog    */
  .blog_cont {
    padding:30px 15px;
  }
  .blog_search_cont {
    width: 100%;
  }
  .blog_search_input {
    height: 44px;
    line-height: 44px;
  }
  .blog_search_btn {
    width: 72px;
    height: 44px;
    background-size: 20px auto;
  }
  .blog_item {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  .blog_item a {
    display: block;
  }
  .blog_item_img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: 0;
  }
  .blog_item_right {
    padding:20px 15px 10px;
  }
  .blog_group {
    margin-bottom: 30px;
  }
  .blog_item_date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .blog_item_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .blog_item_text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .blog_item_more {
    width: 140px;
    font-size: 16px;
  }

  .blog_details_cont {
    display: block;
    margin-top: 0;
    padding:30px 15px 20px;
  }
  .blog_details_cont .wrap {
    display:block
  }
  .blog_details_left {
    margin-bottom: 20px;
  }
  .blog_details_infor {
    padding-bottom: 20px;
  }
  .blog_details_title {
    font-size: 20px;
    font-family: "popMedium";
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .blog_details_date {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .blog_details_des {
    font-size: 14px;
  }
  .blog_details_des p {
    margin-bottom: 20px;
  }
  .blog_details_btm {
    display: block;
    padding: 20px 0;
  }
  .blog_details_label {
    padding-top: 3px;
    margin-bottom: 10px;
  }
  .blog_share {
    text-align: right;
  }
  .blog_share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-left: 4px;
  }
  .blog_recent {
    width: 100%;
    margin-left: 0;
  }
  .blog_recent_title {
    font-size: 20px;
  }
  .blog_recent_item_title {
    font-size: 16px;
    line-height:24px;
  }
  .blog_details_cont:after {
    display: none;
  }
  .blog_details_btm {
    display: block;
    padding: 15px 0;
  }
  .blog_details_btm a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    color: #113485;
    line-height: 32px;
  }
  .blog_details_btm img {
    width: 20px;
  }
  .blog_recent_item_img {
    margin-bottom: 15px;
  }


  /*   download     */
  .download_cont {
    padding: 30px 15px;
  }
  .download_group {
    margin-bottom: 30px;
  }
  .download_item_right em {
    display: none;
  }
  .download_item_right span {
    display: block;
    width: 24px;
    height: 22px;
    margin:0 0 0;
    background: url(../image/download_icon2.png) no-repeat center center;
    background-size: 24px auto;
  }
  .download_item_right {
    width:24px;
    text-align: right;
    margin-left: 15px;
    height: 24px;
  }
  .download_item_left {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    overflow: hidden;  text-overflow: ellipsis;  display: block; white-space: nowrap;
  }
  .download_item {
    position: relative;
    padding: 15px 0;
    line-height: 24px;
    border-bottom: 1px solid #efefef;
  }
  .download_item_left img {
    width: 28px;
    margin: -3px 10px 0 0;
  }


  /*   product    */
  .product_cont  {
    padding:30px 15px 20px;
  }
  .product_upper {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  .product_upper_title {
    font-size: 24px;
    width: 100%;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 32px;
    margin-right:0;
    margin-bottom: 15px;
  }
  .product_upper_right {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
  }
  .product_module2 {
    margin-bottom: 30px;
  }
  .product_module_left {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .product_module_icon img {
    width: 64px;
  }
  .product_module_title {
    font-size: 18px;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 24px;
    margin-top: 10px;
  }
  .product_module_right {
    width: 100%;
    float: none;
  }
  .product_module_top {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
  } 
  .product_module_item {
    position: relative;
    float: left;
    width: 48%;
    height: auto;
    overflow: hidden;
    margin-right: 4%;
  }
  .product_module_item .product_module_icon img {
    width: 48px;
  } 
  .product_module_item .product_module_title {
    font-size: 18px;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 24px;
    margin-top: 15px;
  }
  .product_module_cont .item_cell {
    padding:0 20px
  }

  .product_overview {
    margin-bottom: 45px;
  }
  .public_contact_title {
    position: relative;
    padding-left: 24px;
    font-size:24px;
    font-family: "popSemiBold";
    color: #000000;
    line-height: 28px;
    margin-bottom: 40px;
  } 
  .public_contact_title:after {
    content: "";
    position: absolute;
    left: 0;
    top: -0;
    width: 4px;
    height: 100%;
    background: #113485;
  }
  .public_contact_bj {
    display:none;
  }
  .public_form_box {
    position: relative;
    z-index: 99;
    margin-top: 0;
  }
  .public_form_infor {
    position: relative;
    width: 100%;
    padding: 30px 15px 30px;
    background: #FFFFFF;
    box-shadow: -1px -7px 14px 4px rgba(17,52,133,0.1800);
  }
  .public_form_item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .public_contact_icon2 {
    display: none;
  }
  .public_form_select {
    position: relative;
    width: 220px;
    padding: 0 0 0 18px;
    font-size: 18px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 42px;
    text-align: left;
  } 
  .contact_form_input {
    height: 48px;
    line-height: 48px;
  }
  .public_form_btm .btn {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #113485;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
  } 

  /*   product_details   */
  .details_cont {
    position: relative;
    padding: 30px 15px 30px;
  }
  .details_text {
    font-size: 16px;
    line-height: 24px;
  }
  .details_photo {
    padding:0;
    margin-bottom: 50px;
  }
  .photo_swiper_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin:0 6px
  }
  .photo_swiper_box .swiper-pagination {
    bottom: -30px;
  }

  .details_parameter_top {
    border-bottom: 0;
    margin-bottom: 15px;
  }
  .details_parameter_top .slider_wrap_item {
    font-size: 0;
  }
  .details_parameter_top span {
    position: relative;
    float: none;
    display: inline-block;
    width: 200px;
    line-height: 50px;
    height: 48px;
    font-size: 18px;
    border-bottom: 2px solid #113485;
  }
  .details_parameter_top span:last-child {
    width: 200px;
  }
  .details_parameter_item {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    padding: 12px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dadada;
  }
  .details_parameter_item a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    padding: 0 0 0 20px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .details_parameter_item a:after {
    width: 6px;
    height: 6px;
    top: 10px;
    transform: translate(0,0);
  }


  /*   product_process   */
  .process_cont {
    padding: 30px 15px;
  }
  .process_solution {
    margin-bottom: 30px;
  }
  .process_solution_infor  {
    display: block;
  }
  .process_solution_title {
    position: relative;
    z-index: 99;
    width: 100%;
    left: auto;
    top: auto;
    padding: 12px 15px;
    border: 2px solid #113485;
    font-size: 24px;
    font-family: "popSemiBold";
    color: #0D0D0D;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .process_solution_left {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .process_solution_img {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .process_technology_item {
    position: relative;
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .process_technology {
    margin-bottom: 30px;
  }
  .process_technology_item_img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .process_technology_item_title {
    font-size: 16px;
    font-family: "popSemiBold";
    color: #333333;
    line-height: 24px;
    padding: 10px 20px;
  }
  .recycle_item {
    display: block;
    margin-bottom: 30px;
  }
  .recycle_item_img {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  } 
  .recycle_item_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .recycle_item_text {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    height: 120px;
    padding-right: 20px;
    line-height: 24px;
  } 
  .recycle_item:nth-child(2n) .recycle_item_img {
    margin: 0 0 20px 0;
  }
  .industry_group {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
  }
  .process_industry {
    position: relative;
    background:transparent;
    height: auto;
    padding:0 10px 20px;
  }
  .process_industry_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 32px;
    padding:12px 20px;
    background: #113485;
    margin-bottom: 20px;
  }
  .industry_item {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 20px;
    background: #FFFFFF;
    margin-bottom: 20px;
    border: 2px solid #E4E3E3;
    border-radius: 19px;
  }
  .industry_item:last-child {
    margin-bottom: 0;
  }
  .industry_item_title {
    font-size: 18px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .industry_item_btm {
    display: block;
    padding-right: 0;
  }
  .industry_item_text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .industry_item_btn {
    display: block;
    width: 146px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #113485;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #113485;
    margin-left: 0;
    border-radius: 6px;
    margin-top: 0;
  }


  /*  物流优势   */
  .logistics_cont {
    padding:30px 0 0;
  }
  .logistics_upper {
    padding:0 15px;
  }
  .logistics_transportation {
    display: block;
    margin-bottom: 30px;
  }
  .logistics_transportation_img {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .logistics_transportation_right{
    top: auto;
  }
  .logistics_title {
    font-size:24px;
    font-family: "popSemiBold";
    color:#2a2c29;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .logistics_title span {
    color: #113485;
  }
  .logistics_des {
    position: relative;
    z-index: 99;
    font-size: 20px;
    font-family: "popSemiBold";
    color: #424242;
    line-height: 28px;
    padding:0 0 0 20px
  }
  .logistics_des:before {
    content: "";
    position:absolute;
    z-index:-1;
    left: 10px;
    top: -20px;
    width: 26px;
    height: 24px;
    background-image: url(../image/advantage_icon.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .logistics_text {
    position: relative;
    margin-top: 0;
    padding:20px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    background: #F6F6F6;
  }

  .public_quote {
    position: relative;
    width: 100%;
    height:auto;
    padding:30px 15px 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    margin-bottom: 0;
  }
  .public_quote .wrap {
    display: block;
  }
  .public_quote_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .public_quote_text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 24px;
  }
  .quote_more {
    display: block;
    width: 200px;
    height: 48px;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    margin-left: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    margin-top: 30px;
  }


  /*    contact    */
  .contact_cont {
    padding: 30px 15px;
  }
  .contact_title {
    position: relative;
    font-size: 24px;
    font-family: "popSemiBold";
    color: #000000;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .contact_promt {
    font-size: 16px;
    font-family: "popMedium";
    font-weight: 500;
    color: #808080;
    line-height: 24px;
    margin-bottom: 40px;
  } 
  .public_form_list {
    margin-bottom: 0;
  }
  .contact_team_title {
    text-align: center;
    padding: 0 0;
    margin-bottom: 80px;
  }
  .contact_team_title h4 {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 32px;
  }
  .contact_team_title h6 {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #0d0d0d;
    line-height: 32px;
  }
  .contact_team {
    margin-bottom: 30px;
  }
  .contact_team_item:last-child {
    margin-bottom: 0;
  }
  .contact_team_title p {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    margin-top: 20px
  }
  .contact_team_item_bj1 {
    right: 0;
  }
  .contact_team_item {
    position: relative;
    float: none;
    width: 100%;
    height: 200px;
    padding: 20px 124px 0 20px;
    background: #FFFFFF;
    box-shadow: -5px 5px 14px 4px rgba(17,52,133,0.1800);
    border-radius: 20px;
    margin: 0 0 80px 0;
  }
  .contact_team_item_title {
    font-size: 20px;
    font-family: "popSemiBold";
    color: #113485;
    line-height: 28px;
  }
  .contact_team_item_text {
    line-height: 24px;
    font-size: 14px;
  }
  .contact_team_item_text p:first-child {
    font-size: 12px;
  }
  .contact_left {
    display: none;
  }
  .map {
    position: relative;
    z-index: 99;
    float: none;
    width:100%;
    /* height: 24.58vw; */
    border: 2px solid #113485;
  }


  /*  devwlopment   */
  .development_cont {
    padding: 30px 0 0;
  } 
  .development_upper {
    padding:0 15px
  }
  .development_partner_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #0D0D0D;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .development_partner_line {
    height: 4px;
    margin-bottom: 20px;
  }
  .development_partner_left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .development_partner_text {
    font-size: 16px;
    font-weight: 400;
    color: #807F7E;
    height: 192px;
    line-height:24px;
    padding-right: 30px;
  } 
  .development_partner_right {
    float: none;
    width: 100%;
  }
  .partner_swiper_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .awards_item_text {
    font-size: 20px;
  }
  .partner_swiper_box .swiper-container {
    padding-bottom: 30px;
  }
  
  .partner_swiper_box  .swiper-slide {
    width: 100%;
    height: auto;
  }
  .partner_swiper_box  .swiper-slide img{
    display:block;
  }
  .partner_swiper_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background:transparent;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    opacity: 1;
    margin:0 6px;
    text-align: center;
  }
  .partner_swiper_box .swiper-pagination-bullet-active {
    border:4px solid #113485
    
  }
  .partner_swiper_box .swiper-pagination {
    left:0;right: 0;
    margin:0 auto;
    bottom:0;
    text-align: center;
  }
  .development_partner {
    margin-bottom: 40px;
  }
  .development_technology_text {
    font-size:14px;
    line-height: 24px;
    height: 144px;
    padding-right: 30px;
  }
  .public_questions_text {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .development_technology_cont  {
    display: block;
  }
  .development_awards {
    position: relative;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .development_technology_right {
    position: relative;
    float: none;
    margin-top: 0;
    width: 100%;
    height: auto;
    padding: 15px 20px 20px;
    background: #f2f2f2;
  }
  .awards_item {
    position: relative;
    width: 100%;
    height: auto;
    color:#fff;
    height: 180px;
    padding:20px 15px 0;
    background: #113485;
  }
  
  .awards_item_title {
    font-size: 24px;
    font-family: "popSemiBold";
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .awards_item_text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    overflow: hidden;  
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .development_awards {
    position: relative;
    padding-bottom: 0;
  }
  .awards_swiper_box {
    margin-top: 0;
    height: auto;
    padding:0 0 60px
  }
  .awards_swiper_box .swiper-pagination-bullet {
    font-size: 20px;
    color: #CBCBCB;
    line-height: 24px;
    width: auto;
    height: auto;
    display: inline-block;
    background:transparent;
    border:0;
    opacity: 1;
    margin:0 0;
    border-radius: 0;
    margin-right: 15px;
  }
  .awards_swiper_box .swiper-pagination-bullet-active {
    opacity: 1;
    color: #113485;
    
  }
  .awards_swiper_box .swiper-pagination {
    left: 0;
    bottom: 0;
  }
  .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  
  .awards_swiper_box .swiper-button-next, .awards_swiper_box .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 32px;
    height: 32px;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    background-color: #113485;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .awards_swiper_box .swiper-button-next {
    background-image: url(../image/next.png);
    background-size: 10px auto;
    right: 0;
    left: auto;
  }

  .awards_swiper_box .swiper-button-prev {
    background-image:url(../image/prev.png);
    background-size: 10px auto;
    right: 50px;
    left: auto;
  }
  .development_technology_title {
    position: relative;
    font-size: 24px;
    font-family: "popSemiBold";
    color: #113485;
    margin-top:0;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .development_technology {
    margin-bottom: 30px;
  }

  .development_certification {
    padding:0;
    margin-bottom: 30px;
  }
  .development_certification_title {
    position: relative;
    font-size: 24px;
    font-family: "popSemiBold";
    color: #113485;
    text-align: center;
    line-height:32px;
    margin-bottom: 20px;
  }
  .certification_item_img {
    margin-bottom: 15px;
  }
  .certification_swiper_box {
    position: relative;
    padding:0 40px 40px;
  }   
  .certification_item {
    position: relative;
    width: 100%;
    margin-right: 0;
  }
  .certification_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
  } 

  .development_cont .public_questions {
    height: 300px;
    padding: 40px 30px 0;
  }

  /*  thank   */
  .page_cont {
    padding-top: 60px;
  }
  .error_cont {
    position: relative;
    width: 100%;
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
  }
  .error_box {
    padding:50px 15px 0; 
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .error_left  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    float: none;
    width: 100%;
  }
  .error_title {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom:20px;
  }
  .error_text {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    color:rgba(255,255,255,0.5);
    margin-bottom: 30px;
  }
  .thank_btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "popMedium";
    font-weight: 500;
    color: #FFFFFF;
    line-height:  48px;
    width: 180px;
    height: 48px;
    background: #113485;
    border-radius: 4px;
    text-align: center;
    border: 0;
    transition: all 0.5s;
  }

  .error_img {
    position: relative;
    width: 180px;
    margin:20px 0 0 30px
  }

  .thank_cont {
    height: auto;
    margin-bottom: 0;
  }
  .thank_box {
    display: block;
  }
  .thank_right {
    position: relative;
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thank_title {
    font-size: 24px;
    font-family: "popSemiBold";
    line-height: 32px;
    margin-bottom: 15px;
  }
  .thank_left {
    padding:30px 15px 40px;
  }
  .thank_text {
    font-size: 18px;
    font-weight: 400;
    color: #0D0D0D;
    line-height:24px;
    margin-bottom: 20px;
  }
  .thank_promt {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .thank_btm .thank_btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "popMedium";
    font-weight: 500;
    color: #FFFFFF;
    line-height:  48px;
    width: 180px;
    height: 48px;
    background: #113485;
    border-radius: 4px;
    text-align: center;
    border: 0;
    transition: all 0.5s;
  }

  .photo_item_text {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding:0 15px;
    font-size: 16px;
    color:#fff;
    line-height: 24px;
  }

  .recycle_swiper_box  {
    position: relative;
  }
  .recycle_swiper_box  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    background:transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    margin:0 8px;
  }
  .recycle_swiper_box  .swiper-pagination-bullet-active {
    border:2px solid #113485
    
  }
  .recycle_swiper_box  .swiper-pagination {
    left:0;right: 0;
    width: 100%;
    padding:0 6px;
    margin:0 auto;
    bottom:20px;
    text-align: center;
  }

  .details_parameter_infor {
    font-size: 16px;
    color: #808080;
    padding: 1px 15px 20px;
    line-height: 24px;
  }
  .details_parameter_infor h4 {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-family: "popSemiBold";
    color:#000;
    margin:15px 0 5px
  }
  .details_parameter_infor h4:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #113485;
  } 
  .details_parameter {
    margin-bottom: 10px;
  }
  
  
}