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

* {
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
	box-sizing: border-box;
}
/*页面清0部分*/
body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}
p{
    line-height: 36px;
}
.clear::after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover{
    color: #c50f26;
}
h1{
    font-size: 20px;
}
img 
	{
		border:0;
		vertical-align:middle;
	 }
/*公共修饰部分*/
.top{
    width: 100%;
    padding: 10px 0px;
    border-bottom: 3px solid #c50f26;
}
.top-container {
    width: 1200px;
    margin: 0 auto;
}
.logo{
    width: 465px;
	height:53px;
    float: left;
	margin-top:10px;
	background:url(../images/logo_left.png) no-repeat left;
}
.logo a{height:53px;width:465px;display: block;text-indent: -999px;}
.logo img{float:left;height:53px;width:465px;}

.tel{
     width: 260px;
    float: right;
}
.tel a{width:550px; float: right; position:absolute;top:-999px;}

.tel img{
    width: 65px;
    float: left;
    margin-top: 5px;
}
.tel h2{
    float: right;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    color: #c50f26;
}
.tel h2 span{
    color: #333;
    padding: 0 5px;
}
/*top修饰部分*/
.wrap{
    width: 1200px;
    height: 45px;
    margin: 0 auto;
}
.wrap div{
    width:150px;
    line-height:45px;
    text-align: center;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.wrap div ul{
    width: 150px;
    text-align: center;
    position: absolute;
    top: 33px;
    left: 0;
    display: none;
    font-size: 14px;
    font-weight: normal;
    z-index: 9999;
}
.wrap div ul li{
    height: 40px;
    line-height: 40px;
}
.wrap div:hover ul{
    display: block;
}
#ns{
    width: 150px;
    background: #f5f5f5;
    top:45px;
}
#ns li{
    border-bottom: 1px solid #fff;
}
#pt{
    width: 1200px;
    position: absolute;
    left: -300px;
    top:45px;
    background-color: #f5f5f5;
    height: 315px;
	padding-top:10px;
}

#pt li{
    width: 240px;
    float: left;
}
#pt li h4 {
	border-bottom:1px solid #fff;
}
#pt li p{
	padding:3px 0;
}
/*导航部分修饰*/

.slideBox
	{
		width:100%; 
		position:relative;  
		overflow:hidden; 
		margin:0 auto;
	}
.slideBox .hd
	{ 
		position:absolute; 
		height:28px; 
		line-height:28px; 
		bottom:10px; 
		left:0; 
		width:100%; 
		text-align:center;
		z-index:1;
		cursor:pointer;
	}
.slideBox .hd li
	{ 
		display:inline-block; 
		width:40px; 
		height:6px; 
		background:#fff; 
		text-indent:-9999px; 
		overflow:hidden; 
		margin:0 6px;
	}
.slideBox .hd li.on
	{ 
		background:#c50f26;
	}
.slideBox .bd
	{ 
		position:relative;
		z-index:0; 
		margin-bottom:-5px;
	}
.slideBox .bd li
	{ 
		position:relative;
	}
.slideBox .bd li p
	{ 
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
.slideBox .bd li p img{
        border:0;
        vertical-align:middle;
        width: 100%;
	}


/*banner轮播部分修饰*/
.pa-ph{
    width: 1240px;
    margin: 0 auto;
}
.pa-head{
    float: left;
}
.pa-ph{
	padding:30px 0 30px 20px;
}
.pa-head li{
    float: left;
	font-weight:bold;;
	padding: 0px 15px 0px 15px;
	background: url(../images/yd1.jpg) no-repeat scroll right center transparent;
}
}

.pa-head li h2{
    font-size: 22px;
    font-weight: 600;
}
.cur{
    margin-top: 5px;
}
.pa-ph span{
    width: 100px;
    float: left;
    background: #c50f26;
    opacity: 0.7;
    text-align: center;
    line-height: 35px;
	margin-left: 10px;
}
.pa-ph span a{
    color: #f5f5f5;
	display: block;
}
.pa-ph span:hover{
    background: #c50f26;
    opacity: 1;
}
/*第一部分标题*/
.pa-img{
    width: 1240px;
    margin: 0 auto;
}
.pa-img li{
    width: 270px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
	border:1px solid #f5f5f5;
}
.pa-img p{
    width: 270px;
    color:#f5f5f5;
    font-size: 14px;
    text-align: center;
    position: absolute;
    background:hsla(0,0%,0%,0.6);
    line-height: 35px;
    bottom:0;
    left: 0;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}
.pa-img li:hover p{
    cursor: pointer;
    transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    -webkit-transform: translateY(35px);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

/*第一部分图片*/
.part-b{
    width: 1200px;
    margin: 0 auto;
}
.pb-left{
    width: 580px;
    float: left;
}
.headline{
    padding: 30px 0;
}
.headline h2{
    float: left;
}
.headline h3{
    float: left;
    color: #c50f26;
    margin-left: 15px;
    margin-top: 5px;
    font-size: 16px;
}
.pl-a{
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
.pla-left{
    width: 180px;
    float: left;
}
.pla-right{
    width: 360px;
    float: right;
    margin-top: 5px;
}
.pla-right h4{
   margin-bottom: 10px;
}
.pl-b{
    padding-top: 10px;
}
.pl-b i{
    background: #ccc;
    color: white;
    text-align: center;
}
.pl-b li:hover i{
    background: #c50f26;
}
.pl-b li{
   padding: 5px 0;
}
.pl-b i{
    width: 20px;
    float:left ;
}
.pl-b h4{
    width: 440px;
    float: left;
    margin-left: 20px;
	font-weight:normal;
}
.pl-b h5{
    color: #999;
    font-weight: normal;
    float: right;
}
.pla-right h5{
    color: #999;
    font-weight: normal;
    margin-bottom: 10px;
}
/*第二部分左侧修饰（新闻）*/
.pb-right{
    width: 580px;
    float: right;
}
.pb-right p{
    margin-top: 15px;
}
.pb-right span{
    margin-left: 20px;
}
.pb-right span a{
    color: #c50f26;
}
/*第二部分修饰*/
.part-c{
    width: 1200px;
    margin: 0 auto;
}
.part-c li{
    width: 126px;
    float: left;
    margin: 40px 60px 0;
}

.ys{
	margin:0 auto;
	background: url(../images/ys.png) no-repeat scroll right center transparent;
	width:1200px;
	overflow:hidden;
	height: 230px;
}
.ys h4{
	font-size:14px;
	color:#c50f26;
}
.ys p{
	font-size:12px;
	color:#333;
	line-height: 24px;
    margin-top: 5px;
}
.ys .aa{
    width: 115px;
    float: left;
    margin: 40px 60px 0 72px;
}
.ys .aaa{
    width: 118px;
    float: left;
    margin: 40px 60px 0 70px;
}
.ys .aaaa{
    width: 118px;
    float: left;
    margin: 40px 0 0 65px;
}
.ys .aaaaa{
    width: 118px;
    float: left;
    margin: 40px 0 0 130px;
}
.ys .aa h4,.ys .aaa h4,.ys .aaaa h4,.ys .aaaaa h4{
	font-size:14px;
	color:#c50f26;
}
.ys .aa p,.ys .aaa p,.ys .aaaa p,.ys .aaaaa p{
	font-size:12px;
	color:#333;
	line-height: 24px;
    margin-top: 5px;
}
/*第三部分修饰*/
.part-d{
    width: 1200px;
    margin: 0 auto;
}
.pd-content li{
    width: 270px;
    float: left;
    margin: 0 1%;
}
.pd-content h4{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    font-size: 15px;
}
.pd-content p span{
    color: #c50f26;
    font-weight: 600;
}
.pd-content p{
    padding-top: 10px;
}
/*首页第四部分修饰*/
.part-e{
    width: 1200px;
    margin: 0 auto;
}
#demo {
    background: #FFF;
    overflow:hidden;
    width: 1200px;
    margin: 0 auto;
}
#demo img {
    border: 3px solid #F2F2F2;
}
#indemo {
    float: left;
    width: 800%;
}
#demo1 {
    float: left;
}
#demo2 {
    float: left;
}
/*工程案例无缝滚动部分*/
.footer{
    width: 100%;
    background-color: #222;
    margin-top: 30px;
    padding: 30px 0;
    color: #eee;
}
.ft-content{
    width: 1200px;
    margin: 0 auto;
}
.ft-content>li{
    width: 270px;
    float: left;
}
.ft-content>li a{
    color: #eee;
}
.ft-content h3{
    color: #ccc;
    padding-bottom: 15px;
	font-size: 18px;
}
.ft li{
    padding: 4px 0;
}
.ft li span{
    color: #c50f26;
    font-weight: 700;
    font-size: 18px;
}
.ft li a:hover{
    color: #c50f26;
}
.fta{
    margin-top:5px;
}
.copyright{
    width: 100%;
    background: #333;
    padding:5px 0;
    color: #999;
    text-align: center;
    font-size: 12px;
}
/*底部修饰*/
.homelink{
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
	background: #333;
}
/*首页部分修饰*/
.bread{
    width:1200px;
    margin:0px auto;
    color:#666;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0;
}
.bread a{
    color:#666
}
.bread a:hover{
    color:#c50f26;
}
/*面包屑修饰部分*/
.pages{
    width:100%;
    text-align:center;
    margin-top:20px;
    margin-left:230px;
}
.pages li{
    float:left;
    border-radius:3px;
    padding:5px 10px;
    display:inline;
    margin:0 5px;
}
.pages .thisclass{
    background:#c50f26;
    color:#FFF;
}
/*分页*/
.pag{
    margin-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    border-bottom: 1px solid #f5f5f5;
}
.pag p{
    width: 370px;
    float: left;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.c-left{
    width: 900px;
    float: left;
    border-right: 1px solid #f5f5f5;
    padding-right: 40px;
}
.c-left h2{
    font-size: 20px;
    padding: 20px 0;
}
.cl-a h1{
	font-size: 20px;
    padding: 20px 0;
}
.cl-a img{
    margin-top: 15px;
}
.clb-img li{
	margin: 0 12px;
    width: 259px;
    float: left;
    border: 1px solid #f5f5f5;
    background: #fcfafa;
}
.clb-img li:hover{
    border: 1px solid #c50f26;
}
.clb-img h4{
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    color: #c50f26;
}
.clb-img img{
   padding-left:20px;
    opacity: 0.7;
}
.clb-img p{
    padding: 10px 2px 10px 5px ;
}
.clb-img li:hover img{
    opacity: 1;
}
.cl-c ul li{
    width: 184px;
    float: left;
    margin: 10px 15px;
    box-shadow: 5px 5px 8px #ccc;
}
.cl-d img{
    margin-top: 15px;
}
.cl-a p,.cl-c p{
	margin-bottom:10px;
}
/*关于我们左侧修饰*/
.c-right{
	padding: 10px 0;
    width: 300px;
    float: right;
    text-align: center;
	background-color: #f1f1f1;
}
.c-right h2{
    font-size: 20px;
    color: #c50f26;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
	 box-sizing: border-box;
}
.c-right h4{
    padding: 4px 0;
    border-bottom: 1px solid #f5f5f5;
    font-weight: normal;
    text-align: center;
	 box-sizing: border-box;
	 line-height:35px;
	 font-size: 16px;
}
.ps{
    padding: 5px 0;
    text-align: center;
}
.cr-c span{
   font-weight: 600;
    color: #c50f26;
}
/*关于我们右侧修饰*/
.pro-img li{
    width: 250px;height:245px;
    float: left;
    margin-top: 25px;
    border: 1px solid #f5f5f5;
	margin-left:15px;
	margin-right:15px;
}
.pro-img img{
	width:249px;
}
.pro-img li:hover{
    box-shadow: 5px 5px  6px #ccc;
}
.pro-img li p{
    text-align: center;
    padding: 8px 0;
}
/*产品中心*/
.ph{
    text-align: center;
    padding: 20px 0;
}
.cp-left{
    width: 410px;
    float: left;
}
.cp-right{
    width: 409px;
    float: right;
}
.cp-right p{
	line-height:34px;
}
.pro-cp{
    margin-top: 15px;
}
.cc{
    margin: 0px 25px;
}
.pro-cp li{
    width: 120px;
    float: left;
    box-shadow: 3px 3px 3px #ccc;
    overflow:hidden;
}
.pro-cp li img{
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    opacity: 0.8;
}
.pro-cp li:hover img{
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    cursor: pointer;
    opacity:1;
}
.hit{
    margin-top: 15px;
}
.hit h5{
    width: 260px;
    float: left;
    background: #333;
    color: #fff;
    line-height: 45px;
    text-align: center;
}
.hit h5 span{
    color: #fff;
	font-size:18px;
}
.hit h4{
    width: 120px;
    float: right;
    background: #c50f26;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
}

.pro-desc {width: 100%;float: left;height: auto;padding: 10px 0;margin-top: 20px;}
.pro-desc p{margin:5px 0;text-indent: 2em;}
.pro-desc p img{text-indent:0;display: block;margin:0 auto;}
.pro-desc .nav-tabs {border-bottom: solid 1px #eee; height:44px; background-color: #fff;}
.pro-desc .nav-tabs>li {width: 25%;margin: 0;float:left;}
.pro-desc .nav-tabs>li>a{ display:block;height:44px; line-height:44px;}
.pro-desc .nav-tabs>li>a,.pro-desc .nav-tabs>li>a:hover {border-radius: 0;border: none;margin: 0;background: none;font-size: 16px;text-align: center;color: #333;}
.pro-desc .nav-tabs>li.active>a,.pro-desc .nav-tabs>li>a:hover {border: none;border-bottom: solid 3px #c50f26;background: #f5f5f5;}
.pro-desc>div{ clear:both;margin-top:30px;}

.hide_title {display: block; height: 45px; text-indent: -200px; overflow: hidden;}
.pro_detail_title { margin: 10px 0 20px 0; font-size: 20px; color: #000;}

.nav_fixed { position: fixed; top: 0; margin: 0; width: 859px; background-color: #fff;}

.hit h4 a{
    color: #f5f5f5;
	display: block;
}
/*产品详情页修饰部分*/
.pro-dp h1{
    padding: 15px 0;
    text-align: center;
}
.pro-bsp p{
    margin-top: 20px;
    background: #f5f5f5;
    padding: 20px 15px;
}
.pro-bsp p span{
    color: #c50f26;
    font-weight: 600;
}
#hd{
    width: 860px;
    height: 40px;
    list-style: none;
    background:#666;
    color: white;
    margin-top:20px;
}
#hd li{
    width: 215px;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #cccccc;
    float: left;
    text-align: center;
    font-size:14px;
}
#bd{
    width: 860px;
    position: relative;
}
#bd div{
    width:860px;
    left: 0;
    top:0;
    /*border-top: none;*/
    display: none;
    border: 1px solid #ccc;
    padding: 10px 15px;
    line-height: 25px;
}
#bd p{
    line-height:25px;
}
/*tab选项卡修饰部分*/
.pro-dp p{
	text-indent:28px;
	margin-bottom:15px;
}
.pro-dp h2{
	font-size:16px;
	color:#c50f26;
	font-weight:600;
}
.xh{
	font-size:16px;
	color:#c50f26;
	font-weight:600;
}
/*产品分类页面*/
.c-news img{
    width: 199px;
    float: left;
}
.cr-news{
    width: 620px;
    float: right;
}
.c-news h4{
    margin-bottom: 10px;
}
.c-news h5{
    margin:10px 0;
    color: #999;
    font-weight: normal;
}
.c-news{
    padding: 15px 0;
    margin-top: 25px;
}
.c-news img{
    padding-left: 15px;
    opacity: 0.9;
}
.c-news:hover{
    background: #f8f8f8;
}
.c-news:hover img{
    opacity: 1;
}
.cr-news{
    margin-top: 5px;
}
.cr-news p a{
	color:#333;	
}
.cr-news p a:hover{
	text-decoration:underline;
}
/*新闻资讯修饰*/
.news-content p{
	text-indent:28px;
	line-height:36px;
	margin-bottom:10px;
}
.news-content p img{
	text-indent:0;
	display: block;
	margin:0 auto;
}
.news-content h1{
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
}
.news-content h5{
    color: #999;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}
.news-content h2{
	font-size:20px;
	padding:15px 0;
}
.cn-b h2{
    padding: 15px 0;
}
.cnb li{
    width: 259px;
    float: left;
    border: 1px solid #f5f5f5;
    box-shadow: 5px 5px  6px #ccc;
}
.cnb p{
    text-align: center;
    padding: 10px 0;
}
.cn-c h2{
    padding: 15px 0;
}
.cnc-left{
    width: 409px;
    float: left;
}
.cnc li{
    padding: 10px 0;
    border-bottom: 1px dashed #f5f5f5;
}
.cnc li h4{
    width: 300px;
    float: left;
    font-weight: normal;
}
.cnc li h5{
    width: 80px;
    font-size: 12px;
    color: #999;
    float: right;
    text-align: right;
    font-weight: normal;
}
.cnc-right{
    width: 409px;
    float: right;
}
.cns h2{
	padding:15px 0;
}
.cns-con{
	border:1px solid #ccc;
}
.Contentbox{clear:both;margin-top:0px;font-size:14px;color#333;line-height:25px;padding-top:5px;}
.Contentbox p {line-height:25px;text-indent: 2em;margin-bottom: 5px;font-size:14px;}
.Contentbox h2{font-size: 20px;padding:20px 0;}
.Contentbox #con_two_3 table {margin-top: 30px;}
#DivContent li { padding: 10px; border: 1px solid #f5f5f5; margin-bottom:10px;}
#DivContent p {margin: 10px 0 0 0;}
#DivContent li:hover {border:1px solid #c50f26;}
/*新闻详情页*/
.css-a h1{
    padding: 15px 0;
}
.css-a span{
    color: #c50f26;
}
.css-b h2{
    font-size: 20px;
    padding: 15px 0;
    font-weight: 600;
}
.cs-img li{
    width: 259px;
    margin-bottom: 20px;
	padding-bottom: 16px;
    float: left;
    box-shadow: 0px 3px 6px #ccc;
	text-align: center;
}
.cs-img p{
    text-align: center;
    padding: 0 0 10px 0;
}


.part_btn { display: inline-block; padding: 5px 15px; background-color: #c50f26; color: #fff; border-radius: 3px; margin: 0 10px;}
.part_btn:hover { background-color: #333; color: #fff;}

/*配件中心*/
.sr-a h2{
    padding: 15px 0;

}
.sr-a p{
	text-indent:28px;
	line-height:36px;
	margin-bottom:10px;
}
.sr-a img{
    margin-top: 25px;
	text-indent:0;
	margin:0 auto;
}
.sr-b h2{
    padding: 15px 0;
}
.sr-b p{
	text-indent:28px;
	line-height:36px;
	margin-bottom:10px;
}
.sr-b img{
    margin-top: 15px;
	text-indent:0;
	margin:0 auto;
}
.sr-c h1{
    padding: 15px 0;
}
.sr-c p{
	text-indent:28px;
	line-height:36px;
	margin-bottom:10px;
}
.sr-c p span{
    font-weight: 600;
    color: #c50f26;
}
.sr-d h2{
    padding: 15px 0;
}
.sr-d p{
	text-indent:28px;
	line-height:36px;
	margin-bottom:10px;
}




/*售后服务*/
.ct-a h1{
    padding: 20px 0;
}
.ct-b h2{
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
}
.ct-img img{
    width: 70%;
    text-align: center;
    padding-left:80px;	
}
.ct-img li{
    width: 270px;
    background: #65c7e5;
    float:left;
    padding-top: 50px;
    margin-top: 20px;
    border-radius: 3px;
}
.ct-img li:hover{
    background: #c50f26;
}
.ct-img p{
    color:#000000;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
    text-align: center;
}
.ct-img li:hover p{
    color: #f5f5f5;
}
.iw_poi_title {
	border:none;
}
.ps{
	font-size:16px;
	padding-top:10px;
	padding-bottom:6px;
}
/*联系我们修饰*/
/*问题*/
.comment {width:100%;font-size: 14px;line-height: 25px;}
.t_content {line-height: 24px;font-size: 13px;border-bottom: 1px dashed #dcdcdc;}
.t_content：hover{border:1px solid #c50f26;}
.t_info {font-weight: bold;font-size: 14px;text-align: left;text-indent: 2em;line-height: 36px;margin: 10px 0;}
#t_txt p {margin-top: 0px;line-height: 36px;text-indent: 2em;margin-bottom: 10px;}
.comment .con_main_title{font-size: 18px;font-weight: 400;line-height: 35px;border-bottom:#dcdcdc 1px dashed;}
.con_main_title {font-size: 18px;font-weight: 400;line-height: 35px;padding: 10px 0;}
.hr {border-top:#dcdcdc 1px dashed;overflow: hidden;height: 1px;}
/*问题*/

.margin_top { margin-top: 38px;}
.ft_logo { width: 280px; margin-top: 24px;}

.side_pro { background-color: #f1f1f1; width: 300px; transition: all 1s ease-in-out;}
.side_pro_fixed { position: fixed; top: 0; z-index: 999;}