/*头部样式*/
#header{width:1200px;margin:0 auto;}
.logo{float:left;margin-top:10px;}

.topLink{float:right;text-align:right;position: relative;z-index: 9999;margin-top: 20px;margin-bottom: 24px;}
.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;}
.topLink .k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}

#menu{margin-top:5px;}

/*热门搜索*/
.search{text-align:left;height:24px;background-color:#f8f8f8;padding:5px 10px 5px 10px;}
#formsearch{width:760px;float:left;background: url(../images/sd.png) no-repeat;margin-top: 20%;}
.hotSearch{width:400px;float:left;height:24px;line-height:24px;font-weight:normal;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}




.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


.cp_img{ display:inline; overflow:hidden;margin:0 auto;display: table;    cursor: pointer;}
.cp_img { transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.cp_img:hover {transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


.cpp_img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.cpp_img { transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.cpp_img:hover {transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.cpp_img1{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.cpp_img1 { transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.cpp_img1:hover {transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}
.links ul{float:left;}
.links span{float:left;}
.links ul li{float:left; padding:0px 10px;}
.HH{
	background: #000;
	position: relative;
	top:0px;
	left:0px;
	z-index: 9999;
}
.hh1{
	/*width: 799px;*/
}
.hh2{
	background: url(../images/ss.png) no-repeat;
	width: 32px;
	height: 32px;
}



.yinying{
    width:100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.7);
    z-index: 99999999;
    display: none;
}
.sousuo1{
    width:1000px;
    height: 90px;
    position: relative;
    margin:0 auto;
    z-index: 999;
}
.sousuo2{
    background:#000;
    position: fixed;
    z-index: 99;
    width:100%;
    height: 91px;
    top:0;

}
.chexiao{
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}
.cha{
    float:right;
    width:90px;
    height: 90px;
    background:url(../images/cha.png) no-repeat;
    cursor: pointer;
}

/*主体样式*/



/*产品中心*/
.nei{
	background: url(../images/nei.jpg) top center no-repeat;
	height: 906px;
	overflow: hidden;
}
.chan{
	width: 1200px;
	margin: 0 auto;
}
.cp{
	width: 599px;
	text-align: center;
	padding-top: 143px;
}
.cp_img{
	background: url(../images/01.png) top center no-repeat;
	width: 282px;
	height: 467px;
	margin: 0 auto;
}
.cp_ti{
	font:400 36px/40px "Microsoft Yahei";
	color: #fff;
	padding-top: 55px;
}
.cp_y{
	font:400 18px/30px "Microsoft Yahei";
	color: #fff;
	text-transform: uppercase;
}
.cp_m{
	font:400 18px/30px "Microsoft Yahei";
	color: #fff;
	padding-top: 35px;	
	width: 160px;
	margin:0 auto;
	position: relative;
}
.cp_m a{
	color: #fff;

}


.cp_m a:after{
    display: block;
    content: "";
    border-bottom: 1px solid #fff;
    pointer-events: none;
    width: 0%;
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    transition: all .5s ease-out;
}

.cp_m a:hover:after{
    width: 60%;
    max-width: 100%;
}
.Link--line-center a:after{
    width: 0;
    right: 0;
    margin: 0 auto;
}
.cpp{
	width: 600px;
	text-align: center;
}
.pp_zi{
	width: 300px;
	padding-top: 140px;
}
.cpp_img{
	background: url(../images/02.png) top center no-repeat;
	width: 222px;
	height: 351px;
	margin-top: 80px;
}
.pp_zi1{
	width: 300px;
	padding-top: 140px;
}
.cpp_img1{
	background: url(../images/03.png) top center no-repeat;
	width: 223px;
	height: 276px;
	margin-top: 110px;
	margin-left: 50px;
}

.ne1{
	background: url(../images/nei1.jpg) top center no-repeat;
	height: 742px;
	overflow: hidden;
}

.ab{
	text-align: center;
	font:400 48px/60px "Microsoft Yahei";
	color: #000000;
	padding-top: 70px;
}
.at_y{
	text-align: center;
	color: #666;
	font:400 30px/40px "Arial";
	text-transform: uppercase;
}
.ab_jian{
	font:400 16px/38px "Microsoft Yahei";
	color: #666;
	text-align: center;
	width: 880px;
	margin: 0 auto;
	padding-top:80px;
}
.ab_fen{
	margin-top: 100px;
}
.ab_fen li{
	float: left;
	width: 400px;
	text-align: center;
	background: url(../images/xian.png) center right no-repeat;
	height: 155px;
}
.ab_ttt{
	font:600 24px/40px "Microsoft Yahei";
	color:#000;
	padding-top: 15px;
}
.ab_neio{
	font: 400 24px/40px "Microsoft Yahei";
}
.ab_fen li:nth-child(3){
	background: none;
}
/*四大品牌优势*/
.nei3{
	background: url(../images/nei2.jpg) top center no-repeat;
	height: 852px;
	overflow: hidden;
}
.pin{
	text-align:center;
	color: #fff;
	font:400 44px/55px "Microsoft Yahei";
}

.pint{
	float: left;
	width: 760px;
	padding-top: 100px;
}
.pint li{
	float: left;
	width: 340px;
	color: #fff;
	height: 250px;
}
.pntt{
	font:400 24px/30px "Microsoft Yahei";
}
.pntu{
	font:400 16px/24px "Microsoft Yahei";
	padding-top: 20px;color:#999
}
.pint li:nth-child(2n){
	float: right;
}
.pinpai{
	padding-top:100px;
}



/*关于佑玛*/
.nei4{
	background: url(../images/nei3.png) top center no-repeat;
	height: 623px;
	overflow: hidden;
}
.abt{
	 width: 500px;
	 padding-top: 78px;
	 text-align: left;
}
.abt_t{
	color:#232429;
	font:400 36px/40px "Microsoft Yahei";
}
.abt_z{
	color:#424242;
	font:400 24px/40px "Microsoft Yahei";
	padding-top: 10px;
}
.abt_shi{
	margin-top: 50px;
}
.abb{
	width: 610px;
	text-align: left;
	padding-top: 78px;
}
.abb_nei{
	padding-top: 50px;
	font:400 16px/35px "Microsoft Yahei";
	color: #424242;
}
.abb_more{
	width: 184px;
	height: 38px;
	border:#a0a0a0 1px solid;
	text-align: center;
	font:400 16px/38px "Microsoft Yahei";
	color: #424242;
	margin-top: 50px;
}
.abb_more:hover{background:#eee}
/*新闻资讯*/
.xw{
	text-align: center;
	color: #1f1e1e;
	font:400 40px/60px "Microsoft Yahei";
	background: url(../images/xian1.png) bottom center no-repeat;
	padding-top: 45px;
}
.xw_t{
	font:400 16px/40px "Microsoft Yahei";
	text-align: center;
	color:#616161;
	padding-top: 15px;
}

.xxw{
	margin-top: 35px;
}
.news_list1 li{
	float: left;
	width: 369px;
	margin-right: 46px;
}
.news_list1 li:nth-child(3){
	float: right;
	margin-right: 0px;
}
.ri{
	margin-top: 40px;
	width: 64px;
	height: 90px;
	border-right: #dcdcdc 1px solid;
	text-align: left;
}
.ri_t{
	font:400 18px/25px "Microsoft Yahei";
	color: #000;
}
.ri_n{
	color:#797878;
	font:400 16px/25px "Microsoft Yahei";
}
.xww_m{
	width: 290px;
	text-align: left;
	margin-top: 40px;
}
.xww_ti{
	color:#0e0e0e;
	font:400 16px/25px "Microsoft Yahei";
	width:290px;
	margin: 0 auto;
	position: relative;
}
.xww_ti a{
	color:#0e0e0e;
}
.xww_rong{
	color:#414141;
	font:400 14px/25px "Microsoft Yahei";
	padding-top: 10px;
}


.xww_ti a:after{
	display: block;
	content: "";
	border-bottom: 1px solid #414141;
	pointer-events: none;
	width: 0%;
	position: absolute;
	left: 0;
	right: 0;
	margin:0 auto;
	transition: all .5s ease-out;
}

.xww_ti a:hover:after{
	width: 100%;
	max-width: 100%;
}
.Link--line-center a:after{
	width: 0;
	right: 0;
	margin: 0 auto;
}


.ft{
	background:#222222;
	/*height: 290px;
	margin-top: 60px;*/
	box-sizing: border-box;
	padding: 25px 0;
}
.lian{
	width: 250px;
	text-align: left;
}
.lian_T{
	font:400 18px/32px "Microsoft Yahei";
	color:#fff;
}
.lian_y{
	color:#848484;
	font:400 12px/25px "Microsoft Yahei";
	text-transform: uppercase;
}
.lian_ri{
	font:400 14px/30px "Microsoft Yahei";
	color:#ababab;
	padding-top: 10px;
}
.lianj{
	width: 620px;
	margin-left: 60px;
}
.er{
	width:240px;
	text-align: left;
}
.eringyu{
	padding-top: 15px;
}






#container{width:1200px;margin:0 auto;margin-top:10px;}
.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;}

/*----- 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;margin-top:15px;line-height:30px;line-height:30px;background-color:#ececec;text-indent:20px;}

.ggt{
	background: #0e0e0e;
	height: 41px;
	line-height: 41px;
	color: #bcbcbc;
}
.ban {
	font:400 14px/41px "Microsoft Yahei"; color:#999
}

/*页面底部*/
#footer{position:relative;width:1200px;margin:0 auto;text-align:center;color:#bcbcbc}
#footer a{color:#bcbcbc;}
#footer a:hover{color:#e87518;text-decoration:none;}
.nav_foot{text-align:center;line-height:24px;color:#666;}
.copyright{text-align:center;line-height:24px;}


/*------------内页-------------------*/
.left .box{width: 1200px;
	margin: 0 auto;}
.left .box h3{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;}
.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{border-top:1px solid #eaebee;border-bottom: 1px solid #eaebee;width:1920px;position: relative;left: 50%;margin-left: -960px;}
.sort_menu h3{background-color:#ececec;line-height:28px;font-weight:normal;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;font-weight:bold;}

.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{}
.sitemp{line-height:50px;height:50px;overflow:hidden;padding-right:10px;background:#3480ce;}
.sitemp h2{width:340px;float:left;line-height:50px;text-align:center;text-align:left;text-indent:15px;font-size:16px;color:#fff;font-weight:normal;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:50px;color:#fff;}
.sitemp .site a{color:#fff;}



.right .content{padding-top:15px;overflow:hidden;line-height: 24px;}

.case_detail h1{font-size:36px;    padding-bottom: 10px;    font-weight: 400;}

.neiLeft{
    margin-bottom: 20px; margin-top: 10px;
}
.neiLeft h2{
    font-weight:normal;
    font-size: 36px;
    color: #1d1c1c;
}
.neiLeft h2 p{
    font-size: 13px;
    color: #9e9e9e;
    font-family: "Arial";
    text-transform: uppercase;
}
.site1{
    margin-top: 30px;
    font-size: 16px;
    color: #bababa;
    background: url(../images/location.png) no-repeat left;
    padding-left: 20px;
}
.site1 h3{
    font-size: 16px;
    font-weight:normal;

}

.site1 span{
    color: #bababa;
}
.site1 a{
    color: #bababa;
}



.alm-filter-nav {
    text-align: center;
    padding: 30px 0px;
}
.alm-filter-nav li {
    display: inline-block;
    text-align: center;
    width:16%;
}
.alm-filter-nav li span {
    display: block;
}
.alm-filter-nav li svg {
    transition: all .3s ease-in-out;
    fill: #b6b5a9;
}






.con{width:1210px;margin:0 auto;position: relative}

.box1{background:url(../images/box1.png)no-repeat center top;padding-top:126px;height:301px}

.box1_t{text-align: center;font-size:60px;color:#2b2a2a;font-family:"宋体";}

.box1_t1{text-align: center;font-size:16px;color:#6f6f6f;line-height:30px;margin-top:30px}



.box2{background: url(../images/box2.png) no-repeat center 0;height: 992px;background-attachment: fixed;background-size: cover;}

.box2_t{text-align: center;padding-top:244px;font-size:48px;color:#ffffff;font-family:"宋体";}

.box2_t1{text-align: center;font-size:16px;color:#ffffff;line-height:37px;margin-top:31px;}

a.more1{background:url(../images/more.png)no-repeat;width:152px;height:46px;display: block;margin:0 auto;margin-top:57px}


.box3{margin-top:202px;}
.slideBox{ width:1210px; height:580px;  position:relative; overflow: hidden;background: #fff  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.box3_fl{float:left;width:717px;}
.box3_fl img{width:717px;height:482px;}

.box3_fr{float:right;width:414px;margin-right:1px}
.box3_fr h3{font-weight:normal;margin-top:37px;font-size:38px;color:#303030;height:226px;font-family:"宋体";}
.box3_fr h3 span{display: block;font-size:16px;color:#838383;line-height:30px;margin-top:29px;}
.box3_fr img{width:415px;height:320px;}

.box4{margin-top:71px;}

.slideBox1{ width:1210px; height:908px;  position:relative; overflow: hidden;background: #fff  }
.slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox1 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox1 .hd ul li.on{ background:#f00; color:#fff; }
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; }

.box4_fl{float:left;width:329px;}
.box4_fl img{width:327px;height:320px;}
.box4_fl h3{font-weight:normal;margin-top:88px;font-size:48px;color:#303030;font-family:"宋体";}
.box4_fl h3 span{display: block;font-size:16px;color:#838383;line-height:37px;margin-top:28px;}
.box4_fl h3 a{display: block;width:148px;height:42px;line-height:42px;text-align: center;font-size:18px;color:#535353;border:1px solid #535353;margin-top:46px;}
.box4_fr{float:right;width:735px;margin-top:68px;}
.box4_fr img{width:735px;height:838px;}

.box5{margin-top:125px;}

.box6_t{text-align: center;margin-top:122px;font-size:48px;color:#2b2a2a;font-family:"宋体";}
.box6_t span{display: block;}
.box6_t1{text-align: center;line-height:33px;font-size:16px;color:#6f6f6f;margin-top:11px}


.bao{
    height: 805px;
    margin-top:87px;
}
.slideBox2{
	width: 1920px;
	position: relative;
}
.slideBox2 .bd ul{
	overflow: hidden;
}
.slideBox2 .bd li{
	text-align: center;
	position: relative;
	z-index: 1000;
}
.slide_neis{
	position: absolute;
	/* width: 1200px; */
	z-index: 3000;
	color: #fff;
	top: 33px;
	right: 351px;
	text-align: left;
  
    width:502px;
}
.neisall{
	padding-top: 120px;
}

.neisall h4{font-size:18px;border:1px solid #797979;text-align: center;width:104px;height:28px;line-height:28px;font-weight: normal;font-family:"宋体";}
.neisall h3{
	font-size:48px;color:#ffffff;font-weight:normal;margin-top:26px;font-family:"宋体";
}
.neisall h3 span{font-size:14px;color:#827d7d;padding-left:17px;font-family:"微软雅黑";}
.neisall h2{
	font-size:18px;color:#d3d3d3;font-weight:normal;
}
.neisall p.p{
	font-size:16px;color:#acacac;line-height:37px;margin-top:75px;
}
.neisall div{
	margin-top: 30px;
	font-size: 25px;color: #f8b26e;font-family: Microsoft Yahei;font-weight: 400;
}
.neisall div p{
	line-height: 30px;
}
.neisall a{
	display: block;
	margin-top: 50px;
	font-size: 14px;color: #f8b26e;font-family: Microsoft Yahei;font-weight: 400;
	text-decoration: underline;
}
.slideBox2 .hd{
	position:absolute;
	top: 138px;
	left: 19%;
	z-index: 4000;
	width: 303px;
}
.slideBox2 .hd li{
	text-align: left;
	background-size: 100% 100%;
	padding:3px;
    margin-bottom: 5px;
    width:304px;
    height:138px;
}
.slideBox2 .hd li.on{
	background: url(../images/bg2.png) no-repeat center 0;
	background-size: 100% 100%;

}
.slideBox2 .hd li.on img{
	opacity:1;
    filter:Alpha(opacity=100);
   
}
.slideBox2 .hd li img{
	 /* -webkit-filter: grayscale(100%);
	     -moz-filter: grayscale(100%);
	     -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	     filter: grayscale(100%);
	     filter: gray; */

	 opacity:0.5;
    filter:Alpha(opacity=50);
    width:140px;
    height:138px;
    float:left
}

.slideBox2 .hd li h3{
    float:right;
    font-size:24px;
    color:#ffffff;
    opacity:0;
    filter:Alpha(opacity=0);
    width:137px;
    font-weight:normal;
    padding-top:27px;
}
.slideBox2 .hd li h3 span{
    display: block;
    font-size:16px;
}

.slideBox2 .hd li.on h3{
	opacity:1;
    filter:Alpha(opacity=100);
   
}

.box7{margin-top:99px;}

.box7_t{text-align: center;font-size:48px;color:#2b2a2a;font-family:"宋体";}
.box7_t span{display: block;font-size:16px;color:#6f6f6f;margin-top:25px;}

.box7_con{margin-top:58px;width:1210px;height:650px;}


/*case*/
.caseBg{
    background: #f7f7f7;
    padding: 50px 0 88px 0;
    margin-top:10px;
    /*width:1920px;*/
    position: relative;

}

.caseTitle{
    font-size: 36px;
    color: #1d1c1c;
    text-align: center;
    font-weight:normal;
}
.caseTitle p{
    font-size: 13px;
    font-family: "Arial";
    text-transform: uppercase;
    opacity: 0.6;
}

.caseBox{
    width: 1200px;
    margin: 0 auto;
}

.caseBox .picScroll02{
    margin-top: 50px;
    position: relative;
}
.caseBox .picScroll02 .hd .next{
    right: -84px;
    background: url(../images/right.png) no-repeat;
}
.caseBox .picScroll02 .hd .next, .caseBox .picScroll02 .hd .prev{
    position: absolute;
    display: block;
    width: 24px;
    height: 45px;
    overflow: hidden;
    top: 105px;
    z-index: 999;cursor: pointer;
}
.caseBox .picScroll02 .hd .prev{
    left: -50px;
    background: url(../images/left.png) no-repeat;
}
.caseBox .picScroll02 .bd ul li{
    float: left;
    margin: 0 13px;
    position: relative;
}
.caseBox .picScroll02 .bd ul li .img{
    display: block;
}

.caseBox .picScroll02 .bd ul li .img img{
    width: 385px;
    height: 231px;
}


.caseBox .picScroll02 .bd ul li .hh{
    background: rgba(0,0,0,.21);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width:100%;
    height: 100%;
    display: none;
}

.caseBox .picScroll02 .bd ul li .hh a{
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    display: block;
    padding-top: 85px; padding-left:10px; padding-right:10px;
    text-align: center;
}


.caseBox .picScroll02 .bd ul li .hh .pMore{
    width:149px;
    height: 44px;
    border:1px solid #fff;
    margin:0 auto;
    margin-top:20px;
}
.caseBox .picScroll02 .bd ul li .hh .pMore a{
   padding-top: 0;
   font-size: 14px;
   line-height: 44px;
   padding-left: 0;
   text-align: center;
   font-weight:normal;
}
.caseBox .picScroll02 .bd ul li:hover .hh{
    display: block;
}

.xiangguan{border: 1px solid #F2F2F4;}
.xiangguan .f20{    font-size: 20px;margin: 20px 15px 10px 15px;
   color:#333;
    padding-left: 10px;display: inline;line-height: 46px;
    border-left: 5px solid #F02A2A;}
.xiangguan .xiangguan_list{ border-top: 1px solid #F2F2F4;padding: 20px 15px 10px 10px;}
.xiangguan .xiangguan_list ul li{    float: left;
    width: 98%;background: url("../images/li.png") no-repeat left 16px;
    line-height: 1.8; padding-left:2%}
.xiangguan .xiangguan_list ul li a {
    color: #333;
    width: 90%;
    display: inline-block; font-size:14px;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
	 text-overflow: ellipsis;}



		