body {
  font-family: "微软雅黑";
}
.container1 {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar {
  height: 25px;
  line-height: 25px;
  color: #bebebe;
  font-size: 1.2rem;
  border-bottom: 1px solid #e9e9e9;
}
.topbar .trt a {
  color: #bebebe;
  margin: 0 10px;
}
.header-wrap .header {
  background: url(../images/headerbg.jpg) repeat;
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .phonetxt {
  margin-top: 30px;
  margin-right: 10px;
}
.header-wrap .header .phonetxt i {
  float: left;
  margin-right: 8px;
}
.header-wrap .header .phonetxt p {
  margin-top: 2px;
  float: left;
  font-size: 1.6rem;
  color: #4b4b4b;
}
.header-wrap .header .phonetxt p span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Georgia";
  color: #035cb6;
}
.header-wrap .header .ewmbox {
  margin-top: 10px;
}
.header-wrap .header .ewmbox .elist {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}
.header-wrap .header .ewmbox .elist span {
  display: block;
  font-size: 1.2rem;
  color: #4b4b4b;
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.nav-wrap {
  background: #fff;
  height: 60px;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 10%;
  border-right: 1px solid #e9e9e9;
}
.nav-wrap .nav-ul .navlist:first-child {
  border-left: 1px solid #e9e9e9;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  border-bottom: 2px solid #fff;
  line-height: 60px;
  text-decoration: none;
  display: block;
  color: #2f2f2f;
  text-align: center;
  font-size: 1.6rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: #035cb6;
  color: #fff;
}
.nav-wrap .nav-ul .navlist a.listh1:hover span,
.nav-wrap .nav-ul .navlist a.listh1.on span {
  opacity: 1;
}
.nav-wrap .nav-ul .navlist a.listh1 span {
  line-height: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  font-size: 1.2rem;
  margin-left: -6px;
  opacity: 0;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 150px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: left;
  padding-left: 10px;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #035cb6;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
  text-align: center;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .product-wrap {
  padding: 35px 0;
}
.content-wrap .product-wrap .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #0b549d;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .product-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .product-wrap .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .product-wrap .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .product-wrap .w-ltside .show-hide .div2:hover a {
  background: #5b4d4d;
  color: #fff;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul li a:hover {
  color: #5b4d4d;
}
.content-wrap .product-wrap .pltside .linkbox {
  background: url(../images/product-ltsidebg.jpg) repeat;
  padding: 15px 2px 2px;
}
.content-wrap .product-wrap .pltside .linkbox .lbox {
  background: #fff;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .titbox .sentit {
  font-size: 1.8rem;
  color: #035cb6;
  font-family: "Arial";
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 22px;
  margin-top: 22px;
  position: relative;
  top: 7px;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .titbox .tbox {
  background: url(../images/product-ltsidebg.jpg) repeat;
  padding-left: 22px;
  padding-bottom: 20px;
  display: block;
  width: 160px;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .titbox .tbox .entit {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Arial";
  font-weight: bold;
  position: relative;
  top: -4px;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .titbox .tbox .chtit {
  color: #fff;
  font-size: 1.6rem;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .searchbox {
  margin-top: 10px;
  padding: 10px;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .searchbox .tit {
  font-size: 1.4rem;
  font-weight: bold;
  color: #414141;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .searchbox .sbox {
  margin-top: 10px;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .searchbox .sbox .inputlist {
  background: url(../images/proltside-searchbg1.jpg) repeat-x;
  width: 100%;
  padding: 5px;
  box-shadow: -1px 1px 2px #bbc7ce;
  border-radius: 3px;
  position: relative;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .searchbox .sbox .inputlist .searchtxt {
  float: left;
  width: 100%;
  height: 23px;
  border-radius: 3px;
  box-shadow: -1px 1px 2px #bdced8 inset;
  border: none;
  padding: 2px 40px 2px 25px;
  font-size: 1.2rem;
  color: #304e62;
  background: #d8e6ef url(../images/proltside-searchicon.png) no-repeat 5px 6px;
  outline: none;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .searchbox .sbox .inputlist .sbtn {
  position: absolute;
  border: none;
  background: url(../images/proltside-searchbtn.png) no-repeat;
  width: 38px;
  height: 23px;
  right: 5px;
  top: 6px;
  outline: none;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .link-wrap {
  padding: 0 10px 40px;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .link-wrap .list {
  line-height: 60px;
  height: 60px;
  border-bottom: 1px dashed #ccc;
  display: block;
  text-decoration: none;
  padding: 0 10px;
  overflow: hidden;
  font-size: 1.6rem;
  color: #3f3f3f;
  font-weight: bold;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .link-wrap .list i {
  float: left;
  margin-right: 10px;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .link-wrap .list2 {
  display: none;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .link-wrap .list2 ul li a {
  line-height: 35px;
  background: #eee;
  color: #333;
  display: block;
  height: 35px;
  padding: 0 10px;
  font-size: 1.4rem;
  margin-bottom: 1px;
  overflow: hidden;
  text-decoration: none;
}
.content-wrap .product-wrap .pltside .linkbox .lbox .link-wrap .list2 ul li a:hover {
  color: #035cb6;
}
.content-wrap .product-wrap .pltside .contactbox {
  margin-top: 5px;
}
.content-wrap .product-wrap .pltside .contactbox .pic img {
  width: 100%;
}
.content-wrap .product-wrap .product-con .pbox {
  margin-bottom: 10px;
}
.content-wrap .product-wrap .product-con .pbox .title-more {
  background: #e2f0fe;
  height: 35px;
  line-height: 35px;
}
.content-wrap .product-wrap .product-con .pbox .title-more .tit {
  background: url(../images/warehousing-titbg1.png) no-repeat;
  width: 233px;
  height: 35px;
  color: #fff;
  padding-left: 30px;
}
.content-wrap .product-wrap .product-con .pbox .title-more .morebtn {
  margin-right: 10px;
}
.content-wrap .product-wrap .product-con .pbox .title-more .morebtn a {
  text-decoration: none;
  display: block;
  color: #035cb6;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.content-wrap .product-wrap .product-con .pbox .pcon {
  margin-top: 15px;
}
.content-wrap .product-wrap .product-con .pbox .pcon .plist {
  padding: 0 5px 10px;
}
.content-wrap .product-wrap .product-con .pbox .pcon .plist a {
  text-decoration: none;
  display: block;
  color: #5a5a5a;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px 5px 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .product-con .pbox .pcon .plist a:hover {
  border-color: #035cb6;
  color: #035cb6;
}
.content-wrap .product-wrap .product-con .pbox .pcon .plist a:hover .picbox .pic {
  transform: scale(1.1);
}
.content-wrap .product-wrap .product-con .pbox .pcon .plist a .picbox {
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .pbox .pcon .plist a .picbox .pic {
  transition: all 1.3s ease 0s;
  -moz-transition: all 1.3s ease 0s;
  -webkit-transition: all 1.3s ease 0s;
  -o-transition: all 1.3s ease 0s;
}
.content-wrap .product-wrap .product-con .pbox .pcon .plist a .btit {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.content-wrap .ad-wrap {
  background: #035cb6;
}
.content-wrap .ad-wrap .cpic a img {
  max-width: 100%;
}
.content-wrap .ad-wrap .ewmpic {
  text-align: right;
  padding-top: 12px;
}
.content-wrap .ad-wrap .ewmpic img {
  max-width: 100%;
}
.content-wrap .flow-wrap {
  padding: 35px 0;
}
.content-wrap .flow-wrap .flow-con {
  position: relative;
}
.content-wrap .flow-wrap .flow-con .flist {
  padding: 0 10px 20px;
}
.content-wrap .flow-wrap .flow-con .flist .fbox {
  border: 1px solid #ccc;
}
.content-wrap .flow-wrap .flow-con .flist .fbox .iconbox {
  position: relative;
  padding: 10px;
  text-align: center;
}
.content-wrap .flow-wrap .flow-con .flist .fbox .iconbox .num {
  text-align: left;
}
.content-wrap .flow-wrap .flow-con .flist .fbox .iconbox .icon {
  margin-top: -15px;
}
.content-wrap .flow-wrap .flow-con .flist .fbox .iconbox .icon img {
  max-width: 100%;
}
.content-wrap .flow-wrap .flow-con .flist .fbox .iconbox .stit {
  font-size: 1.6rem;
  color: #111;
  margin-top: 10px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .flow-wrap .flow-con .flist .fbox .iconbox .arrow {
  margin-top: 10px;
  margin-bottom: 20px;
}
.content-wrap .flow-wrap .flow-con .flist .fbox .cn {
  border-top: 1px solid #ccc;
  padding: 10px;
}
.content-wrap .flow-wrap .flow-con .flist .fbox .cn p {
  margin-bottom: 0;
  line-height: 25px;
  font-size: 1.4rem;
  color: #4e4e4e;
  height: 50px;
  overflow: hidden;
}
.content-wrap .flow-wrap .flow-con .fcon {
  margin-top: 20px;
}
.content-wrap .flow-wrap .flow-con .fcon .tit {
  font-size: 2.4rem;
  color: #0a0a0a;
  font-weight: bold;
  line-height: 40px;
}
.content-wrap .flow-wrap .flow-con .fcon .tit span {
  display: block;
}
.content-wrap .flow-wrap .flow-con .fcon .line {
  width: 40px;
  height: 5px;
  background: #747474;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-wrap .flow-wrap .flow-con .fcon .phonetxt {
  font-size: 3rem;
  color: #035cb6;
  font-weight: bold;
  font-family: "Arial";
}
.content-wrap .flow-wrap .flow-con .fcon .phonetxt span {
  display: block;
  font-size: 1.4rem;
  color: #4a4a4a;
  margin-top: 5px;
  font-weight: normal;
  font-family: "微软雅黑";
}
.content-wrap .flow-wrap .flow-con .fcon .zxbtn {
  margin-top: 20px;
}
.content-wrap .flow-wrap .flow-con .fcon .zxbtn a {
  text-decoration: none;
  display: block;
  border-radius: 25px;
  border: 1px solid #ff7800;
  width: 140px;
  height: 40px;
  color: #ff7800;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .flow-wrap .flow-con .fcon .zxbtn a:hover {
  background: #ff7800;
  color: #fff;
}
.content-wrap .flow-wrap .flow-con .fline1 {
  width: 950px;
  height: 1px;
  background: #035cb6;
  position: absolute;
  top: 165px;
  left: 125px;
}
.content-wrap .flow-wrap .flow-con .fline2 {
  width: 470px;
  height: 1px;
  background: #035cb6;
  position: absolute;
  bottom: 172px;
  right: 125px;
}
.content-wrap .capacity-wrap {
  background: url(../images/capacitybg.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0;
  overflow: hidden;
}
.content-wrap .capacity-wrap .title-line .chtit {
  position: relative;
  top: 5px;
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  float: left;
}
.content-wrap .capacity-wrap .title-line .entit {
  position: relative;
  top: 5px;
  margin-left: 10px;
  margin-top: 7px;
  float: left;
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Aparajita";
  text-transform: uppercase;
  color: #00ccff;
  border-bottom: 5px solid #00ccff;
}
.content-wrap .capacity-wrap .title-line .line {
  background: url(../images/index-titline1.png) no-repeat right bottom;
  width: 100%;
  height: 1px;
}
.content-wrap .capacity-wrap .capacity-con {
  margin-top: 30px;
}
.content-wrap .capacity-wrap .capacity-con .capacity-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .capacity-wrap .capacity-con .capacity-carousel .item {
  display: block;
  margin: 0 10px;
  text-decoration: none;
  border-bottom: 3px solid #c8c8c8;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .capacity-wrap .capacity-con .capacity-carousel .item:hover {
  border-bottom-color: #035cb6;
}
.content-wrap .capacity-wrap .capacity-con .capacity-carousel .item:hover .picbox .showcn {
  top: 0;
}
.content-wrap .capacity-wrap .capacity-con .capacity-carousel .item .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .capacity-wrap .capacity-con .capacity-carousel .item .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/capacity-fdj.png) no-repeat center center;
  padding: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .capacity-wrap .capacity-con .capacity-carousel .item .picbox .showcn .sbox {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}
.content-wrap .capacity-wrap .capacity-con .capacity-carousel .item .btit {
  background: #fff;
  color: #414141;
  font-size: 1.4rem;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
}
.content-wrap .capacity-wrap .capacity-con .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 38%;
  left: -90px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #155ea8;
  line-height: 40px;
  padding: 0;
  font-size: 3rem;
  font-family: "黑体";
  font-weight: bold;
  text-align: center;
}
.content-wrap .capacity-wrap .capacity-con .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 38%;
  right: -90px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #155ea8;
  line-height: 40px;
  padding: 0;
  font-size: 3rem;
  font-family: "黑体";
  font-weight: bold;
  text-align: center;
}
.content-wrap .about-wrap {
  padding: 35px 0;
}
.content-wrap .about-wrap .about-con a {
  text-decoration: none;
  display: block;
}
.content-wrap .about-wrap .about-con a .con {
  position: relative;
}
.content-wrap .about-wrap .about-con a .con .tit {
  font-size: 2rem;
  font-weight: bold;
  color: #2d2d2d;
}
.content-wrap .about-wrap .about-con a .con .tit span {
  color: #035cb6;
}
.content-wrap .about-wrap .about-con a .con .cn {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #575757;
  line-height: 25px;
}
.content-wrap .about-wrap .about-con a .con .cn span {
  color: #035cb6;
}
.content-wrap .about-wrap .about-con a .con .cbg {
  position: absolute;
  top: 0;
  left: 45px;
  width: 206px;
  height: 143px;
  background: url(../images/about-conbg.png) no-repeat;
}
.content-wrap .about-wrap .about-con a .picbox img {
  max-width: 100%;
}
.content-wrap .qualification-wrap {
  padding: 35px 0;
  overflow: hidden;
}
.content-wrap .qualification-wrap .title-line .chtit {
  position: relative;
  top: 5px;
  font-size: 2.4rem;
  color: #262626;
  display: inline-block;
  float: left;
}
.content-wrap .qualification-wrap .title-line .entit {
  position: relative;
  top: 5px;
  margin-left: 10px;
  margin-top: 7px;
  float: left;
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Aparajita";
  text-transform: uppercase;
  color: #035cb6;
  border-bottom: 5px solid #035cb6;
}
.content-wrap .qualification-wrap .title-line .line {
  background: url(../images/index-titline1.png) no-repeat right bottom;
  width: 100%;
  height: 1px;
}
.content-wrap .qualification-wrap .qualification-con {
  margin-top: 30px;
}
.content-wrap .qualification-wrap .qualification-con .qualification-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .qualification-wrap .qualification-con .qualification-carousel .item {
  display: block;
  margin: 0 10px;
  text-decoration: none;
}
.content-wrap .qualification-wrap .qualification-con .qualification-carousel .item:hover {
  border-bottom-color: #035cb6;
}
.content-wrap .qualification-wrap .qualification-con .qualification-carousel .item:hover .picbox .showcn {
  top: 0;
}
.content-wrap .qualification-wrap .qualification-con .qualification-carousel .item:hover .picbox .stit {
  bottom: -50px;
}
.content-wrap .qualification-wrap .qualification-con .qualification-carousel .item .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .qualification-wrap .qualification-con .qualification-carousel .item .picbox .showcn {
  position: absolute;
  top: -800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/capacity-fdj.png) no-repeat center center;
  padding: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .qualification-wrap .qualification-con .qualification-carousel .item .picbox .showcn .sbox {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}
.content-wrap .qualification-wrap .qualification-con .qualification-carousel .item .picbox .stit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background: rgba(82, 82, 82, 0.67) !important;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .qualification-wrap .qualification-con .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 38%;
  left: -90px;
  width: 40px;
  height: 40px;
  background: #c6c6c6;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  padding: 0;
  font-size: 3rem;
  font-family: "黑体";
  font-weight: bold;
  text-align: center;
  opacity: 1;
}
.content-wrap .qualification-wrap .qualification-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #155ea8;
}
.content-wrap .qualification-wrap .qualification-con .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 38%;
  right: -90px;
  width: 40px;
  height: 40px;
  background: #c6c6c6;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  padding: 0;
  font-size: 3rem;
  font-family: "黑体";
  font-weight: bold;
  text-align: center;
  opacity: 1;
}
.content-wrap .qualification-wrap .qualification-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #155ea8;
}
.content-wrap .gyl-wrap {
  background: #f1f1f1;
  padding: 55px 0;
  overflow: hidden;
}
.content-wrap .gyl-wrap .title-line {
  position: relative;
  text-align: center;
}
.content-wrap .gyl-wrap .title-line .btit {
  background: url(../images/index-titline2.png) no-repeat center center;
  color: #262626;
  font-size: 3.6rem;
  font-weight: bold;
}
.content-wrap .gyl-wrap .title-line .chtit {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: #3a3a3a;
}
.content-wrap .gyl-wrap .title-line .chtit span {
  position: relative;
}
.content-wrap .gyl-wrap .title-line .chtit span:first-child {
  left: -110px;
}
.content-wrap .gyl-wrap .title-line .chtit span:last-child {
  right: -118px;
}
.content-wrap .gyl-wrap .title-line .entit {
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #8b8b8b;
}
.content-wrap .gyl-wrap .title-line .entit span {
  position: relative;
}
.content-wrap .gyl-wrap .title-line .entit span:first-child {
  left: -116px;
}
.content-wrap .gyl-wrap .title-line .entit span:last-child {
  right: -116px;
}
.content-wrap .gyl-wrap .gyl-con {
  margin-top: 35px;
}
.content-wrap .gyl-wrap .gyl-con .gyl-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .gyl-wrap .gyl-con .gyl-carousel .item {
  display: block;
  margin: 0 5px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .gyl-wrap .gyl-con .gyl-carousel .item:hover {
  transform: rotateY(360deg);
  -webkit-filter: grayscale(1);
}
.content-wrap .gyl-wrap .gyl-con .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 95px;
  background: #c6c6c6;
  border-radius: 3px;
  color: #fff;
  line-height: 90px;
  padding: 0;
  font-size: 2rem;
  font-family: "黑体";
  font-weight: bold;
  text-align: center;
  opacity: 1;
}
.content-wrap .gyl-wrap .gyl-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #155ea8;
}
.content-wrap .gyl-wrap .gyl-con .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 0;
  right: -40px;
  width: 25px;
  height: 95px;
  background: #c6c6c6;
  border-radius: 3px;
  color: #fff;
  line-height: 90px;
  padding: 0;
  font-size: 2rem;
  font-family: "黑体";
  font-weight: bold;
  text-align: center;
  opacity: 1;
}
.content-wrap .gyl-wrap .gyl-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #155ea8;
}
.content-wrap .contentbox {
  margin-top: 20px;
}
.content-wrap .contentbox .tit-line {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .contentbox .tit-line h2 {
  font-family: "Aparajita";
  color: #383838;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.content-wrap .contentbox .tit-line h2 span {
  font-family: "微软雅黑";
  display: block;
  font-size: 2rem;
}
.content-wrap .contentbox .tit-line .line-wrap {
  width: 100%;
  height: 1px;
  background: #ccc;
}
.content-wrap .contentbox .tit-line .line-wrap .line {
  position: relative;
  top: -1px;
  height: 3px;
  background: #035cb6;
  width: 80px;
  margin: 0 auto;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #035cb6;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .contentbox .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
  background: #5b4d4d;
  color: #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
  color: #5b4d4d;
}
.content-wrap .contentbox .ltside {
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox {
  background: url(../images/product-ltsidebg.jpg) repeat;
  padding: 15px 2px 2px;
}
.content-wrap .contentbox .ltside .linkbox .lbox {
  background: #fff;
}
.content-wrap .contentbox .ltside .linkbox .lbox .titbox .sentit {
  font-size: 1.8rem;
  color: #035cb6;
  font-family: "Arial";
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 22px;
  margin-top: 22px;
  position: relative;
  top: 7px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .titbox .tbox {
  background: url(../images/product-ltsidebg.jpg) repeat;
  padding-left: 22px;
  padding-bottom: 20px;
  display: block;
  width: 160px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .titbox .tbox .entit {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Arial";
  font-weight: bold;
  position: relative;
  top: -4px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .titbox .tbox .chtit {
  color: #fff;
  font-size: 1.6rem;
}
.content-wrap .contentbox .ltside .linkbox .lbox .link-wrap {
  margin-top: 10px;
  margin-bottom: 15px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .link-wrap .list {
  background: #f39c04;
  width: 160px;
  line-height: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .link-wrap .list.on1 i.arrow {
  transform: rotate(90deg);
}
.content-wrap .contentbox .ltside .linkbox .lbox .link-wrap .list i.icon {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .link-wrap .list i.arrow {
  float: right;
  margin-right: 10px;
  font-style: normal;
}
.content-wrap .contentbox .ltside .linkbox .lbox .link-wrap .list2 {
  margin-top: 2px;
  display: none;
  width: 160px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .link-wrap .list2 ul li a {
  line-height: 35px;
  background: #eee;
  color: #333;
  display: block;
  height: 35px;
  padding: 0 10px;
  font-size: 1.4rem;
  margin-bottom: 1px;
  overflow: hidden;
  text-decoration: none;
}
.content-wrap .contentbox .ltside .linkbox .lbox .link-wrap .list2 ul li a:hover {
  color: #035cb6;
}
.content-wrap .contentbox .ltside .contactbox {
  margin-top: 5px;
}
.content-wrap .contentbox .ltside .contactbox .pic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 15px;
  background: #e2f0fe;
  height: 35px;
  line-height: 35px;
}
.content-wrap .contentbox .main-wrap .title-posit .tit {
  background: url(../images/warehousing-titbg1.png) no-repeat;
  width: 233px;
  height: 35px;
  color: #fff;
  padding-left: 30px;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con .con p {
  margin-bottom: 5px;
}
/*.content-wrap .contentbox .main-wrap .about-con .con img {
  width: 100%;
}*/
.content-wrap .contentbox .main-wrap .warehousing-con .wlist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .warehousing-con .wlist a {
  text-decoration: none;
  display: block;
  color: #5a5a5a;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px 5px 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .warehousing-con .wlist a:hover {
  border-color: #035cb6;
  color: #035cb6;
}
.content-wrap .contentbox .main-wrap .warehousing-con .wlist a:hover .picbox .pic {
  transform: scale(1.1);
}
.content-wrap .contentbox .main-wrap .warehousing-con .wlist a .picbox {
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .warehousing-con .wlist a .picbox .pic {
  transition: all 1.3s ease 0s;
  -moz-transition: all 1.3s ease 0s;
  -webkit-transition: all 1.3s ease 0s;
  -o-transition: all 1.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .warehousing-con .wlist a .btit {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
  color: #080909;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover {
  color: #035cb6;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
  width: 15%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con {
  width: 83%;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .cn {
  font-size: 1.2rem;
  color: #6f6f6f;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .partner-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
  font-weight: normal;
  font-size: 1.4rem;
  width: 22%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 130px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  color: #292929;
  border: none;
  background: #d1d1d1;
  font-size: 1.4rem;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
  background: #478425;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox {
  padding-left: 20px;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.2rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con p {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .warehousing-details-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .warehousing-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .warehousing-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .warehousing-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.footer-wrap .footer .f2box {
  background: url(../images/footerbg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.footer-wrap .footer .f2box .fbox1 {
  padding: 25px 0;
}
.footer-wrap .footer .f2box .fbox1 .flogobox {
  padding: 10px 0;
}
.footer-wrap .footer .f2box .fbox1 .flogobox .pic img {
  max-width: 100%;
}
.footer-wrap .footer .f2box .fbox1 .flogobox .phone {
  font-size: 2.4rem;
  margin: 10px 0;
  font-family: "Arial";
}
.footer-wrap .footer .f2box .fbox1 .flogobox .morebtn {
  background: #035cb6;
  border-radius: 5px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.footer-wrap .footer .f2box .fbox1 .flogobox .morebtn:hover {
  background: #024384;
}
.footer-wrap .footer .f2box .fbox1 .flogobox .morebtn a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
.footer-wrap .footer .f2box .fbox1 .cconbox {
  padding: 10px 0;
}
.footer-wrap .footer .f2box .fbox1 .cconbox .tit-line .tit {
  font-size: 1.6rem;
}
.footer-wrap .footer .f2box .fbox1 .cconbox .tit-line .line {
  margin-top: 5px;
  width: 20px;
  height: 2px;
  background: #035cb6;
}
.footer-wrap .footer .f2box .fbox1 .cconbox .ccon {
  margin-top: 10px;
  color: #c7c7c7;
}
.footer-wrap .footer .f2box .fbox1 .cconbox .ccon p {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 30px;
}
.footer-wrap .footer .f2box .fbox1 .friendshipbox {
  padding: 10px 0;
}
.footer-wrap .footer .f2box .fbox1 .friendshipbox .fscon .tit-line .tit {
  font-size: 1.6rem;
}
.footer-wrap .footer .f2box .fbox1 .friendshipbox .fscon .tit-line .line {
  margin-top: 5px;
  width: 20px;
  height: 2px;
  background: #035cb6;
}
.footer-wrap .footer .f2box .fbox1 .friendshipbox .fscon .con {
  margin-top: 10px;
}
.footer-wrap .footer .f2box .fbox1 .friendshipbox .fscon .con .list {
  margin-right: 10px;
  display: inline-block;
  line-height: 30px;
  font-size: 1.2rem;
}
.footer-wrap .footer .f2box .fbox1 .friendshipbox .fscon .con .list a {
  color: #c7c7c7;
}
.footer-wrap .footer .f2box .fbox1 .friendshipbox .ewmbox .pic img {
  max-width: 100%;
}
.footer-wrap .footer .f2box .fbox2 {
  border-top: 1px solid #545454;
  padding: 15px 0;
}
.footer-wrap .footer .f2box .fbox2 .copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #7a7a7a;
  text-transform: uppercase;
  line-height: 20px;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #035cb6;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #03366b;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .col-md-14 {
    width: 40%;
    float: left;
  }
  .header-wrap .header {
    height: 115px;
  }
  .header-wrap .header .logo {
    line-height: 115px;
  }
  .content-wrap .product-wrap .product-con {
    padding-left: 20px;
  }
  .content-wrap .flow-wrap {
    padding: 35px 0 0;
  }
  .content-wrap .flow-wrap .flow-con div:nth-child(5) .flist .fbox .iconbox .arrow {
    transform: rotate(90deg);
  }
  .content-wrap .flow-wrap .flow-con div:nth-child(6) .flist .fbox .iconbox .arrow {
    transform: rotate(180deg);
  }
  .content-wrap .flow-wrap .flow-con div:nth-child(7) .flist .fbox .iconbox .arrow {
    transform: rotate(180deg);
  }
  .content-wrap .flow-wrap .flow-con div:nth-child(8) .flist .fbox .iconbox .arrow {
    transform: rotate(180deg);
  }
  .content-wrap .flow-wrap .flow-con .flist {
    padding: 0 10px 60px;
  }
  .content-wrap .flow-wrap .flow-con .flist .fbox .cn {
    padding: 10px 20px;
  }
  .content-wrap .flow-wrap .flow-con .fcon {
    margin-top: 0;
  }
  .content-wrap .flow-wrap .flow-con .fcon .line {
    margin-top: 45px;
  }
  .content-wrap .about-wrap .about-con a .con {
    height: 143px;
    padding: 35px 0 0 80px;
  }
  .content-wrap .contentbox .main-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 13%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%;
  }
  .footer-wrap .footer .f2box .fbox1 {
    padding: 40px 0;
  }
  .footer-wrap .footer .f2box .fbox1 .flogobox {
    padding: 25px 0;
  }
  .footer-wrap .footer .f2box .fbox1 .cconbox {
    padding: 25px 0 25px 40px;
    border-left: 1px solid #545454;
    border-right: 1px solid #545454;
  }
  .footer-wrap .footer .f2box .fbox1 .friendshipbox {
    padding: 25px 0;
  }
  .footer-wrap .footer .f2box .fbox1 .friendshipbox .fscon {
    padding: 0 45px;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .content-wrap .flow-wrap .flow-con div:nth-child(6) {
    float: left !important;
  }
  .content-wrap .flow-wrap .flow-con div:nth-child(7) {
    float: left !important;
  }
  .content-wrap .flow-wrap .flow-con div:nth-child(8) {
    float: left!important;
  }
  .content-wrap .flow-wrap .flow-con div:nth-child(9) {
    float: left!important;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 60%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 50%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    width: 48%;
  }
}
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%;
  }
}
