@charset "utf-8";
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
    min-height: 28px;
    padding: 100px 0 0;
    background: rgba(0,0,0,.2);
    background-clip: padding-box;
    border:solid 2px transparent;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,form,input,p,span,figure{
	margin:0;
	padding:0;
}
body{
	min-width: 1200px;
	font:12px "microsoft yahei","Arial","Verdana","Tahoma";
	line-height:1.42857143;
	color:#333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:none;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
input{
	text-indent:10px;
	outline: none;
	border: none;
}
form *:focus{
	outline:none;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #d00c0d;
	text-decoration: none;
}
a:focus{
	outline:none;
}
.cl{
	clear: both;
}
.dn{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.cf{
	zoom:1;
}
.container {
	width: 100%;
	height: 100%;
}
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* index*/
/* header*/
.header{
	width:100%;
	height: 156px;
	border-top: solid 3px #d00c0d;
	background: url(../img/gpzx_header_bg.jpg) bottom center no-repeat;
}
.top-l a, .top-r a{
	font: 15px/24px "microsoft yahei";
	color: #666;
	display: inline-block;
	padding-right: 2px;
}
.top-r{
	margin: 0 -5px;
}
.top-r a{
	font-size: 14px;
}
.top-r span{
	margin: 0 5px;
}
.top-r span i{
	display: inline-block;
	width: 21px;
	height: 13px;
	vertical-align: middle;
	margin: -2px 2px 0 0;
}
.top-r span:nth-of-type(1) i{
	background: url(../img/gpzx_icon-wza.png) center no-repeat;
}
.top-r span:nth-of-type(2) i{
	background: url(../img/gpzx_icon-yxdl.png) center no-repeat;
}
.logo img{
	padding-top: 18px;
}
.nav{
	width: 100%;
	height: 60px;
	background:#d00c0d;
}
.nav li{
	float: left;
	width: 170px;
}
.nav li a{
	font:bold 20px/60px "microsoft yahei";
	text-align: center;
	color: #fff;
	display:block;
}
.nav li a:hover{
	background:#b30506;
}
.search{
	height: 34px;
	margin-top: 13px;
	position: relative;
}
.search input {
	width: 300px;
	font: 12px/34px "microsoft yahei";
	color: #333;
	padding: 0 40px 0 0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #ccc;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #ccc;
}
.search .go {
	width: 20px;
	height: 20px;
	background: url(../img/gpzx_icon_search.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 7px;
}
/* /header*/
/* banner*/
.banner {
	width: 1200px;
	margin: 20px auto 35px;
	text-align: center;
	position: relative;
}
.banner ul {
	width: 300%;
}
.banner ul li {
	float: left;
	width: 33%;
	height: 380px;
}
.banner ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
.banner .dots {
	width: 100%;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 15px;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	-ms-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	width: 24px;
	border-radius: 6px;
	background: #d00c0d;
}
.banner .arrows {
	color: transparent;
	cursor: pointer;
}
.banner .arrows{
	display: none;
}
.banner:hover .arrows{
	display: block;
}
.banner .prev, .banner .next{
	width: 40px;
    height: 40px;
    background: url(../img/gpzx_slider_arrow.png) no-repeat;
    margin-top: -20px;
	position: absolute;
	top: 50%;
}
.banner .prev{
	background-position: 0 -40px;
	left: 5%;
}
.banner .next{
	background-position: -40px -40px;
    right:5%;
}
.banner .prev:hover{
	background-position: 0 0;
}
.banner .next:hover{
	background-position: -40px 0;
}
/* /banner*/
/* news*/
.mtb50{
	margin: 50px 0;
}
.news{
	font-size: 0;
	width: 820px;
}
.tab li{
	font:bold 22px/28px "microsoft yahei";
	color: #333;
	display: inline-block;
}
.tab li+li{
	margin-left: 40px;
}
.tab li i{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: text-top;
	background: url(../img/gpzx_icon_tit.png) no-repeat;
}
.tab li i.i1{
	background-position: 0 0;
}
.tab li i.i2{
	background-position: 0 -30px;
}
.tab li i.i3{
	background-position: 0 -60px;
}
.tab li i.i4{
	background-position: 0 -90px;
}
.tab li.on, .tab li:hover {
    color: #d00c0d;
    cursor: pointer;
}
.tab li:hover i.i1, .tab li.on i.i1{
	background-position: -30px 0;
}
.tab li:hover i.i2, .tab li.on i.i2{
	background-position: -30px -30px;
}
.tab li:hover i.i3, .tab li.on i.i3{
	background-position: -30px -60px;
}
.tab li:hover i.i4, .tab li.on i.i4{
	background-position: -30px -90px;
}
.hd.mt15{
	margin-bottom: 15px;
}
.info li a{
	font: 16px/36px "microsoft yahei";
	color: #333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 85%;
    display: inline-block;
}
.info li i{
	display: inline-block;
	width:4px;
	height:4px;
	float: left;
	border: solid 5px transparent;
	border-left-color: #d00c0d;
	margin:13px 5px 0 0;
}
.info li span{
	float: right;
	display: block;
	font:16px/36px 'arial';
	color: #999;
}
.info a.more{
	width: auto;
	font: 12px/50px "arial";
	color: #999;
	position:absolute;
	top: 0px;
	right: 20px;
}
.service a.more:hover{
	color: #d00c0d;
}
.info li a:hover{
	color: #d00c0d;
	text-decoration:underline;
}
.service, .notice, .xt-box{
	width: 340px;
}
.hd{
	height: 42px;
	margin-bottom: 25px;
	border-bottom: solid 2px #d00c0d;
}
.service h3, .notice h3{
	width: 100%;
        padding-left: 38px;
        font: bold 22px/28px "microsoft yahei";
       color: #333;
        display: inline-block;
	background: url(../img/gpzx_icon_tit.png) no-repeat;
	background-position: -30px -120px;
}
.notice h3{
    background-position: -30px -30px;
}
.xt-box{
   height:114px;
}
.service a.more{
	font: 12px/28px "microsoft yahei";
	color: #999;
}
.service dl, .service dt, .service dt i, .service dd{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.service dl{
	height: 100px;
	border: solid 1px #ddd;
	background: #fafafa;
}
.service a+a{
	display: block;
	margin-top: 20px;
}
.service dt{
	width: 40px;
	height: 40px;
	float: left;
	margin: 30px 25px 30px 50px;
}
.service dt i{
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/gpzx_icon_fw.png) no-repeat;
}
.service dt i.i1{
	background-position: 0 0;
}
.service dt i.i2{
	background-position: 0 -40px;
}
.service dt i.i3{
	background-position: 0 -80px;
}
.service dd{
	font: 18px/98px "microsoft yahei";
	color: #333;
	position: relative;
}
.service dd:after{
	content: "";
	width: 9px;
	height: 18px;
	position: absolute;
	top: 40px;
	right: 25px;
	background: url(../img/gpzx_icon_tit.png) no-repeat;
	background-position:0 -150px;
}
.service dl:hover{
	background: #d00c0d;
	cursor: pointer;
}
.service dl:hover dt i.i1{
	background-position: -40px 0;
}
.service dl:hover dt i.i2{
	background-position: -40px -40px;
}
.service dl:hover dt i.i3{
	background-position: -40px -80px;
}
.service dl:hover dd{
	font-weight: bold;
	color: #fff;
}
.service dl:hover dd:after{
	background-position: -9px -150px;
}
/* topic*/
.topic ul{
	margin: 0 -10px;
}
.topic li{
	float: left;
	width: calc(33.3333% - 20px);
	height: 100px;
	margin: 0 10px;
	border: solid 1px #ddd;
	overflow: hidden;
}
.topic li img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.topic li:hover img{
	cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* /topic*/
/* footer*/
.footer{
	padding: 50px 0;
	width: 100%;
	background: #d00c0d;
}
.dz{
	padding:10px 20px 0 0;
}
.dz img:last-child{
	float: right;
	margin: 5px 0 0 15px ;
}
.contact {
	width: 690px;
	padding:0px 20px;
	border-left: solid 1px #d6292b;
	position: relative;
}
.contact img{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
}
.contact p{
	width: 570px;
	font: 13px/22px "microsoft yahei";
	color: #fff;
}
.tel{
	width: 220px;
	height: 68px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	background: url(../img/gpzx_icon_tel.png) 18px center no-repeat;
	position: relative;
	top: 19px;
}
.tel i{
	width: 5px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.tel i:nth-of-type(2){
	left: auto;
	right: 0;
}
.tel i:nth-of-type(3){
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}
.tel i:nth-of-type(4){
	top: auto;
	bottom: 0;
}
.tel span{
	color: #fff;
	display: block;
	padding-left: 62px;
}
.tel span:nth-of-type(1){
	font:bold 14px/16px "microsoft yahei";
	padding-top: 15px;
}
.tel span:nth-of-type(2){
	font: 18px/26px "microsoft yahei";
}

/* /footer*/
