@charset "utf-8";

/*

*	****************************************

*	*           public style               

*	****************************************

*/

body {
    font-size: 14px;
    font-family: '微软雅黑';
}
#page_center_botton{
    display:none;
}
.btn-group{
    display:inline-block;
}
.btn-default{
    margin: 0 10px;
}
/*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*/

#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:none;
    font-family: '微软雅黑';
    text-align: center;
}

.pagination a {
    border: #d9d9d5 1px solid;
    color: #fff;
    padding: 3px 4px;
    margin-left: 8px;
    background: #0e4564;
}

.pagination a:hover {
    color: #fff;
    background: #0a6ca3;
}

.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;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
}


/*public head*/

#head{
	padding-top: 20px;
	height: 100px;
    position: relative;
    background: #fff;
}
#head .logo{
	width: 170px;
	height: 100px;
	float: left;
	background: url('../images/logo.png') left center no-repeat;
}
#head .right{
    float: right;
}
#head .top{
    height: 40px;
}
#head .top .notice{
    display: block;
    margin-top: 20px;
    max-width: 300px;
    float: right;
    height: 15px;
    font-size: 12px;
    color: #666;
    line-height: 15px;
    text-indent: 18px;
    background: url('../images/notice.png') left center no-repeat;
}
#head .top .phone{
    margin-left: 50px;
    height: 40px;
    float: right;
    background: url('../images/phone.png') left center no-repeat;
}
#head .top .phone h5{
    font-size: 12px;
    color: #666;
    line-height: 16px;
    text-indent: 36px;
}
#head .top .phone h6{
    font-size: 24px;
    line-height: 24px;
    color: #666;
    text-indent: 36px;
}

#head .mainNav{
	height: 60px;
}

#head .mainNav ul{
    float: right;
	height: 60px;
}
#head .mainNav li{
	float: left;
	height: 60px;
    line-height: 50px;
	margin-left: 35px;
}
#head .mainNav li a{
	font-size: 15px;
    color: #333;
    font-weight: bold;
}
#head .mainNav li a:hover,
#head .mainNav li a.hover{
	color: #e85442;
}





/*public footer*/

#footer{
    height: 140px;
    background: #4c4c4c;
    font-size: 12px;
    color: #b4b4b4;
    font-family: '宋体';
}
#footer p{
    line-height: 30px;
}
#footer a{
    color: #b4b4b4;
}
#footer a:hover{
    text-decoration: underline;
}
#footer .w1000{
    position: relative;
    padding-top: 30px;
}
#footer .ewm{
    position: absolute;
    display: block;
    top: 30px;
    right: 0;
    width: 80px;
    height: 80px;
}
/*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;
}