﻿@charset "utf-8";

/*top*/

.top_wai,
.redborder {
    width: 100%;
    min-width: 1080px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1080?"1080px":"");
    background: url(../images/common/topbg_03.jpg) repeat-x left top;
    position: relative;
    z-index: 5;
}

.redborder {
    height: 2px;
    background: #d60010;
}

.top {
    width: 1080px;
    margin: 0 auto;
}

#logo {
    float: left;
    width: 80px;
    height: 78px;
    padding-left: 11px;
}

.search {
    width: 124px;
    height: 30px;
    float: right;
    padding-right: 2px;
    margin-top: 24px;
}

.search .Var {
    float: left;
    width: 96px;
    height: 28px;
    padding: 1px 0;
    background: url(../images/common/search_11.jpg) no-repeat center center;
    border: none;
    text-indent: 9px;
    line-height: 28px;
    color: #999;
    font-size: 12px;
    outline: medium;
}

.search .Sxt {
    float: left;
    width: 28px;
    height: 30px;
    float: left;
    border: none;
    background: url(../images/common/search_12.jpg) no-repeat center center;
    cursor: pointer;
    outline: medium;
}

.nav {
    float: left;
    padding-left: 23px;
    margin-top: 32px;
}

.nav ul li {
    float: left;
    padding-bottom: 30px;
    position: relative;
}

.nav ul li a.fir {
    display: inline-block;
    padding: 0 19px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    line-height: 16px;
    border-right: 1px solid #dfdfdf;
}

.nav ul li a.fir:hover,
.nav ul li a.fir.on {
    color: #c42323;
}

.nav ul li .erNav {
    position: absolute;
    min-width: 85px;
    left: 0;
    top: 42px;
    display: none;
    background: #c42323;
}

.nav ul li .erNav dl {
    padding: 13px 1px 0;
    background: url(../images/common/nav_03.png) repeat-x center top;
}

.nav ul li .erNav dl dd {
    height: 33px;
    margin-bottom: 3px;
    white-space: nowrap;
    padding: 0 5px;
}

.nav ul li .erNav dl dd a {
    display: inline-block;
    width: 100%;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-family: "微软雅黑";
    white-space: nowrap;
}

.nav ul li .erNav dl dd a:hover {
    color: #c42323;
    background: url(../images/common/nav_07.png) #fff no-repeat right bottom;
}

/*neibanner*/

.neibanner {
    width: 100%;
    min-width: 1080px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1080?"1080px":"");
    position: relative;
    height: 195px;
    z-index: 1;
    overflow: hidden;
}

.neibanner img {
    position: absolute;
    width: 1920px;
    height: 195px;
    left: 50%;
    top: 0px;
    margin-left: -960px;
}

/*common*/

.center {
    width: 1080px;
    margin: 0 auto;
}

.right {
    width: 812px;
    float: right;
    overflow: hidden;
}

.mianbao {
    width: 813px;
    height: 40px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 40px;
    text-align: right;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #999;
}

.mianbao a {
    color: #999;
}

.mianbao span {
    color: #b20007;
}

.mianbao a:hover {
    text-decoration: underline;
}

.mianbao a.home {
    display: inline-block;
    padding-left: 22px;
    background: url(../images/common/home_37.jpg) no-repeat left center;
}

/*left*/

.leftnav {
    width: 250px;
    float: left;
    position: relative;
    z-index: 2;
    margin-top: -45px;
}

.leftnav .lefttit {
    width: 167px;
    padding-left: 83px;
    background: url(../images/common/left_29.jpg) repeat-x left top;
    height: 60px;
}

.leftnav .lefttit span {
    line-height: 53px;
    display: inline-block;
    padding-right: 20px;
    background: url(../images/common/left_32.jpg) no-repeat right center;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
}

.leftnav ul>li {
    width: 250px;
    height: 49px;
    line-height: 49px;
    margin-top: 1px;
    background: #f4f4f4;
    position: relative;
}

.leftnav ul>li>a {
    display: block;
    width: 167px;
    padding-left: 83px;
    color: #333;
    font-family: "微软雅黑";
    font-size: 14px;
}

.leftnav ul>li>a.on {
    color: #fff;
    background: #ff9935;
}

.leftnav ul>li>a:hover {
    text-decoration: underline;
}

.leftnav ul>li .sb {
    padding: 10px 0;
    background: rgba(135, 227, 253, 0.9);
    position: absolute;
    left: 240px;
    top: 0;
    z-index: 99;
    display: none;
}

.leftnav ul>li .sb>a {
    display: block;
    padding: 0 20px;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.leftnav ul>li .sb>a:hover {
    background: rgba(255, 255, 255, 0.7);
}

.contactlink {
    width: 250px;
    height: 97px;
    margin-top: 13px;
}

/*footer*/

.footer_wai {
    width: 100%;
    min-width: 1080px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1080?"1080px":"");
    background: #535353;
    margin-top: 100px;
}

.footer {
    width: 1080px;
    margin: 0 auto;
    height: 140px;
    overflow: hidden;
}

.banquan {
    float: left;
    padding-left: 50px;
    margin-top: 26px;
    height: 63px;
    width: 600px;
}

.banquan .logo {
    float: left;
    margin-right: 26px;
    margin-top: 20px;
}

.banquan h3 {
    line-height: 24px;
    color: #a6a6a6;
    font-size: 12px;
    display: inline-block;
    padding-top: 16px;
    font-family: "微软雅黑";
}

.dizhi {
    width: 394px;
    float: right;
    line-height: 24px;
    color: #a6a6a6;
    font-size: 12px;
    font-family: "微软雅黑";
    margin-top: 41px;
}



/*右侧悬浮*/

.cefu {
    position: fixed;
    right: 0;
    top: 200px;
    width: 50px;
    height: 160px;
    display: none;
    z-index: 100;
}

.guding {
    position: relative;
    width: 100%;
    height: 100px;
}

.cefu .cefunei {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.cefy .cefunei .neiyinzi {
    width: 150px;
    height: 50px;
    position: absolute;
    left: 30px;
    top: 0;
    opacity: 0;
}

.cefu .riphone {
    background: url(../images/common/cefu_03.png) #e40e12 no-repeat left center;
}

.cefu .cefunei.on {
    width: 200px;
}

.cefu .riphone.on {
    background: #e40e12;
}

.cefu .cefunei .neiyinzi {
    display: none;
    width: 150px;
    height: 50px;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 30px;
    opacity: 0;
}

.cefu .cefunei .neiyinzi.vxin {
    line-height: 25px;
    font-size: 13px;
}

.cefu .cefunei .neiyinzi a {
    color: #fff;
    text-decoration: none;
}

.cefu .riwechat {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: #24b727 url(../images/common/cefu_04.png) no-repeat left center;
    top: 50px;
}

.cefu .riwechat:hover {
    background: #24b727 url(../images/common/cefu_04.png) no-repeat right center;
}

.gotop {
    display: block;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    cursor: pointer;
    background: url(../images/common/cefu_05.png) #bbb no-repeat left center;
}

.gotop:hover {
    background: url(../images/common/cefu_05.png) #bbb no-repeat right center;
}

.saoma {
    display: none;
    position: absolute;
    right: 50px;
    top: 8px;
    z-index: 9999;
    width: 88px;
    border: 1px solid #bbb;
    margin-right: 10px;
}



/*page*/

.page {
    width: 100%;
    text-align: center;
    margin: 65px;
    0 35px;
}

.page a,
.page span {
    display: inline-block;
    padding: 0 15px;
    margin: 0 3px;
    font-size: 12px;
    line-height: 35px;
}

.page a {
    border: 1px solid #ececec;
    color: #333;
}

.page a:hover {
    text-decoration: underline;
}

.page span {
    border: 1px solid #ff9935;
    background: #ff9935;
    color: #fff;
}



/*danye*/

.dadanye {
    margin-top: 30px;
    line-height: 1.4;
    min-height: 400px;
    font-size: 14px;
    line-height: 28px;
    font-family: '微软雅黑';
}

.dadanye img {
    max-width: 100%;
    display: block;

    margin: 0 auto;
}

.dadanye ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}

.dadanye ul li>p {
	display: inline;
}







/*pagelist*/






.cc_botton {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

#pagination{
    overflow: hidden;
    display: inline-block;
}
#pagination>div{
    float: left;
    
}
#page_left_botton a,
#page_left_botton span{
    display: inline-block;
    padding:0 10px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin:0 5px;
    cursor: pointer;
    
}
#page_left_botton a:hover,
#page_left_botton a{
    background-color: #c42323;
    color: #fff;
}

#page_center_botton{
    display: none;
}




/*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: 14px;

    line-height: 22px;

}

#pageSwitch .pre {

    margin-bottom: 5px;

}







#image {

    padding-top: 20px;

}

#image h5 {

    line-height: 30px;

    height: 30px;

    font-size: 14px;

    color: #fff;

    margin-bottom: 15px;

    text-align: center;

    background: #4075cc;

    float: left;

    padding: 0 15px;

}

#image li {

    float: left;

    width: 185px;

    margin-right: 18px;

    margin-bottom: 18px;

}

#image li a {

    display: block;

}

#image li img {

    padding: 4px;

    border: 1px solid #e6e7e7;

    display: block;

    width: 175px;

    height: 150px;

}

#image li h1 {

    font-size: 14px;

    text-align: center;

    color: #333;

    line-height: 30px;

    margin-bottom: 5px;

}

#image li:hover img {

    border-color: #ff6600;

}

#image li:hover h1 {

    color: #0066cc;

}