@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; overflow:hidden;}

.w-1260-1{width:1260px; margin:0 auto;}

#w-1200{width:1260px; margin:0 auto; overflow:hidden;}

#w-1200-1{width:1260px; 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: 70px;}

.mt-30{ margin-top:30px;}

.mt-35{ margin-top:35px;}

.mt-40{ margin-top:40px;}

.mt-50{ margin-top:55px;}

.mt-60{ margin-top:60px;}

.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;}

.padding0-sm15{padding:0px;}

.padding6{padding:6px;}

#w-90{margin:0 auto;width: 90%;overflow: hidden;}

#w-80{margin:0 auto;width: 80%;overflow: hidden;}

#w-1260{margin:0 auto;width: 1260px;overflow: hidden;}

#w-1260-1{margin:0 auto;width: 1260px;}

.p-img{width: 100%;}



/*====================top====================*/



/*====================menu====================*/

.top-w{
  width: 100%;
  border: none;
  border-bottom: 8px solid #7fbe32;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
}

.menu-w{

  width: 100%;

  height: auto;

  background-color: #fff;

}

.pc-menu-bg{

  position: relative;

  z-index: 111111;

  width: 100%;

  background-color: #f0f0f0;

}

.pc-menu{
  width: 100%;
  margin:0 auto;
  margin-top: 6px;
  padding:0px 0px;
  text-align: right;
}



.pc-menu li{
  padding:17px 0px;
  position: relative;
  display: inline-block;
  width: 8.6%;
  transition: all 0.3s ease-out;
}

.pc-menu li:before{

content: "";

position: absolute;

z-index: 1111111;

bottom:0px;

left:50%;

width: 0%;

height: 3px;

background-color: #edaf1e;

transition: all 0.3s ease-out;
}

.pc-menu li:hover:before{

  width: 80%;

  left:8%;

}

.pc-menu li #menu1-a{

  display: block;

  padding:5px 0px;

  width: 95%;

  text-align: center;

  font-size: 16px;

  color: #333;

  transition: all 0.3s ease-out;

}

.h-menu-hover{

  background-color: #f60e0e;

  color: #fff !important;

  border-radius: 5px;

}

.pc-menu li .menu-2{

  display: none;

  position: absolute;

  top:66px;

  left:0px;

  z-index: 111111111;

  width:430px;

  background: rgba(255,255,255,1);

  border-top:none;

}



.pc-menu li .menu-2 .menu2-l{

  float: right;

  width: 270px;

  height: auto;

  position: relative;

}

.pc-menu li .menu-2 .menu2-l img{

  display: block;

  width: 270px;

  height: 100%;

  border-radius: 0px;

  overflow: hidden;

}

.pc-menu li .menu-2 .menu2-l p{

  display: block;

  position: absolute;

  bottom:0px;

  left:0px;

  width: 100%;

  height: 30px;

  font-size: 15px;

  color: #fff;

  text-align: center;

  line-height: 30px;

  background: rgba(0,0,0,0.8);

  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);

}

.pc-menu li .menu-2 .menu2-l .zi1{

  display: block;

  margin-top: 12px;

  padding-bottom: 5px;

  font-size: 15px;

  color: #000;

  text-align: center;

  line-height: 140%;

  border-bottom: 1px solid #333;

  letter-spacing: 0px;

}

.pc-menu li .menu-2 .menu2-r{

  float: left;

  margin-top: 30px;

  width: 150px;

  height: auto;

}

.pc-menu li .menu-2 .menu2-r li{

  position: relative;

  display: block;

  margin:0px;

  border-bottom:1px solid #efefef;

  width: 100%;

  overflow: hidden;

}

.pc-menu li .menu-2 .menu2-r li a{

  display: block;

  position: absolute !important;

  marign:0px;

  padding:0px;

  top:0px;

  left:0px;

  z-index: 10;

  width: 100%;

  height: 30px ;

  line-height: 30px;

  font-size: 15px;

  color: #000;

  text-align: center;

}



.pc-menu li .menu-2 .menu2-r li:before{

  content: "";

  position:absolute;

  top:0px;

  left:50%;

  z-index: 1;

  background-color:#efefef;

  width: 0%;

  height: 30px;

  transition: all 0.3s ease-out;

}

.pc-menu li .menu-2 .menu2-r li:hover:before{

  left:0px;

  width: 100%;

}





.pc-menu li .menu-3{

  display: none;

  position: absolute;

  top:66px;

  left:0px;

  z-index: 111111111;

  width:550px;

  background: rgba(255,255,255,1);

  border-top:none;

}



.pc-menu li .menu-3 .menu2-l{

  float: right;

  width: 270px;

  height: auto;

  position: relative;

}

.pc-menu li .menu-3 .menu2-l img{

  display: block;

  width: 270px;

  height: 100%;

  border-radius: 0px;

  overflow: hidden;

}

.pc-menu li .menu-3 .menu2-l p{

  display: block;

  position: absolute;

  bottom:0px;

  left:0px;

  width: 100%;

  height: 30px;

  font-size: 15px;

  color: #fff;

  text-align: center;

  line-height: 30px;

  background: rgba(0,0,0,0.8);

  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);

}

.pc-menu li .menu-3 .menu2-l .zi1{

  display: block;

  margin-top: 12px;

  padding-bottom: 5px;

  font-size: 15px;

  color: #000;

  text-align: center;

  line-height: 140%;

  border-bottom: 1px solid #333;

  letter-spacing: 0px;

}

.pc-menu li .menu-3 .menu2-r{

  float: left;

  margin-top: 30px;

  width: 268px;

  height: auto;

}

.pc-menu li .menu-3 .menu2-r li{

  position: relative;

  display: block;

  margin:0px;

  border-bottom:1px solid #efefef;

  width: 100%;

  overflow: hidden;

}

.pc-menu li .menu-3 .menu2-r li a{

  display: block;

  position: absolute !important;

  marign:0px;

  padding:0px;

  top:0px;

  left:0px;

  z-index: 10;

  width: 100%;

  height: 30px ;

  line-height: 30px;

  font-size: 15px;

  color: #000;

  text-align: center;

}



.pc-menu li .menu-3 .menu2-r li:before{

  content: "";

  position:absolute;

  top:0px;

  left:50%;

  z-index: 1;

  background-color:#efefef;

  width: 0%;

  height: 30px;

  transition: all 0.3s ease-out;

}

.pc-menu li .menu-3 .menu2-r li:hover:before{

  left:0px;

  width: 100%;

}

/*导航*/

.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:#fb8404;}

.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("../images/top_icons2.png") no-repeat left center;}

.icon-global{background:url("../images/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:#fb8404;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;}

/*====================手机站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: 100000000;

  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: 19px;

  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: #2c2c2c;

  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: 14px;

  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-tit01{

  width: 100%;

  height: 100px;

  overflow: hidden;

  background: url(../images/tit-bg.jpg) top center no-repeat;

}

.h-tit01 h2{

  width: 100%;

  height: 40px;

  font-size: 26px;

  color: #292626;

  text-align: center;

  letter-spacing: 0px;

}

.h-tit01 .zi1{

  display: block;

  width: 100%;

  height: 32px;

  font-size: 15px;

  color: #f02526;

  text-align: center;

  letter-spacing: 0px;

  text-transform: uppercase;

}



.h-tit01 .zi2{

  display: block;

  width: 100%;

  font-size: 16px;

  color: #363636;

  text-align: center;

}

.xm-tit{

margin-top: 60px;

text-align: center;

font-size: 36px;

font-weight: bold;

color: #333;
}

.xm-tit-p p{

  padding-top:20px;

  text-align: center;

  font-size: 16px;

  color: #666;

}



/*====================middle====================*/

  .gl-proc{

    padding:15px 0px;

    text-align: center;

  }

  .gl-proc li{

    display: inline-block;

    text-align: -webkit-match-parent;

  }

  .gl-proc li a{

    display: inline-block;

    font-size: 17px;

    margin:3px;

    width: auto;

    border: #d3d6da 1px solid;

    padding: 8.5px 25px;

    color: #666;

    border-radius: 3px;

    transition: all 0.5s;

  }

  .gl-proc li:hover a{

    background-color: #333;

    color: #fff;

  }

 /*分类*/

.yz-fl{

margin-top: 38px;

position: relative;

z-index: 10;

height: auto;

text-align: center;
}

.yz-fl li{

display: inline-block;

position: relative;

margin: 10px;

width: 300px;

height: 40px;

font-size: 17px;

color: #333;

text-align: center;

line-height: 40px;
}

.yz-fl li a{

display: block;

width: 100%;

height: 40px;

font-size: 16px;

color: #fff;

text-align: center;

line-height: 40px;

background-color: #de0208;

border-radius: 30px;
}

.yz-fl li:hover a{

background-color: #313131;
}

.yz-fl li .yz-two{

  display: none;

  position: absolute;

  z-index: 10px;

  width: 230px;

  height: auto;

  background-color: #efefef;

  padding:10px 0px;

}

.yz-fl li:hover .yz-two{

  display: block;

}

.yz-fl li .yz-two a{

  display: block;

  margin:3px auto;

  width: 90%;

  height: 30px;

  background-color: #e02b30;

  font-size: 15px;

  color: #fff;

  text-align: center;

  line-height: 30px;

}

.yz-fl li .yz-two a:hover{

  background-color: #333;

}

/*====================自适应新闻3====================*/

.pro-padding{

  padding:6px;

}

.at-news3-w{

/* padding:25px 0px; */

/* background-color: #f5f5f5; */

overflow: hidden;
}

.at-news3{

  padding:20px;

}

.at-news3 .tu1{

display: block;

width: 100%;

height: 100%;

border:1px solid #efefef;

box-sizing: border-box;

position: relative;

transition: all 0.3s ease 0.1s;

overflow: hidden;
}

.at-news3 .tu1 img{

/* max-height: 275px; */

width: 100%;

object-fit: cover;
}

.at-news3 .tu1 .upimg{

  width: 100%;

  height: 100%;

  opacity: 0;

  transition: all 0.4s ease 0s;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 10;

}

.at-news3 .tu1:hover .upimg{

  opacity: 1;

}

.at-news3 .tu1 .upimg .bgbox{

  display: block;

  width: 100%;

  height: 100%;

  background: rgba(0,0,0,0.6);

  

}

.at-news3 .tu1 .upimg .stit{

  display: block;

  font-size: 16px;

  line-height: 30px;

  width: 100%;

  text-align: center;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -15px;

  color: #fff;

  z-index: 11;

}

.at-news3 .tu1 .upimg .line{

  display: inline-block;

  width: 100px;

  height: 1px;

  background-color: #f2f2f2;

  position: absolute;

  left: 50%;

  margin-left: -50px;

  transition: all 0.6s ease 0s;

}

.at-news3 .tu1:hover .upimg .line {

    width: 6px;

    margin-left: -3px;

    opacity: 0.6;

    filter: alpha(opacity=60);

}

.at-news3 .tu1 .upimg .linet{

  top: 0;

}

.at-news3 .tu1 .upimg .lineb{

  bottom: 0;

}

.at-news3 .n3-tit{

width: 100%;

height: 80px;

background: #7fbe32 url(../images/n3-tu1.png) no-repeat;

background-position-x: 0%;

background-position-y: 0%;

background-position: 81% 17px;

transition: all 0.3s ease-out;
}

.at-news3:hover .n3-tit{

background: #3e4345 url(../images/n3-tu1.png) no-repeat;

background-position: 81% 0px;
}

.at-news3 .n3-tit h3 {

  float: left;

  overflow: hidden;

  padding-left: 9%;

  width: 72%;

  line-height: 23px;

  transition: 0.5s;

  padding-top: 17px;

  font-size: 18px;

  color: #fff;

  text-align: left;

}

.at-news3 .n3-tit h3 span {

font-size: 14px;

color: #ffffff;

display: block;

max-height: 22px;

overflow: hidden;
}

.at-news3:hover .n3-tit h3 span{

color: #c3c3c3;
}

.at-news3 .n3-tit .jiantou {

float: right;

width: 18%;

height: 80px;

background: url(../images/n3-tu3.png) no-repeat 33px center;

transition: 0.5s;

margin-right: 15px;
}

.at-news3 .n3-tit:hover .jiantou {

background: url(../images/n3-tu2.png) no-repeat 43px center;
}

.at-news3 .n4-tit h3{

  display: block;

  border:1px solid #efefef;

  box-sizing: border-box;

  padding:5px;

  text-align: center;

  font-size: 14px;

  color: #333;

}

/*top分类*/

.top-fl-w{

  width: 100%;

  padding:30px 0px;

  background-color: #252f3b;

  overflow: hidden;

}

 .top-fl{

  padding:5px;

  background-color: #e02b30;

  overflow: hidden;

 }

.top-fl img{

  width: 100%;

}

.top-fl a h3{

  margin-top: 10px;

  display: block;

  height: 40px;

  font-size: 15px;

  color: #fff;

  text-align: center;

}

/*hot产品和搜索*/

.hot-div{

  padding:15px;

  background-color: #fff;

  overflow: hidden;

  box-shadow:5px 2px 6px #e3e3e3;

}

.hot-w h3{

  display: inline-block;

  float: left;

  font-size: 15px;

  color: #e02b30;

  line-height: 35px;

  font-weight: bold;

}

.hot-w a{

  display: inline-block;

  float: left; 

  font-size: 14px;

  color: #333;

  padding-right:15px;

  line-height: 35px;

}

.h-gg-r {

    float: right;

    width: 308px;

}

.h-input1{

  float: left;

  width: 226px;

  height: 40px;

  border:1px solid #dcdcdc;

  background-color: #fff;

  font-size: 14px;

  color: #666;

  line-height: 40px;

  text-indent: 15px;

}

.h-input2{

  float: right;

  width: 82px;

  height: 40px;

  background-color: #e02b30;

  text-align: center;

  font-size: 15px;

  color: #fff;

  line-height: 40px;

}

/*下面新闻*/

.yz-news-w{

padding:70px 0px;

background-color: #f7f9fb;

overflow: hidden;

border-bottom: 1px solid #ececec;

border-top: 1px solid #ececec;
}

.yz-news-tit{

  padding-bottom: 7px;

  border-bottom:1px solid #e4e5e7;

  overflow: hidden;

}

.yz-news-tit h2{

display: block;

float: left;

font-size: 20px;

color: #7fbe32;

font-weight: bold;
}

.yz-news-tit p{

  display: block;

  margin-left: 10px;

  float: left;

  font-size: 14px;

  color: #979797;

  letter-spacing: 0px;

  line-height: 30px;

}

.yz-news-tit img{

  display: block;

  float: right;

}

/*公司新闻*/

.news-gs{

  

}

.news-gs li{

margin-top: 25px;
}

.news-gs li a h3{

display: block;

font-size: 16px;

color: #353638;

font-weight: bold;
}

.news-gs li p{

  display: block;

  margin-top: 12px;

  font-size: 13px;

  color: #636468;

  line-height: 150%;

  height: 22px;

  overflow: hidden;

}

.news-gs li .line-n{

display: block;

margin-top: 12px;

width: 18px;

height: 3px;

background-color: #7fbe32;

transition: all 0.3s ease-out;
}

.news-gs li:hover .line-n{

  width: 40px;

}

.news-gs .date-n{

  display: block;

  margin-top: 12px;

  font-size: 12px;

  color: #b3b4b8;

}

.news-js{

  margin-top: 15px;

}

.news-js li{

padding: 20px 0px;

border-bottom:1px solid #e3e4e8;

overflow: hidden;
}

.news-js li .js-l{

  float: left;

  width: 70%;

  height: 16px;

  overflow: hidden;

}

.news-js li .js-l .line-gs{

  float: left;

  margin-top: 8px;

  width: 6%;

  height: 3px;

  background-color: #656766;

  vertical-align: middle;

  transition: all 0.3s ease-out;

}

.news-js li .js-l a h3{

  display:block;

  float: left;

  margin-left: 9%;

  width: 83%;

  font-size: 15px;

  color: #666769;

  vertical-align: middle;

  transition: all 0.3s ease-out;

}


.news-js li .js-r{

  float: right;

  width: 25%;

}

.news-js li .js-r p{

  display: block;

  text-align: right;

  font-size: 13px;

  color: #a8a9ad;

}

.news-js li:hover .js-l .line-gs{

width: 8%;

background-color: #de0208;
}

.news-js li:hover .js-l a h3{

  color: #dd2e29;

}

.news-tu img{

width: 285PX;
}











.case1 .tu1{

  width: 100%;

  height: auto;

  overflow: hidden;

}

.case1 .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; 

}

.case1: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; 

}

.case1 .tit{

  width: 100%;

  height: auto;

  background-color: #eeeeee;

  background-image: url(../images/case-tu2.png);

  background-position: right center;

  background-repeat: no-repeat;

  transition: all 0.3s ease-out;

}

.case1 .tit a h3{

  display: block;

  padding:5px 20px;

  font-size: 16px;

  color: #000;

  line-height: 45px;

  transition: all 0.3s ease-out;

}

.case1:hover .tit a h3{

  color: #fff;

}

.case1:hover .tit{

  background-color: #e4333d;



}

.case1 .tit .more1{

  float: right;

  width: 39px;

  

  transition: all 0.3s ease-out;

}

.case1 li:hover .tit .more1{

  background-position: 0px 0px;

}

 



/*案例*/

.Box {position: relative;}

      .Box .content {width: 1200px;margin: 0 auto;margin-bottom: 60px;}

/*      .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: 148px;cursor: pointer;}

      .Box .Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;left: -72px;}

      .Box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -72px;}

      .Box .Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}

      .Box .Box_con .btnr:hover {background: url(../images/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: 230px;height: 325px;margin-left: 15px;overflow: hidden;}

      .Box .Box_con .conbox ul li:first-child {margin-left: 0;}

      .Box .Box_con .conbox ul li img {display: block;width: 230px;height: 325px;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 h3 {

        margin-top: 15px;

        display: block;

        width: 100%;

        height: 30px;

        line-height: 30px;

        font-size: 15px;

        color: #333;

        text-align: center;

      }

      

      .Box .BoxSwitch {margin-top: 38px;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;}



/*流程*/

.yz-lc{

  width: 100%;

  height: auto;

  background: url(../images/lc-tit-bg.jpg) top center no-repeat;

}

.yz-lc h2{

  display: block;

  text-align: center;

  font-size: 36px;

  color: #252122;

  font-weight: bold;

}

.yz-lc p{

  display: block;

  margin-top: 10px;

  font-size: 23px;

  color: #262223;

  text-align: center;

}

.yz-lc .zic{

font-size: 23px;

color: #4fa536;
}

.yz-lc span{

  display: block;

  margin-top: 5px;

  text-align: center;

  font-size: 12px;

  color: #a8a7ad;


}

.yz-lc-con{

  margin-top: 15px;

  text-align: center;

}

.yz-lc-con img{}



/*简介*/

.about-w{

width: 100%;

height: 510px;

background: url(../images/about-bg.jpg) top center no-repeat;

overflow: hidden;

margin-top: 50px;
}

.about-tit{

margin-top: 38px;
}

.about-tit h2{

  display: block;

  text-align: center;

  font-size: 40px;

  color: #fff;

  font-weight: bold;

}

.about-tit span{

  display: block;

  margin-top: 5px;

  text-align: center;

  font-size: 16px;

  color: #ac8b71;

  text-transform: uppercase;

}

.about-tit p{

display: block;

margin-top: 30px;

text-align: center;

font-size: 25px;

color: #f3b838;

letter-spacing: 0px;

margin-bottom: 10px;
}

.about-cont{

padding:20px;

height: 190px;

font-size: 16px;

color: #fff;

line-height: 190%;

/* text-align: center; */

overflow: hidden;
}

.about-cont p{

font-size: 16px;

color: #fff;

line-height: 28px;

/* text-align: center; */

letter-spacing: 0px;
}

.about-zi{

/* margin-top: 10px; */

text-align: center;
}



/*联系我们地图*/

.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(../images/closemap.png) no-repeat center center #3f51b5;

    display: block;

    z-index: 2;

}

.con-map{

  /*width: 100px;

  height: 30px;

  background-color: red;*/

}



/*首页新闻*/      

/*end首页新闻*/









/*====================end middle====================*/

/*====================foot====================*/

/*下面电话*/

.foot-lx{

  width: 100%;

  height: auto;

  background: url(../images/foot-tua.jpg) top center no-repeat;

  overflow: hidden;

}

.foot-lx-tit{

  margin-top: 70px;

  text-align: center;

}

.foot-lx-tit p{

  display: block;

  margin-top: 10px;

  text-align: center;

  font-size: 24px;

  color: #fff;

}

.foot-lx-tit span{

  display: block;

  margin-top: 15px;

  text-align: center;

  font-size: 18px;

  color: #fff;

}

.yz-lx{

  margin-top: 70px;

}

.yz-lx .con{

  padding:20px;

  background-color: #252f3b;

  text-align: center;

}

.yz-lx .con p.bt{

  display:inline-block;

  vertical-align: middle;

  text-align: center;

  font-size: 14px;

  color: #fff;

}

.yz-lx .con p.bt img{

  display:inline-block;

  vertical-align: middle;

}

.yz-lx .con p.lx-nr{

  display: block;

  margin-top: 10px;

  font-size: 15px;

  color: #fff;

  font-weight: bold;

  text-align: center;

}

.yz-f-phone{

  

}

.yz-f-phone .tit{

padding: 9px;

width: 145px;

height: auto;

background-color: #7fbe32;

border-radius: 20px;

font-size: 18px;

color: #fff;

text-align: center;

margin-bottom: 25px;
}

.yz-f-phone p{

display: block;

padding: 10px 0px;

font-size: 20px;

color: #fff;

/* font-weight: bold; */
}

.yz-f-tit{

  padding-bottom: 40px;

  font-size: 17px;

  color: #eeeff1;

  height: 20px;

}

.yz-f-menu a{

  display: block;

  padding:3px;

  font-size: 14px;

  color: #757e87;

}

.yz-f-fl{

  text-align: left;

}

.yz-f-fl a{

  display: inline-block;

  margin:2px;

  padding:3px;

  font-size: 14px;

  color: #757e87;

  border:1px solid #6f767c;

}

.yz-link{

  margin:30px 0px;




  overflow: hidden;

}

.yz-link img{

  display: block;

  float: left;

  margin-right: 15px;

}

.yz-link a{

  display: block;

  float: left;

  margin-right: 15px;

  font-size: 14px;

  color: #333;

  line-height: 31px;

  position: relative;

}

.yz-link a:before{

  content: "";

  position: absolute;

  right:-8px;

  top:11px;

  z-index: 10;

  width: 1px;

  height: 10px;

  background-color: #666;

}

.yz-foot{

  padding-top:60px;

  padding-bottom: 40px;

  background-color: #252f3b;

  width: 100%;

  height: auto;

  overflow: hidden;

}

.yz-ewm{

text-align: center;

float: right;
}
.hidden-xx{
    width: 336px;
}
.yz-ewm img{

  display: block;

  margin:0 auto;

}

.yz-ewm p{

  display: block;

  padding:15px 0px;

  font-size: 14px;

  color: #70797e;

  text-align: center;

}

.yz-bq{

  padding:15px 0px;

  border-top:1px solid #414b57;

  background-color: #252f3b;

  text-align: center;

  overflow: hidden;

}

.yz-bq a,

.yz-bq p,

.yz-bq p a,

.yz-bq p strong{

  vertical-align: middle;

  font-size: 14px;

  color: #697375;

  text-align: center;

}

.yz-bq p img{

  display: inline-block;

  vertical-align: 

}

/*内页*/

.jt-ny-tit{

  position: relative;

  height: 480px;

}

.jt-ny-tit h2{

  position: absolute;

  bottom:0px;

  left:0px;

  width: 200px;

  height: 50px;

  background-color: #f60e0e;

  text-align: center;

  line-height: 50px;

  color: #fff;

  font-size: 26px;

}



/*手机样式*/

  /*优势*/



/*返回顶部*/

.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}

.to-top:visited { color: #fff;}

/*end手机样式*/



@media only screen and (min-width: 1260px){

  #w-1200{width:80%}

  #w-1200-1{width:80%;}

  .pc-menu-bg{width: 100%;}

  /*menu*/

  .header-nav .nav-list>li>a{padding:0 13px;}

  .header-nav .nav-list > li > a::after{margin-left: 12px;}

}



@media only screen and (max-width: 1260px){

  #w-1200{width:100%;}

  #w-1200-1{width:100%;}

  #w-1260{width:100%;}

  #w-1260-1{width:100%;}

  .pc-menu-bg{width: 100%;}

  .pc-menu{width: 100%;}

  /*menu*/

  .header-nav .nav-list>li>a{padding:0 13px;}

  .header-nav .nav-list > li > a::after{margin-left: 12px;}



  

}

@media only screen and (max-width: 992px){

  #w-1200{width:100%;}

  #w-1200-1{width:100%;}

  #w-1260{width:100%;}

  #w-1260-1{width:100%;}



  .pc-menu{width: 100%;}

  .pc-menu-bg{width: 100%;}



  .yz-logo {text-align: center;}

  .pc-menu{margin-top: 5px;}



  .padding15-8{padding:8px;}

  .header-nav .nav-list>li>a{padding:0 3px;}



  /*简介*/

  .about-tit h2{font-size: 25px;}

  .about-cont{height: 213px;}

  .about-cont p{font-size: 15px;}

  .about-more a{

    display: block;

    margin:0 auto;

    margin-top: 15px;

    width: 120px;

    padding:5px;

    background-color: #ef3d21;

    font-size: 14px;

    color: #ccc;

    text-align: center;

    border-radius: 6px;

  }
	.about-more{}

  /*流程*/

  .yz-lc-con img{width: 100%;}

  /*标题*/

  .xm-tit{font-size: 26px;}

  .xm-tit-p p{padding:15px;}

  /*分类*/

  .yz-fl{margin-top: 3px;}

  .gl-proc{padding:15px;}

  .gl-proc li{display: block;width: 49.5%; float: left; margin:0px; padding:0px;}

  .gl-proc li a{display: block; font-size: 15px; padding: 8.5px 3px;}

  /*底部*/

  .yz-f-phone .tit{float: left;}

  .yz-f-phone p{float: left; padding:0px; padding-left: 10px;}

  .yz-bq{padding:15px;}

  .yz-foot{padding-bottom:15px; padding-top:25px;}


}

