/* html {
  -webkit-filter: grayscale(100%);
  filter: progid:DXImageTransfrom.Microsoft.BasicImage(graysale=1);
} */
body {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
i {
    margin: 0;
}

.hide{
    display: block !important;
}

head,
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    min-width: 1024px;
}

input:focus::-webkit-contacts-auto-fill-button {
    opacity: 0;
}

a {
    text-decoration: none !important;
    color: #333;
}

input[type="text"],
button {
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*导航logo后面城市样式*/
.header-left {
    width: 130px;
}

.header-left .btn-group {
    float: right;
    margin-top: 15px;
    font-size: 15px;
}

.header-left .btn-group .btn-default {
    border: none;
}

.header-left .dropdown-menu {
    height: 400px;
    overflow-y: auto;
}

.header-main-right {
    /* width: 90px; */
    height: 100%;
    float: right;
    text-align: right;
    line-height: 60px;
    position: relative;
    font-size: 16px;
    margin-right: 10px;
}

.header-main-right strong {
    font-size: 15px;
    color: #e60012;
    line-height: 60px;
    margin-right: 7px;
    cursor: pointer;
    font-weight: 500;
}

.header-main-right strong img {
    width: 20px;
    height: 20px;
    margin-top: -6px;
}

.header-main-right>span {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.header-main-right>span:hover {
    color: #e14c46;
}

.header-main-right>span a:hover {
    color: #e14c46;
}

.header-main-right>span>a {
    color: #333;
    text-decoration: none;
}

.header-main-right>span::after {
    content: " ";
    width: 1px;
    height: 15px;
    background-color: #cccccc;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 5px;
}

.header-main-right>span:last-child::after {
    width: 0px;
}

/*导航logo后面城市样式*/
.yongyou-nav {
    width: 100%;
    min-width: 1024px;
    height: 60px;
    position: fixed;
    /**top: 30px;**/
    left: 0;
    background: #fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 999;
}

.yongyou-nav .container {
    max-width: 1440px;
    padding-right: 20px;
    /* padding-left: 20px; */
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.yongyou-nav .container .headers {
    position: relative;
    height: 60px;
    z-index: 8;
    display: flex;
    align-items: center;
}

.yongyou-nav .yongyou-logo .logo-pc-box {
    width: 50px;
    height: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.headers .header-left a {
    display: block;
    height: 100%;
    width: 50px;
    float: left;
}

.headers>nav {
    float: left;
    /* background: #fff; */
    margin-left: 50px;
    flex: 1;
}

.headers>button {
    background-image: linear-gradient(90deg, #d1201d 0%, #e13f27 100%);
    border-radius: 4px;
    border: 0;
    width: 80px;
    height: 30px;
    font-size: 14px;
    color: #fff;
}

.headers>button:hover {
    background-image: linear-gradient(90deg, #e13f27 0%, #e13f27 100%);
}

.menu {
    font-size: 12px;
    height: 60px;
    margin-bottom: 0;
}

.menu li {
    line-height: 60px;
    padding: 0 25px 0 0;
    -webkit-transition: line-height 0.4s;
    transition: line-height 0.4s;
}

.menu li {
    position: relative;
    /* padding: 0px 25px; */
    height: 100%;
    line-height: 70px;
}

.menu li a {
    padding: 0;
    color: #333;
    font-size: 15px;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

/* .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
} */

.menulist .stern ul {
    margin-top: 30px;
}

.menulist .stern {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1000;
    height: 100%;
    width: 200px;
    /* background-color: #ebebeb; */
    background-color: #fbf5f5;
    padding-left: 23px;
}

.menulist .stern strong {
    position: absolute;
    bottom: 15px;
    /* top: 80%; */
    /* display: inline-block; */
    font-size: 12px;
    color: #e60012;
    line-height: 20px;
    margin-right: 7px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 20px;
}

.menulist .stern strong span {
    display: block;
    text-align: right;
    white-space: nowrap;
}

.menulist .stern strong img {
    width: 13px;
    height: 13px;
    margin-top: -6px;
}

.menulist .stern h3 {
    /* margin-left: 23px; */
    margin-top: 30px;
}

.menulist .stern ul li a {
    color: #000000;
    font-size: 14px;
}

.menulist .stern ul li a:hover {
    color: #d80a14;
    text-decoration: underline !important;
    cursor: pointer;
}

.menulist .list {
    float: left;
    width: 760px;
}

.menulist .list {
    border-radius: 0 0 5px 5px;
    width: 100%;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
    display: none;
}

.menulist .container {
    width: 100%;
}

.container-twomenulist {
    width: 100%;
}

.container {
    width: 100%;
}

li.nav-up-selected .xiala-hui {
    display: none;
}

.menu .xiala-hui {
    display: inline-block;
}


.menu li.nav-up-selected {
    /* background: #D80A14; */
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.menu .xiala-hong {
    display: none;
}


.menu li.nav-up-selected {
    /* background: #D80A14; */
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

li.nav-up-selected .xiala-hong {
    display: inline-block;
}

.menu li.nav-up-selected a {
    color: #c13939;
}

.menulist {
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9;
    max-height: calc(100vh - 120px);
    max-height: -moz-calc(100vh - 120px);
    max-height: -moz-calc(100vh - 120px);
    max-height: 570px;
    position: relative;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
}

.menulist-left-ul {
    display: inline-block;
    height: 100%;
    /* width: 80px; */
    width: 135px;
    padding-left: 30px;
    vertical-align: top;
    /* position: relative; */
    position: absolute;
    background-color: #fbf5f5;
    /* min-height: 249px; */
}

.menulist-left-ul li {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
    margin: 18px 0 10px;
    padding-left: 5px;
    border-left: 3px solid transparent;
}

.menulist-left-ul li.active {
    color: #c13939;
    border-left: 3px solid #c13939;
}

.menulist-left-ul li:hover {
    cursor: pointer;
}

.menulist .list .main li a:hover {
    color: #d80a14;
    text-decoration: underline !important;
    cursor: pointer;
}

.menulist .list .main li a {
    font-size: 12px;
    color: #666;
}

.menulist .list .main li b {
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
}

.menulist .list .main li a,
.menulist .list .main li b {
    display: block;
    cursor: pointer;
}

.menulist .list .main li a {
    line-height: 2;
    font-size: 14px;
    padding: 0;
}

.menulist .list .main li .maincol6,
.menulist .list .main li .maincol4 {
    padding: 0;
}

a:focus,
a:hover {
    text-decoration: underline;
}

a:active,
a:hover {
    outline: 0;
}

.menulist .list .main .row {
    margin: 0 !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.menulist .list .main {
    /* display: inline-block; */
    width: 75%;
    /* width: 79%; */
    vertical-align: top;
}

.main {
    padding-top: 60px;
}

.menulist .list .main {
    position: relative;
    /* margin: 0px auto; */
    padding: 15px 10px 30px 10px;
    margin-left: 150px;
}

.container-twomenulist .main-right-ul>li:first-child {
    display: block;
}

.menulist .list .main li {
    text-align: left;
}

.container-twomenulist .main-right-ul>li {
    display: none;
}


.yongyou-nav .yongyou-logo {
    line-height: 60px;
}

.menu li a img {
    width: 12px;
    height: 7px;
    margin-left: 2px;
}


.index-banner-one-slide-pc img {
    width: 100%;
    height: 100%;
}

.down {
    position: fixed;
    top: -88px;
    left: 0;
    box-shadow: 0 0 5px #666;
}

.up {
    top: -88px;
    left: 0;
    box-shadow: 0 0 5px #666;
    position: fixed;
    -webkit-transform: translateY(88px);
    -moz-transform: translateY(88px);
    -ms-transform: translateY(88px);
    -o-transform: translateY(88px);
    transform: translateY(88px);
    -webkit-transition: -webkit-transform 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    transition: transform 0.3s linear;
}


/* 热门产品 */
.product-hot-nav .row_f,
.product-hot-nav .row_s {
    display: flex;
    justify-content: space-between;
}

.product-hot-nav .row_f div {
    width: 199px;
    height: 110px;
    padding-top: 16px;
}

.product-hot-nav .row_f a div span {
    font-size: 16px;
    color: #ffffff;
    margin-left: 24px;
    font-weight: bold;
}

.product-hot-nav .row_f div>p {
    font-size: 12px;
    color: #ffffff;
    margin-left: 24px;
}

.product-hot-nav .row_f div:hover {
    opacity: 80%;
}

.product-hot-nav .row_s div {
    width: 265px;
    height: 80px;
    padding-top: 10px;
    padding-right: 20px;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
}

.product-hot-nav .row_s div a p {
    font-size: 14px;
    color: #000000;
    margin-left: 84px;
}

.product-hot-nav .row_s div>span {
    margin-left: 84px;
}

.product-hot-nav .row_s div>p {
    font-size: 12px;
    color: #666666;
    margin-left: 84px;
    line-height: 15px;
}

.product-hot-nav .row_s div:hover {
    border: 1px solid #e50010;
    border-radius: 4px;
}

.product-hot-nav .row_s div a p:hover {
    color: #e50010;
}

.product-hot-nav div>a:hover {
    text-decoration: line-through !important;
}

.logo-web-box {
    display: none;
}


/* 底部样式================= */
.footer .container {
    padding: 40px 80px;
}

.footer {
    background: #242424;
    width: 100%;
    font-size: 14px;
    max-width: 1440px;
    margin: 0 auto;
}

.footer .footer-right {
    float: left;
    padding-left: 20px;
}

.footer .footer-right {
    float: right;
}

.footer .footer-right ul,
.footer .footer-right ul {
    float: left;
    line-height: 25px;
    font-size: 16px;
}

.footer .footer-right {
    width: 75%;
}

.footer .footer-right ul {
    width: 16%;
}

.footer .footer-right ul li {
    font-size: 16px;
}

.footer .footer-right span {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 18px;
}

.footer .footer-right a:hover {
    color: #ff4236;
}

.footer .footer-right a,
.footer .footer-right .bai {
    color: #eaeaea;
    font-size: 13px;
}

.footer .footer-right span {
    color: #fff;
}

.footer .footer-right .tel {
    font-size: 20px;
    font-weight: bold;
}

.footer .footer-right .footerUl {
    float: right;
    margin: 0;
}

.footer .footer-right .footerUl li {
    width: 120px;
    height: 120px;
}

.footer .footer-right .footerUl li img {
    width: 100%;
    height: 100%;
}

.footer .footer-bottom {
    background: #333333;
    height: 60px;
    font-size: 13px;
}

.footer-bottom .container {
    padding: 0 0 0 6%;
}

.footer-bottom .container ul {
    margin: 0;
    display: inline-block;
    line-height: 57px;
}

.footer-bottom .container ul li {
    float: left;
}

.footer .footer-bottom ul li span {
    margin: 0px 5px;
    color: #666;
}

.footer-bottom .container ul li a:link,
.footer-bottom .container ul li a:visited {
    color: #878787;
}

.footer-bottom .container ul li a {
    font-size: 13px;
}

.footer .footer-bottom .fr {
    float: right;
    overflow: hidden;
    color: #666;
    line-height: 57px;
}

.footer .container .footer-top {
    /* overflow: hidden; */
}

.footer .container .footer-top .footer-one-cont {
    float: left;
    border-right: 1px solid #b3b3b3;
    padding-right: 40px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .find a {
    color: #cacaca;
    text-decoration: underline !important;
}

.footer .container .footer-top .footer-one-cont .footerTwo .f_logo img {
    width: 100%;
}

.footer .container .footer-top .footer-one-cont .footerTwo .f_logo {
    width: 49px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .phone {
    font-size: 16px;
    color: #ffffff;
    margin-top: 13px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .address {
    margin-top: 13px;
    color: #A5A5A5;
}

.footer .container .footer-top .footer-one-cont .footerTwo .web_s {
    color: #A5A5A5;
}

.footer .container .footer-top .footer-one-cont .footerTwo .icon {
    margin-top: 8px;
    position: relative;
}

.footer .container .footer-top .footer-one-cont .footerTwo .icon .microblogqrcode {
    width: 150px;
    position: absolute;
    display: none;
    z-index: 5;
}

.footer .container .footer-top .footer-one-cont .footerTwo .icon .microblogqrcode img {
    width: 85%;
    height: 120px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .icon .WeChatqrcode {
    width: 150px;
    position: absolute;
    display: none;
    z-index: 5;
}

.footer .container .footer-top .footer-one-cont .footerTwo .icon .WeChatqrcode img {
    width: 85%;
    height: 120px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .icon img {
    margin-right: 18px;
    width: 30px;
}

.footer .footer-bottom .copyright {
    color: #878787;
    line-height: 57px;
    font-size: 12px;
}

.footer .footer-bottom .fl {
    float: left;
}

.navbar-toggle {
    display: none;
}

.index-banner-one-slide-web {
    display: none;
}


#doc-oc .am-list>li>a:hover {
    color: royalblue;
}

#doc-oc .am-list>li>a {
    color: #fff;
}

#doc-oc .am-list>li {
    background-color: #333;
}

/* .am-panel-group .am-panel{
    display: none;
} */
.am-panel-group .am-panel+.am-panel {
    margin: 0 !important;
}

.am-panel-default>.am-panel-hd {
    background-color: #424242 !important;
    border-bottom: 1px solid #666666;
}

.am-panel-group {
    margin: 0 !important;
}


body .am-panel-group .am-panel {
    border: 0;
}

body .am-panel-default>.am-panel-hd {
    position: relative;
}

body .am-panel-default>.am-panel-hd span img {
    width: 5vw;
}

body .am-panel-default>.am-panel-hd span {
    position: absolute;
    right: 5vw;
    bottom: 50%;
    transform: translate(0, 50%);
}

body .am-panel-title {
    color: #ffffff;
    line-height: 6vh;
}

body .am-panel-group .am-panel-hd+.am-panel-collapse .am-panel-bd {
    background-color: #666;
}

.w_x_icon:hover {
    opacity: 0.8;
}


.footer .container .footer-top .footer-one-cont .footerTwo .kg {
    height: 15px;
}


@media screen and (max-width: 770px) {
    .footer .container .footer-top .footer-one-cont .footerTwo .kg {
        height: 0 !important;
        width: 100%;
    }

    body {
        min-width: auto;
    }

    .index-banner-one-slide-pc {
        display: none;
    }

    .index-banner-one-slide-web {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .index-banner-one-slide-web img {
        width: 100%;
    }

    .index-banner-one {
        height: auto !important;
    }

    .main {
        margin-top: 0;
        padding-top: 0;
    }

    .top_web .yongyou-logo {
        display: inline-block;
        width: 13%;
    }

    .top_web {
        margin-top: 0;
        padding: 1vh 4vw;
        width: 100%;
        justify-content: space-between;
    }

    .am-icon-bars:before {
        color: red;
    }

    .top_web button .am-icon-bars {
        font-size: 6vw;
    }

    .top_web button {
        border: 0;
        float: right;
        background-color: transparent;
    }

    .footer .container {
        padding: 0;
    }

    .footer .container .footer-top {
        display: flex;
        flex-wrap: wrap;
    }

    #accordion {
        display: block;
    }

    .footer .container .am-panel-group {
        width: 100%;
    }

    .footer .container .footer-top .footer-one-cont {
        border: 0;
        padding: 0;
        width: 100%;
        padding: 5vw;
        height: 30vh;
    }

    .footer .container .footer-top .footer-one-cont .footerTwo li {
        float: left;
        font-size: 3.5vw;
        margin-left: 0 4vw;
    }

    .footer .container .footer-top .footer-one-cont .footerTwo .phone br {
        display: none;
    }

    .footer .container .footer-top .footer-one-cont .footerTwo .phone {
        margin: 0;
        width: 100%;
        padding-left: 0vw;
        /* font-size: 4vw; */
    }

    .footer .container .footer-top .footer-one-cont .footerTwo .f_logo {
        width: 11vw;
    }

    .footer .container .footer-top .footer-one-cont .footerTwo {
        position: relative;
    }

    .footer .container .footer-top .footer-one-cont .footerTwo .icon {
        position: absolute;
        right: -5px;
        bottom: -12vh;
    }

    .leftmenu {
        display: none !important;
        margin: 0;
    }

    .footer-bottom .index-banner-one-slide-web ul li a {
        color: #646464;
    }

    .footer-bottom .index-banner-one-slide-web ul li {
        color: #646464;
        width: 100%;
        background: #333333;
    }

    .footer-bottom .index-banner-one-slide-web ul {
        display: flex;
        width: 100%;
        font-size: 2vw;
        margin: 0;
        flex-wrap: wrap;
        text-align: center;
    }

    .footer .footer-bottom {
        height: 11vh;
    }

    .footer .container .footer-top .footer-one-cont .footerTwo .web_s {
        width: 100%;
        padding-left: 0vw;
    }

    .footer .container .footer-top .footer-one-cont .footerTwo .icon .microblogqrcode img {
        height: auto;
    }

    .footer .container .footer-top .footer-one-cont .footerTwo .icon .microblogqrcode {
        width: 20vw;
    }

    .footer .container .footer-top .footer-one-cont .footerTwo .icon .WeChatqrcode {
        width: 20vw;
    }

    .footer .container .footer-top .footer-one-cont .footerTwo .icon .WeChatqrcode img {
        height: auto;
    }

}

@media (min-width: 992px) {
    .col-md-2 {
        width: 15.66666667%;
    }
}