@charset "utf-8";

/*

*	****************************************

*	*           public style               

*	****************************************

*/

html,
body {
    font-family: '微软雅黑';
    min-width: 320px;
}


/*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;
}

.marr0 {
    margin-right: 0 !important;
}

.l0 {
    left: 0;
}

.r0 {
    right: 0;
}

.t3 {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}


/*pagelist*/

#page {
    position: relative;
    bottom: -50px;
    opacity: 0;
}

#pagelist {
    color: #666;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    display: block;
    float: left;
}

.pagination {
    overflow: hidden;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    display: flex;
    float: right;
}

.pagination a {
    border: #d9d9d5 1px solid;
    color: #fff;
    padding: 3px 4px;
    margin-left: 8px;
    background: #adcc2f;
}

.pagination a:hover {
    color: #fff;
    background: #8fae12;
}
.pagination span {
    margin-right: 10px;
}

.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;
    overflow: hidden;
}

#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;
    overflow: hidden;
}


/*public head*/

#head {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
}

#head .brow {
    padding-top: 16px;
    height: 45px;
}

#head .brow .sh {
    float: right;
    padding-right: 20px;
}

#head .brow .sh a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center center;
}

#head .brow form {
    display: block;
    width: 120px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    float: right;
    margin-right: 20px;
    margin-top: 3px;
    -webkit-border-radius: 12px 12px;
    -moz-border-radius: 12px 12px;
    -ms-border-radius: 12px 12px;
    -o-border-radius: 12px 12px;
    border-radius: 12px 12px;
}

#head .brow input[type=text] {
    float: left;
    display: block;
    padding: 0 12px;
    width: 72px;
    height: 24px;
    border: 0;
    background: none;
    font-size: 12px;
    color: #e5e5e5;
    outline: none;
    font-family: '微软雅黑';
}

#head .brow input[type=image] {
    display: block;
    float: left;
    margin-top: 5px;
    width: 12px;
    height: 12px;
    outline: none;
}

#lng {
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 3px;
    padding: 0 15px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 12px 12px;
    -moz-border-radius: 12px 12px;
    -ms-border-radius: 12px 12px;
    -o-border-radius: 12px 12px;
    border-radius: 12px 12px;
    cursor: pointer;
    z-index: 999;
    font-size: 14px;
    color: #e5e5e5;
    line-height: 24px;
}

#lng a {
    font-size: 12px;
    color: #e5e5e5;
}

#lng a:hover {
    color: #fff;
}

.mainNav {
    position: relative;
    height: 60px;
}

.mainNav .logo {
    margin: 0 10px;
    float: left;
    display: block;
    width: 250px;
}

.mainNav>ul {
    height: 60px;
}

.mainNav>ul>li {
    float: left;
    width: 115px;
    height: 60px;
    text-align: center;
    position: relative;
}

.mainNav>ul>li>a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    overflow: hidden;
}

.mainNav>ul>li>a:hover,
.mainNav>ul>li>a.hover,
.mainNav>ul>li>a.extra {
    color: #adcc2f;
}

.dropNav{
    z-index: 999;
    min-width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
}

    
.dropNav>li{
        position: relative;
    }
.dropNav>li>a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    padding: 0 10px;
}

.dropNav>li>a:hover {
    background: #adcc2f;
    color: #fff;
}
.proNav{
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
    text-align: left;
}
.proNav dl{
    padding: 10px;
}
.proNav dt a{
    display: block;
    white-space: nowrap;
    height: 25px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.proNav dt a:hover{
    color: #adcc2f;
}
.proNav td{
    vertical-align: top;
}
.proNav dd a{
    display: block;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #333;
}
.proNav dd a:hover{
    color: #adcc2f;
}






#fix_nav {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0px 10px 0px #adcc2f;
    box-shadow: 0 0px 10px 0px #adcc2f;
    z-index: 999999999;
    font-size: 0;
    text-align: center;
    display: none;
}

#fix_nav .logo {
    margin: 0 10px;
    margin-top: 10px;
    float: left;
    display: block;
    width: 250px;
}

#fix_nav>ul {
    display: inline-block;
    height: 80px;
}

#fix_nav>ul>li {
    float: left;
    width: 115px;
    height: 80px;
    text-align: center;
    position: relative;
}

#fix_nav>ul>li>a {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #333;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    overflow: hidden;
}

#fix_nav>ul>li>a:hover,
#fix_nav>ul>li>a.hover,
#fix_nav>ul>li>a.extra {
    color: #adcc2f;
}

#fix_nav .dropNav {
    z-index: 999;
    min-width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 80px;
    display: none;
    -webkit-box-shadow: 0px 2px 2px 0 #adcc2f;
    box-shadow: 0px 2px 2px 0 #adcc2f;
}

#fix_nav .dropNav>li>a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #333;
    background: #fff;
    white-space: nowrap;
    padding: 0 10px;
}

#fix_nav .dropNav>li>a:hover {
    background: #adcc2f;
    color: #fff;
}
#fix_nav .proNav{
    -webkit-box-shadow: 0px 2px 2px 0 #adcc2f;
    box-shadow: 0px 2px 2px 0 #adcc2f;
    top: 80px;
    background: #fff;
}



/*public footer*/

#footer_top {
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 50px;
}

#footer_top .w {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#footer_top .ewm {
    float: left;
    margin-right: 10px;
    width: 140px;
    padding-top: 70px;
}

#footer_top .ewm img {
    display: block;
    width: 100%;
}

#footer_top .ewm p {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin-top: 25px;
    text-align: center;
}

#footer_top dl {
    float: right;
    margin-left: 60px;
}

#footer_top a:hover {
    text-decoration: underline;
}

#footer_top dt {
    height: 18px;
    margin-bottom: 30px;
}

#footer_top dt a {
    display: block;
    font-size: 18px;
    color: #a0bd2c;
    line-height: 18px;
    text-transform: uppercase;
}

#footer_top dd a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}

#footer_bottom {
    background: #082a52;
}

#footer_bottom p {
    font-size: 14px;
    color: #999999;
    line-height: 80px;
}

#footer_bottom .fr {
    background: url('../images/phone.png') left center no-repeat;
    text-indent: 40px;
}

#footer_bottom a {
    color: #999999;
}

#footer_bottom a:hover {
    text-decoration: underline;
}


/*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;
}


/*public footer*/

#footer_topin {
    background: #324042;
    padding-top: 40px;
    padding-bottom: 50px;
}

#footer_topin .w {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#footer_topin .ewm {
    float: left;
    margin-right: 80px;
    width: 140px;
    padding-top: 70px;
}

#footer_topin .ewm img {
    display: block;
    width: 100%;
}

#footer_topin .ewm p {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin-top: 25px;
    text-align: center;
}

#footer_topin dl {
    float: right;
    margin-left: 90px;
}

#footer_topin a:hover {
    text-decoration: underline;
}

#footer_topin dt {
    margin-bottom: 30px;
}

#footer_topin dt a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    text-transform: uppercase;
}

#footer_topin dd a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    text-transform: capitalize;
}

#footer_bottomin {
    background: #232a2b;
}

#footer_bottomin .w {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 80px;
}

#footer_bottomin p {
    font-size: 14px;
    color: #999999;
    line-height: 80px;
}

#footer_bottomin .fr {
    background: url('../images/phone.png') left center no-repeat;
    text-indent: 40px;
}

#footer_bottomin a {
    color: #999999;
}

#footer_bottomin a:hover {
    text-decoration: underline;
}



/* 微信图片 */

#head .brow{
    position: relative;
    z-index: 2000;
}

#head .sh{
    position: relative;
    
}
.weixin{
    position: relative;
    z-index: 2000;
    cursor: pointer;
}

.weixin-img{
    width: 400px;
    height: 100px;
    position: absolute;
    
    left:-314px;
    top: 40px;
    display: none;
    padding-top: 40px;
    background-color: #07a0ec;
}

.weixin-img img{
    max-width: 100%;
    height: auto;
    
}

.weixin-img .close{
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #ccc;
    text-align: center;
    
    line-height: 40px;
    position: absolute;
    
    right: 0;
    top: 0;
    cursor: pointer;
    
}

.link_service_box{
    position: fixed;
    bottom: calc(100px + 10rem);
    right:calc(10px + 0rem);
    z-index: 100;
}


    .link_service_icon{
        width: calc(20px + 2rem);
        height: calc(20px + 2rem);
        background: #ffffff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-content: center;
            cursor: pointer;
    }
    .link_service_icon img{
        width: 100%;
    }
    
    .service_code{
    width: calc(100px + 5rem);
    position: absolute;
  right: calc(30px + 2rem);
    top: -30px;
    opacity: 0;
    transition: .5s;
    }
    .service_code img{
        width: 100%;
    }
    
    
     .link_service_icon:hover + .service_code{
         opacity: 1;
     }
    