@charset "UTF-8";
body {
    color: #2b3242;
    overflow-x: hidden;
}

::selection {color:#fff;background:#07C160;}
::-moz-selection {color:#fff;background:#07C160;}
::-webkit-selection {color:#fff;background:#07C160;}

::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius: 10px;*/
    background-color: #FFFFFF;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    /*border-radius: 10px;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #555;
}

a {
    /* color: #0D6ECF; */
    color: #000000;
}

a:hover {
    color: #07C160;
}

.am-alert {
    margin-bottom: 0;
}

.m-hd ul,
.m-header-banner ul {
    padding: 0;
}
.m-hd ul li,
.m-header-banner ul li {
    list-style-type: none;
}

a,
a:hover,
.m-partner li img,
.m-partner li img:hover,
.m-contact-infobox,
.m-contact-infobox:hover,
.m-footer .ico i,
.m-footer .ico i:hover,
.m-service-page .ico ul li span,
.m-service-page .ico ul li span:hover,
.m-hd .am-sticky,
.m-service-list li:hover {
    -webkit-filter: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

[class*=am-u-] + [class*=am-u-]:last-child {
    float: left;
}

.m-images-container section img,
.m-news-container section img {
    max-width: 100%;
    height: auto;
}

.am-container {
    max-width: 1576px;
}

.am-g-fixed {
    max-width: 1576px;
}

.am-badge-gray {
    background-color: #ECECEC
}

/* 头部 */
.m-hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 130px;
    padding: 25px 0 0 0;
}
.m-hd ul {
    margin: 0;
}
.m-hd ul li {
    list-style-type: none;
}
.m-hd .am-container {
    position: relative;
}
.m-hd .am-sticky {
    background: #FFFFFF;
    padding: 15px 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.98;
    /* 滚动后加了个描边，防止导航底色和内容底色一样白 */
    box-shadow: 0 1px 0 0 #F5F5F7;
}
.m-hd .am-header a {
    color: #fff;
}
.m-hd .m-nav a {
    color: #000;
}

.m-hd .m-nav a:hover {
    background: #07C16000;
    border-bottom: 2px solid #222222;
    /* border-radius: 2px; */
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.am-dropdown:hover .border-bottom-hover{
    border-bottom: 2px solid #222222;
}

.min-nav a:hover {
    background: #07C160;
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.m-hd .am-nav > li.am-active > a, .m-hd .am-nav > li.am-active > a:focus, .m-hd .am-nav > li.am-active > a:hover {
    color: #fff;
    background-color: #07C160;
    cursor: default;
}
.m-hd .am-dropdown-content {
    background: #07C160;
    border: none;
}
.m-hd .am-dropdown-content > li > a:hover {
    color: #fff;
}
.m-hd .am-dropdown-content:after, .m-hd .am-dropdown-content:before {
    border: 8px dashed #07C160;
}
.m-hd .am-dropdown-content > .am-active > a,
.m-hd .am-dropdown-content > .am-active > a:focus,
.m-hd .am-dropdown-content > .am-active > a:hover {
    background-color: #13C161;
}

.m-logo {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 36px;
    width: 252px;
    color: #fff;
    text-indent: -9999px;
    background: url('../img/new/02.png') no-repeat left center;
    -webkit-background: url('../img/new/02.png') no-repeat left center;
    -moz-background: url('../img/new/02.png') no-repeat left center;
    -ms-background: url('../img/new/02.png') no-repeat left center;
    -o-background: url('../img/new/02.png') no-repeat left center;
    background-size: 220px 42px;
    -webkit-background-size: 220px 42px;
    -moz-background-size: 220px 42px;
    -ms-background-size: 220px 42px;
    -o-background-size: 220px 42px;
    margin-right: 0px;
    margin-left: 10px;
    z-index: 9999 !important;
    position: relative;
    cursor: pointer;

}

.min-logo {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 36px;
    width: 252px;
    color: #fff;
    text-indent: -9999px;
    background: url('../img/new/02.png') no-repeat left center;
    -webkit-background: url('../img/new/02.png') no-repeat left center;
    -moz-background: url('../img/new/02.png') no-repeat left center;
    -ms-background: url('../img/new/02.png') no-repeat left center;
    -o-background: url('../img/new/02.png') no-repeat left center;
    background-size:  220px 42px;
    -webkit-background-size:  220px 42px;
    -moz-background-size:  220px 42px;
    -ms-background-size:  220px 42px;
    -o-background-size:  220px 42px;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
}

.m-about li {
    float: left;
    margin-left: 5px;
}

#r-nav .am-offcanvas-bar {
    width: 200px;
}
#r-nav .logo {
    margin-bottom: 20px;
}
#r-nav p {
    border-bottom: 1px solid #4F4F4F;
    padding-bottom: 20px;
}

/* 头部大banner */
.m-header-banner {
    /* height: 420px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 260px;
    color: #fff;
}
.m-header-banner h2 {
    font-size: 50px;
    margin: 0;
    font-weight: 100;
}
.m-header-banner p {
    font-size: 20px;
}
.m-header-banner nav {
    display: inline-block;
}
.m-header-banner nav li {
    float: left;
    margin-right: 10px;
    font-size: 12px;
}
.m-header-banner nav li a {
    color: #fff;
}
.m-header-banner nav li.am-active a {
    font-weight: bold;
}

.m-header-1 {
    height: 110px;
    padding-top: 125px;
    background: #FFFFFF;
}

.m-list-header {
    height: 550px;
}

.m-list-join {
    height: 450px;
}

.download-lg-text{
    display: inherit;
}
.download-md-text{
    display: none;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .m-header-banner {
        height: 420px;
        padding-top: 240px;
    }
    .m-header-banner h2 {
        font-size: 46px;
        margin: 0;
    }
    .m-header-banner p {
        font-size: 20px;
        padding: 0;
        width: 70%;
    }

    .m-header-1 {
        height: 110px;
        padding-top: 125px;
    }
    .download-lg-text{
        display: none;
    }
    .download-md-text{
        display: inherit;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .m-hd .am-nav > li > a {
        position: relative;
        display: block;
        padding: 0.4em;
        font-size: 14px;
    }
    .m-hd .m-about li {
        float: left;
        margin-left: 5px;
        font-size: 14px;
    }
    .m-hd .am-btn {
        padding: 0.5em 0.4em;
    }

    .m-header-banner {
        height: 420px;
        padding-top: 220px;
        text-align: center;
    }
    .m-header-banner h2 {
        font-size: 30px;
        margin: 0;
    }
    .m-header-banner p {
        font-size: 20px;
        padding: 0;
        margin: 30px 0 15px 0;
    }

    .m-header-1 {
        height: 110px;
        padding-top: 125px;
        text-align: left;
    }
    .sub-menu .menu-item a{
        font-size: 14px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-hd {
        height: 50px;
        padding: 0;
    }
    .m-hd .am-nav > li > a {
        position: relative;
        display: block;
        padding: 0.4em;
        font-size: 14px;
    }
    .m-hd .m-about {
        display: none;
    }
    .m-hd .m-about li {
        float: left;
        margin-left: 5px;
        font-size: 14px;
    }
    .m-hd .am-btn {
        padding: 0.5em 0.4em;
    }

    .m-header-banner {
        height: 380px;
        padding-top: 120px;
        text-align: center;
    }
    .m-header-banner h2 {
        font-size: 30px;
        margin: 0;
    }
    .m-header-banner p {
        font-size: 18px;
        padding: 0;
        margin: 20px 0 15px 0;
    }

    .m-header-1 {
        height: 10px;
        padding-top: 5px;
        text-align: left;
    }

    .phone-banner{
        height: 200px !important;
        overflow: hidden;
    }
    .phone-banner-height{
        height: 160px !important;
        overflow: hidden;
    }
    .am-nav>li+li {
        margin-top: 5px;
        padding: 0 0 0 0 !important;
    }
}
@media screen and (min-width: 641px) and (max-width: 767px) {
    .m-hd {
        height: 50px;
        padding: 10px 0 0 0;
    }
    .m-hd .am-nav > li > a {
        position: relative;
        display: block;
        padding: 0.4em;
        font-size: 14px;
    }
    .m-hd .m-about li {
        float: left;
        margin-left: 5px;
        font-size: 14px;
    }
    .m-hd .am-btn {
        padding: 0.5em 0.4em;
    }

    .m-header-banner {
        height: 420px;
        padding-top: 220px;
        text-align: center;
    }
    .m-header-banner h2 {
        font-size: 30px;
        margin: 0;
    }
    .m-header-banner p {
        font-size: 20px;
        padding: 0;
        margin: 30px 0 15px 0;
    }

    .m-header-1 {
        height: 95px;
        padding-top: 125px;
        text-align: left;
    }
    .sub-menu .menu-item a{
        font-size: 14px;
    }
}
@media screen and (max-width: 479px) {
    .m-hd {
        height: 50px;
        padding: 0;
    }

    .m-header-banner {
        height: 380px;
        padding-top: 80px;
        text-align: center;
    }
    .m-header-banner h2 {
        font-size: 30px;
        margin: 0;
    }
    .m-header-banner p {
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    .m-header-1 {
        height: 20px;
        padding-top: 75px;
        text-align: left;
    }
    .phone-banner{
        height: 200px !important;
        overflow: hidden;
    }
    .phone-banner-height{
        height: 160px !important;
        overflow: hidden;
    }

    .phone-top-banner{
        height: 220px;
    }

    .phone-link-margin-top{
        margin-top: 30px !important;
    }

    .am-nav>li+li {
        margin-top: 5px;
        padding: 0 0 0 0 !important;
    }

}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .m-logo {
        background: url('../images/logo@2x.png');
        -webkit-background-size: 125px 40px;
        background-size: 125px 40px;
        background-repeat: no-repeat;
    }
}
.am-btn-danger {
    background: #d22e3e;
    border: 1px solid #d22e3e;
}
.am-btn-danger:hover {
    background: #07C160;
    border: 1px solid #07C160;
}

.m-home-box {
    padding-bottom: 50px;
}
.m-home-box h2 {
    margin: 40px 0 0 0;
}
.m-home-box p {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #C6C6C6;
}
.m-home-box h4 {
    margin: 8px 0 20px 0;
    font-size: 15px;
    color: #464749;
}

.m-home-box ul h2 {
    padding: 0;
    margin: 0;
}



.m-home-black {
    padding-bottom: 50px;
}
.m-home-black h2 {
    margin: 40px 0 0 0;
}
.m-home-black p {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #969696;
}
.m-home-black h4 {
    margin: 8px 0 20px 0;
    font-size: 15px;
    color: #464749;
}


.m-home-black ul h2 {
    padding: 0;
    margin: 0;
}




.m-mn-box {
    position: relative;
    background-color: #fff;
    margin-bottom: 60px;
}
.m-mn-box-join {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
}
.m-mn-box section h2 {
    margin: 0;
    padding: 0;
}
.m-mn-box section h3 {
    margin: 20px 0 10px 0;
    padding: 0;
}
.m-mn-box section p {
    margin-top: 0;
}

.m-container {
    margin: 0 0 60px 0;
}

/*
 *首页幻灯片
*/


.banner-pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    z-index: 99999;
}


.am-slider-i2 .am-slider-images {
    height: 420px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.am-slider-i2 .am-slider-desc {
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    color: #fff;
    text-align: center;
}
/*.am-slider-i2 .am-slider-content h2 {
  font-size: 40px;
  margin: 0;
  padding: 0;
}
.am-slider-i2 .am-slider-content p {
  margin: 0;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 30px;
}*/
.am-slider-i2 .am-slider-title {
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.am-slider-i2 .am-slider-en {
    font-size: 12px;
}
.am-slider-i2 .am-btn {
    margin-top: 20px;
    margin-right: 10px;
}
.am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
    display: none;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .am-slider-i2 .am-slider-images {
        height: 360px;
    }
    .am-slider-i2 .am-slider-desc {
        top: 40%;
    }
    .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .am-slider-i2 .am-slider-images {
        height: 360px;
    }
    .am-slider-i2 .am-slider-desc {
        top: 200px;
    }
    .am-slider-i2 .am-slider-content h2 {
        font-size: 40px;
    }
    .am-slider-i2 .am-slider-content p {
        font-size: 24px;
    }
    .am-slider-i2 .am-btn {
        margin-top: 10px;
    }
    .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .am-slider-i2 .am-slider-images {
        height: 220px;
    }
    .am-slider-i2 .am-slider-desc {
        text-align: center;
        top: 35%;
    }
    .am-slider-i2 .am-slider-content h2 {
        font-size: 20px;
    }
    .am-slider-i2 .am-slider-content p {
        font-size: 14px;
    }
    .am-slider-i2 .am-btn {
        margin-top: 10px;
    }
    .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .am-slider-i2 .am-slider-images {
        height: 220px;
    }
    .am-slider-i2 .am-slider-desc {
        text-align: center;
        top: 110px;
    }
    .am-slider-i2 .am-slider-content h2 {
        font-size: 20px;
    }
    .am-slider-i2 .am-slider-content p {
        font-size: 14px;
    }
    .am-slider-i2 .am-btn {
        margin-top: 10px;
    }
    .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
        display: none;
    }
}
.m-case-list li {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.m-case-list li figure {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
}
.m-case-list li figure img {
    position: relative;
    display: block;
}
.m-case-list li figure figcaption {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 50px;
}
.m-case-list li figure figcaption::before, .m-case-list li figure figcaption::after {
    pointer-events: none;
}
.m-case-list li figure figcaption, .m-case-list li figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.m-case-list li figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.m-case-list li figure h3 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.m-case-list li figure h3 span {
    font-weight: 800;
}
.m-case-list li figure h3{
    margin: 40px 0 0 0;
    text-shadow: 2px 2px 5px #464749;
}
.m-case-list li figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 68.5%;
}








.m-case-big{
    z-index: 9999;
    background: #fff;
}

.m-case-big li {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.m-case-big li figure {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    /*display: inline-block;*/
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
}
.m-case-big li figure img {
    position: relative;
    display: block;
}
.m-case-big li figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 100px;
}
.m-case-big li figure figcaption::before, .m-case-big li figure figcaption::after {
    pointer-events: none;
}
.m-case-big li figure figcaption, .m-case-big li figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.m-case-big li figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.m-case-big li figure h3 {
    word-spacing: -0.15em;
    font-weight: bold;
}
.m-case-big li figure h3 span {
    font-weight: 800;
}
.m-case-big li figure h3{
    margin: 40px 0 0 0;
    text-shadow: 2px 2px 5px #464749;
}
.m-case-big li figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 68.5%;
}


.icon-bg{
    position: relative;
    background: #F0F0F0
}
.go-bg{
    position: relative;
    background: #ADADAD
}







figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    background: url('../images/loading.gif') 50% 50% no-repeat;
}
figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    text-align: left;
}
figure.effect-lily h3, figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
figure.effect-lily h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-lily p {
    color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img, figure.effect-lily:hover p {
    opacity: 1;
}
figure.effect-lily:hover img, figure.effect-lily:hover h3, figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
}
figure.effect-lily:hover img {
    opacity: .4;
}
figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.m-cat-nav {
    border-bottom: 1px solid #E9E9E9;
    /* margin-bottom: 20px; */
}
.m-cat-nav ul li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
    padding-top: 20px;
}
.m-cat-nav ul li.am-active a {
    color: #dd514c;
}
.m-cat-nav p {
    font-size: 12px;
    margin-bottom: 60px;
}

/* 联系我们 */
.m-contact {
    background: url('../images/banner.jpg') 50% 0 no-repeat fixed;
    padding: 30px 0 50px 0;
    color: #fff;
}
.m-contact p {
    color: #fff;
}

.m-contact-us {
    padding: 30px 0 0 0;
}
.m-contact-us span {
    padding-top: 10px;
}
.m-contact-us .am-btn {
    width: 100%;
}

.m-contact-infobox {
    border: 1px solid #D8D8D8;
    background: #fff;
    border-radius: 5px;
    padding: 40px 0;
    text-align: center;
}
.m-contact-infobox:hover {
    border: 1px solid #0d121b;
    background: #1a1f2a;
    color: #fff;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-contact-us {
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    .m-contact-us {
        text-align: center;
    }
}
/* 图片模块 */
.m-images-container {
    margin-top: -30px;
    border-radius: 3px;
}
.m-images-container section {
    padding: 30px;
}
.m-images-container section p {
    margin-bottom: 2rem;
}

.m-images-show {
    height: 400px;
    padding-top: 150px;
    /*background: #1a1f2a;*/
    background: url(../images/home-bg.jpg);
}
.m-images-show hgroup h1 {
    font-size: 58px;
    line-height: 68px;
    font-weight: normal;
    margin-bottom: 30px;
}
.m-images-show hgroup p {
    width: 100%;
    font-size: 26px;
    margin: 0;
}
.m-images-show hgroup ul {
    margin: 0;
    font-size: 14px;
    display: inline-block;
}
.m-images-show hgroup ul li {
    float: left;
    margin-right: 5px;
    padding-bottom: 30px;
}
.m-images-show .am-animation-fade {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .m-images-show {
        height: 400px;
        padding-top: 15 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .m-images-show {
        height: 300px;
        padding-top: 130px;
    }
    .m-images-show hgroup h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .m-images-show hgroup p {
        width: 100%;
        font-size: 16px;
        margin: 0;
    }
    .m-images-show hgroup ul {
        margin: 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-images-show {
        height: 300px;
        padding-top: 110px;
    }
    .m-images-show hgroup h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .m-images-show hgroup p {
        width: 100%;
        font-size: 14px;
        margin: 0;
    }
    .m-images-show hgroup ul {
        margin: 0;
        font-size: 12px;
    }
}
@media screen and (max-width: 479px) {
    .m-images-show {
        height: 200px;
        padding-top: 70px;
        text-align: center;
    }
    .m-images-show hgroup h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .m-images-show hgroup p {
        width: 100%;
        font-size: 14px;
        margin: 0;
    }
    .m-images-show hgroup ul {
        margin: 0;
        font-size: 12px;
    }
}
/* 文章模块 */
.m-news article {
    margin-bottom: 80px;
    position: relative;
}
.m-news h3 {
    font-size: 28px;
}

.m-news-date {
    font-family: arial;
    color: #999;
    border-right: 1px solid #e9e9e9;
}
.m-news-date span {
    display: block;
    font-size: 40px;
    color: #333;
}

.m-news-data {
    padding-bottom: 30px;
}
.m-news-data span {
    color: #aaa;
    margin-right: 20px;
}

.m-news-desc {
    color: #2b3242;
    height: 100px;
    overflow: hidden;
}

.m-news-container {
    margin-top: 60px;
    margin-bottom: 60px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.m-news-container header {
    background: #1a1f2a;
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 20px;
}
.m-news-container header a {
    color: #fff;
}
.m-news-container header span {
    margin-right: 10px;
}
.m-news-container section {
    padding: 40px 20px 20px;
}
.m-news-container section .com a {
    color: #dd514c;
}

/* 服务内容 */
.m-services {
    /*background: #1a1f2a;*/
    background: #fff;
    padding: 10px 0 40px 0;
    color: #000;
}

.m-service-container {
    margin: 0 0 60px 0;
}
.m-service-container .am-pagination {
    margin-top: 20px;
}
.m-service-container .am-pagination .am-active a {
    background: #DD514E;
    border-color: #dd514c;
}

.m-service-list li {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #fff;
}
.m-service-list li:hover {
    background: #13C161;
    border: 1px solid #13C161;
    border-left: 10px solid #0f9a4b;
    color: #fff;
    margin-bottom: 30px;
}

.m-service-list-icon {
    font-size: 50px;
    text-align: center;
}

/** 网站欣赏列表 **/
.m-web-list figure {
    background: #fff;
}
.m-web-list figure h3 {
    margin: 0;
}
.m-web-list figure figcaption {
    padding: 10px;
}

.m-list article {
    margin-bottom: 60px;
}

/** 相关网站 **/
.m-web-relevantdesc {
    font-size: 12px;
    height: 40px;
    overflow: hidden;
}

/* tag */
.m-item {
    margin-top: 60px;
}
.m-item article .thumbnail {
    height: 200px;
    overflow: hidden;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-contact-us {
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    .m-contact-us {
        text-align: center;
    }
}
/* 协助伙伴 */
.m-partner li img {
    /* border: 1px solid #E6E6E6; */
    /* border-radius: 6px; */
    /* -webkit-filter: grayscale(1); */
}
.m-partner li img:hover {
    /* border: 1px solid #000000; */
    /* transform: scale(1.02) */
}
.m-partner p {
    margin: 0 0 30px 0;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-contact-us {
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    .m-contact-us {
        text-align: center;
    }
}
/*返回顶部*/
.m-top-cbbfixed {
    position: fixed;
    right: 10px;
    transition: bottom ease .3s;
    bottom: -85px;
    z-index: 3;
    cursor: pointer;
}

.m-top-cbbtn {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #07C160;
    border-radius: 6px;
}

.m-top-go {
    transition: background-color ease .3s;
    margin-top: 1px;
}
.m-top-go:hover {
    background-color: #07C160;
}

.m-top-goicon {
    float: left;
    margin: 14px 0 0 9px;
    width: 23px;
    height: 12px;
    background: url('../images/side-icon02.png');
}

.m-top-weixin {
    background: #333;
}
.m-top-weixin div {
    background: url('../images/weixin2.png');
    width: 194px;
    height: 199px;
    position: absolute;
    left: -194px;
    top: -115px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none\0;
    *display: none;
}
.m-top-weixin:hover div {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}

.m-top-weixin-icon {
    float: left;
    margin: 12px 0 0 11px;
    width: 18px;
    height: 18px;
    background: url('../images/side-icon01.png');
}

/* 网站底部 */
.m-footer {
    background: #FFFFFF;
    padding: 0px 0 0 0;
    color: #B7B7B7;
    font-size: 14px;
}
.m-footer a {
    color: #555d6d;
}
.m-footer a:hover {
    color: #13C161;
}
.m-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.m-footer section h2 {
    font-size: 16px;
    margin-bottom: 20px;
}
.m-footer i {
    margin-left: 10px;
}

.m-footer-container{
    padding-bottom: 10px;
}
.m-footer-container h2{
    color: #fff;
}
.m-footer-container a{
    color: #555d6d;
}

.m-footer-flink {
    padding-bottom: 10px;
}
.m-footer-flink h2{
    color: #fff;
}
.m-footer-flink a{
    color: #C6C6C6;
}
.m-footer-subnav a,
.m-footer-flink a {
    margin-right: 10px;
}

.m-footer-bottom {
    font-size: 12px;
    padding: 0 0 30px 0;
    color: #C6C6C6;
}

.m-footer-bottom a{
    color: #C6C6C6;
}

.video-bg {
    z-index: -1;
    width: 100vw;
    overflow: hidden;
}

.bg-grid {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100vw;
    z-index: 1;
    /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlNNSIvlSwAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==");*/
    transform: translateZ(0);
    /*background: #000;*/
    /*opacity: 0.8;*/
}
.bg-grid-min {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 1;
    background: url('../images/banner.jpg');
    transform: translateZ(0)
}
.img-opacity{
    opacity: 0;
}

.text-title{
    width: 100%;
    position: absolute;
    margin: 20% 0;
    text-align: center;
    z-index: 1;
    color: #fff;
}
.text-title h1{
    font-size: 4vw;
    font-weight: normal;
}
.text-title p{
    font-size: 2vw;
}

.scroll-title h1{
    font-size: 4vw;
    font-weight: normal;
}
.scroll-title p{
    font-size: 2vw;
}

.text-soft h1{
    font-size: 3vw;
    font-weight: normal;
}
.text-soft h1 span{
    font-size: 6vw;
    font-weight: normal;
}
.text-soft p{
    font-size: 2vw;
}

.text-margin{
    position: relative;
    margin-top: 20%;
    font-size: 24px;
}

.easy-body{
    max-width: 1576px;
    margin-left: auto;
    margin-right: auto;
}

.easy-width{
    min-height: 500px;
}

.easy-button{
    padding: 40px 0 40px 0;
    right: 0;
    max-width: 1576px;
    margin-left: auto;
    margin-right: auto;
}




.am-nav li:hover .sub-menu {
    display: block;
}


.am-nav li .sub-menu {
    display: none;
    padding-left: 0;
    position: absolute;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    top: 100%;
    left: 0px;
    z-index: 1000!important;
    background: #2F3638;
    border-radius: 0 0 3px 3px;
    margin: 0
}
.theme-black .am-nav li .sub-menu {
    padding-left: 0;
    position: absolute;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    top: 100%;
    left: 0px;
    z-index: 1000!important;
    background: #817B7B;
    border-radius: 0 0 3px 3px;
    margin: 0
}
.nav-bg {
    margin: 2px 0 0 0 ;
}

.am-nav li .sub-menu .menu-item a {
    min-width: 104px;
    position: relative;
    padding: 8px 15px;
}

.am-nav li .sub-menu .menu-item a {
    display: block;
}

.sub-menu li a {
    text-align: left;
    font-weight: 100;
    color: #000000;
}

.sub-menu li a:hover {
    color: #222222;
    background: #07C160;
}

.hover-white :hover{
    color: #fff;
}

.am-text-bold
{
    font-weight: bold;
}

.am-min-nav{
    font-size: 18px;
}




.am-nav-min li .sub-menu {
    display: none;
    padding-left: 0;
    position: absolute;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    top: 100%;
    left: 0px;
    z-index: 1000!important;
    background: #fff;
    border-radius: 0 0 3px 3px;
    margin: 0;
    width: 100%;

}
.border-min{
    border-bottom: 1px solid #4F4F4F;
}

.am-nav-min li .sub-menu .menu-item a {
    min-width: 120px;
    position: relative;
    padding: 8px 10px;
}

.am-nav-min li .sub-menu .menu-item a {
    display: block;
}




.title-menu li{
    list-style-type: none;
}




.am-nav li:hover .title-menu {
    display: block;
}


.am-nav li .title-menu {
    display: none;
    padding-left: 0;
    position: absolute;

}
.theme-black .am-nav li .title-menu {
    padding-left: 0;
    position: absolute;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    top: 100%;
    left: 0px;
    z-index: 1000!important;
    background: #817B7B;
    border-radius: 0 0 3px 3px;
    margin: 0
}
.nav-bg {
    margin: 2px 0 0 0 ;
}

.am-nav li .title-menu .menu-item a {
    min-width: 104px;
    position: relative;
    padding: 8px 15px;
}

.am-nav li .title-menu .menu-item a {
    display: block;
}

.title-menu li a {
    text-align: left;
    font-weight: 100;
    color: #000000;
}

.title-menu li a:hover {
    color: #fff;
    background: #07C160;
}




.am-nav-min li .sub-menu {
    display: none;
    padding-left: 0;
    position: absolute;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    top: 100%;
    left: 0px;
    z-index: 1000!important;
    background: #fff;
    border-radius: 0 0 3px 3px;
    margin: 0;
    width: 100%;

}
.border-min{
    border-bottom: 1px solid #4F4F4F;
}

.am-nav-min li .sub-menu .menu-item a {
    min-width: 120px;
    position: relative;
    padding: 8px 10px;
}

.am-nav-min li .sub-menu .menu-item a {
    display: block;
}












.promo_detailed {
    position: relative;
    min-height: 500px;
    background: #F0F0F0
}

.promo_detailed .promo_detailed-container {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-left: 10px;
}

.promo_detailed .am-g {
    margin-left: -15px;
    margin-right: -15px
}

.promo_detailed .am-g .promo_detailed--list {
    padding: 0 0 1px
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item {
    position: relative;
    padding: 0 20px 0 80px;
    margin-top: 40px;
    list-style: none
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item .promo_detailed--list_item_icon {
    display: block;
    top: 5px;
    left: 0;
    border: 2px solid #13C161;
    border-radius: 3px;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    position: absolute
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item .promo_detailed--list_item_icon i {
    color: #13C161;
    font-size: 32px;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: 8px
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl,
.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl dt {
    font-size: 20px;
    color: #262626
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl dd {
    font-size: 16px;
    line-height: 23px;
    color: #969696
}

.promo_detailed .promo_detailed--cta {
    padding: 0 25px;
    position: relative;
    height: 514px
}

.promo_detailed .promo_detailed--cta .promo_detailed--cta_wrap {
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    text-align: center
}

.promo_detailed .promo_detailed--cta .promo_detailed--cta_wrap .promo_detailed--cta_text {
    background: rgba(84,137,198, .7);
    border-radius: 3px;
    padding: 38px 20px 38px 28px;
    max-width: 495px;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    text-align: left
}

.promo_detailed .promo_detailed--cta .promo_detailed--cta_wrap .promo_detailed--cta_footer {
    padding-top: 50px
}

.promo_detailed .promo_detailed-img {
    background-size: cover;
    width: 50%;
    height: 100%;
    background-color: #7d7e75;
    position: absolute;
    top: 0;
    right: 0
}

.am-container .more-img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 15px auto;
}

@media screen and (max-width:640px) {
    .promo_detailed .promo_detailed--list {
        padding-left: 15px!important
    }
    .promo_detailed .promo_detailed--list .promo_detailed--list_item {
        padding: 0 0 0 80px!important
    }
    .promo_detailed .am-g {
        margin: 0
    }
    .promo_detailed .am-g .am-u-md-6:nth-of-type(2) {
        padding-right: 0;
        padding-left: 0
    }
    .index-container .index-more {
        padding: 35px 0 0
    }
    .index-page .index-banner .index-mask {
        padding: 70px 0 0
    }
    .index-page .index-banner .slide_simple--title {
        font-size: 40px
    }
    .promo_detailed-img {
        width: 100%!important;
        z-index: -1
    }
    .promo_detailed--cta_wrap {
        position: relative!important
    }
    .promo_detailed .promo_detailed--cta {
        height: 420px
    }
    .phone-top-banner{
        height: 220px;
    }

    .m-header-1 {
        height: 45px;
        padding-top: 55px;
        text-align: left;
    }
}



@media (min-width:1576px) {
    .container {
        width: 1170px!important;
        margin: 0 auto
    }
}

@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .hide-min {
        display: none;
    }

    .phone-clear-padding{
        padding: 0 !important;
    }

    .phone-clear-margin{
        margin: 0 !important;
    }
    .scroll-right {
        right: 15px !important;
    }
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
    .m-top-cbbfixed{
        display: none;
    }
    .video-all{
        display: none;
    }
    .text-margin{
        position: relative;
        margin-top: 0;
        font-size: 16px;
    }
    .m-case-list li figure figcaption {
        margin-top: 100px;
    }
    .am-thumbnail {
        padding: 12px 12px 0px 12px;
    }

    .phone-title{
        padding: 10px 0 0 0 !important;
        margin: 0;
    }
    .phone-container{
        padding: 10px !important;
        /* border-bottom: 2px solid #AAAAAA20; */
    }
    .phone-container-all{
        padding: 10px !important;
    }
    .phone-container-left{
        padding: 0 20px !important;
    }
    .phone-container-bottom{
        padding: 20px 0 !important;
    }
    .phone-container-bottom-min{
        padding: 10px 0 !important;
    }
    .phone-container-title{
        margin: 10px 0 !important;
        border-bottom: 2px solid #AAAAAA20;
    }
    .dd-hover{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        font-size: 14px;
    }
    .dd-hover2{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        font-size: 14px;
    }
    .dd-hover2 .solution-height{
        border-radius: 10px !important;
    }
    .dd-hover2 .rank-height{
        border-radius: 10px !important;
    }
    .dd-hover2  .am-img-responsive{
        border-radius: 10px !important;
    }

    .dd-hover2 .dd-clamp-text-2{
        /* padding: 0 !important; */
        margin: 0 !important;
    }

    .dd-hover3{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        font-size: 14px;
    }
    .dd-hover3 .am-img-responsive{
        border-radius: 10px !important;
    }

    .m-contact-us{
        padding: 0 !important;
        margin: 0 !important;
    }

    .phone-clear-padding{
        padding: 0 !important;
    }

    .phone-clear-margin{
        margin: 0 !important;
    }

    .dd-hover3 .dd-clamp-text-1{
        font-size: 20px;
    }

    .dd-hover3 .home-konw{
        display: none;
        padding-top: 0 !important;
    }

    .dd-hover3 .am-padding-top .am-fr{
        display: none;
        padding-top: 0 !important;
    }

    .m-cat-nav {
        border-bottom: 1px solid #E9E9E9;
        margin-bottom: 0px;
    }

    .am-tabs .am-tabs-nav span{
        font-size: 10rpx !important;
    }

    .dd-hover3 .am-padding-top .am-fl{
        width: 100% !important;
        padding-bottom: 20px;
        text-align: left;
    }

    .phone-bg-white{
        padding-bottom: 0px !important;
        background-color: #FFFFFF00 !important;
        border: 1px solid #FFFFFF !important;
    }

    .phone-clear-padding-min{
        padding: 0 !important;
    }

    .phone-clear-padding-top-min{
        padding-top: 0 !important;
    }

    .phone-padding-right{
        padding: 15px !important;
    }

    .phone-padding-left{
        padding: 15px !important;
    }

    .phone-bottom{
        margin-bottom: 10px;
    }

    .phone-text-center{
        text-align: center;
    }

    .phone-button{
        position: fixed;
        bottom: 0;
        z-index: 999;
    }
    .phone-button button{
        width: 42vw !important;
    }

    .phone-button3{
        position: fixed;
        bottom: 0;
        z-index: 999;
    }
    .phone-button3 button{
        width: 40vw !important;
    }

    .phone-button2{
        position: fixed;
        bottom: 0;
        z-index: 999;
    }

    .phone-button2 button{
        width: 50vw !important;
        margin-left: 15vw;
    }

    .phone-download{
        position: fixed;
        bottom: 0;
        /*z-index: 999;*/
    }

    .solution-height{
        width: 46vw !important;
        height: 46vw !important;
    }

    .brand-height{
        width: 22vw !important;
        height: 11vw !important;
    }

    .rank-height{
        width: 46vw !important;
        height: 46vw !important;
    }

    .know-height{
        width: 46vw !important;
        height: 46vw !important;
    }

    .product-height{
        width: 46vw !important;
        height: 46vw !important;
    }
}

.home-hover {transition: all .2s;}
.home-hover:hover{
    transform: translateX(2px);
    transform: scale(1.2);
}

.phone-padding-right{
    padding: 0;
}

.phone-padding-left{
    padding: 0 0 0 15px;
}

@media only screen and (min-width: 641px) and (max-width: 1200px) {
    .am-gotop-fixed.am-active {
        top: 20px;
        opacity: 1;
        transition: all .2s;
        transition-delay: 0s;
    }
    .phone-padding-right{
        padding: 0 15px 0 0;
    }

    .phone-padding-left{
        padding: 0 15px 0 15px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .m-case-list li figure figcaption {
        margin-top: 160px;
    }
}

@media only screen and (min-width:641px) {
    .pic-all{
        display: none;
    }
}

.PC-56 {
    width: 56%;
}
.PC-44 {
    width: 44%;
}

.PC-76 {
    width: 76%;
}
.PC-24 {
    width: 24%;
}

.PC-banner-all{
    width: 200px;
    height: 200px;
}
.PC-image-all{
    width: 100px;
    height: 100px;
}
.PC-know-all{
    width: 160px;
    height: 160px;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
    .PC-56 {
        width: 100%;
    }
    .PC-44 {
        width: 0%;
    }
    .PC-76 {
        width: 100%;
        padding: 0;
    }
    .PC-24 {
        width: 0%;
    }
    .PC-banner-all{
        width: 100px !important;
        height: 100px !important;
    }
    .PC-image-all{
        width: 60px;
        height: 60px;
    }
    .PC-know-all{
        width: 80px;
        height: 80px;
    }
}

.am-container section ul li img{
    display: block;
    max-width: 100%;
    height: auto
}

.dd-hover {transition: all .2s;margin-bottom: 30px;}
.dd-hover:hover {transform: translateY(-10px)}

.dd-hover2 {transition: all .2s;margin-bottom: 30px;}
.dd-hover2:hover {transform: scale(1.02)}

.dd-hover3 {transition: all .2s;}
.dd-hover3:hover {transform: translateX(6px);}

.dd-hover4 {transition: all .2s;}
.dd-hover4:hover {transform: scale(1.02)}

.dd-active{color: #07C160 !important;border-bottom: 2px solid #07C160;}

/* 文字截取*/
.dd-clamp-text-1 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dd-clamp-text-2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2rem;
}

.dd-clamp-text-3 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /* line-height: 1.2rem; */
}

.dd-clamp-text-4 {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /* line-height: 1.2rem; */
}

.am-page-active {
    border: 1px solid #07C160;
    background-color: #07C160;
}

/* flex start */

.dd-flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* flex伸缩基准值 */
.dd-flex-basic-xs {
    flex-basis: 20%;
}

.dd-flex-basic-sm {
    flex-basis: 40%;
}

.dd-flex-basic-md {
    flex-basis: 50%;
}

.dd-flex-basic-lg {
    flex-basis: 60%;
}

.dd-flex-basic-xl {
    flex-basis: 80%;
}

.dd-flex-basic-full {
    flex-basis: 100%;
}

/* flex布局的方向 */
.dd-flex-direction-column {
    flex-direction: column;
}

.dd-flex-direction-row {
    flex-direction: row;
}

.dd-flex-direction-column-reverse {
    flex-direction: column-reverse;
}

.dd-flex-direction-row-reverse {
    flex-direction: row-reverse;
}

/* flex容器设置换行 */
.dd-flex-wrap {
    flex-wrap: wrap;
}

.dd-flex-nowrap {
    flex-wrap: nowrap;
}

/* flex容器自身垂直方向对齐方式 */
.dd-flex-center {
    align-self: center;
}

.dd-flex-top {
    align-self: flex-start;
}

.dd-flex-end {
    align-self: flex-end;
}

.dd-flex-stretch {
    align-self: stretch;
}

/* flex子元素垂直方向对齐方式 */
.dd-flex-col-center {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.dd-flex-col-top {
    align-items: flex-start;
}

.dd-flex-col-bottom {
    align-items: flex-end;
}

/* flex子元素水平方向对齐方式 */
.dd-flex-row-center {
    justify-content: center;
}

.dd-flex-row-left {
    justify-content: flex-start;
}

.dd-flex-row-right {
    justify-content: flex-end;
}

.dd-flex-row-between {
    justify-content: space-between;
}

.dd-flex-row-around {
    justify-content: space-around;
}

.dd-col-12 {
    width: 100%;
}

.dd-col-11 {
    width: 91.66666667%;
}

.dd-col-10 {
    width: 83.33333333%;
}

.dd-col-9 {
    width: 75%;
}

.dd-col-8 {
    width: 66.66666667%;
}

.dd-col-7 {
    width: 58.33333333%;
}

.dd-col-6 {
    width: 50%;
}

.dd-col-5 {
    width: 41.66666667%;
}

.dd-col-4 {
    width: 33.33333333%;
}

.dd-col-3 {
    width: 25%;
}

.dd-col-2 {
    width: 16.66666667%;
}

.dd-col-1 {
    width: 8.33333333%;
}

/* flex end */

/* float start */

.dd-float-left {
    float: left;
}

.dd-float-right {
    float: right;
}

.dd-clear-float {
    clear: both;
}

.dd-clear-float::after,
.dd-clear-float::before {
    content: " ";
    display: table;
    clear: both;
}

/* float end */

.image-box{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.image-box-max{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.image-square{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-box{
    max-height: 208px;
    margin: 0 auto;
    position: relative;
    /* padding-bottom: 100%; */
    /* border-radius: 6px; */
    overflow: hidden;
}

.video-square{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}


.brands-box-new{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    padding-top: 40%;
    border-radius: 6px;
    /* overflow: hidden; */
    border: 1px solid #DBDBDB;
    /* background-color: #F9F9F9; */
}

.brands-box{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    padding-top: 40%;
    border-radius: 6px;
    /* overflow: hidden; */
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
}

.brands-box-min{
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    position: relative;
    padding-top: 10%;
    border-radius: 6px;
    /* overflow: hidden; */
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
}

.brands-square{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1;
}



.type-hover{
    border: 1px solid #DBDBDB;
    background-color: #F9F9F9;
    border-radius: 6px;
}

.type-hover:hover{
    border: 1px solid #7FDFAC;
    background-color: #F6FCF9;
    color: #07C160;
    border-radius: 6px;
}


.dd-glass {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}


/* 新滚动tabs */
.list-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 45px 0 60px;
    margin-bottom: 10px;
    /* 为左右圆形按钮预留空间 */
}

/* 圆形滚动按钮 - 使用a标签 */
.scroll-nav {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    z-index: 0;
}

.scroll-nav:hover {
    background-color: #07C160;
    color: #ffffff;
}

.scroll-left {
    left: 15px;
}

.scroll-right {
    right: 0px;
}

/* 列表样式 */
.options-list {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    /* gap: 12px; */
    padding: 15px 0;
    list-style: none;
    /* width: fit-content; */
    transition: transform 0.3s ease;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.options-list::-webkit-scrollbar{
    display: none;
}


/* 列表项样式 */
.options-list li {
    padding: 0 0 15px 0;
    margin: 0 20px 0 15px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 18px;
    color: #4b5563;
    transition: all 0.2s ease;
    /* text-shadow: 0 0 0px #000000; */
}

/* 选中项样式 */
.options-list li.active {
    color: #000000;
    border-bottom: 3px solid #000000;
    text-shadow: -1px 0 0 #000 ;
}

.options-list li:hover:not(.active) {
    transform: translateY(-2px);
}

/* 内容展示区域 */
.content-display {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    min-height: 220px;
}

.content-item {
    display: none;
    animation: fadeIn 0.4s ease;
}

.content-item.active {
    display: block;
}

.content-item h3 {
    color: #1e293b;
    margin-bottom: 15px;
    font-size: 20px;
}

.content-item p {
    color: #64748b;
    line-height: 1.6;
    font-size: 15px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 详情锚点定位 */
.border-active > a{
    padding-bottom: 10px;
    border-bottom: 3px solid #00000000;
    color: #000000 !important;
}

.border-active > a:focus,
.border-active > a:active{
    padding-bottom: 10px;
    border-bottom: 3px solid #000000;
    color: #000000 !important;
}


.dd-scroll::selection {color:#fff;background:#07C160;}
.dd-scroll::-moz-selection {color:#fff;background:#07C160;}
.dd-scroll::-webkit-selection {color:#fff;background:#07C160;}

.dd-scroll::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
}
/*定义滚动条轨道 内阴影+圆角*/
.dd-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: 0 0 0 3px #FAFAFA,0 0 0 4px #D8D8D8;
    border-radius: 10px;
    background-color: #FAFAFA;
}

/*定义滑块 内阴影+圆角*/
.dd-scroll::-webkit-scrollbar-thumb
{
    border-radius: 100px;
    padding: 10px;
    background-color: #D8D8D8;
}

.dd-active-new > a{
    color: #000000;
    border-bottom: 1px solid #00000000;
    padding-bottom: 4px;
}

.dd-active-new > a:hover{
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 4px;
}

.dd-active-new-click{
    color: #000000;
    border-bottom: 2px solid #00000000 !important;
    background-color: #E9E9E9;
    display: block;
}

.left-hover-a>a:hover {
    color: #000000;
    border-bottom: 2px solid #000000 !important;
    transition: all 0s ease-in-out;
}

.dd-hover-head a{
    border-bottom: 2px solid #00000000 !important;
    color: #000000;
}

.dd-hover-head a:hover{
    border-bottom: 2px solid #00000000 !important;
    color: #07C160 !important;
}

.sewv{position: relative;width: 130px;display: inline-block;vertical-align: middle;}
.sewvtop{width:100%;height:40px;cursor:pointer;border-radius: 0px;overflow: hidden;}
.sewvtop:hover{}
.sewvtop>span{float:left;width:75%;height:45px;white-space:pre;text-overflow:ellipsis;overflow: hidden;font-size: 12px;line-height:22px;color: #666;padding:8px 0 0 10px;vertical-align: middle;}
.sewvtop>em{float:right;width: 20px;height: 20px;vertical-align: middle;}

.sewvbm{background-color: #FFFFFF;width: 120%;position: absolute;left: 0;top: 40px;display: none;border: 1px #E9E9E9 solid;border-radius: 0px;}
.sewvbm>li{cursor:pointer;width:100%;height:40px;line-height:40px;font-size: 16px;color: #000000;padding-left:10px;}
.sewvbm>li:hover{border-bottom: 1px solid #000000;}

/* 左右联动 */
/* 父容器：左三右九布局 */
.dd-container{
    position: fixed;
    height: 400px;
}
.left-sidebar {
    /* background: #F4F4F4; */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    border-right: 1px solid #F4F4F4;
}

/* 左侧分类项样式 */
.category-item {
    height: 40px;
    padding: 12px 0px;
    cursor: pointer;
    font-size: 16px !important;
    overflow-wrap: break-word;
    word-break: break-all;
    border-left: 3px solid #1D1D1F00;
    transition: all 0.5s ease-in-out;
}

.left-sidebar >.category-item:hover{
    color: #07C160;
    background-color: #F4F4F4 !important;
    border-bottom: 3px solid #00000000 !important;
}

.left-sidebar >.category-item{
    color: #000000;
    border-bottom: 3px solid #00000000 !important;
}

/* 左侧当前激活分类样式 */
.category-item.title-active {
    background-color: #F4F4F4;
    font-size: 16px !important;
    border-left: 3px solid #1D1D1F;
    transition: all 0.5s ease-in-out;
    /* font-weight: bold; */
}
/* 选中后效果 */
/* .category-item.title-active:after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1D1D1F;
} */

.right-content {
    padding-left: 30px;
}
.content-category{
    padding-bottom: 0px;
    border-bottom: 2px solid #00000000 !important;
}

.content-category a:hover{
    color: #07c160 !important;
    background-color: #F4F4F4 !important;
    border-bottom: 2px solid #00000000 !important;
}



/* sticky跟随栏 */
.sticky-bar {
    position: sticky;
    top: 130px !important; /* 滚动后固定到视口顶部 */
}

/* 最下方内容块 */
.bottom-block {
}


/* 搜索+模糊高亮 */
.search-container {
    position: relative;
}

/* 输入框样式 */
.search-input {
}

.search-input:focus {
    caret-color: #000000;
}

/* 弹出框：默认隐藏，绝对定位 */
.search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 5px;
    padding: 0 0 10px 0;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    z-index: 100;
    max-height: 400px;
    overflow-y: auto;
}

/* 搜索结果容器（输入时显示） */
.search-result {
    padding: 8px 0px 0px 0px;
}

/* 分区标题栏（历史/推荐通用） */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px 8px 25px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

/* 按钮样式（删除/刷新） */
.section-btn {
    border: none;
    background: transparent;
    color: #767676;
    font-size: 12px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
}

.section-btn:hover {
    background: #eff6ff;
}

/* 列表通用样式 */
.item-list {
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

/* 列表项样式（历史/推荐/搜索结果通用） */
.list-item {
    margin: 0 10px 0 10px;
    padding: 10px 16px;
    font-size: 14px;
    color: #1e293b;
    cursor: pointer;
    transition: background 0.2s;
}

.list-item:hover {
    background: #E9E9E980;
}

/* 关键词高亮样式 */
.highlight {
    color: #0DCB67;
    font-weight: 500;
}

/* 无结果提示 */
.no-result {
    padding: 20px 16px;
    color: #94a3b8;
    font-size: 14px;
    text-align: center;
}

/* 分区分隔线 */
.section-divider {
    height: 1px;
    margin: 10px 0 0 0;
    background: #E9E9E9;
}

.dd-hover-a{
    border-bottom: 2px solid #00000000 !important;
}

.dd-hover-a:hover{
    border-bottom: 2px solid #000000 !important;
}

.dd-hover-a{
    border-bottom: 2px solid #00000000 !important;
}

.dd-hover-a:hover{
    border-bottom: 2px solid #000000 !important;
}

.no-hover-border .category-parent-link{
    border-bottom: 2px solid #00000000 !important;
    cursor: pointer;
}

.no-hover-border .category-parent-link:hover{
    border-bottom: 2px solid #00000000 !important;
}

.hover-click{
    border-bottom: 2px solid #00000000 !important;
    /*display: inline-block !important;*/
    background-color: #E9E9E9;
}

.hover-click:hover{
    border-bottom: 2px solid #00000000 !important;
    color: #07C160;
    /*display: inline-block !important;*/

}

/* 折叠面板 */
.admin-sidebar-sub li{
    margin: 10px 15px 10px 0;
}
.admin-sidebar-sub li.active {
    border-bottom: 2px solid #000000;
}
.admin-sidebar-sub li:hover {
    border-bottom: 2px solid #000000;
}
.admin-sidebar-sub li {
    border-bottom: 2px solid #00000000;
}
/* 初始隐藏所有内容，只显示默认选中项 */
.content-item {
    display: none;
}
/* 显示当前选中项对应的内容 */
.content-item.active {
    display: block;
}

/*移动端侧边栏*/
/* 触发弹窗的链接样式 */
.open-popup {
    color: #2c3e50;
    text-decoration: none;
    font-weight: bold;
    /*border-bottom: 2px solid #3498db;*/
    padding: 2px 0;
    transition: color 0.3s;
}

.open-popup:hover {
    color: #3498db;
}

/* 弹窗容器 */
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

/* 显示弹窗时的状态 */
.popup-container.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

/* 蒙版区域 */
.popup-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background-color 0.3s;
}

.popup-overlay:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* 弹窗内容区域 */
.popup-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #2F3638;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    overflow-y: auto;
    z-index: 999;
}

/* 显示弹窗内容 */
.popup-container.active .popup-content {
    transform: translateX(0);
}

/* 弹窗标题样式 */
.popup-content h2 {
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* 弹窗内容段落样式 */
.popup-content p {
    margin-bottom: 15px;
    color: #34495e;
}
.phone-menu-p {
    margin-top: 20px;
}
.phone-menu-p a{
    color: #FFFFFF !important;
    border-bottom: 1px solid #4F4F4F;
    padding: 0 0 10px 0;
    display: block;
}