﻿






.banner-index {
  position: relative;
  min-height: 438px;
  overflow: hidden;
}

.banner-index li img {
  width: 100%!important;
}

.banner-index .tb-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.banner-index .container {
  height: 100%;
}

.banner-index .tb-btn {
  right: 0;
  bottom: 28px;
  display: none;
  margin: auto;
  left: 0;
  width: 100px;
}

.banner-index .tb-btn a {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-position: -170px -20px;
  border-radius: 0;
}

.banner-index .tb-btn a.active {
  /* width: 25px; */
  /* background-color: #09c; */
  background-position: -150px -20px;
  border-radius: 5px;
}

.banner-index li .banner_text_box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1200px;
  top: 177px;
}

.banner_text_box .banner_text {
  width: 405px;
  color: #fff;
}

.banner_text h1 {
  font-size: 42px;
}

.banner_text p {
  margin: 10px 0 20px;
}

.banner_text p span {
  font-size: 30px;
}

.banner_text p span:first-child+span,
.banner_text p span:first-child+span+span+span {
  padding: 0 30px;
}

.text_en {
  font-size: 18px;
  line-height: 18px;
}


/****************************** 首页业务类型 ******************************/

.index_keji {
  position: relative;
  background: #fff;
  z-index: 4;
  top: 120px;
  padding-bottom: 100px;
}

.bus_con_list1,
.bus_con_list2 {
  width: 100%;
  height: 620px;
  position: relative;
}

.bus_con_list1 {
  margin-bottom: 90px;
  top: -50px;
}

.bus_con_list1 .bus_list_text {
  width: 370px;
  float: left;
  overflow: hidden;
}

.bus_list_text img {
  width: 68px;
  height: 72px;
  display: block;
  margin: 170px 0 18px;
}

.bus_con_list2 .bus_list_text img {
  margin: 170px 0 18px 302px;
}

.bus_con_list1 .bus_list_text .text_line {
  display: block;
  width: 1px;
  height: 53px;
  background: #999;
  margin-left: 13px;
}

.bus_con_list2 .bus_list_text .text_line {
  display: block;
  width: 1px;
  height: 53px;
  background: #999;
  margin-left: 352px;
}

.bus_list_text h1,
.bus_list_text h1 {
  font-size: 36px;
  color: #333;
  font-weight: 600;
  margin: 85px 0 30px;
}

.bus_con_list1 .bus_list_text h1 {
  text-align: left;
}

.bus_con_list2 .bus_list_text h1 {
  text-align: right;
}

.bus_list_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}

.bus_con_list1 .more {
  bottom: 0;
  right: 0;
}

.bus_con_list2 .more {
  left: 0;
  bottom: 0;
}

.bus_con_list2 .bus_list_text {
  width: 370px;
  float: right;
  overflow: hidden;
}

.bus_con_list1 a.bus_con_a {
  float: right;
}

.bus_con_list2 a.bus_con_a {
  float: left;
}

.bus_con a.bus_con_a {
  display: block;
  width: 680px;
  height: 512px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 15px 30px rgba(158, 160, 167, 0.63);
}

.mBox3Img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.mBox3Img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out 0s;
}

.mBox3Shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.mBox3Line {
  position: absolute;
  transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
}

.mBox3Line1 {
  left: -10%;
  top: -40%;
  width: 34px;
  height: 36px;
  border: 3px solid #000;
  border-right: none;
  border-bottom: none;
}

.mBox3Line2 {
  right: -20%;
  bottom: -20%;
  width: 34px;
  height: 36px;
  border: 3px solid #000;
  border-left: none;
  border-top: none;
}

.mBox3Conbg {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mBox3Conbg .mBox2Con {
  height: 80px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.mBox3Conbg .mBox2_name h4 {
  font-size: 26px;
}

.mBox3H5 {
  font-size: 16px;
  color: #e1e1e1;
}

.mBox3H5 span {
  padding: 0 10px;
}

.mBox3Conbg .mBox2Ico {
  transform: translateY(0px) translateX(-100px);
  -webkit-transform: translateY(0px) translateX(-100px);
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  background-repeat: no-repeat;
  top: 246px;
  position: absolute;
}

.mBox3Conbg .mBox2Brief {
  width: 440px;
  height: 40px;
  background-size: 100% 100%;
  text-align: center;
  top: 165px;
  position: absolute;
  color: #fff;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.mBox3Conbg .mBox2Brief span:first-child {
  display: block;
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.mBox3Conbg .mBox2Brief span:first-child+span {
  display: block;
  font-size: 18px;
  font-family: Arial;
}

.bus_con a:hover .mBox3Shadow {
  background: rgba(0, 0, 0, 0.2);
}

.case_item:hover .mBox3Shadow {
  background: rgba(0, 0, 0, 0.39);
}

.bus_con a:hover .mBox3Img p,
.case_item:hover .mBox3Img p {
  display: none;
}

.bus_con a:hover .mBox3Line1 {
  left: 6.5%;
  top: 6.25%;
}

.bus_con a:hover .mBox3Line2 {
  right: 6.5%;
  bottom: 7.2%;
}

.bus_con a:hover .mBox3Conbg .mBox2Con,
.case_item:hover .mBox3Conbg .mBox2Con {
  height: auto;
}

.bus_con a:hover .mBox3Conbg .mBox2Ico,
.case_item:hover .mBox3Conbg .mBox2Ico {
  transform: translateY(0px) translateX(0);
  -webkit-transform: translateY(0px) translateX(0);
  opacity: 1;
}

.bus_con a:hover .mBox3Conbg .mBox2Brief,
.case_item:hover .mBox3Conbg .mBox2Brief {
  opacity: 1;
}

.main3listmobile {
  display: none;
}

.mBox2Conbg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.mBox2Ico {
  margin: 0 auto;
  width: 57px;
  height: 57px;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}


/*首页新闻*/

.index_news {
  width: 100%;
  height: 598px;
  background: url(../img/news.jpg) center no-repeat;
  clear: both;
  background-size: cover;
  position: relative;
  overflow: hidden;
  top: 70px;
  z-index: 4;
  margin-bottom: 70px;
}

.index_news .container {}

.title1 {
  font-size: 32px;
  color: #4c4c4c;
  text-align: center;
  text-transform: uppercase;
  margin-top: 45px;
}

.title2 {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-bottom: 40px;
  font-family: Arial;
}

.tab_cnt {
  margin-right: -60px;
  overflow: hidden;
}

.product_cnt .tab_cnt:first-child {
  display: block;
}

.pro_item {
  width: 360px;
  height: 350px;
  padding: 10px;
  background: #fff;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  position: relative;
  margin-bottom: 75px;
  margin-right: 60px;
  display: block;
}

.pro_item a {
  width: 100%;
  display: block;
  background: #f7f7f7;
  height: 145px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.pro_item  div img{
  max-height: 145px;
  max-width: 100%;
}
.pro_item div:first-child{
  width: 100%;
  height: 145px;
  overflow: hidden;
  text-align: center;
}
.pro_item a img {
  width: 100%;
  transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}

.pro_item_intro {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.pro_item_intro h1 {
  font-size: 16px;
  color: #4c4c4c;
  padding-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis ;
  width: 80%;
  margin: 0 auto;
}

.pro_item_intro h2 {
  font-size: 14px;
  color: #7c7c7c;
  margin: 20px 0 12px;
}

.pro_item_intro p {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.pro_item .newmore {
  width: 158px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #7c7c7c;
  background: #fff;
  position: absolute;
  bottom: -26px;
  margin: auto;
  left: 0;
  right: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 9999px;
  z-index: 3;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.pro_item:hover .newmore {
  color: #333;
  border: 1px solid #000;
}

.pro_item:hover a img {
  transform: scale(1.2);
}

.pro_item .spbq {
  width: 360px;
  display: block;
  height: 350px;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0;
 
}

.biankuang {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 99;
  border-radius: 10px;
  /* background: black; */
}

.biankuang_1 {
  height: 3px;
  bottom: -1px;
  left: 0px;
  border-left: 1px solid #000;
  opacity: 0;
}

.biankuang_2 {
  width: 0px;
  bottom: 0px;
  right: 0px;
  border-top: 1px solid #000;
}

.biankuang_3 {
  height: 0px;
  top: 1px;
  right: 0px;
  border-right: 1px solid #000;
}

.biankuang_4 {
  width: 0px;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #000;
}


/****************************** 关于我们 ******************************/

.about1_con {
  padding-bottom: 25px;
}

.about_title {
  width: 1200px;
  text-align: center;
  margin: 0 auto 60px;
  padding-top: 186px;
}

.about_title a {
  display: inline-block;
  width: 176px;
  height: 50px;
  line-height: 50px;
  color: #4c4c4c;
  font-size: 18px;
  background: #f0f0f0;
  border-radius: 50px;
  border: 1px solid #f0f0f0;
  margin: 0 5px;
  text-align: center;
}

.about_title a:hover {
  background: #fff;
  color: #4c4c4c;
  border: 1px solid #ccc;
}

.about_title a.current {
  background: #fff;
  color: #4c4c4c;
  border: 1px solid #ccc;
}

.about1_text {
  background: url(../img/book.jpg) center no-repeat;
  width: 1065px;
  height: 1090px;
  margin: 0 auto;
  padding: 115px 295px 0 130px;
  box-sizing: border-box;
}

.about1_text h1 {
  font-size: 36px;
  color: #4c4c4c;
  margin-bottom: 65px;
}

.about1_text p {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
  text-indent: 40px;
  margin-bottom: 10px;
  text-align: justify;
}

.about1_text h2 {
  font-size: 16px;
  color: #2d2013;
  text-align: right;
}

.about1_text h2 span {
  font-size: 36px;
  color: #2d2013;
  margin-left: 16px;
}


/***** 关于我们 -集团介绍*****/

.a_gup_title {
  width: 100%;
  position: relative;
  height: 416px;
  margin-bottom: 42px;
}

.a_gup_title img {
  margin: 0 auto;
  display: block;
}

.a_gup_pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  margin: auto;
  width: 885px;
}

.a_gup_text div p {
  font-size: 16px;
  color: #2d2013;
  line-height: 30px;
  width: 885px;
  text-align: justify;
  margin: 0 auto;
 
}

.a_gup_pic span {
  width: 212px;
  height: 52px;
  line-height: 52px;
  background-color: #8babc4;
  font-size: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: -26px;
  left: 52px;
}


/***** 关于我们 -组织架构*****/

.about_zuzhi_con {
  padding: 40px 0 172px;
}

.about_zuzhi_con .container {
  padding: 0 46px;
  box-sizing: border-box;
  overflow: hidden;
}

.about_zuzhi_con h1 {
  font-size: 30px;
  color: #383a40;
  
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  margin-bottom: 95px;
}

.about_zuzhi_con img {
  display: block;
  margin: 0 auto;
}


/***** 关于我们 -企业文化*****/

.a_whua_title {
  width: 100%;
  box-sizing: border-box;
  padding: 45px 80px 10px;
  background: url(../img/about-wenhua_03.jpg) center no-repeat;
  height: 376px;
}

.a_whua_title img {
  display: block;
  margin: 0 auto 40px;
}

.a_whua_title  p {
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
  text-indent: 32px;
  display: inline-block;
  margin-bottom: 5px;
  text-align: justify;
}

.a_whua_list {
  padding: 116px 0 130px;
}

.a_whua_item {
  text-align: center;
  color: #4c4c4c;
  float: left;
}

.a_whua_item img {
  position: relative;
  top: 0;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.a_whua_item:hover img {
  top: -10px;
}

.a_whua_item h2 {
  font-size: 20px;
  line-height: 36px;
  margin: 20px 0 15px;
}

.a_whua_item h3,
.a_whua_item h4 {
  font-size: 16px;
  line-height: 24px;
}

.a_whua_list a:first-child+a {
  padding: 0 186px;
}

.a_whua_list a:first-child+a+a {
  padding-right: 196px;
}


/***** 关于我们 -荣誉资质*****/

.honor .picMarquee-left {
  width: 1200px;
  position: relative;
  margin: 55px 0 52px;
  margin: 0 auto;
}

.honor .picMarquee-left .bd {
  padding: 0px;
  width: 1200px;
  overflow: hidden;
}

.honor .picMarquee-left .bd {
  padding: 0px;
  width: 1200px;
  overflow: hidden;
}

.honor .picMarquee-left .bd {
  padding: 0px;
  width: 1200px;
  overflow: hidden;
}

.honor .picMarquee-left .bd ul li {
  overflow: hidden;
  text-align: center;
  margin-right: 32px;
  border: 0;
  float: left;
  _display: inline;
  overflow: hidden;
}

.honor .picMarquee-left .bd ul li .pic {
  text-align: center;
  width: 274px;
  display: block;
}

.honor .picMarquee-left .bd ul li .pic div {
  display: inline-block;
  vertical-align: middle;
  line-height: 78px;
  overflow: hidden;
  width: 100%;
  height: 176px;
}

.honor .picMarquee-left .bd ul li .pic p {
  line-height: 60px;
  height: 60px;
  text-align: center;
  color: #4c4c4c;
  font-size: 16px;
}

.honor .picMarquee-left .bd ul li .pic div img,
.wanju_shop .picMarquee-left .bd ul li .pic div img {
  width: 100%;
  transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}

.honor .picMarquee-left .bd ul li:hover .pic div img,
.wanju_shop .picMarquee-left .bd ul li:hover .pic div img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.honor .picMarquee-left .hd .prev,
.honor .picMarquee-left .hd .next {
  top: 74px;
}

.multipleColumn .hd .prev,
.multipleColumn .hd .next {
  top: 205px;
}

.picMarquee-left .hd {
  height: 0;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next,
.multipleColumn .hd .prev,
.multipleColumn .hd .next,
.multipleColumn1 .hd .prev,
.multipleColumn1 .hd .next {
  display: block;
  width: 29px;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.picMarquee-left .hd .next,
.multipleColumn .hd .next,
.multipleColumn1 .hd .next {
  background: url(../img/pic_r1.png) center no-repeat;
  background-size: cover;
  right: -66px;
}

.picMarquee-left .hd .next:hover,
.multipleColumn .hd .next:hover,
.multipleColumn1 .hd .next:hover {
  background: url(../img/pic_r2.png) center no-repeat;
  background-size: cover;
}

.picMarquee-left .hd .prev,
.multipleColumn .hd .prev,
.multipleColumn1 .hd .prev {
  background: url(../img/pic_l1.png) center no-repeat;
  background-size: cover;
  left: -66px;
}

.picMarquee-left .hd .prev:hover,
.multipleColumn .hd .prev:hover,
.multipleColumn1 .hd .prev:hover {
  background: url(../img/pic_l2.png) center no-repeat;
  background-size: cover;
}

.a_hor_list {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 45px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 65px;
  padding-top: 85px;
}

.a_hor_list a {
  display: inline-block;
  margin: 0 30px;
  line-height: 43px;
  color: #4c4c4c;
  font-size: 18px;
}

.a_hor_list a.current {
  border-bottom: 2px solid #0050b1;
}

.a_hor_con {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.a_hor_con_list {
  width: 100%;
  display: none;
  float: left;
}

.a_hor_con .a_hor_con_list:first-child {
  display: block;
}

.multipleColumn {
  position: relative;
  width: 1200px;
}

.multipleColumn .bd {
  padding: 0px;
  width: 1200px;
  overflow: hidden;
}

.multipleColumn .bd ul {
  margin-right: 32px;
  overflow: hidden;
  zoom: 1;
  width: 276px;
  float: left;
  _display: inline;
}

.multipleColumn .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.multipleColumn .bd ul li .pic {
  text-align: center;
}

.multipleColumn .bd ul li .title {
  line-height: 45px;
  height: 45px;
  text-align: center;
  color: #4c4c4c;
  font-size: 16px;
}

.multipleColumn .bd ul li .pic img {
  width: 276px;
  height: 194px;
  display: block;
}

.multipleColumn .hd {
  display: none;
}


/***** 关于我们 -人才理念*****/

.henxian {
  text-align: center;
}

.henxian span {
  font-size: 26px;
  color: #333333;
  display: inline-block;
  position: relative;
}

.henxian span:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #98a9b6;
  left: -40px;
  top: 18px;
}

.henxian span:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #98a9b6;
  right: -40px;
  top: 18px;
}

.talent {
  overflow: hidden;
  padding: 40px 0 70px;
}

.talent ul {
  margin-right: -20px;
}

.talent ul li {
  width: 285px;
  margin-right: 20px;
  float: left;
}

.talent_list {
  width: 100%;
}

.talent_pic {
  width: 100%;
  height: 372px;
  overflow: hidden;
}

.talent_pic img {
  width: 100%;
  transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}

.talent ul li:hover .talent_pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.talent_list .talent_t{
  padding: 30px 0;
}


.talent_list .talent_t  p{
  display: block;
  line-height: 30px;
  font-size: 18px;
  color: #4c4c4c;
  text-align: center;
}

.about_hr_title {
  font-size: 14px;
  color: #999999;
  font-family: sfui;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}


/*关于我们页面加入我们页面*/

.about_join_con {
  width: 1200px;
  padding: 42px 0 40px;
}

.coll_body p {
  text-align: justify;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

.Collapsing {
  border-bottom: 1px dashed #f8f8f8;
  overflow: hidden;
}

.Collapsing p {
  height: 54px;
  width: 100%;
  overflow: hidden;
  background: #f1f1f1;
  line-height: 54px;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.Collapsing p span:first-child+span {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 600;
  margin-left: 30px;
}

.Collapsing p span:first-child+span+span {
  color: #4C4C4C;
  font-size: 12px;
  margin: 0 10px;
}

.Collapsing p span:first-child+span+span strong {
  padding: 0 10px;
  font-weight: normal;
}

.Collapsing p span:first-child+span+span+span {
  color: #4C4C4C;
  font-size: 12px;
}

.Collapsing_pic {
  margin: 11px 16px 0 0;
  cursor: pointer;
  background: url(../img/product_06.png) center no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.Collapsing_pic.current1 {
  background: url(../img/product_03.png) center no-repeat;
}

.Collapsing p.current2 {
  background: #8babc4;
  color: #fff!important
}

.Collapsing span.current3 {
  color: #fff!important;
}

.coll_body {
  padding: 30px 28px 50px 60px;
  background: #f8f8f8;
  margin-bottom: 5px;
  display: none;
}

.job_title {
  padding-bottom: 20px;
  border-bottom: 1px dashed #4c4c4c;
  overflow: hidden;
}

.job_title p {
  float: left;
  width: 33%;
}

.job_title p span:first-child {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  padding-right: 40px;
}

.job_title p span:first-child+span {
  color: #4C4C4C;
  font-size: 12px;
}

.job_intro p {
  color: #4C4C4C;
  font-size: 12px;
}

.job_intro .job_intro1 {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
}


/****************************** 新闻中心 ******************************/

.news_con {
  padding-bottom: 64px;
}

.news_more img {
  display: block;
  margin: 15px auto 0;
}


/****************************** 新闻详情 ******************************/

.news_xq_t {
  text-align: center;
  padding: 186px 0 35px;
}

.news_xq_t h1 {
  font-size: 20px;
  color: #323232;
  margin-bottom: 20px;
}

.news_xq_t p {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  line-height: 36px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.news_xq_t p span {
  color: #515567;
  font-size: 12px;
  display: inline-block;
}

.news_xqdate {
  margin-right: 15px;
}


/*.news_xqdate:before{
  content: url(../images/news_date.png);
  vertical-align: middle;
  margin-right: 10px;
}
.news_xq_t .number:before{
  content: url(../images/number.png);
  vertical-align: middle;
  margin-right: 10px;
}*/

.news_xq_con {
  text-align: left;
  line-height: 30px;
}

.news_xq_con p {
  font-size: 14px!important;
  color: #666!important;
  line-height: 26px!important;
  text-align: justify;
  margin-bottom: 5px;
  text-indent: 36px!important;
}

.news_xq_con img {
  display: inline;
  max-width: 100%;
  margin: 20px auto 20px;
  width: 600px!important;
  height: auto!important;
}

.news_xq_con .xq_title {
  margin-bottom: 10px;
}


/****************************** 物流中心 ******************************/

.wuliu_con {
  padding-top: 145px;
}

.wuliu_title {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.wuliu_title h1 {
  font-size: 32px;
  color: #1a1a1a;
}

.wuliu_title h2 {
  font-size: 20px;
  color: #4c4c4c;
  margin: 10px 0 5px;
}

.wuliu_title h3 {
  color: #808080;
  font-size: 14px;
  font-family: Arial;
  font-style: italic;
  margin-bottom: 30px;
}

.wuliu_title img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: scale(0.2, 0.2);
  -moz-transform: scale(0.2, 0.2);
  -o-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
}

.wuliu_title img.selected {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.wuliu_text {
  padding: 35px 0;
}

.wuliu_text p {
  margin-bottom: 10px;
}

.wuliu_text p span {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  text-indent: 30px;
  text-align: justify;
  display: inline-block;
}

.wuliu_list {
  margin-right: -20px;
}

.wuliu_item {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  width: 590px;
  height: 330px;
  position: relative;
  overflow: hidden;
  display: block;
  color: #fff;
}

.wuliu_item_pic {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wuliu_item_pic img {
  width: 100%;
  height: 100%;
  transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}

.wuliu_item_info {
  position: absolute;
  left: 40px;
  top: 82px;
  transition: all 0.6s;
}

.wuliu_item h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.wuliu_item p {
  font-size: 14px;
  line-height: 22px;
  width: 185px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.wuliu_item span {
  position: absolute;
  left: 40px;
  bottom: 50px;
  background: url(../img/wuliu_07.png) center no-repeat;
  width: 30px;
  height: 30px;
}

.wuliu_item:hover .wuliu_item_pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.wuliu_item:hover .wuliu_item_info {
  top: 72px;
}

.wuliu_item:hover span {
  background: url(../img/wuliu_08.png) center no-repeat;
}

.wuliu_cpy {
  padding: 40px 0 55px;
}

.wuliu_cpy_list {
  margin-right: -20px;
  padding-top: 45px;
}

.wuliu_cpy_item {
  margin-right: 20px;
  width: 285px;
  float: left;
}

.wuliu_cpy_pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.wuliu_cpy_pic img,
.wanju_cpy_pic img {
  width: 100%;
  transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}

.wuliu_cpy_item:hover .wuliu_cpy_pic img,
.wanju_cpy_item:hover .wanju_cpy_pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.wuliu_cpy_item p {
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #4c4c4c;
}


/****************************** 进口文化 ******************************/

.jinkou {
  padding-top: 160px;
}

.import_title_t {
  text-align: center;
}

.import_title_t span {
  font-size: 24px;
  color: #4C4C4C;
  display: inline-block;
  position: relative;
}

.import_title_t span:before {
  content: '';
  position: absolute;
  width: 94px;
  height: 1px;
  background-color: #cccccc;
  left: -115px;
  top: 18px;
}

.import_title_t span:after {
  content: '';
  position: absolute;
  width: 94px;
  height: 1px;
  background-color: #cccccc;
  right: -115px;
  top: 18px;
}

.import_title {
  margin-bottom: 35px;
}

.import_title_b {
  font-size: 18px;
  color: #4c4c4c;
  font-family: Helvet;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.import_h1 {
  font-size: 16px;
  line-height: 18px;
  color: #4c4c4c;
  text-align: justify;
}

.import_intro {
  margin-right: -40px;
  padding: 40px 0 45px;
}

.import_text {
  margin-right: ;
  width: 580px;
  height: 254px;
  margin-right: 40px;
  background: #f5f5f5;
  float: left;
  padding: 30px 0;
  color: #4c4c4c;
}

.import_text h2 {
  height: 27px;
  font-size: 23px;
  margin-left: 28px;
  font-weight: 600;
  line-height: 27px;
  border-left: 2px solid #999999;
  padding-left: 12px;
}

.import_text h3 {
  font-size: 14px;
  padding-top: 5px;
  margin-left: 42px;
  margin-bottom: 15px;
}

.import_l p {
  font-size: 14px;
  margin-left: 43px;
  margin-bottom: 15px;
  max-width: 475px;
}

.import_l .import_l_p {
  font-size: 14px;
  font-weight: 600;
  margin-left: 40px;
  margin-bottom: 10px;
}

.import_l_p span {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.import_r h2 {
  margin-bottom: 19px;
}

.import_r p {
  font-size: 16px;
  margin-left: 50px;
  background: url(../img/tuijian.png) left center no-repeat;
  padding: 13px 0 13px 36px;
}

.impoet_cnt_con {
  text-align: center;
}

.impoet_cnt_text {
  width: 464px;
  display: inline-block;
}

.impoet_cnt_text img {
  display: block;
  margin: 0 auto 18px;
  position: relative;
  top: 0;
  transition: all 0.6s;
}

.impoet_cnt_text p {
  font-size: 18px;
  color: #4c4c4c;
}

.impoet_cnt_text:hover img {
  top: -10px;
}

.impoet_cnt {
  padding: 52.5px 0 75px;
}


/******************************出口业务******************************/

.chukou,
.export {
  padding-top: 160px;
}

.chukou_title {
  color: #4c4c4c;
  font-size: 16px;
  text-align: center;
}

.chukou_title p {
  
 
}

.chukou_advan {
  padding: 75px 0 38px;
}

.chukou_advan img {
  display: block;
  margin: 0 auto 38px;
}

.advan_list {
  margin-right: -48.75px;
}

.advan_item {
  width: 201px;
  height: 268px;
  margin-right: 48.75px;
  background: url(../img/advans.jpg) center no-repeat;
  padding: 10px;
  box-sizing: border-box;
  float: left;
}

.advan_item h1 {
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.advan_item h1 span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.advan_item h1 span:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  left: -20px;
  top: 19px;
}

.advan_item h1 span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  right: -20px;
  top: 19px;
}

.advan_item_text {
  padding: 15px 12px;
}

.advan_item_text p {
  font-size: 14px;
  line-height: 18px;
  background: url(../img/sircle.jpg) left 6px no-repeat;
  padding-left: 12px;
  margin-bottom: 10px;
}

.chukou_cnt_con .impoet_cnt_text {
  width: auto;
  display: block;
  float: left;
}

.chukou_cnt_con .impoet_cnt_text {
  width: auto;
  display: block;
  float: left;
}

.chukou_cnt_con a:first-child+a+a+a {
  width: auto;
  display: block;
  float: right;
}

.chukou_cnt_con a:first-child+a {
  width: 480px;
}


/******************************进出口代理******************************/

.export_con {
  padding: 15px 0 75px;
}

.export_l {
  float: left;
  color: #4C4C4C;
  width: 655px;
  overflow: hidden;
}

.export_r {
  float: left;
  width: 545px;
}

.export_r img {
  max-width: 545px;
  float: right;
}

.export_l h1 {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.export_l h2 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  padding: 40px 0 13px;
}

.export_l p {
  font-size: 16px;
  background: url(../img/tuijian.png) left center no-repeat;
  padding: 13px 0 13px 36px;
}


/******************************公司简介******************************/

.gongsi {
  padding-top: 185px;
}

.gongsi_title {
  font-size: 24px;
  color: #4C4C4C;
  text-align: center;
  margin-bottom: 40px;
}

.gongsi_intro {
  padding: 45px 0 70px;
}

.gongsi_intro_text p {
  font-size: 16px;
  line-height: 30px;
  color: #4C4C4C;
  text-indent: 30px;
  display: inline-block;
  text-align: justify;
}

.import_title h4 {
  text-align: center;
  padding-top: 22px;
}

.gongsi_bus {
  padding-bottom: 75px;
}

.gongsi_bus_list {
  margin-right: -88px;
  padding: 50px 0 100px;
}

.gongsi_bus_item {
  margin-right: 88px;
  float: left;
  width: 234px;
  height: 298px;
  background: url(../img/gongsi_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.gongsi_bus_item h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-family: Arial;
  height: 50px;
  line-height: 50px;
  padding-right: 5px;
}

.gongsi_bus_item p {
  width: 100%;
  box-sizing: border-box;
  text-align: justify;
  max-height: 185px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 24px;
  color: #4C4C4C;
  word-break: break-all;
}

.gongsi_bus_list div:first-child p {
  padding: 80px 40px 0 40px;
}

.gongsi_bus_list div:first-child+div p {
  padding: 40px 10px 0 10px;
}

.gongsi_bus_list div:first-child+div+div p {
  padding: 80px 10px 0 10px;
}

.gongsi_bus_list div:first-child+div+div+div p {
  padding: 80px 40px 0 40px;
}

.gongsi_m {
  padding-top: 110px;
}

.gongsi_m_l {
  width: 560px;
  overflow: hidden;
}

.gongsi_m_l div p {
  display: inline-block;
  text-indent: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #4C4C4C;
  margin-bottom: 22px;
  text-align: justify;
}

.gongsi_m_pic {
  max-width: 590px;
  max-height: 405px;
}


/******************************玩具事业部******************************/

.wanju_shop {
  background-color: #f4f8fc;
  padding: 45px 0 35px;
}

.wanju_con {
  padding-top: 145px;
}

.wanju_intro {
  height: 400px;
  width: 1200px;
  margin: 28px auto 66px;
}

.wanju_intro_l {
  width: 50%;
  float: left;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 40px;
}

.wanju_intro_r {
  width: 50%;
  float: right;
  height: 100%;
  overflow: hidden;
}

.wanju_intro_r img {
  width: 100%;
  transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}

.wanju_intro_r:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.wanju_intro_l h1 {
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 5px;
}

.wanju_intro_l h2 {
  font-family: 'HiraginoGBW3d437635001a398';
  color: #666666;
  font-size: 14px;
  margin-bottom: 30px;
}

.wanju_intro_l p {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 12px;
}

.wanju_shop .picMarquee-left {
  width: 1200px;
  position: relative;
  margin: 55px 0 52px;
  margin: 0 auto;
}

.wanju_shop .picMarquee-left .bd {
  padding: 0px;
  width: 1200px;
  overflow: hidden;
}

.wanju_shop .picMarquee-left .bd {
  padding: 0px;
  width: 1200px;
  overflow: hidden;
}

.wanju_shop .picMarquee-left .bd {
  padding: 0px;
  width: 1200px;
  overflow: hidden;
}

.wanju_shop .picMarquee-left .bd ul li {
  overflow: hidden;
  text-align: center;
  margin-right: 12px;
  border: 0;
  float: left;
  _display: inline;
  overflow: hidden;
}

.wanju_shop .picMarquee-left .bd ul li .pic {
  text-align: center;
  width: 291px;
  display: block;
}

.wanju_shop .picMarquee-left .bd ul li .pic div {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  height: 350px;
}

.wanju_shop .picMarquee-left .bd ul li .pic p {
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, .7);
}

.wanju_shop .picMarquee-left .hd .prev,
.wanju_shop .picMarquee-left .hd .next {
  top: 176px;
  display: none;
}


/*合作伙伴轮播图片*/

.partners {
  padding: 40px 0 30px;
}

.multipleColumn1 {
  position: relative;
  width: 1200px;
  background-color: #fff;
}

.multipleColumn1 .bd {
  padding: 0px;
  width: 1200px;
  overflow: hidden;
}

.multipleColumn1 .bd ul {
  overflow: hidden;
  zoom: 1;
  width: 300px;
  float: left;
  _display: inline;
}

.multipleColumn1 .bd ul li {
  float: left;
  width: 300px;
  _display: inline;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}

.multipleColumn1 .bd ul:first-child li div a {
  border-left: 1px solid #e6e6e6;
}

.multipleColumn1 .bd ul li:first-child div a {
  border-top: 1px solid #e6e6e6;
}

.multipleColumn1 .bd ul li .pic {
  text-align: center;
}

.multipleColumn1 .bd ul li .pic a {
  width: 300px;
  height: 292px;
  display: block;
  border-top: 0;
  border-bottom: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 292px;
  overflow: hidden;
  position: relative;
}

.multipleColumn1 .bd ul li .pic img {
  max-width: 300px;
  transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: all 0.6s;
  -moz-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.multipleColumn1 .bd ul li .pic:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.multipleColumn1 .hd {
  display: none;
}

.multipleColumn1 .hd .prev,
.multipleColumn1 .hd .next {
  top: 268px;
}

.wanju_shop .hd {
  padding: 28px 0;
  overflow: hidden;
  padding-left: 38px;
  margin: auto;
  left: 0px;
  right: 0;
  width: 100px;
  z-index: 1;
}

.wanju_shop .hd ul {
  zoom: 1;
  float: left;
}

.wanju_shop .hd ul li {
  width: 15px;
  height: 15px;
  border: 1px solid #d2d2d2;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: 0 auto;
  transition: .4s;
  cursor: pointer;
  opacity: 1;
  bottom: 0;
  float: left;
  margin: 5px 7px;
  line-height: 9999px;
}

.wanju_shop .hd ul li.on {
  background: #1260e1;
  color: #fff;
  border-color: #1260e1;
  border-radius: 50%;
}

.wanju_cpy {
  padding: 30px 0 17px;
}

.wanju_cpy_list {
  margin-right: -30px;
}

.wanju_cpy_item {
  width: 380px;
  float: left;
  margin-right: 30px;
}

.wanju_cpy_pic {
  overflow: hidden;
  width: 100%;
  height: 266px;
}

.wanju_cpy_item p {
  height: 75px;
  width: 100%;
  line-height: 75px;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}


/******************************客户案例******************************/

.case_con {
  padding-bottom: 68px;
  min-height: 280px;
}

.case_list {
  margin-right: -48px;
}

.case_item {
  float: left;
  width: 368px;
  margin-right: 48px;
  margin-bottom: 78px;
}

.case_pic {
  width: 100%;
  height: 354px;
  position: relative;
  overflow: hidden;
}

.case_pic .mBox3Line1 {
  left: -10%;
  top: -40%;
  width: 31px;
  height: 33px;
  border: 3px solid #fff;
  border-right: none;
  border-bottom: none;
}

.case_pic .mBox3Line2 {
  right: -20%;
  bottom: -20%;
  width: 31px;
  height: 33px;
  border: 3px solid #fff;
  border-left: none;
  border-top: none;
}

.case_item:hover .mBox3Line1 {
  left: 6.8%;
  top: 33px;
}

.case_item:hover .mBox3Line2 {
  right: 6.8%;
  bottom: 30px;
}

.case_item .mBox3Conbg .mBox2Ico {
  top: 0;
  bottom: 0;
}

.case_text {
  width: 100%;
  border: 2px solid #eeeeee;
  height: 141px;
  box-sizing: border-box;
  margin-top: 30px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}

.case_text span {
  font-size: 18px;
  color: #4c4c4c;
  position: relative;
  top: -14px;
  display: inline-block;
  background-color: #fafafa;
  padding: 0 12px;
  max-width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case_text p {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 24px;
  max-width: 290px;
  margin: 0 auto;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  
  height: 72px;
}
.case_text i {
  display: block;
  width: 54px;
  margin: 0 auto;
  height: 54px;
  background: url(../img/case_03.png) center no-repeat;
  position: relative;
  top: 10.5px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}

.case_item:hover .case_text {
  border: 2px solid #4d4d4d;
}

.case_item:hover .case_text i {
  background: url(../img/case_05.png) center no-repeat;
}


/******************************联系我们******************************/

.main_con {
  position: absolute;
  left: 45%;
  top: 0;
  margin-top: -100px;
  z-index: 50;
  float: left;
  width: 345px;
  height: 163px;
  background: url(../img/adr_03.png) left top no-repeat;
  background-size: 100% 100%;
}

.main_con .t_340 {
  width: 100%;
  box-sizing: border-box;
  padding: 28px 36px;
  position: relative;
  color: #4c4c4c;
}

.main_con .t_340 .t_290_1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

.main_con .t_340 .t_290_2 {
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
  word-wrap: break-word;
}

.main_con .t_340 .t_290_2 span {
  font-size: 18px;
  color: #1246bc;
}

.main_con .t_340 .t_290_3 {
  font-size: 14px;
  line-height: 24px;
  padding-top: 8px;
  word-wrap: break-word;
}

.contact_on {
  display: block;
}

.contact_off {
  display: none;
}

.infoBox {
  left: 185px!important;
}

#dituContent {
  width: 100%;
  height: 422px;
  margin: 45px 0 0;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 0;
  color: rgb(0, 0, 0);
  text-align: left;
  background-color: rgb(243, 241, 236);
}

.pz_main {
  overflow: hidden;
}

.adr_cpy_top {
  margin-right: -30px;
  padding: 78px 0 62px;
}

.adr_cpy_titem {
  float: left;
  width: 380px;
  margin-right: 30px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 30px 18px;
}

.adr_cpy_titem h1,
.adr_cpy_b_item h1 {
  font-size: 18px;
  color: #4C4C4C;
  font-weight: bold;
  margin-bottom: 20px;
}

.adr_cpy_titem p,
.adr_cpy_b_item p {
  font-size: 16px;
  color: #4C4C4C;
  margin-bottom: 4px;
}

.adr_cpy_btm {
  margin-right: -24px;
  margin-bottom: 70px;
}

.adr_cpy_b_item {
  float: left;
  width: 282px;
  margin-right: 24px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 30px 18px;
}

.adr_form form {
  width: 952px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.adr_form input,
.adr_form textarea {
  border: 0;
}

.form_ipt1 {
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
}

.form_ipt1 {
  width: 400px;
  height: 45px;
  margin-bottom: 24px;
  float: left;
}

.form_ipt1 input {
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 0;
  padding: 5px 0;
  color: #4d4d4d;
  font-size: 16px;
  outline: 0;
  background: transparent;
  display: block;
  -webkit-appearance: none;
}

.form_code {
  height: 42px;
  float: left;
  width: 400px;
  border-bottom: 1px solid #ccc;
}

.form_code input {
  float: left;
  width: 290px;
  margin-right: 4px;
  background: transparent;
  display: block;
  -webkit-appearance: none;
  text-indent: 10px;
}

.form_ipt2 {
  margin-left: 70px;
}

.form_sub2 {
  text-align: center;
  float: right;
}

.form_tae1 {
  margin-bottom: 16px;
  height: 90px;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.form_tae1 textarea {
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #4d4d4d;
  font-size: 16px;
  outline: none;
  resize: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-family: "å¾®è½¯é›…é»‘";
}

.form_ipt1_d1 {
  float: left;
  width: 106px;
  height: 40px;
  float: left;
}

.form_ipt1_d1 img {
  width: 100%;
  height: 100%;
}

.form_sub2 input {
  width: 147px;
  height: 50px;
  border: none;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 50px;
  cursor: pointer;
  transition: 300ms;
  -webkit-transition: 300ms;
  position: relative;
}

.form_sub2 input:hover {
  background-color: #037bd6;
  color: #fff;
}

.focus {
  background: rgba(0, 0, 0, .5);
  ;
}

.adr_form_con h1 {
  text-align: center;
  color: #4c4c4c;
  font-size: 18px;
  padding: 40px 0 87px;
}


/******************************  保税仓库******************************/

.baoshui {
  padding-top: 158px;
  padding-bottom: 70px;
}

.baoshui_text p {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 30px;
  text-indent: 40px;
  text-align: justify;
}

.pubilc_bshui {
  background-color: #edeef2;
  margin-bottom: 58px;
}

.pubilc_bshui_l {
  float: left;
  width: 588px;
  overflow: hidden;
  padding-top: 60px;
}

.pubilc_bshui_title {
  border-left: 4px solid #999999;
  padding-left: 17px;
  margin-bottom: 26px;
}

.pubilc_bshui_title span {
  display: block;
  color: #4C4C4C;
  font-size: 20px;
}

.pubilc_bshui_title span:first-child {
  font-weight: 600;
}

.pubilc_bshui_l dl dd {
  color: #4C4C4C;
  font-size: 16px;
  background: url(../img/duigou.png) left center no-repeat;
  padding-left: 30px;
  margin-bottom: 15px;
}

.pubilc_bshui_r {
  float: right;
  width: 612px;
  overflow: hidden;
  padding-top: 42px;
}


/*俱乐部活动时间列表css样式*/

img,
a img {
  border: none;
  vertical-align: top;
}

.none {
  display: none;
}

.clear {
  clear: both
}

.tr {
  text-align: right
}

.tr span {
  text-align: right;
  font-family: "微软雅黑", "microsoft yahei";
}

.te {
  font-family: "microsoft yahei";
}

.wrap {
  width: 858px;
  margin: 0 auto;
}

.pr {
  position: relative;
}

.ps {
  position: absolute;
  /*vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    display: table;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0 30px;*/
}

.white {
  color: #fff
}

.ul_line li {
  float: left;
}

.ul_line li a {
  font-family: "microsoft yahei";
}

.paging {
  display: none;
}

.paging.show {
  display: block;
}

h3.title p.tt {
  color: #F09D3B;
  font-family: "microsoft yahei", "微软雅黑";
  text-transform: uppercase;
}

h3.title {
  margin: 65px 0 110px;
}

.history {
  overflow: hidden;
  padding-bottom: 72px;
}

.history .import_title {
  padding-bottom: 30px;
}

.history .index_partner_title h3 {
  margin-bottom: 40px;
}

.history .index_partner_title h4 {
  text-align: center;
  font-size: 16px;
  color: #4C4C4C;
}

.wrap {
  margin-top: 10px;
}

.list {
  padding-top: 36px;
  overflow: hidden;
  max-height: 360px;
  position: relative;
  z-index: 2;
  margin-top: 47px;
}

.list ul {
  /* margin-top: 50px;*/
  position: relative;
}

.list li {
  width: 100%;
  height: 90px;
  position: relative;
}

.list li.list2 {
  top: 0;
}

.list li .cont {
  width: 376px;
  height: 90px;
  position: relative;
  transition: 600ms;
  background: #fff;
  margin-left: 0px;
  background: url(../img/li_bg.jpg) center no-repeat;
}

.list li .cont:hover {
  background: url(../img/li_1.png) center no-repeat;
}

.list li .cont a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  color: #4C4C4C;
}

.list li.list2 .cont {
  margin-left: 0px;
  margin-right: 0px;
  background: url(../img/li2_bg.jpg) center no-repeat;
}

.list li.list2 .cont:hover {
  background: url(../img/li2_1.png) center no-repeat;
}

.list li p.ps.t {
  top: 22px;
  left: 34px;
  height: 71px;
  background: url(../img/history.png) center no-repeat;
  display: block;
  width: 74px;
  transition: 600ms;
  z-index: 11;
  box-sizing: border-box;
}

.list li p.ps span:first-child {
  font-size: 18px;
  line-height: 40px;
  position: relative;
  z-index: 11;
  margin-left: 5px;
  display: inline-block;
}

.list li p.ps span:first-child+span {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  margin-left: 28px;
  display: inline-block;
}

#main {
  padding-bottom: 300px;
}

.list2 .cont {
  float: right
}

.kd {
  position: absolute;
  left: 376px;
  width: 106px;
  top: -50px;
  height: 100%;
  padding-top: 106px;
  overflow: hidden;
}

.kd li span {
  width: 106px;
  display: inline-block;
}

.kd li {
  margin-bottom: 43px;
  height: 47px;
}

.kd li.list2 {
  margin-bottom: 46px;
}

.kd ul {
  position: relative;
}

.kd span {
  text-align: left;
  height: 47px;
  line-height: 47px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.kd .list2 span {
  text-align: right;
}

.kd_l {
  width: 24px;
  height: 1800px;
  background: url(../img/line_h.png) repeat-y;
  top: 0px;
  left: 41px;
  position: absolute;
}

.kd .list3 {
  margin-bottom: 60px;
}

.kd i {
  width: 47px;
  height: 47px;
  display: inline-block;
  background: url(../img/news_2.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -23.5px;
  transition: 600ms;
  font-size: 14px;
  text-align: center;
}

.kd li.show i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: -24.5px;
}

.kd_prev {
  width: 106px;
  height: 47px;
  position: absolute;
  z-index: 5;
  cursor: pointer;
}

.kd_prev {
  top: 0;
  background: url(../img/news_btn.png) no-repeat center top;
  background-color: #fff;
}

.kd_next {
  bottom: 0;
  width: 106px;
  height: 47px;
  color: #fff;
  background: #fff url(../img/p_next.png) no-repeat center;
  position: absolute;
  z-index: 5;
  cursor: pointer;
}

.kd_prev:hover {
  background: url(../img/news_btn1.png) no-repeat center top;
  background-color: #fff;
}

.baoshui_cnt .chukou_cnt_con a:first-child+a {
  width: 810px;
}