@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;
    text-align: left;
}
/**{ padding:0 ; margin:0 ; font-size:14px;text-align: left;}*/
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}
caption,th{text-align:left}

@font-face{
      font-family: myFirstFont;
      src:url('../img/font/SOURCEHANSERIFSC-HEAVY.OTF');
    }

@font-face{
      font-family: mySecFont;
      src:url('../img/font/SOURCEHANSERIFSC-EXTRALIGHT.OTF');
    }

.w-100{width:100%; height:auto; overflow:hidden;}
.w-1200{width:1200px; margin:0 auto; overflow:hidden;}
.w-1200-1{width:1400px; 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: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;}
#show-h{display: block;}
#s-h-768{}
#h-s-768{display: none;}
#s-h-992{display: block;}
#h-s-992{display: none;}
#s-h-1200{display: block;}
#h-s-1200{display: hidden;}
#w-1200{margin:0 auto;width: 1200px;overflow: hidden;}
#w-1200-1{margin:0 auto;width: 1200px;}
.p-img{width: 100%;}
.p-img2{}
#pc_1200 { width: 1400px; display: block; margin: 0px auto;}
#mini_1200{display: none;}
#top{ position: relative; display: block; z-index: 99999;}







/*====================top====================*/
.top-tit{}
.top-phone{
	margin-top: 17px;
}
.ph-sy-top{ display: none; }


/*====================menu====================*/
.menu-bg{
  width: 100%;
  height: auto;
  margin-top: 20px;
}




.pc-menu li{
  position: relative;
  z-index: 200;
  float: left;
  width: 12%;
  padding:20px 0px;
  color: #ffffff;
  list-style: none;
}
.pc-menu li a{
  display: block;
  border-radius:20px;
  padding:5px;
  color: #ffffff;
  font-size: 16px;
  font-weight:bold;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}

.pc-menu li a:hover {
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.pc-menu li ul{
  position: absolute;
  top:60px;
  left:-38px;
  z-index: 111111111;
  z-index: 1000;
  margin:0px;
  margin-left:0px;
  padding:15px 0px 20px 0px;
  width:194px;
  display: none;
  background:rgba(255,255,255,0.8);
  border-radius: 5px;
}
.pc-menu li ul span{
	display: block;
	padding:15px;
	font-size: 14px;
	color: #fff;
	line-height: 150%;
}
.pc-menu li ul a{
  display: block;
  margin:0 auto;
  padding:0px;
  width: 90%;
  height: 45px;
  font-size: 14px;
  color: #ffffff !important;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  border-radius: 0px;
  background:rgba(44,44,44,0.8) !important;
  border-bottom: 1px solid #5e5e5e;
}
.pc-menu li ul a:hover{
  background-color: #e60000 !important;
  font-size: 14px !important;
  color: #fff !important;
}
.pc-menu li ul a:hover:after{
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 0%;
}

/*====================手机站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);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);


  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;
}

/* 样式一*/
.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====================*/

/*====================end手机站menu====================*/
.sycpbg{ background:url(../Img/jjbg.jpg) bottom center no-repeat; }
#link_logo1 .pc1-padding{border-radius: 20px;}


/*====================title====================*/
.h-tit1{
  margin: 0px auto;
  height: auto;
  padding: 30px 0px;
  overflow: hidden;
  text-align: left;
  font-size: 26px;
  color: #363636;
  text-align: center;
}
.h-tit1 h3{
  display: block;
  font-size: 36px;
  color: #e60000;
  font-family: myFirstFont;
  text-align: center;
}

.h-tit1 h3 a{
  font-size: 36px;
  color: #e60000;
  font-family: myFirstFont;
  text-align: center;
}

.h-tit1 h3 a span{
  font-size: 36px;
  color: #363636;
  font-family: myFirstFont;
  text-align: center;
}


.h-tit1 h3 span{
  font-size: 36px;
  color: #363636;
}


.h-tit1 p{
  padding: 10px 0px;
  display: block;
  padding-bottom: 10px;
  width: 100%;
  font-family: mySecFont;
  font-size: 16px;
  color: #484848;
  text-align: center;
  text-transform: uppercase;
}

.h-tit1 .sybt-font{
  padding: 10px 0px;
  display: block;
  padding-bottom: 10px;
  width: 100%;
  font-size: 14px;
  color: #b2b2b2;
  text-align: center;
  text-transform: uppercase;
}

.h-tit1 p .enzi{
  display: block;
  padding-bottom: 10px;
  font-family: "华文细黑";
  width: 100%;
  font-size: 16px;
  color: #b2b2b2;
  text-align: center;
  text-transform: uppercase;
}

.h-tit1 .h-t-line{
  margin: 0 auto;
  width: 73px;
  height: 5px;
  background-color: #00a99f;
}

.h-tit2{
  margin: 0px auto;
  height: auto;
  padding: 93px 0px;
  overflow: hidden;
  text-align:center;
}

/*====================middle====================*/
/*======================产品分类=======================*/
.h-proc1{
  width: 100.5%;
  height: auto;
  overflow: hidden;
}
.h-proc1 li{
  display: block;
  float: left;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  width: 19.5%;
}
.h-proc1 li a h3{
  display: block;
  padding:8px 3px;
  background-color: #0875db;
  font-size: 17px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.h-proc1 li:hover a h3{
  background-color: #ff3030 !important;
}
.h-proc1-hover{
  background-color: #ff3030 !important;
}

/*======================end产品分类=======================*/
.h-m1-bg{
  width: 100%;
  height: auto;
  background:url(../Img/bg01.jpg) top center no-repeat;
}
.h-m1-1{
  margin-top:30px;
  width: 100%;
  height: 90px;
  font-size: 57px;
  color: #333;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.h-m1-2{
  min-height: 268px;
  padding:15px 5px;
  text-align: center;
  background: url(../Img/cpbg.jpg) top center no-repeat;
  border-radius: 15px;
}

.h-m1-2 span{
  font-weight: bold;
  font-size: 22px;
}

.h-m1-2 a{
  color: #afafaf;
  font-weight:normal;
  font-size: 14px;
}

/*顶部展示*/
.sytop{
    line-height: 33px; }
.topsydh{
  height: auto;
 width: 100%; margin: 0px auto;
 background: #e60000;
}

.topsydh .sylogo{
color: #e60000;
font-size: 35px;
font-weight: bold;
 }

.topsydh .sylogo span{
padding-top: 30px;
color: #e60000;
font-size: 0.4em;
font-weight:normal;
 }


.banner{}
.bannerny{ display: block; height: 450px; background: url(../Img/banner01jj.jpg) top center; }
.bannercp{ display: block; height: 450px; background: url(../Img/banner01cp.jpg) top center; }
.bannergc{ display: block; height: 450px; background: url(../Img/banner01gc.jpg) top center; }
.bannerks{ display: block; height: 450px; background: url(../Img/banner01ks.jpg) top center; }
.bannerlx{ display: block; height: 450px; background: url(../Img/banner01lx.jpg) top center; }
.bannerxw{ display: block; height: 450px; background: url(../Img/banner01xw.jpg) top center; }
.banneral{ display: block; height: 450px; background: url(../Img/banner01al.jpg) top center; }

#part-cpzs{ display: block; width: 1200px; margin: 0px auto; }
.part-cpzs{ padding-top: 20px; float: left; width: 24%; }
.zz01{
      -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.h-m1-2-zi{
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.h-m1-2-zi2{
  display: block;
  margin-top:10px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 130%;
}

/*产品*/
.h-pro1-bg{
  padding:20px 0px;
  width: 100%;
}
.h-pro1{
  margin-bottom:40px;
  padding:0px -18px !important;
  box-shadow:1px 1px  10px 1px #e8e8e8;
}
.h-pro1 .tu1{
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.h-pro1 .tu1 img{
  width: 100%;
}
.h-pro1 .tu1 a{
  position: absolute;
  top:100%;
  left:0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(230,0,0,0.8);
  transition: all 0.25s ease-in-out;
}
.h-pro1:hover .tu1 a{
  top:0;
  left:0;
}
.h-pro1 .tu1 a h3{
  display: block;
  padding-top:30%;
  width: 100%;
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.h-pro1 .hp1-tel{
  background: #fcf8f5;
  padding: 10px 0px;
  text-align: center;
  color: #e60000;
  font-size: 18px;
  font-family: mySecFont;
}

.h-pro1 .hp1-tel span{
  display: inline-block;
  background: #fcf8f5;
  padding: 10px 0px;
  text-align: center;
  color: #e60000;
  font-size: 18px;
  font-family: mySecFont;
}



.h-pro1 .hp1-nr{
  border-top: 1px solid #f1f1f1;
  padding:5px 22px;
}
.h-pro1 .hp1-nr a h3{
  width: 60%;
  float: left;
  display: block;
  height: 30px;
  font-size: 16px;
  color: #1a1717;
  line-height: 30px;
  letter-spacing: 0px;
  overflow: hidden;
}


.h-pro1 .hp1-nr a h4{
  width: 30%;
  float: right;
  height: 30px;
  font-size: 16px;
  color: #1a1717;
  line-height: 30px;
  letter-spacing: 0px;
  overflow: hidden;
  text-align: right;
  color: #e60000;
}

.h-pro1 .hp1-nr .more1{
  float: right;
  display: block;
  text-align: center;
  line-height: 28px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.h-pro1 .hp1-nr .more1 a{
  display: block;
  text-align: center;
  line-height: 28px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
/*简介*/
.h-about-bg{
  width: 100%;
  min-height: 733px;
}


.h-about-bt{
  padding: 20px 0px;
  width: 100%;
  text-align: center;
}


.h-a-l{
  padding:0px 46px;
}
.h-a-l-tit{
  width: 100%;
}

.h-a-l-tit p{
  display: block;
  width: 100%;
  height: 43px;
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  font-family: myFirstFont;
}


.h-a-l-tit span{
  display: block;
  width: 100%;
  height: 43px;
  font-size: 18px;
  color: #e60000;
  font-weight:normal;
  text-transform: uppercase;
}


.h-a-l-tit .h-a-line{
  width: 30px;
  height: 10px;
  background: url(../Img/line01.jpg) left bottom no-repeat;
}
.h-a-content{
  margin-top:30px;
  width: 100%;
  font-size: 14px;
  color: #747474;
  line-height: 190%;
}
.h-a-content p, .h-a-content a, .h-a-content p a{
  font-size: 14px;
  color: #747474;
  line-height: 190%;

}
.h-a-more{
  margin-top:30px;
  width: 100%;
  font-size: 14px;
  color: #747474;
  text-align: center;
}

.h-a-r{
  width: 100%;
  height: 450px;
  background-size: 100%;
}
.h-a-r-tit{
  margin-top: 20px;
  padding:6px;
  border:1px solid #fff;
  font-size: 37px;
  color: #fff;
  font-family: "Agency FB";
  text-transform: uppercase;
  text-align: center;
}


/*我们的优势*/
.h-ys-bg{
  width: 100%;
  margin-top: 20px;
  min-height: 1561px;
  background:url(../Img/ysbg.jpg) bottom center no-repeat;
   }

.h-ys-bg1{
  width: 1400px;
   }


.part-ys-pic{
  display: none;
   }

.part-ys-r{
  padding: 50px;
  background:url(../Img/ysbg.png) top center no-repeat;
  min-height: 385px;
   }


.h-ys-position{
  margin: 0px auto;
  width: 75%;
  font-size: 14px;
  padding: 20px 0px;
}
.h-ys-position .h-ys-sum{
  float: left;
  border-radius: 20px 0px 20px 20px;
  width:70px;
  height: 70px;
  transition: all 0.25s ease-in-out;
}

.h-ys-sum p{
  display: block;
  margin-top:5px;
  font-size: 3em;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.h-ys-position .h-ys{
  padding-left: 1%;
  box-sizing:border-box;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.h-ys img{
  width: 100%;
}
.h-ys-nr{
   padding-left:2%;
}
.h-ys-nr .h-ys-zi1{
  padding-bottom: 10px;
  font-size: 1.8em;
  color: #e60000;
  font-weight:normal;
}
.h-ys-nr .h-ys-zi2{
  font-family: Impact;
  font-size: 1.8em;
  color: #dbdbdb;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 0px;
}

.h-ys-nr .h-ys-zi3{
  font-size: 1.0em;
  color: #727272;
  letter-spacing: 0px;
}




.h-ys-pic{
  text-align: center;
  color: #e60000;
  font-size: 2.0em;
  font-weight: bold;
  border-right: 1px solid #f2f2f2;
   }



.h-cj-tit{
  margin-bottom:30px;
  font-size: 30px;
  color: #2f2f2f;
  text-align: center;
  font-weight: bold;
}
.h-cj1-padding{
  padding:0px 8px;
}
.h-cj1{
  margin-bottom:15px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.h-cj1 .tu1{
  width: 100%;
  overflow: hidden;
}
.h-cj1 .upname{
  position: absolute;
  top:100%;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(9,117,219,0.6);
  transition: all 0.35s ease-in-out;
}
.h-cj1:hover .upname{
  top:0px;
}
.h-cj1:hover .upname a h3{
  display: block;
  margin-top:30%;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.h-cj1 .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;
}
.h-cj1: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;
}


/*首页新闻样式*/
.wd1{ width: 23%; margin: 1%; float:left; overflow:hidden; border-bottom: 1px solid #f2f2f2; }
.wd1 a{color: #2c2c2c; font-size: 16px;}
.wd1 .conxw{
 text-align:left; font-weight:normal; font-size: 18px;
 color: #d71318; transition: 0.2s all ease;  }
.wd1 .conxw p{
  padding:10px 0px;
  font-size: 14px; color: #a2a2a2;
  font-weight: normal;
  line-height: 20px;
}

.wd1 .conxw1{ padding:10px; font-size: 18px; }
.wd1 .conxw1 span{ font-family:Impact; color: #ff1d00; font-size: 24px;}
.wd1 .conxw1 p{ padding:10px 0px;  font-size: 15px; color: #aaaaaa;}

.wd2{position: relative; float:left; height: 500px; background: #f8f8f8; overflow:hidden; }
.wd2 a{color: #2c2c2c; font-size: 16px;}
.wd2 .conxw{
  position: relative;
  top:220px;
 text-align:left; font-weight:normal; font-size: 18px;
 background: url(../Img/xwbg.jpg); color: #d71318; transition: 0.2s all ease;  }
.wd2 .conxw p{
  padding:10px 0px;
  font-size: 14px; color: #a2a2a2;
  font-weight: normal;
  line-height: 20px;
}
.wd2 .conxw1{
  position: absolute;
  top: 0px;
  padding:40px 50px; }


.wdmini{ float:left; background: #f8f8f8; overflow:hidden; }
.wdmini a{color: #2c2c2c; font-size: 16px;}
.wdmini .conxw{
 text-align:left; font-weight:normal; font-size: 18px;
 color: #d71318; transition: 0.2s all ease;  }
.wdmini .conxw p{
  padding:10px 0px;
  font-size: 14px; color: #a2a2a2;
  font-weight: normal;
  line-height: 20px;
}

.wdmini .conxw1{ padding:60px 50px; font-size: 18px; }
.wdmini .conxw1 span{ font-family:Impact; color: #ff1d00; font-size: 24px;}
.wdmini .conxw1 p{ padding:10px 0px;}

/*首页新闻样式结束*/


/*首页工程案例开始*/
.h-sy-case{
  padding-top: 140px;
  min-height: 1316px;
  background: url(../Img/casebg.jpg) top center no-repeat;
   }

.part-cpmini{ display: none; }


/*首页工程案例结束*/


.h-ny-case{
  padding-top: 90px;
  min-height: 460px;
  background: url(../Img/casebg2.jpg) top center no-repeat;
   }


.h-pro-gun01 li{
  background: #f9f9f9;
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
  padding: 10px 10px 0px 10px;
  margin-right: 15px;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}
.h-pro-gun01 li:hover{

}
.h-pro-gun01 li a{
   display: block;
   text-align: center;
  padding:0px;
  overflow: hidden;
}


.h-pro-gun01 li .tu{
    padding:0px;
    overflow: hidden;
}
.h-pro-gun01 li .tu img{
  -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 a h3{
  display: block;
  height:45px;
  font-size: 16px;
  color: #333333;
  text-align:center;
  line-height: 45px;
  letter-spacing: 0px;
  font-weight: normal;
/*  background-color: #eeeeee;*/
}

.h-pro-gun01 li a h2{
  display: block;
  height: 34px;
/*  border:1px solid #e5e5e5;*/
  font-size: 12px;
  color: #979797;
  text-align: center;
  letter-spacing: 0px;
  background:#f8f8f8;
  font-weight: normal;
/*  background-color: #eeeeee;*/
}


.h-pro-gun01 li .cptel{
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #4ab344;
  color: #ffffff;
   }

.h-pro-gun01 li .cptel p{
  text-align: center;
  color: #ffffff;
   }

.h-pro-gun01 li:hover .cptel{
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #1e2227;
  color: #ffffff;
   }




.h-news-tit{
  width: 100%;
  height: 60px;
  font-size: 27px;
  color: #222;
  font-weight: bold;
}
.h-news-l{
  padding-right: 10px;
}
.h-news-r{
  padding-left: 20px;
}
.h-news1{
  width: 100%;
  height: auto;
  padding:0px;
  margin:0px;
}
.h-news1 li{
  padding:26px 0px;
  border-bottom:1px solid #f6f6f6;
}
.h-news1 li:first-child{
  padding-top:10px;
}
.h-news1 .n1-date{
  font-size: 15px;
  color: #0875db;
  letter-spacing: 0px;
  font-weight: bold;
}
.h-news1 a h3{
  display: block;
  width: 100%;
  height: 30px;
  font-size: 16px;
  color: #000;
  line-height: 100%;
  letter-spacing: 0px;
  overflow: hidden;
}
.h-news1 p{
  display: block;
  width: 100%;
  height: 41px;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 150%;
  overflow: hidden;
  letter-spacing: 0px;
}

.h-news1 .n2-date{
  text-align:center;
  font-size: 48px;
  color: #353535;
  font-weight:normal;
  line-height: 50%;
}

.h-news1 .n2-date span{
  text-align:center;
  font-size: 14px;
  color: #353535;
  font-weight:normal;
}


.part-xwl{ width: 100%;background: #fafafa;}
.part-xwl1{ height: 150px; padding: 15px; font-size: 18px;}
.part-xwl .date{ font-family: Impact; font-size: 60px; color: #da0f00;}
.part-xwl a{text-align: left; font-size: 16px; font-weight:normal; color: #2d2d2d; }
.part-xwl p{ height: 50px; padding: 15px 0px;  font-size: 14px; color: #838383; }
.part-xwl2{ padding: 15px; font-size: 18px; text-align: center;}


.h-news2 a h3{
  display: block;
  height: 41px;
  font-size: 16px;
  color: #222;
  line-height: 130%;
  overflow: hidden;
}
.h-news2 p{
  display: block;
  height: 70px;
  font-size: 14px;
  color: #858585;
  line-height: 166%;
  overflow: hidden;
}
.h-news2 .n2-more a{
  margin-top:20px;
}
.h-news2 .n2-more a{
  display: block;
  font-size: 14px;
  color: #858585;
  letter-spacing: 0px;
}




/*首页联系方式开始*/

.h-sy-contact{
  width: 100%;
  background: url(../img/lxbg.jpg) top center no-repeat;
  min-height: 1048px;
}


.sy-contactcon{
  padding-top: 280px;

}

.sy-contactcon span{
  font-family: myFirstFont;
  font-size:36px;
  font-weight: bold;
  color: #e60000;
}

.sy-contactcon .contactcon{
  margin-top: 15px;
  font-family: mySecFont;
  font-size:18px;
  color: #676767;
  line-height: 26px;
}

.sy-contactcon1{
  margin-top:170px;
  text-align: center;
}


/*首页联系方式结束*/



/*首页联系方式开始*/

.ny-sy-contact{
  width: 100%;
  background: url(../img/lxbgny.jpg) top center no-repeat;
  min-height:480px;
  margin-top: 30px;
}


.ny-contactcon{
  padding-top: 129px;
  padding-left: 120px;

}

.ny-contactcon span{
  font-family: myFirstFont;
  font-size:36px;
  font-weight: bold;
  color: #e60000;
}

.ny-contactcon .contactcon{
  margin-top: 15px;
  font-family: mySecFont;
  font-size:18px;
  color: #676767;
  line-height: 26px;
}

.ny-contactcon1{
  margin-top: 220px;
  text-align: center;
}


/*首页联系方式结束*/


/*底部版权*/

.h-endlx-bg{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.h-endlx-bg .h-a-top{
  background: #ffffff;
  text-align: center;
  line-height: 26px;
}

.h-endlx-bg .h-a-top .lxcon01{
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  background: url(../Img/line01.jpg) bottom left no-repeat;
  font-size: 24px;
  text-align: left;
  color: #d81b1b;
}

.h-endlx-bg .h-a-top p{
  font-size: 14px;
  text-align: left;
}

.h-endlx-bg .h-a-top li{
  height:30px;
  line-height: 30px;

}

/*====================end middle====================*/

/*====================foot====================*/
.f-link{
  width: 100%;
}
.f-link h3, .f-link p a{
  display: block;
  float: left;
  padding-right: 15px;
  height: 59px;
  line-height: 59px;
  font-size: 15px;
  color: #2b2b2b;
}

.h-f-bg{
  padding:50px 0px;
  width: 100%;
  min-height: 347px;
  background:url(../Img/f-bg1.jpg) top center no-repeat;
}
.h-cont{
  border-right: 1px solid #6ca6dc;
  height: 245px;
  transition: all 0.3s ease-in-out;
}
.h-cont .hc-tit, .h-cont .hc-tit p{
  margin-top: 25px;
  height: 48px;
  font-size: 17px;
  color: #fff;
}
.h-cont p{
  font-size: 16px;
  color: #fff;
  line-height: 170%;
}
.f-fl1{
  margin:0 auto;
  padding:0px 6%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.f-fl1 .f-f-tit{
  margin-left:20%;
  margin-bottom:25px;
  width: 159px;
  height: 34px;
  border:1px solid #ffffff;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.f-fl1 a{
  display: block;
  float: left;
  width: 50%;
  height: 26px;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0px;
}
.f-ewm{
  border-left: 1px solid #6ca6dc;
  height: 245px;
  transition: all 0.3s ease-in-out;
}
.f-ewm-1, .f-ewm-1 p{
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.f-bq{
  padding-top: 30px;
  width: 100%;
  background:url(../img/bqbg.jpg) top center no-repeat;
  text-align: center;
  font-size: 15px;
  color: #b8b8b8;
  line-height:70px;
  letter-spacing: 0px;
  min-height: 203px;
}

.f-bq1{
  text-align: left;
  color: #b8b8b8;
}

.f-bq2{
  text-align: left;
  color: #b8b8b8;
}


.f-bq a, .f-bq p, .f-bq p a{
  font-size: 15px;
  color: #b8b8b8;
  line-height: 50px;
  letter-spacing: 0px;
}




@media only screen and (max-width: 1400px){
.menu-bg{
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.w-1200-1 {
    width: 100%;
    margin: 0 auto;
}


.h-ys-bg1 {
    width: 100%;
}


#pc_1200 {
    width: 100%;
    display: block;
    margin: 0px auto;
}

}




@media only screen and (max-width: 1380px){
  .topsydh .sylogo {
    padding-top: 30px;
    color: #e60000;
    font-size: 26px;
    font-weight: bold;

}
}


@media only screen and (max-width: 1296px){
  .topsydh .sylogo {
    padding-top: 30px;
    color: #e60000;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    }
}




@media only screen and (max-width: 1200px){
  #top{display: none;}
  #w-1200{width:98%;}
  #w-1200-1{width:100%;}
  .w-1200-1{width:100%;}

  .topsydh .sylogo {
    padding-top: 0px;
    color: #e60000;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

  .topsydh .sylogo span {
    color: #e60000;
    font-size: 12px;
    font-weight:normal;
}
  #part-cpzs{ display:none; }

  .h-about-bg{ background: none; }


 .h-ys-pic{  }
 .h-ys-pic img{ width: 100%; }

.pc-menu li a{
  display: block;
  border-radius:20px;
  padding:5px;
  color: #ffffff;
  font-size: 15px;
  font-weight:bold;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}

.pc-menu li a:hover {
  display: block;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}


/*工程案例*/
.h-sy-case{
    padding-top: 0px;
    min-height: 799px;
    background:none;
}

.mt-80{margin-top: 0px;}


.part-cpmini{ display:block; }

.h-a-top img{ width: 100%; }

.h-ny-case{
  display: none;
   }

}




/*====================992====================*/
@media only screen and (max-width: 992px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  .w-1200-1{width:100%;}
  #h-s-992{display: block;}
  #s-h-992{display: none;}

  .banner{}
.bannerny{display: none;}
.bannercp{display: none;}
.bannergc{display: none;}
.bannerks{display: none;}
.bannerlx{display: none;}
.bannerxw{display: none;}
.banneral{display: none;}

.sytop{display: none;}
.ph-sy-top{

  text-align: center;
  font-size:30px;
  color: #e60000;
  font-weight: bold;
  line-height: 100%
}


#top{display: none;}

#mini_1200{display: block;}

#pc_1200 {
    width: 100%;
    display: none;
    margin: 0px auto;}

.news{display: none;}


.wdmini .conxw1 {
    padding:20px 10px;
    font-size: 18px;
}


.h-a-content {
    margin-top: 0px;
    width: 100%;
    font-size: 14px;
    color: #747474;
    line-height: 190%;
}

.h-endlx-bg{display: none;}
.f-bq{ display: none; }

.ph-sy-top span{
  text-align: center;
  font-size: 14px;
  color: #e60000;
  font-weight:normal;
}

.h-a-l-tit p{
    display: block;
    width: 100%;
    height: 43px;
    font-size: 20px;
    font-family: myFirstFont;

}


.mini_navv{width:100%;margin:0 auto; background: #333333;}
.nav5_11 {min-width:320px;}
.nav5_11 ul li{ margin:3px 0px; font-weight:bold;display:block;
  float:left; height:30px; line-height:30px; width:24.5%;

  border-right: 1px solid #2d2d2d;}
.nav5_11 ul li a{display:block; float:left; width:100%; text-align:center;
 color:#ffffff; font-size:16px; font-weight:normal;}
.nav5_11 ul li a:hover{ color:#ffffff;}

.h-endlx-bg{display: none;}


  /*优势*/
  .h-ys-bg{
    display: none;
    padding-bottom: 50px;
    background:#fefdf9 url(../Img/ysbgmini.jpg) top center no-repeat;
    min-height:auto;  }

.h-tit2 img{
    width: 100%;
}

  .h-ys-tit{font-size: 12px;}
  .h-ys-position{font-size: 12px;}
  .h-ys-nr .h-ys-zi1{}
  .h-ys-nr .h-ys-zi2{}
  .h-ys-position .h-ys-sum{top:0px;width: 19%;}

  .h-m1-2-zi{font-size: 30px;}
  .h-m1-2-zi2{font-size: 30px;}

  .part-ys-pic{
  display:block;
   }




  /*产品*/

.sycp-gao{
  OVERFLOW: hidden;
  HEIGHT:1000px;
}



.h-proc1 li{
  width: 24.5%;
}
.h-proc1 li a h3{
  font-size: 17px;
}

.h-sy-case{

 }


}


/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  .w-1200-1{width:100%;}
  #s-h-1200{display: none;}
  #s-h-768{display: none;}
  #h-s-768{display: block;}
  .sh-ny-cont img{width:100%;}
  .zz01{margin-bottom:15px;}
  .h-m1-1{font-size: 35px; height: 60px;}
  .h-a-l{padding:15px 5%;}
.sytop{display: none;}

.h-pro1 .hp1-tel {
    background: #fcf8f5;
    padding: 0px 0px;
    text-align: center;
    color: #e60000;
    font-size: 18px;
    font-family: mySecFont;
}


.ph-sy-top{

  text-align: center;
  font-size:30px;
  color: #e60000;
  font-weight: bold;
  line-height: 100%
}

.h-about-bt img {
    width: 100%;
}


.h-a-r{
  height: auto;
}
.h-a-r img{
  width: 100%;
  height: auto;
}



.h-tit2 {
    margin: 0px auto;
    height: auto;
    padding: 40px 0px 40px 0px;
    overflow: hidden;
    text-align: center;
}



.h-endlx-bg{display: none;}

.ph-sy-top span{
  text-align: center;
  font-size: 14px;
  color: #e60000;
  font-weight:normal;
}

.h-a-l-tit p{
    display: block;
    width: 100%;
    height: 43px;
    font-size: 20px;
    color: #e60000;
}

/*内页标题*/
.h-tit1{
  margin: 0px auto;
  height: auto;
  padding: 10px 0px;
  overflow: hidden;
  text-align:center;
  background: none;
  padding-bottom: 0px;
  margin-top: 5px;
}

.h-tit1 img{
    display: none;
}
.h-tit1 h3{
  display: block;
  width: 100%;
  font-size: 26px;
  color: #e60000;
  text-align:center;
}

.h-tit1 h3 a{
  font-size: 26px;
  color: #e60000;
}

.h-tit1 h3 a span{
  font-size: 26px;
  color: #363636;
}

.h-tit1 h3 span{
  font-size: 26px;
  color: #363636;
}


/*首页联系方式*/
.h-sy-contact {
    width: 100%;
    background: url(../img/lxbgmini.jpg) top center no-repeat;
    min-height:auto;
}

.sy-contactcon {
    padding: 20px 0px;
}

.sy-contactcon .contactcon {
    margin-top: 0px;
    font-family: mySecFont;
    font-size: 14px;
    color: #676767;
    line-height: 26px;
}
.sy-contactcon span {
    font-family: myFirstFont;
    font-size: 20px;
    font-weight: bold;
    color: #e60000;
}
.sy-contactcon1{
    margin-top: 10px;
    text-align: center;
}

.sy-contactcon1 img {
    width: 100%;
    text-align: center;
}

/*内页联系方式*/
.ny-sy-contact {
    width: 100%;
    background: url(../img/lxbgmini.jpg) top center no-repeat;
    min-height:auto;
    padding: 0px 0px 40px 0px;

}


.ny-contactcon {
    padding-top: 20px;
    padding-left: 10px;
}

.ny-contactcon span {
    font-family: myFirstFont;
    font-size: 20px;
    font-weight: bold;
    color: #e60000;
}


.ny-contactcon .contactcon {
    margin-top: 0px;
    font-family: mySecFont;
    font-size: 14px;
    color: #676767;
    line-height: 26px;
}

.ny-contactcon1{
    margin-top: 80px;
    text-align: center;
}

.ny-contactcon1 img {
    width: 100%;
    text-align: center;
}



.h-pro1 .hp1-nr a h3 {
    width: 60%;
    float: left;
    display: block;
    height: 30px;
    font-size: 16px;
    color: #1a1717;
    line-height: 30px;
    letter-spacing: 0px;
    overflow: hidden;
}
.h-pro1 .hp1-nr a h4 {
display: none;
}





/*优势*/
.h-ys-tit{font-size: 12px;}
.h-ys-position{font-size: 12px;}
.h-ys-nr .h-ys-zi1{}
.h-ys-nr .h-ys-zi2{}
.h-ys-position .h-ys-sum{top:0px;width: 26%;}

.h-m1-2-zi{font-size: 30px;}
.h-m1-2-zi2{font-size: 30px;}

/*产品*/
.h-proc1{width: 101%;padding:3%;}
.h-proc1 li{margin-right: 1.5%;margin-bottom: 1.5%;width: 48.5%;}
.h-proc1 li a h3{font-size: 14px;}
.pc1-padding{padding:0 8px;}
.h-pro1{margin-bottom:20px;}
.h-pro1 .hp1-nr a h3{ width: 100%; font-size:14px;height: 30px; line-height: 30px;}
.h-pro1 .hp1-nr .more1 a{padding:2px;font-size:12px; width: 100%;height: 25px; line-height: 20px;}
.h-pro1 .hp1-nr{padding:2% 8%;}
.h-pro1-bg{padding:15px 0px; background:none;}



/*简介*/
.h-a-t-bg{margin-top: 0px; width: 100%; height: 105px; font-size: 27px;
font-weight: bold;text-align: center;}
.h-a-content{height: auto;line-height: 170%;}
.h-a-r2{min-height: auto; margin-bottom:15px; line-height: 170%;}

/*场景*/
.h-cj1-padding{padding: 0px 7px;}
.h-cj1-padding2{padding:5%;}
.h-cj-tit{margin-bottom:0px;}

/*新闻-r*/
.h-news-r{padding-left: 0px;}
.h-news2 .n2-more a{ margin-top:15px; color: #666; border:1px solid #d4d4d4; width: 100px; text-align: center;}
.h-news2 p{ height: 47px; }
.h-news2{ margin-bottom: 15px; min-height: auto; }

/*foot*/
.h-f-bg{padding:15px; min-height: auto;}
.h-cont{height: auto;}
.h-cont .hc-tit, .h-cont .hc-tit p{margin-top:0px;}
.f-bq{}


}
.h-pro1 .tu1 a{
	position: relative;
}
@media only screen and (max-width: 1380px){
	.sy-contactcon1{
		display: none;
	}
}

.h-pro1 .hp1-tel {
	display: none;
}
.h-pro1 .tu1 a h3{
	padding-top: 0;
}