/*头部样式*/
#header{width:1200px;margin:0 auto;}
.logo{float:left;}
.logo img{
	margin-top: 9px;
}
.head1{
	background: #e60012;
	height: 33px;
}
.huan1,.k1,.k1 a{
	color: #ffffff;
	font:500 14px/33px "微软雅黑";
}
.k1 a:hover{
   text-decoration: underline;
}
.head2{
	background: url(../images/bann1.jpg) no-repeat center top;
	height: 98px;
}


.topLink{float:right;text-align:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;padding-top:5px;}
.k2{color:#fff;font:500 16px/41px "微软雅黑";margin-right: 118px; }

#menu{/*margin-top:5px;*/}

/*热门搜索*/
.aask1{
	width: 1200px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -600px;
	z-index: 99;
    background: rgba(0,0,0,.6);
    height: 44px;
    padding: 0 20px;
    box-sizing: border-box;
    border-top-right-radius: 29px;
    border-top-left-radius: 29px;
}
.search{text-align:left;height:44px;}
#formsearch{width:auto;float:left;background: url(../images/ssk1.png) no-repeat left center;height: 23px;    margin-top: 10px;
    margin-left: 30px;}
.hotSearch{width:auto;float:left;font-weight:normal;color: #fff;font:500 14px/44px "微软雅黑";}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;color: #fff;}
.hotSearch a:hover{
	color: #e60012;
}
#formsearch input{height:23px;background:#fff;border:none;line-height:23px;}
#formsearch input#keyword{height:23px;line-height:23px;color: #fff;text-indent: 8px;background: transparent;}
#formsearch input#s_btn{width:33px;height:23px;line-height:23px;text-align:center;background-color:transparent;color:#fff;border:none;cursor:pointer;}

/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:10px;}
.container{width:1200px;margin:0 auto;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

.title1{
    padding-bottom: 12px;
	background: url(../images/aassv1.jpg) no-repeat center bottom;
}
.title1 h2{
	color: #1d1d1d;
	text-align: center;
	font:600 36px/44px "微软雅黑";
}
.title1 h2 span{
	color: #e60012;
}
/*cont1*/
.cont1{
	background: url(../images/bj1.jpg) no-repeat center top;
	height: 496px;
	overflow: hidden;
}
.a1_b1 {
	margin-top: 25px;
}
.a1_c1{
	width: 578px;
	color: #333;
	font:500 14px/29px "微软雅黑";
	text-align: justify;
}
.a1_c1 a{
	width: 129px;
	height: 37px;
	text-align: center;
	display: block;
	color: #fff;
	font:500 14px/37px "微软雅黑";
	background: #b4b4b4;
	border-radius: 19px;
	margin-top: 20px;
}
.a1_c1 a:hover{
	background: #e60012;
}
.a1_c2{
	width: 590px;
}
.a1_c2d1 li{
	float: left;
	margin-right: 15px;
}
.a1_c2d1 li:last-child{
	margin-right: 0;
}
.a1_c2d1 li .img1{
	display: block;
    width: 136px;
    height: 219px;
    overflow: hidden;
}
.a1_c2d1 li .img1 img{
	width: 136px;
    height: 219px;
    transition:all 0.8s ease-in-out;
}
.a1_c2d1 li .img2{
	width: 136px;
	height: 106px;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
}
.a1_c2d1 li:hover .img2{
   background-position: center bottom;
}
.a1_c2d1 li:hover .img1 img{
	transform: scale(1.1);
}
.heng1{
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}

/*cont2*/
.cont2{
	background: url(../images/aakjas1.jpg) repeat center top;
	height: 575px;
	overflow: hidden;
}
.a2_b1 li{
	width: 300px;
	height: 312px;
	box-sizing: border-box;
	padding: 14px 13px;
	float: left;
	background: #f2f2f2;
}
.a2_b1 li img{
	display: block;
	width: 195px;
	margin: 0 auto;
}
.a2_b1 li .img2{
	display: none;
}
.a2_b1 li h3{
	color: #333;
	font:500 14px/24px "微软雅黑";
	text-indent: 10px;
	text-align: justify;
	margin-top: 15px;
}
.a2_b1 li:nth-child(2n){
	margin-top:36px;
	background: #e3e3e3;
}
.a2_b1 li:hover{
	background: #e60012;
	
}
.a2_b1 li:hover .img2{
  display: block;
}
.a2_b1 li:hover .img1{
  display: none;
}
.a2_b1 li:hover h3{
	color: #fff;
}
.a2_b1 {
	margin-top: 36px;
}

/*cont3*/
.cont3{
	background: #e60012;
    height: 715px;
}
.cont3 .container{
	position: relative;
}
.moreaa1 a{
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font:500 14px/66px "微软雅黑";
  background: url(../images/aava1.png) no-repeat center top;
  position: absolute;
  top: -35px;
  left: 47%;
}
.moreaa1 a:hover{
	font-size: 16px;
}
.aasjkk1{
	overflow: hidden;
}
.aasjkk1 i{
	display: block;
	width: 421px;
	margin: 0 auto;
	margin-top: 64px;
}

.c2-con{width: 1200px;margin: 0 auto;padding-top: 26px;position: relative;}
.product_list1{}
.product_list1 li{float:left;margin-right:20px;margin-bottom:20px;_display:inline;position: relative;}
.product_list1 li a.img img{width:284px;height:187px; transition: all .8s ease;}
.product_list1 li h3{text-align:center;height: 42px;background: #fff;}
.product_list1 li h3 a{font-weight:normal;color:#212121;font-size: 14px;line-height: 42px;}
.product_list1 li a.img{display:block;width:284px;height:187px;overflow: hidden;}
.roll_product{float:left;}
.product_list1 li:nth-child(4n){float: right;margin-right: 0;}
.product_list1 li:hover a.img img{
	 transform: scale(1.1);
}
.product_list1 li:hover h3{background: #fda83c}
.product_list1 li:hover h3 a{color:#fff;}
.product_list1 li:hover{
	box-shadow: 0 0 8px #000; 
}
.product_list1 li:nth-child(1){
	position: relative;
	margin-left: 305px;
}
.product_list1 li:nth-child(3){
	margin-right: 0px;
}
.product_list1 li:nth-child(1):after{
	content: "";
	
	position: absolute;
	top: 0;
	left: 0;
	width:284px;
	height: 229px; 
}

.c2-conn{background: #e60012;width: 284px;height: 229px;overflow: hidden;position: absolute;top:26px;left: 0}
.sort1 li{width: 130px;height: 42px;border: 1px solid #fff;float: left;border-radius: 20px;text-align: center;margin-bottom: 16px;background: #e60012;margin-right: 10px;}
.sort1 li a{font:400 14px/42px "微软雅黑";color:#fff;display: block;}
.sort1 li:hover{background: #ff9207;border: 1px solid #f08300;}

.sort11 .hd{
   width: 130px;height: 42px;border: 1px solid #fff;float: left;border-radius: 20px;text-align: center;background: #e60012;margin-right: 10px;
   position: absolute;
   z-index: 99;
   right: 0;
   bottom: 5px;
}
.sort11 .hd a{
	color: #ededed;
	font:500 32px/39px "微软雅黑";
	cursor:pointer;
}
.sort11 .hd a:hover{
	color: #f08300;
}

/*cont4*/
.cont4{
	background: url(../images/aakjas1.jpg) repeat center top;
	height: 794px;
	overflow: hidden;
}
.a4_c1 li{
	float: left;
	width: 476px;
	height: 312px;
	position: relative;
	overflow: hidden;
}
.a4_c1 li:nth-child(2){
  margin: 0 9px;
}
.a4_c1 li:nth-child(4){
	    margin-left: 485px;
    margin-top: -151px;
}
.a4_c1 li:nth-child(2n){
   width: 230px;
   height: 151px;
}
.a4_c1 li:nth-child(2n) a.img{
   display: block;
   width: 230px;
   height: 151px;
}
.a4_c1 li a.img{
	display: block;
	width: 476px;
	height: 312px;
}
.a4_c1 li a.img img{
	width: 100%;
	transition: all .8s ease;
}
.a4_c1 li .case_aa1{
     position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.75);
    font-weight:normal;
    transition:top 1s ease 0s;
    text-align: center;
    color: #fff;
    padding-top: 23%;
}
.a4_c1 li:hover .case_aa1{
    top: 0px;
}
.a4_c1 li .case_aa1 h2{
	font:500 16px/34px "微软雅黑";
}
.a4_c1 li .case_aa1 a{
	font-size: 14px;
	color: #fff;
}
.a4_c1 li .case_aa1 a:hover{
	color: #e60012;
}
.a4_c1 li:hover img{
	 transform: scale(1.2);
}

.a4_b1{
	margin-top: 36px;
}
.a4_b2{
	margin-top: 9px;
}
.a4_c2 li{
	float: left;
	width: 394px;
	height: 258px;
	position: relative;
	overflow: hidden;
	margin-right: 9px;
}
.a4_c2 li:last-child{
	margin-right: 0;
}
.a4_c2 li a.img{
	display: block;
	width: 394px;
	height: 258px;
}
.a4_c2 li a.img img{
	width: 100%;
	transition: all .8s ease;
}
.a4_c2 li .case_aa1{
     position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.75);
    font-weight:normal;
    transition:top 1s ease 0s;
    text-align: center;
    color: #fff;
    padding-top: 23%;
}
.a4_c2 li:hover .case_aa1{
    top: 0px;
}
.a4_c2 li .case_aa1 h2{
	font:500 16px/34px "微软雅黑";
}
.a4_c2 li .case_aa1 a{
	font-size: 14px;
	color: #fff;
}
.a4_c2 li .case_aa1 a:hover{
	color: #e60012;
}
.a4_c2 li:hover img{
	 transform: scale(1.2);
}

/*cont5*/
.cont5{
	background: url(../images/aakjas2.jpg) repeat center top;
	height: 585px;
	overflow: hidden;
}
.tablis{
	  margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px;
}
.tablis li{
	float: left;
	margin-right: 20px;
}
.tablis li:last-child{
	margin-right: 0;
}
.tablis li a{
	display: block;
	width: 158px;
	font:500 16px/38px "微软雅黑";
	border:1px solid #e4e4e4;
	border-radius: 20px;
	text-align: center;
}
.tablis li.cur a{
	color: #fff;
	background: #e60012;
	border-color: #e60012;
}
.xwzza1 {
	margin-top: 22px;
}
.xwzza1 li{
	float: left;
	width: 284px;
	margin-right: 21px;
}
.xwzza1 li:nth-child(4n){
	margin-right: 0;
}
.xwzza1 li .ingaa1{
	width: 284px;
	height: 187px;
	overflow: hidden;
}
.xwzza1 li .ingaa1 img{
    width: 284px;
	height: 187px;
	 transition: all .5s ease;
}
.xwzza1 li h2 a{
       color: #333333;
    font: 500 16px/32px "微软雅黑";
    display: block;
    margin-top: 5px;
}
.xwzza1 li h3{
	color: #b2b2b2;
	font:500 14px/25px "微软雅黑";
}
.xwzza1 li h4{
	color: #666;
	font:500 14px/27px "微软雅黑";
	position: relative;
	border-bottom:2px solid #b4b4b4;
	padding-bottom: 8px;
}
.xwzza1 li:hover .ingaa1 img{
   transform: scale(1.1);
}
.xwzza1 li:hover h2 a{
	color: #da251e;
}
.xwzza1 li h4::after{
   content:"";
   position: absolute;
   left:0;
   bottom:-2px;
   width:0;
   height:2px;
   background: #e60012;
   transition:.5s;
}

.xwzza1 li:hover h4::after{
    width:100%;
     transition:.5s;
}

/*cont6*/
.cont6{
	margin-top: 42px;
}
.jhhja1 {
	margin-top: 35px;
}
.jhhja1 li{
	width: 25%;
	text-align: center;
	float: left;
}
.jhhja1 li i img{
transition:all 0.8s;
}
.jhhja1 li h2{
	color: #333333;
	font:500 16px/40px "微软雅黑";
}
.jhhja1 li h3{
	color: #585858;
	font:500 14px/20px "微软雅黑";
	margin-top: 10px;
}
.jhhja1 li:hover i img{transform:scale(-1,1)}
.jhhja1 li:hover h2,.jhhja1 li:hover h3{
	color: #e60012;
}


/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}

/*品牌列表*/
.brand-list{margin: 20px 0px;display: flex;display: -webkit-flex;flex-wrap: wrap;}
.brand-list li{margin: 5px 8px;}
.brand-list li:hover{box-shadow: 2px 1px 5px;}
.brand-list li img {width: 150px;height: 120px;}

/*前台多页签*/
.news{width:1200px;float:left;margin-top: 10px;}
/*.tab{position:relative;}
.tab li{float:left;width:100px;height:30px;display:block;line-height:30px;border:1px solid #ccc;margin-right:8px;text-align:center;color:#333;font-size:12px;cursor: pointer;}
.tab li.cur{color:#fff;text-decoration:none;font-size:12px;background:#3a78c1;border-color: #3a78c1;}*/

.tt{display: none;}
.list1{padding:8px 10px;}
.list1 li{line-height:27px;position:relative;vertical-align: middle;}
.list1 li a{background:url(../images/list_dot1.gif) left center no-repeat;padding-left:12px;line-height:27px;color:#555555;}
.list1 li a:hover{color:#e87518;text-decoration:none;}
.list1 li span{position:absolute;right:0px;line-height:30px;top:0;color:#999;}




/*友情链接*/
.f_link{
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/link.jpg) no-repeat center;
    height: 33px;
    font: 400 16px/33px "微软雅黑";
    color: #292a2b;
    text-indent: 30px;
    margin-top: 48px;
}
.f_link a{
	color: #333333;
	font:500 14px/33px "微软雅黑";
}
.f_link a:hover{
	color: #e60012;
}

/*页面底部*/
.foot1{
	background: url(../images/foot1.jpg) no-repeat center top;
	height: 353px;
	overflow: hidden;
	margin-top: 10px;
}
.nav_foot{text-align:center;font:500 16px/115px "微软雅黑";}
.nav_foot a{
	color: #fff;
	padding: 0 28px;
}
.nav_foot a:hover{
	color: #da251e;
}
.foa1{
	width: 756px;
}
.foa2{
	width: 400px;
}
.foa1{text-align:left;color: #fff;font:500 14px/36px "微软雅黑";margin-top: 32px;}
.foa1 a{
	color: #fff;
}
.foa1 a:hover{
	color: #e60012;
}
.foa2{
	text-align: center;
	color: #fff;
	font:500 14px/36px "微软雅黑";
	    margin-top: 48px;
}


#footer{position:relative;width:1200px;margin:0 auto;text-align:center;margin-bottom:10px;padding-top:8px;border-top:2px solid #eee;margin-top:15px;}
#footer a{color:#666;}
#footer a:hover{color:#e87518;text-decoration:none;}


/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding:0px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav1.png) no-repeat 0% 100%;font-size:18px;color:#000;text-align: center;}
.left .box h3:before,.left .box h3:after{
	content:"";
	display: inline-block;
	height: 9px;
	width: 16px;
	background: url(../images/aavaa1.png) no-repeat center;
	padding: 0 22px;
}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:1920px;margin:0 auto;position: relative;left: 50%;margin-left: -960px;}
.n_banner img{width:1920px;margin:0 auto}
.left{width:250px;float:left;}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.case_detail h1{
	font-size: 18px;
}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:910px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/navv1.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:28px;font-size:18px;background: url(../images/aagg1.png) no-repeat left center;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}
