﻿@charset "utf-8";
/* CSS Document */

html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    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}
strong{ font-size: 15px; }
body{background: #f6f6f6;}

.w-100{width:100%; height:auto; overflow:hidden;}
.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: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;}
.padding4{padding:0 4px;}
.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{display: block;}
#h-s-768{display: none;}

#s-h-992{display: block;}
#h-s-992{display: none;}

#s-h-1200{display: block;}
#h-s-1200{display:none;}

#w-1200{margin:0 auto;width:1200px; overflow: hidden;}
#w-1200-1{margin:0 auto;width:1260px; }

#end-mini{display: none;}
.p-img{width: 100%;}
.p-img2{}
#pc_1200{display: block;}
#mini_1200{display: none;}

/*====================电脑站导航====================*/
.top{
  width: 100%;
  background: #f6f6f6;
  height: 150px;
  padding-bottom: 0px;
}

.logo1{ float: left; }
.logo2{ float: left; }
.tel{ float: left; margin-top: 15px; }

/*====================menu====================*/
.menu-bg{
  background: #ff0020;
  width: 100%;
  height: auto;
}
.pc-menu{ }
.pc-menu li{
  position: relative;
  z-index: 200;
  float: left;
  width: 11%;
  height: 64px;
  color: #e0e0e0;
  list-style: none;
  line-height: 64px;
}

.pc-menu li a{
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight:normal;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}

.pc-menu li a span{
  color: #181818;
  font-size: 15px;
}

.pc-menu li:hover {
  background:url(dhbg.jpg) center 14px no-repeat;
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.pc-menu li:hover a{
  color: #ffffff;
}


.pc-menu li a:hover {
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.pc-menu li ul{
  position: absolute;
  top:64px;
  z-index: 111111111;
  z-index: 1000;
  margin:0px;
  margin-left:0px;
  padding:0px 0px 0px 0px;
  display: none;
  border-radius: 5px;
}

.pc-menu li ul .secdh{
  width: 170px;
  display: block;
  float: left;
  background: rgba(203,44,64,1.0);
  padding:15px;
  font-size: 14px;
  color: #fff;
  line-height: 150%;
}
.pc-menu li ul a{
  display: block;
  padding:0px;
  width: 140px;
  height: 30px;
  border-bottom: 1px solid #c02538;
  font-size: 15px;
  color: #ffffff !important;
  text-align:left;
  line-height: 30px;
  text-decoration: none;
  border-radius: 0px;
  background: none !important;
  text-align: center;
}
.pc-menu li ul a:hover{
  font-size: 15px !important;
  color: #ffffff!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;
}



/*====================首页产品部分====================*/

.part-sycp{
  background: url(../images/cpbg.jpg) top center no-repeat;
  margin-top: 30px;

}

.part-syfl{}



/*====================首页标题====================*/
.part-sybt{ 
    padding-top: 30px;
    line-height: 30px;
    text-align:center;
    font-size:14px;
    font-weight:normal;
    color: #bbbbbb;
    margin-bottom: 30px;
    text-transform: uppercase;
   }

.part-sybt a{
  display: block;
  margin: 10px auto;
  width: 500px;
  padding-bottom: 5px;
  font-size: 24px; 
  color: #333333; 
  font-weight:normal;
}
.part-sybt h2{
 margin: 0px auto;
 font-size: 30px; 
 color: #ffffff; 
 font-weight:normal;
 text-align: center;
 letter-spacing: 10px;
}

.part-sybt .line{
  width: 1000px;
  margin: 0px auto;
  text-align:center;
  padding-top: 5px;
  font-size:16px;
  font-weight:normal;
  color: #ffffff;
  letter-spacing: 5px;
  }

.part-sybt a:hover{ 
  font-size: 24px; color: #ff6637;
   font-weight:normal;}



/*====================首页产品分类====================*/   

.part-syfldh{ margin: 0px auto; width: 1200px; background: #ffffff; padding: 20px; }
.part-syfldhimg{ margin-bottom: 15px; }


@media only screen and (max-width: 1200px){ 
  .part-syfldh{width: 100%; padding: 0px;}
 }

/*====================产品分类====================*/
.part-leftdh{
 width: 100%;
overflow: hidden;

 transition: 0.2s all ease;
  }
#leftdhbt{ 
  margin: 0px auto;
  }

#leftdhbt .bt2{ 
  display: block;
  margin: 0px auto;
  width: 140px;
  height: 38px;
  border:1px solid #eaeaea;
  background: url(../images/cpmore.jpg) 15px 10px no-repeat;
  margin-bottom: 20px;
  line-height: 38px;
  text-align: center;
  color: #9d9d9d;
  text-indent: 20px;
  }

.divHeight {
  height:280px;
  transition: 0.2s all ease;
}


.part-leftdh ul{ margin: 0px; padding:0px; text-align: center; margin-bottom: 30px; }
.part-leftdh ul li{
  margin: 5px;
  position: relative;
 display: inline-block;
 width:15%; 
 background: #cb2c40;
 height: 45px;
 line-height: 45px;
}

.part-leftdh ul li .seclist{
  display: none;
}

.part-leftdh ul li:hover .seclist{
  display:block;
  width: 100%;
  position: absolute;
  top: 46px;
  z-index: 999;
}


.part-leftdh ul li:hover .seclist a{s
width: 100%;
margin-bottom: 1px;
}

.part-leftdh ul li .seclist a:hover{
background: #000000;
transition: 0.2s all ease;
}
.part-leftdh ul li a{ display: block; font-size: 16px; text-align: center; color: #ffffff;  font-weight: bold;}

.part-leftdh ul li:hover{ 
  background: #1e1e2a; 
  font-size: 16px; color: #ffffff;
  transition: 0.6s all ease;
   }
.part-leftdh ul li:hover a{ color: #ffffff; }
.sbhover a{ background: #0161cd; font-size: 16px; color: #ffffff; }




/*====================首页产品====================*/
.part-cpbg{
  padding:20px 0px;
  background: #fafafa;
}

.h-pro1{
  margin-bottom:20px;
   background: #ffffff;
   border: 1px solid #e3e3e3;
}
.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%;
  height:345px;
}
.h-pro1 .tu1 a{
  position: absolute;
  top:100%;
  left:0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(207,48,48,0.9);
  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: 43px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}

.h-pro1 .tu1 a h4{
  margin: 0px auto;
  padding-top: 5px;
  width:90%;
  height: 171px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight:normal;
  line-height: 24px;
}


.h-pro1 .hp1-nr{
  padding-bottom: 20px;
  text-align: center;
}
.h-pro1 .hp1-nr a h3{
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  float: left;
  height:50px;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  letter-spacing: 0px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;

}

.h-pro1 .hp1-nr a h4{
  margin: 0px auto;
  padding-bottom: 10px;
  width: 90%;
  font-size: 14px;
  color: #555555;
  font-weight:normal;
  line-height: 24px;
  letter-spacing: 0px;
  overflow: hidden;
  text-align: center;

}

.h-pro1 .hp1-nr .cpxq{
  margin:0px 5px;
  width: 200px;
  display: inline-block;
  background:url(cpbtbg.jpg) top center no-repeat;
  padding: 5px 10px;
  text-align:left;
  line-height: 28px;
  color: #333333;
  transition: all 0.25s ease-in-out;
}

.h-pro1 .hp1-nr .cpxq a{
  text-align: center;
  line-height: 28px;
  color: #333333;
  transition: all 0.25s ease-in-out;
}

.h-pro1 .hp1-nr .cptel{
  margin:0px 5px;
  display: inline-block;
  border: 1px solid #2f2f2f;
  padding: 0px 10px;
  text-align: center;
  line-height: 28px;
  color: #2f2f2f;
  transition: all 0.25s ease-in-out;
}

.h-pro1 .hp1-nr .cptel a{
  display: block;
  text-align: center;
  line-height: 28px;
  color: #2f2f2f;
  transition: all 0.25s ease-in-out;
}


.h-pro1:hover .hp1-nr .cpxq{
  margin:0px 5px;
  background:url(cpbtbg02.jpg) top center no-repeat;
  padding: 5px 10px;
  text-align:left;
  line-height: 28px;
  color: #333333;
  transition: all 0.25s ease-in-out;
}


.h-pro1:hover .hp1-nr .cpxq a{
  color: #ffffff;
}


/*====================首页简介部分====================*/
.sy-jjbg{ 
  width: 100%; 
  height: 702px;
  background: url(../images/jjbg.jpg) top center no-repeat;
   }

.sy-jj{ 
  color: #1e50ae;
  font-size: 22px;
  margin-top: 95px;
   }

.sy-jj .jjbt{
 font-size: 30px;
 padding-bottom: 30px;
 margin-top: 30px;
 color: #305dc4;
 font-weight: bold;
   }

.sy-jj .jjbt p{
  width: 219px;
  height: 28px;
 font-size:18px;
 color: #ffffff;
 font-weight:normal;
 line-height: 28px;
 background: #db2823;
 text-transform: uppercase;
 text-align: center;
   }

.sy-jj .jjcon{
 font-size: 14px;
 color: #ffffff;
 font-weight: normal;
 line-height: 24px;

   }

.sy-jj .jjcon p{
 font-size: 14px;
 color: #ffffff;
 font-weight: normal;
 line-height: 24px;
   }
.sy-jj .jjmore{
  margin: 0px auto;
 width: 202px;
 height: 38px;
 border-radius: 20px;
 text-align: center;
 background: #ffffff;
 line-height: 38px;
 margin-top: 30px;
}

.sy-jj .jjmore a{
  color: #ad3641;
}


.jjpic{
  margin-top: 80px;
  text-align: center;
}


/*====================首页优势板块====================*/


/*====================首页标题====================*/
.part-syysbt{ 
    padding-top: 50px;
    line-height: 30px;
    height: 238px;
    text-align:center;
    font-size:14px;
    font-weight:normal;
    color: #bbbbbb;
    text-transform: uppercase;
    background: url(ysbtbg.jpg) top center no-repeat;
   }



.part-syysbt a{
  display: block;
  padding-bottom: 5px;
  font-size: 24px; 
  color: #333333; 
  font-weight:normal;
  padding-top: 40px;

}
.part-syysbt h2{
 margin: 0px auto;
 font-size: 30px; 
 color: #373737; 
 font-weight:bold;
 text-align:left;
 letter-spacing: 10px;
}

.part-syysbt .line{
  margin: 0px auto;
  width: 540px;
  text-align:left;
  height: 140px;
  font-size:16px;
  font-weight:normal;
  color: #373737;
  letter-spacing: 2px;
  padding-left: 130px;
  background: url(../images/cpbt01.png) left top no-repeat;
  }

.part-syysbt a:hover{ 
  font-size: 24px; color: #ff6637;
   font-weight:normal;}


.part-syysbt1{ height: 200px; background: none;}
.part-syysbt1 h2{ color: #cf3044; letter-spacing: 0px; }
.part-syysbt1 .line{ letter-spacing: 0px;}

.sy-ysbg{ 
  background:url(../images/ysbg.jpg) top center no-repeat;
  padding-bottom: 50px;
  height: 1308px; 
   }

.sy-ysbt{
  padding-top: 51px;
  padding-bottom: 50px;
  text-align: center;}

.sy-ysbg .yskuang{ float: left; width:40%;  }
.sy-ysbg .yskuang img{ margin-top:5%; }


.sy-ysbg .yskuang1{float: left; width:100%; margin-top:43px;  }

.sy-yscon{ 
  padding:15px;
  float: left;
  border-radius: 10px; 
  width:630px;
  margin-left: 500px;
  text-align:left;
  color: #d00202;
  font-family:Impact;
  font-size: 36px;
  line-height: 35px;
 }

.sy-yscon .ysnum{
  width: 264px;
  height: 53px;
  background:url(../images/ysbt01.png) no-repeat;
  color: #ffffff;
  font-family: Impact;
  text-align: center;
  font-size: 34px;
  margin-top: 5px;
  font-weight: bold;
  line-height: 53px;
}

.sy-yscon .yscon1{
  width:600px;
  color: #8b8b8b;
}

.sy-yscon span{ 
  color: #333333;
  font-size: 16px;
  font-weight:normal;
  text-transform: uppercase;
 }

.sy-yscon p{ 
  color: #8b8b8b;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
 }


.sy-yscon1{ 
  padding:25px 15px;
  float:right;
  border: 1px solid #ededed;
  background: #ffffff; 
  border-radius: 10px; 
  width: 48%;
  margin: 0px auto;
  text-align:left;
  color: #d00202;
  font-family:Impact;
  font-size: 36px;
  line-height: 35px;
 }

.sy-yscon1 .ysnum{
  float:right;
  width: 35px;
  height: 35px;
  background: #db2823;
  color: #ffffff;
  font-family: Impact;
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
}

.sy-yscon1 .yscon1{
  float:left;
  width: 477px;
  color: #8b8b8b;
  text-align: right;
}

.sy-yscon1 span{ 
  color: #333333;
  font-size: 24px;
  font-weight:bold;
  text-align: right;
 }

.sy-yscon1 p{ 
  color: #8b8b8b;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  text-align: right;
 }



/*首页生产车间*/
.h-tit01 {
  width:800px;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  color: #7c7c7c;
  letter-spacing: 5px;
  margin-top: 30px;
}
.h-tit01 .btline{
  color: #3a3a3a;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  
    }

.h-tit01 h2{
  border-left: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  margin: 0px auto;
  width: 450px; 
  height: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 38px;
  color: #3a3a3a;
  text-align:center;
  font-weight:normal;
  line-height: 30px;
}

.h-tit01 h2 a{
  font-size: 38px;
  color: #3a3a3a;
  text-align:center;
  font-weight:normal;
  line-height: 30px;
}

.h-tit01 h2 span {
  font-size: 38px;
  color: #ff0020;
  text-align: center;
  text-transform: uppercase;
  font-weight:normal;
}

.h-tit01 p {
  font-size: 16px;
  color: #353535;
  text-align: center;
  text-transform: uppercase;
  font-weight:normal;
  line-height: 38px;
}


.pro1{
  /*width: 1300px;*/
  height: auto;
  overflow: hidden;
}
.pro1 li{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border:1px solid #e5e5e5;
  overflow: hidden;
  border-radius: 10px;
}
.pro1 li .tu1{
  position: relative;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.pro1 li .tu1 img{
  width: 280px;
  height: 280px;
   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; 
}
.pro1 li: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; 
}
.pro1 li .tu1 .p-tit a h3{
  display: block;
  position: absolute;
  bottom:0px;
  line-height:37px;
  width: 100%;
  font-size: 18px;
  height:37px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: rgba(218,45,55,0.8);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8da2d37,endColorstr=#C8da2d37);
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.7s ease-out;

}
.pro1 li:hover .tu1 .p-tit a h3{
  bottom:0px;
  left:0px;
  border-radius: 0px;
  background: rgba(40,47,70,0.8);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
}
.pro2{
  width: 560px;
  height: auto;
  overflow: hidden;
}
.pro2 li{
  float: left;
  margin-right:15px;
  width: 170px;
  height: 170px;
  overflow: hidden;
}
.pro2 li .tu1{
  width: 170px;
  height: 126px;
  overflow: hidden;
}
.pro2 li .tu1 img{
  width: 170px;
  height: 126px;
  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; 
     overflow: hidden;
}
.pro2 li: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; 
}
.pro2 a h3{
  display: block;
  width: 100%;
  height: 35px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 35px;
  overflow: hidden;
}




/*首页新闻样式*/
.part-news{
  padding:20px 0px;
  background: #ffffff;
}

.xwconny-r{ 
  float:left;
  width: 31.5%;
  margin: 10px;
  padding: 15px 0px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
   }
.xwconny-r .dateny{

  font-size: 50px;  line-height: 21px;
  color: #ffffff; text-align: center; }
.xwconny-r .dateny img{}
.xwconny-r .dateny span{ font-size: 15px; color: #ffffff;  }
.xwconny-r .connrny{}
.xwconny-r .connrny span{ 
  font-family: Impact; 
  color: #e60303;
  font-size: 24px;}
.xwconny-r .connrny h2{  
  margin: 0px; padding: 0px; 
  border: none; font-size: 24px; 
  color: #5bc4bf; text-align: left; margin-top: 15px; }
.xwconny-r .connrny h2 a{ color: #383838;font-size: 18px; font-weight:normal; }
.xwconny-r .connrny p{ padding: 10px 0px; color: #9e9e9e; font-size: 14px; line-height: 22px;  }
.xwconny-r .connrny p a{ color: #9e9e9e; font-size: 14px; }

.xwconny-r .xwmore{ 
    float: right;
    width: 80px;
    height: 30px;
    background: #cf3044;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
   }
.xwconny-r:hover .date{ float: left; width: 90px; height: 120px;  font-size: 80px; 
    color: #fa3e3e; text-align: center; line-height: 120px;  }



.sy-xwconny-r{ 
  float:left;
  width: 100%;
  padding: 20px 0px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
   }
.sy-xwconny-r .dateny{
  float: left;
  padding-top: 10px;
  font-size: 50px;  line-height: 21px;
  color: #ffffff; text-align: center; }

.sy-xwconny-r .dateny img{}
.sy-xwconny-r .dateny span{ font-size: 15px; color: #ffffff;  }
.sy-xwconny-r .connrny{ float:right;}
.sy-xwconny-r .connrny span{ 
  font-family: Impact; 
  color: #e60303;
  font-size: 24px;}
.sy-xwconny-r .connrny h1{  
  margin: 0px; padding: 0px; 
  border: none; font-size: 24px; 
  color: #5bc4bf; text-align: left; }
.sy-xwconny-r .connrny h1 a{ color: #383838;font-size: 18px; font-weight:normal; }
.sy-xwconny-r .connrny p{ padding: 10px 0px; color: #9e9e9e; font-size: 14px; line-height: 22px;  }
.sy-xwconny-r .connrny p a{ color: #9e9e9e; font-size: 14px; }

.sy-xwconny-r .xwmore{ 
  padding:2px 8px; border-radius: 8px; 
  border: 1px solid #8f8f8f; color: #8f8f8f;
  text-transform: uppercase;
  font-size: 13px;
   }
.sy-xwconny-r:hover .date{ float: left; width: 90px; height: 120px;  font-size: 80px; 
    color: #fa3e3e; text-align: center; line-height: 120px;  }


@media only screen and (max-width: 1200px){ 
.part-lx{display: none;}
.foot-bg{display: none;}

/*滚动数字*/
.product-number-info ul {
    padding: 32px 0;
}
.product-number-info .product-number-inner{ width: 100%; }

.product-number-info li {
    width: 100%;
    height: 135px;
    text-align: center;
    border-left: none;
    border-bottom: 1px solid #c81e19;
    color: #fff;
    padding-top: 1px;
}

.product-number-info li:first-child {
   border-bottom: 1px solid #c81e19;
}


.sy-jj .jjcon {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    line-height: 24px;
}


.jjpic {
    display: none;
}
}


/*底部联系方式*/
.part-lx{ 
  padding-top:60px;
  height: 645px; 
  background:url(../images/gg.jpg) top center no-repeat;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
   }


.part-lx .sylx{
 width: 920px;
 margin: 0px auto;
 text-align: center;
 font-size: 24px;
 margin-top: 30px;
}

.part-lx .lxbt{
  padding-bottom: 20px;
  margin-bottom: 20px;
}


.part-lx .lxbt .lxbt01{
  font-family: "宋体";
  font-size: 31px;
  color: #ffffff;
  font-weight:900;
  text-align: center;
  margin-top: 250px;

}


.part-lx .lxbt .lxbt02{
  margin-top: 55px;
   font-family: "宋体";
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-indent: 20px;
}

.part-lx .lxbt .lxbt02 p{
  font-size: 20px;
  color: #ffffff;
  font-weight:normal;
}


.part-lx .sylx span{
  font-family: Impact;
  font-size: 36px;
}


.part-lx .lxmore{ 
  width: 1000px; 
  margin: 0px auto;
   }

.part-lx .lxcon{ 
  width: 415px; height: 35px; line-height: 35px; text-align: center;
  margin-top: 20px;
  font-size: 18px;
  padding-left:20px;
  background: url(../images/end01.jpg) left center no-repeat;
   }

.part-lx .lxcon1{ 
  width: 290px; height: 35px; line-height: 35px; text-align: center;
  margin-top: 20px;
  font-size: 18px;
  padding-left:20px;
  background: url(../images/end02.jpg) left center no-repeat;
   }




/*====================底部信息====================*/
/*bottom*/

.foot-bg {
  width: 100%;
  padding-top: 30px;
  overflow: hidden;
  background: #ffffff;
}

.foot{
  width: 1200px;
  margin: 0px auto;
  height: 230px;
  }


.foot-end{
  width: 1200px;
  margin: 0px auto;
  height: auto;
  text-align: center;
  padding-bottom: 40px;
}


.foot-end p{
  width: 1200px;
  margin: 0px auto;
  height: auto;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
}

.foot-end p span{
  font-family: Impact;
  font-size: 48px;
  color: #ffffff;
}


.f-ewm{
  float: left;
  width: 140px;
  height: 290px;
}
.f-ewm p{
  padding-top: 15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.f-lxwm{
  float: left;
  margin-top: 33px;
  margin-left:13px;
  height: 200px;
  font-size: 14px;
  color: #fff;
  line-height: 170%;
  text-align: left;

}

.f-lxwm img{ float: left; }

.f-lxwm .lxcon{
  float: right;
  width: 200px;
  padding-top: 50px;
  margin-right: 25px;
  color:#ffffff;
  background: url(../images/endtel.jpg) top left no-repeat;
}


.f-lxwm .lxcon span{
  font-size: 22px;
  color:#ffffff;
}

.f-lxwm .lxcon p{
  padding-top: 10px;
  font-family: Impact;
  font-size: 28px;
  color:#d52b2b;
  text-align: left;
  line-height: 32px;
}

.f-cpfl{
  float: left;
  margin-top: 33px;
  margin-left:33px;
  font-size: 14px;
  width: 250px;
  height: 200px;
  line-height: 170%;
}

.f-cpfl a{
  display: block;
  float: left;
  height:30px;
  width: 120px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.f-cpfl a h3{
  font-size: 14px;
  color: #e5e5e5;
}

.end-dh{
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding-bottom: 8px;
}

.end-dh span{
  font-size: 18px;
  font-weight:normal;
  color: #ebebeb;
}




.end-dh01{
  height: 28px;
  background: url(../images/endtel.jpg) left no-repeat;
  color: #e5e5e5;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-indent: 40px;

}


.f-lxwm{
  font-size: 18px;
  color: #333333;
  line-height: 190%;

}

.f-lxwm strong{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}


.f-lxwm p, .f-lxwm a{
  font-size: 14px;
  color: #ffffff;
  line-height: 170%;
}

.f-lxwm span{
  font-family: Impact;
 padding-bottom: 10px;
 font-family: Impact;
 font-size: 36px;
 color: #dd2725;
 }


.f-lxwm .tel{
 padding-bottom: 10px;
 font-family: Impact;
 font-size: 36px;
 color: #ffffff;
 }



.bq{
  width: 100%;
  padding:20px 0px;
  text-align: center;
  overflow: hidden;
  background: #f7f7f7;

}
.bq p,
.bq p a {
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
}

/*end bottom*/



/*内页产品分类*/
.width1260{margin:0 auto; width:1260px; height:auto;}

.zhanshiz{
  height: auto;
  background-color:#EBEBEB;
} 
.zhanshiz1{
  height: auto;
   background-color:#296acc;
   border-radius:5px;
}
.zhanshiz1-1{
  height: auto;
   background-color:#296acc;
   margin-top:30px;
}
.zhanshiz1-wz{
  height: 30px;
  color:#fff;
  font-size:24px;
  font-weight: bold;
  padding-top:10px;
  text-align:center;
}
.zhanshiz1-wz a{
  
  color:#fff;
  font-size:24px;
  font-family:"微软雅黑";
  
}
.zhanshiz1-wz1{
  width:100%;
  color:#fff;
  font-size:14px;
  padding-top:10px;
  text-align:center;
  text-transform: uppercase;
  padding-bottom:10px;
}

.zhanshiz2{
  height: auto;
  background-color:#EBEBEB;
} 
.zhanshiz2-1{
  height: auto;
  margin: 0 auto;
  color:#666666;
  font-size:16px;
  line-height:28px;
  background-color:#296acc;
}
.zhanshiz2-1 p{
  width: 270px;
  height: auto;
  margin: 0 auto;
  color:#666666;
  font-size:16px;
  line-height:28px;
}   
.zhanshizr{
  height: auto;
} 

.ny-weizhi{padding:10px 0px;width: 100%;height: auto;background-color: #efefef;border:1px solid #DFDEDE;}
.ny-weizhi .ny-r-t{margin:0 auto;width: 100%; font-size: 15px;color: #333; padding-left:10px;}

.fenl{
  height: auto;

}
.fenl h3{
  display: block;
  margin:0 auto;
  width: 90%;
  height: 40px;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 40px;
  margin-top:10px;
  background: #f9f9f9;  
}

.fenl h3 a{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-indent:40px;
  color: #333333;
  line-height: 40px;
  font-weight:normal;

}
.fenl h3 a:hover{
  
  display: block;
  width: 231px;
  height: 34px;
  background-image: none;
  font-size: 16px;
  text-indent:40px;
  color: #305dc4;
  line-height: 40px;
  font-weight: bold;


}
.fenl dl{
  width: 100%;
  height: auto;
}
.fenl dl dd a{
  margin:0 auto;
    margin-top:4px;
  display: block;
  margin-bottom:3px;
  width:231px;
  height: 40px;
  font-size: 15px;
  color: #000;
  line-height: 40px;
  text-indent:40px;
  border-bottom: 1px dotted #999999; 
}

.fenl dl dd a:hover{
  margin:0 auto;
    margin-top:4px;
  display: block;
  margin-bottom:3px;
  width:231px;
  height: 40px;
  font-size: 15px;
  color: #ff9527;
  line-height: 40px;
} 


/*新闻详情页样式*/
.new-cont-h1{
  margin-bottom: 20px;
  text-align:center; font-family:"微软雅黑"; font-size:20px;}
.new-xq{
  margin:0px auto;
  width: 1095px;
  height: auto;
}
.new-xq-l{
  float: left;
  width: 160px;
  height: 105px;
  padding-top:10px;
}
.new-xq-l .date1{
  position: relative;
  width: 150px;
  height: 36px;
  text-align: center;
}
.new-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family:Impact;
  text-align: center;
}
.new-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #303030;
  font-family:Impact;
  background-color: #fff;
  letter-spacing: 0px; 
}
.new-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.new-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #FF9121;
  font-family:Impact;
  letter-spacing: 0px;
}
.new-xq-l .read1{
  font-size: 13px;
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
}
.new-xq-l .read1 strong{
  font-weight: bold;
}
.new-xq-r{
  float:left;
  padding:18px 45px;
  width:935px;
  height: 105px;
  background-color: #e7e7e7;
  overflow: hidden;
}
.new-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.new-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}



/*====================内页导航====================*/
.jt-page {
    width: 100%;
    height: 80px;
    background-color: #fff;
    font-size: 0;
    border-bottom: 1px solid #eaeaea;
}

.ny-pagemenu{
  text-align:left;
  /*background-color: #f2f2f2;*/
  /*margin: 0 30px;*/
}
.ny-pagemenu li{
  margin:0px;
  padding:0px;
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.ny-pagemenu li a{
  display: block;
  color: #666;
  font-size: 15px;
  padding: 29px 5px;
}
.ny-pagemenu li:after{
  content: "";
  position: absolute;
  bottom:0px;
  left:50%;
  width: 0px;
  height:2px;
  background-color: #d00202;
  transition: all 0.3s ease-out;
}
.ny-pagemenu li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu li:hover a{
  color: #d00202;
}
.ny-pagemenu-ov:after{
  width: 63px !important;
  left:16px !important;
}
.ny-pagemenu-ov a{
   color: #d00202 !important;
   font-weight: bold;
}

.ny-loc{
  right: 40px;
  line-height: 20px;
  font-size: 13px;
  margin-top: 32px;
  text-align:right;
}
.ny-loc i{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/home-icon.png) no-repeat;
  top: 1px;
}
.ny-loc em{
  display: inline-block;
  background: url(../images/location-li.png) no-repeat;
  width: 3px;
  height: 5px;
  margin: 0 10px;
  top: -2px;
}


.nycon-ys{
  padding: 0px;
  padding-bottom: 30px;
}
.nycon{ 
  color: #333333;
  line-height: 26px;
  font-size: 16px;
 }
.nycon p{ 
  color: #333333;
  line-height: 30px;
  font-size: 16px;
 }


/*====================内页大标题====================*/
.part-nybt{ 
    padding-top: 30px;
    line-height: 30px;
    text-align:center;
    font-size:14px;
    font-weight:normal;
    color: #515151;
    margin-bottom: 35px;
   }

.part-nybt h2{
 margin: 0px auto;
 padding-bottom: 10px;
 width: 1200px;
 font-size: 28px; 
 color: #333333; 
 font-weight:bold;
 text-align: center;
}
.part-nybt h2 span{
 font-size: 28px; 
 color: #d00202; 
 font-weight:bold;
}

.part-nybt .line{
  background: #d00202;
  width: 390px;
  margin: 0px auto;
  text-align:center;
  font-size:14px;
  font-weight:normal;
  color: #ffffff;
  margin-top: 10px;
  }


.part-nybt a:hover{ 
  font-size: 24px; color: #ff6637;
   font-weight:normal;}
.part-nybt span{ 
  font-size: 14px;
  }


/*====================首页新闻中心====================*/

.wd1{ 
  float:left; 
  overflow:hidden;

   }
.wd1 a{color: #2c2c2c; font-size: 18px;}
.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{
   background: #f6f6f6;
  padding: 20px; font-size: 16px;}
.wd1 .conxw1 span{ display: block; float: right; color: #353535; font-size: 14px;}
.wd1 .conxw1 p{ padding:10px 0px; line-height: 22px; color: #9d9d9d;}

/*====================首页生产车间====================*/

.sy-sccj{ 
  width: 1260px;
  margin: 0px auto;
   }

.sy-sccj01{
  width: 353px;
  height: 380px;
  background: url(../images/sccj01.jpg) top center no-repeat;
}

.sy-sccj01 .cfbt{
  padding-top: 60px;
  width: 353px;
  height: 320px;
  background: url(../images/sccj.png) top center no-repeat;
  text-align: center;
  line-height: 24px;
  margin-top: 94px;
}

.sy-sccj01 .cfbt a{
  font-size: 30px;
  color: #212121;
}

.sy-sccj01 .cfbt a span{
  font-family: "华文细黑";
  font-size: 18px;
  color: #212121;
  transition: uppercase;
}

.sy-sccj02{margin:0px 6px;}

.sy-sccj03{
  padding-top:136px; 
  padding-left: 58px;
  width: 324px;
  height: 380px;
  background: url(../images/sccj03.jpg) top center no-repeat;
}


/*====================底部版权====================*/

.f-bq{
  width: 100%;
  background: #ffffff; 
  text-align: center;
  font-size: 15px;
  color: #333333;
  line-height:70px;
  letter-spacing: 0px;
}

.f-bq1{
  text-align: center;
  color: #333333;
}

.f-bq2{
  text-align: center;
  color: #333333;
}


.f-bq a, .f-bq p, .f-bq p a{
  font-size: 15px;
  color: #333333;
  line-height: 50px;
  letter-spacing: 0px;
}

.bq a{ color:#999999;  }



/*====================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(../images/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(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;
}

/*顶部展示*/


.bannerny-jj{ display: block; height: 450px; background: url(../images/bannerny-jj.jpg) top center; }
.bannerny-cp{ display: block; height: 450px; background: url(../images/bannerny-cp.jpg) top center; }
.bannerny-fw{ display: block; height: 450px; background: url(../images/bannerny-fw.jpg) top center; }

.bannerny-cf{ display: block; height: 450px; background: url(../images/bannerny-cf.jpg) top center; }
.bannerny-brand{ display: block; height: 450px; background: url(../images/bannerny-brand.jpg) top center; }
.bannerny-sccj{ display: block; height: 450px; background: url(../images/bannerny-sccj.jpg) top center; }
.bannerny-news{ display: block; height: 450px; background: url(../images/bannerny-news.jpg) top center; }
.bannerny-lx{ display: block; height: 450px; background: url(../images/bannerny-lx.jpg) top center; }


#part-cpzs{ display: block; width:1260px;  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-about-bg{
  width: 100%;
  min-height: 733px;
}
.h-a-t-bg{
  width: 100%;
  height: 138px;
  font-size: 28px;
  color: #00a99f;
  text-align:left;
  font-weight: bold;
  line-height: 90px;
  background:url(../images/line01.jpg) bottom left no-repeat;
}

.h-a-l{
  padding:0px 46px;
}

.h-a-content{
  margin-top:30px;
  margin-bottom: 40px;
  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: 15px;
  color: #747474;
  line-height: 190%;
}

.h-a-pic{
  background: url(../images/jj01.jpg) top center no-repeat;
  background-size: 100%;
}

.h-a-pic .jja{
  padding-left: 10%;
  padding-top: 56px;
  padding-bottom: 60px;
  background:#0667bb url(../images/jj01.jpg) top center no-repeat;
  background-size: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}

.h-a-pic .jja a{

  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}


.h-a-pic .jja span{
  color: #799fd2;
  font-weight:normal;
  font-size: 18px;
}

.h-a-pic2{
  overflow: hidden;
  position: relative;
}

.h-a-pichover{
  display:none;
  width: 100%;
  padding-top: 103px;
  padding-bottom: 83px;
  background: url(../images/jjabg.png) top center;
  background-size: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}


.h-a-pichover a{
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.h-a-pichover span{
  color: #ffffff;
  font-weight:normal;
  font-size: 18px;
}


.h-a-pic2:hover .h-a-pichover{
  display:block;
  position:absolute;
  top: -50px;
  transition: 0.6s all ease;
}



/*首页工程案例结束*/
.h-ny-case{ 
  padding-top: 90px;
  min-height: 460px;
  background: url(../images/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;
}


.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;
}


/*=======================新闻样式一=========================*/
.sk-dt2{
  padding:20px 0px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
   transition: all 0.5s ease-out;
}
.sk-dt2 img{
  width: 100%;
  overflow: hidden;
  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; 

}
.sk-dt2:hover 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; 
}
.sk-dt2-tit{
  padding:5px 0px;
  transition: all 0.5s ease-out;
}
.sk-dt2:hover .sk-dt2-tit{
  padding-left:15px;
}
.sk-dt2-tit a h2{
  display: block;
    font-size: 18px;
    color: #656565;
    line-height: 22px;
}
.sk-dt2-tit p{
  display: block;
    margin-top: 22px;
    font-size: 14px !important;
    color: #929292;
    line-height: 150% !important; 
    height: 40px;
    overflow: hidden;
}
.sk-dt2-date{
  
}
.sk-dt2-date .sk-dt2-d{
  font-size: 14px;
  color: #666;
  text-align: right;
}
.sk-dt2-date .more{
  margin-top:40px;
  float: right;
  width: 50%;
  height: 25px;
  border:1px solid #666;
  text-align: center;
  transition: all 0.5s ease-out;
}
.sk-dt2-date .more a{
  display: block;
  line-height: 24px;
  text-align: center;
  transition: all 0.5s ease-out;
}
.sk-dt2:hover .sk-dt2-date .more{
  border-radius: 15px;
  background-color: #cd2121;
  border:1px solid #cd2121;
}
.sk-dt2:hover .sk-dt2-date .more a{
  color: #fff;
}

/*=======================媒体聚集=========================*/
.sk-mt{
  width: 100%;
  height: 410px;
  margin-bottom:20px;
}
.sk-mt:hover{
    padding-bottom: 10px;
   box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.sk-mt img{
  width: 100%;
}
.sk-mt-t{
  padding: 24px 30px 24px 20px;
  border-bottom:1px solid #ededed;
    transition: all 0.3s ease-out 0s;
}
.sk-mt:hover .sk-mt-t{
  padding-left: 30px;
    padding-right: 20px;
}
.sk-mt-t a h2{
  display: block;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.36s ease;
}
.sk-mt:hover .sk-mt-t a h2{
    color: #451e16;
}
.sk-mt .sk-mt-t p{
  display: block;
  font-size: 13px;
    color: #999;
    line-height: 25px;
    height: 45px;
    overflow: hidden;
    transition: all 0.36s ease;
}
.sk-mt:hover .sk-mt-t p {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #999;
    line-height: 25px;
    height: 45px;
    overflow: hidden;
    transition: all 0.36s ease;
    }
.sk-mt .more1 a{
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0 20px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    width: 100px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    letter-spacing: 0px;
    transition: all 0.36s ease;
    text-align: center;
}
.sk-mt:hover .more1 a{
    margin-left: 30px;
    color: #fff;
    border-color: #1e50ae;
    background-color: #1e50ae;
    text-align: center;
}




/*=======================媒体聚集=========================*/
.spsk-mt{
  width: 100%;
  height: 210px;
  margin-bottom:20px;
  background: #f9f9f9;
}
.spsk-mt:hover{
    padding-bottom: 10px;
   box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.spsk-mt img{
  width: 100%;
}
.spsk-mt-t{
  padding: 24px 30px 24px 20px;
  border-bottom:1px solid #ededed;
    transition: all 0.3s ease-out 0s;
}
.spsk-mt:hover .sk-mt-t{
  padding-left: 30px;
    padding-right: 20px;
}
.spsk-mt-t a h2{
  display: block;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    transition: all 0.36s ease;
}
.spsk-mt:hover .sk-mt-t a h2{
    color: #451e16;
}
.spsk-mt .sk-mt-t p{
  display: block;
  font-size: 13px;
    color: #999;
    line-height: 25px;
    height: 45px;
    overflow: hidden;
    transition: all 0.36s ease;
}
.spsk-mt:hover .sk-mt-t p {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #999;
    line-height: 25px;
    height: 45px;
    overflow: hidden;
    transition: all 0.36s ease;
    }
.spsk-mt .more1 a{
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0 20px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    width: 100px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    letter-spacing: 0px;
    transition: all 0.36s ease;
    text-align: center;
}
.spsk-mt:hover .more1 a{
    margin-left: 30px;
    color: #fff;
    border-color: #1e50ae;
    background-color: #1e50ae;
    text-align: center;
}



/*单页效果*/
.ny-cont{
  padding:20px 0px;
  margin:0 auto;
  width:1260px; 
  font-size: 15px;
  color: #333;
  line-height: 190%;
  letter-spacing: 0px;
}
.ny-cont-h1{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.ny-cont p, .ny-cont p a{
  margin-top:15px;
  font-size: 15px;
  color: #333;
  line-height: 190%;
}
.ny-cont a{
  font-size: 15px;
  color: #333;
  line-height: 190%;
 }

.ny-con-top{
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 30px;
}
.ny-con-top b{
  font-weight: bold;
  font-size: 15px;
}
/*===========================自适应内页=============================*/
.ny-line{
  height: 1px;
  border-top: 1px solid #eaeaea;
  background-color: #ffffff;
  padding-bottom:20px;
}
.sh-ny-cont{
  font-size: 15px;
  color: #333;
  line-height: 200%;
  letter-spacing: 0px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.sh-ny-cont p{
  font-size: 15px;
  color: #555555;
  line-height: 190%;
  text-transform: uppercase;

}

/*内页标题*/
.ny-pc1{
  padding-top:20px;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.ny-pc1 a{
  display:inline-block;
  margin:2px;
  width: 180px;
    height: 35px;
    border: 1px solid #5cd23e;
    font-size: 16px;
    color: #5cd23e;
    text-align: center;
    line-height: 32px;
  border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.ny-pc1 a:hover{
  background-color: #5cd23e;
  color: #fff;
}


/*内页样式*/


.n-search{ width: 840px; height: 60px; margin: 0 auto; }
.n-input01{ float: left; width: 700px; height: 56px; line-height: 56px; text-indent: 15px; font-size: 15px; color:#666; border: #255295 2px solid; }
.n-input02{ float: left; width: 134px; height: 60px; line-height: 60px; background-color:#255295; color: #fff; font-size: 22px; text-align: center;  }
.n-feilei-bg{
  background-color: #f8f8f8;
  padding: 10px 0px;
}

/*内页样式end*/



/*title*/
.ny-flash001{ width:100%; height:300px; background-position:top center; background-repeat:no-repeat; overflow:hidden;}
.ny-flash-zi{ margin-top:136px; height: 55px; line-height: 55px; text-align: center; font-size: 36px; color: #000; letter-spacing: 0px;font-weight: bold; text-shadow: 1px 1px 1px #fff; }
.ny-f-zic{ color: #ff5a00; font-size: 68px; }
.ny-flash-zi2{ margin-bottom: 15px; height: 35px; line-height: 35px; text-align: center; font-size: 20px; color:#ffffff; text-shadow: 2px 2px 2px #666;}
.ny-line001{ height:108px; width:100%; border-bottom:#ececec 1px solid;}
  /*内页导航小分类*/
.ny-menu001{ margin:20px;*text-align:center; padding-top:12px;}
.ny-menu001 ul{display:table;margin-left:auto;margin-right:auto;}
.ny-menu001 ul li{float:left;*float:none;*display:inline;*zoom:1; margin-left:10px; margin-right:10px;width:180px; height:50px; line-height:50px; overflow:hidden;/* position:relative; z-index:10;*/ 
}
.ny-menu001 ul li a h4{ display:block; height:40px; line-height:40px; text-align:center; color:#fff; font-size:18px;
  background-color:#154eb0; color:#fff; border: #154eb0 1px solid;
  -moz-border-radius: 10px;      /* Gecko browsers */   -webkit-border-radius: 10px;   /* Webkit browsers */    border-radius:10px;            /* W3C syntax */ 
}
.ny-menu001 ul li a h4:hover{background-color:#2ab76e; border: #2ab76e 1px solid;}
.ny-menu001-hover{ background-color:#2ab76e !important; border:#2ab76e 1px solid !important;}


/*title*/

.ny-df01{ width:100%;padding:30px 0px;  border-top:#dcdcdc 1px solid;}
.ny-nr01{ width:1200px; text-align:left; padding-top:20px; padding-bottom:50px; line-height:190%; font-size:15px; color:#666; overflow:hidden; margin:0 auto;}
.ny-m-01{ width: 100%; background-color: #f6f6f6; height: auto; }

/*页脚产品*/



/*中间内容*/

/*内页产品展示*/
  /*本站内页产品样式*/
.ny-npro01{
  width: 1300px;
  height: auto;
  overflow: hidden;
}
.ny-npro01 li{
  padding:13px;
  margin-right: 17px;
  margin-bottom: 18px;
  float: left;
  border:1px solid #e5e5e5;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.ny-npro01 li .tu{
  overflow: hidden;
}
.ny-npro01 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;
}
.ny-npro01 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;
}
.ny-npro01 li a h3{
  margin-top:8px;
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  color: #1e2532;
  text-align: center;
  letter-spacing: 0px;
  background:url(../images/pro-bg01.jpg) top center no-repeat;
}
.ny-npro01 li p{
  height: 35px;
  text-align: center;
  font-size: 20px;
  color: #1e2532;
}
.ny-npro01 li .more01 a{
  margin:0 auto;
  display: block;
  width: 137px;
  height: 32px;
  line-height: 32px;
  background-color: #636363;
  border-radius: 30px;
  text-align: center;
  font-size: 15px;
  color:#ffffff;
}
.ny-npro01 li:hover .more01 a{
  background-color: #ffffff;
  color: #666666;
}
.ny-npro01 li:hover{
  background-color: #22d3b7;
  border-bottom: 1px solid #22d3b7;
}
.ny-npro01 li:hover a h3{
  background:url(../images/pro-bg02.jpg) top center no-repeat;
}
  /*内页产品样式2*/
.ny-npro02{ width:1200px; height:auto; overflow:hidden;}
.ny-npro02 ul{ width:1250px; height:auto; overflow:hidden;}
.ny-npro02 ul li{ float:left; width:287px; height:293px; overflow:hidden; margin-right:14px; margin-top:10px; background-color:#f5f5f5; border:#959595 1px solid;-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.ny-npro02 ul li .tit{ width:100%; height:95px; overflow:hidden;}
.ny-npro02 ul li .tit h1 a{ display:block; margin-top:22px; padding:0px 26px; height:26px; line-height:26px; text-align:left; font-size:16px; color:#151515; overflow:hidden;}
.ny-npro02 ul li .tit h2{ display:block; padding:0px 26px; text-align:left; color:#a6a6a6; font-size:13px; overflow:hidden;}
.ny-npro02 ul li .tit h3{ display:block; float:left; width:43px; height:6px; border-bottom:#10100e 2px solid; margin-left:26px;}
.ny-npro02 ul li .tu{ width:287px; height:198px; overflow:hidden;}
.ny-npro02 ul li .tu .p1{ width:287px; height:198px; overflow: hidden;-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;}
.ny-npro02 ul li:hover .tu .p1{-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;}
.ny-npro02 ul li:hover .tit{ background-color:#4e66b0;}
.ny-npro02 ul li:hover .tit h1 a{ color:#ffffff;}
.ny-npro02 ul li:hover .tit h2{ color:#ffffff;}
.ny-npro02 ul li:hover .tit h3{ border-bottom:#ffffff 2px solid;}
.ny-npro02 ul li:hover{ margin-top:0px;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

/*此内页产品样式3*/
.ny-npro03{ width:1200px; height:auto; overflow:hidden; padding-top:20px;}
.ny-npro03 ul{ width:1250px; height:auto; overflow:hidden;}
.ny-npro03 ul li{ float:left; width:280px; height:255px; margin-right:26px;}
.ny-npro03 ul li .tu{ width:268px; height:172px; border:#22d3b7 6px solid; overflow:hidden; position:relative;}
.ny-npro03 ul li .tu .tu-up{ position:absolute; width:268px; height:172px; background-image: url(../images/ny-png01.png); margin-top:172px; z-index:10px;
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* Internet Explorer */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */
-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
.ny-npro03 ul li:hover .tu .tu-up{ margin-top:0px;
transform:rotate(360deg);
-ms-transform:rotate(360deg); /* Internet Explorer */
-moz-transform:rotate(360deg); /* Firefox */
-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
-o-transform:rotate(360deg); /* Opera */
-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;
}
.ny-npro03 ul li .tu .tu-up h3 a{ display:block; margin-top:40px; width:100%; height:26px; line-height:26px; font-size:20px; color:#ffffff; text-align:center; }
.ny-npro03 ul li .tu .tu-up .up-tu{ width:100%; margin-top:15px; text-align:center;}
.ny-npro03 ul li h1 a{ display:block; height:31px; line-height:31px; width:100%; text-align:center; border:#22d3b7 1px solid; margin-top:15px; color:#454548; font-size:16px;
-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
.ny-npro03 ul li:hover h1 a{ background-color:#22d3b7; color:#fff;
-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;
}
.ny-npro03-more a{ margin:0 auto; display:block; width:100%; height:39px; line-height:39px; text-align:center; background-color:#f63c3d; color:#ffffff; font-size:16px; margin-top:10px;
-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.ny-npro03-more a:hover{width:80%; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}


  /*本站内页新闻01*/
.ny-nnews01{
  width: 1300px;
  height: auto;
  overflow: hidden;
}
.ny-nnews01 li{
  float: left;
  padding:15px;
  width: 267px;
  height: 538px;
  border-left:2px solid #efefef;
  overflow: hidden;
}
.ny-nnews01 li:hover{
  background-color: #19b5b1;
}
.ny-nnews01 li .n-date{
  height: 135px;
}
.ny-nnews01 li .n-date .day01{
  height: 95px;
  text-align: left;
}
.ny-nnews01 li .n-date .day02{
  font-size: 15px;
  color: #b7b7b7;
  letter-spacing: 0px;
}
.ny-nnews01 li:hover .n-date .day02{
  color: #ffffff;
}
.ny-nnews01 li .n-date .day01 .n-day-1{
  width: 75px;
  height: 95px;
  font-size: 61px;
  color: #b7b7b7;
  font-family: impact;
  line-height: 95px;
}
.ny-nnews01 li:hover .n-date .day01 .n-day-1{
  color: #ffffff;
}
.ny-nnews01 li .n-date .day01 .n-day-2{
  font-size: 20px;
  color: #b7b7b7;
  line-height: 120px;
}
.ny-nnews01 li:hover .n-date .day01 .n-day-2{
  color: #ffffff;
}
.ny-nnews01 li a h2{
  display: block;
  height: 63px;
  font-size: 15px;
  color: #2f2f2f;
  line-height: 150%;
  overflow: hidden;
}
.ny-nnews01 li:hover a h2{
  color: #ffffff;
}
.ny-nnews01 li span{
  display: block;
  height: 28px;
  font-size: 15px;
  color: #b7b7b7;
}
.ny-nnews01 li:hover span{
  color: #ffffff;
}
.ny-nnews01 li .tu{
  margin-bottom: 25px;
  width: 267px;
  height: 150px;
  overflow: hidden;
}
.ny-nnews01 li p{
  margin-bottom:10px;
  display: block;
  height: 80px;
  font-size: 14px;
  color: #828282;
  line-height: 150%;
  overflow: hidden;
  letter-spacing: 0px;
}
.ny-nnews01 li:hover p{
  color: #ffffff;
}
  /*本站内页新闻02*/
.ny-nnews02{ width:1200px; margin-top:23px; padding:0px; overflow:hidden;}
.ny-nnews02 li{ float:left; width:1200px; height:143px; margin-right:53px; margin-top:10px; border-bottom:#cbcbcb 1px dashed;}
.ny-nnews02 li .l{ float:left; width:173px; height:125px;}
.ny-nnews02 li .r{ float:right; height:auto; width:970px;}
.ny-nnews02 li .r a h2{ display:block; height:41px; line-height:41px; text-align:left; color:#000; font-size:17px; font-weight:bold;}
.ny-nnews02 li .r span{ display:block; height:46px; line-height:150%; text-align:left; font-size:13px; color:#8b8b8b;}
.ny-nnews02 li .r .more{ height:26px; margin-top:10px; line-height:26px;}
.ny-nnews02 li .r .more a h3{ display: block; float:left; width:73px; height:26px; line-height:26px; text-align:center; background-color:#3d5aa6; font-size:13px; color:#fff;
  -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
.ny-nnews02 li .r .more h4{ display:block; float:left; width:189px; height:26px; text-align:center; line-height:26px; background-color:#ededed; color:#959595; font-size:13px; letter-spacing:0px;}
.ny-nnews02 li:hover .r .more a h3{ width:150px;-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.ny-nnews02 li:hover .r a h2{ color:#4e6bb3;}




  /*右侧内容*/
.nr{ WIDTH:1100px; height:auto; overflow:hidden; padding:20px 0px; line-height:190%; color:#666; font-size:15px; margin:0 auto;}  
  
/*内页右侧*/
  
.y-n-R{float:right;width:828px;overflow:hidden;}
.y-n-R-nr{margin-top:20px;text-align:center;line-height:170%;font-size:14px;color:#000;}
  

  /*右侧新闻详情结束*/
  
/*内页菜单*/

  /*单页内容区*/
.n-nr{ padding:20px 0px; line-height:190%; font-size:14px; text-align:left; color:#474747;}

  /*分页*/
.n-fenye{margin-top:30px;padding:0px 20px;height:40px;line-height:40px;text-align:center;font-size:13px;color:#000;background-color:#eeeeee;}
.n-fenye a{color:#000;}
.n-fenye a:hover{color:#ff0000;}
  /*上一条  下一条*/
.n-SHAnGXIA{margin-top:30px;padding:0px 20px;background-color:#eeeeee;overflow:hidden;}
.n-SHAnGXIA .l{width:390px;float:left;text-align:left;line-height:40px;text-align:left;color:#000;}
.n-SHAnGXIA .l a{color:#000;}
.n-SHAnGXIA .r{width:390px;float:right;min-height:40px;text-align:left;line-height:40px;text-align:left;color:#000;}
.n-SHAnGXIA .r a{color:#000;}



/*产品展示页right*/
.yn-nr{background-color: #f2f2f2;color: #333;font-size: 14px; line-height: 23px; min-height: 559px; padding: 35px 25px;}

.part15-rightc{line-height: 23px;font-size: 14px;color:#333;padding-bottom: 50px;background-color: #f2f2f2; min-height: 559px;}

.h13-title {height: 60px;line-height: 60px; text-align: center;font-size: 20px; width: 738x;margin: 0 auto;}

.pic-show{line-height:190%;font-size:13px;text-align:left;text-indent:20px;}
  
#mycontent{line-height:25px;}
.nextPrev{padding-top:20px;}
.nextArticle{line-height:30px;width:700px;text-align:left;float:left;}
.nextArticle a{ color:#000;}
.prevArticle{line-height:30px;width:700px;text-align:left;float:left;}
.prevArticle a{ color:#000;}


/*右侧详细内容*/
.ny-r-web{padding:15px; height:auto; overflow:hidden; text-align:left; line-height:170%;}
.my_content{ font-size:14px; line-height:170%; height:auto; margin:0px; padding:20px 0px; text-align:left;}
.my_content h1{margin:0px;padding:15px; font-size:18px; text-align:center;} /* 标题 */
.my_content{line-height:30px; text-align:center;font-size:14px;color:#000;} /* 正文信息 */
.info{line-height:40px; height:40px; text-align:left;font-size:15px;color:#000; }
.my_fx{ height:40px; text-align:left; width:100%;border-bottom:#CCC 1px solid;}
.my_content span{ color:#000; background:none; display:none; font-size:14px;}
.my_content .info span{color:#000;background:none; display:none; font-size:14px;} /* 信息突出 */
.my_content .area{color:#333;line-height:26px;padding:20px 0px; text-align:left;} /* 正文内容 */

/*文章下面*/
.i_ny_page{ height:35px; line-height:35px; text-align:left; background-color:#e2e2e2 ; color:#000; padding-left:10px; padding-right:10px; margin:30px 10px; border-bottom:#666 1px solid;}
.i_ny_page2{ height:35px; line-height:35px; text-align:left; background-color:#ecebeb ; color:#000; padding-left:15px; padding-right:10px; border:#e5e5e5 1px solid; margin-top:20px;}
.i_ny_prew{ width:480px; float:left; height:35px; line-height:35px; text-align: center; padding-left:15px; font-size:13px; overflow:hidden;}
.i_ny_next{ width:480px; float:right; height:35px; line-height:35px; text-align: center; padding-left:15px; font-size:13px; overflow:hidden;}


/*内页样式*/
.ny-fl-list{ *text-align:center; width:1200px; margin:0 auto; }
.ny-fl-list ul{display:table;margin-left:auto;margin-right:auto;}
.ny-fl-list ul li{ width: 176px; height:37px; line-height: 29px; text-align: center; float: left; display: inline; margin:0px 10px; background-image:url(../images/h-pro-bg01.jpg); background-position:top center; background-repeat:no-repeat;}
.ny-fl-list ul li:hover{background-image:url(../images/h-pro-bg02.jpg); background-position:top center; background-repeat:no-repeat; }
.ny-fl-list ul li h1 a{ display:block; width:176px; height:37px; line-height:29px; text-align:center;  color:#000;}
.ny-fl-list ul li:hover h1 a{ display:block; color:#fff;}
.ny-fl-list-hover{ background-image:url(../images/h-pro-bg02.jpg) !important; color:#fff; }
.ny-fl-list-hover a{ color:#fff !important;}


/*单页效果*/
.ny-dy{ width:1200px; margin:0 auto; }
.ny-dy .content{margin-top:30px; margin-bottom:30px; padding-top:15px; line-height:180%; font-size:15px; color:#636363;border-top:1px solid #efefef;}
.ny-dy .content p{display: block;font-size: 16px;color: #6b6b6b; margin-top: 1.5em; text-indent: 2em; line-height: 1.8em;}
.ny-dy .content h3{display: block;margin-top: 20px;width: 100%;height: 40px;background-color: #f8bf00;font-size: 20px;text-align: center;line-height: 40px;color: #000;}





/*内页产品分类样式*/
.part-cpfl{ margin: 0px 0px 20px 0px; text-align: center; }

.part-cpfl li{
  display: inline-block;
    margin: 5px;
    width: 10%;
    border-radius: 10px;
    border: 1px solid #686868;
    margin-bottom: 1px;
    text-align: center;
     } 
.part-cpfl li a{ 
    display: inline-block;
    padding: 0px; 
    height: 45px; 
    font-weight:normal;
    text-align: center; 
    font-size: 16px;
    color: #686868;
    line-height: 45px;
} 

.part-cpfl li:hover{
    margin: 5px;
    border-radius: 10px;
    border: 1px solid #ed1b23;
    background:#ed1b23;
    margin-bottom: 1px;
    text-align: center;
     } 

.part-cpfl li:hover a{
    color: #ffffff;
     } 

@media only screen and (max-width: 1200px){
#w-1200{width: 100%;}
#s-h-1200{display: none;}
#h-s-1200{display:block;}
.w-1200-1{ width: 100%; }
.logo{  text-align: center; }

.bannerbg{display: none;}

.swipe{width:100%;overflow:hidden;position:relative;}
.swipe ul{
  -webkit-transition:left 800ms ease-in 0;
  -moz-transition:left 800ms ease-in 0;
  -o-transition:left 800ms ease-in 0;
  -ms-transition:left 800ms ease-in 0;
  transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;left:0px;bottom:0px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}

.width1260 {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.zhanshiz{display: none;}
.zhanshiz2{padding:20px 0px;}

.zhanshiz-mini{
}
.zhanshiz2-mini{ margin: 0px auto;  text-align: center; }
.zhanshiz2-mini a{
 display:inline-block;
 width: 23%;
 height: 45px;
 line-height: 45px;
 margin: 1px;
 background: #c50b22;
 text-align: center;
 color: #ffffff;
 font-size: 15px;
  }


.h-pro1 .hp1-nr .cpxq {
    margin: 0px 5px;
    width: auto;
    border: 1px solid #333333;
    display: inline-block;
    background: #eaeaea;
    padding: 5px 10px;
    text-align: left;
    line-height: 28px;
    color: #333333;
    transition: all 0.25s ease-in-out;}


.h-pro1:hover .hp1-nr .cpxq{
    margin: 0px 5px;
    width: auto;
    border: 1px solid #cf3044;
    display: inline-block;
    background: #cf3044;
    padding: 5px 10px;
    text-align: left;
    line-height: 28px;
    color: #333333;
    transition: all 0.25s ease-in-out;
}


.h-pro1:hover .hp1-nr .cpxq a{
  color: #ffffff;
}

.part-sycp{display: none;}
.nycon-ys {
    padding: 0px;
}

.part-sybt h2 {
    width: 100%;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.part-sybt h2 span{font-size: 24px;}
.part-nybt h2 {
    margin: 0px auto;
    padding-bottom: 10px;
    width: 100%;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.sy-jjbg{
  padding-bottom: 30px;
  background: #cf3044;
  height: auto;
 }

.sy-jj{ margin-top: 0px; }
.sy-jj .jjbt{  padding-bottom: 20px;}
.sy-jj .jjbt img{width: 100%;}

.xwconny-r{width: auto;  }

.h-pro1 .tu1 a h3{
  display: block;
  padding-top:17%;
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}



.sy-ysbg{display: none;}

.part-syysbt1 {
    height: 165px;
    background: none;
}

.part-syysbt {
    padding-top: 30px;}


.mini_navv{width:100%;margin:0 auto; background: #1e50ae;}
.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%; 
   }
.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;}  

.bottom{display: none;}

.jt-page {
display:none;
}

.part-nybt .line {
  display: none;
}

.part-lx {
    padding-top: 60px;
    height: 274px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

#end-mini{display: block;}

/*mini底部版权*/
.social_nav5{height:58px;position:fixed; bottom:0; width:100%;  z-index:999; 
    background: #b97327; }
.social_nav5 li{ width:25%; float:left; position:relative;
    border-right:1px solid #a9661c; font-size:12px; text-align:center; color:#fff;line-height:12px; height:58px;
    box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}
.social_nav5 li:last-child{border-right:none;}
.social_nav5 li:first-child{border-left:none;}
.social_nav5 li em{ width:23px; display:block; margin:0 auto; padding:10px 0 6px 0;}
.social_nav5 li em img{width: 23px;}
.social_nav5 li a{ color:#fff;}
.social_nav5 li.cur{ color:#fff; background: #ffae02;}
.social_nav5 li .erji{ position:absolute; bottom:58px; left:0; width:100%; text-align:left; background:#0c7051; display:none; }
.social_nav5 li .erji a{ display:block; border-bottom:1px solid #20a6ee; font-size:12px; height: 26px; line-height:26px;position:relative; text-align:center;  color:#fff;}
.social_nav5 li .erji a:last-child{border-bottom:none;}
}


@media only screen and (max-width: 992px){
#h-s-992{display: block;}
.top{display: none;}

/*手机站导航*/
.mini_navv{width:100%;margin:0 auto; background: #1e1e2a;}
.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%; 
   }
.nav5_11 ul li a{
  display:block; float:left; width:100%;
  border-right: 1px solid #1a1a27; 
  text-align:center;
 color:#ffffff; font-size:16px; font-weight:normal;}
.nav5_11 ul li a:hover{ color:#ffffff;}

.bannerny-jj{ display: none; }
.bannerny-cp{ display: none; }
.bannerny-cf{ display: none; }
.bannerny-brand{ display: none;}
.bannerny-sccj{ display: none;}
.bannerny-news{  display: none;}
.bannerny-lx{ display: none; }
.bannerny-fw{ display: none; }

.part-sybt{line-height: 22px;}
.part-nybt h2 {
    margin: 0px auto;
    padding-bottom: 10px;
    width: 100%;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.part-nybt .line {
    background: #d00202;
    margin: 0px auto;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 10px;
}

.part-leftdh ul li {
    margin: 5px;
    position: relative;
    display: inline-block;
    width: 45%;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
}

.part-leftdh ul li a{
 font-size: 14px;
}

.xwconny-r .dateny {
}

.part-syysbt{display: none;}


.yskuang1{ 
  width: 100%;
  margin: 0px auto;
}
.sy-yscon-mini{

    margin: 0px auto;
    padding:15px;
    text-align: left;
    color: #d00202;
    font-family: Impact;
    font-size: 36px;
    line-height: 35px;
    background: #f9f9f9;
    padding-bottom: 30px;
    border: 1px dashed #eaeaea;
}

.sy-yscon-mini span{
    display: block;
    height: 53px;
    background: url(ysbt01.png) top left no-repeat;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 53px;
    text-indent: 40px;
    margin-bottom: 20px;
}

.sy-yscon-mini p{
    font-size: 16px;
    font-weight:normal;
    line-height: 24px;
    color: #787878;
}


.part-news{padding:0px;}
.h-tit01 {
    position: relative;
    width: 95%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-size: 16px;
    color: #7c7c7c;}

.h-tit01 h2{
    text-align: center;
    font-size: 25px;
    color: #7c7c7c;}

.h-tit01 h2 span{
    text-align: center;
    font-size: 25px;
    color: #cf3044;}

.part-nybt {
    padding-top: 30px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #515151;
    margin-bottom: 5px;
}

.part-sybt .line {
    width: 95%;
    font-size: 15px;
    line-height: 20px;
}


.h-tit01 h2 {
    border-left: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    margin: 0px auto;
    color: #353535;
    width: 90%;
    height: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.h-tit01 h2 a {
    font-size: 25px;
    color: #3a3a3a;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
}


.h-tit01 h2 a span{
    font-size: 25px;
}
/* 底部固定导航 */
.bottom{display: none;}

.bottommini {
    padding-top: 20px;
    background: #eaeaea;
    text-align: center;
    height: 130px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 50px;
}

}
.section-three{
	float:left;
	overflow:hidden;
	width:100%;
}
.owl-carousel-c{
	width: 100%;
	float:left;
	overflow:hidden;
	margin-top:1px;
}
#banner{
	width:1920px;
	float:left;
	overflow:hidden;
	position:relative;
	margin-left:-960px;
	left:50%
}
#banner .item{ display: block;}
#banner img { display: block;width:1920px;margin:0 auto;}
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;}	
.owl-carousel .owl-item{float: left;}
.owl-controls{position:absolute;bottom:10px;left:50%;float:left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing { cursor:url(grabbing.png) 8 8, move;}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls{margin-top: 10px;text-align: center;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */margin: 5px;
padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #ddd;overflow: hidden;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;background:#1567a1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;border-radius: 30px;}
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}