
body{
    min-width:1200px;;
}
/**Common Css**/
.cent-block{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wid {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}
.m40{
    margin: 40px auto;
}
.p40{
    padding: 40px 0;
}
.p50{
    padding: 50px 0;
}
.p20{
    padding: 20px 0;
}
.mb50{
	margin-bottom: 50px;
}

/*文本超出显示省略号*/
.ehn,.otw,.tow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*清除浮动*/
.clearfix {clear: both;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "\0020";
    visibility: hidden;
    height: 0;
    
}
.img-box{
	overflow: hidden;
    border:1px solid #eee;
}
.img-box img{
	transition: all,.5s;
	width: 100%;
	height: 100%;
	display: block;
}
.img-box:hover img{
	transform: scale(1.1,1.1);
}
/* top */
.top-main{
    padding: 20px 0;
}
.top-main>.wid{
    position: relative;
}
.top-main>.fl p:nth-child(1){
    font-size: 14px;
    color: #666
}
.top-main>.fl h2{
    font-size: 18px;
    color: #d80001;
    font-weight: bold;
    padding: 5px 0;
}
.top-main p:last-of-type{
    color: #666;
    font-size: 14px
}
.top-main .center-block{
    position: absolute;
    top: 30px;
    width: 200px;
}
.top-main>.fr{
    text-align: left;
}
.top-main>.fr p{
    font-size: 18px;
}
.top-main>.fr i{
    color: #666;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
}
.top-main>.fr i:hover{
    background: #d80001;
    color: #fff
}
.top-main>.fr .tel{
    font-family: "Impact";
    color:#d80001;
    font-size: 38px;
}
.slideInLeft{margin-left: 188px;margin-top: 4px;padding: 10px;padding-left: 16px;border-left: 1px solid #999;}
/* banner */
.flexslider{position:relative; overflow:hidden; z-index:10;}
.slides{position:relative;z-index:1; background:#000;}
.slides li{height: 600px;}
.flexslider .slides .s1{ background:url(../image/ban01.jpg) 50% center no-repeat;}
.flexslider .slides .s2{ background:url(../image/ban02.jpg) 50% center no-repeat;}
.flexslider .slides .s3{ background:url(../image/ban03.jpg) 50% center no-repeat;}
.flexslider .slides .s4{ background:url(../image/ban04.jpg) 50% center no-repeat;}
.flexslider .slides .s5{ background:url(../image/ban05.jpg) 50% center no-repeat;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../image/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../image/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../image/next.png) center center no-repeat;}


/* nav */
.nav-bg{
    background: #333;
    line-height:55px;
}
.nav li{
    float: left;
    position: relative;
    width: 170px;
}
.nav li a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 0px 30px;
    transition: all,.5s;
}
.nav li .xian{
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    background: #fff;
    opacity: .3;
}
.nav li:last-of-type .xian{
    display: none
}
.nav li.current a{
    background: #d80001;
    color: #fff
}
.nav li.ahover a{
    background: #d80001;
    color: #fff
}
.nav li a:hover{
    background: #d80001;
    color: #fff
}
.nav li .sub-con{
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
.nav li .sub-con p a{
    background: #fff;
    color: #333;
    line-height: 36px;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.nav li .sub-con p:last-of-type a{
    border: none
}
.nav li .sub-con p a:hover{
    background: #d80001;
    color: #fff;
    border-color: #2b2a2f
}
/* 首页标题 */
.in-tit{
    text-align: center;
}
.in-tit p{
    color: #d80001;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.in-tit{
    padding: 20px 0
}
.in-tit h4{
    font-size: 20px;
    padding-top: 10px;
}
.company-bg{
    background: url(../image/pro-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0
}
.com-box{
    padding-top: 30px;
}
.com-box li{
    float: left;
    width: 200px;
    text-align: center;
    margin-right: 50px;
    background: url(../image/com.png) no-repeat center center;
    height: 275px;
    background-size: cover;
    position: relative;
    transition: all,.5s;
    cursor: move;
}
.com-box li:hover{
    background: url(../image/com-red.png) no-repeat center center;
}
.com-box li:last-of-type{
    margin-right: 0;
}
.com-box li p{
    position: absolute;
    width: 100%;
    top: 70px;
    line-height: 1.8;
    transition: all,.5s;
}
.com-box li h2{
    color: #d80001;
    font-weight: bold;
    width: 100%;
    bottom:80px;
    position: absolute;
    font-size: 24px;
    transition: all,1s
}
.com-box li:hover h2{
    top:60px;
}
.com-box li:hover p{
    top: 110px;
}
.com-box li:hover p{
    color: #fff
}
.com-box li:hover h2{
    color: #fff
}

/* 首页插图 */
.cha-bg{
	background:url(../image/cha-bg.png) no-repeat center center;
	height:171px;
	color:#fff;
	position: relative;
	top: 17px;
}
.cha-bg h5{
	font-size:36px;
	font-weight:bold;
	padding-top:20px;
	margin-bottom:10px;
}
.cha-bg .fl{
	width:800px;
}
.cha-bg .fl p{
	float:left;
	font-size:16px;
	margin-right:30px;
	line-height:30px;
}
.cha-bg .fr h5{
	margin-top:15px;
}
.cha-bg .fr p{
	width:280px;
	height:48px;
	line-height:48px;
	border-radius:24px;
	display:block;
	background:#fff;
	color:#e50a13;
	font-weight:bold;
	font-size:30px;
	text-align:center;
}
.cha-bg .fr .iconfont{
	font-size:33px;
	font-weight:normal;
	line-height:50px;
	color:#333
}
/* 首页关于我们 */
.about-img{
	width:590px;
	margin-right: 40px;
}
.about-text{
	width:570px;
}
.about-tit h5{
	font-size: 34px;
	color: #d80001;
}
.about-tit h5 span{
	font-size: 20px;
	color: #000;
}
.about-tit .more{
	line-height: 55px;
	color: #999;
}
.about-tit{
	border-bottom:1px solid #ccc;
}
.index-about{
    padding: 50px 0
}
.index-about-main{
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	padding: 5px 0;
}
.about-text .about-list li {
	width: 30%;
	float: left;
	margin: 1%;
	text-align: center;
}
.about-text .about-list li h5{
	font-size: 36px;
	font-weight: bold;
	color: #d80001;
}
.about-text .about-list li p{
	color: #000;
	line-height: 2;
}
/* 产品中心 */
.pro-bg{
    background: url(../image/pro-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0
}
.pro-nav li{
    float: left;
    line-height: 40px;
    text-align: center;
    line-height: 40px;
    width: 150px;
    margin: 10px 10px;
}
.pro-nav li a{
    display: block;
    padding: 0 25px;
    box-sizing: border-box;
    border:1px solid #ccc;
    transition: all,.5s
}
.pro-nav li:hover a{
  background:#d00;
  color:#fff
}
.pro-nav li.current a{
    border:1px solid #d80001;
}
.pro-nav{
    display: table;
    margin: 0 auto
 } 
.pro-box{
     margin-top: 40px;
 }
.pro-box li{
    float: left;
    width: 288.5px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all,.5s;
 }

 .pro-box li:nth-child(4n){
     margin-right: 0
 }
 .pro-box li .tit{
     background: #fff;
     height: 60px;
     line-height: 30px;
     padding:10px 20px;
     border: 1px solid #ccc;
     transition: all,.5s;
 }
 .pro-box li .tit font{font-size:14px;color:#666;}
 .pro-box li :hover .tit  font{font-size:14px;color:#fff;}
 .pro-box li .tit i{
     font-size:30px;
        color: #666;
    line-height: 40px
 }

 .pro-box li:hover .tit{
    background: #d80001;
    color: #fff
}
.pro-box li:hover .tit i{
    color: #fff
}
.case-bg{
    padding: 40px 0 
}
.case-bg ul li{
    float: left;
    width: 292.5px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px #ddd solid;
}
.case-bg ul li img{width:100%}
.case-bg ul li p{
    text-align: center;
    line-height: 40px;
}

/* 新闻中心 */
.new-bg{
    padding: 40px 0;
    background: url(../image/pro-bg.jpg) no-repeat center center;
    background-size: cover;
}
.new-box{
    margin-top: 40px;
}
.new-box li{
    width: 550px;
    margin-right: 10px;
    background: #fff;
    float: left;
    padding: 20px;
    margin-bottom: 20px;
    transition: all,.5s;
}
.new-box li:hover{
    box-shadow: 8.549px 6.923px 16px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.new-box li:nth-child(2n){
    margin-right:0;
    margin-left: 10px;
}
.new-box li .img-box{
    width: 149px;
    height: 112px;
}
.new-box li .text-box{
    width:380px;
    margin-left: 15px;
}
.new-box li .text-box .tit{
    line-height: 36px;
}
.new-box li .text-box .tit a{
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-box li .text-box .desc{
    font-size: 14px;
    color: #888;
    line-height:1.8;
}
.index-more{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
    border: 1px solid #d80001;
    text-align: center;
    color: #d80001;
    margin: 0 auto;
    margin-top: 20px;
    transition: all,.5s;
}
.index-more:hover{
    background: #fff;
    color: #d80001;
    border-color: #fff;
    box-shadow: 8.549px 6.923px 16px 0px rgba(0, 0, 0, 0.15);
}
.liuyan-bg{
    padding: 40px 0;
}
.liuyan-box li{
    border-bottom: 1px solid #ccc;
    color: #666;
    line-height: 60px;
    width: 31%;
    margin: 1%;
    float: left;
    transition: all,.5s
}
.liuyan-box li input{
    color: #666
}
.liuyan-box li p{
    padding-right: 20px;
}
.liuyan-box li:last-of-type{
    width: 98%;
    margin: 1%;
    height: 200px;
}
.liuyan-box li:last-of-type{
    height: auto;
    line-height:40px
}
.liuyan-box li:last-of-type textarea{
    height: 200px;
    width: 91%;
    color: #666;
    line-height:40px
}
.liuyan-box li.active{
    border-color:#333;
}
.liuyan-but{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #333;
    color: #fff;
    transition: all,.5s;
    margin-top: 30px;
    border: 1px solid #333;
    cursor: pointer
}
.liuyan-but:hover{
    background: none;
    color: #333
}
.link{
    background: #444;
    line-height: 45px;
    color: #fff;
}
.link a{
    color: #fff;
    padding: 0 5px;
    opacity: .5;
    transition: all,.5s;
}
.link a:hover{
    opacity: 1;
}
.footer-bg{
    background: #292a2e;
    color: #fff;
    padding: 40px 0; 
}
.footer-bg a{
    color: #fff;
    opacity: .6;
    transition: all,.5s;
    font-size:14px;
}
.footer-bg a:hover{
    opacity: 1;
}
.footer-box dt{
    font-size: 18px;
    border-bottom: 1px solid #fff;
    width: 100%;
    line-height: 40px;  
    margin-bottom: 10px;
    padding-bottom: 5px
}
.footer-box .foot-left{
    width: 240px;
}
.footer-box dd{
    width: 50%;
    text-align: left;
    float: left;
    line-height: 36px;
}
.footer-box .foot-cen{
    margin-left: 200px;
}
.foot-yyzz {width: 190px;float:left;margin-left: 80px;}
.foot-yyzz img{width:80%;display:block;margin:0 auto}
.foot-yyzz dt a{display:block;color: #fff!important;font-size:18px;opacity: 10;}
.footer-box p{
    opacity: .6;
    font-size: 14px;
    line-height: 1.5
}
.foot-con li .tel{
    font-size: 18px;
    opacity: 1;
}
.foot-con li{
    margin-bottom: 10px;
}
.foot-right img{
    width: 200px
}
/* 内页 */
.nei-ban{
    height: 300px;
    background: url(../image/pro-ban.jpg) no-repeat center center;
}
/* 内页背景 */
.nei-main-bg{
    background: #eee
}
.nei-main{
    padding: 60px 0
}
.nei-left{
    width: 220px;
}
.nei-tit{
    background: url(../image/nei-nav-bg.png) no-repeat center center;
    background-size: cover;
    height: 120px;
    color: #fff;
    text-align: center;
}
.nei-tit h4{
    font-size: 30px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 5px;
}
.nei-tit p{
    font-size: 20px;
    text-transform: uppercase;
    opacity: .6;
}
.nei-nav{
    background: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.nei-nav li{
    height: 50px;
    line-height: 50px;
    color: #666;
    transition: all,.5s;

}
.nei-nav li a{
    display: block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    transition: all,.5s;
}
.nei-nav li:last-of-type a{
    border: none;
}
.nei-nav li:hover{
    background: #d80001;
}
.nei-nav li:hover a{
    color: #fff;
    border-color: #d80001;
    width: 100%;
}
/* 内页右侧 */
.nei-right{
    width: 940px;
    min-height: 500px;
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.weizhi{
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    color: #333;
    margin-bottom: 20px
}
.main-body{
    line-height: 1.8;
}
.main-body img{display: block;margin:0 auto;max-width:100%;}
/* 产品列表 */
.pro-list li{
    width: 200px;
    margin-right: 19px;
    margin-bottom: 20px;
    float: left;
}   
.pro-list li:nth-child(4n){
    margin-right: 0
}
.pro-list li .tit{
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    transition: all,.5s;
}
.pro-list li .tit font{font-size:12px;}
.pro-list li:hover .tit{
    background: #d80001;
    color: #fff;
    border-color: #d80001;
}

/* page */
.pagination {
	text-align: right;
	font-size: 0;
	height: 38px;
	line-height: 38px;
	margin-top: 10px
}
.pagination li {
	display: inline;
	color: #333;
	border: none;
	margin: 0;
	padding: 0
}

.pagination a {
	display: inline-block;
	font-size: 15px;
	background-color: #fff;
	padding: 0 13px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	border: 0 #ddd solid;
	color: #333;
	font-family: Arial;
	margin-left: 5px;
	border: 1px solid #ccc;
	vertical-align: top
}
.pagination li:hover a{
	border: 1px solid #d80001;
	background: #d80001;
	color: #fff
}
.pagination .thisclass {
	display: inline-block;
	font-size: 15px;
	background-color: #fff;
	padding: 0 13px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	border: 0 #ddd solid;
	color: #fff;
	font-family: Arial;
	margin-left: 5px;
	border: 1px solid #d80001;
	vertical-align: top;
	background: #d80001;
	color: #fff
}

.m-pagination a.prev,.pagination a.next {
	font-family: Arial;
	font-size: 16px;
	font-weight: 700
}

.pagination span {
	font-size: 14px;
	padding-right: 10px
}


/* 产品详情 */



.main-body .title{
	text-align: center;
	/*font-weight: bold;*/
	font-size: 26px;;
}
.main-body .date{
	color: #666;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.nei-pro .pro-list li{
	width: 230px;
	margin-right: 10px;
	float:left;
}
.nei-pro .pro-list li:nth-child(4n){
	margin-right: 0;
}

.nei-pro .pro-list li .img-box{
	width: 230px;
	height: 172px;
}
.nei-pro .pro-list li .img-box img{
	width: 100%;
	display: block;
}
.nei-pro .pro-list li p{
	text-align: center;
	font-size: 14px;
	line-height: 36px;
}
.article-con p{
	/*background: #f1f1f1;*/
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
	width: 530px;
	margin-top: 14px;
	color: #666;
}
.article-con p span{
	color: #000;
}
.article-con p .fa{
	padding-right:20px;
}
.article-img-box{
	width: 282px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.article-img-box img{
	width: 260px;
	padding: 10px;
}
.con-btn{
	margin-top: 20px;
}
.con-btn a{
	width: 180px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	display:block;
	float: left;
	margin-right: 30px;
}
.con-btn .fa{
	font-size: 18px;
	padding-right: 10px;
}
.con-btn .qq{
	background: #ffaa00;
	color: #fff;
	transition: all,.5s;
	border-radius: 8px;
}
.con-btn .qq:hover{
	background: #1984c4;

}
.con-btn .wx:hover{
	background:#258d1c
}
.con-btn .wx{
	background: #3eb034;
	color: #fff;
	transition: all,.5s;
	border-radius: 8px;
	
}
.con-btn .wx .iconfont{
	font-size: 20px;
	line-height: 50px;
}
.con-btn{
position: relative;
}
.wei-img-bg{
	background:url(../image/con-bg.png) no-repeat center center;
	width: 243px;
	height: 258px;
	position: absolute;
	top:-260px;right: 50px;
	display: none;
}
.wei-img-bg .con-weixin{
	position: absolute;
	top: 15px;
	left: 15px;
}
.wei-img-bg .cose{
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
}
.xq{width: 100%;height: 40px;color: #000;font-size: 18px;margin-top: 20px;background: #eee;margin-bottom: 10px;font-size: 16px;border-bottom: 1px solid #ccc;}
.xq p{
	border-left: 4px solid #CC0000;
	padding-left: 10px;
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
	position: relative;
	top:5px
}

.fy{
    background:#f0f0f0;
    border:1px solid #ccc;
    padding:10px 20px;
    position:relative;
    margin-bottom: 50px;
    margin-top:50px;
}
.fy{
    background:#f0f0f0;
    border:1px solid #ccc;
    padding:10px 20px;
    position:relative;
    font-size: 14px;
    color: #666;
}
.fy>.fl{
	line-height:2
}
.fy .run{
    background:#fa0;
    /* padding:10px 20px; */
    position:absolute;
    width: 30px;
    right:0px;
    width: 76px;
    height: 76px;
    top:0;
    text-align: center;
    transition:all,.5s;
}
.fy .run a{
    color:#fff;
    display:block;
    padding: 15px 0;
    font-size: 16px;
}
.fy .run:hover{
    background:#f60
}

.text-body {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.image-main{
	margin-top: 30px;
}



/* 新闻列表 */
.new-list li{border-bottom: 1px dashed #ccc;padding-bottom: 20px;margin-bottom: 20px;margin-top: 20px;}
.new-list .date{width: 100px;height: 90px;background: #fff;text-align: center;border: 1px solid #ccc;color: #d00;}
.new-list .date p{font-size: 26px;line-height:1.8;position: relative;top:10px;}
.new-list .date span{font-size:26px;font-size:16px;line-height:2;}
.new-list .text_box{width: 750px;}
.new-list .text_box .tit{color: #333;margin-top:5px;}
.new-list .text_box .tit span{color: #666;}
.new-list .text_box .dec{font-size: 14px;color: #666;line-height:1.8;margin-top: 10px;}
.new-list .text_box .dec a{color: #f00;}

/* 新闻详情页 */
.new_tit p{font-size:24px;color: #333;}
.new_tit{text-align: left;padding-bottom: 20px;border-bottom: 1px dashed #ccc;padding-bottom: 20px;margin-bottom: 20px;margin-top: 30px;}
.new_tit .date{font-size:14px;line-height:2;color:#666}
.main-body p{
	line-height:2
}
.date i{
		color: #fa0;
}
.nei-right{
	min-height: 500px;
}
.main-body .title{
	text-align: center;
	/*font-weight: bold;*/
	font-size: 26px;;
}
.main-body .date{
	color: #666;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
/*产品无间断滚动*/
.hezuo{ padding:20px 0;}
.hezuo .title{ background:url(http://www.zzxghw.com/templets/default/images/hzbg.jpg) repeat-x; margin-bottom:10px; border-right:#ddd 1px solid; height:34px;}
.hezuo .title span{ background:url(http://www.zzxghw.com/templets/default/images/hzbg2.jpg) repeat-x; width:190px; text-align:center; font:normal 16px/34px "微软雅黑"; color:#fff; height:34px; display:block;}
.hezuo .title span em{ font:normal 14px/34px Georgia, "Times New Roman", Times, serif; padding-left:5px;}
.hezuo  ul li { width:242px; height:182px; float:left; margin-left:15px;}
.hezuo  ul li img{ width:240px; height:180px; border:#ddd 1px solid;}
#demo{overflow:hidden;width: 1200px;display: inline;float:left;} 
#indemo{float: left;width: 1000%;} 
#demo1,#demo2{float:left;} 
#demo1 a,#demo2 a{cursor:pointer;}


/* 热销产品 */
.company-bg ul li{
    float: left;
    width: 292.5px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px #ddd solid;
}
.company-bg ul li img{width:100%}
.company-bg ul li p{
    text-align: center;
    line-height: 40px;
}
#demo3{overflow:hidden;width: 1200px;display: inline;float:left;} 
#indemo{float: left;width: 1000%;} 
#demo4,#demo5{float:left;} 
#demo4 a,#demo5 a{cursor:pointer;}

