@charset "utf-8";
/* CSS Document */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img, input, button, div {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/1.5 Microsoft YaHei,"Tahoma","SimSun","宋体";
    /*background-color:#f5f8fa;
    background-color:#f6f6f6;
    */
    background-color:#f7f7f7;
    color: #666;
    min-height: 100%;
    height: 100%;
}
html,body{
    width: 100%;
    min-width: 1210px;
    min-height:100%;
}
ul, li {
    list-style: none;
}
fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
button, input, select, textarea {
    font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
button, input, optgroup, select, textarea{
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
img {
    border:0;
}
s, i, em {
    font-style: normal;
    text-decoration: none;
}
em {
    font-style: normal
}
a {
    color:#545a5f;
    text-decoration: none;
    transition: 0.1s;
    outline: none;
}
a:active {
    star: expression(this.onFocus=this.blur());
}
a:hover {
    text-decoration: none;
    outline: 0;
   /* color: #39a030;*/
}
:focus {
    outline: 0;
}

/*公共类*/
.h {
    width: 100%;
    min-width: 1210px;
    overflow: hidden;
}
.w {
    width: 1210px;
    min-width: 1210px;
    margin: 0 auto;
}
.row {
    font-size: 0;
    letter-spacing: -5px;
    word-spacing: 0;
    *letter-spacing: normal; /* IE < 8 重置 */
    -webkit-text-size-adjust:none;
}

.column {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
    *display: inline;
    *zoom: 1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

/*清除浮动*/
.clearfix::before,
.clearfix::after{
    content:".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
/*header*/
.topbar{
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 99999;
    border-bottom: solid 1px #e4e4e4;
    background: #f5f5f5;
    color: #9f9f9f;
}
.topbar .head-top .site-name{
    position: relative;
    color: #15ab47;
}
.topbar .head-top .site-name>i{
    position: absolute;
    top: 0;
}
.topbar .head-top .site-name>span{
    padding-left: 18px;
    font-size: 14px;
}
.topbar .head-top .site-name::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    margin-left:8px;
    margin-top: 12px;
    background-color: #e4e4e4;
    transition: all .36s ease;
}
.topbar .head-top .site-switch{
    position: relative;
    color: #999;
    padding-left: 18px;
}
.topbar .head-top .site-switch>a{
    color: #999;
}
.topbar .head-top .site-switch>a:hover{
    color: #15ab47;
}
.topbar .head-top .site-switch>ul{
    display:none;
    width: 120px;
    border-bottom: 1px solid #f1f1f1;
    background: #FFF;
    border-top: 0;
    position: absolute;
    left: -34px;
    top: 30px;
    border-top: #4bae5f 3px solid;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px)
}
.topbar .head-top .site-switch>ul>li{
    position: relative;
    border-bottom: transparent 1px solid;
}
.topbar .head-top .site-switch>ul>li>a{
    display: block;
    color: #aeaeae;
    padding: 10px 30px 10px 30px;
    border-top:1px solid #f2f2f2;
    height: 20px;
    line-height: 20px;
    transition: none ease-out .3s;
    transition-property: color, background, text-indent, opacity;
}
.topbar .head-top .site-switch>ul>li>a>i{
    position: absolute;
    right: 10px;
    bottom: 9px;
    font-size: 14px;
    transition: all ease-out .2s;
    opacity: 0;
    transform: translate(0, 0);
}
.topbar .head-top .site-switch>ul>li>a:hover{
    color: #333;
    background-color: #f5f8fa;
    padding-left: 35px;
}
.topbar .head-top .site-switch>ul>li>a:hover i{
    opacity: 1
}
.topbar .head-top .top-login{
    position: relative;
}
.topbar .head-top .top-login>a{
   padding: 0 12px;
}
.topbar .head-top .top-login>a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    margin-left: 14px;
    margin-top: 12px;
    background-color: #e4e4e4;
    transition: all .36s ease;
}
.topbar .head-top .top-login>a:hover{
    color: #15ab47;
}
.topbar .head-top .merchants{
   padding-left: 16px;
}
.topbar .head-top .merchants>a{
    color:#15ab47;
}


/*导航*/
.head-middle{
    background-color: #fff;
    overflow:visible ;
}
.head-middle .logobox{
    width: 397px;
    margin: 30px 0;
}
.head-middle .logobox .logo{
    width: 130px;
    height: 50px;
}
.head-middle .logobox .logo>img{
    height: auto;
    width: 100%;
}
.head-middle .logobox .line{
    width: 0;
    height: 56px;
    margin: 0 20px;
    border-left: solid 1px #e4e4e4;
}
.head-middle .logobox .desc{
    padding-top: 16px;
    color: #999;
    width: 185px;
    font-size: 14px;
}
.head-middle .logobox .desc>a{
    position: relative;
    display: block;
   color: #333;
    font-size:14px;
}
.head-middle .logobox .desc>a>i{
    position: absolute;
    top: 2px;
    font-size: 14px;
}
.head-middle .logobox .desc>a:hover{
    color: #15ab47;
}
.head-middle .search-header{
    position: relative;
    margin-top:36px;
    width: 400px;
    height: 36px;
    border: solid 3px #15ab47;
    z-index: 23;
}
.head-middle .search-header .search-choose{
    width: 80px;
    color: #666;
    line-height: 36px;
    border-right: solid 1px #ddd;
    background: #f9f9f9;
    position: relative;
    cursor: default;
}
.search-header .search-choose>dt{
    padding-left: 8px;
    margin-bottom: -2px;
}
.search-header .search-choose .icon-down{
    position: absolute;
    left: 61px;
    top: 1px;
}
.search-header dd{
    display: none;
    position: absolute;
    left: -3px;
    top: 36px;
    z-index: 1;
    width: 100%;
    background: #f9f9f9;
    border: solid 3px #15ab47;
    border-top: 0;
    overflow: hidden;
}
.search-header dd span {
    display: block;
    cursor: pointer;
    padding-left:12px;
}
.search-header dd span:hover{
    background-color: #eee;
    color: #009926;
}
.search-header .keyword{
    width: 233px;
    height: 35px;
    line-height: 35px;
    border: 0;
    padding: 0 0 0 10px;
}
.search-header .submit{
    width: 75px;
    height: 36px;
    background: #15ab47;
    color: #fff;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.search-header .submit:hover{
    background: #11ab3b;
}

.head-middle .head-middle-right{
    float: right;
    margin-top: 29px;
}
.head-nav{
    width: 100%;
    min-width: 1210px;
    position: relative;
    /*background-color:#37c249;
    background-color:#44b549;*/
    background-color:#35B449;
    border-top: 1px solid rgba(170,170,170,.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.head-nav .nav{
    padding: 0 20px;
    margin: 0 auto;
}
.nav >li{
    height: 60px;
    line-height:59px;
}
.nav >li>a{
    padding: 0 30px;
    font-size:14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.nav >li .active{
    display: block;
    color: #fff;
    background-color: #15ab47;
}
.nav >li>a:hover {
    color: #fff;
}
.nav >li>a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    margin-left:28px;
    margin-top: 24px;
    background-color: rgba(37, 113, 27, 0.2);
    transition: all .36s ease;
 }
.nav >li:last-child a::after {width:0;}

/*links*/
.home-links {
    padding-top: 10px;
    padding-bottom: 35px;
    border-top: 10px solid #f4f6f8;
    background-color: #fff;
}
.home-links .hd{
    height: 38px;
    border-bottom: 1px solid #eaeaea;
}
.hd .tab{
    height: 38px;
    border-bottom: 1px solid #eaeaea;
}
.tab>li{
    font-size: 15px;
    line-height: 30px;
    height: 38px;
    margin:0 15px;
    padding: 0 3px;
    text-align: center;
    cursor: pointer;
    color: #7f8c8d;
    border-bottom: 3px solid transparent;
}
.tab .yes{
    color: #2c3e50;
    border-bottom: 3px solid #4bae5f;
}
.home-links .bd{
    margin-top: 15px;
}
.bd a{
    padding: 5px 8px;
    font-size: 14px;
    color: #7f8c8d;
}

/*footer*/
.footer {
    width: 100%;
    color: #dadada;
    background: #41484e;
}
.copyright{
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright>p{
    height: 30px;
    line-height: 30px;
   text-align: center;
}
.copyright>p>a{
   color: #d4d4d4;
}
.copyright .foot-menu{
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.copyright .foot-menu >a{
    font-size:13px;
    height: 13px;
    line-height: 13px;
    color: #fff;
    padding: 0 12px;
    border-right: 1px solid #666;
}
.copyright .foot-menu>a:last-child{
    border-right: 0;
}

/*返回顶部*/
.return-top{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .5);
}
.return-top>i{
    font-size: 18px;
    color: #fff;
}
.return-top:hover{
    background-color: #333;
}

/*分页样式*/
.page {
    text-align: center;
    margin: 15px 0;
}
.page .pagination {
    display: inline-block;
}
.page .pagination > li {
    display: inline-block;
}
.page .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #999;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page .pagination > li > a:hover {
    position: relative;
    top:0;
    left: 0;
    z-index: 999;
    border: 1px solid #23ac38;
    color: #23ac38;
}
.page .pagination .disabled>span{
    border: 1px solid #eaeaea !important;
    color: #ccc !important;
}
.page .active span {
    background: #23ac38;
    border: 1px solid #ddd;
    color: #fff;
}
.box{
    display: none;
    border-radius: 4px;
}
.box .inner{
    position: relative;
    width: 315px;
    margin: 25px auto 0;
}
.inner  .line {
    width: 315px;
    margin-bottom: -1px;
    overflow: hidden;
}
.inner .line .login-name{
    position: absolute;
    top: 6px;
    left: 5px;
    font-size: 22px;
    color: #999;

}
.inner .line .login-password{
    position: absolute;
    top: 45px;
    left: 5px;
    font-size: 22px;
    color: #A2A2A2;
}
.inner .line .login-forgot{
    position: absolute;
    top: 53px;
    right: 12px;
    color: #999;
    font-size: 14px;
}
.inner .line .login-forgot:hover{
    color: #69ca72;
}
.line input{
    width: 268px;
    height: 20px;
    padding: 10px 10px 10px 30px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
}
.line input:hover {
    border: 1px solid #D1D1D1;
}
.line .confirm {
    width: 308px;
    margin-top: 15px;
    border-color: #4cae4c;
    background-color: #5cb85c;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    height: 40px;
    line-height:16px;
    padding-left: 5px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.line .confirm:hover{
    border-color: #398439;
    background-color: #449d44;
}
.hp-list{
    width: 308px;
    margin: 0 auto;
    text-align: center;
}
.hp-list .line-through{
    height: 12px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin: 20px 0;
}
.hp-list .line-through span {
    font-size: 14px;
    background-color:#fff;
    padding: 0 10px;
    color: #999;
    text-align: center;
}
.hp-list>a{
    display: inline-block;
    width: 45px;
    height: 45px;
    position: relative;
    margin: 0 20px 0;
    color: #999;
    font-size:26px;
    line-height: 45px;
    background-color:#e9e9e9;
    border-radius: 50%;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
}
.hp-list>a:hover{
    color: #4DA743;
    -webkit-transition: opacity .5s ease;
    transition: opacity .1s ease;
}
.hp-list>a>i{
     font-size:28px;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
}

.hp-list .hp-icon-weixin{
    position: relative;
    top: 2px;
    left: 1px;
}
.hp-list .hp-icon-qq{
    position: relative;
    top: 0;
    left: 0;
}
.hp-list .hp-icon-weibo{
    position: relative;
    top: 2px;
    left: 1px;
}

