@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}

.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
#w-1260{ width: 1260px; margin: 0px auto; }
.w-1260{ width: 1260px; margin: 0px auto; }
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }
.mt-30{ margin-top: 30px; }
.w-90{ margin: 0px auto; width: 90%; }
.w-80{ margin: 0px auto;  width: 80%; }

/*====================电脑站导航====================*/
.topsy1{ 
padding:10px;
border-radius: 10px;
width: 200px;
position: absolute; 
top: 5%;
left: 8%;
z-index: 9999;
background: #fff;
overflow: hidden;
box-shadow: 0px 0px 10px rgb(0,0,0,0.3);
}
.topsy-w{ }
.titleftsy{}
.titrtsy{}

.sy-h-menu{
  width: 100%;
  height: auto;
  text-align: center;
  float: right;
  margin-top: 3px;

}
.sy-h-menu li{
  padding: 0px 0px 0px;
  position: relative;
  display: inline-block;
  width: 80%;
  transition: all 0.3s ease-out;

  border-bottom:1px solid #EAEAEA;
}
.sy-h-menu li a{
  display: block;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  transition: all 0.3s ease-out;
}

.sy-h-menu li:hover a{
  display: block;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease-out;
  background-color: #0676ca;
}



.topbj{ width: 100%; height: 34px; background-color: #1b252e;}
.topleft{ width: 700px; line-height: 34px; float: left; font-size: 14px;color: #FFFFFF;	}
.toprt{ width: 300px; line-height: 34px; color: #FFFFFF; float: right;}
.toprt p{font-size: 16px; color: #FFFFFF; float: left;}
.titleft{ width:520px; float:left; margin-top: 20px; margin-bottom: 16px;}
.titrt{ width: 780px; float: right; margin-top: 49px;}

.topbg{ background: #fff;}




.h-menu-bg{
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.h-menu{
  width: 825px;
  height: auto;
  text-align: center;
  float: right;
  margin-top: 3px;

}
.h-menu li{
  padding: 0px 0px 0px;
  position: relative;
  /* z-index: 1111111; */
  display: inline-block;
  width: 12%;
  height: 46px;
  transition: all 0.3s ease-out;
}
.h-menu li a{
  display: block;
  padding: 5px 0px;
  width: 95%;
  text-align: center;
  font-size: 17px;
  color: #282828;
  transition: all 0.3s ease-out;
}
.h-menu li:before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: #0676ca;
  transition: all 0.3s ease-out;
}
.h-menu li:hover:before {
  width: 40%;
  left: 30%;
}
.h-menu li:after{
  content: "";
  position: absolute;
  top: 10px;
  right: 1px;
  width: 1px;
  height: 18px;
  background-color: #e5e5e5;
}
.h-menu-hover:before{
  content: "";
  position: absolute;
  bottom: 0px;
  width: 40%;
  left: 31%;
  height: 3px;
  background-color: #0676ca;
  transition: all 0.3s ease-out;
}


.h-menu li a:hover{
  color: #0676ca !important;
}

/*end menu*/

/*====================首页banner====================*/

/*焦点图
.banner {position:absolute;width:100%;z-index:-1; height: 750px;}
#banner li{position:absolute;width:100%;top:0;left:0;display:none;}	
#banner li img{width:100%;}

#banner li:first-child{
	display:block;
}

.bannerbg{position:relative;z-index:10;}
#leftBtn{left:0;background:url(img/leftbtn.png) no-repeat center center ;}

#rightBtn{right:0;background:url(img/rightbtn.png) no-repeat center center;}
#rightBtn ,#leftBtn{position:absolute;top:35%;width:40px;height:125px;display:block;opacity:0.5;filter:alpha(opacity=50);z-index:1000; cursor:pointer;}*/

/*banner*/
.banner {
  width:100%;
  z-index:-1;

}
#banner li{position:absolute;width:100%;left:0;display:none;} 
#banner li img{width:100%;}
#banner li:first-child{display:block;}
.bannerbg{z-index:10;}
#leftBtn{left:0;background:url(../img/leftbtn.png) no-repeat center center ;}
#rightBtn{right:0;background:url(../img/rightbtn.png) no-repeat center center;}
#rightBtn ,#leftBtn{position:absolute;top:45%;width:40px;height:125px;display:block;opacity:0.5;filter:alpha(opacity=50);z-index:1000; cursor:pointer;}


/*====================首页标题====================*/

.h-tit01 {
  padding: 15px 0px;
  width:100%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  background: url(../img/cpbt1.jpg) top center no-repeat;
}

.h-tit01 p {
	width: 600px;
  margin: 0px auto;
  padding: 5px 0px;
  font-size: 15px;
  color: #575757;
  text-align:center;
  font-weight:normal;
  margin-bottom: 5px;
  background-color: #fff;
}


.h-tit01 h2 {
  margin: 0px auto;
  height: 47px;
  text-align: center;
  font-size: 34px;
  color: #303131;
  font-weight:bold;


}


.h-tit01 h2 a{
  font-size: 34px;
  color: #303131;
  font-weight:bold;
}


.h-tit01 h2 a font{
  font-size: 34px;
  color: #303131;
  padding: 0px 10px;
}


.h-tit01 span {
  font-size:28px;
  color: #303131;
  text-align: center;
  text-transform: uppercase;
  line-height: 38px;
  font-family: Impact;
}


.h-tit02 {
  padding: 15px 0px;
  width:100%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;

}

.h-tit02 p {
	width: 600px;
  margin: 0px auto;
  padding: 5px 0px;
  font-size: 15px;
  color: #575757;
  text-align:center;
  font-weight:normal;
  margin-bottom: 5px;
  background-color: #fff;
}


.h-tit02 h2 {
  margin: 0px auto;
  height: 47px;
  text-align: center;
  font-size: 34px;
  color: #303131;
  font-weight:bold;


}


.h-tit02 h2 a{
  font-size: 34px;
  color: #303131;
  font-weight:bold;

}


.h-tit02 h2 a font{
  font-size: 34px;
  color: #303131;
  padding: 0px 10px;
}


.h-tit02 span {
  font-size:28px;
  color: #303131;
  text-align: center;
  text-transform: uppercase;
  line-height: 38px;
  font-family: Impact;
}

/*====================产品分类====================*/
.yan-phone p{ font-size: 16px; line-height: 26px; color: #666;}
.cppiclist{ width: 1260px; margin: 0px auto;}
.cppiclist li{
	margin:0px 6px;
	height: 370px;
	overflow: hidden;
	position: relative; 
	float: left; 
	text-align: center;}
	
.cppiclist li img{
	border: 2px solid #f0f0f0;}
	
.cppiclist li .shadows{ 
	position: absolute;
	top: -470px;
	padding-top: 105px;
	width: 407px; 
	height: 305px;
	background: rgb(6,118,202,0.8);
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	transition: 0.5s all ease ;
	}

.cppiclist li .shadows a{ 
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	}

.cppiclist li .shadows img{ 
	margin-top: 20px;
	border: none;
	}
	
.cppiclist li .cpbt{
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
	}
	
.cppiclist li:hover .shadows{
		position: absolute;
		top: 0px;
		padding-top: 105px;
		width: 407px; 
		height: 305px;
		background: rgb(6,118,202,0.8);
		text-align: center;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		transition: 0.5s all ease;}	



.part-cpl{width: 250px;}

.hcplt{
    width: 250px;
    height: 111px;
    background: #d60808;
    border-radius: 10px 10px 0px 0px;
}
.hcplt h2{
  font-size: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
}
.hcplt span{
  font-size: 16px;
  text-align: center;
  color: #f8fbf6;
  text-transform:uppercase;
  display: block;
}


.gl-proc {
	width: 80%;
	margin: 0px auto;
    text-align: center;
    padding:20px 0px;
}

.gl-proc li {
    position: relative;
    display: inline-block;
    text-align: -webkit-match-parent;
}


.gl-proc li .yz-two {
    display: none;
}

.gl-proc li:hover .yz-two {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 99999;
    background: #f9f9f9;
    border-radius: 5px;
}

.gl-proc li a {
    display: inline-block;
    font-size: 17px;
    margin: 3px;
    padding: 8.5px 16px;
    color: #fff;
    background: #004aa7;
    border-radius: 3px;
    transition: all 0.5s;
    font-weight:normal;
    text-align: center;
}

.gl-proc li:hover a {
    background-color: #333;
    color: #fff;
}

.gl-proc li .yz-two a {
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    margin-bottom: 3px;
    width: 250px;
    padding: 7.5px 16px;
    color: #333;
    background-color: #eaeaea;
    border-radius: 3px;
    transition: all 0.5s;
    text-align: center;
    font-weight: normal;
}

.gl-proc li .yz-two a:hover {
    background-color: #004aa7;
    color: #fff;
}


.cplist{
	margin: 0px auto;
	text-align: center;
	margin-bottom: 30px;
	width: 1260px;
}
.cplist a{
	padding: 0px 10px;
    height: 42px;
    background: #004aa7;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 5px;
    margin: 6px 0.1%;
    color: #fff;
    font-size: 18px;
	 }

.cplist a:hover{
	background: #ffe611;
	color: #333;
	transition: 0.2s all ease;
	 }
.part-contact{
	padding: 20px;
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.part-contact1{
	text-align: center;
}


.part-cpr{ width:995px ;}

.h-case{
  width: 1300px;
  height: auto;
  overflow: hidden;
}
.h-case li{
	background-color: #fff;
	padding-top: 10px;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  width: 300px;height: 359px;    border: 1px solid #f4f4f4;
}
.h-case li .tu{
    width: 280px;
    height: 240px;
  overflow: hidden;
  background-color: #efefef;margin: 0 auto;
}
.h-case li .tu img{
    width: 100%;
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-case li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-case li a h3{
  display: block;
  padding:5px 0px;
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
  color: #000;    padding-left: 25px;
  /*background-color: #e9e9e9;*/

  box-sizing: border-box;

  overflow: hidden;
  transition: all 0.3s ease-out;

}
.h-case li a span{
  background: #9fa0a0;
  display: block;
  width: 65px;
  height: 23px;
  border-radius: 10px;
  line-height: 22px;
  text-align: center;
  color: #fff;
/*  margin:0 auto;*/
  margin-top: 10px;    margin-left: 25px;
}

.h-case li a p{
  color: #d60808;    padding-left: 25px;    font-size: 15px;
    margin-top: 5px;
}

.h-case li:hover a h3{
  color: #000;

}

.h-case li:hover a span{
  color: #fff;background: #d60808;

}

/*====================首页产品展示====================*/

.anliroll { height:800px;width: 90%;margin:0px auto; }
.anliroll li {float: left;width: 18%; border:1px solid #f2f2f2;background: #fff;margin: 2% 0 0 1.4%; }
.anliroll li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anliroll li a h4 {overflow: hidden; }
.anliroll li a img { margin:0 auto;width:100%;display: block;transition: all .5s; }
.anliroll li a ol {background: #efefef;color: #000;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size: 18px; line-height:20px;padding: 10px;box-sizing: border-box; }
.anliroll li a ol i {
	display: block;font-size: 14px;margin-top: 10px; 
	padding: 5px 0px; color: #666; border-top: 1px solid rgb(0,0,0,0.05);
font-style: normal;  }
.anliroll li a ol a {color: #fff;font-size: 18px; }
.anliroll li a:hover img {transform: scaleX(1.2) scaleY(1.2); }
.anliroll li a:hover ol {background: #004ba8;color: #fff; }
.anliroll li a:hover ol i {color: #fff;}

/*====================首页优势====================*/



/*====================首页工程案例====================*/
.part-case{
  width: 100%;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f9f9f9;
  margin-top: 30px;
}

.pro1{
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
}
.pro1 li{
  float: left;
  margin: 5px;
  border:1px solid #e5e5e5;
  overflow: hidden;
}
.pro1 li .tu1{
  position: relative;
  width: 311px;
  height: 218px;
  overflow: hidden;
}
.pro1 li .tu1 img{
  width:100%;
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
   -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
   -moz-transition: all 0.5s ease-out; 
}
.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:-40px;
  padding:6px 0px;
  line-height: 140%;
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: rgba(10,85,177,0.8);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8da2d37,endColorstr=#C8da2d37);
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.5s ease-out;

}
.pro1 li:hover .tu1 .p-tit a h3{
  bottom:0px;
  left:0px;
  border-radius: 0px;
  background: rgba(10,85,177,0.8);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
}

/*====================首页产品展示====================*/
.part-cpbg1{
	padding: 30px 0px;
  background:#f9f9f9;
   }

/*====================首页产品====================*/
.part-cpbg{
  padding:40px 0px;
}

.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%;
}
.h-pro1 .tu1 a{
  position: absolute;
  top:100%;
  left:0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(208,2,2,0.8);
  transition: all 0.25s ease-in-out;
}
.h-pro1:hover .tu1 a{
  top:0;
  left:0;
}
.h-pro1 .tu1 a h3{
  display: block;
  padding-top:30%;
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  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: 90%;
  display: inline-block;
  background: #d00202;
  padding: 0px 10px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.h-pro1 .hp1-nr .cpxq a{
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  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;
}


/*====================首页简介部分====================*/
.sy-jjbg{ 
  width: 100%; 
  height: 698px;
  background: url(../Img/jjbg.jpg) top center no-repeat;
   }

.sy-jj{ 
  width: 1260px;
  margin: 0px auto;
  text-align: center;
  padding-top: 40px;
   }

.sy-jj .jjbt{ 
	padding-top: 30px;
  font-size: 42px;
  font-weight: bold;
  color: #3b3b3b;
  text-align: center;
  background: url(../img/jjbtbg.jpg) top center no-repeat;
   }

.sy-jj .jjbt span{ 
  font-size:42px;
  font-weight:bold;
  color: #0676ca;
   }

.sy-jj .jjbt p{ 
	padding: 5px 0px;
  font-size:18px;
  font-weight:normal;
  color: #999999;
  text-align: center;
   }

.sy-jj .jjcon{

  margin-left: 580px;
  width: 680px;
 font-size: 14px;
 color: #333;
 font-weight: normal;
 line-height: 24px;
 margin-top: 80px;
 
   }

.sy-jj .jjcon p{
 font-size: 17px;
 color: #333;
 font-weight: normal;
 line-height: 30px;
   }
   
.sy-jj .jjmore{
 margin: 0px auto;
 border-radius: 20px;
 width: 118px;
 height: 27px;
 line-height: 27px;
 background-color: #f0af00;
 text-align: center;
   }
   
.sy-jj .jjmore a{
 color: #FFF;
 text-align: center;
 text-transform: uppercase;
   }
   
   
.part-sycp1{ 
	background: url(../img/jjbg1.jpg) top center no-repeat;
	height: 380px;
	padding-top: 70px;
	}

.part-sycp1 .syfl{
  float: left;
  margin:20px 12px;
  width: 290px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size:30px;
  font-weight: bold;
  line-height: 28px;
}

.part-sycp1 .syfl img{
  margin-bottom: 15px;
}


.part-sycp1 .syfl span{
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size:14px;
  font-weight:normal;
}

.part-sycp1 .syfl p{
  margin-top: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size:18px;
  font-weight:normal;
  line-height: 24px;
  text-align:center;
}


.part-sycp1 .syfl p span{
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}
   

/*首页新闻样式*/

.part-news{    
    padding: 30px 0px;}
.news-l {
    width: 640px;
    height: auto;
    overflow: hidden;
    float: left;
}

.news-r {
    float: right;
    width: 610px;
    height: auto;
    overflow: hidden;
}

.xwconny-l{ 
  float:left;
  padding-bottom: 25px;
  width:600px;

   }
.xwconny-l .dateny{
  font-size: 50px;  line-height: 21px;
  color: #ffffff; text-align: center; }

.xwconny-l .dateny img{ }

.xwconny-l .dateny span{ font-size: 15px; color: #ffffff;  }
.xwconny-l .connrny{}
.xwconny-l .connrny h2{  
  margin: 0px; padding: 0px; border: none; 
  height: 45px; line-height: 45px;
  font-size: 24px; color: #5bc4bf; text-align: left; }
.xwconny-l .connrny h2 a{ color: #383838;font-size: 18px; font-weight:normal; }
.xwconny-l .connrny p{ padding-bottom: 10px; color: #9e9e9e; font-size: 14px; line-height: 22px;  }
.xwconny-l .connrny p a{ color: #9e9e9e; font-size: 14px; }


.xwconny-l:hover .date{ float: left; width: 90px; height: 120px;  font-size: 80px; 
    color: #fa3e3e; text-align: center; line-height: 120px;  }

.xwconny-l .connrny .xwmore{ 
  display: block;
  width: 80px; height:25px;
  background: #ebb80d;
  line-height: 25px;
  color: #ffffff; 
  font-size: 14px; 
  text-align: center;
  text-transform: uppercase;
}


.xwconny-r {
    float: left;
    padding-bottom: 21px;
    margin: 0px 15px 18px 15px;
    width: 640px;
}
.xwconny-r .dateny{
	display: none;
  float: left;
  width: 200px;
  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{ width: 100%; height: 105px;border-bottom: 1px  dashed #eaeaea;}
.xwconny-r .connrny h2{  margin: 0px; padding: 0px; border: none; font-size: 24px; 
	text-align: left; background: url(../img/news-tu2.jpg) left no-repeat; text-indent: 30px;}
.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 .connrny .xwmore{ 
	display: none;
  width: 80px; height:25px;
  border:1px solid #eaeaea;
  line-height: 25px;
  color: #9e9e9e; 
  font-size: 14px; 
  text-align: center;
  text-transform: uppercase;
}

.xwconny-r:hover .date{ float: left; width: 90px; height: 120px;  font-size: 80px; 
    color: #fa3e3e; text-align: center; line-height: 120px;  }

.xwconny-r:hover .connrny .xwmore{ 
  width: 80px; height:25px;
  background: #f9a400;
  border:1px solid #eaeaea;
  line-height: 25px;
  color: #ffffff; 
  font-size: 14px; 
  text-align: center;
  text-transform: uppercase;
}


.xwconny-r:hover .connrny .xwmore a{ 
  color: #ffffff; 
  font-size: 14px; 
}


/*====================底部信息====================*/
/*bottom*/

.foot-bg {
	width: 100%;
	padding: 40px 0px;
	overflow: hidden;
	background: #f9f9f9;
	border-top: 1px solid #eaeaea;
	background: #333333;
}

.foot{
	width: 1200px;
	margin: 0px auto;
	height: 275px;
	}



.foot-r{
	width: 170px;
	float:left;
	margin:10px;
	margin-top: 30px;
	}

.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-cpfl{
	float: left;
	margin: 20px;
	font-size: 15px;
	color: #333333;
	line-height: 170%;
	padding: 10px 0px;
	text-align: center;
}


.f-cpfl p{
	float: left;
	font-size: 15px;
	color: #eaeaea;
	line-height: 170%;
	text-align:left;
}

.end-dh{
	width: 100%;
	margin: 10px 0px;
	font-size: 16px;
	color: #eaeaea;
	font-weight: bold;
	text-align: left;

}

.f-cpfl a{
	display: block;
	float: left;
	height:30px;
	width: 100%;
	font-size: 15px;
	color: #cecece;
	text-align: left;

}

.f-cpfl a h3{
	font-size: 14px;
	color: #cecece;
}






.end-dh01{
	height: 28px;
	background: url(../Img/endtel.jpg) left no-repeat;
	color: #e5e5e5;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-indent: 40px;

}


.f-lxwm{
	margin:0px auto;
	width: 1200px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid #022e78;

}

.f-lxwm .lxcon{
	float: right;
	width: 200px;
	padding-top: 50px;
	margin-right: 25px;
	color:#ffffff;
	background: url(../Img/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:#696969;
	text-align: left;
	line-height: 32px;
}


.bq{
	width: 100%;
	padding:20px 0px;
	text-align: center;
	overflow: hidden;
	background:url(../img/endbg.jpg) top center repeat-y;
}
.bq p,
.bq p a {
	text-align: center;
	font-size: 14px;
	color:#ffffff;
	line-height: 40px;
}

/*end bottom*/

.nycon-ys{ width: 1200px; margin: 0px auto; }

.sk-mt{
  width: 100%;
  height: 495px;
  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 .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: #F78201;
    background-color: #F78201;
    text-align: center;
}



/*内页产品分类*/
.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{
	width: 1260px;
  height: auto;
  margin: 0px auto;

}
.fenl h3{
  position: relative;
  display: block;
  float: left;
  width: 231px;
  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{
	display: none;
    width: 100%;
    height: auto;
}

.fenl:hover dl{
    display: block;
	position: absolute;
    display: block;
}

.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;
}


.nycon{
	margin: 0px auto;
	width: 1260px;
	padding: 0px; line-height: 26px; color: #333333;}
.nycon p{ font-size: 16px; line-height: 30px; color: #333333;}




.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;}
  



/*====================内页导航====================*/
.jt-page {
    width: 1300px;
    height: 80px;
    margin: 0px auto;
    font-size: 0;
    border-bottom: 1px dashed #eaeaea;
}

.ny-pagemenu{
  text-align:left;
}
.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: #0b5dbd;
  transition: all 0.3s ease-out;
}
.ny-pagemenu li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu li:hover a{
  color: #0b5dbd;
}
.ny-pagemenu-ov:after{
  width: 63px !important;
  left:16px !important;
}
.ny-pagemenu-ov a{
   color: #0b5dbd !important;
   font-weight: bold;
}

.ny-loc{
  right: 40px;
  line-height: 20px;
  font-size: 13px;
  padding-top: 32px;
  text-align:left;
  color: #444;
}
.ny-loc i{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/home-icon.png) no-repeat;
  top: 1px;
}
.ny-loc em{
  display: inline-block;
  background: url(../img/location-li.png) no-repeat;
  width: 3px;
  height: 5px;
  margin: 0 10px;
  top: -2px;
}




.my-top {
	position: absolute;
	z-index: 111111;
	top: 65px;
	left: 12%;
	width: 16%;
	background-color: #fff;
	border-radius: 5px;
}

.my-logo {
	padding: 30px 0px;
	text-align: center;
}

.my-logo img {
	display: block;
	margin: 0 auto;width: 300px;
}

.my-menu {
	width: 100%;
}

.my-menu li {
	margin: 0 auto;
	width: 70%;
}

.my-menu li:hover {
	width: 100%;
}

.my-menu li a {
	display: block;
	padding: 12px 0px;
	width: 100%;
	font-size: 17px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
}

.my-menu li:hover a {
	background-color: #ffe300;
	color: #000;
}

.my-menu-hover {
	width: 100% !important;
}

.my-menu-hover a {
	background-color: #ffe300;
	color: #000 !important;
}

.my-phone {
	margin: 15px 0px;
	padding: 10px 0px;
/* 	background-color: #f9f9f9; */
}

.my-phone .top-phone {
	float: left;
	width: 15%;
	margin-left: 10%;    margin-top: 3%;
}

.my-phone .top-phone img {
	width: 100%;
}

.my-phone .nra {
	float: left;
	margin-left: 5%;
	width: 60%;
}

.my-phone .nra .zia {
	display: block;
	font-size: 15px;
	color: #636363;
}

.my-phone .nra .zib {
    display: block;
    font-size: 36px;
    font-family: impact;
    color: #24ac3e;line-height: 37px;
}

.my-top-ewm {
	margin: 10px 0px 20px 0px;
	text-align: center;
}

.my-top-ewm img {
	display: block;
	margin: 0 auto;
}

.my-top-ewm p {
	display: block;
	margin-top: 7px;
	font-size: 17px;
	color: #2b2b2b;
	text-align: center;
}
