@charset "utf-8";
/* CSS Document */
html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
    font-size:14px;
}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
fieldset,img{border:0}
ol,ul{list-style:none}
.w-100{width:100%; height:auto; overflow:hidden;}
.w-1260{width:1260px; margin:0 auto; }
.w-1260-1{width:1260px; margin:0 auto;}
#w-80{width: 80%; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:55px;}
.mt-60{ margin-top:55px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:60px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }

.margin0{margin:0 0px;}
.margin3{margin:0 3px;}
.margin5{margin:0 5px;}
.margin8{margin:0 8px;}
.margin-20{margin:0 -20px;}
.padding0{padding:0px;}
.padding3{padding:0 3px;}
.padding8{padding:0 8px;}
.padding-8{padding-right: 3px;padding-left:3px;}
.padding-15{padding:0 -15px !important;}
.padding3-sm{padding:0 3px;}
.padding-r-0{padding-right:0px;}
.padding-5-xs{}
.padding15{
  padding:15px;
}
.padding15-8{
  padding:15;
}
.padding0-sm8{
  padding:0px;
}
#w-1260{margin:0 auto;width: 1260px;overflow: hidden;}
#w-1260-1{margin:0 auto;width: 1260px;}
.p-img{width: 100%;}

/*====================top====================*/

/*====================top====================*/
.top-bg{
  width: 100%;
  height: 98px;
  position: fixed;
  top:0px;
  left:0px;
  z-index: 111111;
/*  background: rgb(255,255,255,1);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);*/
  background: #fff;
  transition: all 0.3s;
  border-bottom:1px solid #dadada;
}
.top-bg-hover{
  background-color:#fff;
  -webkit-box-shadow: 0px 5px 8px rgba(102,102,102,0.35);
  box-shadow: 0px 5px 8px rgba(102,102,102,0.35);
  transition: all 0.3s;
}
.ch-logo{
  position: relative;
}


/*menu*/
.h-menu-bg{
  margin-right: 10px;
  width: 610px;
  height: 99px;
}
.h-menu{
  margin-top: 41px;
  width: 100%;
  text-align: center;
}
.h-menu li{
  padding: 25px 0px 0px;
  position: relative;
  /* z-index: 1111111; */
  display: inline-block;
  width: 11.5%;
  height: 69px;
  transition: all 0.3s ease-out;
}
.h-menu li a{
  display: block;
  padding: 5px 0px;
  width: 95%;
  text-align: center;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease-out;
}
.h-menu li:hover a{
  color: #c83023;
}
.h-menu li:before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: #c83023;
  transition: all 0.3s ease-out;
}
.h-menu li:hover:before {
  width: 30%;
  left: 31%;
}
.h-menu li:after{
  content: "";
  position: absolute;
  top: 40px;
  right: 1px;
  width: 1px;
  height: 18px;
  background-color: #e5e5e5;
}


.h-menu-hover:before{
  content: "";
  position: absolute;
  bottom: 0px;
  width: 30%;
  left: 31%;
  height: 3px;
  background-color: #e2db19;
  transition: all 0.3s ease-out;
}



/*资质荣誉*/
.rongyu-w{
  width: 100%;
  height: auto;
  background: url(../images/rongyu-bg.jpg) top center no-repeat;
  overflow: hidden;
}
#focus_Box {
  position: relative;
  width:1200px;
  margin:0px auto 0 auto;
  padding-top:30px; }
  #focus_Box ul {
    margin:0 auto;
    position: relative;
    height:740px; 
  }
  #focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    overflow: hidden;
    border-radius: 20px;
    border: 5px solid #fff; }
    #focus_Box li img {
      width: 100%;
      vertical-align: top;
      transition: .5s;
      border-radius: 20px; }
    #focus_Box li:hover img {
      transform: scale(1.05, 1.05); }
    
  #focus_Box li ol{position:absolute; width:100%; height:40px;background-color:rgba(36,102,184,.7); text-align:center; font-family:"微软雅黑"; font-size:18px; font-weight:bold; color:#fff; bottom:20px; line-height:40px; z-index:300000;}
  #focus_Box .prev {
    background: url(../img/btnl.png) no-repeat;
    left: -110px;
    top:280px; }
    #focus_Box .prev:hover {
      left: -120px;
      opacity: 1; }
    
  #focus_Box .next {
    background: url(../img/btnr.png) no-repeat;
    right: -130px;
    top:280px; }
    #focus_Box .next:hover {
      right: -140px;
      opacity: 1; }
  #focus_Box a.imgs-scroll-btn {
    display: block;
    position: absolute;
    z-index: 110;
    top: 7px;
    right: 15px;
    width: 51px;
    height: 23px;
    overflow: hidden;
    background: url(../img/share-btn.png) no-repeat;
    text-indent: -999px; }

#focus_Box .prev, #focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 51px;
  height: 101px;
  top:250px;
  transition: 0.5s;
  opacity: 0.6; }
/*====================end middle====================*/




/*====================menu====================*/
.menu-bg{
  width: 100%;
  height: auto;
}
.pc-menu li{
  position: relative;
  z-index: 200;
  float: left;
  width: 11%;
  padding:0px 0.1% 0px  0.1%;
  color: #222222;
  list-style: none;
  transition: all 0.3s ease-out;
}
.pc-menu-bg1{
/*  background: url(../Img/menu-bg1.png) top right no-repeat;*/
}
.pc-menu-bg1:hover{
  background: none;
}
.pc-menu li:hover{
 /* background-color: #fd5f20;*/
}
.pc-menu li a{
  position: absolute;
  z-index: 1000;
  display: block;
  height: 150px;
  line-height: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}
.pc-menu li:hover a{
  color:#fff;
}
.pc-menu li .active{
  background-color: #ff3131;
  color: #fff !important;
}
.pc-menu li:after {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 10;
  background: url(../images/menu-bg.png) repeat-x #ff3131;
  background-position: 50px 50px;
  content: "";
  height: 150px;
  transition: all 0.4s ease 0s;
  width: 0%;
}
.pc-menu li:hover:after {
  width: 100%;
  left: 0px;
  background-position: 0px 0px;
}
.pc-menu li ul{
  position: absolute;
  top:150px;
  left:0px;
  z-index: 111111111;
  z-index: 1000;
  margin:0px;
  margin-left:0px;
  padding:15px 15px 30px 15px;
 /* width:230px;*/
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.pc-menu li ul a{
  display: block;
  margin:0 auto;
  padding:0px;
  height: 30px;
  font-size: 15px;
  color: #333 !important;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  border-bottom: 1px solid #d7d7d7;
}
.pc-menu li ul a:hover{
  color: #fb8404 !important;
}
.pc-menu li ul a:hover:after{
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 0%;
}
/*menu pro*/
.menu-pro{
  position: absolute;
  top:300px;
  left:0px;
  z-index: 111111111;
  z-index: 1000;
  margin:0px;
  margin-left:0px;
  padding:15px 15px 20px 15px;
  width:260px !important;
  display: none;
  background:rgba(30,30,30,0.8);
  border-radius: 0px 0px 10px 10px;
}
.menu-pro dt a{
  border-bottom: none !important;
  margin-bottom: 15px !important;
}
.menu-pro dt:hover a{
  background-color: none !important;
}
.menu-pro dt a h2{
  display: block;
  padding:10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #333 !important;
  border-radius: 15px;
  transition: all 0.3s ease-out;
}
.menu-pro dt:hover a h2{
  color: #fff;
  background-color: #444 !important;
}
.menu-pro dd{
  margin:0 auto;
  padding:10px 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 90%;
  border:1px dashed #efefef;
  text-align: center;
}
.menu-pro dd a{
  display: inline-block !important;
  width: 44% !important;
  padding:5px 5px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
/*导航*/
.header-nav .nav-list>li{float:left;padding:38px 0;position:relative;}
.header-nav .nav-list>li>a{padding:0 25px;font-size:15px;position:relative; color: #333;}
.header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#d7000f;}
.header-nav .nav-list>li>a:after{content:'';position:absolute;width:1px;height:10px;background-color:#ddd;top:50%;margin-top:-5px;margin-left:25px;}
.header-nav .nav-list>li:last-child>a:after{display:none;}
.header-nav .header-contact{margin-top:32px; no-repeat left center;padding-left:42px;}
.header-nav .header-contact>p{color:#444;font-size:14px;margin-bottom:0;line-height:18px;}
.header-nav .header-contact>.fr p:first-child{font-size:12px;color:#bbb;line-height: 12px;}
.top-icon{width:12px;height:12px;position:absolute;margin-left:-18px;vertical-align:middle;margin-top:6px;}
.icon-follow{background:url("img/top_icons2.png") no-repeat left center;}
.icon-global{background:url("img/top_icons3.png") no-repeat left center;}
.dropdown-menu{border-radius:0;margin-top:0;border-top-color:#ddd;min-width:auto;display:block;display: none\9;display: block\9\0;-webkit-transform:scale(1.2,0);transform:scale(1.2,0);opacity:0;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .2s ease-out;-webkit-transition:-webkit-all .2s ease-out;transition:-webkit-all .2s ease-out;transition:all .2s ease-out;transition:all .2s ease-out,-webkit-all .2s ease-out;-webkit-box-shadow:0px 5px 8px rgba(102,102,102,0.35);box-shadow:0px 5px 8px rgba(102,102,102,0.35);padding:17px 26px;}
.dropdown-menu > li:not(:last-child){border-bottom:1px solid #d7d7d7;}
.dropdown-menu > li>a{padding:5px 0;font-size:14px;line-height:28px;}
.dropdown-menu > li>a:hover{color:#d7000f;background-color:transparent;}
.dropdown-active{display: block\9;-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}

.chanpin_list_wrap{ -webkit-transition: all .2s ease-out;-webkit-transition: -webkit-all .2s ease-out;transition: -webkit-all .2s ease-out;transition: all .2s ease-out;transition: all .2s ease-out,-webkit-all .2s ease-out;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;position: absolute;z-index: 99;left: 0;right: 0; top:97px; background-color: #fff;padding-top:30px;padding-bottom:22px;}
.chanpin_list_wrap .chanpin_list{/* margin:0 15px; */text-align:center;}
.chanpin_list_wrap .chanpin_list h3{border-bottom:1px solid #ddd;padding-bottom:15px;color: #333;margin-top: 20px;margin-bottom: 10px;font-size:16px;font-weight:bold;}
.chanpin_list_wrap ul{padding-left:0;}
.chanpin_list_wrap ul li{line-height:24px;}
.chanpin_list_wrap ul li .pro_list_item a{color:#999;font-size:14px;margin:0 10px 14px;line-height:14px;display:inline-block;}
.chanpin_list_wrap ul li .pro_list_item a.active{color:#FF9900}
.chanpin_list_wrap li span{color:#3671CF;width:80px;border-right:1px solid #e4e4e4;line-height:14px;margin-right:15px;float:left;}
.chanpin_list_wrap li a{color:#777;}
.chanpin_list_wrap li a:hover{color:#f90;}
.chanpin_list_wrap li span>a{color:inherit;}
.chanpin_list_wrap li span>a:hover{color:inherit;}
.chanpin_list_wrap .pro_list_item{overflow:hidden;}
.hide{display:none; transition: all 0.3s;}


.banner{width:100%;}
.fn-clear{zoom:1;}
.box_skitter{position:relative;background:none;}
.box_skitter ul{display:none;}
.box_skitter .container_skitter{overflow:hidden;position:relative;}
.box_skitter .image{overflow:hidden;}
.box_skitter .image img{display:none;}
.box_skitter .box_clone{position:absolute;top:0;left:0;width:100px;overflow:hidden;display:none;z-index:20;}
.box_skitter .box_clone img{position:absolute;top:0;left:0;z-index:20;}
.box_skitter .prev_button{position:absolute;top:50%;left:30px;z-index:100000;width:57px;height:62px;overflow:hidden;text-indent:-9999em;background:url(../images/prev.png) no-repeat left top!important;}
.box_skitter .next_button{position:absolute;top:50%;right:30px;z-index:100000;width:57px;height:62px;overflow:hidden;text-indent:-9999em;background:url(../images/next.png) no-repeat left top!important;}
.box_skitter .label_skitter{z-index:150;position:absolute;display:none;}
.loading{position:absolute;top:50%;right:50%;z-index:10000;margin:-16px -16px;color:#fff;text-indent:-9999em;overflow:hidden;background:url(images/ajax-loader.gif) no-repeat left top;width:31px;height:31px;}
#slideshow{width:100%;height:869px;}
#slideshow ul{display:none;}

/*搜索*/
.zsou{
  width: 100%;
  height: 155px;
  margin:0 auto;
}
.zsl{
  float: left;
/*  width: 350px;*/
  margin-top: 25px;
}
.zsl font{
  font-size: 16px;
  color: #d7000f;
  display: block;
  margin-top: 15px;
  float: left;
  margin-top: 25px;
  margin-left: 5px;
}
.zsl span{
  font-size: 35px;
  color: #121212;
  font-weight: bold;
  display: block;
  margin-top: 3px;
  float: left;

}
.zsl a{
  font-size: 15px;
  color: #444;
  display: block;
 text-transform: uppercase;
 letter-spacing: 0px;
 margin-top: 5px;
}
.zsl p{
  font-size: 16px;
  margin-top: 5px; 

}
.zsz{
  margin-top: 37px;
}

.zsr{
 margin-top: 64px;
}
.zsr p{
  height: 26px;
  overflow: hidden ;
  font-size: 16px;
  color: #444445
}
.zsr p a{

  font-size: 15px;
  color: #444445;
  margin-right:10px;
}

/*案例标题*/

/*搜索*/
.zsou1{
  width: 100%;
  height: 100px;
  margin:0 auto;
}
.zslal{
  float: left;
/*  width: 350px;*/
  margin-top: 25px;
  background: url(../images/anlit.jpg) no-repeat center;
  width: 617px;
  height: 77px;
}
.zslal font{
  font-size: 16px;
  color: #d7000f;
  display: block;
  margin-top: 15px;
  float: left;
  margin-top: 25px;
  margin-left: 5px;
}
.zslal span{
  font-size: 35px;
  color: #121212;
  font-weight: bold;
  display: block;
  margin-top: 3px;
  float: left;

}
.zslal a{
  font-size: 15px;
  color: #444;
  display: block;
 text-transform: uppercase;
 letter-spacing: 0px;
 margin-top: 25px;
 margin-left: 223px;
}
.zslal p{
  font-size: 16px;
  margin-top: 5px; 


}
.zszal{
   margin-top: 37px;
   float: right;
}
.zszal a{
 
  padding:5px 20px 5px 20px;
  border:1px solid #333;
  border-radius: 5px;
     float: right;
}

.zsral{
 margin-top: 64px;
}
.zsral p{
  height: 26px;
  overflow: hidden ;
  font-size: 16px;
  color: #444445
}
.zsral p a{

  font-size: 15px;
  color: #444445;
  margin-right:10px;
}



/*====================手机站menu====================*/

.ph-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.iphone {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.iphone-tit {
  padding: 10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.iphone__screen {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}

.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity: 1;
  background-color: #333;
}

.nav__list {
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

.nav__item {
  margin: 0 auto;
  width: 90%;
  padding: 7px;
  list-style-type: none;
  text-align: left;
}

.nav__item:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top: 20px;
  right: 10px;
  padding: 10px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
  height: auto;
  padding: 5px;
  background-color: #15369f;
  overflow: hidden;
}

.ph-menu2 li {
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 29px;
}
/*====================title====================*/
.h-tit1{
  padding:30px 10px;    margin-bottom: 43px;
}
.h-tit1 h2{
  display: block;
  font-size: 35px;
  color:#3b3b3b;
  letter-spacing: 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 宋体;
  font-weight: bold;
  float: left;
}
.h-tit1 .line1{
width: 324px;
height: 52px;
background: url(../images/ya_13.jpg) no-repeat;
float: left;
margin-left: 20px;
}
.h-tit1 p{
  text-align: center;
  font-size: 16px;
  color: #3b3b3b;

}
.tit2{
  width: 100%;
  height: 52px;
  background: url(../img/tit-bg2.jpg) bottom left no-repeat;
  overflow: hidden;
}
.tit2 h2{

  display: inline-block;
  font-size: 23px;
  color: #0d0d0d;
  line-height: 52px;
  vertical-align:middle;
}
.tit2 p{
  display: inline-block;
  line-height: 60px;
  font-size: 16px;
  color: #828282;
  vertical-align:middle;
}
.tit2 a{
  display: block;
  float: right;
  text-align: right;
  line-height: 52px;
  font-size: 14px;
  color: #e62020;
}

.h-m2-tit{
  width: 100%;
  text-align: center;
  /*width: 1100px;*/
  height: auto;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0px;
  background: #c50e0a
}
.h-m2-tit-c{
  font-size: 28px;
  color: #fff;
  font-weight: bolder;
  letter-spacing: 0px;
  font-family: 宋体;
  padding-top: 20px;
      display: block;
}
.h-m2-tit p{
  font-size: 15px;
  color: #fff;
  letter-spacing: 0px;
  width: 80%;
  margin:0 auto;
  color: #f4f4f4;
  padding-bottom: 20px;
  margin-top: 20px;

}
.h-m2-more a{
  display: block;
  float: right;
  width: 68px;
  height: 55px;
  font-size: 17px;
  color: #626262;
  text-align: right;
  letter-spacing: 0px;
}

.ht-ny-tit1{
  padding:30px 10px 15px 10px;
}
.ht-ny-tit1 h2{
  display: block;
  font-size: 26px;
  color:#333;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.ht-ny-tit1 .line1{
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 38px;
    border-radius: 17px;
    height: 6px;
    background-color: #d7000f;
}
.ht-ny-tit1 p{
  text-align: center;
  font-size: 16px;
  color: #7e7c7c;

}
.ht-ny-tit1 .zi01{
  font-size: 30px;
  color:#d7000f;
  font-weight: bold;
}
/*搜索*/
.sou{
  width: 1260px;
  height: 83px;
  background: url(../images/ding.jpg) no-repeat center;
  margin:0 auto;
  position: relative; 
 margin-top: -758px;
  

  z-index: 11111111;
}

/*分类*/
.proc1{
  margin-top: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.proc1 a{
  display: inline-block;
  padding:9px 2px;
  margin:2px;
  width: 15.5%;
  background-color: #173ea7;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-out;


}
.proc1 a:hover{
  background-color: #cb2d21;
}
.h-proc1-hover{
  background-color: #cb2d21 !important;
}
/*====================middle====================*/
.top{
  width: 100%;
  height: 152px;
  overflow: hidden;
  background: url(../Img/top.jpg) top center no-repeat;
}
.wl-bt1 {
    padding: 0px 15px;
    width: 100%;
}
.wl-bt1 strong {
    display: block;
    font-size: 28px;
    color: #333332;
    text-align: center;
    font-weight: bold;
}
.wl-bt1 .zi1 {
    font-size: 28px;
    color: #fe0000;
    text-align: center;
}
.wl-bt1 p {
    display: block;
    margin-top: 3px;
    text-align: center;
    font-size: 15px;
    color: #333332;
    text-transform: uppercase;
}

/*产品分类*/
.qing{
  
  height: auto;
  background: #d4120d;
  margin-top: 20px;    margin-left: 13px; 
}

.qing h2{
  font-size: 40px;
  color: #fff;
  font-family: 宋体;
  text-align: center;
  padding-top: 20px;
  font-weight: bolder;
}
.qing span{
  font-size: 23px;
  color: #f3cdcc;
  font-family: 宋体;
  text-align: center;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0px;
}
.lei{
  width: 100%;
  padding-bottom: 244px;
  margin-top: 10px;
}
.lei a{

    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    background: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #d4120d;
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 2%;
}
.ytel{
  border-top: 1px solid #fff;
  padding:20px; 
    padding-bottom: 5px;
    padding-top: 15px;
}
.ytel{
  color: #fff;
  font-family: impact;
  font-size: 40px;
}
.mini-phone {
    margin: 0 auto;  
    width: 92%;
    margin: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
.mini-phone a {
   line-height: 36px;
   font-size: 17px;
   color: #d00a0a;

 }
.mini-phone2 {
    margin: 0 auto;  
    width: 80%;
    margin-bottom:15px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
.mini-phone2 a {
   line-height: 36px;
   font-size: 17px;
   color: #d00a0a;

 }


/*产品展示*/
.auto-pro1{
  margin-bottom: 15px;
  padding:13px;
  border:1px solid #dcdcdc;
  box-sizing:border-box;
  transition: all 0.3s ease-out;
}
.auto-pro1:hover{
  border:1px solid #ad834c;
  -webkit-box-shadow:0 2px 20px rgba(102,102,102,.55);
  -moz-box-shadow:0 2px 20px rgba(102,102,102,.55);
  box-shadow:0 2px 20px rgba(102,102,102,.55);

}
.auto-pro1 .tu1{
  width: 100%;
  overflow: hidden;
}
.auto-pro1 .tu1 img{
  width: 100%;
  transition: all 0.5s ease-out;  
  -webkit-transform: scale(1, 1);      
  -moz-transform: scale(1, 1);   
  -webkit-transition: all 0.5s ease-out;      
  -moz-transition: all 0.5s ease-out; 
}
.auto-pro1:hover .tu1 img{
   transition: all 0.5s ease-out;  
   -webkit-transform: scale(1.1, 1.1);      
   -moz-transform: scale(1.1, 1.1);   
   -webkit-transition: all 0.5s ease-out;      
   -moz-transition: all 0.5s ease-out; 
}

.auto-pro1 a h3{
  display: block;
/*  margin-bottom: 15px;
  margin-top: 15px;*/
  padding:6px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  background: #ad834c
}
.auto-pro1:hover a h3{
  color: #fff;
  background: #ad834c
}
.auto-pro1 p{
  display: block;
  padding:15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 130%;
  background-color: #ad834c;
  letter-spacing: 0px;
  transition: all 0.3s ease-out;
}

.auto-pro1:hover p{
  color: #fff;
background: #ad834c
}
.pc1-padding{padding:0 8px;}
/*简介*/

/*简介end*/

/*施工现场*/
.wl-bt1{
  display: none;
}
.shi{
  width: 100%;
  height: 748px;
  background: url(../images/ya_08.jpg) no-repeat center;
  margin:0 auto;
}
.shitu1{
  margin-top: 90px;
}
.shitu{
    padding-right: 18px;
    padding-left:0px;
    
}
/*优势*/
.yays{
  width: 100%;
  height: 914px;
  background: url(../images/ya_10.jpg) no-repeat center;
  margin:0 auto;
}
.yaysa1{
  /*width: 100%;*/
  margin-right: 20px;
  background: #f3f3f3;
  height: 636px;
}
.yayous{
    margin-top: 244px;
    width: 1013px;margin-left: 20px;
}
.yous1{
  height: 100px;
    border-top: 10px solid #ad834c;
  /*  margin-right: 10px;*/
}
.tiao{
    background:#ddd2c4;
    height: 1px;
    width: 100%;
}
.yaysa1l{
  float: left;
  width: 60%;
  padding-left:10px;
}
.yaysa1l h2{
  font-size: 35px;
  font-family: 宋体;
  font-weight: bolder;
  color: #ad834c;
  margin-top: 15px;
}
.yaysa1l span{
  font-family: arial;
  /*letter-spacing: 0px;*/
  text-transform: uppercase;
  color: #ad834c;
  font-size: 15px;
}
.yaysa1r{
  width: 43px;
  height: 59px;

  float: right;
  margin-top: 20px;
  margin-right: 10px;
}
.youswz{
  padding-left: 10px;
  padding-right:10px;

}
.youswz1 h3{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top:15px;
  margin-bottom:15px;

}
.youswz2{
  line-height: 30px;
  font-size: 15px;
}
.youswz3{
  width: 25px;
  height: 25px;
  background: #d61111;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.youswz4{
  width: 299px;
  height: 172px;
  margin:0 auto;
  margin-top: 30px;
}
/*新闻*/
.news-bg{
  background-color: #f9f9f9;
  padding:10px 0px 40px 0px;
}

.news01{
  margin:15px 0px;
  padding-bottom: 40px;
  border:1px solid #e5e5e5;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.news01:hover{
  margin-top: 5px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 20px #7b7b7a;
}
.news01 img{
  width: 100%;
  height: 90px;
}
.news01 .n1-nr{
  padding:27px 27px 0px 27px;
}
.news01 .n1-nr a h3{
    display: block;
    width: 100%;
    height: 27px;
    font-size: 17px;
    color: #3b3b3b;
    font-weight: bold;
    overflow: hidden;
    line-height: 160%;
    border-left: 3px solid #c50e0a;
    /*border-radius: 2px;*/
    /* margin-right: 15px; */
    text-indent: 8px;
}
.news01 .n1-nr p{
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 66px;
  font-size: 14px;
  color: #3b3b3b;
  line-height: 155%;
  overflow: hidden;
}
.news01 .n1-nr .more1 a{
  margin-top: 20px;
  display: block;
  padding:3px 0px;
  width: 50%;
  border:1px solid #bd0e0a;
  background-color: #c50e0a;
  font-size: 13px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-out;
}
.news01:hover .n1-nr .more1 a{
  width: 100%;
}

.news03{
  margin-bottom: 30px;
}
.news03 .tu{
  width: 100%;
  border-radius: 6px;
  border:1px solid #d5c0ab;
  overflow: hidden;
}
.news03 .tu img{
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.news03:hover .tu img{
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.news03 .n3-nr a h3{
  display: block;
  width: 100%;
  height: 37px;
  font-size: 18px;
  color: #494745;
  border-bottom: 1px solid #e8e8e8;
  line-height: 37px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.news03:hover .n3-nr a h3{
  color: #124b9a
}
.news03 .n3-nr p{
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #494745;
  line-height: 150%;
  overflow: hidden;
}
.news03 .n3-nr .more1 a{
  float: right;
  display: block;
  margin:0 auto;
  margin-top: 11px;
  font-size: 12px;
  color: #494745;
}
/*案例*/
.yanli{
  width: 100%;
  height: 473px;
  background: url(../images/ya_16.jpg) no-repeat center;
  margin:0 auto;
}
.yanliy{
  float: right;
}

/*联系我们地图*/
.map-ys{
  margin:0 auto; 
  margin-top:10%;
  width:80%;
  height:550px;
  border:#ccc solid 1px;
}
.b-map {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(50,50,50,0.8);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}
.b-map.hover {
    visibility: visible;
    top: 0;
}
.b-map .close-btn {
    position: absolute;
    right: 12%;
    top: 23%;
    width: 56px;
    height: 56px;
    background: url(../Img/closemap.png) no-repeat center center #3f51b5;
    display: block;
    z-index: 2;
}
.con-map{
  /*width: 100px;
  height: 30px;
  background-color: red;*/
}
.m1-bg{
  width: 100%;
  height: auto;
  padding:40px 0px;
  background: url(../Img/bg1.jpg) top center repeat-y;
  overflow: hidden;
}
.msearch{
    margin-top: 26px;
    margin-left: 25px;
}
.msearch p{
  display:block;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
}
.msearch p b{
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.msearch p a{
  font-size: 15px;
  color: #fff;
}
.msearch2{
  width:422px; 
  margin:0 auto;
}
.h-input1{
float: left;
padding-left: 15px;
height: 42px;
width: 290px;
border: 1px solid #dcdcdc;
    border-right-color: rgb(220, 220, 220);
    border-right-style: solid;
    border-right-width: 1px;
background-color: #f4f4f4;
font-size: 14px;
color: #666;
line-height: 32px;
border-right: none;
margin-top: 0px;
}
.h-input2{
  float: left;
  width: 53px;
  height: 42px;
  background: url(../Img/serch.jpg) top center no-repeat;
}
.m1-l h3{
  display: block;
  margin-bottom: 13px;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.m1-l p{
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;height: 25px;
    overflow: hidden;
}
.m1-l p a{
  font-size: 16px;
  color: #fff;
  margin-right:10px;
}
.m1-3 .left-tu{
  width: 30%;
  float: left;
}
.m1-3 img{
  width: 100%;
}
.m1-3 .right-phone{
  width: 100%;
  float: left;
}
.m1-3 .right-phone span{
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
}
.m1-3 .right-phone p{
  display: block;
  font-size: 35px;
  color: #fff;
    
  margin-left: 100px;
  margin-top: 18px;
  font-family: impact;
}
.m2{
  padding:50px 0px;
}
.tu-proc1{
  width: 100%;
  height: 207px;
  padding:30px 0px;
  text-align: center;
  background-color: #124b9a;
}
.tu-proc1 p{
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.tu-proc1 a{
  display: block;
  margin:0 auto;
  margin-top: 27px;
  padding:3px 0px;
  width: 86px;
  border:1px solid #ffffff;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.tu-proc2{
  padding:5px;
  border:3px solid #1d7ee9;
}
.tu-proc2 img{
  width: 100%;
}
.tu-proc2 a h3{
  text-align: center;
  font-size: 27px;
  color: #124b9a;
  font-weight: bold;
  padding:15px 0px 20px 0px;
}
/*简介*/
.yuab{
  width: 100%;
  height: 911px;
  background: url(../images/ya_02.jpg) no-repeat center;
  margin:0 auto;
}
.m-about{
  margin-top: 65px;
  height: auto;
  overflow: hidden;
}

/*案例*/
.anlip{
  padding-right:5px;
  padding-left:5px;
  margin-top: 10px;
}
.anlia{
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;

}
.anlia:hover{
  

border:2px solid #ed4e30;
/*transition: all 0.5s;*/

}
.anlia a h3{
  display: block;
  /*position: absolute;
  bottom:0px;
  left:0px;
  z-index: 10;*/
  width: 100%;
/*  padding:15px 0px;*/
  font-size: 15px;
  color: #222;
  text-align: center;
  background:rgb(243, 243, 243);
  transition: all 0.3s ease-out;
}
.anlia:hover a h3{
  background:#d71112;
  color: #fff;
  transition: all 0.3s ease-out;
}
/*.anlia img{
  width: 100%;
  -webkit-transform: scale(1, 1);      
  -moz-transform: scale(1, 1);   
  -webkit-transition: all 0.5s ease-out;      
  -moz-transition: all 0.5s ease-out; 
}
.anlia:hover img{
  -webkit-transform: scale(1.1, 1.1);      
  -moz-transform: scale(1.1, 1.1);   
  -webkit-transition: all 0.5s ease-out;      
  -moz-transition: all 0.5s ease-out; 
}

*/

/*简介*/
.about-bg{
  margin-top: 50px;
  width: 100%;
  height: 674px;
  background: url(../Img/about-bg.jpg) top center no-repeat;
  overflow: hidden;
}
.m3-about{
  margin-top: 50px;
  height: auto;
  overflow: hidden;
}
.about-tit{

  height: 65px;


}
.about-tit h2{
  display: block;
  height: 40px;
  font-size: 35px;
  color: #222;
  font-weight: bold;
}
.about-tit p{
  display: block;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: arial;
}
.about-word{
  margin-top:30px;
  padding:13px 20px;
  width: 90%;
  border:1px solid #e5e5e5;
  background-color: #e8321d;
}
.about-word p{
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 170%;
}
.h-about{
  margin-top:50px;
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.h-about p,
.h-about p a,
.h-about p strong,
.h-about strong{
  font-size: 16px;
  color: #474747;
  line-height: 35px;
}
.habout a{
  display: block;
  padding:5px 2px;
  width: 156px;
  border:1px solid #000;
  font-size: 15px;
  color: #000;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.habout a:hover{
  color: #fff;
  background-color: #e8321d;
}
.h-more{
  width: 109px;
  height: 35px;
  border:2px solid #ea1727;
  border-left-width: 6px;
  margin-top: 20px;

}
.h-more a{ 
  color: #ea1727;
  display: block;
  line-height: 33px;
  text-align: center;
}
.h-more a:hover{ 
  background: #ea1727;
  color: #fff;
  transition: all 1s ease-out; 

}
/*产品*/
.zcplist{


}
.cpb{
  text-align: center;
  margin-top: 40px;

}
.cpb h3{
  font-size: 33px;
  font-weight: bold;
  color: #222;
}
.cpb h3 a{
  font-size: 33px;
  font-weight: bold;
  color: #ea1727;
}
.cpb span{
  text-align: center;
  text-transform:uppercase;
  font-size: 15px;
  font-family: arial;
  color: #222;
  margin-top: 10px;
  display: block;
}
.zcplist1l{
  width: 180px;
  height: 150px;
  background: url(../images/wj.jpg) no-repeat center;
  overflow: hidden;
  float: left;
}
.zcplist1l h3{
  font-size: 30px;
  width: 39px;
  font-weight: bold;
  margin-left: 130px;
  margin-top:35px;
}
.zcplist2l{
  width: 175px;
  height: 157px;
  background: url(../images/cg.jpg) no-repeat center;
  overflow: hidden;
  float: left;
}
.zcplist2l h3{
  font-size: 30px;
  width: 39px;
  font-weight: bold;
  margin-left: 130px;
  margin-top:35px;
}
.zcplist3l{
  width: 169px;
  height: 140px;
  background: url(../images/jyz.jpg) no-repeat center;
  overflow: hidden;
  float: left;
}
.zcplist3l h3{
  font-size: 30px;
  width: 39px;
  font-weight: bold;
  margin-left: 130px;
  margin-top:35px;
}

.zcplist1r {
/*width: 219px;*/
/*float: right;*/

}
.zcplist1r a{
    font-size: 17px;
    background: #1b48b6;
    color: #fff;
    line-height: 38px;
    margin-right: 16px;
    display: block;
    width: 194px;
    float: left;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 8px;
}
.zcplist1r a:hover{
  background: #e60700;
  color: #fff;
  border-radius: 8px;
}

/*产品*/
.listtu{
    padding-left: 5px!important;
    padding-right: 5px!important;
    margin-bottom:10px;
}
.listtu a{
    text-decoration:none;
    display: block;
    border:1px solid #E6E5E5;
    padding:6px;
}
.listtu h3{
    text-align: center;
    font-size: 18px;
    text-decoration:none;
    margin-top: 10px;    margin-bottom: 10px;

}
.listtu h3:hover{
    color: #163ca2

}
.listtu span{
    text-align: center;
    display: block;
    color: #ea1727;
    font-size: 16px;
    text-decoration:none;
}
.listtu a:hover{
    text-decoration:none;
    display: block;
    border:1px solid #d7000f;
    padding:6px;
    transition: all 0.3s ease-out;
}

.demo{}
:root{
    --color_1: #fff;
    --main-color: #1dd1a1;
}
.box{
    font-family: 'Niramit', sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.box:before,
.box:after,
.box-content:before,
.box-content:after{
    content: '';
    background:linear-gradient(transparent,rgba(2, 2, 2, 0.27));
    height: 100%;
    width: 25%;
    transform: translateY(-100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{
    transform: translateY(0);
}
.box:after{ left: 25%; }
.box .box-content:before{ left: 50%; }
.box .box-content:after{ left: 75%; }
.box:hover:before{ transition-delay: 0.225s; }
.box:hover:after{ transition-delay: 0.075s; }
.box:hover .box-content:before{ transition-delay: 0.15s; }
.box:hover .box-content:after{ transition-delay: 0s; }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box:hover img{}
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
}
.content{
    width: 100%;
    padding: 7px 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
    transition: all 0.3s ease 0.1s;
}
.box:hover .content{
    opacity: 1;
    bottom: 5px;
}
.box .title{
    color:#fff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.box .post{
    color: var(--main-color);
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
    position: absolute;
    top: 90px;
    right:90px;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.box .icon li{
    opacity: 0;
    transform: scale(0) rotate(360deg);
    transition: all 400ms;
    float: left;
}
.box:hover .icon li{
    opacity: 1;
    transform: scale(1) rotate(0);
}
.box .icon li a{
    color: var(--color_1);
    background-color: var(--main-color);
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
    border-radius: 50%;
    display: block;
    position: relative;
    transition: all 0.3s;
}
.box .icon li a:hover{
    text-decoration: none;
    color: var(--main-color);
    background-color: var(--color_1);
    border-radius: 0 20px 0 20px;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 18px; }
}

#w-1300{
  width: 1300px;
  margin:0 auto;
}

/*优势*/
.ys{
    width: 100%;
    height: 1014px;
    background: url(../images/zhi_09.jpg) no-repeat center;
    margin:0 auto;
}
.ys li{
    float: left;
    margin-right: 8px;
    margin-top: 614px;
}
.ys01{
  background: url(../images/01.png);
  width: 317px;
  height: 400px;
  float: left;
  padding:20px;
}
.ys01 h4{
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-top: 50px;
}
.ys01 h4 ol{
  width: 5px;
  background:#fff100;
  border-radius: 3px;
  margin-right:10px;
  display: block;
  height: 26px;
  float: left;
  margin-top: 6px;
}
.ys01 p{
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  margin-top: 25px;

}


/*案例*/
.xm-tit h3{font-size: 30px;font-weight: bold;color: #222;text-align: center;}
.xm-tit ol{font-size: 16px;color: #737373;text-align: center;text-transform:uppercase;margin-top: 5px;}
.xm-tit p{font-size: 15px;color: #c02717;margin-top: 5px;text-align: center;}

.Box {position: relative;}
      .Box .contentanli {width: 1260px;margin: 0 auto;}
/*      .Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}*/
      .Box .Box_con {position: relative;}
      .Box .Box_con .btnl {position: absolute;}
      .Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
      .Box .Box_con .btnl {background: url(../Img/jtl02.png) no-repeat center;left: -72px;}
      .Box .Box_con .btnr {background: url(../Img/jtr02.png) no-repeat center;right: -72px;}
      .Box .Box_con .btnl:hover {background: url(../Img/jtl03.png) no-repeat center;}
      .Box .Box_con .btnr:hover {background: url(../Img/jtr03.png) no-repeat center;}
      .Box .Box_con .conbox {position: relative;overflow: hidden;}
      .Box .Box_con .conbox ul {position: relative;list-style: none;}
      .Box .Box_con .conbox ul li {float: left;width: 285px;height: 250px;margin-left: 20px;overflow: hidden;}
      .Box .Box_con .conbox ul li:first-child {margin-left: 0;}
      .Box .Box_con .conbox ul li img {display: block;width: 285px;height: 200px;transition: all 0.5s; overflow: hidden;}
      .Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
      .Box .Box_con .conbox ul li a h2 {
        margin-top: 15px;
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        color: #333;
        text-align: center;
      }
      
      .Box .BoxSwitch {margin-top: 30px;text-align: center;}
      .Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
      .Box .BoxSwitch span.cur {background: red;}


/*PC新闻资讯*/
.jiannew{
  width: 100%;
  height: 537px;
  background: #f3f5fb;
  margin:0 auto;
  margin-top:40px;
}
.jiannnei{
  width: 1260px;
  height: 226px;
  margin:0 auto;
  margin-top: 40px;
}
.jiannneil{
  float: left;
}
.news1-r{
  float: right;
  width: 780px;
  height: auto;
}
.news1-r li{
    float: left;
    width: 390px;
    height: 210px;
    padding: 0px 18px;
    padding-top: 15px;
}
.news1-r li .date{
  font-size: 14px;
  color: #766f6f;
  letter-spacing: 0px;
}
.news1-r li a h3{
  display: block;
  margin-top: 11px;
  height: 40px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0px;
  overflow: hidden;
}
.news1-r li p{
  width: 100%;
  height: 63px;
  font-size: 15px;
  color: #676767;
  line-height: 136%;
  overflow: hidden;
}
.news1-r li .more a{
  display: block;
  margin-top: 20px;
  width: 60px;
  height: 26px;
  background-color: #163fb1;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  text-transform:uppercase;
}
.newd{
  margin-top: 40px;
}
.newd li{
  width: 410px;
  height: 39px;
  background: #e5e8f0;
  float: left;
  margin-right:10px;
  margin-bottom:10px;
}
.newd li a{
  line-height: 39px;
  padding-left: 15px;
  font-size: 16px;
  float: left;
  display: block;
}
.newd li span{
  line-height: 39px;
  padding-right: 15px;
  font-size: 16px;
  float: right;
  display: block;
}

/*合作流程*/
.hzl{margin-top: 300px;}
.hzlr01{float: left;margin-bottom:6px;}
.hzlr02{float: left;margin-bottom:6px;}
.hzlr03{float: left;margin-bottom:6px;}
.hezuo{width: 100%;height: 1199px;background: url(../images/zhihz.jpg) no-repeat center;margin:0 auto;margin-top: 20px;}
.hzll{float: left;}
.hzlr{width: 143px;float: right;}
.hzr{margin-top: 350px;}
.hzrt{color: #fff;line-height: 35px;font-size: 16px;}
.hzrb{border-radius: 15px;background: #fff100;line-height: 35px;text-align: center;font-size: 16px;color: #ea1727;margin-top: 30px;}


/*优势*/
.y{
  width: 1260px;
  margin:0 auto;
}
.jyoul{
  width: 303px;
  height: 405px;
  float: left;
  margin-top: 240px;
  margin-left: 80px;
}
.jyoul li{
  width: 303px;
  height: 95px;
  margin-bottom: 55px;

}
.jyoul li a{
  color: #fff;
  font-size: 18px;
  width: 100%;
  display: block;

  
}
.jyoul li span{
  color: #cecece;
  font-size: 15px; 
  margin-top:10px;
  display: block; 
  
}
.jyouz{
width: 435px;
    height: 219px;
    float: left;
    margin-left: 50px;
    margin-top: 580px;
}
.jyouzt{
    width: 260px;
    text-align: center;
    margin-left: 69px;
    color: #fff;
    font-size: 23px;
}
.jyouzz{
  color: #cecece;
  line-height: 26px;
  font-size: 14px;
  margin-top: 10px;
}
.jyouzr{
  width: 120px;
  height: 34px;
  background: #163fb1;

  border-radius: 10px;
  margin-top: 20px;
  margin-left: 140px;
}
.jyouzr a{
  font-size: 15px;
  color: #cecece;
  text-align: center;
  line-height: 34px;
  display: block;
}

.jyouzr:hover{
  
  background: #c02717;

  border-radius: 10px;

}

.jyour{
    width: 274px;
    height: 405px;
    float: right;
    margin-top: 240px;
    margin-right: 80px;
}
.jyour li{
  width: 282px;
  height: 95px;
  margin-bottom: 55px;

}
.jyour li a{
  color: #fff;
  font-size: 18px;
  width: 100%;
  display: block;
  margin-left: 122px;
  
}
.jyour li span{
  color: #cecece;
  font-size: 15px; 
  margin-top:10px;
  display: block; 
  
}




















/*新闻*/
.zinewarb{
  width: 318px;
  height: 419px;
  margin-top: 20px;
}
.zinewarb li{

  margin-bottom: 15px;
  width: 420px;
  height: 124px;
  float: left;
  border-bottom: 1px solid #e0e0e0;
}
.xinwes{
  width:493px;
  height: 32px;
  margin-top: 20px;
}

.xinwex{
  width: 493px;
  height: 75px;
}
.xinwenl{
    background: #333333;
    width: 21px;
    height: 21px;
    float: left;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;


}
.xinwenr{
  width: 372px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 13px;
}
.xinwenr h3 a{
  font-size: 15px;
  color: #333;
}
.xinwenx{
  width:388px;
  height: 54px;
  overflow: hidden;

}
.xinwenxl{
  background: #d7000f;

    width: 21px;
    height: 21px;
    float: left;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;

}
.xinwenxr{
  width: 285px;
  height: 48px;
  line-height: 22px;
  float: left;
  margin-left: 5px;
  font-size: 13px;
  color: #6a6a6a;
  overflow: hidden;margin-left: 13px;
}
.xinwenr h3{margin-top: 0px;margin-bottom: 0px;}
.xinwenr h3 a:hover{color: #ea1727;padding-left: 10px;transition: 0.5s}

/*中航分割*/
.zhfen{
  width: 100%;
  height: 1060px;
  background: url(../images/jian_15.jpg) no-repeat center;
  margin:0 auto;
  overflow: hidden
}
.zhfenal{
  width: 100%;
  float: left;
  margin-top: 50px;

}
.jabxa{
  margin-top: 20px;
}
.jabxal{
  line-height: 40px;
  margin-top: 10px;
  
}
.jmore{
  width: 94px;
  height: 27px;
  background: #c02717;
  border-radius: 6px;
  margin-top: 20px;
}
.jmore a{
  text-align: center;
  line-height: 27px;
  color: #fff;
  display: block;
}



.jabxal p{
  font-size: 16px;
}
.zhfenar{
  width: 54%;
  float: right;
}
.zhfenalt{
  font-size: 20px;
  color: #fff;
    margin-left: 100px;
}
.zhfenalt font{
  background: #d7000f;
  padding:7px 25px 7px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  margin-left: 10px;
}
.zhfenalz{
font-size: 35px;
    font-weight: bold;
    color: #1b48b6;
    margin: 0 auto;
    margin-top: 17px;
}
.jabx1{
  color: #c02717;
      font-size: 15px;
    margin-top: 4px;
}

.jabx{
  color: #1b48b6;
  font-size: 25px;
      margin-top: 7px;
}
.zhfenarli1{
  width: 224px;
  height: 443px;
  background: #bf040e;
  float: left;
}
.zhfenarli1 span{
  font-size: 85px;
  font-family: impact;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 80px;
}
.zhfenarli1 a{
  font-size: 15px;
  color: #fff;
  padding:10px;
  margin:0 auto;
  display: block;
  line-height: 30px;
}
.zhfenarli2 span{
  font-size: 85px;
  font-family: impact;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 80px;
}
.zhfenarli2 a{
  font-size: 15px;
  color: #fff;
  padding:10px;
  margin:0 auto;
  display: block;
  line-height: 30px;
}
.zhfenarli3 span{
  font-size: 85px;
  font-family: impact;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 80px;
}
.zhfenarli3 a{
  font-size: 15px;
  color: #fff;
  padding:10px;
  margin:0 auto;
  display: block;
  line-height: 30px;
}

.zhfenarli2{
  width: 224px;
  height: 443px;
  background: #d7000f;
  float: left;
}
.zhfenarli3{
  width: 224px;
  height: 443px;
  background: #bf040e;
  float: left;
}
.zabout{
  width: 100%;
  height: 772px;
  margin:0 auto;
}
.zabout{
  background: #f8f8f8;
  margin:0 auto;
  overflow: hidden
}
.zabout1{
  width: 616px;
  height: 115px;
  background: url(../images/abt.jpg) no-repeat center;
  margin:0 auto;
  margin-top: 15px;
}
.zabout1 span{
    font-size: 30px;
    color: #ed4e30;
    display: block;
    float: left;
    margin-left: 180px;
    margin-top: 15px;
}
.zabout1 h3{
    font-size: 35px;
    color: #222;
    font-weight: bold;
    display: block;float: left;   
    margin-top: 15px;
    margin-left: 10px;
}
.zabout1 p{
    font-size: 16px;
    color: #818181;
    display: block;
    text-align: center;
}

.zaboutz{
  width: 1259px;
  height: 591px;
  background: url(../images/yl.jpg) no-repeat center;
  margin:0 auto;
  margin-top: 20px;
}
.zaboutzl{
  width: 588px;
  height: 352px;
  float: left;
}
.zaboutzlt{
  font-size: 22px;
  color: #333;
  margin-top: 18px;

}
.zaboutzlz{
  font-size: 15px;
  color: #5c5c5c;
  line-height: 28px;
  margin-left: 10px;
  margin-top: 12px;
}
.zaboutzlb{
  margin-top: 30px;
  line-height: 30px;
  color: #333;
  font-size: 15px;
}
.zaboutz1{
  width: 1260px;
  margin:0 auto;

}
.zaboutz1l{
  width: 180px;
  height: 117px;
  float: left;
  margin-top: 35px;
}
.zaboutz1r{
    width: 1260px;
    height: 330px;
    float: left;
    margin-top: 23px;
}
.jiagonga img{
  width: 278px;
  height: 180px;

}
.zaboutz1l a { 
    display: block;
    padding:5px;
    border:1px solid #333;
    width: 80%;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
 }
.zaboutz1l a:hover{
    background: #d7000f;
    color: #fff 
    
 }


.lj{
  width: 1260px;
  height: 30px;
  margin:0 auto;
  color: #fff
}
.lj a{
 
  color: #fff
}











.h-pro-gun01 {
  width: 100%;
}
.h-pro-gun01 li{
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
    width: 400px;
    height: 330px;

  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover{

}
.h-pro-gun01 li .tu{
  margin-top: 5px;
  margin-left: 8px;
    width: 400px;
    height: 300px;
  padding:0px;

  background-color: #e5e5e5;
  overflow: hidden;
}
.h-pro-gun01 li a p{
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
}

.h-pro-gun01 li .p1-t a {
    display: block;
    line-height: 32px;
    font-size: 15px;
    color: #d61111;
    text-align: center;
    letter-spacing: 0px;
    text-indent: 10px;
    transition: all 0.3s ease-out;
}
.h-pro-gun01 li a h3{
  font-size: 16px;
  text-align: center;

}


.h-pro-gun01 li .tu img{
	width:400px;
	height:300px;
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun01 li .p1-t{
    margin: 0 auto;
    margin-left: 8px;
    line-height: 52px;
    width: 100%;
    /* height: 69px; */
    background-color: #f2f2f2;
    transition: all 0.3s ease-out;
}
.h-pro-gun01 li:hover .p1-t{
  background-color: #f2f2f2;
  color: #333;
}

.h-pro-gun01 li .p1-t a h3{

  display: block;
  
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 10px;
  transition: all 0.3s ease-out;
}
.h-pro-gun01 li .p1-t p{
  display: block;

  width: 100%;
  height: 32px;
  text-align: center;
  line-height: 32px;

  font-size: 15px;
  color: #333;
}
.h-pro-gun01 li:hover .p1-t a h3{
  color: #c02717;
}
.h-pro-gun01 li .dianhu{
  margin-top:14px;
    width: 300px;
    height: auto;

}
.h-pro-gun01 li .dianhu p{
  display: block;
  padding:2px 0px 2px 0px;
  font-size: 14px;
  color: #5b5b5b;
  letter-spacing: 0px;
  text-align: center;
  transition: all 0.3s ease-out;
    
}

.h-pro-gun01 li .dianhu span{
  display: block;
  padding:2px 0px 2px 0px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 16px;
  color:#fa9018;
  font-weight: bold;
  transition: all 0.3s ease-out;
    
}
.h-pro-gun01 li .more a{
  display:block;
  margin:0 auto;
  margin-top:10px;
  width: 120px;
  height: 25px;
  border:1px solid #333;
  text-align: center;
  line-height: 25px;
  color: #333;
  border-radius: 15px;
  transition: all 0.3s ease-out;
}
.h-pro-gun01 li:hover .more a{
  background-color: #fddc08;
  color:#000;
}

/*交建优势*/
.jyou{
  width: 100%;
  height: 992px;
  background: url(../images/tedian.jpg) no-repeat center;
  margin:0 auto;
}


/*发货现场标题*/
.fabiao{
  width: 664px;
  height: 
}


/*新闻*/
.zhnew{
  margin-top: 10px;
  background: #f7f7f7;
  margin:0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.zhnewl{
  width: 371px;
  height: 472px;
  background: url(../images/znew.jpg) no-repeat center;
  float: left;
}
.zhnewz{
  float: left;
}

.jinnewrb{height: 199px;border-bottom: 1px solid #d9d9d9;width: 553px;margin-left: 10px;}
.jinnewrbl{width: 206px;height: 152px;float: left;    margin-top: 20px;}
.jinnewrbr{width: 331px;height: 150px;overflow: hidden;float: right;    margin-top: 20px;}
.jinnewrbr a h4{font-size: 17px;font-weight: bold;margin-top: 30px;}
.jinnewrbr p{
  font-size: 14px;
  line-height: 27px;
  height: 83px;
  overflow: hidden;
  margin-top: 19px;
  color: #585858
  }

.h-m6-r{
  margin-left:10px;
      width: 553px;
}

.jinnewrbr a h4:hover{color: #d7000f}


.h-news1{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.h-news1 li{
  margin:22px 0px;
  width: 100%;
  height: 117px;
  border-bottom:1px solid #dcdcdc;
}
.h-news1 li .l01{
  float: left;
  width: 425px;
  height: 65px;
  transition: all 0.3s ease-out;margin-top: 10px;

}
.h-news1 li:hover .l01{
  margin-left: 8px;
}
.h-news1 li .l01 a h3{
  display: block;
  width: 100%;
  height: 20px;
  font-size: 16px;
  color: #090909;
  line-height: 20px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.h-news1 li:hover .l01 p{
  color: #d7000f;
}
.h-news1 li:hover .l01 a h3{
  color: #d7000f;
}
.h-news1 li .l01 p{
  display: block;
  margin-top: 8px;
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: #7d7d7d;
  line-height: 125%;
  overflow: hidden;
}
.h-news1 li .r01{
  float: right;
  width: 105px;
  height: auto;margin-top
}
.h-news1 li .r01 .date2{
  padding-left:34px;
  height: 40px;
  font-size: 35px;
  color: #7d7d7d;
  font-family: "arial";
  letter-spacing: 0px;
}
.h-news1 li .r01 .year1{
  height: 23px;
  padding-left:34px;
  border-left:1px solid #d2d2d2;
  line-height: 23px;
  font-size: 16px;
  color: #7d7d7d;
  letter-spacing: 0px;
  font-family: "arial";
}

.zhnewrt{
  width: 318px;
  height: 55px;
  background: url(../images/da.jpg) no-repeat center;
  margin:0 auto;

}
.zhnewr{
  float: right;
}

.liu{
  width: 1259px;
  height: 308px;
  background: url(../images/liu.jpg) no-repeat center;
  margin:0 auto;
}
.ditupia{
  width: 100%;
  height: 291px;
  background: url(../images/ya_17.jpg) no-repeat center;
  margin:0 auto;
  overflow: hidden
}

.ditupial{
    width: 204px;
    height: 50px;
    float: left;
    background: #163fb1;
    padding: 20px;
    line-height: 14px;
    color: #fff;
    font-size: 18px;
    margin-top: 237px;
    margin-left: 68px;
    border-radius: 10px;
}

.ditupiaz{
    width: 351px;
    height: 128px;
    float: left;
    padding: 20px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin-top: 299px;
    margin-left: 18px;
}
.ditupiar{
    width: 351px;
    height: 128px;
    float: left;
    padding: 20px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin-top: 310px;
    margin-left: 33px;
}












































/*首页地图*/
.rt-map-h{
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-color: #efefef;
  background: url(../Img/foot-map.jpg) bottom center no-repeat;
}
.rt-map{
  height: 320px;
  position: relative;
}
.rt-map p{
  display: block;
  position: absolute;
  bottom:0px;
  left:0px;
  width: 315px;
  height: 70px;
  background-color: #124b9a;
  text-align: center;
  line-height: 70px;
  font-size: 23px;
  color: #fff;
}

/*====================end middle====================*/
/*====================foot====================*/
.foot-bg{
  padding: 40px 0px 20px 0px;
  width: 100%;
  height: 571px;
  background:#1f1f1f;
}
.dibut h4{
  font-size: 40px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
}
.dibunt h4{
  color: #fff;
  font-size: 16px;
}
.dibunt h4 ol{
  width: 5px;
  height: 20px;
  background: #d4000e;
  border-radius: 10px;
  float: left;
  margin-right: 15px;
}
.dibunav{
  width: 850px;
  margin:0 auto;

}
.dibunav li{
  float: left;
  margin-right: 20px;
  margin-left: 20px; padding-top: 25px;
}
.dibunav li a{
  color: #cfcfcf;
  font-size: 16px;
}
.dibunt{
  width: 194px;
  height: 66px;
  margin-top: 50px;
}
.dibunb{
  font-size: 45px;
  color: #ffc400;
  font-family: impact;
  margin-top: 10px;
}
.dibunel{
  width: 157px;
  height: 160px;
  background: url(../images/er.jpg) no-repeat;
  float: left;
  margin-top: 100px;

}
.dibuner{

  color: #cfcfcf;
  line-height: 30px;
/*  float: left;*/
  margin-left: 13px;

}
.dibuner p span{

 font-size: 15px;

}
/*内页*/
.nho img{}
.nho img:hover{transition: all 0.6s ease-out;transform:rotate(360deg)}

/**/
.foot-tit{
  margin-bottom: 20px;
  height: 26px;
  width: 100%;
  border-left:3px solid #1d7ee9;
}
.foot-tit h3{
  display: inline-block;
  float: left;
  text-indent: 15px;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
}
.foot-proc{
  width: 100%;
  margin-left: 27px;
}
.foot-proc a{
  display: block;
  padding-bottom: 7px;
  width: 50%;
  float: left;
  font-size: 15px;
  color: #cfcfcf;
}
.fenge{
  width: 100%;
  height: 1px;
  background: #363636
}
.foot-menu{
  width: 100%;
}
.dibun{
  margin-left: 18px;
}
.dibun a{
  color: #cfcfcf;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 35px;

}
.foot-menu a{
  display: block;
  padding-bottom: 7px;
  float: left;
  width: 50%;
  font-size: 15px;
  color: #cfcfcf;
}
.foot-phone{
  width: 100%;
  height: 34px;
}
.foot-phone img{
  width: 35px;
  height: 35px;
  display: inline-block;
  float: left;
}
.foot-phone p{
  display: inline-block;
  float: left;
  font-size: 26px;
  color: #fff;
  text-indent: 10px;
}
.foot-ewm{
  width: 113px;
  margin-top: 15px;
}
.foot-ewm img{
  text-align: center;
}
.foot-ewm p{
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
}
.foot-cont{
  margin-top: 15px;
}
.foot-cont a,
.foot-cont p,
.foot-cont p a{
  font-size: 15px;
  color: #fff;
  line-height: 170%;
}
.foot-bq{
  margin-top: 15px;
  border-top:1px solid #363636;
  padding:10px 0px;
  text-align: center;
}
.foot-bq p,
.foot-bq p a{
  text-align: center;
  font-size: 15px;
  color: #fff;
}
/*手机样式*/

/*end手机样式*/
/*滚动数字*/

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}
.product-number-info {
    background-color:#d9210c;    
    position: relative;
}

.product-number-info .product-number-inner {
    width: 100%;
  margin:0 auto;
}

.product-number-info ul {
    padding:55px 0;
}

.q {
    zoom: 1; }

.product-number-info li {
    float: left;
    width: 19%;
    height: 90px;
  text-align:center;
    border-left: 1px solid #fff;
    color: #fff;
    padding-top: 1px;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 70px;
  font-family: Impact;
    line-height: 1;
  text-align:center;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}

.product-number-info li p {
    font-size: 14px;
    text-align: center;
}

.product-number-info li b i {
    font-style: normal;
    font-size: 70px;
}

.product-number-info li b em {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}

.product-number-info li.li-2 b, .product-number-info li.li-2 p {
text-align:center;
    
}

.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}

.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    text-align:center;
}

.product-number-info li.li-4 b, .product-number-info li.li-4 p {
text-align:center;
}

.product-number-info li.li-5 {
    text-align: center;;
}

/*===================PC====================*/
@media only screen and (max-width: 1260px){
	.jabxasp{
		display: none;
	}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .hyl-3 {margin-top: 140px;}
  .habout{
    padding-top:20px;
    padding-bottom: 15px;
    width: 90%;
    margin:0 auto;
    height:auto;
  }

}

/*====================992====================*/
@media only screen and (max-width: 992px){
  .menu-z {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position:static;
    background:none;
}
.sou{
  width: 100%;
  height: 83px;
  background:#d4120d;
  margin:0 auto;
  position: static; 
  overflow: hidden;

}
.msearch{
  margin-top: 0px;
  margin-left: 0px;
}
/*优势*/
.w-1260{
  width: 100%;
}
.youswz4{
  display: none;

}
.yaysa1{
  height: auto;
  padding-bottom: 20px;
  background: none
}
.yays{
  height: auto;
  background: none;
}
.youswz2{
  width: 82%!important;
  height: 101px;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;

}
.yaysa1r {
    width: 43px;
    height: 59px;
    float: right;
    margin-top: 20px;
    margin-right: 52px;
}
.yayous {
    margin-top: 0px;
    width: 100%;
    margin-left: 20px;
}

  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-80{width: 100%;}
  .xs-padding0{padding:0px;}
  .padding0-15{padding:15px;}
  .padding15-8{padding:8px;}
  .mpc-bg{ margin-top: 0px; overflow: hidden;}
  .img-100 img{width: 100%;}
  .top-title{width: 100%;}
  
.foot-bg {
    padding: 40px 0px 20px 0px;
    width: 100%;
    height: 485px;
 
}
.dibut{
  display: none;
}
.dibunt {
    width: 194px;
    height: 66px;
    background: url(../images/ya_20.jpg) no-repeat;
    margin-top: 74px;
   
}
.dibuner {
    margin-top: 10px;
    color: #fff;
    line-height: 30px;
    float: left;
    margin-left: 13px;

}
.foot-proc{
  display: none;
}

.dibunb {
    font-size: 45px;
    color: #ffc400;
    font-family: impact;
    margin-top: 10px;
    width: 50%;
    float: left;
}
.dibunel {
    width: 157px;
    height: 160px;
    background: url(../images/er.jpg) no-repeat;
    float: left;
    margin-top: 0px;
}
.yanli {
    width: 100%;
    height: 473px;
    background:none;
    margin: 0 auto;
}
.shi {
    width: 100%;
    height: 748px;
    background: none;
    margin: 0 auto;
}

}


/*====================手机====================*/
@media only screen and (max-width: 768px){
  .menu-z {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position:static;
    background:none;
}
.ti img{width: 100%}
.sou{
  width: 100%;
  height: 83px;
  background:#d4120d;
  margin:0 auto;
  position: static; 
  overflow: hidden;

}
.msearch{
  margin-top: 0px;
  margin-left: 0px;
}
.yuab{
    padding-top: 20px;
    height: auto;
    background: url(../Img/mini-about-bg.jpg) top center no-repeat;
}
.m-about{
  margin-top: 20px;
  height: auto;
  overflow: hidden;
}
.qing{
  
  height: auto;
  background: #d4120d;
  margin-top: 20px;    margin-left: 0px; 
}
.shi{
  width: 100%;
  height: auto;
  background: none;
  margin: 0 auto;
}
.shitu1{
  margin-top: 20px;
}
.shitu{
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
}
.wl-bt1{
  display: block;
}
.jiagonga {
    overflow: hidden;
    position: relative;
    /* border-radius: 10px; */
    margin-bottom: 10px;
    border: 1px solid #000;
    margin-right: 7px;
    transition: all 0.3s ease-out;
}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-80{width: 100%;}
  .xs-padding0{padding:0px;}
  .padding0-sm8{padding:8px;}
  .padding0-15{padding:15px;}
  .top-tit img{width: 100%;}
  .mini-title{width: 100%; margin:0 auto;}
  .foot-con,
  .foot-con p,
  .foot-con p a{text-align: center;}
  .foot-ewm{margin-top: 15px;}
  .qcd img{width: 100%;}

  .img-100 img{width: 100%;}
  .proc1 a{
    width: 47%;
    padding:6px 0px;
    font-size: 16px;
  }
  .tu-proc1 img{width: 90%; margin:0 auto;}
  .tu-proc1{height: auto;}
  .tu-proc1 a{margin-top: 15px;}
  .tu-proc1{padding:18px 0px; margin-bottom: 10px;}
  .tu-proc2 a h3{font-size: 19px;}
  .tu-proc2{margin-bottom: 10px;}
  
.b-map .close-btn {
    top: 10%;
}
/*首页*/
.about-tit{
  padding-left:16px;
  height: 65px;
  display: block;

}
.m2{padding:20px 0px;}
.wl-bt1 p{font-size: 13px;font-family: arial;color: rgba(0, 0, 0, 0.38)}
.wl-bt1 strong, .wl-bt1 .zi1{font-size: 23px;}
.about-bg{margin-top: 20px; height: auto; background: url(../Img/mini-about-bg.jpg) top center no-repeat;}
.about-tit{height: 53px;}
.about-tit h2{font-size: 25px; height: 32px;text-align: center;font-family: 宋体;color: #fff}
.about-tit p{font-size: 13px;text-align: center;text-transform: uppercase;font-family: arial
;letter-spacing: 0px;color: #fff}
.m3-about{margin-top: 30px;}
.about-word{padding:20px; margin:0 auto; margin-top: 15px; width: 100%;}
.habout a{margin:0 auto;}
.h-about{height: auto;margin-bottom: 40px;margin-top: 20px;    height: 256px;overflow: hidden;padding:6%;}
.h-about p{color: #fff;font-size: 14px;line-height: 30px;}

.ys-bg-tit img{width: 100%;}
.ys-bg-tit{padding-top: 20px;}
.ys-bg-tit p{font-size: 17px;}
.ys-bg{padding-bottom: 20px;}
.news03 .tu{margin-bottom: 15px;}
.news01 .n1-nr{padding:10px;}
.news01 .n1-nr p{margin-top: 5px;}
.news01 .n1-nr .more1 a{ margin:0 auto; margin-top: 5px;}
.news01{padding-bottom: 5px;}
.rt-ys-con p{
  font-size: 18px;
}
.rt-ys-con .zia{
  font-size: 18px;
}
.foot-ewm{ margin:0 auto; margin-top: 15px; }
.rt-map p{width: 100%;}
.zcplist1r {
  margin:0 auto;
  width: 96%
}
.zcplist1r a {
    font-size: 15px;
    background: #15369f;
    color: #fff;
    line-height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    display: block;
    width: 46%;
    float: left;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 5px;
}
.zsl {
    float: left;
    /* width: 350px; */
    margin-top: 0px;
}
.h-input1 {
    float: left;
    padding-left: 15px;
    height: 42px;
    width: 225px;
}

.box {
    margin-bottom: 0px;
}
.listtu a:hover{
    text-decoration:none;
    display: block;
    border:1px solid #E6E5E5;
    padding:0px;
    transition: all 0.3s ease-out;
}
.listtu a{
    text-decoration:none;
    display: block;
    border:1px solid #E6E5E5;
    padding:0px;
}


.zhfen {
  height: auto;
}
.zhfenal {
    width: 100%;
    
    height: auto;
    margin-top: 5px;    
    margin-bottom: 5px;
}
.zhfenalt {
    font-size: 20px;
    color: #fff;
    margin-left: 20px;
}


.zhfenar {
    width: 100%;
    float: right;
}
.jabxal {
    line-height: 30px;
    margin-top: 10px;
    width: 95%;
    margin:0 auto;
}
.jabxal p{
   font-size: 14px;
}
.zhfenalz {
    font-size: 30px;
    font-weight: bold;
    color: #193f98;
    margin: 0 auto;
    margin-top: 21px;
    margin-left: 10px;    width: 95%;
    margin: 0 auto;
}
.jabx {
    color: #1b48b6;
    font-size: 25px;
    margin-top: 2px;
    width: 100%;
    margin-left: 10px;
}

.jabx1 {
    color: #c02717;
    font-size: 15px;
    margin-top: 4px;
    width: 95%;
    margin-left: 13px;
}
.jmore {
    width: 94px;
    height: 27px;
    background: #c02717;
    border-radius: 6px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.zhfenarli1 {

    height: auto;
    background: #bf040e;
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.zhfenarli1 span {
    font-size: 85px;
    font-family: impact;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.zhfenarli2 {

    height: auto;
    background: #bf040e;
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.zhfenarli2 span {
    font-size: 85px;
    font-family: impact;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.zhfenarli3 {
    width: 90%;
    height: auto;
    background: #bf040e;
    float: none;
    margin:0 auto;
    margin-bottom: 50px;
}
.zhfenarli3 span {
    font-size: 85px;
    font-family: impact;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.zhfenarli1 a {
    font-size: 14px;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    display: block;
    line-height: 23px;
}
.zhfenarli2 a {
    font-size: 14px;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    display: block;
    line-height: 23px;
}
.zhfenarli3 a {
    font-size: 14px;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    display: block;
    line-height: 23px;
}

.zslal {
    float: left;
    /* width: 350px; */
    margin-top: 25px;
    background:none;
    width: 100%;
    height: 77px;    margin-left: 14px;
}
.zslal a {
    font-size: 15px;
    color: #444;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 54px;
    margin-left: 0px;
}

.jyou{
  display: none;
}


































/*优势*/
.m-yous{
    display: block;
    padding-top: 20px;
    background: #fcfcfc;
}
.m-yousa{
  width: 100%;

}
.m-yousa img{
  width: 100%;

}

.m-yous1{
  padding-top: 10px;
  width: 90%;
  margin: 0 auto;

}
.m-yous1l{
  width: 16%;
  line-height: 80px;
  background: #d61111;
  font-family: impact;
  font-size: 30px;
  text-align:center;
  color: #fff;
  background: url(../images/01.jpg) no-repeat;
  height: 59px;
  float: left;
}
.m-yous1r{
  font-size: 16px;
      margin-bottom: 30px;
}
.m-yous2l{
  width: 16%;
  line-height: 80px;
  background: #d61111;
  font-family: impact;
  font-size: 30px;
  text-align:center;
  color: #fff;
  background: url(../images/02.jpg) no-repeat;
  height: 59px;
  float: left;
}
.m-yous3l{
  width: 16%;
  line-height: 80px;
  background: #d61111;
  font-family: impact;
  font-size: 30px;
  text-align:center;
  color: #fff;
  background: url(../images/03.jpg) no-repeat;
  height: 59px;
  float: left;
}
.yanli{
  height: auto;
  background: none;
}
.foot-bg {
    padding: 10px 0px 20px 0px;
    width: 100%;
    height: 485px;
    background: #15369f;
}
.dibut{
  display: none;
}
.dibunt {
    width: 194px;
    height: 40px;
    background: none;
    margin-top: 0px;
}
.dibuner {
    margin-top: 10px;
    color: #fff;
    line-height: 30px;
    float: left;
    margin-left: 13px;
}
.dibunb {
    font-size: 30px;
    color: #ffc400;
    font-family: impact;
    margin-top: 10px;
    width: 100%;
    
}
.auto-pro1 a h3{
      display: block;
    padding: 6px;
    font-size: 17px;
    color: #f50505;
    text-align: center;
     background:none; 
}

.lxxx{/*padding:0px 10px 10px 10px; */overflow: hidden;}
.lxxx a{padding:0px; margin:0px;}
.lx-phone{width: 47%;float: left; background-color: #AD0700; text-align: center; padding:3px 4px;}
.lx-phone img{display: inline-block;vertical-align:middle; width: 16px; height: 15px; margin:0px; padding:0px;}
.lx-phone p{display: inline-block;vertical-align:middle; font-size: 14px; color: #ffffff; padding:0px;
background:none; margin:0px; margin-left:5px;}
.lx-dx{width: 47%;float: right; background-color: #AD0700; text-align: center; padding:3px 4px;}
.lx-dx img{display: inline-block;vertical-align:middle; width: 16px; height: 15px; margin:0px; padding:0px;}
.lx-dx p{display: inline-block;vertical-align:middle; font-size: 14px; color: #ffffff; 
  background:none; padding:0px; margin:0px; margin-left:5px;}

.lei{
    width: 100%;
    padding-bottom: 168px;
    margin-top: 10px;
}

/*搜索*/
.zsou {
    width: 100%;
    height: auto!important;
    background: url(../images/sbg.jpg) repeat;
    margin: 0 auto;
    padding-bottom: 21px;
    padding:3%;
}
.zsz {
    margin-top: 10px;
}
.zabout1 {
    width: 100%;
    height: auto;
    background: none; 
    margin: 0 auto;
    margin-top: 15px;
}
.zabout1 span {
    font-size: 23px;
    color: #ed4e30;
    display: block;
     float: none; 
    margin-left: 0px;
    margin-top: 15px;
    text-align: center;
}
.zabout1 h3 {
    font-size: 28px;
    color: #222;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-left: 10px;
     float: none; 
     margin-bottom: 10px;
}
.zaboutz {
    width: 95%;
    height: auto;
    background: none;
    margin: 0 auto;
    margin-top: 0px;
}
.zabout {
    background: #f8f8f8;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: auto

}
.zaboutzl {
    width: 100%;
    height: auto;
    float: none;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
}
.zaboutzlt {
    font-size: 22px;
    color: #333;
    margin-top: 18px;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
}

.zaboutzlb {
    margin-top: 25px;
    line-height:28px;
    color: #d7000f;
    font-size: 15px;
    font-weight: bold;

}

.zaboutz1 {
    width: 100%;
    margin: 0 auto;
}
.zaboutz1l {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 35px;
    margin-left:1%;
}
.zaboutz1l a {
    display: block;
    padding: 5px;
    border: 1px solid #333;
    width: 47%;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    float: left;
    margin-right: 1%;
}
.ht-ny-tit1 {
    padding: 10px 10px 15px 10px;
}

.ldhn{
      background: rgb(56, 114, 213) !important;;
    padding: 20px 0px 10px 10px !important;;
    color: #fff !important;;
    height: 100% !important;;
    font-size: 14px !important;;
    line-height: 28px !important;;
}

.syous{

  background: url(../images/syou.jpg) no-repeat center;
  width:100%; 
  height: 100%; 
  background-position: center center;
  background-repeat:no-repeat; 
  background-size:cover;
  padding-top: 50px;
  padding-bottom: 50px;

}

.syous li{
  margin-bottom: 10px;
  margin-top:10px;
}


.top{display: none}









}




















































}

