@charset "utf-8";
@import "../iconfont/iconfont.css";

body {font-size:14px;margin:0;padding:0;height:100%;font-family:Microsoft YaHei;color: #404040; }
form,input,select,textarea,td,th {font-size:14px;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;margin:0px;padding:0}
img {border:none;}
ul li {list-style-type:none;}
ol li {list-style-type:decimal;}
ul,form,p,dl,dd,dt,span{margin:0;padding:0;}
a:link,a:visited,a:active {color:#333333;text-decoration:none;}
a:hover {color:#FF7950;text-decoration:none;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    margin: 0 auto;
    clear: both;
    width: 1200px;
}
.wrap-container{
    padding: 10px 0;
}
.b10 {
    height: 10px;
    font-size: 1px;
}
.b20 {
    height: 20px;
    font-size: 1px;
}
.b30 {
    height: 30px;
    font-size: 1px;
}
.top20{
    margin-top: 20px;
}
.top30{
    margin-top: 30px;
}

#captcha-mask {
    display: flex;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.top_applet{
    padding: 20px;
    text-align: center;
}
.top_applet .qr{
    width: 200px;
    height: auto;
}
.top_applet p{
    font-size: 15px;
    margin-top:10px;
}

    /*  icons */
.icon{display:block; float:left;width:18px; height:18px; background:url(../images/ioc_c.png) no-repeat; -webkit-transform:rotate(0deg); transform:rotate(0deg); -webkit-transition:-webkit-transform .9s; transition:-webkit-transform .9s; transition:transform .9s; transition:transform .9s,-webkit-transform .9s}
.icons {
    display: block;
    background: url(../images/newicons.png) no-repeat;
}
.i-ity {
    float: left;
    margin-right: 1px;
    margin-top: 7px;
    width: 14px;
    height: 16px;
    background-position: -0px -33px;
}
.mobile-code{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/index-icon.png) no-repeat -58px 0;
    margin: 9px 3px 0 0;
}
.wechat2-code{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/icon_wechat.png) no-repeat;
    margin: 9px 3px 0 0;
}
.douyin-code{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/icon_dy.png) no-repeat;
    background-size: 13px;
    margin: 10px 1px 0 0;
}
.applet-code{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/icon_applet1.png) no-repeat;
    background-size: 13px;
    margin: 10px 1px 0 0;
}
.wechat-code{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/index-icon.png) no-repeat -78px 0;
    margin: 9px 0 0 0;
}

@-webkit-keyframes iconFloat {
    0% { top: 5px; }
    25%{top: 4px;}
    75% { top: 6px; }
    100% { top: 5px; }
}
@-moz-keyframes iconFloat {
    0% { top: 5px; }
    25%{top: 4px;}
    75% { top: 6px; }
    100% { top: 5px; }
}
@-o-keyframes iconFloat {
    0% { top: 5px; }
    25%{top: 4px;}
    75% { top: 6px; }
    100% { top: 5px; }
}
@keyframes iconFloat {
    0% { top: 5px; }
    25%{top: 4px;}
    75% { top: 6px; }
    100% { top: 5px; }
}

/* top nav */
.top-nav {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    min-width: 1200px;
}
.top-nav .top-l{
    float:left;
    display: flex;
    align-items: center;
    justify-items: center;
}
.top-nav .top-l .li{
    padding: 0 10px 0 5px;
    margin-right: 5px;
    position: relative;
}
.top-l .drop-down{
    box-sizing: border-box;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
.top-l .drop-down:hover {
    background: #fff;
    color: #0BBB73;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.drop-down-block{
    position: absolute;
    z-index: 99;
    top: 32px;
    left: -1px;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: 0;
    display: none;
}
.city-qy{
    width: 280px;
    overflow: hidden;
    padding-bottom: 10px;
}
.city-qy h4 {
    font-size: 14px;
    color: #404040;
    line-height: 28px;
    padding-top: 10px;
    padding-left: 15px;
}
.city-qy .bm_x {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
.city-qy p a {
    padding-left: 15px;
    color: #666;
    font-size: 12px;
}
.city-qy .f_orange {
    color: #FF7950 !important;
}
.top-r{
    float:right;
}
.top-r .top_login{
    display: flex;
    align-items: center;
}
.top_login .red{
    color: #FF7950;
}
.top_login .login{
    margin:0 10px;
}
.top-r .member .user{
    margin:0 20px;
    color: #0A5790;
}

.top_qrcode {
    width: 200px;
    height: 90px;
    position: absolute;
    z-index: 99;
    top: 32px;
    left: -1px;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: 0;
    display: none;
}
.top_qrcode .code_img{
    width: 90px;
    height: 90px;
    float:left;
}
.top_qrcode .code_img img{
    width: 90px;
    height: 90px;
    padding: 10px;
    border:none;
}
.top_qrcode .code_text{
    text-align: center;
    width: 108px;
    height: 75px;
    padding-top: 15px;
    font-size: 14px;
    color: #333;
    float:left;
}
.top_qrcode .code_text p{
    height: 30px;
    line-height: 30px;
}


/*top bar*/
.top-bar{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    min-width: 1200px;
    background: #fff;
}
.top-bar .top-bar-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar .logo-box{
    height: 150px;
    line-height: 150px;
    width: 435px;
}
.top-bar .logo-box img{
    width: 300px;
}
.top-bar .reach{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.top-bar .reach .reach-txt{
    font-size: 13px;
    color: #404040;
    height: 30px;
    line-height: 30px;
}
.reach-txt span{
    padding-right: 15px;
    cursor: pointer;
}
.reach-txt span.hover {
    color: #FF7950;
    font-weight: 700;
}
.reach .reach-box {
    background: #e0e0e0;
    width: 580px;
    height: 40px;
    position: relative;
}
.reach-box .r_soo {
    width: 492px;
    overflow: hidden;
    float: left;
}
.reach-box .reach-text {
    float: left;
    margin: 2px 0 2px 2px;
    width: 490px;
    height: 36px;
    line-height: 34px;
    border: none;
    background: #fff;
    text-indent: 10px;
    outline: none;
}
.reach-box .reach-btn{
    float: left;
    width: 88px;
    height: 40px;
    border: 0;
    color: #fff;
    background: #116CB0;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
}
.reach-box:hover, .reach-box:hover button{background:#FF7950;}

.top-bar .btn-order{
    margin-left:16px;
}
.top-bar .hea_bot{
    border: 0 none;
    border-radius: 4px;
    padding: 0 18px 0 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #FF7950 url(../images/icon.png) no-repeat 18px -153px;
    float: right;
    cursor: pointer;
}

/*nav menu*/
.nav_mun{width:100%;height:50px;line-height:50px;background:#116CB0;min-width:1200px;}
.nav_mun li{float:left; margin-right: 5px;position: relative;}
.nav_mun li a{padding:0 25px;color:#fff;display:block;font-size:16px;font-weight:700}
.nav_mun li a:hover{background:#FF7950}
.nav_mun li .hover{background:#FF7950}
.nav-classify {
    width:200px;
    float:left;
    margin-right:10px;
    color:#fff;
    background: #083658;
    font-weight:700;
    font-size:15px
}
.nav-classify .icon-classify {
    background: url(../images/index-icon.png) no-repeat right -125px;
    margin: 15px 8px 0 15px;
    float: left;
}
.cate-item:hover .cate-con {
    background:#dd2727
}
.cate-item:hover .cate-con a {
    color:#fff
}
.nav_mu{background: #fff;width:100%;height: 45px;line-height: 45px;min-width:1200px;box-shadow: inset  0 -13px 3px -11px rgba(0, 0, 0, 0.17);}


.icon-hot{position:absolute;top:5px;right:5px;width: 10px;height: 12px;background: url(../images/index-icon.png) no-repeat 2px -37px;z-index:5;-webkit-animation: 0.8s linear 0s normal none infinite iconFloat;animation: 0.8s linear 0s normal none infinite iconFloat;}
.icon-new{position:absolute;top:5px;right:5px;width: 10px;height:12px;background: url(../images/index-icon.png) no-repeat -80px -37px;z-index:5;-webkit-animation: 0.8s linear 0s normal none infinite iconFloat;animation: 0.8s linear 0s normal none infinite iconFloat;}

/* breadcrumb */
.breadcrumb{
    font-size: 14px;
    overflow: hidden;
    font-family: 宋体;
    color: #666;
    height:40px;
    line-height: 40px;
}
.breadcrumb a{
    padding:0 5px;
    color: #666;
}


/* footer */
.footer-box{
    width: 100%;
    background-color: #f5f5f5;
}
.footer-box .index-flag{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.footer-box .index-flag .li{
    line-height: 102px;
    font-size: 16px;
    color: #333;
    padding-left: 40px;
    position: relative;
    display: flex;
    align-items: center;
}
.footer-box .index-flag .li i{
    font-size:28px;
}
.footer-box .index-flag .li span{
    padding-left: 6px;
}
.footer-box .footer-link{
    padding: 27px 0;
}
.footer-box .flex-link-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.footer-box .flex-link-box .left{
    width: 160px;
    font-size: 14px;
}
.footer-box .flex-link-box .right{
    width: 1020px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
}
.footer-box .flex-link-box .right span{
    display: block;
}
.footer-box .flex-link-box .right span a{
    font-size: 12px;
    color: #a7a7a7;
}
.footer-box .flex-link-box .right span a:hover{
    color: #e22222
}
.footer-box .right-flex{
    width: 1020px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    column-gap: 20px;
}
.footer-box .right-flex .content{
    color: #a7a7a7;
    font-size: 12px;
    line-height: 22px;
}
.footer-box .right-flex .content1-down{
    height: 22px;
}
.footer-box .right-flex .links-box{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
}
.footer-box .right-flex .links-box a{
    color:  #a7a7a7;
}
.footer-box .right-flex .links-box a:hover{
    color: #e22222
}
.footer-box .footer-logo{
    width: 100%;
    background: #343434;
    color: #fff;
    padding: 25px;
}
.footer-box .footer-logo .footer-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-box .footer-logo .footer-tel {
    line-height: 38px !important;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.footer-box .footer-about a{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.footer-box .footer-about a:hover{
    color: #e22222;
}
.footer-box .footer-about{
    height: 28px;
}
.footer-box  .footer-about em {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    margin:0 17px;
}
.footer-logo .copyright {
    height: 30px;
    line-height: 30px;
}
.footer-logo .copyright em {
    float: left;
    color: #999 !important;
}
.footer-logo .copyright i {
    float: left;
    margin: 0 5px;
    font-style: normal;
    color: #999;
}
.footer-logo .copyright a {
    font-size:12px;
    float: left;
    color: #999 !important;
}
.footer-logo .copyright a .gn {
    float: left;
    width: 14px;
    height: 14px;
    margin: 7px 5px 0 0;
}
.footer-box .footer-r{
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-box .footer-r .footerCode img{
    width: 104px;
    height: 104px;
}
.footer-box .footer-r .footerCode p{
    font-size: 12px;
    text-align: center;
    margin-top:5px;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: right;
    margin: 20px 0;
}
.pagination li {
    margin: 0 5px;
}
.pagination li a,
.pagination li span {
    padding: 8px 16px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination li a:hover {
    background-color: #f1f1f1;
}

.pagination li.active span {
    background-color: #FF7950;
    color: white;
    border-color: #FF7950;
}

.pagination li.disabled span {
    color: #ccc;
    cursor: not-allowed;
}

/* scrollbar */
#awp_scrollbar {
    bottom: 100px;
    right: 5px;
    position: fixed;
    width: 62px;
    z-index: 7777;
}
#awp_scrollbar .awp_scrollbar_con {
    display: block;
}
#awp_scrollbar .awp_scrollbar_con li {
    height: 62px;
    margin: 0 0 5px;
    position: relative;
    width: 62px;
}
#awp_scrollbar .awp_scrollbar_con li a {
    background: rgba(0, 0, 0, 0) url("/static/store/images/lowerright.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 62px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 62px;
}
#awp_scrollbar .awp_scrollbar_con li .gotop {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: auto;
}
#awp_scrollbar .awp_scrollbar_con li .go {
    background: rgba(0, 0, 0, 0) url("/static/store/images/lowerright.png") no-repeat scroll 0 0 !important;
    cursor: pointer;
}
#awp_scrollbar .awp_scrollbar_con li .go:hover {
    background-position: -62px 0 !important;
}
#awp_scrollbar .awp_scrollbar_con li .goservice {
    background-position: 0 -62px;
}
#awp_scrollbar .awp_scrollbar_con li .goservice:hover {
    background-position: -62px -62px;
}
#awp_scrollbar .awp_scrollbar_con li .weixin {
    background-position: 0 -124px;
}
#awp_scrollbar .awp_scrollbar_con li .weixin:hover {
    background-position: -62px -124px;
}
#awp_scrollbar .awp_scrollbar_con li .applet {
    background-position: 0 -186px;
}
#awp_scrollbar .awp_scrollbar_con li .applet:hover {
    background-position: -62px -186px;
}
#awp_scrollbar .awp_scrollbar_con li .douyin {
    background-position: 0 -248px;
}
#awp_scrollbar .awp_scrollbar_con li .douyin:hover {
    background-position: -62px -248px;
}
#awp_scrollbar .awp_scrollbar_con li div {
    display: none;
    position: absolute;
}
#awp_scrollbar .awp_scrollbar_con li .lianxi {
    background-color: #E1EAF7;
    height: auto;
    min-height: 100px;
    left: -223px;
    top: -10px;
    width:  213px;
    overflow: hidden;
    border-radius: 5px;
    border:1px solid #E1EAF7;
    padding: 10px;
}
#awp_scrollbar .awp_scrollbar_con li .lianxi p {
    color: #045fb8;
    margin-top:5px;
}
#awp_scrollbar .awp_scrollbar_con li .weixinimg {
    background: rgba(0, 0, 0, 0) url("/static/store/images/s_wechat_bg.png") no-repeat scroll 0 0;
    height: 266px;
    left: -213px;
    top: -200px;
    width: 213px;
}
#awp_scrollbar .awp_scrollbar_con li .appletqr {
    background: rgba(0, 0, 0, 0) url("/static/store/images/s_applet_bg.png") no-repeat scroll 0 0;
    height: 252px;
    left: -210px;
    top: -190px;
    width: 210px;
}
#awp_scrollbar .awp_scrollbar_con li .douyin_bg {
    background: rgba(0, 0, 0, 0) url("/static/store/images/s_douyin_bg.png") no-repeat scroll 0 0;
    height: 252px;
    left: -210px;
    top: -190px;
    width: 210px;
}