.mbxnav .nav_bar_box {
  overflow: hidden;
}
.mbxnav .nav_bar_box .breadcrumb {
  display: inline-block;
  width: 62%;
  margin-bottom: 0px;
}
.mbxnav .nav_bar_box .breadcrumb a {
  color: #666;
}
.mbxnav .bar_qy_hy {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}
.mbxnav .bar_qy_hy span {
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  color: #999;
}
.mbxnav .bar_qy_hy .active a {
  color: #6d0fc5;
  font-size: 20px;
  font-weight: bold;
}
.fbxj{
  width: 100%;
  overflow: hidden;
}
.right_input {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.right_input .red{

}
.right_input h4 {
  text-align: center;
  color: #690599;
}
.right_input li {
  text-align: left;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

 .right_input li input {
  height: 38px;
}
.right_input li input,
.right_input li textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  background: #f5f5f5;
  height: 47px;
  padding: 0px 10px;
  font-size: 14px;
  color: #797979;
  letter-spacing: .51px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
}
 .right_input li .red {
  display: inline-block;
  width: 4%;
  color: red;
}
 .right_input .fbxj_sub {
  padding: 20px 0;
}
 .right_input .fbxj_sub span {
  display: inline-block;
  width: 170px;
  border: 0;
  background: #00449a;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
}

.tips{
  font-size: 12px;
  margin-left: 27px;
  margin-top: -5px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
    font-size: 12px;
}
/* 关于我们开始 */
.about_box{
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}
.our_about_left_content h2{
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 30px 0;
}
.our_about_left_content p {
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  text-indent: 2em;
}
.image_thumb {
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 17px #d2cfcf;
  background-color: #FFF;
  padding: 6px;
}
.image_thumb::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.image_thumb img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.image_thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image_thumb:hover::before {
  opacity: 1;
}
.right_tu{
  margin: 50px 0 10px;
}
.warehouse {
  background: url(/assets/image/cxmj1.png) center top no-repeat;
  background-size: cover;
}
.support{
  background: url(/assets/image/cxmj2.jpg) center top no-repeat;
  background-size: cover;
}
.easy-payment{
  background: url(/assets/image/cxmj3.png) center top no-repeat;
  background-size: cover;
}
.countries-covered{
  background: url(/assets/image/cxmj4.jpg) center top no-repeat;
  background-size: cover;
}
.whychooseus-panel {
  width: 100%;
  float: left;
  height: 230px;
  padding: 50px 30px;
  margin: 10px 0px;
  text-align: center;
  position: relative;
  box-shadow: 0px 1px 12px 4px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  transform-origin: bottom;
}
.whychooseus-panel .overlay {
  padding: 50px 30px;
  background: rgba(0, 68, 154, 0.89);
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.overlay h3{
  margin: 0;
}
.whychooseus-panel span {
    display: block;
    padding-bottom: 20px;
}
.whychooseus-panel h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
.whychooseus-panel:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.count{
  color: #333;
  font-size: 32px;
}
.about_zs_box{
  width: 100%;
  overflow: hidden;
  margin: 50px auto 10px;
}
.about_zs_box li a img{
  width: 100%;
  border: 1px solid #ccc;
}
/* 关于我们结束 */
/* 联系我们开始 */
.sec_middle_title h1{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 20px;
}
.c_details_item{
  background: transparent;
  border: 1px solid #e5e5e5;
  padding: 16px 30px;
  margin-bottom: 17px;
}
.cont_icon{
  height: 50px;
  width: 50px;
  border: 1px solid #00479b;
  background-color: #00479b;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 48px;
  font-size: 28px;
  float: left;
  margin-right: 20px;
  transition: all 0.5s linear;
}
.c_details_item:hover .cont_icon{
  background-color: #FFF;
  color: #00479b;
}
/* 联系我们结束 */
/* 代理品牌开始 */
.bran_box,
.dl_big_box,
.down_box,
.down_box2{
  width: 100%;
  overflow: hidden;
}
.zs_box{
  width: 100%;
  overflow: hidden;
  margin: 50px auto 10px;
}
.zs_box li a img{
  width: 100%;
  border: 1px solid #ccc;
}
.cpdown{
  width: 100%;
}
.down_box li{
  width: 18%;
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
  margin: 1%;
  padding: 10px;
}
.down_box2 li{
  width: 23%;
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
  margin: 1%;
  padding: 0px;
}
.down_box2 li a h3{
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
}
.dl_nb h3{
  font-size: 26px;
  font-weight: bold;
  border-bottom: dashed 1px #ccc;
}
.dl_nb h3 img{
  height: 50px;
  position: relative;
  top: -4px;
  left: 10px;
}
.dl_nb p{
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.down_box li a p,
.down_box2 li a p{
  margin: 10px 0 0;
  border-top: 1px dashed #e0e0e0;
  padding: 10px;
  border-bottom: 1px dashed #e0e0e0;
}
.down_box2 li div a{
  padding: 10px;
  display: block;
}
.down_box li a p img,
.down_box2 li a p img{
  margin-right: 10px;
}
.dwon_tit{
  background: #00479b;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
.down_iocn{
  font-size: 22px;
  position: relative;
  top: 0;
  left: 4px;
  color: #ff0000;
  float: right;
}
.dl_left_box li{
  line-height: 36px;
  padding-left: 20px;
  border-bottom: 1px dashed #e0e0e0;
  transition: all 0.5s linear;
}
.dl_left_box li:hover{
  background-color: #00449a;
}
.dl_left_box li:hover a{
  color: #fff;
} 
.dl_left_box li:first-child{
  background-color: #00449a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}
.dl_left_box li a{
  font-size: 14px;
  display: block;
}
.cpjs h3{
  background-color: #00449a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 42px;
  padding-left: 20px;
}
.cpjs p{
  line-height: 26px;
  margin: 0;
  text-indent: 2em;
}
@media(max-width: 992px){
  .down_box li{
    width: 31%;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    margin: 1%;
  }
  .bran_box{
    padding: 0 10px;
  }
  .zs_box{
    width: 100%;
    overflow: hidden;
    margin:10px auto;
  }
  .zs_box li,
  .about_zs_box li{
    padding: 5px;
  }
}
@media(max-width: 768px){
  .about_box {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .our_about_left_content h2 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0;
  }
  .bran_box{
    padding: 0 10px;
  }
  .about_zs_box,
  .zs_box{
    width: 100%;
    overflow: hidden;
    margin: 20px auto 10px;
  }
  .dl_nb h3 {
    font-size: 26px;
    font-weight: bold;
    border-bottom: dashed 1px #ccc;
    margin: 0px 0 10px;
  }
  .dl_left_box,
  .dl_right_box{
    padding: 0;
  }
  .down_box2 li {
    width: 48%;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    margin: 1%;
    padding: 0px;
  }
}
/* 代理品牌结束 */







