@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
    margin: 0;
    padding: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.857;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #333;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #333;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

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

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
    display: block;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

template,
[hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.header {
    background-color: #fff;
}

.header-container {
    padding: 0 15px;
    width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-container ul {
    margin-bottom: 0 !important;
}

.header .topbar {
    line-height: 34px;
    background-color: #f5f5f5;
    font-size: 13px;
}

.header .topbar ul {
    float: right;
}

.header .topbar li {
    float: left;
    color: #ddd;
}

.header .topbar li.pipe {
    padding: 0 10px;
}

.header .logo {
    float: left;
    font-size: 0;
    /*height: 80px;*/
    line-height: 80px;
    text-align: left;
    padding: 15px 0;
}

.header .tel {
    float: right;
    background: url(../images/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 31px;
}

.header .tel strong {
    display: block;
    font-size: 28px;
    font-family: Impact;
    line-height: 1;
    color: #FA5300;
}

.header .text {
    float: left;
    font-size: 16px;
    margin: 20px 0 20px 30px;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #ddd;
}

.header .text strong {
    display: block;
    font-size: 26px;
}

.header .nav {
    font-size: 0;
    background-color: #027aff;
    color: #fff;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/li_07.jpg) no-repeat right center;
    padding-right: 1px;
}

.header .nav li > a {
    display: block;
    font-size: 18px;
    line-height: 70px;
    padding: 0 35px;
    color: #fff;
    text-decoration: none;
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.header .nav li.active a,
.header .nav li.open a,
/* .header .nav li a:hover {
    color: #fff;
    background-color: #FA5300;
} */
.mainnav{
    position: relative;
}
.header .nav li.dropdown {
    position: relative;
}

.header .nav li a.mainnav:before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 15px;
} 

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;background-color: rgba(0, 0, 0, 0.5) !important;
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a {
    color: #fff;
    width: 100%;
    display: block;
    text-decoration: none;
}
.header .nav .dropdown-box a:hover {
    background-color: #FA5300 !important;
}

.header .nav li.open .dropdown-box {
    display: block;
}

.clearfix {
    display: block;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: hsla(0, 0%, 100%, .1);
}

.swiper-banner .swiper-slide {
    background: no-repeat center / cover;
    height: 570px;
}

.swiper-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.yes-pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.yes-pagebar .yes-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.yes-pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.yes-pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.yes-pagination a:hover {
    color: #0166ff;
    border: 1px solid #0166ff;
}

.yes-pagination a.page-num-current {
    color: #fff;
    background: #0166ff;
    border: 1px solid #0166ff;
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}

.container.pages img {
    max-width: 100% !important;
}

/*.header {*/
/*    padding: 10px 0;*/
/*    position: fixed;*/
/*    z-index: 10;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
/*}*/
/*.header .topbar, .header .text, .header .tel {*/
/*    display: none;*/
/*}*/
/*.header .logo {*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    float: none;*/
/*    padding: 0;*/
/*    margin: -10px 0;*/
/*}*/
/*.header .nav {*/
/*    margin: 10px 0 -10px;*/
/*    text-align: left;*/
/*    display: none;*/
/*    background-color: transparent;*/
/*    border-bottom: 0;*/
/*}*/
/*.header .nav ul {*/
/*    margin: 0 -15px;*/
/*}*/
/*.header .nav li {*/
/*    display: block;*/
/*    margin: 0;*/
/*    border-top: 1px solid #eee;*/
/*    background: none;*/
/*}*/
/*.header .nav li a {*/
/*    line-height: 40px;*/
/*    padding: 0 15px;*/
/*    color: #333;*/
/*}*/
/*.header .nav li .arr {*/
/*    display: block;*/
/*}*/
/*.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {*/
/*    background-color: transparent;*/
/*    color: #dd0000*/
/*}*/
/*.header .nav li.open .arr:after {*/
/*    border-color: #dd0000;*/
/*    -webkit-transform: rotate(225deg);*/
/*    transform: rotate(225deg);*/
/*}*/
/*.header .nav .dropdown-box {*/
/*    position: static;*/
/*    background-color: #f5f5f5;*/
/*    min-width: auto;*/
/*    text-align: left;*/
/*}*/
/*.header .nav .dropdown-box a {*/
/*    color: #333 !important;*/
/*    border-top: 1px dotted #ddd;*/
/*    padding: 0 15px;*/
/*    line-height: 40px;*/
/*    background-color: transparent !important;*/
/*    border-bottom: 0;*/
/*}*/
/*.header .nav .dropdown-box a:hover {*/
/*    background-color: transparent !important;*/
/*}*/

.g-footer {
    margin-top: 100px;
    background: url('../images/g-footer-bg.png') no-repeat;
    background-size: cover
}

.g-footer .content {
    margin: 0 auto;
    width: 1600px
}

.g-footer .content .apply_use {
    position: relative;
    top: -40px;
    padding: 105px 0 85px;
    background-color: #fff;
    background-image: url('https://www.yes985211.com/template/default/skin/images/X192949.png'),
        url('https://www.yes985211.com/template/default/skin/images/X192959.png');
    background-position: bottom left, top right;
    background-repeat: no-repeat;
    background-size: 391px 318px, 487px 251px;
    border-radius: 10px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15)
}

.g-footer .content .apply_use .supplier {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 40px
}

.g-footer .content .apply_use .apply_button {
    text-align: center
}

.g-footer .content .apply_use .apply_button i {
    margin-right: 8px
}

.g-footer .content .apply_use .apply_button .g-btn {
    padding-left: 45px;
    padding-right: 45px;
    border-color: #fff;
    background-repeat: repeat-x;
    background-image: linear-gradient(32deg, #4265ed, #3c99fb)
}

.g-footer .content .about_us {
    padding-top: 20px;
    padding-left: 2%;
    padding-bottom: 30px
}

.g-footer .content .about_us .contact_us {
    position: absolute;
    width: 415px
}

.g-footer .content .about_us .contact_us .double_logo {
    margin-bottom: 70px
}

.g-footer .content .about_us .contact_us>div {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #f6f7f9
}

.g-footer .content .about_us .contact_us>div .us_brother {
    margin-right: 30px
}

.g-footer .content .about_us .contact_us>div .us_logo {
    width: 160px;
    height: 55px
}

.g-footer .content .about_us .contact_us>div .qr_code {
    border-radius: 10px
}

.g-footer .content .about_us .contact_us .help_teenager {
    font-size: 16px
}

.g-footer .content .about_us .contact_us>div:last-child {
    padding-top: 0
}

.g-footer .content .about_us .about_product {
    margin-left: 510px;
    font-size: 14px;
    color: #fff
}

.g-footer .content .about_us .about_product .detail_product {
    position: relative;
    margin-bottom: 10px
}

.g-footer .content .about_us .about_product .detail_product .name_product {
    position: absolute;
    font-size: 16px;
    font-weight: 700
}

.g-footer .content .about_us .about_product .detail_product .type_product {
    *zoom: 1;
    padding-left: 11%
}

.g-footer .content .about_us .about_product .detail_product .type_product:after {
    content: " ";
    clear: both;
    display: table
}

.g-footer .content .about_us .about_product .detail_product .type_product .type_solution {
    width: 42%
}

.g-footer .content .about_us .about_product .detail_product .type_product .type_solution a {
    width: 168px;
    display: inline-block
}

.g-footer .content .about_us .about_product .detail_product .type_product .solution_longer {
    width: 43%
}

.g-footer .content .about_us .about_product .detail_product .type_product .solution_longer .short {
    width: 182px;
    display: inline-block
}

.g-footer .content .about_us .about_product .detail_product .type_product .small {
    width: 15%
}

.g-footer .content .about_us .about_product .detail_product .type_product li {
    float: left;
    width: 21%
}

.g-footer .content .about_us .about_product .detail_product .type_product li>div a {
    font-weight: lighter;
    color: #fff
}

.g-footer .content .about_us .about_product .detail_product .type_product li>div a:hover,
.g-footer .content .about_us .about_product .detail_product .type_product li>div a:active {
    text-decoration: underline
}

.g-footer .content .about_us .about_product .detail_product .type_product li>div a:nth-child(odd) {
    margin-right: 15px
}

.g-footer .content .about_us .about_product .detail_product .type_product li>div a:nth-child(odd) {
    margin-right: 15px
}

.g-footer .content .about_us .about_product .detail_product .type_product li a {
    color: #fff
}

@media (max-width: 1660px) {
    .g-footer .content .about_us .about_product .detail_product .type_product {
        padding-left: 15%
    }

    .g-footer .content .about_us .about_product .detail_product .type_product .solution_longer {
        width: 34%
    }

    .g-footer .content .about_us .about_product .detail_product .type_product li {
        width: 23%
    }

    .g-footer .content .about_us .about_product .detail_product .type_product li:first-child {
        width: 30%
    }
}

@media (max-width: 1660px) {
    .g-footer .content .about_us {
        padding-left: 2%
    }

    .g-footer .content .about_us .about_product {
        margin-left: 450px
    }

    .g-footer .content .about_us .about_product .detail_product .type_product .small {
        width: 22%
    }
}

@media (max-width: 1660px) {
    .g-footer .content {
        width: 1200px
    }
}

.g-footer .mark {
    padding: 10px 0 15px;
    border-top: 1px solid #0D2659;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.g-footer .mark a {
    color: #fff
}

.button {
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button>span {
    vertical-align: middle;
}

.button--nina {

    overflow: hidden;

    -webkit-transition: background-color 0.3s;

    transition: background-color 0.3s;

}



.button--nina>span {

    display: inline-block;

    opacity: 0;

    line-height: 50px;

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);

    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;

    transition: transform 0.3s, opacity 0.3s;

    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

}



.button--nina::before {

    content: attr(data-text);

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    line-height: 50px;

    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;

    transition: transform 0.3s, opacity 0.3s;

    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

}



.button--nina:hover {

    background-color: #024881;

}



.button--nina:hover::before {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

}



.button--nina:hover>span {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.button--nina:hover>span:nth-child(1) {

    -webkit-transition-delay: 0.045s;

    transition-delay: 0.045s;

}



.button--nina:hover>span:nth-child(2) {

    -webkit-transition-delay: 0.09s;

    transition-delay: 0.09s;

}



.button--nina:hover>span:nth-child(3) {

    -webkit-transition-delay: 0.135s;

    transition-delay: 0.135s;

}



.button--nina:hover>span:nth-child(4) {

    -webkit-transition-delay: 0.18s;

    transition-delay: 0.18s;

}



.button--nina:hover>span:nth-child(5) {

    -webkit-transition-delay: 0.225s;

    transition-delay: 0.225s;

}



.button--nina:hover>span:nth-child(6) {

    -webkit-transition-delay: 0.27s;

    transition-delay: 0.27s;

}



.button--nina:hover>span:nth-child(7) {

    -webkit-transition-delay: 0.315s;

    transition-delay: 0.315s;

}



.button--nina:hover>span:nth-child(8) {

    -webkit-transition-delay: 0.36s;

    transition-delay: 0.36s;

}



.button--nina:hover>span:nth-child(9) {

    -webkit-transition-delay: 0.405s;

    transition-delay: 0.405s;

}



.button--nina:hover>span:nth-child(10) {

    -webkit-transition-delay: 0.45s;

    transition-delay: 0.45s;

}

.question-btn2 {
    background: #FA5300;
    width: 280px;
    height: 50px;
    border: none;
    border-radius: 50px;
    display: block;
    margin: 66px auto 0;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 6px 6px rgba(38, 38, 38, 0.3);
}