@charset "utf-8";
html{
  overflow-y: scroll;
}
body{
  font-family: "lucida Grande",Verdana,"Microsoft YaHei";
}
a{
  color: inherit;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
a:hover{
  color: inherit;
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}
ul{
  list-style: none;
  margin:0;
  padding:0;
}
b,dt{
  font-weight: normal;
}
p{
  margin:0;
}
h3,h4{
  margin: 0;
  font-weight: normal;
}
@supports(display:flex) {
  body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  #content-wrap{
    flex: 1;
  }
}

.container-fluid{
  max-width: 1030px;
}


/*顶部  logo&热线*/
.top-head{
  line-height: 50px;
  font-size: 0;
}
.top-logo{
  display: inline-block;
}
.m-logo,
.b-logo{
  display: none;
}
@media (min-width: 420px) {
  .top-head{
    line-height: 60px;
  }
  .m-logo{
    display: inline-block;
  }
  .s-logo{
    display: none;
  }
}
@media (min-width: 768px) {
  .top-head{
    line-height: 1.42857143;
  }
  .top-logo{
    padding: 10px 0;
  }
  .m-logo{
    display: none;
  }
  .b-logo{
    display: inline-block;
  }
}

/*小屏  折叠按钮*/
#btn-collapse {
  float: right;
  top: 0;
  cursor: pointer;
  color: #222;
  font-size:20px;
  line-height: inherit;
}
@media only screen and (min-width: 420px) {
	#btn-collapse{
	  font-size: 22px;
	}
}

.top-line{
  float: right;
  padding-top: 13.5px;
}
.top-line img{
  position: relative;
  top: 2px;
  right: 2px;
  vertical-align: baseline;
}
.top-line .line-number{
  display: inline-block;
}
.top-line .line-number span{
  color: #262626;
  font-size: 16px;
}
.top-line .line-number p{
  color: #2776cf;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

/*导航*/
.top-nav-wrap{
  color: #fff;
  background: rgba(34,34,34,0.9);
}
@media only screen and (max-width: 767px) {
	.top-nav-wrap{
	  display: none;
	  
	  position: absolute;
	  top: 50px;
	  right: 0;
	  z-index: 2;
	  width: 160px;
	  max-width: 100%;
	}
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
	.top-nav-wrap{
	  top: 60px;
	}
}

@media only screen and (min-width: 768px) {
  .top-nav-wrap{
    background: #222;
  }
	.top-nav li{
    float: left;
    width: 14.285%;  /* calc(100% / 7) */
  }
}
.top-nav{
  margin-left: -15px;
  margin-right: -15px;
}
.top-nav li a{
  display: block;
  text-align: center;
  line-height: 35px;
}
@media only screen and (min-width: 768px) {
  .top-nav{
    margin-left: 0;
    margin-right: 0;
  }
  .top-nav li a{
    line-height: 45px;
  }
}
.top-nav li a:hover,
.top-nav li a.act{
  background: #2776cf;
}



/*轮播图*/
.swiper-img .swiper-slide img{
  margin: 0 auto;
}
.slide-img-big{
  display: none;
}
.slide-img-small{
  display: block;
}
@media (min-width: 640px) {
  .slide-img-big{
    display: block;
  }
  .slide-img-small{
    display: none;
  }
}

/*主体部分*/
.main{
  padding-bottom: 20px;
}

/*主要标题*/
.main-title {
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .main-title{
    margin-top: 30px;
  }
}
.main-title a{
  display: inline-block;
  color: #323232;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #b3b3b3;
}
.main-title a h3{
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.15em;
}
@media (min-width: 768px) {
  .main-title a h3{
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .main-title a h3{
    font-size: 28px;
  }
}
.main-title a h3 span{
  font-size: 0.8em;
  font-family: arial;
  font-weight: normal;
  padding-left: 0.5em;
}
.main-title a:hover{
  text-shadow: 0 1px 1px rgba(40,40,40,0.4);
}
.title-text{
  color: #757575;
  font-size: 13px;
  margin-top:0.4em;
}


/*首页 我们的服务*/
.main-service{
  position: relative;
}
@media only screen and (min-width: 992px) {
	.main-service{
	  margin: 0 50px;
	}
}
.btn-swiper-service{
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  color: #a6a6a6;
  border: 1px solid;
  background: #fff;
  text-align: center;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.btn-service-next{
  right: -50px;
}
.btn-service-prev{
  left: -50px;
}
.btn-swiper-service:hover{
  color: #fff;
  background: #0964ca;
}

.swiper-service .swiper-slide:nth-child(3n-2){
  color: #383838;
}
.swiper-service .swiper-slide:nth-child(3n-1){
  color: #af0d0d;
}
.swiper-service .swiper-slide:nth-child(3n){
  color: #e06f00;
}
.servicelink{
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 0.4em;
  border: 1px solid;
}
.servicelink .imgbox{
  max-width: 80%;
  margin: 0 auto;
  height: 90px;
}
.servicelink img{
  max-width: 100%;
  max-height: 100%;
}
.servicelink .service-title{
  font-size: 1em;
  margin-bottom: 0.4em;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-text{
  font-size: 0.8em;
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
	.servicelink{
	  font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
  .servicelink{
    font-size: 20px;
  }
  .service-text{
    font-size: 0.75em;
  }
}
.servicelink:hover{
  border-color: #2776cf;
}
/*查看更多*/
.btn-more-wrap{
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 640px) {
  .btn-more-wrap{
    margin-top: 30px;
  }
}
.btn-more{
  display: inline-block;
  color: #fff;
  background: #2776cf;
  padding: 0.4em 0.8em;
}
.btn-more:hover{
  color: #fff;
  background: #005fb5;
}


/*首页  关于我们*/
.main-about .about-img img{
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  border-radius: 6px;
}
.main-about .about-text{
  color: #505050;
  line-height: 1.8;
  text-indent: 2em;
}
@media only screen and (min-width: 640px) {
  .main-about .about-img{
    float: right;
    max-width: 45%;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
	.main-about .about-img{
	  max-width: 35%;
	}
}


/*首页 CE认证*/
.ceitem{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.celink{
  position: relative;
  display: block;
}
.celink .textbox .title{
  color: #191919;
  font-size: 16px;
  margin: 5px 0 10px;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.celink .textbox .text{
  color: #888;
  line-height: 1.5;
  
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.celink .textbox .span-more{
  float: right;
  margin-top: 10px;
  color: #4c8bd2;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
@media only screen and (max-width: 449px) {
  .ceitem{
    padding-bottom: 10px;
  }
  .celink{
    padding: 10px;
  }
  .celink .imgbox{
    height: 0;
    padding-top: 50%;
  }
  .celink .textbox .text{
    max-height: 7.5em;
    -webkit-line-clamp: 5;
  }
}
@media only screen and (min-width: 450px) {
  .celink{
    height: 150px;
    position: relative;
  }
	.celink .imgbox{
    float: left;
    width: 220px;
    height: 100%;
  }
  .celink .textbox{
    float: left;
    width: calc(100% - 220px);
    height: 100%;
    padding: 0 10px;
  }
  .celink .textbox .text{
    height: 6em;
    -webkit-line-clamp: 4;
  }
  .celink .textbox .span-more{
    position: absolute;
    right: 10px;
    bottom: 2px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 640px){
  .celink .imgbox{
    width: 160px;
  }
  .celink .textbox{
    width: calc(100% - 160px);
  }
}
.celink:hover {
  background: #f1f1f1;
}
@media only screen and (min-width: 768px) {
	.celink:hover{  
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
	}
}
.celink:hover .textbox .text{
  color: #333;
}
.celink:hover .textbox .span-more{
  color: #0d63a5;
}


/*首页 联系我们*/
.contact-title{
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
/*联系表单*/
.contact-form input,
.contact-form textarea{
  display: block;
  width: 100%;
  color: #4f4f4f;
  background: #fff;
  margin: 10px 0;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.contact-form input{
  height: 34px;
}
.contact-form textarea{
  max-width: 100%;
  height: auto;
  resize:vertical;
}
.contact-form input[type="date"]{
  width: 160px;
  max-width: 100%;
}
.contact-form input[type="submit"]{
  color: #fff;
  background: #32678f;
  border: none;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.contact-form input[type="submit"]:hover{
  background: #0f4e75;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.qqlink{
  margin: 0 -15px 10px;
}
.qqlink a{
  float: left;
  padding: 0 15px;
}
.qqlink a img{
  max-width: 100%;
}
.qqlink a:hover{
  opacity: 0.8;
}

.contact-list{
  line-height: 1.6;
  color: #505050;
}
.contact-map{
  margin: 10px 0;
}
.contact-map img{
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

/*非主页页面*/
.main-page{
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .main-page{
    margin-top: 0;
  }
}

/*页面侧栏*/
/*侧栏标题*/
.aside-title{
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #222;
  text-transform: uppercase;
}
.aside-list{
  color: #505050;
  background: #f2f2f2;
  padding: 10px 0 20px;
}
.aside-list a{
  position: relative;
  display: block;
  padding:6px 15px;
  text-transform: uppercase;
}
.aside-list a:hover,
.aside-list a.act{
  color: #fff;
  background: #2776cf;
}
/*页面主题*/
.section{
  padding: 20px 0;
}
/*主题标题*/
.section-title{
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #222;
  border-bottom: 1px solid #f2f2f2;
  text-transform: uppercase;
}
.section-title h3{
  font-size: 18px;
  line-height: 39px;
}
.section-pos {
  position: absolute;
  top: 0;
  right: 0;
}
.section-pos a[href]:hover,
.section-pos a.act{
  color: #0197d2;
}


/*关于我们页*/
.section-about{
  color: #505050;
}
.section-about img{
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
  border-radius: 6px;
}
.section-about .text{
  text-indent: 2em;
  line-height: 1.75;
  margin-bottom: 0.2em;
}


/*CE认证页*/
.section-ce{
  color: #505050;
}
.section-ce .x-title{
  font-size: 18px;
  text-align: center;
  margin-bottom: 0.5em;
}
.section-ce .x-sectitle{
  font-size: 12px;
  font-family: simsun;
  color: #8e8e8e;
  text-align: center;
  padding: 0.6em 0;
  background: #f0f0f0;
  margin-bottom: 1.5em;
}
.section-ce .x-sectitle span{
  padding-right: 20px;
}

.ce-content{
  line-height: 1.75;
}
.ce-content .text{
  text-indent: 2em;
  margin: 20px 0;
}
.ce-content p{
  margin: 20px 0;
}
.ce-content .imgbox{
  margin: 10px 0;
  text-align: center;
}
.ce-content img{
  padding: 0 10px;
  margin: 10px 0;
  max-width: 100%;
}
.ce-content dl,
.ce-content dd{
  line-height: 1.75;
}
.ce-content dd+dt{
  margin-top: 20px;
}


/*海关联盟认证*/
@media only screen and (min-width: 768px) and (max-width: 900px){
  .section-customs .celink .imgbox{
    width: 160px;
  }
  .section-customs .celink .textbox{
    width: calc(100% - 160px);
  }
}


/*联系我们页*/



/*小屏产品分类下拉按钮*/
#s-btn,
#s-btn-drop {
  color:#fff;
  background: #232323;
  line-height: 35px;
  margin:10px 10px 0;
  padding: 0 15px;
  border-radius: 4px;
  text-transform: uppercase;
}

#s-btn-drop{
  cursor: pointer;
}
#s-btn-drop b{
  margin-top: 8px;
  float: right;
  
  -webkit-transition: 0.4s;  
     -moz-transition: 0.4s;  
          transition: 0.4s;
}
#s-btn-drop b.rotate180{
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*小屏下拉列表*/
.drop-list{
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
  
  padding:0 12px;
  text-align: center;
  background: #fff;
}
.drop-list a{
  display: block;
  padding:4px 10px;
  margin: 3px 0;
  color: #fff;
  background: #2ea6d5;
}
.drop-list>li>a:hover,
.drop-list>li>a.act{
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  background: #206ba3;
}


/* 大屏底部  */
.foot{
  color: #fff;
  background: #232323;
  padding: 15px 0px;
}
@media only screen and (min-width: 768px) {
  .foot{
    padding: 20px 0px;
  }
}
.foot a:hover{
  text-decoration: underline;
}
.foot-content{
  text-align: center;
}
.foot-nav{
  display: inline-block;
  margin-bottom: 10px;
}
.foot-nav a{
  float: left;
  padding: 0 5px;
  line-height: 1;
  border-right: 1px solid #fff;
}
.foot-nav a:first-child{
  border-left: 1px solid #fff;
}



/*小屏底部*/
.foot-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color:#fefefe;
  background:#232323;
  border-top: 1px solid #333;
  
  font-size: 13px;
  font-family: simsun;
}
.foot-fixed .col-xs-3{
  padding: 0;
}
.foot-fixed a{
  display: block;
  color: #fff;
  padding:2px 0;
  text-align: center;
}
.foot-fixed a:hover{
  background:#111;
}
.foot-fixed .foot-icon{
  display: block;
  margin: 0 auto 5px;
  width: 26px;
  height: 26px;
  overflow: hidden;
}
i.foot-phone{
  background: url(../img/link-icon.png) 0 0 no-repeat;
}
i.foot-qqlink{
  background: url(../img/link-icon.png) -26px 0 no-repeat;
}
i.foot-email{
  background: url(../img/link-icon.png) -52px 0 no-repeat;
}
i.foot-share{
  background: url(../img/link-icon.png) -78px 0 no-repeat;
}
@media screen and (max-width: 767px) {
  /*小屏底部fixed导航距离*/
  body{
    padding-bottom: 54px;
  }
}
