@charset "utf-8";

/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,button,textarea,p,blockquote,th,td,img { padding: 0; margin: 0;outline: none;}
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,th,var,i { font-weight: normal; font-style: normal; }
ol,ul,li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%;}
q:before,q:after { content:''; }
abbr,acronym { border: 0; }
a {text-decoration: none;}
body{ font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif;}
p {font-size: 14px;}
/*清除浮动代码*/
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.clearfix{zoom:1;}
/*左右浮动*/
.fl {
    float: left;
}
.fr {
    float: right;
}
/*显示与隐藏*/
.hide {
    display: none;
}
.show {
    display: block;
}
.wrap {
    width: 100%;
    min-width: 1200px;
    margin: auto;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
/*------header-----------------------------------*/
.header_top {
    width: 100%;
    background: #f2f2f2;
    height: 30px;
    line-height: 30px;
}
.header_top p,.header_top a {
    font-size: 12px;
    color: #575656;
    display: inline-block;
}
.header_top a {
    border-right: 1px solid #575656;
    height: 12px;
    line-height: 12px;
    padding: 0 5px;
}
.header_top a:nth-of-type(2) {
    border-right: none;
}
.header_top a:hover {
    text-decoration: underline;
}
/*----logo_bar-----*/
.logo_bar {
    padding: 30px 0;
}
.adv {
    margin-left: 300px;
}
.adv a {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    height: 50px;
    line-height: 90px;
}
.cl_phone {
}
.phone_img {
    float: left;
    vertical-align: middle;
    padding: 3px 10px;
    border-right: 1px solid #b8b8b8;
    margin-top: 6px;
}
.phone_img img {
    width: 100%;
}
.phone_bar {
    float: right;
    padding-left: 10px;
}
.cl_phone i {
    color: #676666;
    font-size: 12px;
}
.cl_phone p {
    color: #70aa30;
    font-size: 28px;
    font-weight: 500;
}
/*----nav-------*/
.nav {
    background: url("../img/nav_bg.jpg") repeat;
}
.nav_bar .nli {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 108px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.nav_bar .nli a,.nav_bar .nli .sub li a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 50px;
}
.nav_bar .nli.cur a, .nav_bar .nli:hover,.nav_bar .nli:hover a {
    background: #70aa30;
    color: #fff;
}
.nav_bar .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    width: 108px;
    line-height: 25px;
    padding: 5px 0;
}
.nav_bar .nli .sub li a {
    background: url("../img/sub_navbg.jpg") no-repeat;
    line-height: 50px;
    text-align: center;
}
.nav_bar .nli .sub li a:hover {
    height: 49px;
    line-height: 49px;
    background: #70aa30;
    color: #fff;
    border-top: 1px solid #efefef;
}
/*banner-----*/
.banner {
    position:relative;
    margin:0 auto;
    min-width: 1200px;

}
.banner .bd {
    position:relative;
    z-index:0;
}
.banner .bd li img {
    width:100%;
    vertical-align:top;
    min-height: 400px;
}
.banner .hd {
    position:relative;
    z-index:1;
    margin-top:-30px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.banner .hd ul {
    text-align:center;
    padding-top:5px;
}
.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 13px;
    height: 13px;
    margin: 5px;
    background: url("../img/icon01.png");
    overflow: hidden;
    font-size: 0;
}
.banner .hd ul .on {
    background: url("../img/icon02.png");
}
.loading {
    position: absolute;
    top: 4%;
    left: 50%;
    margin-left: -600px;
}
.load_bar {
    float: right;
    width: 294px;
    background: #fff;
    border-radius: 4px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
.load_bar #fm div {
    display: none;
}
.load_bar form {
    margin-top: 20px;
    display: inline-block;
}
.load_bar p a {
    display: inline-block;
    background: #fff;
    width: 147px;
    height: 58px;
    line-height: 58px;
    font-weight: bold;
    text-align: center;
}
.load_bar p a.on {
    background: url("../img/load_bg.jpg");
}
.loading p a,.load_bar td {
    font-size: 16px;
    color: #010000;
}
.load_bar form tr {
    vertical-align: top;
    display: inline-block;
    padding: 13px 28px;
    width: 270px;
}
.load_bar form td {
    display: inline-block;
    text-align: right;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
}
.load_bar form input {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #bbb;
    padding-left: 20px;
}
.load_bar form input:focus {
    outline: none;
    border: 2px solid #c8deb7;
}
.load_bar form input img {
    display: inline-block;
    border: none;
    vertical-align: middle;
}
.load_bar form #num {
    background: url("../img/number.png") no-repeat;
    background-position: 5px center;
}
.load_bar form #pw {
    background: url("../img/password.png") no-repeat;
    background-position: 5px center;
}
.load_bar form #must {
    font-size: 12px;
    color: #666;
    height: 15px;
}
.load_bar form .chx {
    margin-bottom: 10px;
}
.load_bar form td .chaxun {
    width: 265px;
    height: 40px;
    line-height: 42px;
    background: #4c9600;
    border-radius: 3px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
}
.load_bar form #dzh {
    margin-bottom: 10px;
}
.load_bar form #dzh a button {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #4c9600;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.load_bar form #dzh a:nth-of-type(1){
    margin-right: 20px;
}
.load_bar .form_two tr {
    padding: 13px 13px;
}
/*footer*/
.footer {
    background: #4c4c4c;
}
.footer_bar {
    padding-top: 35px;
}
.footer_top {
    position: relative;
}
.footer_top li {
    float: left;
    margin-right: 25px;
}
.footer_top li a {
    font-size: 16px;
    color: #70aa30;
}
.footer_top .ul_ul {
    padding-top: 30px;
}
.footer_top .ul_ul li {
    float: none;
    line-height: 24px;
}
.footer_top a:hover {
    text-decoration: underline;
}
.footer_top .ul_ul li a,.footer_top .ul_ul li {
    font-size: 14px;
    color: #898989;
}
.footer_top .ul_ul li:hover a {
    color: #fff;
    text-decoration: none;
}
.footer_top .sao {
    margin-top: 4px;
    text-align: center;
}
.footer_top .sao p,.footer_top .add p {
    color: #fff;
    font-size: 14px;
}
.footer_top .add {
    margin-top: -7px;
}
.footer_top .add p {
    line-height: 36px;
    width: 355px;
}
.footer_bottom {
    height: 40px;
    line-height: 40px;
    background: #2e2d2d;
    margin-top: 20px;
}
.fb_bar p,.fb_bar a {
    color: #989797;
    font-size: 12px;
}
.fb_bar p {
    display: inline;
}
.fb_bar p a {
    display: inline-block;
    padding: 0 10px;
}
.fb_bar a:hover {
    color: #fff;
}
@media(min-width: 1200px) and (max-width: 1220px) {
    .loading {
        right: 10%;
    }
}
@media(min-width: 1220px) and (max-width: 1270px) {
    .loading {
        right: 10.5%;
    }
}
@media(min-width: 1270px) and (max-width: 1330px) {
    .loading {
        right: 11%;
    }
}
@media(min-width: 1330px) and (max-width: 1400px) {
    .loading {
        right: 12%;
    }
}
@media(min-width: 1330px) and (max-width: 1700px) {
    .loading {
        right: 13%;
    }
}
@media(min-width: 1700px) and (max-width: 100%) {
    .loading {
        right: 14%;
    }
}