@charset "utf-8";

@font-face {font-family: 'iconfont';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome銆乫irefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:32px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}


body{margin:0px;padding:0px;overflow-x:hidden;text-align:left;font-family:"寰蒋闆呴粦";color:#333;height:100%;}
h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, form, button, input, textarea {
margin:0;
padding:0;
}
ul, ol { list-style:none outside none; margin:0;padding:0;}
button, input, select, textarea { font:12px/1.5 "寰蒋闆呴粦", arial, "arial", sans-serif; }
h1, h2, h3, h4, h5, h6, button, input, select, textarea { font-size:100%; }
*{padding:0;margin:0;}
img { border:0 none; max-height: 100%;max-width: 100%;vertical-align: middle;}
a{color:#333;text-decoration:none; outline:none;}
a:hover{color: #fe7400;}
.clear{clear:both;}
.fl{float: left;}
.fr{float: right;}
/* 鍏敤缁撴潫*/
.header{height: 100px;padding: 0 3%;background:#f3f0f1;}
.logo img{height: 100%;}
.cate{width: 60px;height: 100px;background:url(../images/top_ico.png) center no-repeat;}


.nav{padding: 3%;width: 94%;background: #fefefe;z-index: 99}
.nav li{width: 25%;float: left;text-align: center;height: 70px;line-height: 70px;font-size: 24px;}
.nav li a{color: #838383;width: 100%;height: 100%;display: block;}

.hd_nav{display: none;}
.show_nav{position: fixed;top:82px;opacity: 0.8;}
.show_nav{display: block;}

.banner{width: 100%;font-size: 0;}
.slideBox{ position:relative; overflow:hidden; width: 100%; }
.slideBox .hd{
    width: 100%;
    text-align: center;
    position: absolute;
    height: 20px;
    line-height: 20px;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.slideBox .hd li{ display:inline-block; width:3px; height:3px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#ddd; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#2FB8EE;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ background:url(../images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;}



.hottel{height: 60px;background:#cc0100;line-height: 60px;text-align: center;color: #fff;font-size: 22px;}
.hottel a{color: #020000;}

.zgc_product{padding:30px 3% 0;}
.zgc_product li{float: left;width: 32%;margin-right: 2%;height: 295px;}
.zgc_product li:nth-child(3){margin-right: 0;float: right;}
.zgc_product li img{width: 100%;}
.com_title{margin-top: 30px;height: 15px;border-bottom: 2px solid #dbdbdb;position: relative;margin-bottom: 50px;}
.com_title h2{text-align: center;font-size: 24px;background: #fff;width: 130px;margin: 0 auto;}
.com_title h2 span{color: #cc0100;}
.com_title h3{text-align:center;color: #666;font-size: 14px;line-height: 30px;}

.about{padding: 0 3%;}
.about_img img{width: 100%;padding-bottom: 10px;}
.about_info{color: #939393;font-size: 16px;line-height:30px;}
.case{padding:30px 3%;}
.case table{border-top:1px solid #999;border-left:1px solid #999;border-spacing:0;width: 100%;}
.case td{border-bottom:1px solid #999;border-right:1px solid #999;padding:10px 30px;}

.zgc-news{padding: 0 3%;}
.zgc-news ul{
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.news-li {
	width: 48%;
	/*padding-bottom: 5px;*/
	padding: 16px 0 16px;
	background-color: #fff;
	overflow: hidden;
}
.news-li .a-box {
	display: block;
	width: 100%;
	height: 100%;
}
.news-li .a-pic {
	display: block;
	margin-bottom: 23px;
	width: 100%;
	overflow: hidden;
}
.news-li .a-pic img{width: 100%;}
.news-li .news-cont {
	width: 100%;
}
.news-li .news-cont .tit {
	height: 38px;
	border-left: 1px solid #CC0000;
	overflow: hidden;
}
.news-li .news-cont .tit .date {
	margin-left: 8px;
	padding-right: 37px;
	font-size: 32px;
	color: #cf0f0f;
	line-height: 38px;
	position: relative;
}
.news-li .news-cont .tit .date .line-1 {
	position: absolute;
	bottom: -8px;
    left: 37px;
    font-family: '瀹嬩綋';
    font-size: 22px;
	color: #919191;
}
.news-li .news-cont .tit .date .month {
	position: absolute;
	bottom: -12px;
	left: 47px;
	font-style: normal;
	font-size: 14px;
	color: #919191;
}
.news-li .news-cont .tit h5 {
	color: #797979;
	line-height: 20px;
	font-weight: 600;
}
.news-li:hover .news-cont .tit h5 {
	color: #CF0F0F;
}
.news-li .news-cont .news-desc {
	padding: 10px 7px 0;
	border-left: 1px solid #D9D9D9;
	width: 100%;
	/*font-family: '瀹嬩綋';*/
	color: #666;
	line-height: 24px;
	font-size: 16px;
	transition: .2s;
}
.news-li:hover .news-cont .news-desc {
	color: #666;
}

.footer{padding: 3% 3% 0;background: #cc0100;margin-bottom: 70px;}
.foot-nav .nav-list {
	float: left;
	margin-right: 40px;
}
.foot-nav .nav-list h3 {
	font-size: 14px;
	color: #fff;
}
.foot-nav .nav-list ul li {
	margin-top: 14px;
}
.foot-nav .nav-list ul li a {
	display: inline-block;
	color: #f6f6f6;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.qr-box{
	margin-top: 20px;
    margin-right: 25px;
	width: 93px;
	color: #fff;
	text-align: center;
}

.copyright{height: 50px;line-height: 50px;color: #fff;}


/*棣栭〉搴曢儴鏍?/
#menu-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: .9;
}
.menu-footer {
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #CC0100;
    font-size: 0;
}
.menu-footer a {
    display: inline-block;
    width: 33.33%;
    width: calc(100% / 3);
    color: #fff;
    font-size: 28px;
}
.menu-footer a i {
    margin-right: 2px;
    vertical-align: top;
}
.menu-footer a .home {
    /*position: relative;
    top: -2px;*/
}
.menu-footer a i.cooperation {
    /*font-size: 26px;*/
}
