@charset "utf-8";

/*

*	****************************************

*	*           public style               

*	****************************************

*/

body {
    font-size: 14px;
    font-family: '微软雅黑';
}


/*clearifx*/

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.clearfix {
    zoom: 1;
}


/*use frequently*/

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bgn {
    background: none !important;
}

.bdn {
    border: none !important;
}

.te {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fe {
    font-family: Arial;
}

.marr0 {
    margin-right: 0 !important;
}

.l0 {
    left: 0;
}

.r0 {
    right: 0;
}



/*pagelist*/

#pagelist {
    color: #666;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    display: block;
    font-family: '微软雅黑';
    float: left;
}

.pagination {
    overflow: hidden;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    /* display: block; */
    /* float: right; */
    display: flex;
    align-items: center;
    font-family: '微软雅黑';
}
.pagination span{
    display: inline-block;
    border: #d9d9d5 1px solid;
    /* color: #fff; */
    padding: 3px 4px;
    margin-left: 8px;
    /* background: #868d24; */
}
.pagination a {
display:inline-block;
    border: #d9d9d5 1px solid;
    color: #fff;
    padding: 3px 4px;
    margin-left: 8px;
    background: #868d24;
}

.pagination a:hover {
    color: #fff;
    background: #b0b92f;
}

.pagination span.current {
    border: #d9d9d5 1px solid;
    color: #4e4e4e;
    padding: 3px 4px;
    margin-left: 8px;
    background: #e5e3e5;
}

.pagination span.disabled {
    color: #4e4e4e;
    background: #e5e3e5;
}


/*pageSwitch*/

#pageSwitch {
    margin-top: 30px;
}

#pageSwitch a {
    width: 45%;color: #888;
    display: block;
}

#pageSwitch a:hover {
    text-decoration: underline;
}

#pageSwitch .pre,
#pageSwitch .next {
    color: #888;
    font-size: 12px;
    line-height: 22px;
}

#pageSwitch .pre {
    margin-bottom: 5px;
}


/*public layout*/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


/*public head*/

#head{
    background: #fff;
}
#head .w1200{
	overflow: hidden;
	height: 84px;
	position: relative;
}
#head .logo{
	text-indent: -9999em;
	width: 340px;
	height: 84px;
	float: left;
	background: url('../images/logo.png') left center no-repeat;
        background-size : auto 100%;
}
#head .mainNav{
	margin-right: 100px;
	float: right;
	height: 84px;
}
#head .mainNav li{
	float: left;
	height: 84px;
	margin: 0 30px;
}
#head .mainNav li a{
	display: block;
	height: 82px;
	line-height: 84px;
	padding: 0 5px;
	font-size: 14px;
	color: #333;
	border-bottom: 2px solid #fff;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
#head .mainNav li a:hover,
#head .mainNav li a.hover{
	border-color: #868d24;
	color: #868d24;
}
#head form{
	position: absolute;
	top: 27px;
	right: 60px;
	height: 30px;
	border: 1px solid #999;
	background: #fff;
}
#head form input[type=text]{
	float: right;
	display: block;
	width: 0;
	height: 30px;
	border: 0;
	background: none;
	font-size: 12px;
	color: #333;
	outline: none;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	padding-left: 0px;
	padding-right: 5px;
	width: 0;
	font-family: '微软雅黑';
}
#head form input[type=image]{
	display: block;
	float: right;
	margin-top: 6px;
	margin-right: 5px;
	width: 18px;
	height: 16px;
	outline: none;
}
#head form:hover input[type=text]{
	padding-left: 5px;
	width: 200px;
}
/*public footer*/

#footer{
	background: #868d24;
}
#footer .w1200{
	padding-top: 20px;
	height: 105px;
}
#footer .left{
	padding-top: 6px;
	float: left;
}
#footer .left p{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
#footer .left a{
	color: #fff;
}
#footer .left a:hover,
#footer .left a:hover p{
	text-decoration: underline;
}
#footer .erweima{
	display: block;
	width: 88px;
	height: 88px;
	float: right;
	margin-left: 30px;
}
#footer .right{
	background: url(../images/logoB.png) 225px 3px no-repeat;
	float: right;
	position: relative;
}
#footer .right .mail{
	display: block;
	position: absolute;
	right: 0;
	top: 16px;
}
#footer .right p{
	padding-top: 62px;
	font: 14px;
	color: #fff;
	line-height: 28px;
}

/*callmessage*/

#call {
    width: 700px;
    text-align: center;
    margin: 30px auto 30px auto;
    padding: 15px 0;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

#call p {
    color: #ffa93a;
    font-weight: bold;
}

#call h6 {
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

#call input {
    background: #d4281a;
    border: none;
    color: #fff;
    height: 30px;
    padding: 0 10px;
    margin-top: 20px;
}