/* 产品下拉头部 */

#headerfix {
    position: fixed;
    left: 0;
    top: -66px;
    width: 100%;
    background-color: #fff;
    z-index: 51;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    border-top: 1px solid #eee;
}

#headerfix.active {
    top: 0;
}

#headerfix .left {
    float: left;
    height: 66px;
    line-height: 66px;
}

#headerfix .left p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

#headerfix .left .line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    background-color: #bbb;
    margin: 0 18px;
}

#headerfix .left a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #bbb;
}

#headerfix .left a:hover,
#headerfix .left a.active {
    color: #2a71b9;
}

#headerfix .right {
    float: right;
    height: 66px;
    line-height: 66px;
}

#headerfix .right .link-box {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#headerfix .right .link-box .line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 15px;
    background-color: #bbb;
    margin: 0 30px;
}

#headerfix .right .link-box a {
    font-size: 16px;
    color: #333333;
}

#headerfix .right .link-box a:hover,
#headerfix .right .link-box a.active {
    color: #2a71b9;
}

.sec16 .swiper-slide a {
    display: block;
    position: relative;
}

.sec16 .swiper-slide a p {
    font-size: 1.625em;
    color: #fff;
    font-weight: bold;
    line-height: 1.385;
    position: absolute;
    left: 0;
    bottom: 5.77%;
    width: 100%;
    padding: 0 4.85%;
    text-align: left;
    height: 2.77em;
}


/*新加购买链接*/

.section .kv_new {
    margin: 0 auto;
    padding-top: 2.5em;
    text-align: center;
    opacity: 0;
}

.section .kv_new.absolute {
    position: absolute;
    padding-top: 0;
    left: 0;
    right: 0;
}

.section .kv_btn {
    width: 100%;
    margin: 0 auto;
}

.section .kv_btn a {
    display: inline-block;
    vertical-align: middle;
    width: 8.88em;
    height: 2.55em;
    line-height: 2.55em;
    border-radius: 1.275em;
    background-color: #c9121c;
    color: #fff;
    font-size: 1.125em;
    margin: 0 1.666em;
}

.section .kv_price {
    padding-top: 1.875em;
}

.section .kv_price p {
    font-size: 1.125em;
    line-height: 2;
}

.section .kv_price.white p {
    color: #fff;
}

.section1 .kv_new {
    margin: 0 auto;
    padding-top: 2.5em;
    text-align: center;
    opacity: 0;
}

.section1 .kv_new.absolute {
    position: absolute;
    padding-top: 0;
    left: 0;
    right: 0;
}

.section1 .kv_btn {
    width: 100%;
    margin: 0 auto;
}

.section1 .kv_btn a {
    display: inline-block;
    vertical-align: middle;
    width: 8.88em;
    height: 2.55em;
    line-height: 2.55em;
    border-radius: 1.275em;
    background-color: #c9121c;
    color: #fff;
    font-size: 1.125em;
    margin: 0 1.666em;
}

.section1 .kv_price {
    padding-top: 1.875em;
}

.section1 .kv_price p {
    font-size: 1.125em;
    line-height: 2;
}

.section1 .kv_price.white p {
    color: #fff;
}

.section1 .kv_price p {
    min-height: 4em;
}

.section1 .kv_btn {
    min-height: 2.875em;
}

.section1.actived .kv_new,
.section.actived .kv_new {
    -webkit-animation: appearFromTB1 1000ms ease 0ms both;
    -moz-animation: appearFromTB1 1000ms ease 0ms both;
    -ms-animation: appearFromTB1 1000ms ease 0ms both;
    -o-animation: appearFromTB1 1000ms ease 0ms both;
    animation: appearFromTB1 1000ms ease 0ms both;
}

@media only screen and (max-width:1366px) {
    #headerfix .right .link-box .line {
        margin: 0 21px;
    }
}

@media only screen and (max-width:1200px) {
    #headerfix .left .line {
        margin: 0 14px;
    }
    #headerfix .right .link-box .line {
        margin: 0 14px;
    }
}

@media only screen and (max-width:1024px) {
    .sec16 .swiper-button-next,
    .sec16 .swiper-button-prev {
        -moz-background-size: 50% 50%;
        -webkit-background-size: 50% 50%;
        background-size: 50% 50%;
        margin-top: 0;
        opacity: 0.8;
        background-color: #333;
    }
    .sec16 .swiper-button-prev {
        left: 4%;
    }
    .sec16 .swiper-button-next {
        right: 4%;
    }
}

@media only screen and (max-width:1023px) {
    /* 产品下拉头部 */
    #headerfix {
        top: -2.5em;
    }
    #headerfix .left {
        height: 2.5em;
        line-height: 2.5em;
    }
    #headerfix .left select {
        text-align: left;
        border: 1px solid #999;
        border-radius: 0.25em;
        width: 7.5em;
        height: 2.1em;
        line-height: 2em;
        font-size: 0.625em;
        color: #333;
        padding: 0 0.5em;
        font-weight: bold;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-repeat: no-repeat;
        background-size: auto 0.4em;
        background-image: url(../shopDetailsImg/product_common_selecttri.png);
        background-position: 90% center;
    }
    #headerfix .left select::-ms-expand {
        display: none;
    }
    #headerfix .right {
        height: 2.5em;
        line-height: 2.5em;
    }
    #headerfix .right .link-box .line {
        height: 0.75em;
        margin: 0 0.875em;
    }
    #headerfix .right .link-box a {
        font-size: 0.6875em;
    }
    .sec16 .swiper-slide {
        margin: 0;
    }
    .sec16 .swiper-slide a p {
        font-size: 0.8125em;
    }
    .section .kv_new {
        padding-top: 0.9375em;
    }
    .section .kv_btn a {
        width: 8.57em;
        height: 2.58em;
        line-height: 2.58em;
        border-radius: 1.29em;
        font-size: 0.625em;
        margin: 0 0.5em;
    }
    .section .kv_price {
        padding-top: 0.9375em;
    }
    .section .kv_price p {
        font-size: 1em;
        line-height: 2;
    }
    .section1 .kv_new {
        padding-top: 0.9375em;
    }
    .section1 .kv_btn a {
        width: 8.57em;
        height: 2.58em;
        line-height: 2.58em;
        border-radius: 1.29em;
        font-size: 0.625em;
        margin: 0 0.5em;
    }
    .section1 .kv_price {
        padding-top: 0.9375em;
    }
    .section1 .kv_price p {
        font-size: 1em;
        line-height: 2;
    }
    .section1 .kv_btn {
        min-height: 1.3em;
    }
}

@media only screen and (max-width:320px) {
    .section .kv_btn a {
        width: 7.5em;
    }
    .section1 .kv_btn a {
        width: 7.5em;
    }
}

#video1 {
    display: none;
}


/*sec14*/

.sec14 {
    width: 100%;
    overflow: hidden;
    padding: 5.2% 0
}

.sec14 .inner {
    width: 1600px;
    position: relative;
}

.sec14 h1 {
    text-align: center;
    color: #222;
    padding-bottom: 50px;
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
}

.sec14 .sec14_cont {
    border-top: #bbb solid 1px;
    padding: 50px 0 40px;
    opacity: 0;
}

.sec14 .sec14_tit {
    width: 30%;
}

.sec14 .sec14_tit h2 {
    padding-left: 100px;
    font-size: 32px;
    line-height: 1;
    color: #333;
}

.sec14 .sec14_tet {
    width: 70%;
}

.sec14 .sec14_tet ul.sec14_ul {
    width: 100%;
}

.sec14 .sec14_tet ul.f-left,
.sec14 .sec14_tet ul.f-right {
    width: 50%;
}

.sec14 .sec14_tet ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
    color: #333;
    font-weight: normal;
}

.sec14 .sec14_tet ul li strong,
.sec14 .sec14_tet ul li span {
    float: left;
    display: block;
    line-height: 1.5;
}

.sec14 .sec14_tet ul li .colorw {
    color: #fff;
}

.sec14 .sec14_tet ul li img {
    max-width: 100%;
}

.sec14 .sec14_btn {
    width: 168px;
    height: 45px;
    margin: 0 auto;
}

.sec14 .sec14_btn a {
    display: block;
    color: #fff;
    width: 100%;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #0e4b9f;
}

.sec14 .sec14_btn a span.sec14_btn_icon {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec14_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
}

.sec14 .sec14_btn a.active span.sec14_btn_icon {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec14_icon1.png);
}

.sec14_hide {
    display: none;
}

.sec14.actived h1 {
    opacity: 1;
    -webkit-animation: appearFromTB1 1000ms ease 50ms both;
    -moz-animation: appearFromTB1 1000ms ease 50ms both;
    -ms-animation: appearFromTB1 1000ms ease 50ms both;
    -o-animation: appearFromTB1 1000ms ease 50ms both;
    animation: appearFromTB1 1000ms ease 50ms both;
}

.sec14.actived .sec14_cont {
    opacity: 1;
    -webkit-animation: appearFromTB1 1000ms ease 100ms both;
    -moz-animation: appearFromTB1 1000ms ease 100ms both;
    -ms-animation: appearFromTB1 1000ms ease 100ms both;
    -o-animation: appearFromTB1 1000ms ease 100ms both;
    animation: appearFromTB1 1000ms ease 100ms both;
}


/*sec15*/

.sec15 {
    width: 100%;
    overflow: hidden;
    padding: 70px 0 80px;
    background-color: #f7f7f7;
}

.sec15 .inner {
    width: 1520px;
    position: relative;
}

.sec15 h1 {
    text-align: center;
    color: #333;
    padding-bottom: 35px;
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    opacity: 0;
}

.sec15 ul {
    width: 100%;
    text-align: center;
}

.sec15 ul li {
    display: inline-block;
    width: 17%;
    text-align: center;
    margin-right: 3.5%;
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.sec15 ul li:last-child {
    margin-right: 0;
}

.sec15 ul li .download_content {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -webkit-transition: 0.15s linear;
}

.sec15 ul li:hover .download_content {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_bg.jpg);
    background-size: cover;
}

.sec15 ul li img {
    width: 100%;
}

.sec15 ul li p {
    font-size: 22px;
    line-height: 80px;
    color: #333;
    padding-left: 120px;
    text-align: left;
}

.sec15 ul li:hover p {
    color: #fff;
}

.sec15 ul li .sec15_bottom {
    background-repeat: no-repeat;
    background-size: 55px auto;
    background-position: 30px center;
    transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -webkit-transition: 0.25s linear;
    border: #d4d4d4 solid 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
}

.sec15 ul li.one .sec15_bottom {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon1.png);
}

.sec15 ul li.second .sec15_bottom {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon2.png);
}

.sec15 ul li.third .sec15_bottom {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon3.png);
}

.sec15 ul li.fourth .sec15_bottom {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon4.png);
}

.sec15 ul li.last .sec15_bottom {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon5.png);
}

.sec15 ul li.one:hover .sec15_bottom {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon1_1.png);
}

.sec15 ul li.second:hover .sec15_bottom {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon2_1.png);
}

.sec15 ul li.third:hover .sec15_bottom {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon3_1.png);
}

.sec15 ul li.fourth:hover .sec15_bottom {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon4_1.png);
}

.sec15 ul li.last:hover .sec15_bottom {
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon5_1.png);
}

.sec15 ul li .sec_box {
    position: absolute;
    top: -100%;
    height: 100%;
    width: 100%;
    transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    background-image: url(../shopDetailsImg/porduct_meeting_detail1_download_bg.png);
    background-repeat: repeat;
    z-index: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sec15 ul li .sec_box a {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    height: auto;
    padding-bottom: 18px;
    display: block;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sec15 ul li .sec_box a:first-child {
    padding-top: 34px;
}

.sec15 ul li .sec_box a.mobile {
    display: none;
}

.sec15 ul li:hover .sec_box {
    top: 0px;
}

.sec15 ul li .sec_box a:hover {
    text-decoration: underline;
    background-image: none;
}

.sec15 ul li:hover .sec_box a {
    background-image: none;
}

.sec15.actived h1 {
    opacity: 1;
    -webkit-animation: appearFromTB1 1000ms ease 50ms both;
    -moz-animation: appearFromTB1 1000ms ease 50ms both;
    -ms-animation: appearFromTB1 1000ms ease 50ms both;
    -o-animation: appearFromTB1 1000ms ease 50ms both;
    animation: appearFromTB1 1000ms ease 50ms both;
}

.sec15.actived ul li {
    opacity: 1;
    -webkit-animation: appearFromTB1 1000ms ease 100ms both;
    -moz-animation: appearFromTB1 1000ms ease 100ms both;
    -ms-animation: appearFromTB1 1000ms ease 100ms both;
    -o-animation: appearFromTB1 1000ms ease 100ms both;
    animation: appearFromTB1 1000ms ease 100ms both;
}

.sec15.actived ul li:nth-child(2) {
    -webkit-animation: appearFromTB1 1000ms ease 300ms both;
    -moz-animation: appearFromTB1 1000ms ease 300ms both;
    -ms-animation: appearFromTB1 1000ms ease 300ms both;
    -o-animation: appearFromTB1 1000ms ease 300ms both;
    animation: appearFromTB1 1000ms ease 300ms both;
}

.sec15.actived ul li:nth-child(3) {
    -webkit-animation: appearFromTB1 1000ms ease 500ms both;
    -moz-animation: appearFromTB1 1000ms ease 500ms both;
    -ms-animation: appearFromTB1 1000ms ease 500ms both;
    -o-animation: appearFromTB1 1000ms ease 500ms both;
    animation: appearFromTB1 1000ms ease 500ms both;
}

.sec15.actived ul li:nth-child(4) {
    -webkit-animation: appearFromTB1 1000ms ease 700ms both;
    -moz-animation: appearFromTB1 1000ms ease 700ms both;
    -ms-animation: appearFromTB1 1000ms ease 700ms both;
    -o-animation: appearFromTB1 1000ms ease 700ms both;
    animation: appearFromTB1 1000ms ease 700ms both;
}

.sec15.actived ul li:nth-child(5) {
    -webkit-animation: appearFromTB1 1000ms ease 900ms both;
    -moz-animation: appearFromTB1 1000ms ease 900ms both;
    -ms-animation: appearFromTB1 1000ms ease 900ms both;
    -o-animation: appearFromTB1 1000ms ease 900ms both;
    animation: appearFromTB1 1000ms ease 900ms both;
}


/*sec16*/

.sec16 {
    width: 100%;
    padding-top: 100px;
}

.sec16 h1 {
    text-align: center;
    color: #222;
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    opacity: 0;
}

.sec16.actived h1 {
    opacity: 1;
    -webkit-animation: appearFromTB1 1000ms ease 50ms both;
    -moz-animation: appearFromTB1 1000ms ease 50ms both;
    -ms-animation: appearFromTB1 1000ms ease 50ms both;
    -o-animation: appearFromTB1 1000ms ease 50ms both;
    animation: appearFromTB1 1000ms ease 50ms both;
}

#featured-area {
    display: none;
}

.sec16 .swiper-container {
    display: block;
}

@-webkit-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -ms-transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -o-transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes appearFromTB1 {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#main .inner,
#main .inner1,
#main .inner2 {
    max-width: 92%;
}

.section1 {
  /*  background-repeat: no-repeat;
    background-image: url(../shopDetailsImg/product_meeting2_section1_bg_web.jpg);
    background-position: center center;*/
    background-size: auto 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.section1 .inner1 {
    padding: 3.75em 0 1.875em;
}

.section1 .text-box h3 {
    font-size: 3em;
    color: #363535;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.section1 .text-box p {
    font-size: 1.3em;
    color: #353434;
    line-height: 1.64;
}

.section1 .img {
    width: 61%;
}

.section1 .kv_new {
    padding-top: 1.5em;
    margin-bottom: 0.75em;
    opacity: 1;
}

.section1 ul {
    background-color: #252525;
    padding: 3.5em 0 3em;
}

.section1 li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2.25em;
}

.section1 li img {
    height: 2.625em;
    margin-bottom: 1.25em;
}

.section1 li p {
    font-size: 1.25em;
    color: #d3d3d3;
}

.section2 {
    background-color: #e4e5e9;
    text-align: center;
    overflow: hidden;
    padding: 7.125em 0 3.125em;
}

.section2 .text-box {
    margin-bottom: 2em;
}

.section2 .text-box h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
    margin-bottom: 0.8em;
}

.section2 .text-box p {
    font-size: 1.5em;
    color: #373737;
}

.section2 .img {
    width: 100%;
}

.section3 {
    overflow: hidden;
    position: relative;
}

.section3 .bg {
    width: 100%;
}

.section3 .inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.section3 .text-box {
    width: 37.85%;
    position: absolute;
    right: 0;
    top: 21.5%;
}

.section3 .text-box h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
}

.section3 .text-box h5 {
    font-size: 1.125em;
    color: #373737;
    font-weight: normal;
    line-height: 2;
    margin: 1.25em 0 3.66em;
}

.section3 .text-box ul {
    text-align: center;
}

.section3 .text-box li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
}

.section3 .text-box li img {
    height: 3.5em;
    margin-bottom: 2em;
}

.section3 .text-box p {
    font-size: 1.25em;
    color: #212121;
}

.section4 {
    overflow: hidden;
    position: relative;
}

.section4 .bg {
    width: 100%;
}

.section4 .inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.section4 .text-box {
    width: 36.65%;
    position: absolute;
    left: 0;
    top: 21.48%;
}

.section4 .text-box h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
    line-height: 1.43;
}

.section4 .text-box h5 {
    font-size: 1.1875em;
    color: #373737;
    font-weight: normal;
    line-height: 1.84;
    margin: 1.684em 0 2.53em;
}

.section4 .text-box li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 3.25em;
}

.section4 .text-box li:last-child {
    margin-right: 0;
}

.section4 .text-box li img {
    width: 3.5em;
    margin-bottom: 1.25em;
}

.section4 .text-box p {
    font-size: 1.25em;
    color: #222;
}

.section5 {
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #f2f2f2;
    padding: 6.25em 0 2.375em;
}

.section5 .text-box {
    margin-bottom: -0.5em;
}

.section5 .text-box h3 {
    font-size: 2.625em;
    color: #393939;
    font-weight: bold;
    margin-bottom: 0.62em;
}

.section5 .text-box p {
    font-size: 1.125em;
    color: #393939;
}

.section5 .img {
    width: 90.357%;
}

.section6 {
    overflow: hidden;
    position: relative;
}

.section6 .bg {
    width: 100%;
}

.section6 .inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.section6 .text-box {
    width: 40%;
    position: absolute;
    left: 0;
    top: 26.15%;
}

.section6 .text-box h3 {
    font-size: 2.625em;
    color: #393939;
    font-weight: bold;
}

.section6 .text-box h5 {
    font-size: 1.125em;
    color: #393939;
    font-weight: normal;
    line-height: 1.67;
    margin: 1.88em 0 4.78em;
}

.section6 .text-box li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.875em;
    margin-bottom: 2.625em;
}

.section6 .text-box li:nth-child(3n) {
    margin-right: 0;
}

.section6 .text-box li img {
    width: 2.6875em;
    margin-bottom: 1em;
}

.section6 .text-box p {
    font-size: 1.25em;
    color: #000;
}

.section7 {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.section7 .bg {
    width: 100%;
}

.section7 .inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.section7 .text-box {
    padding-top: 7.125em;
}

.section7 .text-box h3 {
    font-size: 2.625em;
    color: #fff;
    font-weight: bold;
}

.section7 .text-box h5 {
    font-size: 1.25em;
    color: #fff;
    font-weight: normal;
    line-height: 1.64;
    margin: 0.9em 0 2.8em;
}

.section7 .text-box li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.625em;
}

.section7 .text-box li img {
    width: 2.375em;
    margin-bottom: 0.75em;
}

.section7 .text-box p {
    font-size: 1.25em;
    color: #cdcdcd;
}

.section8 {
    overflow: hidden;
    position: relative;
    height: 49.625em;
}

.section8 .bg {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section8 .inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.section8 .text-box {
    position: absolute;
    left: 0;
    top: 23.93%;
    width: 34.65%;
}

.section8 .text-box h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
}

.section8 .text-box h5 {
    font-size: 1.125em;
    color: #373737;
    font-weight: normal;
    line-height: 2;
    margin: 2.33em 0 5.22em;
}

.section8 .text-box li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3.125em;
    text-align: center;
}

.section8 .text-box li:last-child {
    margin-right: 0;
}

.section8 .text-box li img {
    width: 3.375em;
    margin-bottom: 1.25em;
}

.section8 .text-box p {
    font-size: 1.125em;
    color: #2d2c2c;
}

.section9 {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.section9 .bg {
    width: 100%;
}

.section9 .inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.section9 .text-box {
    position: absolute;
    top: 13%;
    left: 0;
    width: 100%;
}

.section9 .text-box h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
    margin-bottom: 0.714em;
}

.section9 .text-box p {
    font-size: 1.125em;
    color: #373737;
    line-height: 1.666;
}

.section10 {
    padding: 8.625em 0 5.75em;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.section10 h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
    margin-bottom: 1.19em;
}

.section10 .img1 {
    width: 68.857%;
    margin-bottom: 5.125em;
}

.section10 .img-box {
    display: inline-block;
    vertical-align: top;
    width: 49.7%;
    position: relative;
}

.section10 .img2 {
    margin-right: 0.6%;
}

.section10 .img-box img {
    width: 100%;
}

.section10 ul {
    position: absolute;
    left: 0;
    top: 5.25em;
}

.section10 li {
    display: inline-block;
    vertical-align: top;
    margin-left: 3.375em;
}

.section10 li h5 {
    font-size: 1.875em;
    color: #3b3b3d;
    font-weight: bold;
    margin-bottom: 0.6em;
}

.section10 li p {
    font-size: 1.25em;
    color: #3b3b3d;
}

.section11 {
    overflow: hidden;
    position: relative;
    height: 50.1875em;
}

.section11 .bg {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section11 .inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.section11 .text-box {
    position: absolute;
    right: 0;
    top: 27.77%;
    width: 34.9%;
}

.section11 .text-box h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
}

.section11 .text-box h5 {
    font-size: 1.25em;
    color: #2d2c2c;
    font-weight: normal;
    line-height: 1.5;
    margin: 2em 0 3.5em;
}

.section11 .text-box li {
    display: inline-block;
    vertical-align: top;
    margin-right: 4.75em;
    text-align: center;
}

.section11 .text-box li:last-child {
    margin-right: 0;
}

.section11 .text-box li img {
    width: 3em;
    margin-bottom: 1em;
}

.section11 .text-box p {
    font-size: 1.25em;
    color: #373737;
}

.section12 {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 38.5em;
    background-image: url(../shopDetailsImg/product_meeting2_section12_bg.png);
    overflow: hidden;
    text-align: center;
    padding: 8.25em 0 6.25em;
}

.section12 h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
    margin-bottom: 0.57em;
}

.section12 h5 {
    font-size: 1.125em;
    color: #373737;
    font-weight: normal;
    line-height: 2;
}

.section12 .part1 {
    margin-bottom: 1.5em;
}

.section12 .part1 ul {
    margin: 2.125em 0 -2.75em;
}

.section12 .part1 li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3.75em;
}

.section12 .part1 li img {
    height: 2.8125em;
    margin-bottom: 0.75em;
}

.section12 .part1 p {
    font-size: 1.125em;
    color: #373737;
}

.section12 .part1 .img1 {
    width: 83.43%;
}

.section12 .part2 .inner {
    width: 1536px;
}

.section12 .part2 ul {
    margin-top: 3em;
}

.section12 .part2 li {
    display: inline-block;
    vertical-align: top;
    width: 24.25%;
    margin-right: 1%;
}

.section12 .part2 li:last-child {
    margin-right: 0;
}

.section12 .part2 li img {
    width: 100%;
    margin-bottom: 1.5em;
}

.section12 .part2 li h4 {
    font-size: 1.875em;
    color: #313131;
    font-weight: normal;
    margin-bottom: 0.5em;
}

.section12 .part2 li p {
    font-size: 1.375em;
    color: #313131;
}

.section13 {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.section13 .bg {
    width: 100%;
}

.section13 .inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 7.75em;
}

.section13 h3 {
    font-size: 2.625em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.9em;
}

.section13 p {
    font-size: 1.125em;
    color: #fff;
}

.section14 {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.section14 .bg {
    width: 100%;
}

.section14 .inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 7.5em;
}

.section14 h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
    margin-bottom: 0.76em;
}

.section14 p {
    font-size: 1.125em;
    color: #373737;
}

.section14 ul {
    margin-top: 2.875em;
    text-align: left;
}

.section14 li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.section14 li:nth-child(1) {
    width: 39.93%;
    margin-right: 13.86%;
}

.section14 li:nth-child(2) {
    width: 40.43%;
}

.section14 li h5 {
    font-size: 1.5em;
    color: #313131;
    font-weight: normal;
    margin-bottom: 0.625em;
}

.section14 li img {
    width: 100%;
}

.section15 {
    padding: 8.75em 0 8.125em;
    text-align: center;
    overflow: hidden;
}

.section15 h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
    margin-bottom: 1.38em;
}

.section15 .img-box {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.section15 .img-box img {
    width: 100%;
}

.section15 .text-box {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.section15 .text-box .tl-box {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.section15 .text-box h5 {
    font-size: 1.875em;
    color: #373737;
    font-weight: bold;
    margin-bottom: 1.53em;
}

.section15 .text-box p {
    font-size: 1.25em;
    color: #373737;
    line-height: 1.8;
}

.section16 {
    padding: 0 0 3.125em;
    text-align: center;
    overflow: hidden;
}

.section16 h3 {
    font-size: 2.625em;
    color: #373737;
    font-weight: bold;
}

.section16 h5 {
    font-size: 1.125em;
    color: #373737;
    line-height: 1.64;
    font-weight: normal;
    margin: 1.44em 0 2em;
}

.section16 ul {
    text-align: left;
}

.section16 li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.625em;
    margin-right: 2%;
    width: 23.5%;
    background-color: #333;
}

.section16 li:nth-child(4n) {
    margin-right: 0;
}

.section16 li img {
    width: 100%;
}

.section16 li p {
    font-size: 1.375em;
    color: #fff;
    line-height: 2.8em;
    height: 2.8em;
}

.section17 {
    position: relative;
    overflow: hidden;
}

.section17 .bg {
    width: 100%;
}

.section17 .text {
    position: absolute;
    left: -50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.section17.actived .text {
    opacity: 1;
    left: 11.35%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.section17 .text h5 {
    font-size: 2.875em;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.87em;
}

.section17 .text p {
    font-size: 1.75em;
    color: #222;
    font-weight: bold;
}

.section17 .text p img {
    vertical-align: middle;
    margin-right: 25px;
}

.section17.actived .text p img {
    -webkit-animation: sec15tel 1.2s 2s infinite;
    -moz-animation: sec15tel 1.2s 2s infinite;
    -ms-animation: sec15tel 1.2s 2s infinite;
    -o-animation: sec15tel 1.2s 2s infinite;
    animation: sec15tel 1.2s 2s infinite;
}

@keyframes sec15tel {
    0% {
        transform: rotate(0deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    10% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(45deg);
    }
    20% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-45deg);
    }
    30% {
        transform: rotate(0deg);
    }
    35% {
        transform: rotate(45deg);
    }
    40% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes sec15tel {
    0% {
        -webkit-transform: rotate(0deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
    }
    10% {
        -webkit-transform: rotate(0deg);
    }
    15% {
        -webkit-transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-45deg);
    }
    30% {
        -webkit-transform: rotate(0deg);
    }
    35% {
        -webkit-transform: rotate(45deg);
    }
    40% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes sec15tel {
    0% {
        -moz-transform: rotate(0deg);
    }
    5% {
        -moz-transform: rotate(-45deg);
    }
    10% {
        -moz-transform: rotate(0deg);
    }
    15% {
        -moz-transform: rotate(45deg);
    }
    20% {
        -moz-transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(-45deg);
    }
    30% {
        -moz-transform: rotate(0deg);
    }
    35% {
        -moz-transform: rotate(45deg);
    }
    40% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-ms-keyframes sec15tel {
    0% {
        -ms-transform: rotate(0deg);
    }
    5% {
        -ms-transform: rotate(-45deg);
    }
    10% {
        -ms-transform: rotate(0deg);
    }
    15% {
        -ms-transform: rotate(45deg);
    }
    20% {
        -ms-transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(-45deg);
    }
    30% {
        -ms-transform: rotate(0deg);
    }
    35% {
        -ms-transform: rotate(45deg);
    }
    40% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(0deg);
    }
}

@-o-keyframes sec15tel {
    0% {
        -o-transform: rotate(0deg);
    }
    5% {
        -o-transform: rotate(-45deg);
    }
    10% {
        -o-transform: rotate(0deg);
    }
    15% {
        -o-transform: rotate(45deg);
    }
    20% {
        -o-transform: rotate(0deg);
    }
    25% {
        -o-transform: rotate(-45deg);
    }
    30% {
        -o-transform: rotate(0deg);
    }
    35% {
        -o-transform: rotate(45deg);
    }
    40% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

.section17 .text p a {
    font-size: inherit;
    color: inherit;
    display: inline-block;
}

.section17.actived .text p a {
    -webkit-animation: sec15num 1.5s linear 3s infinite;
    -moz-animation: sec15num 1.5s linear 3s infinite;
    -ms-animation: sec15num 1.5s linear 3s infinite;
    -o-animation: sec15num 1.5s linear 3s infinite;
    animation: sec15num 1.5s linear 3s infinite;
}

@keyframes sec15num {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes sec15num {
    0% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes sec15num {
    0% {
        -moz-transform: scale(1, 1);
    }
    50% {
        -moz-transform: scale(1.1, 1.1);
    }
    100% {
        -moz-transform: scale(1, 1);
    }
}

@-ms-keyframes sec15num {
    0% {
        -ms-transform: scale(1, 1);
    }
    50% {
        -ms-transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
    }
}

@-o-keyframes sec15num {
    0% {
        -o-transform: scale(1, 1);
    }
    50% {
        -o-transform: scale(1.1, 1.1);
    }
    100% {
        -o-transform: scale(1, 1);
    }
}

.section17 .text ul {
    margin-top: 12.5%;
}

.section17 .text li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.125em;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
}

.section17.actived .text li:nth-child(1) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.section17.actived .text li:nth-child(2) {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.section17.actived .text li:nth-child(3) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.section17.actived .text li:nth-child(4) {
    -webkit-transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    -ms-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
}

.section17.actived .text li:nth-child(5) {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

.section17.actived .text li:nth-child(6) {
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    -ms-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
}

.section17.actived .text li {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -ms-transition-duration: 1s;
    -ms-transition-property: all;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    transition-duration: 1s;
    transition-property: all;
}

.section17 .text li img {
    width: 2.4em;
}

.section17 .text li h4 {
    font-size: 1.125em;
    color: #191919;
    font-weight: bold;
    margin-top: 0.78em;
}

@media only screen and (max-width:1680px) {
    /*sec14*/
    .sec14 .inner {
        width: 90%;
    }
}

@media only screen and (max-width:1600px) {
    /*sec15*/
    .sec15 .inner {
        width: 90%;
    }
    .sec15 ul li .sec_box a:first-child {
        padding-top: 20px;
    }
}

@media only screen and (max-width:1440px) {
    /*sec14*/
    .sec14 .inner {
        width: 85%;
    }
    /*sec15*/
    .sec15 ul li {
        width: 18%;
        margin-right: 2.5%;
    }
    .sec15 ul li p {
        padding-left: 40%;
    }
    .sec15 ul li .sec15_bottom {
        background-position: 15px center;
    }
    .sec15 ul li .sec_box a {
        padding-bottom: 12px;
    }
    .sec15 ul li .sec_box a:first-child {
        padding-top: 30px;
    }
}

@media only screen and (max-width:1366px) {
    /*sec15*/
    .sec15 ul li .sec_box a {
        padding-bottom: 14px;
    }
    .sec15 ul li .sec_box a:first-child {
        padding-top: 18px;
    }
}

@media only screen and (max-width:1280px) {
    /*sec14*/
    .sec14 h1 {
        font-size: 34px;
    }
    .sec14 h2 {
        font-size: 30px;
    }
    /*sec15*/
    .sec15 h1 {
        font-size: 34px;
    }
    .sec15 ul li p {
        font-size: 20px;
    }
    .sec15 ul li .sec_box a {
        font-size: 18px;
    }
    .sec15 ul li .sec_box a:first-child {
        padding-top: 20px;
    }
    /*sec16*/
    .sec16 h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width:1152px) {
    /*sec16*/
    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size: 10px;
    }
}

@media only screen and (max-width:1024px) {
    /*sec14*/
    .sec14 h1 {
        font-size: 32px;
    }
    .sec14 h2 {
        font-size: 28px;
    }
    /*sec15*/
    .sec15 h1 {
        font-size: 32px;
    }
    .sec15 ul li p {
        font-size: 18px;
        padding-left: 34%;
    }
    .sec15 ul li:hover .download_content {
        background-image: none;
    }
    .sec15 ul li:hover p {
        color: #333;
    }
    .sec15 ul li.one:hover .sec15_bottom {
        background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon1.png);
    }
    .sec15 ul li.second:hover .sec15_bottom {
        background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon2.png);
    }
    .sec15 ul li.third:hover .sec15_bottom {
        background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon3.png);
    }
    .sec15 ul li.fourth:hover .sec15_bottom {
        background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon4.png);
    }
    .sec15 ul li.last:hover .sec15_bottom {
        background-image: url(../shopDetailsImg/porduct_meeting_detail1_sec15_icon5.png);
    }
    .sec15 ul li .sec15_bottom {
        background-size: 24px auto;
    }
    .sec15 ul li .sec_box {
        top: 0;
    }
    .sec15 ul li .sec_box a {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .sec15 ul li .sec_box a:hover {
        text-decoration: none;
    }
    /*sec16*/
    .sec16 h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width:1023px) {
    .inner {
        width: 90%;
    }
    /*sec14*/
    .sec14 h1 {
        padding-bottom: 25px;
        font-size: 2rem;
    }
    .sec14 .sec14_cont {
        padding: 20px 0 30px;
    }
    .sec14 .sec14_tit {
        width: 20%;
    }
    .sec14 .sec14_tit h2 {
        padding-left: 45px;
        font-size: 1.7rem;
    }
    .sec14 .sec14_tet {
        width: 80%;
    }
    .sec14 .sec14_tet ul li {
        font-size: 1.2rem;
        padding-bottom: 5px;
    }
    .sec14 .sec14_btn {
        width: 150px;
        height: 34px;
    }
    .sec14 .sec14_btn a {
        font-size: 1.3rem;
        height: 34px;
        line-height: 34px;
    }
    .sec14 .sec14_btn a span.sec14_btn_icon {
        background-size: 8px auto;
        width: 10px;
        height: 8px;
        margin-left: 10px;
    }
    /*sec15*/
    .sec15 {
        padding: 45px 0 45px;
    }
    .sec15 .inner {
        width: 90%;
        overflow-x: auto;
        overflow-x: scroll;
    }
    .sec15 h1 {
        padding-bottom: 35px;
        font-size: 2rem;
    }
    .sec15 ul {
        width: 1100px;
    }
    .sec15 ul li {
        margin-bottom: 5px;
    }
    .sec15 ul li p {
        font-size: 1.6rem;
        line-height: 40px;
    }
    .sec15 ul li .sec_box a {
        font-size: 1.6rem;
    }
    .sec15 ul li .sec_box a:first-child {
        padding-top: 23px;
    }
    .sec15 ul li .sec_box a.mobile {
        display: block;
    }
    .sec15 ul li .sec_box a.web {
        display: none;
    }
    /*sec16*/
    .sec16 {
        padding-top: 30px;
    }
    .sec16 h1 {
        font-size: 2rem;
    }
    .swiper-container {
        margin: 0;
    }
    @-webkit-keyframes appearFromTB1 {
        0% {
            opacity: 0;
            -webkit-transform: translateY(50px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    @-moz-keyframes appearFromTB1 {
        0% {
            opacity: 0;
            -moz-transform: translateY(50px);
        }
        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }
    @-ms-keyframes appearFromTB1 {
        0% {
            opacity: 0;
            -ms-transform: translateY(50px);
        }
        100% {
            opacity: 1;
            -ms-transform: translateY(0);
        }
    }
    @-o-keyframes appearFromTB1 {
        0% {
            opacity: 0;
            -o-transform: translateY(50px);
        }
        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }
    @keyframes appearFromTB1 {
        0% {
            opacity: 0;
            transform: translateY(50px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .section1 {
        background-image: url(../shopDetailsImg/product_meeting2_section1_bg_mobile.jpg);
    }
    .section1 .inner1 {
        padding: 1.875em 0 3em;
    }
    .section1 .text-box h3 {
        font-size: 1.3125em;
        margin-bottom: 0.62em;
    }
    .section1 .text-box p {
        font-size: 0.6875em;
    }
    .section1 .img {
        width: 97.4%;
    }
    .section1 .kv_new {
        padding-top: 1.4375em;
        margin-bottom: 2.125em;
    }
    .section1 ul {
        padding: 0;
    }
    .section1 li {
        margin: 0;
        width: 25%;
        padding: 1rem 0;
    }
    .section1 li img {
        height: 2em;
        margin-bottom: 0.75em;
    }
    .section1 li p {
        font-size: 0.75em;
    }
    .section2 {
        padding: 2.5em 0 3.0625em;
    }
    .section2 .text-box {
        margin-bottom: 1.25em;
    }
    .section2 .text-box h3 {
        font-size: 1.3125em;
        margin-bottom: 1.05em;
    }
    .section2 .text-box p {
        font-size: 0.5625em;
        line-height: 1.78;
    }
    .section3 .text-box {
        width: 100%;
        top: 9.122%;
    }
    .section3 .text-box h3 {
        font-size: 1.3125em;
    }
    .section3 .text-box h5 {
        font-size: 0.6875em;
        line-height: 1.64;
        margin: 1em 0 2em;
    }
    .section3 .text-box ul {
        text-align: left;
    }
    .section3 .text-box li {
        text-align: center;
        width: auto;
        margin-right: 3.25em;
    }
    .section3 .text-box li:last-child {
        margin-right: 0;
    }
    .section3 .text-box li img {
        height: 1.75em;
        margin-bottom: 1em;
    }
    .section3 .text-box p {
        font-size: 0.625em;
    }
    .section4 .text-box {
        width: 100%;
        top: 6.575%;
    }
    .section4 .text-box h3 {
        font-size: 1.3125em;
    }
    .section4 .text-box h5 {
        font-size: 0.6875em;
        line-height: 1.64;
        margin: 1.73em 0 2.1em;
    }
    .section4 .text-box li {
        margin-right: 1.625em;
    }
    .section4 .text-box li img {
        width: 1.75em;
        margin-bottom: 0.625em;
    }
    .section4 .text-box p {
        font-size: 0.625em;
    }
    .section5 {
        padding: 2.375em 0 2.6875em;
    }
    .section5 .text-box {
        margin-bottom: 1.125em;
    }
    .section5 .text-box h3 {
        font-size: 1.3125em;
        margin-bottom: 0.86em;
    }
    .section5 .text-box p {
        font-size: 0.6875em;
        line-height: 1.64;
    }
    .section5 .img {
        width: 98.55%;
    }
    .section6 .text-box {
        width: 100%;
        top: 2em;
    }
    .section6 .text-box h3 {
        font-size: 1.3125em;
    }
    .section6 .text-box h5 {
        font-size: 0.6875em;
        line-height: 1.64;
        margin: 1.55em 0 1.45em;
    }
    .section6 .text-box li {
        margin-right: 1.375em;
        margin-bottom: 1.5625em;
    }
    .section6 .text-box li:nth-child(3n) {
        margin-right: 1.375em;
    }
    .section6 .text-box li img {
        width: 1.34375em;
        margin-bottom: 0.375em;
    }
    .section6 .text-box p {
        font-size: 0.625em;
    }
    .section7 .text-box {
        padding-top: 3.1875em;
    }
    .section7 .text-box h3 {
        font-size: 1.3125em;
    }
    .section7 .text-box h5 {
        font-size: 0.6875em;
        margin: 0.7em 0 2em;
    }
    .section7 .text-box ul {
        -webkit-display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: space-between;
        -webkit-flex-direction: row;
        -moz-display: flex;
        -moz-align-items: center;
        -moz-justify-content: space-between;
        -moz-flex-direction: row;
        -ms-display: flex;
        -ms-align-items: center;
        -ms-justify-content: space-between;
        -ms-flex-direction: row;
        -o-display: flex;
        -o-align-items: center;
        -o-justify-content: space-between;
        -o-flex-direction: row;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    .section7 .text-box li {
        margin: 0;
    }
    .section7 .text-box li img {
        width: 1.1875em;
        margin-bottom: 0.3125em;
    }
    .section7 .text-box p {
        font-size: 0.625em;
    }
    .section8 {
        height: auto;
    }
    .section8 .bg {
        width: 100%;
        position: static;
        height: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .section8 .text-box {
        top: 7.36%;
        width: 100%;
    }
    .section8 .text-box h3 {
        font-size: 1.3125em;
    }
    .section8 .text-box h5 {
        font-size: 0.6875em;
        line-height: 1.55;
        margin: 1.91em 0 2.18em;
    }
    .section8 .text-box li {
        margin-right: 1.5625em;
    }
    .section8 .text-box li img {
        width: 1.6875em;
        margin-bottom: 0.625em;
    }
    .section8 .text-box p {
        font-size: 0.5625em;
    }
    .section9 .text-box {
        top: 11.194%;
    }
    .section9 .text-box h3 {
        font-size: 1.3125em;
        margin-bottom: 1.119em;
    }
    .section9 .text-box p {
        font-size: 0.6875em;
        line-height: 1.64;
    }
    .section10 {
        padding: 2.5em 0 3.125em;
    }
    .section10 h3 {
        font-size: 1.3125em;
        line-height: 1.238;
    }
    .section10 .img1 {
        width: 95.65%;
        margin-bottom: 2.25em;
    }
    .section10 .img-box {
        width: 100%;
    }
    .section10 .img2 {
        margin-right: 0;
    }
    .section10 ul {
        top: 2.1875em;
    }
    .section10 li {
        margin-left: 1.25em;
    }
    .section10 li h5 {
        font-size: 0.9375em;
    }
    .section10 li p {
        font-size: 0.625em;
    }
    .section11 {
        height: auto;
    }
    .section11 .bg {
        position: static;
        height: auto;
        width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .section11 .text-box {
        top: 9.9%;
        width: 100%;
    }
    .section11 .text-box h3 {
        font-size: 1.3125em;
    }
    .section11 .text-box h5 {
        font-size: 0.6875em;
        line-height: 1.64;
        margin: 1.82em 0 2.18em;
    }
    .section11 .text-box li {
        margin-right: 2.3125em;
    }
    .section11 .text-box li img {
        width: 1.5em;
        margin-bottom: 0.5em;
    }
    .section11 .text-box p {
        font-size: 0.625em;
    }
    .section12 {
        background-size: 100% 16.875em;
        padding: 3em 0 0;
    }
    .section12 h3 {
        font-size: 1.3125em;
        margin-bottom: 1em;
    }
    .section12 h5 {
        font-size: 0.6875em;
        line-height: 1.64;
    }
    .section12 .part1 {
        margin-bottom: 1em;
    }
    .section12 .part1 ul {
        margin: 1.59em 0 0;
    }
    .section12 .part1 li {
        margin: 0 1.875em;
    }
    .section12 .part1 li img {
        height: 1.375em;
        margin-bottom: 0.375em;
    }
    .section12 .part1 p {
        font-size: 0.5625em;
    }
    .section12 .part1 .img1 {
        width: 100%;
    }
    .section12 .part2 ul {
        margin-top: 1.625em;
    }
    .section12 .part2 li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 1.75em;
    }
    .section12 .part2 li:nth-child(even) {
        margin-right: 0;
    }
    .section12 .part2 li img {
        margin-bottom: 1em;
    }
    .section12 .part2 li h4 {
        font-size: 0.9375em;
        margin-bottom: 0.7em;
    }
    .section12 .part2 li p {
        font-size: 0.6875em;
    }
    .section13 .inner1 {
        padding-top: 2.5em;
    }
    .section13 h3 {
        font-size: 1.3125em;
        margin-bottom: 0.762em;
    }
    .section13 p {
        font-size: 0.6875em;
    }
    .section14 .inner1 {
        padding-top: 3.125em;
    }
    .section14 h3 {
        font-size: 1.3125em;
        margin-bottom: 0.74em;
    }
    .section14 p {
        font-size: 0.5625em;
    }
    .section14 ul {
        margin-top: 2.6875em;
    }
    .section14 li:nth-child(1) {
        width: 41.884%;
        margin-right: 14.058%;
    }
    .section14 li:nth-child(2) {
        width: 43.04%;
    }
    .section14 li h5 {
        font-size: 0.75em;
        margin-bottom: 1.75em;
    }
    .section15 {
        padding: 2.375em 0 3em;
    }
    .section15 h3 {
        font-size: 1.3125em;
        margin-bottom: 1.45em;
    }
    .section15 li:nth-child(odd) .text-box .tl-box {
        padding-left: 0.5625rem;
    }
    .section15 li:nth-child(even) .text-box .tl-box {
        padding-right: 0.5625rem;
    }
    .section15 .text-box h5 {
        font-size: 0.975em;
        margin-bottom: 0.4em;
    }
    .section15 .text-box p {
        font-size: 0.625em;
    }
    .section16 {
        padding: 0 0 0.5em;
    }
    .section16 h3 {
        font-size: 1.3125em;
    }
    .section16 h5 {
        font-size: 0.6875em;
        margin: 1.45em 0 2.27em;
    }
    .section16 li {
        margin-bottom: 1em;
        margin-right: 2.9%;
        width: 48.55%;
    }
    .section16 li:nth-child(2n) {
        margin-right: 0;
    }
    .section16 li p {
        font-size: 0.625em;
        line-height: 2.5em;
        height: 2.5em;
    }
    .section17 .text {
        width: 100%;
        text-align: center;
        left: 0;
        top: 15%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    .section17.actived .text {
        left: 0;
        top: 10.25%;
    }
    .section17 .text h5 {
        font-size: 1.4375em;
    }
    .section17 .text p {
        font-size: 0.875em;
    }
    .section17 .text p img {
        width: 1.25em;
        margin-right: 0.9em;
    }
    .section17 .text ul {
        margin-top: 1.25em;
    }
    .section17 .text li {
        margin: 0 0.59375em;
    }
    .section17 .text li img {
        width: 1.1875em;
    }
    .section17 .text li h4 {
        font-size: 0.5625em;
    }
}

@media only screen and (max-width:800px) {
    /*sec15*/
    .sec15 ul {
        width: 900px;
        text-align: left;
    }
    /*sec16*/
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 30px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 30px;
    }
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:700px) {
    /*sec14*/
    .sec14 .inner {
        width: 90%;
    }
}

@media only screen and (max-width:667px) {
    /*sec14*/
    .sec14 .sec14_tit h2 {
        padding-left: 0;
        text-align: right;
        padding-right: 10px;
    }
    /*sec16*/
    .swiper-slide {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:568px) {
    .mobile1 {
        display: block;
    }
    .web1 {
        display: none;
    }
    /*sec14*/
    .sec14 .sec14_tit {
        width: 25%;
    }
    .sec14 .sec14_tit h2 {
        padding-left: 0;
        text-align: right;
        padding-right: 10px;
    }
    .sec14 .sec14_tet {
        width: 75%;
    }
    .sec14 .sec14_tet ul.f-left,
    .sec14 .sec14_tet ul.f-right {
        width: 100%;
    }
    /*sec15*/
    .sec15 ul li .sec_box a:first-child {
        padding-top: 18px;
    }
}

@media only screen and (max-width:414px) {
    /*sec16*/
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 15px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 15px;
    }
}

@media only screen and (max-width:375px) {
    /*sec14*/
    .sec14 .sec14_tit {
        width: 30%;
    }
    .sec14 .sec14_tet {
        width: 70%;
    }
}

@media only screen and (max-width:320px) {}