@charset "utf-8";
/* CSS Document */
html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,span,p,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;}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}

.w-100{width:100%; height:auto; overflow:hidden;}
.w-1100{width:1100px; margin:0 auto; overflow:hidden;}
.w-1100-1{width:1100px; margin:0 auto;}
.w-1200{width:1200px; margin:0 auto; overflow:hidden;}
.w-1200-1{width:1200px; margin:0 auto;}
.w-1260{width:1260px; margin:0 auto; overflow:hidden;}
.line01{ width: 100%; border-top:#d8d8d8 1px solid; }
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.t-a-c{text-align: center;}
.mt-4{ margin-top:4px;}
.mt-6{ margin-top:6px;}
.mt-8{ margin-top:8px;}
.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:70px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.mt-110{ margin-top:110px;}
.mt-120{ margin-top:120px;}
.mt-130{ margin-top:130px;}
.mt-140{ margin-top:140px;}
.mt-150{ margin-top:155px;}
.mt-160{ margin-top:155px;}
.mt-170{ margin-top:170px;}
.mt-180{ margin-top:180px;}
.mt-250{ margin-top:255px;}
.top-1{
  width: 100%;
  height: 33px;
  background-color: #f6f6f6;
  font-size: 14px;
  color: #333;
  line-height: 32px;
  border-bottom:1px solid #eeeeee;
}
.top-1-l{
  float: left;
  width: 900px;
  line-height: 32px;
  overflow: hidden;
}
.top-1-r{
  float: right;
  line-height: 20px;
  margin: 6px 0;
}
.top-1-r a{
  float: right;
  border-left:1px solid #333;
  width: auto;
  line-height: 20px;
  font-size: 14px;
  color: #6e6e6e;
  margin-left: 10px;
  text-align: center;
}
.top-1-r a:last-child{
  border-left: none;
  margin-right: 0px;
}
/*menu*/
.h-menu-bg{
  width: 100%;
  height: 60px;
  background-color: #313131;
}
.h-menu{
  margin: 0 auto;
  padding-top: 12px;
  width: 1260px;
  height: 48px;
  text-align: center;
}
.h-menu li{
    float: left;
    position: relative;
}
.h-menu a{
  display: inline-block;
  margin-left:10px;
  margin-right:10px;
  position: relative;
  width: 130px;
  height: 36px;
  line-height: 35px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-out;
}

.h-menu a:before{
  content: "";
  position: absolute;
  right:-12px;
  top:10px;
  z-index: 10;
  height: 17px;
  border-left:1px solid #505052;
}

.h-menu a:last-child:before{
  content: "";
  position: absolute;
  right:0px;
  z-index: 10;
  height: 0px;
  border-right:none;
}

.h-menu a:hover{
  background-color: #fe2a27;
  color: #fff;
  border-radius: 20px;
}
.h-menu-hover{
  background-color: #fe2a27 !important;
  color: #fff !important;
  border-radius: 20px;
}
.h-menu li .dropdown-box {
    position: absolute;
    left: 50%;
    width: 160px;
    top: 100%;
    background-color: #313131;
    display: none;
    z-index: 10;
    padding: 12px 0;
    margin-left: -80px;
    text-align: center;
    z-index: 99999;
}
.h-menu li.open .dropdown-box{
    display: block;
}
.h-menu li .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff !important;
    line-height: 36px;
    font-size: 14px;
    border-bottom: 0;
    background-image: none;
}
/*end menu*/ 

/*middle*/
    /*所有标题*/
.h-tit01{
  width: 100%;
  overflow: hidden;
}
.h-tit01 h2{
  width: 100%;
  font-size: 26px;
  color: #232323;
  text-align: center;
}
.h-tit01 p{
  margin:0 auto;
  margin-top: 12px;
  padding:5px 10px;
  display: block;
  width: 990px;
  font-size: 16px;
  color: #5d5d5d;
  text-align: center;
  border:1px solid #dcdcdc;
}
.tit02{
  width: 100%;
  height: 41px;
  background: url(../images/tit2-bg.png) top left no-repeat;
  overflow: hidden;
}
.tit02 h2{
  display: block;
  float: left;
  text-indent: 30px;
  line-height: 41px;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
}
.tit02 a{
  display: block;
  margin-top: 8px;
  float: right;
  width: 69px;
  height: 21px;
  background-color: #e5e5e5;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  color: #313131;
  border-radius: 4px;
}

    /*end所有标题*/
.h-proc1{
  max-width: 1260px;
  height: auto; text-align:center
}
.post-loop-product {
    display: flex;
    padding: 0;
    margin: -10px;
    list-style: none;
    overflow: hidden;
    flex-wrap: wrap;
}
.post-loop-product .post-item {
    width: 33.33%;
    padding: 10px;
    vertical-align: top;
    box-sizing: border-box;
    flex-shrink: 0;
}
.post-loop-case .s-item-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    padding-bottom: 80%;
}

.post-loop-product .s-item-wrap .thumb {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-decoration: none;
}
.post-loop-product .s-item-wrap .thumb:before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,.3)!important;
}
.post-loop-product .s-item-wrap img {
    cursor: pointer;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    transition: all .36s ease;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
}
.s-item-wrap img:hover {
    transform: scale(1.1); 
    transition: all 0s ease 0s, all 0.4s ease 0s;}
.post-loop-product .s-item-wrap .title {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    text-align: center;
    width: 80%;
    line-height: 33px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
}
.post-loop-product .s-item-wrap .title a {
    width: 100%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.h-proc1 a{
  display:inline-block;
  margin-right:4px;
  margin-bottom:4px;
  width: calc(92%/6);
  height: 42px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  background-color: #313131;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}
.h-proc1 a:hover{
  background-color: #ff2a2a;
  color: #fff;
}
.h-proc1-hover{
  color: #fff !important;
  background-color: #ff2a2a !important;
}
.h-proc1 img{width:100%}
.part1{
  width: 1260px;
  height: auto;
  border-radius: 5px;
}

.part1 p{
  display: block;
  font-size: 26px;
  color: #666666;
  text-align: center;
  line-height: 150%;
  padding: 15px 0;
}
.part1 ul{
    width: 1000px;
    overflow: hidden;
    margin: auto;
    padding: 30px 0 15px 0;
}
.part1 ul li{
    width: 25%;
    height: auto;
    float: left;
}
.part1 ul li .yibuFrameContent{
    height: 100%;
    width: 133px;
    text-align: center;
    margin: auto;
}
.yibuFrameContent .w-image-box {
    text-align: center;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 0 transparent;
    box-sizing: border-box;
    overflow: hidden;
}
.w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: all,.4s;
}
.w-image-box img:hover{
     transform: scale(1.3); 
     transition: all 0s ease 0s, all 0.4s ease 0s;
}
.part1 ul li p{
    font-size: 20px;
}
.part2{
  width: 100%;
  height: 598px;
  background: url(../images/bg01.jpg) top center no-repeat;
  overflow: hidden;
}
.part2-l{
  float: left;
  margin-top: 87px;
  width: 550px;
}
.part2-l h3{
  display: block;
  margin-bottom: 30px;
  font-size: 22px;
  color: #fff;
  text-indent: 20px;
}
.part2-youshi{
  padding-left:8px;
  height: 390px;
  overflow: hidden;
}
.part2-youshi p{
  font-size: 17px;
  color: #fff;
  line-height: 200%;
}
.part2-youshi .zi01{
  font-size: 17px;
  color: #ff2a2a;
  font-weight: bold;
}
.part2-r{
  float: right;
  margin-top: 88px;
  width: 550px;
  height: auto;
}
.part2-r h3{
  height: 95px;
  font-size: 35px;
  color: #f00;
}
.h-about{
  height: 185px;
  overflow: hidden;
  font-size: 15px;
  color: #fff;
  line-height: 215%;
}
.h-about p{
  font-size: 15px;
  color: #fff;
  line-height: 215%;
}
.h-about p strong{
  font-size: 15px;
  color: #fff;
  line-height: 215%;
}
.part2-zi1{
  float: left;
  margin-top: 70px;
  width: 160px;
  height: 70px;
  border-right: 3px solid #bababa;
  font-size: 31px;
  color: #d7d7d7;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
}
.part2-zi2{
  float: left;
  width: 350px;
  margin-top: 70px;
  margin-left: 25px;
  font-size: 25px;
  color: #d7d7d7;
  line-height: 150%;
  text-decoration: underline;
  font-weight: bold;
}
.part3-l{
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.h-pro-gun02{width:100%;}
.part3-r{
  float: right;
  width: 468px;
  height: auto;
  overflow: hidden;
}
/*end middle*/
/*首页产品*/

/*首页新闻*/
.news2{
  margin-top: 0px;
  width: 100%;
  height: auto;
}
.news2 li{
  margin-bottom: 16px;
  width: 100%;
  height: 118px;
}
.news2 li img{
  display: block;
  float: left;
  width: 148px;
  height: 114px;
  border:1px solid #efefef;
}
.news2 li .n2-r{
  float: right;
  width: 303px;
  height: auto;
}
.news2 li .n2-r a h3{
  display: block;
  font-size: 16px;
  color: #434343;
  letter-spacing: 0px;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;

}
.news2 li:hover .n2-r a h3{
  color: #ff2a2a;
}
.news2 li .n2-r .n2-date{
  margin-top: 13px;
  margin-bottom: 18px;
  font-size: 13px;
  column-rule: #646464;
}
.news2 li .n2-r p{
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 37px;
  font-size: 14px;
  color: #787878;
  line-height: 140%;
  letter-spacing: 0px;
  overflow:hidden; 
}
/*end首页新闻*/

/*bottom*/
.foot-bg{
  width: 100%;
  height: auto;
  background-color: #1a1b20;
  overflow: hidden;
}
.foot1{
  margin:0 auto;
  width: 1260px;
  padding:50px 0px;
  overflow: hidden;
}
.foot1-l1{
  float: left;
  width: 547px;
  height:269px;
  border-right: 1px solid #313237;
}
.foot-tit{
  width: 100%;
  height: 42px;
  font-size: 17px;
  color: #fff;
}
.foot1-dh{
  float: left;
  width: 259px;
}
.foot-phone{
  width: 100%;
  height: 36px;
}
.foot-phone img{
  display: block;
  float: left;
}
.foot-phone p{
  display: block;
  text-indent: 8px;
  float: left;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.foot-zi p{
  display: block;
  margin-top: 15px;
  width: 167px;
  height: 29px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 29px;
  background-color: #bb2727;
}
.f-cont{
  float: right;
  width: 285px;
  height: auto;
  overflow: hidden;
}
.f-cont p, .f-cont p a, .f-cont p p{
  font-size: 14px;
  color: #b9babc;
  line-height: 170%;
}
.foot1-l2{
  float: left;
  margin-left: 49px;
  width: 320px;
  height:183px;
  border-right: 1px solid #313237;
}
.link a{
  display: block;
  font-size: 14px;
  color: #b9babc;
  line-height: 170%;
}
.foot-r1{
  float: right;
  width: 267px;
  height: auto;
}
.foot2{
  margin:0 auto;
  width: 1260px;
  height: 46px;
  border-top:1px solid #313237;
}
.f-cont2{
  float: left;
  width: 970px;
}
.f-cont2 p, .f-cont2 p a{
  font-size: 14px;
  color: #b9babc;
  line-height: 170%;
  line-height: 46px;
}
/*end bottom*/

/*滚动产品图片样式*/
.h-pro-gun01{overflow:hidden}
.h-pro-gun01 li{
  -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{
  border: 1px solid #fab43f;
}
.h-pro-gun01 li .tu{
	margin-top: 10px;
	margin-left: 10px;
	width: 280px;
	height: 205px;
	padding:0px;
	border:0px solid #434343;
	background-color: #e5e5e5;
	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 .p1-t{
	margin:0 auto;
	width: 94%;
	height: 32px;
}

.h-pro-gun01 li .p1-t a h3{
	float: left;
  display: block;
  height:32px;
	line-height: 32px;
  font-size: 15px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;
	text-indent: 10px;
}
.h-pro-gun01 li .p1-t p{
	display: block;
	float: right;
	width: 86px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
}
.h-pro-gun01 li:hover .p1-t a h3{
	color: #333;
}
.h-pro-gun01 li .dianhu{
	margin-top:14px;
    width: 300px;
    height: auto;
}
.h-pro-gun01 li .dianhu p{
	display: block;
	padding:6px 0px 6px 10px;
  font-size: 14px;
  color: #333;
  background-color: #eee;
  letter-spacing: 0px;
	transition: all 0.3s ease-out; 	
}
.h-pro-gun01 li:hover .dianhu p{
  color: #000;
  background-color: #fab43f;
}

.h-pro-gun01 li .dianhu span{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 15px;
    color: #5b5b5b;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}

.h-pro-gun01 li {
    height: 249px;
    border: 1px solid #e6e6e6;
    padding: 21px 47px 0 18px;
    margin-bottom: 22px;
}
.h-pro-gun01 li .img1 {
    width: 292px;
    height: 208px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    float: left;
}
.h-pro-gun01 li .cont {
    float: right;
    width: 860px;
    margin-top: 30px;
}
.h-pro-gun01 li .cont h3 {
    color: #333;
    font-size: 20px;
    line-height: 25px;
}
.h-pro-gun01 li .cont p {
    color: #808080;
    font-size: 20px;
    margin-top: 20px;
    line-height: 29px;
}
.h-pro-gun01 li .cont span {
    display: block;
    margin-top: 25px;
    color: #808080;
    font-size: 14px;
    font-family: "arial";
    line-height: 22px;
}
.h-pro-gun01 li img {
    width: 100%;
    height: 100%;
}
.h-pro-gun01 li .cont i {
    display: block;
    float: right;
    margin-top: 14px;
    background: url(../images/more.png)no-repeat;
    width: 169px;
    height: 43px;
    line-height: 43px;
    text-indent: 42px;
    color: #666;
    font-size: 14px;
    font-family: "arial";
    font-style: normal;
}
/*滚动产品图片样式*/

.h-pro-gun02 li{
  width: 33.3%;
  padding:10px;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li .tu{
	height:150px;
	background-color: #e5e5e5;
  border-radius: 5px;
  border:1px solid #efefef;
	overflow: hidden;
}
.h-pro-gun02 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-gun02 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-gun02 li a h3{
  margin-top:0px;
  display: block;
	width:246px;
  height: 40px;
	line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;
  /*border-bottom: 2px solid #b5b5b5;*/
  transition: all 0.3s ease-out;
}



/*首页产品*/
.h-pro-gun03{
  overflow: hidden;
}
.h-pro-gun03 li{
  float: left;
  margin-right: 27px;
 /* width: 381px;*/
  height: 350px;
  overflow: hidden;
}
.h-pro-gun03 li .tu1{
/*  width: 365px;*/
  height: 255px;
  border:1px solid #3eac22;
  border-radius: 5px;
  overflow: hidden;
}
.h-pro-gun03 li .tu1 img{
/*  width: 365px;
  height: 255px;*/
   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-pro-gun03 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; 
}
.h-pro-gun03 li .h-p-t1{
  position: relative;
  z-index: 10;
  margin-top: 12px;
  width: 100%;
  height: 37px;
  background-color: #3eac22;
  border-radius: 0px 6px 6px 0px;
}
.h-pro-gun03 li .h-p-t1:before{
  content: "";
  position: absolute;
  top:0px;
  left:0px;
  z-index: 100;
  width: 0px;
  height: 37px;
  transition: all 0.3s ease-out;
}
.h-pro-gun03 li:hover .h-p-t1:before{
  width: 100%;
  background-color: #434343;
  border-radius: 0px 5px 5px 0px;
}
.h-pro-gun03 li .h-p-t1 a h3{
  display: block;
  position: absolute;
  top:2px;
  left:0px;
  z-index: 105;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  color: #fff;
  text-indent: 15px;
  border-left: 3px solid #333;
}
.h-pro-gun03 li:hover .h-p-t1 a h3{
  color: #fff;
  border-left: 3px solid #000000;
}

/*产品展示4*/
.h-pro-gun04{
  width: 1300px;
  height: auto;
  overflow: hidden;
}
.h-pro-gun04 li{
  float: left;
  position: relative;
  z-index: 10;
  margin-right: 24px;
  margin-bottom: 24px;
  width: 378px;
  height: 269px;
  /*border:3px solid #ac511b;*/
  border-radius: 8px;
  overflow: hidden;
}
.h-pro-gun04 li .tu1{
  position: absolute;
  top:0px;
  left:0px;
  z-index: 15;
}
.h-pro-gun04 li .tu1 img{
  width: 378px;
  height: 269px;
  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-pro-gun04 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; 
}
.h-pro-gun04 li .p1-tit{
  position: absolute;
  bottom:-55px;
  left:0px;
  z-index: 100;
  width: 100%;
  height: 110px;
  /*background:rgb(27,27,27,0.7);*/
  background: url(../images/pro-bg1.png);
  transition: all 0.3s ease-out;
}
.h-pro-gun04 li:hover .p1-tit{
  bottom:0px;
  /*background:rgb(172,81,27,0.7);*/
  background: url(../images/pro-bg2.png);
}
.h-pro-gun04 li .p1-tit a h3{
  display: block;
  margin-top: 17px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-out;
}
.h-pro-gun04 li:hover .p1-tit a h3{
  margin-top: 25px;
  color: #333;
  text-shadow: 1px 0px 8px #fff, 0px 1px 8px #fff, 0px -1px 8px #fff, -1px 0px 8px #fff;
}
.h-pro-gun04 li .p1-tit .phone1{
  margin-top: 20px;
  width: 367px;
  height: 33px;
  border-radius: 0px 30px 30px 0px;
  background-color: #fff;
}
.h-pro-gun04 li .p1-tit .phone1 img{
  display: block;
  float: right;
  margin-top: 0px;
  margin-right: 20px;
}
.h-pro-gun04 li .p1-tit .phone1 p{
  display: block;
  font-size: 16px;
  color: #3d3d3d;
  text-align: center;
  line-height: 30px;
  text-indent: 10px;
}
/*滚动产品5*/
.pro-gun05{
  width: 1300px;
  height: auto;
  overflow: hidden;
}
.pro-gun05 li{
  float: left;
  margin-right: 28px;
  margin-bottom: 23px;
  width: 402px;
  height: 327px;
  overflow: hidden;
}
.pro-gun05 li .tu1{
  position: relative;
  width: 402px;
  height: 279px;
  overflow: hidden;
}
.pro-gun05 li .tu1 img{
  width: 402px;
  height: 279px;
   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; 
}
.pro-gun05 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; 

}
.pro-gun05 li .tu1 .uptit{
  position: absolute;
  bottom:-60px;
  left:0px;
  width: 100%;
  height: 50px;
  background-color: rgb(255,25,45,0.7);
  background-image: url(../images/pro-bg1.png);
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.pro-gun05 li .tu1 .uptit p{
  display: block;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.pro-gun05 li:hover .tu1 .uptit{
  bottom:0px;
}
.pro-gun05 li .p-tit a{
  display: block;
  font-size: 45px;
  background-color: #eeeeee;
  color: #333;
  text-align: center;
  font-size: 15px;
  line-height: 45px;
  letter-spacing: 0px;
}
.pro-gun05 li:hover .p-tit a{
  background-color: #ff192d;
  color: #fff;
}

/*滚动5*/
.pro-gun06{
  width: 1300px;
  height: auto;
  overflow: hidden;
}
.pro-gun06 li{
  float: left;
  position: relative;
  margin-right: 24px;
  margin-bottom: 24px;
  width: 404px;
  height: 404px;
  border:2px solid #333;
}
.pro-gun06 li:hover{
  border:2px solid #ff2a2a;
}
.pro-gun06 li .tu1{
  position: relative;
  width: 404px;
  height: 293px;
  overflow: hidden;
}
.pro-gun06 li .tu1 img{
  width: 404px;
  height: 293px;
}
.pro-gun06 li:hover .tu1 img{

}
.pro-gun06 li .tu1 .up-name{
  position: absolute;
  left:0px;
  bottom:0px;
  z-index: 10;
  width: 271px;
  height: 43px;
  background:url(../images/pro-name.png);
}
.pro-gun06 li .tu1 .up-name p{
  display: block;
  line-height: 43px;
  font-size: 17px;
  color: #fff;
  text-indent: 15px;
}
.pro-gun06 li .p01-cont{
  padding:22px 3px 18px 3px;
  transition: all 0.35s ease-out;
}
.pro-gun06 li:hover .p01-cont{
  background-color: #313131;
}
.pro-gun06 li .p01-cont a h3{
  display: block;
  float: left;
  width: 290px;
  height: 48px;
  font-size: 17px;
  color: #000;
  line-height: 150%;
  overflow: hidden;
  transition: all 0.35s ease-out;
}
.pro-gun06 li:hover .p01-cont a h3{
  margin-left:12px;
  color: #fff;
}
.pro-gun06 li .p01-cont .more1 a{
  display: block;
  float: right;
  width: 86px;
  height: 29px;
  background-color: #ff2a2a;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 29px;
  border-radius: 5px;
  transition: all 0.35s ease-out;
}
.pro-gun06 li:hover .p01-cont .more1 a{
  margin-right: 8px;
}
.pro-gun06 li .p01-cont .phone p{
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #313131;
  transition: all 0.35s ease-out;
}
.pro-gun06 li:hover .p01-cont .phone p{
  color: #fff;
  margin-left:12px;
}

/*手机站样式*/
.img-m{
	text-align:center;
}
.mini-div{
	margin:0 auto;
	max-width:600px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.mini-title{
	width:100%;
	height:50px;
	font-size:18px;
	color:#1a3a83;
	text-align:center;
	line-height:50px;
	}
.mini-class01{
	width:98%;
	margin-left:2%;
	}
.mini-class01 li{
	float:left;
	padding:5px 0px;
	margin-right:1%;
	margin-bottom:1%;
	width:48%;
	/*min-height:30px;*/
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #666666;
	}
.mini-class01 li a{
	display:block;
	width:100%;
	/*min-height:30px;*/
	font-size:14px;
	color:#666666;
	text-align:center;
	}
.mini-h-about{
	padding:10px;
	font-size:14px;
	text-align:left;
	line-height:170%;
	}
.mini-menu{
	width:100%;
	background-color:#1a3a83;
	padding:10px;
	}
.m-menu{
	width:100%;
	margin:0 auto;
	}
.m-menu a{
	display:block;
	float:left;
	width:24%;
	height:40px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:20px;
	}
.m-fl01{
	width:100%;
	height:auto;
	overflow:hidden;
	}
.m-fl01 a{
	display:block;
	margin-bottom:10px;
	width:19%;
	height:66px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}
.m-fl01 a .tu{
	margin:0px;
	padding:0px;
	width:100%;
	height:38px;
	text-align:center;
	}
.m-fl01 a h3{
	display:block;
	marign:0px;
	padding:0px;
	height:15px;
	width:100%;
	font-size:14px;
	text-align:center;
	color:#fff;
	}
.m-fl01-bg01{
	background-color:#0165ba;
	}
.m-fl01-bg02{
	background-color:#fe4351;
	}
.m-fl01-bg03{
	background-color:#ff6f3d;
	}
.m-fl01-bg04{
	background-color:#32b16c;
	}
.m-fl01-l{
	float:left;
	margin-left:5%;
	}
.m-fl01-r{
	float:right;
	margin-right:5%;
	}

.m-tit01{
	margin-bottom:15px;
	width:100%;
	height:40px;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:40px;
	background:url(../images/m-tu02.png) no-repeat top center;
	}		
.m-tit01-1{background-color:#fe4351;}
.m-tit01-2{background-color:#ff6f3d;}
.m-tit01-3{background-color:#32b16c;}
.m-tit01-4{background-color:#00b7ee;}
.m-part02{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part02 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #fe4351;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#fe4351;
	font-size:15px;
	}
.m-part02-l{
	margin-right:5%;
	}
.m-part03{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part03 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #ff6f3d;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#ff6f3d;
	font-size:15px;
	}
.m-part04{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part04 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #32b16c;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#32b16c;
	font-size:15px;
	}
.m-part05{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part05 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #00b7ee;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#00b7ee;
	font-size:15px;
	}
.m-part06{
	width:100%;
	padding:20px 0px 30px 0px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	background-color:#f51d1d;
	}
.m-part06-1{
	width:80%;
	margin:0 auto;
	}
.m-part06-1 a{
	display:block;
	width:100%;
	height:auto;
	font-size:14px;
	color:#fff;
	border-bottom:1px solid #fff;
	}

.ny-readid{
	width:100%;
	background-color:#efefef;
	height:auto;
	padding:15px 0px;
	overflow:hidden;
	}
.ny-readid .tiao001{
	width:90%;
	height: auto;
	margin:0 auto;
	font-size:14px;
	color:#333;
	}
.ny-readid .tiao001 a{
	color:#09C;
	}

.mini-top{overflow: hidden;}
.mini-top img{ display: block;}
/*menu1*/
.mini-menu-bg{
	padding: 5px 0px 5px 0px;
	width:100%;
	height: auto;
	background-color: #262a2d;
}
.mini-menu1{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
}
.mi-menu1{
	width:23%;
	height: 30px;
	background-color:#f8bf00;
	margin:5px 0 5px 0px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.mi-menu1 a{
	display: block;
	font-size:14px;
	text-align: center;
	line-height: 30px;
	color:#000;
}
/*标题1*/
.m-tit02{
	width:100%;
	height: 88px;
	background: url(../images/mini-tit-bg.jpg) no-repeat top center;
	font-size:20px;
	line-height: 110px;
	text-align: center;
	color: #887b5a;
	overflow: hidden;
}
.m-tit03{
	margin: 0 auto;
	width:90%;
	height: 36px;
	font-size:20px;
	line-height: 36px;
	text-align: center;
	color: #000;
	background-color: #f8bf00;
	overflow: hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.img-m img {
    margin: 0 auto;
}

/*固定在底部*/

.fotheight{ height:50px;}
.fotfixed{ position:fixed; bottom:0; width:100%; max-width:640px; border-top: 1px solid rgba(255,255,255,0.2);height: 50px; background-color: #353535;}
.footerWrap{ width:98%; margin:0 auto; padding-left:3%; padding-top:6px;}
.footerWrap li{ float:left; width:24%; height:44px;     border-right: 1px solid rgba(255,255,255,0.2); position:relative;}
.footerWrap li:last-child{ border:0;}
.footerWrap .text{ display:block; color:#fff; text-align:center; font-size:12px; line-height:20px;}
.footerWrap .icon{ width: 30px; height: 20px; display: block; background: url(../images/common.png) no-repeat; background-size: 400px; margin: 4px auto 0 auto;position: relative;}
.footerWrap .tel{background-position: -90px -110px;}
.footerWrap .email{    background-position: 0 -110px;}
.footerWrap .qq{    background-position: -360px -109px;}
.footerWrap .map{background-position: -120px -110px;}
.footerWrap .share{    background-position: -60px -110px;}
.footerWrap .message{background-position: -30px -110px;}

.sharebox{ display:none; position:absolute; width:242px; height:52px; left:-120px; top:-52px; background:#fff; padding:5px 0 5px 10px; border-radius:5px; border:1px solid #ccc;}

/*end 手机站样式*/

/*手机banner轮播*/
.banner{width:100%}
.banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe{
	-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;}
.tel{width:525px; height:160px;  position: relative;}
.tel .phone{position: absolute; right:10px; top:80px; font-size:28px}
@media all and (max-width:1200px){
    .w-1260{width:100%}
    .logo{width:65%}
    .tel{width:35%}
    .h-menu{width:100%}
    .part1{width:100%}
    .part3-l{width:60%}
    .part3-r{width:38%; float:right}
    .foot1,.foot2{width:100%}
    .part2-l,.part2-r{width:480px}
    .part2-youshi{height:auto}
    .part2-zi2{width:270px;}
}
.entry-page{}
.entry-page p{line-height:40px; width:50%; float:left}
.entry-page p:nth-child(2){text-align:right}
.w-language-img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    font-size: 0;
}
.w-language-img img{width:100%; height:100%}
.w-language{    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 8px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;}