﻿@charset "utf-8";



* {
    word-wrap: break-word
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0
}

ul,
ol,
dl {
    list-style-type: none
}

html,
body {
    *position: static
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
    font-size: 14px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

body {
    line-height: 2;
    background-color: #ffffff;
    min-width: 1300px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a,
area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #666666
}

a:hover {
    text-decoration: none;
    outline: none
}

a.ie6:hover {
    zoom: 1
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: none
}

:focus {
    outline: none
}

sub,
sup {
    vertical-align: baseline
}

b {
    font-weight: 400
}

/*img*/

img {
    border: 0;
    vertical-align: middle
}

a img,
img {
    -ms-interpolation-mode: bicubic
}

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

/*IE下a:hover 背景闪烁*/

html {
    overflow: -moz-scrollbars-vertical;

    zoom:expression(function(ele) {
            ele.style.zoom="1"; document.execCommand("BackgroundImageCache", false, true)
        }

        (this))
}



/*HTML5 reset*/

header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0
}

time {
    display: inline
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999999
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*

    Name:           style_clearfix

    Example:        class="clearfix|cl"

    Explain:        Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题

*/

.cl:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}



.w1400 {
    width: 1400px;
    margin: auto
}

.w1300 {
    width: 1300px;
    margin: auto
}

.w1200 {
    width: 1200px;
    margin: auto
}

.w1100 {
    width: 1100px;
    margin: auto
}

.w1000 {
    width: 1000px;
    margin: auto
}

.tran-all5 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.tran-all3 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}



.clear {
    height: 0;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0
}

.height10 {
    height: 10px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0
}

.height20 {
    height: 20px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0
}

.height50 {
    height: 50px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0
}

.height90 {
    height: 90px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0
}

.height100 {
    height: 100px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0
}

.ptb100 {
    padding: 100px 0;
}



.text-l {
    text-align: left
}

.text-r {
    text-align: right
}

.text-c {
    text-align: center
}

.va * {
    vertical-align: sub !important;
    *vertical-align: middle !important;
    _vertical-align: middle !important
}

.va-t {
    vertical-align: top !important
}

.va-m {
    vertical-align: middle !important
}

.va-b {
    vertical-align: bottom !important
}



.pos-r {
    position: relative
}

.pos-a {
    position: absolute
}

.pos-f {
    position: fixed
}



.f-l {
    float: left !important;
    _display: inline
}

.f-r {
    float: right !important;
    _display: inline
}



.left {
    left: 0;
    right: auto
}

.right {
    right: 0;
    left: auto
}

.top {
    top: auto;
    bottom: 0
}

.bottom {
    top: 0;
    bottom: auto
}



.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-hide {
    overflow: hidden;
}

.line {
    font-size: 0px;
    line-height: 0px;
    border-top: solid 1px #eeeeee;
    float: none
}



.bk-gray {
    border: solid 1px #eeeeee
}

.radius {
    border-radius: 5px;
    overflow: hidden
}

.round {
    border-radius: 1000px;
    overflow: hidden
}

.circle {
    border-radius: 50%;
    overflow: hidden
}



.box-shadow {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.text-shadow {
    -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}



.text-white {
    color: #ffffff;
}

.text-main {
    color: #f3990f
}

.bgw {
    background: #ffffff
}

.bgs {
    background: #f5f5f5;
}



sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}



.content {
    position: relative;
    font-size: 16px;
    overflow: hidden;
    text-align: left;
    line-height: 2
}

.content h3 {
    margin-top: 20px;
    font-size: 16px
}



.hide {
    display: none
}

[hidden] {
    display: none
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.f-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}



::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px
}

:-moz-placeholder {
    color: #999999;
    font-size: 14px
}

::-moz-placeholder {
    color: #999999;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #999999;
    font-size: 14px
}





/*head*/

.center-wrap {
    width: 100%;
    max-width: 1400px;
    min-width: 1300px;
    margin: auto;
}

.ml-nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: 90px;
    min-width: 1300px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.ml-logo {
    position: absolute;
    left: 20px;
    height: 90px
}

.ml-logo img {
    height: 44px;
    margin-top: 23px
}

.ml-right {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    width: 180px;
    height: 91px;
    text-align: center;
    background-color: #e62129
}

.ml-wechat {
    float: left;
    width: 90px;
    height: 90px;
    background: url(../imgs/wechat.png) no-repeat center;
    cursor: pointer;
    position: relative;
    z-index: 3
}

.ml-wechat .qr {
    display: none;
    position: absolute;
    top: 91px;
    right: 0;
    padding: 5px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.ml-wechat .qr img {
    width: 150px;
}

.ml-wechat:hover .qr {
    display: block
}

.ml-search {
    float: left;
    width: 90px;
    height: 90px;
    position: relative;
    z-index: 2
}

.ml-search .search_ico {
    display: block;
    width: 90px;
    height: 90px;
    background: url(../imgs/search.png) no-repeat center;
    cursor: pointer;
}

.ml-search .search_ico.closed {
    background: url(../imgs/close.png) no-repeat center
}

.search_box {
    position: absolute;
    width: 200px;
    height: 0;
    right: -10px;
    top: 91px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.search_box.opened {
    height: 50px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.search_box>form {
    display: block;
    width: 100%;
}

.search_box .vals {
    float: left;
    width: 130px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background: none;
    border: none;
}

.search_box .btns {
    float: right;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: none;
    border: none;
}

.search_box .btns i {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../imgs/search2.png) no-repeat center;
}





.ml-link {
    position: absolute;
    right: 250px;
    left: 180px;
    top: 0;
    height: 90px;
}

.ml-link .nav-ul {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

.ml-link .nav-ul>li {
    position: relative;
    /* flex: 1; */
    height: 90px;
    line-height: 90px;
    margin-left: 20px;
}

.ml-link .nav-ul>li>a {
    display: block;
    height: 90px;
    line-height: 90px;
    width: 100%;
    text-align: center;
    white-space: nowrap;

}

.ml-link .nav-ul>li.active:after {
    position: absolute;
    left: 15%;
    bottom: -1px;
    width: 70%;
    height: 3px;
    background-color: #e62129;
    border-top: 3px solid #fff000;
    border-bottom: 3px solid #332c2b;
    content: '';
}

.ml-link .nav-ul>li.current>a {
    color: #e62129
}





.nav-child {
    display: none;
    position: absolute;
    width: 160px;
    top: 100%;
    left: 50%;
    margin-left: -80px;
    z-index: 11;
}

.nav-child .sub li {
    position: relative;
    width: 100%;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
}

.nav-child .sub li a {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    text-align: center;
    font-size: 13px;
}

.nav-child .sub li:hover {
    background: #E62129;
}

.nav-child .sub li:hover a {
    color: #fff;
}







.nav-list {
    text-align: right;
    padding: 30px 0;
    padding-right: 28px;
    display: none
}

.nav-list .lis {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    text-align: center
}

.nav-list .lis .pic {
    width: 180px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden
}

.nav-list .lis .pic img {
    width: 180px;
    height: 120px;
}

.nav-list .lis .tit {
    margin-top: 15px;
    font-size: 13px;
    color: #666666;
}

.nav-list .lis:hover .tit {
    color: #e62129;
}



#fp-nav {
    left: auto;
    right: 30px !important
}

#fp-nav ul li {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    margin-top: 15px;
    position: relative;
}

#fp-nav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-decoration: none;
    padding: 2px;
    border-radius: 100%
}

#fp-nav ul li a span {
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #d1d1d1;
    position: absolute;
    z-index: 1;
    border: 0;
    border-radius: 100%
}

#fp-nav ul li a.active {
    padding: 0;
    border: 2px solid #e62129
}

#fp-nav ul li a.active span {
    background: #e62129
}



.section-title {
    position: absolute;
    z-index: 2;
    opacity: 0;
    right: 0;
    top: 50%;
    margin-top: -140px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    height: 22px;
    font-family: arial;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1
}

.section-title-w {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, .35)
}





/*foot*/

.footer-top {
    padding: 60px 0 25px;
    border-bottom: 1px solid #E8E8E8
}

.footer-logo {
    float: left;
}

.footer-logo img {
    height: 62px;
}

.footer-shop {
    float: right;
    margin-top: 22px;
}

.footer-shop a {
    float: left;
    margin-left: 50px;
    line-height: 36px;
    height: 45px;
    font-size: 18px;
    border-bottom: 1px solid #E8E8E8
}

.footer-shop a img {
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    width: 36px
}



.footer-lx {
    margin-top: 40px;
}

.footer-send {
    float: left;
    margin-top: 35px;
}

.footer-send p {
    font-size: 18px;
    color: #444444;
}

.footer-send input {
    margin-top: 30px;
    display: block;
    width: 520px;
    line-height: 30px;
    padding: 15px 0;
    border: 0;
    background: none;
    border-bottom: 1px solid #8a8a8a;
    font-size: 18px;
    color: #333;
}

.footer-qr {
    float: right;
}

.footer-qr .lis {
    float: left;
    margin-left: 25px;
}

.footer-qr .lis img {
    width: 140px;
}

.footer-qr .lis p {
    margin-top: 5px;
    text-align: center
}

.footer-nav {
    margin-top: 70px;
}

.footer-nav a {
    margin-right: 55px
}

.footer-nav a:hover {
    color: #e62129;
}

.copyright {
    border-top: 1px solid #E8E8E8;
    margin-top: 22px;
    padding: 20px 0;
    font-size: 13px
}

.copyright a {
    font-size: 13px
}



.footer-join {
    width: 100%;
    height: 306px;
    background: url(../imgs/about_12.jpg) no-repeat center center;
}

.footer-join .f-j-l {
    float: left;
    margin-top: 80px
}

.footer-join .f-j-l .tit {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2
}

.footer-join .f-j-l .txt {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
}

.footer-join .f-j-l .more {
    display: block;
    margin-top: 35px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    background-color: #e62129;
    border-radius: 40px
}

.footer-join .f-j-r {
    float: right;
    margin-top: 80px;
    padding: 45px 95px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 5px
}

.footer-join .f-j-r .lis {
    float: left;
    height: 66px;
}

.footer-join .f-j-r .lis .icon {
    display: block;
    float: left;
    position: relative;
    width: 73px;
    height: 66px;
    background: url(../imgs/about_11.jpg) no-repeat center center
}

.footer-join .f-j-r .lis .icon_1:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(../imgs/tel.png) no-repeat center center
}

.footer-join .f-j-r .lis .icon_2:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(../imgs/ads.png) no-repeat center center
}

.footer-join .f-j-r .lis span {
    display: block;
    margin-left: 95px;
    line-height: 30px;
    font-size: 18px;
    color: #040404;
}

.footer-join .f-j-r .lis p {
    display: block;
    margin-left: 95px;
    line-height: 33px;
    font-size: 14px;
    color: #878787;
}

.footer-join .f-j-r .lis strong {
    display: block;
    margin-left: 97px;
    line-height: 26px;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: bold
}