@font-face {
    font-family: arial;
    src: url(../fonts/ArialMT.eot);
    src: url(../fonts/ArialMT.eot?#iefix) format('embedded-opentype'), url(../fonts/ArialMT.woff2) format('woff2'), url(../fonts/ArialMT.woff) format('woff'), url(../fonts/ArialMT.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

#Pop_UpsBtn {
    display: none !important
}

#ewm canvas,
#ewm img {
    width: 100%;
    display: block
}

#pups_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 21;
    display: none
}

#pups_from {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 22;
    background: #fff;
    padding: 30px;
    overflow: auto
}

#pups_from h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}
.Auxil-about .right .font-16 h1 {
    display: inline;
}
#pups_from form {
    margin-top: 40px
}

#pups_from i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#pups_from i.close::after,
#pups_from i.close::before {
    content: '';
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#pups_from i.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#pups_from i.close:hover {
    background: #202778
}

#pups_from i.close:hover::after,
#pups_from i.close:hover::before {
    background: #fff
}

#pups_from ul li {
    margin-bottom: 10px;
    position: relative
}

#pups_from ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block
}

#pups_from ul li label em {
    color: red;
    margin-right: 2px
}

#pups_from ul li input,
#pups_from ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px
}

#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
    border-color: #202778
}

#pups_from ul li textarea {
    height: 80px
}

#pups_from ul li input[type=submit] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: #202778;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#pups_from ul li input[type=submit]:hover {
    opacity: .7
}

#pups_from ul li:last-child {
    margin-bottom: 0
}

.right_nav_list {
    position: fixed;
    bottom: 120px;
    right: 25px;
    z-index: 10
}

.right_nav_list ul li {
    margin-top: 2px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    padding: 0;
    position: relative;
    color: #fff;
    background: #202778
}

.right_nav_list ul li .iImg {
    width: 24px;
    height: 32px
}

.right_nav_list ul li .text {
    padding: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px
}

.right_nav_list ul li .cont {
    position: absolute;
    left: -150px;
    top: 0;
    width: 150px;
    min-height: 100%;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .5s;
    transition: opacity .3s, -webkit-transform .5s;
    -o-transition: opacity .3s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .3s, -moz-transform .5s;
    transition: transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s;
    -webkit-transition: -webkit-transform .5s, opacity .3s;
    -moz-transition: -moz-transform .5s, opacity .3s;
    overflow: hidden;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top
}

.right_nav_list ul li .cont #ewm {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #ccc
}

.right_nav_list ul li:hover {
    background-color: #000
}

.right_nav_list ul li:hover .cont {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1
}

@media (max-width:500px) {
    .right_nav_list {
        right: 5px;
        bottom: 150px
    }

    .right_nav_list ul li {
        width: 38px;
        height: 38px;
        margin-top: 5px
    }

    .right_nav_list ul li .more_cont {
        font-size: 16px
    }

    .right_nav_list ul li .iImg {
        width: 16px;
        height: 24px
    }
}

iframe {
    display: block;
    width: 100%
}

#Pop_UpsBtn {
    z-index: 20;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: #202778;
    color: #fff;
    right: 2%;
    bottom: 40%;
    font-size: 24px;
    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#Pop_UpsBtn:hover {
    background: #889aff
}

::-webkit-scrollbar-thumb {
    background-color: #222
}

b,
strong {
    font-weight: 700
}

body,
html {
    position: relative;
    max-width: 1920px;
    margin: auto;
    overflow-x: hidden
}

body {
    overflow-x: hidden;
    position: relative;
    font-family: arial;
    font-weight: 400;
    margin: 0 auto;
    color: #000
}

#ewm canvas,
#ewm img {
    display: block;
    width: 100%
}

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

table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100%;
    height: auto;
    display: block;
    overflow: auto
}

table tbody {
    display: table;
    width: 100% !important
}

table tbody td,
table tbody th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important
}

table tbody tr {
    width: auto !important;
    height: auto !important
}

table tbody tr:nth-child(even) {
    background: #eee
}

html.mobile {
    overflow: hidden
}

html.mobile .body-overflow-box {
    position: relative;
    left: 280px
}

#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 20;
    height: 100%
}

#mobile:before {
    content: '';
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0, 0, 0, .13);
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#mobile .mobile-logo {
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111;
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(255, 255, 255, .2)
}

#mobile .mobile-logo img {
    max-height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain;
    width: 220px
}

#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1
}

#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#mobile #menu-on i.line1 {
    top: 12px
}

#mobile #menu-on i.line2 {
    top: 19px
}

#mobile #menu-on i.line3 {
    top: 26px
}

#mobile .menu-content {
    width: 100%;
    height: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    overflow-y: auto;
    color: #fff
}

#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px
}

#mobile .menu-content::-webkit-scrollbar-button {
    display: none
}

#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222
}

#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee
}

#mobile .menu-content .h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px
}

#mobile .menu-content .h3 i {
    font-size: 16px;
    position: relative;
    top: -1px
}

#mobile .menu-content .menu-logo {
    display: block
}

#mobile .menu-content .menu-logo img {
    margin: 0 auto;
    max-width: 100%;
}

#mobile .menu-content .menu-list {
    margin: 40px 0
}

#mobile .menu-content .menu-list ul li {
    font-size: 16px;
    color: inherit;
    text-transform: uppercase;
    line-height: 1.8;
}

#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block
}

#mobile .menu-content .menu-list ul li a:hover {
    color: #ff9800;
    text-decoration: underline
}

#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height: 2;
}

#mobile .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#mobile .menu-content .menu-list ul li li li a {
    padding-left: 25px
}

#mobile .menu-content .menu-list ul li li li a:after {
    width: 12px
}

#mobile .menu-content .mob-search form {
    position: relative
}

#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: #000
}

#mobile .menu-content .mob-search form input[type=submit] {
    width: 45px;
    height: 45px;
    background: url(../images/icon-search-white.png) no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    border: 1px solid #fff
}

#mobile .menu-content .mob-yuy {
    margin: 40px 0
}

#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px
}

#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#mobile .menu-content .mob-share ul li:hover {
    background: #ff9800
}

#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand
}

#mobile.active {
    left: 0
}

#mobile.active:before {
    right: 0
}

#mobile.active #menu-on i.line1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px
}

#mobile.active #menu-on i.line2 {
    opacity: 0
}

#mobile.active #menu-on i.line3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px
}

#mobile.white .mobile-logo {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #fff
}

#mobile.white .menu-content {
    background: #fff;
    color: #000
}

#mobile.white .menu-content .menu-list ul li li a:after {
    background: #000
}

#mobile.white .menu-content .mob-search form input {
    border: 1px solid #000
}

#mobile.white .menu-content .mob-search form input[type=submit] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.img_sca {
    overflow: hidden
}

.img_sca:hover .img_bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.img_bg {
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none
}

.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer
}

.search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%
}

.search-box form input {
    background: 0 0;
    outline: 0;
    border: none
}

.search-box form input[type=text] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0
}

.search-box form input[type=submit] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px
}

.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 18
}

#header a {
    display: block
}

#header img {
    display: block;
    width: 100%
}

#header>.nav {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

#header>.nav>.menu .menu-box {
    position: unset;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#header>.nav>.menu .menu-box .cont .left {
    position: relative
}

#header>.nav>.menu .menu-box .cont .left .logo {
    position: relative;
    display: block;
    z-index: 1
}

#header>.nav>.menu .menu-box .cont .left .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

#header>.nav>.menu .menu-box .menu_c {
    text-align: center;
    z-index: 2
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container {
    z-index: 2;
    width: 100%
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item {
    display: inline-block;
    position: relative;
    margin-left: 50px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:first-child {
    margin-left: 0
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.active>a,
#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover>a {
    color: #fff
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.active>a::before,
#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover>a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover>.sub-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    padding: 30px 10px;
    text-align: left;
    line-height: 1.2;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a i {
    font-size: 12px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    width: auto;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .5s;
    transition: opacity .3s, -webkit-transform .5s;
    -o-transition: opacity .3s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .3s, -moz-transform .5s;
    transition: transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s;
    -webkit-transition: -webkit-transform .5s, opacity .3s;
    -moz-transition: -moz-transform .5s, opacity .3s;
    border-radius: 2px;
    background-color: #f7f7f7
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item {
    color: #000;
    position: relative
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item a {
    white-space: nowrap;
    font-size: 16px;
    padding: 8px 12px;
    text-align: left;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(189, 189, 189, 0)
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover>a {
    background-color: #000;
    color: #fff
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item .sub-menu {
    left: 100%;
    top: 0;
    min-width: 120px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover .sub-menu {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about {
    position: unset
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: top;
    opacity: 0
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about:hover .menu-content {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .container {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08)
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one {
    width: 45%;
    padding: 0 15px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutTitle {
    font-size: 32px;
    color: #111;
    line-height: 40px;
    margin-bottom: 15px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutDesc {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
    width: 80%
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutMore {
    font-size: 14px;
    line-height: initial
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutMore:hover {
    color: #202778
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two {
    width: 25%;
    padding: 0 15px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link {
    margin-top: 16px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link:first-child {
    margin-top: 0
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    position: relative
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #202778;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a:hover:before {
    width: 100%
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three {
    width: 30%;
    padding: 0 15px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three img {
    width: 100%
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three .shipingbiaoti {
    margin-top: 10px;
    font-size: 16px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product {
    position: unset
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content {
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: top;
    opacity: 0;

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
 
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08)
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product:hover .menu-content {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left {
    width: 70%;
    position: relative;
    border-right: 1px solid #ccc
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product {
    font-size: 14px;
    width: 33.33%;
    padding-right: 20px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
    color: #202778
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-img {
    width: auto
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul {
    font-size: 16px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li {
    margin-top: 10px
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
    color: #202778
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right {
    width: 30%;
    padding: 0 23px 20px;
    font-size: 14px;
    top: 0;
    color: #333
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right ul li {
    width: 50%;
    padding: 10px
}

#header>.nav>.menu .menu-box .right {
    padding: 24px 26px;
    position: relative;
    z-index: 1;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2)
}

#header>.nav>.menu .menu-box .right .search {
    margin-left: 30px;
    cursor: pointer
}

#header>.nav>.menu .menu-box .right .search .img {
    width: 24px;
    height: 24px
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont {
    background-color: #202778;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont .textC {
    color: #fff;
    text-transform: uppercase
}

#header>.nav>.menu .menu-box .right .lang_cont .lang {
    padding-top: 5px
}

#header>.nav .lang_cont {
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 2
}

#header>.nav .lang_cont:hover .lang {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

#header>.nav .lang_cont .lang {
    overflow-y: auto;
    max-height: 400px;
    width: 150px;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .5s;
    transition: opacity .3s, -webkit-transform .5s;
    -o-transition: opacity .3s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .3s, -moz-transform .5s;
    transition: transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s;
    -webkit-transition: -webkit-transform .5s, opacity .3s;
    -moz-transition: -moz-transform .5s, opacity .3s;
    border-bottom: 3px solid #333
}

#header>.nav .lang_cont .lang li a {
    display: block;
    background: #f7f7f7;
    padding: 5px 10px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    text-align: left
}

#header>.nav .lang_cont .lang li a:hover {
    background-color: #000
}

#header>.nav .lang_cont .lang li a:hover em {
    color: #fff
}

#header>.nav .lang_cont .lang li a img {
    display: inline;
    width: 20%;
    margin-top: 4px
}

#header>.nav .lang_cont .lang li a em {
    display: inline;
    font-size: 16px;
    margin-left: 10px;
    color: #000
}

#header.active>.nav {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%)
}


#header a.logo img {
    filter: grayscale(100%) brightness(1000%)
}

#header.active a.logo img {
    filter: grayscale(0) brightness(100%)
}

#header.active>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a {
    color: #000
}

#header.active>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a:before {
    background-color: #202778
}

#header.active>.nav>.menu .menu-box .right .search {
    overflow: hidden
}

#header.active>.nav>.menu .menu-box .right .search .img {
    filter: drop-shadow(0 -100px #000);
    position: relative;
    top: 100px
}

@-webkit-keyframes ks2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-moz-keyframes ks2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-o-keyframes ks2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ks2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

.font-16 {
    line-height: 1.8
}

#banner {
    overflow: hidden;
    position: relative
}

#banner .swiper {
    z-index: 2;
    width: 100%;
    overflow: hidden;
    position: relative
}

#banner .swiper .swiper-wrapper {
    height: 100%
}

#banner .swiper .swiper-wrapper .swiper-slide {
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    height: 56vw;
    max-height: 970px;
    -o-background-size: cover;
    background-size: cover;
    z-index: 2
}

#banner .swiper .swiper-wrapper .swiper-slide .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-background-size: cover;
    background-size: cover
}

#banner .swiper .swiper-wrapper .swiper-slide .cont {
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 600px;
    padding-left: 70px
}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
    width: 100%;
    position: relative;
    z-index: 1
}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .numC {
    font-size: 18px;
    line-height: 1
}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .numC .sub {
    margin: 0 5px
}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .numC .activeNum {
    font-size: 58px;
    font-weight: 700;
    margin-top: 10px
}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
    margin-top: 50px;
    font-size: 48px;
    font-weight: 700
}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more {
    width: 60px;
    height: 60px;
    margin-top: 100px;
    border: 1px solid #fff;
    border-radius: 50%
}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more .img2 {
    width: 30px;
    height: 20px
}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more:hover {
    background-color: #202778;
    border: 1px solid #202778
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .title {
    -webkit-animation: fadeInLeftSmall 1s linear;
    -moz-animation: fadeInLeftSmall 1s linear;
    -o-animation: fadeInLeftSmall 1s linear;
    animation: fadeInLeftSmall 1s linear
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .des {
    -webkit-animation: fadeInRightSmall 1s linear;
    -moz-animation: fadeInRightSmall 1s linear;
    -o-animation: fadeInRightSmall 1s linear;
    animation: fadeInRightSmall 1s linear
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .more {
    -webkit-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear;
    animation: fadeInUp 1s linear
}

#banner .sPage {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2
}

#banner .sPage .container .cont {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 56vw;
    background-color: rgba(255, 255, 255, .2)
}

#banner .sPage .container .cont .swiper-pagination-bullets {
    width: 70px;
    position: absolute;
    bottom: 100px;
    right: -11px;
    left: unset
}

#banner .sPage .container .cont .swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #fff;
    background: 0 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 46px
}

#banner .sPage .container .cont .swiper-pagination-bullets .swiper-pagination-bullet .num {
    font-size: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

#banner .sPage .container .cont .swiper-pagination-bullets .swiper-pagination-bullet .cir {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    margin-left: 10px
}

#banner .sPage .container .cont .swiper-pagination-bullets .swiper-pagination-bullet-active .num {
    position: relative;
    -webkit-transform: scale(1.6) translateX(-6px);
    -moz-transform: scale(1.6) translateX(-6px);
    -ms-transform: scale(1.6) translateX(-6px);
    -o-transform: scale(1.6) translateX(-6px);
    transform: scale(1.6) translateX(-6px)
}

#index-body {
    position: relative;
    z-index: 2;
    overflow: hidden
}

#index-body .init-1 {
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom
}

#index-body .init-1 .container .tipsTitle {
    text-align: center;
    color: #202778
}

#index-body .init-1 .container .tipsTitle2 {
    text-align: center;
    font-weight: 700;
    margin-top: 10px
}

#index-body .init-1 .container .content .swiper .swiper-slide .box {
    position: relative;
    z-index: 2;
    overflow: hidden
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    z-index: 2
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .img {
    position: relative;
    min-height: 50px;
    z-index: 1
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .img img {
    width: calc(100% + 20px);
    max-width: none;
    transform: translateX(-20px)
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .cont {
    position: absolute;
    width: 100%;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    padding: 20px 30px;
    color: #fff;
    z-index: 3
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .cont>div {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .cont .title {
    max-width: 166px
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .cont .title:hover {
    /*color: #202778*/
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .cont .moreC {
    margin-left: auto;
    width: calc(100% - 166px);
    height: 34px;
    position: relative
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .cont .moreC .more {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .cont .moreC .more i {
    margin-left: 2px
}

#index-body .init-1 .container .content .swiper .swiper-slide .box .cont .moreC .more:hover {
    background-color: #202778;
    border: 1px solid #202778
}

#index-body .init-1 .container .content .swiper .swiper-slide .box:hover .shadow {
    opacity: 1
}

#index-body .init-1 .container .content .swiper .swiper-slide .box:hover .img img {
    transform: translateX(0)
}

#index-body .init-1 .container .content .swiper .swiper-slide .box:hover .cont .moreC .more {
    right: calc(100% - 34px)
}

#index-body .init-2 {
    background-attachment: fixed;
    -o-background-size: cover;
    background-size: cover
}

#index-body .init-2 .container .left {
    width: 50%;
    color: #fff
}

#index-body .init-2 .container .left .tipsTitle2 {
    font-weight: 700;
    margin-top: 10px
}

#index-body .init-2 .container .left .play {
    margin-top: 130px;
    margin-left: 160px;
    width: 88px;
    cursor: pointer;
    position: relative
}

#index-body .init-2 .container .left .play img {
    display: block;
    margin: auto;
    width: 100%;
    position: relative;
    z-index: 2
}

#index-body .init-2 .container .left .play .ling {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    animation: ks2 3s linear infinite
}

#index-body .init-2 .container .left .play .ling:first-child {
    animation-delay: -1.5s
}

#index-body .init-2 .container .right {
    width: 50%
}

#index-body .init-2 .container .right .des {
    color: #fff;
    line-height: 2
}

#index-body .init-2 .container .right ul {
    margin-top: 40px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 15px
}

#index-body .init-2 .container .right ul li {
    border-top: 1px solid #d5d6d5
}

#index-body .init-2 .container .right ul li .box {
    padding: 20px
}

#index-body .init-2 .container .right ul li .box .titleC {
    cursor: pointer
}

#index-body .init-2 .container .right ul li .box .titleC .title {
    width: -webkit-calc(80%);
    width: -moz-calc(80%);
    width: calc(100% - 20px);
    font-weight: 700;
    padding-right: 20px;
    text-transform: capitalize
}

#index-body .init-2 .container .right ul li .box .titleC .sub {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 6px 0 0 0
}

#index-body .init-2 .container .right ul li .box .titleC .sub i {
    margin-left: 2px
}

#index-body .init-2 .container .right ul li .box .titleC.active .sub {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

#index-body .init-2 .container .right ul li .box .text {
    color: #303030;
    margin-top: 16px;
    display: none
}

#index-body .init-2 .container .right ul li:first-child {
    border-top: none
}

#index-body .init-3 .container .tipsTitle {
    font-weight: 700;
    max-width: 810px;
    margin: auto;
    text-align: center
}

#index-body .init-3 .container .more {
    margin-top: 50px;
    color: #202778;
    padding: 10px 20px
}

#index-body .init-3 .container .more .cir {
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background-color: #202778;
    color: #fff;
    border-radius: 50%;
    font-size: 14px
}

#index-body .init-3 .container .more:hover {
    background-color: #202778;
    color: #fff;
    border-radius: 10px
}

#index-body .init-4 {
    background-attachment: fixed;
    -o-background-size: cover;
    background-size: cover;
    color: #fff
}

#index-body .init-4 .container .tipsTitle {
    text-transform: uppercase;
    text-align: center
}

#index-body .init-4 .container .tipsTitle2 {
    text-align: center;
    font-weight: 700;
    margin-top: 10px
}

#index-body .init-4 .container .content {
    margin-top: 50px
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 0 16px;
    border-left: 2px solid rgba(255, 255, 255, .2)
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box {
    position: relative;
    z-index: 2;
    padding: 30px
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .2);
    z-index: -1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .cir {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 20px;
    margin-left: auto
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
    height: 80px;
    margin-top: 70px;
    position: relative
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
    height: 100%
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont2 {
    -webkit-transform: translateY(87px);
    -moz-transform: translateY(87px);
    -ms-transform: translateY(87px);
    -o-transform: translateY(87px);
    transform: translateY(87px)
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont2 .title {
    margin-top: 20px
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont2 .des {
    margin-top: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 87px;
    opacity: 0
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .cir {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .shadow {
    opacity: 1
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .cont2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .cont2 .des {
    opacity: 1
}

#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    border-left: 2px solid rgba(255, 255, 255, 0)
}

#index-body .init-5 .container .left {
    width: 38%;
    padding-left: 40px;
    padding-top: 50px
}

#index-body .init-5 .container .left .swiper .tipsTitle {
    font-weight: 700;
    color: #202778
}

#index-body .init-5 .container .left .tipsTitle {
    color: #202778
}

#index-body .init-5 .container .left .swiper .time {
    color: #727272;
    margin-top: 40px
}

#index-body .init-5 .container .left .swiper .title {
    display: block;
    font-weight: 700;
    margin-top: 10px
}

#index-body .init-5 .container .left .swiper .title:hover {
    color: #202778
}

#index-body .init-5 .container .left .swiper .des {
    color: #2b2b2b;
    margin-top: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

#index-body .init-5 .container .left .swiper .more {
    display: inline-block;
    margin-top: 20px;
    border-bottom: 1px solid #202778;
    line-height: 1;
    margin-top: 30px;
    color: #202778
}

#index-body .init-5 .container .left .swiper .more:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

#index-body .init-5 .container .left .btnC {
    margin-top: 60px
}

#index-body .init-5 .container .left .btnC .btn {
    width: 42px;
    height: 42px;
    background-color: #7f7f7f;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    margin-right: 4px
}

#index-body .init-5 .container .left .btnC .btn:hover {
    background-color: #202778
}

#index-body .init-5 .container .right {
    width: 56%;
    margin-left: auto
}

#index-body .init-5 .container .right .swiper .swiper-slide {
    width: 50%
}

#index-body .init-5 .container .right .swiper .swiper-slide .box .img {
    display: block;
    position: relative;
    min-height: 60px
}

#index-body .init-5 .container .right .swiper .swiper-slide .box .img img {
    width: 100%
}

#index-body .init-5 .container .right .swiper .swiper-slide .box .cont {
    padding: 0 14px
}

#index-body .init-5 .container .right .swiper .swiper-slide .box .cont .title {
    font-weight: 700;
    display: block;
    margin-top: 10px
}

#index-body .init-5 .container .right .swiper .swiper-slide .box .cont .title:hover {
    color: #202778
}

#index-body .init-5 .container .right .swiper .swiper-slide .box .cont .time {
    margin-top: 4px;
    color: #727272
}

#footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #222;
    -o-background-size: cover;
    background-size: cover
}

#footer .fTop .container .tipsTitle {
    max-width: 430px;
    text-align: center;
    margin: auto;
    font-weight: 700;
    color: #fff
}

#footer .fTop .container form {
    padding-top: 10px
}

#footer .fTop .container form input {
    background-color: rgba(255, 255, 255, .2);
    border: none;
    margin: 10px 5px;
    width: 200px;
    padding: 14px;
    color: #fff
}

#footer .fTop .container form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase
}

#footer .fTop .container form input:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase
}

#footer .fTop .container form input::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase
}

#footer .fTop .container form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase
}

#footer .fTop .container form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase
}

#footer .fTop .container form input::placeholder {
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase
}

#footer .fTop .container form .content {
    width: 360px;
    margin-right: 0
}

#footer .fTop .container form .btn {
    width: 49px;
    height: 49px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #fff
}

#footer .fTop .container form .btn .img {
    width: 12px;
    height: 12px
}

#footer .fTop .container form .btn:hover {
    background-color: #202778
}

#footer .fTop .container form .btn:hover .img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

#footer .fMiddle {
    padding-top: 20px
}

#footer .fMiddle .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#footer .fMiddle .container .listCont {
    margin-top: 40px;
    color: #fff
}

#footer .fMiddle .container .listCont .pr-80 {
    padding-right: 80px
}

#footer .fMiddle .container .listCont .list {
    color: #fff
}

#footer .fMiddle .container .listCont .list .tips {
    font-weight: 700
}

#footer .fMiddle .container .listCont .list .des {
    margin-top: 4px
}

#footer .fMiddle .container .listCont .first {
    font-weight: 700;
    margin-bottom: 16px
}

#footer .fMiddle .container .listCont .list2 {
    margin-top: 10px
}

#footer .fMiddle .container .listCont .list2 i {
    width: 16px;
    height: 16px;
    font-size: 18px;
    margin-top: 4px
}

#footer .fMiddle .container .listCont .list2:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

#footer .fMiddle .container .listCont #ewm {
    padding: 8px;
    background-color: #fff;
    margin-top: 20px
}

#footer .fMiddle .container .listCont .share {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px
}

#footer .fMiddle .container .listCont .share li {
    width: auto;
    font-size: 20px
}

#footer .fMiddle .container .listCont .share li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

#footer .fMiddle .container .listCont1 {
    width: 500px
}

#footer .fMiddle .container .listCont2 {
    width: 170px
}

#footer .fMiddle .container .listCont3 {
    width: 220px
}

#footer .fMiddle .container .listCont4 {
    width: 180px
}

#footer .fMiddle .container .listCont5 {
    width: 120px
}

#footer .copyright {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    color: #525252;
    text-align: center
}

#footer .copyright .container {
    padding-top: 16px;
    padding-bottom: 20px
}

#footer .copyright .container svg {
    height: 30px;
    width: auto;
    fill: #fff;
    position: relative;
    top: 0
}

#footer .copyright .container a {
    margin: 0 5px
}

#footer .copyright .container a img {
    margin-top: 8px;
    height: 16px
}

#footer .copyright .container .left {
    position: relative;
    top: -4px;
    color: #fff;
    margin-right: 10px
}

@media (max-width:1500px) {
    #header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item {
        margin-left: 20px
    }
}

@media (max-width:1250px) {
    #header .logo {
        width: 260px
    }

    #header>.nav>.menu .menu-box .right {
        padding: 24px 10px
    }

    #header>.nav>.menu .menu-box .right .search {
        margin-left: 16px
    }

    #header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a {
        padding: 30px 5px
    }

    #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
        margin-top: 30px
    }

    #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more {
        margin-top: 40px
    }

    #index-body .init-2 .container .left {
        width: 100%
    }

    #index-body .init-2 .container .left .play {
        margin-top: 20px;
        margin-left: 0
    }

    #index-body .init-2 .container .right {
        width: 100%;
        margin-top: 20px
    }

    #footer .fMiddle .container .listCont1 {
        width: 630px
    }
}

@media (max-width:1000px) {
    #header {
        display: none
    }

    #banner {
        margin-top: 40px
    }

    #mobile {
        display: block
    }

    #banner .sPage {
        display: none
    }

    #banner .swiper .swiper-wrapper .swiper-slide .cont {
        padding-left: 0
    }

    #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .numC {
        display: none
    }

    #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
        margin-top: 0;
        font-size: 30px
    }

    #index-body .init-5 .container .left {
        width: 100%;
        padding-left: 0
    }

    #index-body .init-5 .container .right {
        display: none
    }
}

@media (max-width:700px) {
    .phone_hide {
        display: none !important
    }

    #index-body .init-1 .container .content .swiper .swiper-slide .box .cont .title {
        width: 100%;
        max-width: 100%
    }

    #index-body .init-1 .container .content .swiper .swiper-slide .box .cont .moreC {
        margin-top: 10px;
        width: 100%
    }

    #index-body .init-1 .container .content .swiper .swiper-slide .box .cont .moreC .more {
        right: calc(100% - 34px)
    }

    #footer .copyright .container {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-top: 0
    }
}

@media (max-width:500px) {
    .font-36 {
        font-size: 24px;
        line-height: 1.6
    }

    .font-32 {
        font-size: 24px;
        line-height: 1.6
    }

    #banner .swiper .swiper-wrapper .swiper-slide {
        height: 260px
    }

    #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
        font-size: 24px
    }

    #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more {
        width: 40px;
        height: 40px;
        margin-top: 16px
    }

    #index-body .init-1 .container .content .swiper .swiper-slide .box .cont {
        padding: 16px 10px
    }

    #index-body .init-2 .container .right ul {
        padding: 15px 5px
    }

    #index-body .init-2 .container .right ul li .box {
        padding: 10px
    }

    #index-body .init-3 .container .more {
        margin-top: 30px;
        background-color: #202778;
        border-radius: 10px;
        color: #fff
    }

    #index-body .init-4 .container .content {
        margin-top: 20px;
        padding: 0
    }

    #index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide {
        padding: 0 5px
    }

    #index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box {
        padding: 20px 10px
    }

    #index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .shadow {
        opacity: 1
    }

    #index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont2 {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    #index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont2 .des {
        opacity: 1
    }

    #index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
        height: 50px;
        margin-top: 30px
    }

    #index-body .init-5 .container .left {
        padding-top: 0
    }

    #index-body .init-5 .container .left .swiper .time {
        margin-top: 20px
    }

    #index-body .init-5 .container .left .swiper .more {
        margin-top: 10px
    }

    #index-body .init-5 .container .left .btnC {
        margin-top: 30px
    }

    #footer .fTop .container form {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    #footer .fTop .container form input {
        width: 100%;
        margin: 5px 0
    }

    #footer .fTop .container form .content {
        width: 100%
    }

    #footer .fTop .container form .btn {
        margin-top: 5px
    }

    #footer .fMiddle .container .listCont .list {
        margin-top: 20px;
        margin-right: 0;
        width: 100%;
        padding-right: 0
    }

    #footer .fMiddle .container .listCont .list:first-child {
        margin-top: 0
    }

    #footer .fMiddle .container .listCont #ewm {
        margin-top: 0
    }
}

.inner-banner {
    padding: 220px 0 170px;
    color: #fff;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center
}

.inner-banner.teshu:before {
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    left: -16.5%;
    background: #202778;
    opacity: .7;
    position: absolute;
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
    display: none
}

.inner-banner span.h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    padding-bottom: .2em;
    background: url(../images/inner-1-line.png) left bottom no-repeat
}

.inner-banner .text {
    font-size: 28px;
    line-height: 1.4;
    margin: 1em 0
}

.inner-banner .mbx {
    font-size: 16px
}


.inner-banner.cpdd {
    padding: 0
}

.inner-banner.cpdd .box {
    display: flex;
    align-items: center
}

.inner-banner.cpdd .box .banner-cp-left {
    width: 55%;
    padding-right: 40px
}

.inner-banner.cpdd .box .banner-cp-right {
    width: 45%
}

.inner-banner.cpdd .box .banner-cp-left h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.inner-banner.cpdd .box .banner-cp-left .con {
    line-height: 2;
    font-size: 17px
}

.inner-banner.cpdd .box .banner-cp-left .btn {
    margin-top: 40px
}

.inner-banner.cpdd .box .banner-cp-left .btn a.more {
    padding: 10px 30px;
    text-align: center;
    text-transform: capitalize;
    background-color: #202778;
    position: relative;
    margin-right: 1em;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 20px
}

.inner-banner.cpdd .box .banner-cp-left .btn a.more:after {
    content: '';
    border-right: .6em solid #202778;
    border-bottom: .6em solid #202778;
    border-top: .6em solid transparent;
    border-left: .6em solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right-color: #fff;
    border-bottom-color: #fff;
    display: none;
    transition: all .5s ease
}

.inner-banner.cpdd .box .banner-cp-left .btn a.more:hover {
    padding: 10px 50px;
    transition: all .5s ease
}

.inner-banner.cpdd .box .banner-cp-left .btn a.more {
    transition: all .5s ease
}

.sj {
    border-right: .6em solid #202778;
    border-bottom: .6em solid #202778;
    border-top: .6em solid transparent;
    border-left: .6em solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0
}

.about-page .about-1 {
    padding: 110px 0
}

.about-page .about-1 .left {
    width: 52%
}

.about-page .about-1 .left span.tag {
    color: #202778;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
    margin-bottom: .5em
}

.about-page .about-1 .left span.h3 {
    font-size: 26px;
    display: block;
    line-height: 1.2
}

.about-page .about-1 .left .text {
    font-size: 16px;
    line-height: 30px;
    color: #646464;
    margin: 1.2em 0
}

.about-page .about-1 .left .text p {
    margin-top: 1em
}

.about-page .about-1 .left .text p:first-child {
    margin-top: 0
}

.about-page .about-1 .left .img img {
    width: 100%
}

.about-page .about-1 .right {
    width: 48%;
    padding-left: 3%
}

.about-page .about-1 .right .list ul li {
    padding: 23px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-bottom: 1px solid #e3e3e3
}

.about-page .about-1 .right .list ul li i.fa {
    padding: 0 .5em;
    font-size: 28px;
    line-height: 1;
    margin-top: -.1em
}

.about-page .about-1 .right .list ul li .content {
    width: 100%
}

.about-page .about-1 .right .list ul li .content span.h6 {
    font-size: 18px;
    color: #373737;
    line-height: 1.4;
    display: block
}

.about-page .about-1 .right .list ul li .content .text {
    font-size: 15px;
    color: #646464;
    line-height: 1.8;
    margin-top: 1.2em;
    display: none
}

.about-page .about-1 .right .list ul li span.plus {
    width: 18px;
    height: 18px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    cursor: pointer;
    cursor: hand
}

.about-page .about-1 .right .list ul li span.plus:after,
.about-page .about-1 .right .list ul li span.plus:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #a6a6a6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.about-page .about-1 .right .list ul li span.plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.about-page .about-1 .right .list ul li.active span.plus:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.about-page .about-2 {
    padding: 180px 0 180px;
    color: #fff;
    background: url(../images/ab-bg.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center
}

.about-page .about-2 span.h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    display: block
}

.about-page .about-2 span.h2.small {
    font-weight: 400
}

.about-page .about-2 .list {
    margin-top: 65px
}

.about-page .about-2 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.about-page .about-2 .list ul li {
    width: auto
}

.about-page .about-2 .list ul li span.h6 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .4em
}

.about-page .about-2 .list ul li span.h6 i {
    font-size: .2em;
    margin-left: .5em
}

.about-page .about-2 .list ul li p {
    font-size: 18px;
    font-weight: 300
}

.about-page .about-2 .play {
    margin-top: 45px;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
    cursor: hand
}

.about-page .about-2 .play img {
    position: relative;
    z-index: 1
}

.about-page .about-2 .play:after,
.about-page .about-2 .play:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .4);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite
}

.about-page .about-2 .play:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.about-page .about-3 {
    padding: 110px 0
}

.about-page .about-3 .list ul {
    margin: -20px
}

.about-page .about-3 .list ul li {
    padding: 20px
}

.about-page .about-3 .list ul li .box {
    overflow: hidden
}

.about-page .about-3 .list ul li .box .content {
    background: #202778;
    padding: 15px 7% 0;
    color: #fff;
    position: relative
}

.about-page .about-3 .list ul li .box .content:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    top: 100%;
    left: 0;
    background: inherit;
    -webkit-transform: skewX(-75deg);
    -moz-transform: skewX(-75deg);
    -ms-transform: skewX(-75deg);
    transform: skewX(-75deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: 1
}

.about-page .about-3 .list ul li .box .content i {
    width: 40px;
    background: #fcc101;
    padding: 20px 4px 20px;
    display: block;
    position: relative;
    top: -15px
}

.about-page .about-3 .list ul li .box .content i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.about-page .about-3 .list ul li .box .content i:after {
    content: '';
    border-bottom: 6px solid #202778;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0
}

.about-page .about-3 .list ul li .box .content span.tag {
    font-size: 18px;
    display: block;
    line-height: 1.2;
    margin-top: 1em
}

.about-page .about-3 .list ul li .box .content span.h3 {
    font-size: 26px;
    line-height: 1.2;
    display: block
}

.about-page .about-3 .list ul li .box .content .text {
    font-size: 15px;
    line-height: 1.6;
    margin: 1em 0 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    height: 11.2em
}

.about-page .about-3 .list ul li .box .content a.more {
    padding: 0 2em 0 .8em;
    text-transform: capitalize;
    background: #fff;
    color: #202778;
    position: relative;
    line-height: 2.5em;
    height: 2.5em;
    display: inline-block
}

.about-page .about-3 .list ul li .box .content a.more:after {
    content: '';
    border-right: .6em solid #202778;
    border-bottom: .6em solid #202778;
    border-top: .6em solid transparent;
    border-left: .6em solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0
}

.about-page .about-3 .list ul li .box .content a.more:hover {
    background: #202778;
    color: #fff
}

.about-page .about-3 .list ul li .box .img {
    display: block;
    overflow: hidden
}

.about-page .about-3 .list ul li .box .img img {
    width: 100%;
    transition: all 1.2s ease
}

.about-page .about-3 .list ul li:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all 1.2s ease
}

.about-page .about-4 {
    padding: 110px 0 80px;
    background: url(../images/index_7.jpg) center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 4%
}

.about-page .about-4:before {
    content: '';
    width: 100%;
    height: 100%;
    bottom: -10%;
    right: 0;
    background: url(../images/about-4-2.png) right bottom no-repeat;
    background-size: 60% auto;
    position: absolute
}

.about-page .about-4 span.h2 {
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.2;
    display: block
}

.about-page .about-4 .text {
    font-size: 16px;
    margin-top: 1em;
    display: block
}

.about-page .about-4 .text:after {
    content: '';
    width: 2em;
    height: .25em;
    background: #fff;
    display: block;
    margin: 1em auto 0
}

.about-page .about-4 .list {
    margin-top: 60px
}

.about-page .about-4 .list ul li {
    padding: 0 30px
}

.about-page .about-4 .list ul li a {
    display: block
}

.about-page .about-4 .list ul li a img {
    display: block;
    width: 100%
}

.about-page .slick-arrow {
    font-size: 0;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1
}

.about-page .slick-arrow.slick-prev {
    right: 100%;
    background-image: url(../images/banner-btn-l.png)
}

.about-page .slick-arrow.slick-next {
    left: 100%;
    background-image: url(../images/banner-btn-r.png)
}

.about-page .slick-arrow:hover {
    background-color: #202778
}

.about-page .about-5 {
    padding: 110px 0;
    text-align: center;
    overflow: hidden
}

.about-page .about-5 span.h2 {
    font-size: 30px;
    line-height: 1.2
}

.about-page .about-5 span.h2:after {
    content: '';
    width: 1.66666667em;
    height: .13333333em;
    display: block;
    margin: .5em auto 0;
    background-color: #202778
}

.about-page .about-5 .list {
    margin-top: 50px;
    overflow: hidden;
    position: relative
}

.about-page .about-5 .list .slick-arrow {
    z-index: 6
}

.about-page .about-5 .list .slick-arrow.slick-prev {
    right: auto;
    left: 0
}

.about-page .about-5 .list .slick-arrow.slick-next {
    right: 0;
    left: auto
}

.about-page .about-5 .list ul {
    margin: 0 -15%;
    position: static
}

.about-page .about-5 .list .slick-slide {
    -webkit-transform: translateX(170%);
    -moz-transform: translateX(170%);
    -ms-transform: translateX(170%);
    transform: translateX(170%);
    position: relative;
    z-index: 1;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s
}

.about-page .about-5 .list .slick-slide li {
    -webkit-transform: scale(.625);
    -moz-transform: scale(.625);
    -ms-transform: scale(.625);
    transform: scale(.625);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s
}

.about-page .about-5 .list .slick-slide.slick-active {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 2
}

.about-page .about-5 .list .slick-slide.slick-active li {
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.about-page .about-5 .list .slick-slide.slick-active+div {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
    z-index: 3
}

.about-page .about-5 .list .slick-slide.slick-active+div li {
    -webkit-transform: scale(.85714286);
    -moz-transform: scale(.85714286);
    -ms-transform: scale(.85714286);
    transform: scale(.85714286)
}

.about-page .about-5 .list .slick-slide.slick-active.slick-current {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 4
}

.about-page .about-5 .list .slick-slide.slick-active.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.about-page .about-5 .list .slick-slide.slick-active.slick-current+div {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    z-index: 3
}

.about-page .about-5 .list .slick-slide.slick-active.slick-current+div li {
    -webkit-transform: scale(.85714286);
    -moz-transform: scale(.85714286);
    -ms-transform: scale(.85714286);
    transform: scale(.85714286)
}

.about-page .about-5 .list .slick-slide.slick-active.slick-current+div+div {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2
}

.about-page .about-5 .list .slick-slide.slick-active.slick-current+div+div li {
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.about-page .about-5 .list .slick-slide.slick-active.slick-current+div+div+div {
    -webkit-transform: translateX(-170%);
    -moz-transform: translateX(-170%);
    -ms-transform: translateX(-170%);
    transform: translateX(-170%);
    z-index: 1
}

.about-page .about-5 .list .slick-slide.slick-active.slick-current+div+div+div li {
    -webkit-transform: scale(.625);
    -moz-transform: scale(.625);
    -ms-transform: scale(.625);
    transform: scale(.625)
}


.about-8 {
    padding: 100px 0
}

.about-8 .slideBarRight span.h3 {
    font-weight: 700;
    color: #120c0b;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.2;
    display: block;
    text-align: center
}

.about-8 .slideBarRight .faqList {
    line-height: 2;
    font-size: 20px;
    font-weight: 400;
    margin-top: 2em
}

.about-8 .slideBarRight .faqList li {
    padding: .5em 0
}

.about-8 .slideBarRight .faqList li span.h6 {
    padding: 1em 4em 1em 1.5em;
    -o-box-shadow: 0 0 21px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .07);
    box-shadow: 0 0 21px rgba(0, 0, 0, .07);
    position: relative;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize
}

.about-8 .slideBarRight .faqList li span.h6 i.close {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 1em;
    right: 1.1em;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.about-8 .slideBarRight .faqList li span.h6 i.close:after,
.about-8 .slideBarRight .faqList li span.h6 i.close:before {
    content: '';
    background-color: #e5e5e5;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: .25em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.about-8 .slideBarRight .faqList li span.h6 i.close:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.about-8 .slideBarRight .faqList li .text {
    padding: 1em 1.5em 0;
    font-weight: 400;
    color: #000;
    display: none
}

.about-8 .slideBarRight .faqList li.active span.h6 {
    background-color: #202778;
    color: #fff
}

.about-8 .slideBarRight .faqList li.active span.h6 i.close {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.about-8 .slideBarRight .faqList li.active span.h6 i.close:after,
.about-8 .slideBarRight .faqList li.active span.h6 i.close:before {
    background-color: #fff
}

.about-8 .slideBarRight {
    width: 100% !important
}

@media screen and (max-width:1600px) {
    .about-page .about-2 .list ul li p {
        font-size: 16px
    }

    .about-page .about-2 span.h2 {
        font-size: 28px
    }

    .about-page .about-2 .list ul li span.h6 {
        font-size: 60px
    }

    .about-page .about-2 {
        padding: 120px 0 200px
    }

    .about-page .about-2 .list {
        margin-top: 40px
    }
}

@media screen and (max-width:1400px) {
    .about-page .about-2 .list ul li p {
        font-size: 14px
    }

    .about-page .about-2 span.h2 {
        font-size: 24px
    }

    .about-page .about-2 .list ul li span.h6 {
        font-size: 44px
    }

    .about-page .about-2 {
        padding: 80px 0 140px
    }
}

@media screen and (max-width:1250px) {
    .about-page .about-2 {
        padding: 80px 0
    }
}

@media screen and (max-width:1000px) {
    .about-page .about-2 .list ul li span.h6 {
        font-size: 36px
    }

    .about-page .about-2 {
        padding: 50px 0
    }
}

@media screen and (max-width:700px) {
    .about-page .about-2 span.h2 {
        font-size: 20px
    }

    .about-page .about-2 span.h2.small {
        font-size: 18px
    }

    .about-page .about-2 .list ul li span.h6 {
        font-size: 26px
    }
}

@media screen and (max-width:500px) {
    .about-page .about-2 .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-page .about-2 .list ul li {
        width: 50%;
        padding: 5px
    }
}
.m-pro-link{
    padding-bottom: 40px;
}
.m-pro-link a{
    display: block;
    font-size: 16px;
    margin-top: 10px;
    transition: all .5s;
}
.m-pro-link a:hover{
    color: #202778;
}

.inner-page .sideBarBox .sideBarLeft {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.inner-page .sideBarBox .sideBarLeft form {
    height: 42px;
    line-height: 42px;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px
}

.inner-page .sideBarBox .sideBarLeft form input {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 0 1em
}

.inner-page .sideBarBox .sideBarLeft form button {
    width: 42px;
    border: none;
    background-color: #202778;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inner-page .sideBarBox .sideBarLeft form button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide {
    margin-top: 50px
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
    font-size: 18px;
    margin-top: 1em;
    display: block;
    padding-right: 1.5em;
    position: relative
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa {
    position: absolute;
    right: .3em;
    top: 0;
    font-size: 140%
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a em {
    opacity: .6
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li.active>a,
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li:hover>a {
    color: #202778
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li ul {
    display: none
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li {
    padding-left: 1em
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li a {
    font-weight: 400
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list {
    margin: 10px 0
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box {
    width: 25%;
    margin-right: 4%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6 {
    font-size: 17px;
    width: 100%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content .star {
    font-size: 14px;
    color: #202778
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content time {
    font-size: 14px;
    color: #202778
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg {
    background-image: url(../images/sideBarImg-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 180px 10% 80px;
    display: block
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg span.h3 {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    line-height: 1.2
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg .text {
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0 2em
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg a.more {
    line-height: 2em;
    height: 2em;
    padding: 0 1em 0 .5em;
    background: url(../images/icon-sideBarImg-link.png) center no-repeat;
    background-size: 100% 100%
}

.inner-page .sideBarBox .slideBarRight {
    width: 75%;
    padding-left: 2%
}

.inner-page .m-page {
    text-align: center;
    margin-top: 40px
}

.inner-page .m-page a,
.inner-page .m-page span {
    font-size: 16px;
    line-height: 2em;
    height: 2em;
    padding: 0 1em;
    border-radius: .33333333em;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .33333333em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: #202778;
    color: #fff
}

.product-page {
    padding: 80px 0;
    background: #f5f5f5
}

.product-page .slideBarRight h1 {
    font-size: 36px;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px
}

.product-page .slideBarRight .content {
    font-size: 17px;
    color: #545454;
    line-height: 1.6;
    margin-top: 1.3em
}

.product-page .slideBarRight .content p {
    margin-top: 1em
}

.product-page .slideBarRight .content p:first-child {
    margin-top: 0
}

.product-page .slideBarRight .list {
    margin: 30px 0 70px
}

.product-page .slideBarRight .list ul {
    margin: -25px -15px
}

.product-page .slideBarRight .list ul li {
    padding: 25px 15px
}

.product-page .slideBarRight .list ul li .box {
    display: block;
    padding: 0 5%;
    position: relative;
    background: #edeef0;
    z-index: 1
}

.product-page .slideBarRight .list ul li .box:before {
    content: '';
    width: 100%;
    height: 55%;
    position: absolute;
    left: 0;
    top: 0;
    background: #202778;
    z-index: -1;
    opacity: 0
}

.product-page .slideBarRight .list ul li .box:after {
    content: '';
    width: 100%;
    height: 55%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewY(-20deg);
    -moz-transform: skewY(-20deg);
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
    background: #202778;
    z-index: -1;
    opacity: 0
}

.product-page .slideBarRight .list ul li .box i {
    width: 38px;
    background: #fcc101;
    padding: 12px 4px 22px;
    display: block;
    position: relative;
    top: -8px
}

.product-page .slideBarRight .list ul li .box i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.product-page .slideBarRight .list ul li .box i:after {
    content: '';
    border-bottom: 6px solid #edeef0;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0
}

.product-page .slideBarRight .list ul li .box span.tag {
    font-size: 14px;
    display: block;
    line-height: 1.2;
    margin: .3em 0
}

.product-page .slideBarRight .list ul li .box span.h4 {
    font-size: 17px;
    font-weight: 700;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.6;
    height: 3.2em
}

.product-page .slideBarRight .list ul li .box .text {
    font-size: 14px;
    line-height: 1.6;
    margin: 1em 0 1.5em;
    opacity: .8;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 4.8em
}

.product-page .slideBarRight .list ul li .box a.more {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 1em;
    position: relative;
    background-color: #202778;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block
}

.product-page .slideBarRight .list ul li .box a.more:after {
    content: '';
    border-right: .6em solid #202778;
    border-bottom: .6em solid #202778;
    border-top: .6em solid transparent;
    border-left: .6em solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right-color: #edeef0;
    border-bottom-color: #edeef0
}

.product-page .slideBarRight .list ul li .box a.img {
    padding: 15px 0;
    display: block;
    text-align: center
}

.product-page .slideBarRight .list ul li .box:hover {
    color: #fff
}

.product-page .slideBarRight .list ul li .box:hover:after,
.product-page .slideBarRight .list ul li .box:hover:before {
    opacity: 1
}

.product-page .slideBarRight .list ul li .box:hover a.more {
    background-color: #fff;
    color: #202778
}

.product-page .slideBarRight .list ul li .box:hover a.more:after {
    border-right-color: #202778;
    border-bottom-color: #202778
}

.product-page .slideBarRight .list ul li .box:hover i:after {
    border-bottom-color: #202778
}


.inner-page.case-page {
    background-color: #f5f5f5
}

.inner-page.case-page .case-right,
.inner-page.product-page .pro-right {
    width: 75%;
    padding-left: 4%
}

.inner-page.case-page .case-right ul li,
.inner-page.product-page .pro-right ul li {
    padding: 35px;
    background: #fff;
    margin-bottom: 30px
}

.inner-page.case-page .case-right ul li h6,
.inner-page.product-page .pro-right ul li h6 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #202778
}

.inner-page.case-page .case-right ul li .all-case,
.inner-page.product-page .pro-right ul li .all-pro {
    display: flex;
    margin-top: 25px
}

.inner-page.case-page .case-right ul li .all-case .left,
.inner-page.product-page .pro-right ul li .all-pro .left {
    width: 50%;
    overflow: hidden
}

.inner-page.case-page .case-right ul li .all-case .left ul li,
.inner-page.product-page .pro-right ul li .all-pro .left ul li {
    padding: 5px;
    width: 100%
}

.inner-page.case-page .case-right ul li .all-case .left ul li a,
.inner-page.product-page .pro-right ul li .all-pro .left ul li a {
    display: block;
    overflow: hidden
}

.inner-page.case-page .case-right ul li .all-case .right {
    width: 50%;
    padding-left: 8%;
    padding-top: 2%
}

.inner-page.case-page .case-right ul li .all-case .right p {
    font-size: 17px;
    line-height: 1.8;
    padding-left: 15px;
    position: relative
}

.inner-page.case-page .case-right ul li .all-case .right p:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #202778;
    position: absolute;
    left: 0;
    bottom: 50%;
    border-radius: 100%
}

.inner-page.case-page .case-right ul li .all-case .right h4,
.inner-page.product-page .pro-right ul li .all-pro .right h4 {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #202778;
    position: relative
}

.inner-page.case-page .case-right ul li .all-case .right .imgC ul,
.inner-page.product-page .pro-right ul li .all-pro .right .imgC ul {
    margin-top: 30px
}

.inner-page.case-page .case-right ul li .all-case .right .imgC ul li,
.inner-page.product-page .pro-right ul li .all-pro .right .imgC ul li {
    padding: 5px
}

.inner-page.case-page .case-right ul li .all-case .right .imgC ul li a,
.inner-page.product-page .pro-right ul li .all-pro .right .imgC ul li a {
    display: block
}

.inner-page.case-page .case-right ul li .all-case .right .imgC ul li a img,
.inner-page.product-page .pro-right ul li .all-pro .right .imgC ul li a img {
    width: 100%
}

.inner-page.case-page .case-right ul li .all-case .right a.more,
.inner-page.product-page .pro-right ul li .all-pro .right a.more {
    font-size: 15px;
    margin-top: 20px;
    width: 135px;
    background: #202778;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px
}

.inner-page.case-page .case-right ul li .all-case .right a.more:hover,
.inner-page.product-page .pro-right ul li .all-pro .right a.more:hover {
    margin-left: 10px
}

.inner-page.case-page .case-right ul li .all-case .right a.more .cir,
.inner-page.product-page .pro-right ul li .all-pro .right a.more .cir {
    padding-left: 12px
}

.inner-page.case-page .case-right ul li .all-case .right h4:after,
.inner-page.product-page .pro-right ul li .all-pro .right h4:after {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    background: #202778;
    left: 0;
    bottom: -10px
}

.inner-page.product-page .pro-right ul li .all-pro .right p {
    font-size: 17px;
    line-height: 1.8;
    position: relative
}

.inner-page.product-page .pro-right ul li .all-pro .right {
    width: 50%;
    padding-left: 6%;
    padding-top: 2%
}

.inner-page.product-page .pro-right ul li .all-pro .left {
    position: relative
}

.inner-page.product-page .pro-right ul li .all-pro .left img.img_2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease
}

.inner-page.product-page .pro-right ul li .all-pro .left:hover img.img_2 {
    opacity: 1;
    transition: all .5s ease;
    background: #fff
}

.about-page.seo .about-2 {
    position: relative;
    padding: 180px 0 140px
}

.about-page.seo .about-2:before {
    content: '';
    height: 116px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: 4%;
    left: 50%
}

.prodet-page {
    padding: 90px 0;
    padding-bottom: 0;
    background: #f8f8f8
}

.prodet-page .shareBoxFlex {
    margin-top: 55px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prodet-page .shareBoxFlex .share {
    font-size: 16px;
    color: #616161;
    margin-left: -1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1
}

.prodet-page .shareBoxFlex .share a {
    padding: 0 1.5em;
    border-right: 1px solid #616161
}

.prodet-page .shareBoxFlex .share a:last-child {
    border-right: none
}

.prodet-page .shareBoxFlex .line {
    height: 1px;
    width: 100%;
    background-color: #d9d9d9
}

.prodet-page .shareBoxFlex .info {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.prodet-page .shareBoxFlex .info a {
    margin-left: 1.5em
}

.prodet-page .shareBoxFlex .info a img {
    margin-right: .5em
}

.prodet-page span.titleBox {
    font-size: 18px;
    padding: .7em;
    color: #fff;
    display: block;
    background-color: #202778;
    position: relative;
    margin-bottom: 1em
}

.prodet-page span.titleBox:after {
    content: '';
    border-right: 15px solid #fff;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0
}

.prodet-page .content {
    font-size: 15px;
    color: #585858;
    line-height: 1.6
}

.prodet-page .prodet-3 {
    padding: 60px 0
}

.prodet-page .prodet-3 .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prodet-page .prodet-3 .flex .btn {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prodet-page .prodet-3 .flex .btn div {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: #202778;
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 1.5em;
    cursor: pointer;
    cursor: hand
}

.prodet-page .prodet-3 .flex .list {
    width: 80%
}

.prodet-page .prodet-3 .flex .list li {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prodet-page .prodet-3 .flex .list li .content {
    width: 65%;
    padding-right: 5%
}

.prodet-page .prodet-3 .flex .list li .content span.h6 {
    font-size: 24px;
    color: #2c2927;
    font-weight: 700;
    line-height: 1.2
}

.prodet-page .prodet-3 .flex .list li .content .text {
    font-size: 18px;
    margin-top: 1em
}

.prodet-page .prodet-3 .flex .list li .img {
    width: 35%
}

.prodet-page .prodet-4 {
    background-color: #f6f6f6;
    position: relative;
    z-index: 1
}

.prodet-page .prodet-4:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #f2f2f4
}

.prodet-page .prodet-4 .list ul li {
    padding: 30px;
    font-size: 17px;
    line-height: 1.6;
    text-align: center
}

.prodet-page .prodet-4 .list ul li img {
    display: block;
    margin: 0 auto 20px
}

.prodet-page .prodet-5 {
    margin-top: 50px
}

.prodet-page .prodet-5 .content td {
    border: none
}

.prodet-page .prodet-5 .content td:first-child {
    width: 60% !important;
    padding-right: 5%
}

.prodet-page .prodet-5 .content td:last-child {
    width: 40% !important;
    text-align: center
}

.prodet-page .prodet-6 .list {
    padding-right: 4%;
    overflow: hidden
}

.prodet-page .prodet-6 .list .slick-list {
    overflow: unset
}

.prodet-page .prodet-6 .list ul {
    margin: 0 -25px
}

.prodet-page .prodet-6 .list ul li {
    padding: 0 25px
}

.prodet-page .prodet-6 .list ul li a.img-box {
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    display: block;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.prodet-page .prodet-6 .list ul li a.img-box img {
    width: 100%;
    -webkit-transform: skewX(10deg) scale(1.2);
    -moz-transform: skewX(10deg) scale(1.2);
    -ms-transform: skewX(10deg) scale(1.2);
    transform: skewX(10deg) scale(1.2)
}

.prodet-page .prodet-6 .list ul li span.h6 {
    font-size: 17px;
    color: #363636;
    margin-top: 1.5em;
    display: block;
    text-align: center
}

.prodet-page .prodet-7 {
    margin-top: 60px
}

.prodet-page .prodet-7 table {
    margin-bottom: 0
}

.prodet-page .prodet-7 table tr {
    border: 1px solid #fff
}

.prodet-page .prodet-7 table tr:first-child {
    background-color: #484443;
    text-align: center;
    font-size: 120%;
    color: #fff
}

.prodet-page .prodet-7 table tr td {
    border: none;
    padding: 1em;
    border: 1px solid #666
}


.prodet-1 .list ul,
.prodet-2 .list ul,
.prodet-3 .list ul {
    margin: 0 -20px
}

.prodet-1 .list ul li,
.prodet-2 .list ul li,
.prodet-3 .list ul li {
    padding: 10px 20px
}

.prodet-1 .list ul li img,
.prodet-2 .list ul li img,
.prodet-3 .list ul li img {
    border: 1px solid #eee;
    background: #fff
}

.prodet-1 .top,
.prodet-2 .top,
.prodet-3 .top,
.prodet-page.inner-page .about-8 span.h3 {
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 22px;
    font-weight: 100;
    color: #120c0b;
    line-height: 1.2
}

.prodet-2 .list ul li p {
    font-size: 17px;
    text-align: center;
    letter-spacing: 0;
    padding-top: 20px
}

.prodet-page.inner-page .about-8 {
    padding: 100px 0 60px
}

.prodet-page.inner-page .about-8 li span.h6 {
    background: #fff;
    -o-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.prodet-page .prodet-3 .slick-track {
    margin-left: 0
}

.prodet-page.inner-page .about-8 li.active span.h6 {
    background-color: #fff;
    color: #000
}

.prodet-page.inner-page .about-8 li.active span.h6 i.close:after,
.prodet-page.inner-page .about-8 li.active span.h6 i.close:before {
    background-color: #000
}

.prodet-page.inner-page .about-8 .slideBarRight .faqList li .text {
    background: #fff;
    padding: 1em 1.5em
}

.history-page {
    padding: 110px 0;
    overflow: hidden
}

.history-page .historySideBar .historySideLeft {
    width: 40%;
    padding: 0 8%
}

.history-page .historySideBar .historySideLeft span.h3 {
    font-size: 30px;
    padding: 1.83333333em 15%;
    display: block;
    background: url(../images/historySideLeft-1.jpg) center center no-repeat;
    background-size: cover;
    line-height: 1.2;
    color: #fff;
    position: relative
}

.history-page .historySideBar .historySideLeft span.h3:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background: url(../images/historySideLeft-3.jpg) center center no-repeat;
    background-size: cover
}

.history-page .historySideBar .historySideLeft span.h3:after {
    content: '';
    width: 1.66666667em;
    height: .13333333em;
    display: block;
    margin-top: .5em;
    background-color: #fff
}

.history-page .historySideBar .historySideLeft .img {
    padding: 10%;
    height: 480px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/historySideLeft-2.jpg) center center no-repeat;
    background-size: cover;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    color: #fff
}

.history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.history-page .historySideBar .historySideLeft .img .text {
    font-size: 16px;
    margin-top: .5em
}

.history-page .historySideBar .historySideRight {
    width: 60%
}

.history-page .historySideBar .historySideRight .list {
    position: relative
}

.history-page .historySideBar .historySideRight .list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.history-page .historySideBar .historySideRight .list ul li time {
    font-size: 24px;
    color: #202778;
    line-height: 1.2
}

.history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 30px;
    margin-left: 30px;
    padding-bottom: 30px;
    position: relative
}

.history-page .historySideBar .historySideRight .list ul li .slide:before {
    content: '';
    width: 1px;
    height: 140%;
    position: absolute;
    left: 0;
    top: -20%;
    background: #e5e5e5
}

.history-page .historySideBar .historySideRight .list ul li .slide:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 3px solid #e5e5e5;
    display: block;
    position: absolute;
    left: -7px;
    top: 5px;
    background: #fff;
    z-index: 1
}

.history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 16px;
    color: #7e7f81;
    padding-left: 2em;
    padding-bottom: 20px;
    position: relative
}

.history-page .historySideBar .historySideRight .list ul li .slide .text i.fa {
    position: absolute;
    left: 0;
    top: 3px;
    color: #202778;
    font-size: 120%
}

.contact-page {
    padding-bottom: 110px
}

.contact-page .left {
    width: 47% !important;
    padding-right: 5%
}

.contact-page .left .box2 {
    background-color: #edeef0;
    padding: 30px 5% 90px;
    position: relative
}

.contact-page .left .box2:before {
    content: '';
    width: 50%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: inherit;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.contact-page .left .box2:after {
    content: '';
    width: 50%;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: inherit
}

.contact-page .left .box2 span.h2 {
    font-size: 36px;
    font-weight: 700;
    color: #363636;
    line-height: 1.2;
    display: block;
    margin-bottom: 1.5em
}

.contact-page .left .box2 .text {
    font-size: 16px;
    color: #7e7f81;
    line-height: 1.4
}

.contact-page .left .box2 .form {
    margin-top: 50px
}

.contact-page .left .box2 .form ul li {
    font-size: 16px;
    color: #666
}

.contact-page .left .box2 .form ul li label {
    display: block;
    margin: 1em 0 .5em;
    font-weight: 600
}

.contact-page .left .box2 .form ul li label em {
    color: #202778
}

.contact-page .left .box2 .form ul li input,
.contact-page .left .box2 .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #aaabad;
    padding: .2em 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.contact-page .left .box2 .form ul li input:focus,
.contact-page .left .box2 .form ul li textarea:focus {
    border-color: #202778
}

.contact-page .left .box2 .form ul li textarea {
    height: 140px
}

.contact-page .left .box2 .form ul li a.more {
    margin-top: 50px;
    border-radius: 15px;
    background-color: #202778;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 10px 30px
}

.contact-page .left .box2 .form ul li a.more:hover {
    background-color: #202778
}

.contact-page .right {
    width: 53% !important;
    padding-top: 110px
}

.contact-page .right span.h2 {
    font-size: 36px;
    font-weight: 700;
    color: #363636;
    display: block
}

.contact-page .right span.h2:after {
    content: '';
    width: 2em;
    height: .11111111em;
    background-color: #000;
    display: block;
    margin-top: .2em
}

.contact-page .right .text {
    font-size: 16px;
    color: #7e7f81;
    line-height: 1.4;
    margin: 1em 0 1.5em
}

.contact-page .right .phone {
    font-size: 15px;
    color: #fff;
    padding: 1em;
    text-align: center;
    background-color: #202778;
    position: relative;
    margin-bottom: 30px
}

.contact-page .right span.h5 {
    font-size: 24px;
    font-weight: 700;
    color: #363636;
    display: block;
    line-height: 1.2;
    margin: 1.5em 0 .5em
}

.contact-page .right span.h6 {
    display: block;
    font-size: 16px;
    color: #7e7f81;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px
}

.contact-page .right .info {
    font-size: 16px;
    color: #7e7f81
}

.contact-page .right .info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .5em
}

.contact-page .right .info li i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-page .right iframe {
    margin-top: 25px;
    height: 320px;
    width: 100%
}

.news-page {
    padding: 110px 0
}

.news-page .sideBarBox .slideBarRight {
    padding-left: 0;
    padding-right: 2%
}

.news-page .sideBarBox .slideBarRight .list {
    margin-bottom: 90px
}

.news-page .sideBarBox .slideBarRight .list ul {
    margin: -20px -15px
}

.news-page .sideBarBox .slideBarRight .list ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px
}

.news-page .sideBarBox .slideBarRight .list ul li {
    padding: 20px 15px
}

.news-page .sideBarBox .slideBarRight .list ul li .box a.img {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 180px;
}

.news-page .sideBarBox .slideBarRight .list ul li .box a.img time {
    font-size: 14px;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 5%;
    bottom: 5%;
    color: #fff;
    z-index: 2
}

.news-page .sideBarBox .slideBarRight .list ul li .box a.img:before {
    content: '';
    border-left: 15px solid #fff;
    border-top: 20px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.news-page .sideBarBox .slideBarRight .list ul li .box .content {
    padding: 15px 10px 15px
}

.news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6 {
    display: block;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: 10px
}

.news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6:hover {
    color: #202778
}

.news-page .sideBarBox .slideBarRight .list ul li .box .content .text {
    font-size: 14px;
    color: #7e7f81;
    line-height: 1.4
}

.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more {
    background-color: #202778;
    position: relative;
    font-size: 14px;
    line-height: 3em;
    height: 3em;
    display: inline-block;
    color: #fff;
    padding: 0 20px
}

.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more:hover {
    background-color: #202778
}

.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more:after {
    content: '';
    border-right: .6em solid #202778;
    border-bottom: .6em solid #202778;
    border-top: .6em solid transparent;
    border-left: .6em solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-color: #edeef0;
    border-right-color: #edeef0
}

.news-page .sideBarBox .sideBarLeft {
    padding-left: 2%
}


.news-page .sideBarBox .slideBarRight .list ul li:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease
}

.news-page .sideBarBox .slideBarRight .list ul li .img img {
    transition: all .5s ease
}

.news-page .sideBarBox .slideBarRight .list ul li .img:after {
    content: '';
    background: rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .5s ease
}

.news-page .sideBarBox .slideBarRight .list ul li:hover .img:after {
    content: '';
    background: rgba(0, 0, 0, 0);
    transition: all .5s ease
}

.newdet-page .newdet-content .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.newdet-page .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #202778;
    border: 1px solid #202778;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.newdet-page .newdet-content .category a:hover {
    background: #202778;
    color: #fff
}

.newdet-page .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0)
}

.newdet-page .newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.newdet-page .newdet-content .category .time span {
    color: #000;
    margin-left: 10px
}

.newdet-page .newdet-content h4.n-title {
    font-size: 30px;
    line-height: 2;
    color: #000;
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7
}

.newdet-page .newdet-content .content {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #555;
    padding: 0
}

.newdet-page .newdet-content .content .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    font-weight: 300;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7
}

.newdet-page .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.newdet-page .newdet-content .content .icon a:hover {
    color: #202778
}

.newdet-page .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.newdet-page .newdet-content .m-link a {
    width: 50%;
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.newdet-page .newdet-content .m-link a .r-img {
    margin-right: 2rem
}

.newdet-page .newdet-content .m-link a .r-img img {
    display: block;
    width: 110px;
    min-width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover
}

.newdet-page .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 700;
    max-width: 255px
}

.newdet-page .newdet-content .m-link a .r-text p:hover {
    color: #202778
}

.newdet-page .newdet-content .m-link a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1
}

.newdet-page .newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7
}

.newdet-page .newdet-content .m-link a.right {
    padding-left: 30px
}

.newdet-page h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #e7e7e7
}
.newdet-page p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.newdet-page ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.newdet-page h3 strong {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  font-weight: 700;
}
.newdet-page h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color:#202778;
}
.newdet-page ol li,.newdet-page ul li {
    list-style: disc;
    list-style-position: inside;
}
.newdet-page .form {
    margin-top: 60px
}

.newdet-page .form span.h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1em;
    display: block
}

.newdet-page .form ul {
    margin: -10px
}

.newdet-page .form ul li {
    padding: 10px
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: .5em 1em;
    border: 1px solid #eee
}

.newdet-page .form ul li textarea {
    height: 100px
}

.newdet-page .form ul li a.more {
    background-color: #202778
}

.newdet-page .form ul li a.more:hover {
    background-color: #202778
}

.newdet-page .form ul li.wid-100 {
    width: 100%
}

@media screen and (max-width:1600px) {
    .inner-banner span.h2 {
        font-size: 44px
    }

    .inner-banner .text {
        font-size: 24px
    }

    .inner-banner .mbx {
        font-size: 14px;
        line-height: 28px
    }

    .about-page .about-1,
    .about-page .about-3,
    .about-page .about-4,
    .about-page .about-5,
    .history-page,
    .news-page,
    .product-page {
        padding: 60px 0
    }

    .contact-page .right {
        padding-top: 60px
    }

    .contact-page {
        padding-bottom: 60px
    }

    .about-page .about-1 .left span.tag {
        font-size: 16px
    }

    .about-page .about-1 .left span.h3 {
        font-size: 22px
    }

    .about-page .about-1 .left .text {
        font-size: 15px
    }

    .about-page .about-1 .right .list ul li .content .text {
        margin-top: .5em
    }

    .about-page .about-1 .right .list ul li {
        padding: 17px 10px
    }

    .about-page .about-2 {
        padding: 120px 0
    }

    .about-page .slick-arrow.slick-next {
        left: auto;
        right: 0
    }

    .about-page .slick-arrow.slick-prev {
        left: 0;
        right: auto
    }

    .inner-banner {
        padding: 160px 0
    }

    .contact-page .left .box2 span.h2,
    .contact-page .right span.h2,
    .newdet-page .form span.h3,
    .newdet-page h1,
    .product-page .slideBarRight h1 {
        font-size: 28px
    }

    .contact-page .right span.h5 {
        font-size: 20px
    }

    .contact-page .right span.h6 {
        font-size: 14px
    }

    .newdet-page .newdet-content {
        padding-right: 40px
    }

    .newdet-page .newdet-content .content .icon {
        margin-top: 30px;
        padding-bottom: 30px
    }

    .inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3,
    .prodet-page .prodet-3 .flex .list li .content span.h6 {
        font-size: 20px
    }

    .inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
        font-size: 14px
    }

    .inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6,
    .prodet-page .prodet-6 .list ul li span.h6,
    .product-page .slideBarRight .content {
        font-size: 15px
    }

    .prodet-page .prodet-3 .flex .list li .content .text {
        font-size: 16px
    }

    .prodet-page .prodet-3 {
        padding: 40px 0
    }

    .prodet-page .prodet-4 .list ul li img {
        margin-top: 1em
    }

    .about-page.seo .about-2:before {
        height: 50px
    }

    .about-page.seo .about-2 {
        padding: 80px 0
    }

    .prodet-page .prodet-1 .right .text {
        font-size: 16px
    }
}

@media screen and (max-width:1450px) {
    .inner-banner span.h2 {
        font-size: 32px
    }

    .inner-banner .text {
        font-size: 20px
    }

    .inner-banner {
        padding: 120px 0
    }

    .about-page .slick-arrow {
        width: 44px;
        height: 44px
    }

    .about-page .about-2 .play {
        max-width: 60px
    }

    .inner-banner:before {
        left: -22.5%
    }

    .news-page .sideBarBox .slideBarRight .list ul li .box .content {
        padding: 10px
    }

    .news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6 {
        font-size: 16px;
line-height: 1.8;
    }

    .news-page .sideBarBox .slideBarRight .list ul li .box .content .text {
        margin: .5em 0
    }

    .news-page .sideBarBox .slideBarRight .list ul li {
        padding: 10px
    }

    .news-page .sideBarBox .slideBarRight .list ul {
        margin: -10px
    }

    .news-page .sideBarBox .slideBarRight .list {
        margin-bottom: 50px
    }

    .newdet-page .newdet-content .m-link a .r-text p {
        font-size: 14px
    }

    .newdet-page .newdet-content .m-link a .r-img img {
        width: 80px;
        height: 80px;
        min-width: 80px
    }

    .newdet-page .newdet-content .m-link a .r-img {
        margin-right: 1rem
    }

    .newdet-page .newdet-content .m-link a {
        padding: 15px 0
    }

    .newdet-page .newdet-content .m-link a.left {
        padding-right: 15px
    }

    .newdet-page .newdet-content .m-link a.right {
        padding-left: 15px
    }

    .history-page .historySideBar .historySideLeft span.h3 {
        font-size: 24px
    }

    .history-page .historySideBar .historySideLeft .img {
        padding: 5%;
        height: 300px
    }

    .history-page .historySideBar .historySideLeft .img span.h6 {
        font-size: 18px
    }

    .history-page .historySideBar .historySideLeft .img .text {
        font-size: 14px
    }

    .history-page .historySideBar .historySideRight .list ul li time {
        font-size: 20px
    }

    .history-page .historySideBar .historySideRight .list ul li .slide .text {
        font-size: 14px
    }

    .about-page .about-1 .left span.tag {
        font-size: 14px
    }

    .about-page .about-1 .left span.h3 {
        font-size: 20px
    }

    .about-page .about-2 {
        padding: 60px 0
    }

    .about-page .about-3 .list ul li .box .content span.tag {
        font-size: 16px;
        margin-top: 2em
    }

    .about-page .about-3 .list ul li .box .content span.h3 {
        font-size: 20px
    }

    .about-page .about-3 .list ul li .box .content .text {
        font-size: 13px
    }

    .about-page .about-5 .list {
        margin-top: 30px
    }
}

@media screen and (max-width:1250px) {
    .inner-banner {
        padding: 120px 0 50px;
        background-size: cover
    }

    .inner-banner span.h2 {
        font-size: 28px
    }

    .inner-banner .text {
        font-size: 16px
    }

    .about-page .about-1 .right .list ul li .content span.h6 {
        font-size: 16px
    }

    .about-page .about-1 .right .list ul li i.fa {
        font-size: 24px
    }

    .about-page .about-3 .list ul li {
        padding: 5px
    }

    .about-page .about-3 .list ul {
        margin: -5px
    }

    .about-page .about-4 span.h2 {
        font-size: 28px
    }

    .about-page .about-4 .text {
        font-size: 14px
    }

    .about-page .about-4 .text:after {
        margin-top: .5em
    }

    .about-page .about-4 .list ul li {
        padding: 0 10px
    }

    .about-page .about-4 .list ul {
        margin: 0 -10px
    }

    .contact-page .left .box2:after,
    .contact-page .left .box2:before {
        height: 10px
    }

    .contact-page .right .phone {
        font-size: 14px
    }

    .contact-page .right .info {
        font-size: 14px
    }

    .contact-page .right span.h5 {
        font-size: 18px
    }

    .contact-page .right iframe {
        height: 280px
    }

    .contact-page .left .box2 span.h2,
    .contact-page .right span.h2,
    .newdet-page .form span.h3,
    .newdet-page h1,
    .prodet-page .prodet-1 .right h1,
    .product-page .slideBarRight h1 {
        font-size: 24px

    }

    .inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3,
    .prodet-page .prodet-3 .flex .list li .content span.h6 {
        font-size: 18px
    }

    .prodet-page .prodet-1 .right .btn {
        margin-top: 10px
    }

    .prodet-page .prodet-1 .right .text {
        margin: .5em 0
    }

    .prodet-page .shareBoxFlex {
        flex-wrap: wrap
    }

    .prodet-page .shareBoxFlex .line {
        display: none
    }

    .prodet-page .shareBoxFlex .share {
        font-size: 14px
    }

    .prodet-page .shareBoxFlex .info {
        margin-top: 20px;
        font-size: 14px;
        flex-wrap: wrap
    }

    .prodet-page .shareBoxFlex .info a {
        margin-top: 6px;
        width: 100%;
        margin-left: 0
    }

    .prodet-page span.titleBox {
        font-size: 16px
    }

    .prodet-page .content {
        font-size: 14px
    }

    .prodet-page .prodet-6 .list ul li {
        padding: 0 10px
    }

    .prodet-page .prodet-6 .list ul {
        margin: 0 -10px
    }

    .prodet-page .prodet-6 .list ul li span.h6 {
        margin-top: .5em
    }

    .prodet-page .prodet-6 .list ul li a.img-box {
        -webkit-transform: skewX(-5deg);
        -moz-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    .prodet-page .prodet-6 .list ul li a.img-box img {
        -webkit-transform: skewX(5deg) scale(1.2);
        -moz-transform: skewX(5deg) scale(1.2);
        -ms-transform: skewX(5deg) scale(1.2);
        transform: skewX(5deg) scale(1.2)
    }

    .prodet-page .prodet-3 .flex .btn div {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-right: 1em
    }

    .prodet-page .prodet-3 .flex .list li .content .text {
        font-size: 14px;
        margin-top: .5em
    }

    .prodet-page .prodet-1 .right .text {
        font-size: 14px
    }
}

@media screen and (max-width:1000px) {
    .inner-banner {
        margin-top: 40px;
        background: #000 !important;
        padding: 40px 0 !important;
    }
    .inner-banner.cpdd .box .banner-cp-left{
      padding-right: 0;
      width: 100%;
    }
    .inner-page.product-page .pro-right {
    width: 100%; 
   padding-left: 0px;
    }
    .inner-banner.cpdd .box .banner-cp-right{
      display: none;
    }
.Auxil-industry {
    display: none;
}
.hcfoot {
    display: none;
}
    .inner-page .sideBarBox .slideBarRight {
        width: 100%;
        padding: 0
    }

    .inner-page .sideBarBox .sideBarLeft {
        display: none
    }

    .inner-page.case-page .case-right,inner-page.product-page .pro-right{
      width: 100%;
      padding: 0;
    }


    .product-page .slideBarRight .list ul li {
        width: 50%
    }

    .about-page .about-5 .list ul .slick-slide {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .about-page .about-5 .list ul .slick-slide li {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .about-page .about-5 .list ul .slick-slide.slick-active {
        -webkit-transform: translateX(40%);
        -moz-transform: translateX(40%);
        -ms-transform: translateX(40%);
        transform: translateX(40%);
        z-index: 2
    }

    .about-page .about-5 .list ul .slick-slide.slick-active li {
        -webkit-transform: scale(.85714286);
        -moz-transform: scale(.85714286);
        -ms-transform: scale(.85714286);
        transform: scale(.85714286)
    }

    .about-page .about-5 .list ul .slick-slide.slick-active.slick-current {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 4
    }

    .about-page .about-5 .list ul .slick-slide.slick-active.slick-current li {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div {
        -webkit-transform: translateX(-40%);
        -moz-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
        z-index: 3
    }

    .about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div li {
        -webkit-transform: scale(.85714286);
        -moz-transform: scale(.85714286);
        -ms-transform: scale(.85714286);
        transform: scale(.85714286)
    }

    .about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div+div {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 2
    }

    .about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div+div li {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .prodet-page .prodet-1 .right .btn a.more {
        margin-right: .5em;
        padding: 0 .5em;
        min-width: 6.5em
    }

    .news-page .sideBarBox .slideBarRight .list ul li {
        width: 50%
    }

    .newdet-page .form {
        margin-top: 30px
    }

    .history-page .historySideBar .historySideLeft {
        display: none
    }

    .history-page .historySideBar .historySideRight {
        width: 100%
    }

    .contact-page .left {
        width: 100% !important;
        padding-right: 0
    }

    .contact-page .right {
        width: 100% !important;
        padding-left: 0
    }

    .contact-page .left .box2 {
        padding: 20px 15px
    }

    .contact-page .left .box2 .form {
        margin-top: 20px
    }

    .about-page .about-1 .left {
        width: 100%
    }

    .about-page .about-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .about-page .about-3 .list ul li {
        width: 100%
    }

    .about-page .about-4 .list {
        margin-top: 30px
    }
}

@media screen and (max-width:700px) {
    .inner-banner span.h2 {
        font-size: 24px
    }

    .inner-banner .text {
        font-size: 14px
    }

    .about-page .about-4 span.h2 {
        font-size: 24px
    }

    .product-page .slideBarRight .list ul li {
        width: 100%
    }

    .product-page .slideBarRight .list ul li .box a.img img {
        max-width: 300px
    }
    .inner-page.product-page .pro-right ul li .all-pro{
      flex-wrap: wrap;
    }
    .inner-page.product-page .pro-right ul li .all-pro .left{
      width: 100%;
    }
    .inner-page.product-page .pro-right ul li .all-pro .right{
      width: 100%;
      padding: 0;
      margin-top: 20px;
    }

    .about-page .about-2 .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-page .about-2 .list ul li {
        width: 50%
    }

    .prodet-page .shareBoxFlex .share a {
        padding: 0 .5em
    }

    .prodet-page .shareBoxFlex .share {
        margin-left: -.5em;
        display: none
    }

    .prodet-page .shareBoxFlex {
        margin: 25px 0
    }

    .prodet-page .prodet-1 .right,.inner-page.case-page .case-right ul li .all-case .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .prodet-page .prodet-1 .left,.inner-page.case-page .case-right ul li .all-case .left {
        width: 100%
    }

    .prodet-page .prodet-3 .flex .btn {
        display: none
    }

    .prodet-page .prodet-3 .flex .list {
        width: 100%
    }

    .news-page .sideBarBox .slideBarRight .list ul li {
        width: 100%
    }

    .newdet-page .newdet-content .m-link a .r-img {
        display: none
    }

    .newdet-page .newdet-content .m-link a {
        width: 100%;
        padding: 0
    }

    .newdet-page .newdet-content .m-link a.left {
        padding: 0;
        border-right: none;
        border-bottom: 1px solid #e7e7e7
    }

    .newdet-page .newdet-content .m-link a.right {
        padding: 0
    }
}

@media screen and (max-width:500px) {
    
    .history-page .historySideBar .historySideRight .list ul li time {
        font-size: 18px;
        padding-top: .2em
    }

    .history-page .historySideBar .historySideRight .list ul li .slide {
        padding-left: 15px;
        margin-left: 15px
    }

    .history-page .historySideBar .historySideRight .list ul li .slide .text {
        padding-left: 1em
    }

    .newdet-page .newdet-content .category {
        display: block
    }

    .newdet-page .newdet-content .category .time {
        margin-left: 0;
        margin-top: 5px
    }

    .contact-page .left .box2 span.h2,
    .contact-page .right span.h2,
    .newdet-page .form span.h3,
    .newdet-page h1,
    .prodet-page .prodet-1 .right h1,
    .product-page .slideBarRight h1 {
        font-size: 20px;
        line-height: 1.4;
    }
    .inner-page.case-page .case-right ul li,.inner-page.product-page .pro-right ul li{
      padding: 30px 10px;
    }

    .newdet-page .form ul li input,
    .newdet-page .form ul li textarea {
        font-size: 14px
    }

    .about-page .about-5 span.h2 {
        font-size: 24px
    }
    .prodet-1 .top, .prodet-2 .top, .prodet-3 .top, .prodet-page.inner-page .about-8 span.h3{
      font-size: 24px;
    }
    .prodet-page.inner-page .about-8{
      padding: 40px 0;
    }
    .prodet-page.inner-page .about-8 .container{
      padding: 0;
    }
    .about-8 .slideBarRight .faqList li span.h6{
      padding-right: 2em;
    }
    .about-8 .slideBarRight .faqList li span.h6 i.close{
      right: 0.8em;
    }
    .prodet-page .prodet-7 table tbody {
        min-width: 700px
    }

    .prodet-page .prodet-5 .content td:first-child,
    .prodet-page .prodet-5 .content td:last-child {
        display: block;
        width: 100% !important;
        padding: 10px !important
    }
}

.faq-page {
    padding: 100px 0
}

.faq-page .init-1 .container .list {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8
}

.faq-page .init-1 .container .list h4 {
    font-size: 20px;
    font-family: Marcellus;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px
}

.faq-page .init-1 .container .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8
}

@media screen and (max-width:500px) {
    .faq-page {
        padding: 40px 0
    }
}

.newdet-page .newdet-content .content p {
    font-size: 18px;
    padding: 8px 0
}

.newdet-page .newdet-content .content p img.wscnph {
    padding: 10px;
    width: 49%
}

.newdet-page .newdet-content .content .new-top {
    margin-bottom: 30px
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box img {
    object-fit: cover
}

.prodet-page .prodet-2 {
    margin-bottom: 50px
}

#Pop_UpsBtn {
    display: none !important
}

.contact-page .right .info li i {
    color: #202778;
    text-align: center;
    font-size: 16px;
    width: 24px
}

.slick-initialized .slick-slide {
    display: block
}

.about-page .about-3 .about-main {
    display: flex;
    align-items: center
}

.about-page .about-3 .about-main:nth-child(even) {
    flex-direction: row-reverse
}

.about-page .about-3 .about-main .column {
    width: 50%
}

.about-page .about-3 .about-main .about-right {
    font-size: 17px;
    padding: 40px
}

.about-page .about-3 .about-main .about-right h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-transform: uppercase
}

.about-page .about-3 .about-main .about-right h2 {
    color: #202778;
    margin: 10px 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 32px
}

.factory-page-1 .factoty-list ul {
    margin: 0 -15px
}

.factory-page-1 .factoty-list ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px
}

.factory-page-1 .factoty-list ul li {
    padding: 15px
}

.factory-page-1 .factoty-list ul li .box {
    overflow: hidden
}

.factory-page-1 .factoty-list ul li .box a {
    display: block
}

.factory-page-1 .factoty-list ul li .box a img {
    width: 100%
}

.factoty-list .title_c .column {
    vertical-align: middle
}

.factoty-list .title_c.grid-box .left {
    width: 30%;
    padding-right: 10px;
    margin-bottom: 20px
}

.factoty-list .title_c.grid-box .left .tips {
    color: #202778
}

.factoty-list .title_c.grid-box .left .tips_title {
    font-weight: 700
}

.factoty-list .title_c.grid-box .line {
    width: 1px;
    height: 60px;
    background-color: #5f5f5f
}

.factoty-list .title_c.grid-box .right {
    width: 50%;
    padding-left: 30px;
    color: #3b3b3b
}

.factoty-list .title_c.grid-box h3.q-01 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px
}

.factoty-list .title_c.grid-box p.q-02 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8
}

.inner-page .sideBarBox .slideBarRight .product_list {
    margin-top: 40px
}

.inner-page .sideBarBox .slideBarRight .product_list ul>p {
    font-size: 16px;
    letter-spacing: 0
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box {
    position: relative;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
    border: 1px solid;
    border-color: #e7e7e7;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0;
    overflow: hidden;
    display: flex
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .img_c {
    overflow: hidden;
    position: relative
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner .product-image {
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    -webkit-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
    bottom: 100%
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner .product-image img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner .second-image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .fa-box {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .fa-box a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    border: 1px solid #e7e7e7;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #aaa
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .fa-box a:hover {
    background-color: #202778;
    color: #fff
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .title {
    display: block;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
    min-height: 54px
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .title:hover {
    color: #202778
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box .des {
    color: #aaa;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 15px;
    min-height: 80px
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box:hover .product-inner {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s, -moz-transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 0s, -moz-transform 1s cubic-bezier(.19, 1, .22, 1) 0s, -o-transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 0s, -moz-transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box:hover .product-inner .first-image {
    opacity: 0
}

.inner-page .sideBarBox .slideBarRight .product_list ul li .box:hover .product-inner .second-image {
    opacity: 1
}

@media (max-width:1350px) {
    .inner-page .sideBarBox .slideBarRight .product_list ul li .box .title {
        min-height: auto
    }
}

@media (max-width:500px) {
    .inner-page .sideBarBox .slideBarRight .product_list {
        margin-top: 20px
    }

    .inner-page .sideBarBox .slideBarRight .product_list ul li .box .des {
        padding-top: 6px
    }

    .inner-page .sideBarBox .slideBarRight .product_list ul li .box .title {
        margin-top: 10px
    }

    .factoty-list .title_c.grid-box h3.q-01 {
        font-size: 24px;
        line-height: 1.6
    }
}

.prodet-page .prodet-2 .content .cp-top {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.prodet-page .prodet-2 .content .cp-top .cp-left {
    width: 65%
}

.prodet-page .prodet-2 .content .cp-top .cp-right {
    width: 35%;
    padding-left: 30px
}

.slick-track {
    margin-left: 0
}

.inner-page .sideBarBox .slideBarRight div.Auxil-p {
    font-size: 17px;
    line-height: 30px
}

.inner-page .sideBarBox .slideBarRight div.heightlim {
    max-height: 300px;
    overflow-y: auto
}

.cp-beixuan table {
    margin-top: 20px
}

.cp-beixuan table tr:first-child {
    text-transform: capitalize
}

.anniu a {
    padding: 15px 20px;
    color: #fff;
    background: #202778;
    font-size: 17px;
    text-transform: capitalize
}

.anniu {
    margin: 30px 0 40px
}

.btn-anniu a {
    background: #202778;
    padding: 10px 20px;
    font-size: 16px
}

.inner-banner.ship {
    background: #16131e;
    position: relative;
    color: #fff;
    z-index: 1;
    overflow: hidden
}

.inner-banner.ship span.video {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: right;
    opacity: 1;
    z-index: -1;
    top: 0;
    right: 0
}

.inner-banner.ship span.video video {
    display: block;
    height: 100%;
    width: 70%;
    object-fit: cover;
    margin-left: auto
}

.prodet-page .prodet-5 .color ul {
    margin: 0 -16px
}

.prodet-page .prodet-5 .color li {
    padding: 16px;
    text-align: center
}

.prodet-page .prodet-5 .color li img {
    border-radius: 25px;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px
}

.prodet-page .prodet-5 .color li p {
    font-size: 15px
}

@-webkit-keyframes move {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}

@-moz-keyframes move {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}

@keyframes move {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}

@-webkit-keyframes move2 {
    0% {
        right: 0
    }

    100% {
        right: -100%
    }
}

@-moz-keyframes move2 {
    0% {
        right: 0
    }

    100% {
        right: -100%
    }
}

@keyframes move2 {
    0% {
        right: 0
    }

    100% {
        right: -100%
    }
}

@media screen and (max-width:1300px) {
    .prodet-page .prodet-2 .content .cp-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .prodet-page .prodet-2 .content .cp-top .cp-left {
        width: 100%
    }

    .prodet-page .prodet-2 .content .cp-top .cp-right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px
    }
}

@media screen and (max-width:1000px) {
    .about-page .about-3 .about-main {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-page .about-3 .about-main .column {
        width: 100%
    }

    .about-page .about-3 .about-main .about-right {
        padding: 40px 0
    }

    .prodet-page .prodet-5 .color li {
        width: 25%
    }
}

.inner-page .sideBarBox .slideBarRight div {
    font-size: 17px
}

@media screen and (max-width:700px) {
    .prodet-page .prodet-5 .color li {
        width: 33%
    }
}

@media screen and (max-width:500px) {
    .prodet-page .prodet-5 .color li {
        width: 50%
    }
}

.inner-page .sideBarBox .slideBarRight p {
    font-size: 16px;
    line-height: 1.8
}

.side_info {
    position: fixed;
    right: 30px;
    bottom: 70px;
    z-index: 20
}

.side_info>div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #0093f3;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.side_info>div p {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background: #0093f3;
    color: #fff;
    white-space: nowrap;
    padding: 0 10px 0 20px;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 10px 0 0 10px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.side_info>div:hover {
    border-radius: 0 10px 10px 0
}

.side_info>div:hover p {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: .3s
}

.seoPublic .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2em
}

.seoPublic>div {
    padding: 60px 0
}

.seoPublic>div:nth-child(odd) {
    background: #fafafa
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.seoPublic .Auxil-about .box .left {
    width: 40%
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block
}

.seoPublic .Auxil-about .box .left img {
    width: 100%;
    display: block
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1em
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 2;
    color: #666;
    max-height: 400px;
    overflow: auto
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px
}

.seoPublic .Auxil-honor .list ul li a {
    display: block
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%
}

.seoPublic .Auxil-news .list ul {
    margin: -13px
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    background-size: cover;
    background-position: center center
}

.seoPublic .Auxil-news .list ul li a.img-box img {
    width: 100%
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #202778
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    margin: 1em 0
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #202778;
    color: #202778
}

.seoPublic .Auxil-form .form ul {
    margin: -10px
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #202778
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%
}

.seoPublic .Auxil-form .form ul li input[type=submit] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #202778;
    color: #f5f5f5;
    border: none
}

.seoPublic .Auxil-form .form ul li input[type=submit]:hover {
    background: #222
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666
}

/*.seoPublic .text a {
    color: #202778
}*/

.seoPublic .text a:hover {
    text-decoration: underline
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: 0 0 !important
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: #000;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seoPublic .Auxil-through a:hover {
    background: #202778;
    color: #fff
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: #fff;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, .5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, .5);
    box-shadow: 0 0 12px rgba(125, 125, 125, .5)
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #202778
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #202778;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #202778
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: #fff;
    background: #202778
}

@media screen and (max-width:1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px
    }

    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .Auxil-related .list ul li .box .content p,
    .seoPublic .seoIndustry .text {
        font-size: 14px;
        line-height: 2;
        
    }
.seoPublic .Auxil-related .list ul li .box .content p {
    height: 6.5em;
}
    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px
    }
}

@media screen and (max-width:1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em
    }

    #cp-Nav {
        display: block
    }

    #cp-Nav .nav {
        padding: 0 15px
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: 700;
        padding: 8px 10px;
        background: #202778;
        border-radius: 5px;
        color: #fff;
        position: relative
    }

    #cp-Nav .nav div.title i {
        position: absolute;
        top: 12px;
        right: 10px
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, .2)
    }

    #cp-Nav .nav>ul {
        display: none
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: #fff;
        z-index: 300;
        font-size: 16px;
        overflow: auto
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px
    }

    .seoPublic .Auxil-about .box {
        display: block
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
        line-height: 1.6;
    }

    .seoPublic>div {
        padding: 30px 0;
    }

    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}




/*设计-02*/
#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .container {
    background: #fff;
    padding: 40px 30px;
}


#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right .child-title{
font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

#index-body .init-2 .container .right a.more {
    font-size: 15px;
    margin-top: 20px;
    width: 135px;
    background: rgba(32,39,120,.7);
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

#index-body .init-2 .container .right a.more .cir {
    padding-left: 12px;
}

#index-body .init-2 .container .right a.more:hover{
     background: rgba(32,39,120); 
}
/*设计-02-end*/