/* 关于我们开始 */
.about_us img{
  margin: 40px auto 20px;
  display: block;
}
.about_us p{
  margin: 0;
  line-height: 28px;
  font-size: 14px;
  text-indent: 2em;
}
.Certificate{
  width: 100%;
  overflow: hidden;
  margin: 40px 0 60px;
}
.Certificate ul h3{
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
  font-size: 24px;
}
.Certificate ul li img{
  width: 100%;
  border: 1px solid #333;
}
.Certificate ul li p{
  font-size: 16px;
  margin: 15px 0 0;
  text-align: center;
}
/* 发展历程开始 */
.about-history {
  height: 620px;
  padding: 85px 106px 0;
  background: url(../image/bg_about_history.html) no-repeat center fixed;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 40px 0 0 0;
}

.about-title {
  margin-bottom: 25px;
}

.about-title h3 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 400;
  color: #2c2c2c;
}

.about-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  color: #ECECEC;
}

.title-white h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 24px
}

.title-white p {
  color: rgba(222, 222, 222, .09);
}

.about-history-list {
  position: relative;
}

.about-history-list .flex-viewport {
  padding: 0 31px;
}

.about-history-list .flex-viewport:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #C7C7C7;
  content: '';
}

.about-history-list .slides li {
  position: relative;
  width: 253px;
  height: 387px;
  margin-right: 31px;
}

.about-history-list .slides li .item {
  position: absolute;
  right: -32px;
  bottom: 0;
  left: -32px;
  min-height: 152px;
  padding: 44px 0 0 0;
  background-color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.about-history-list .slides li .item:before {
  position: absolute;
  top: -49px;
  left: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-left: -10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgb(218 101 101 / 60%);
  content: '';
}

.about-history-list .slides li .item:after {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-left: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ff0000;
  content: '';
}

.about-history-list .slides li:nth-child(even) .item {
  top: 0;
  bottom: auto;
  padding: 0 0 44px;
}

.about-history-list .slides li:nth-child(even) .item:before {
  top: auto;
  bottom: -50px;
}

.about-history-list .slides li:nth-child(even) .item:after {
  top: auto;
  bottom: -46px;
}

.about-history-list .slides li .item:hover {
  background-color: #ff0000;
}
.about-history-list .slides li .item:hover .desc p{
  color: #fff;
}
.about-history-list .slides li .item h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 44px;
  line-height: 44px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  background-color: #e2e2e2;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.about-history-list .slides li .item:hover h3 {
  color: #232323;
  background-color: #fff;
}

.about-history-list .slides li .item h3:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 18px;
  border-style: solid;
  border-color: transparent transparent #E2E2E2;
  content: '';
}

.about-history-list .slides li:nth-child(even) .item h3 {
  top: auto;
  bottom: 0;
}

.about-history-list .slides li:nth-child(even) .item h3:before {
  top: 100%;
  bottom: auto;
  border-width: 18px 9px 0;
  border-color: #E2E2E2 transparent transparent;
}

.about-history-list .slides li .item .desc {
  line-height: 24px;
  padding: 22px 26px 0;
  font-size: 14px;
  color: #929292;
}

.about-history-list .slides li .item:hover .desc {
  color: #ffffff;
}

.about-history-list .slides li .item .desc p {
  margin: 0;
}

.about-history-list .flex-direction-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-history-list .flex-direction-nav a {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 160px;
  line-height: 160px;
  overflow: hidden;
  margin-top: -80px;
  font-size: 50px;
  font-family: simsun;
  color: #ffffff;
  text-align: center;
}

.about-history-list .flex-direction-nav a.flex-prev {
  left: -48px;
}

.about-history-list .flex-direction-nav a.flex-next {
  right: -48px;
}

.about-history-swiper {
  width: 100%;
}

.about-history-swiper .swiper-slide .item {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.about-history-swiper .swiper-slide .item h3 {
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  color: #999999;
  background-color: #e2e2e2;
}

.about-history-swiper .swiper-slide .item .desc {
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  color: #929292;
}

.about-history-swiper .swiper-slide .item .desc p {
  margin: 0;
}

.about-history-swiper .about-history-pagination {
  position: static;
  margin-top: 10px;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet {
  background: #fff;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet-active {
  background: #C91523;
}

a {
  color: #414141;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover {
  text-decoration: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.pull-none {
  float: none;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child+html .clearfix {
  zoom: 1;
}

.container {
  width: 980px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

img.full {
  display: block;
  width: 100%;
}

.list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hidden {
  display: none;
}
/* 发展历程结束 */

/* 关于我们结束 */

/* 联系我们开始 */
.cont_box{
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}
.cont_box .cont_left_box p{
  margin: 0;
  font-size: 15px;
  line-height: 48px;
  border-bottom: 1px solid #f1f1f1c7;
}
.cont_box .cont_left_box p span{
  font-size: 28px;
  color: #000;
  margin-right: 12px;
}
.cont_box .cont_left_box p .icon-print{
  font-size: 34px;
  margin-right: 6px;
  position: relative;
  top: 3px;
  left: -3px;
}
.cont_box .cont_left_box p .icon-logistic-logo{
  font-size: 36px;
  margin-right: 6px;
  position: relative;
  left: -3px;
  top: 4px;
}
.cont_box .cont_left_box p .icon-company_fill{
  font-size: 32px;
  margin-right: 10px;
}
.cont_box .cont_left_box p .icon-icon_sign_email{
  font-size: 20px;
  margin-right: 14px;
  position: relative;
  left: -3px;
  top: 3px;
}
.cont_box .right_input li{
  width: 48%;
  margin: 0 1% 15px;
  float: left;
}
.cont_box .right_input .bz_box{
  width: 98%;
}
.cont_box .right_input #bzContact{
  width: 100%;
  height: 160px;
  outline: none;
  padding: 10px;
}
.cont_box .right_input li input{
  width: 100%;
  height: 36px;
  padding-left: 6px;
}
.cont_box .right_input li span{
  font-size: 12px;
  color: #ff0000;
  position: relative;
  top: 4px;
}
.cont_box .right_input #insubmit{
  margin: 25px 1.5%;
  cursor: pointer;
  width: 98%;
  line-height: 44px;
  background: #ff0000;
  display: block;
  clear: both;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 0.8s;
}
.cont_box .right_input #insubmit:hover{
  background: #333;
}
.iw_poi_title {
  color:#CC5522;
  font-size:14px;
  font-weight:bold;
  overflow:hidden;
  padding-right:13px;
  white-space:nowrap;
}
.iw_poi_content {
  font:12px;
  overflow:visible;
  padding-top:4px;
  white-space:-moz-pre-wrap;
  word-wrap:break-word;
}
#dituContent{
  width:100%;
  height:450px;
  border:#ccc solid 1px;
}
.pop div:last-child{
  width: 240px!important;
}
/* 联系我们结束 */
.bar_qy_hy {
  width: 100%;
  margin: 25px 0 15px;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
  padding: 10px;
}
.bar_qy_hy .active a {
  color: #ff3600;
  font-size: 18px;
  font-weight: bold;
}
.fbxj h4 {
  font-size: 15px;
  font-weight: bold;
}
.fbxj p {
  line-height: 30px;
  margin: 0;
}