@font-face {
    font-family: "AlibabaPuHuiTiR";
    src: url("/wp-content/themes/pazhoulab/font/Alibaba-PuHuiTi-Bold.woff2") format("woff2"), url("/wp-content/themes/pazhoulab/font/Alibaba-PuHuiTi-Bold.woff") format("woff"), url("/wp-content/themes/pazhoulab/font/Alibaba-PuHuiTi-Bold.ttf") format("truetype"), url("/wp-content/themes/pazhoulab/font/Alibaba-PuHuiTi-Bold.eot") format("embedded-opentype"), url("/wp-content/themes/pazhoulab/font/Alibaba-PuHuiTi-Bold.svg") format("svg")
}

* {
    padding: 0;
    margin: 0;
    font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif
}

html, body {
    font-size: 100px
}

a {
    text-decoration: none !important
}

ul {
    list-style-type: none;
    box-sizing: border-box
}

.center_area {
    width: calc(100% - 32px);
    max-width: 1200px;
    margin: 0 auto
}

img {
    border: none
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: "";
    height: 0
}

.transitionLable {
    transform: translateY(50px);
    transition: transform 1s cubic-bezier(0, 0.7, 0.1, 1), opacity 1s cubic-bezier(0.5, 0, 0.2, 1);
    opacity: 0
}

.transitionLable.active {
    transform: translateY(0);
    opacity: 1
}

.ie_low_version {
    display: block;
    height: 80px;
    background: #0b80db;
    color: #fff;
    line-height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    font-size: 16px;
    text-align: center
}

.ie_low_version > div {
    padding: 0 40px
}

.ie_low_version span {
    float: right;
    display: block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
    margin-top: 26px;
    cursor: pointer
}

.ie_low_version a {
    color: #fff;
    margin: 0 2px;
    text-decoration: underline !important
}

.ie_low_version + div {
    margin-top: 70px
}

.pc-header {
    width: 100%;
    height: 152px
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, .5);
    background: #fff
}

header .phone-logo {
    display: none
}

header .header_top {
    background: #fff;
    height: 100px;
    line-height: 100px
}

header .header_top .l-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

header .header_top .l-logo .logo {
    display: block;
    background: url(/wp-content/themes/pazhoulab/images/logo2x.png) no-repeat center;
    background-size: contain;
    width: 370px;
    height: 80px
}

header .header_top .search_top {
    position: relative
}

header .search, header .share {
    float: right;
    font-size: 0
}

header .search a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .85);
    line-height: 24px;
    margin-left: 18px;
    vertical-align: middle;
    transition: all .5s
}

header .search a:after {
    content: "";
    display: inline-block;
    background: rgba(0, 0, 0, .15);
    width: 1px;
    height: 8px;
    border-radius: 1px;
    margin-left: 18px
}

header .search a.navLink {
    color: #333
}

header .search a.navLink:after {
    background: rgba(0, 0, 0, .15)
}

header .search a:hover {
    color: #000
}

header .share {
    margin-left: 15px
}

header .share .s1, header .share .s2, header .share .s3 {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    vertical-align: middle;
    transition: all .5s
}

header .share .s1:hover, header .share .s2:hover, header .share .s3:hover {
    margin-top: -10px
}

header .share .s1 {
    background: url(/wp-content/themes/pazhoulab/images/dy2x.png) no-repeat center;
    background-size: 100% auto
}

header .share .s2 {
    background: url(/wp-content/themes/pazhoulab/images/wechat2x.png) no-repeat center;
    background-size: 100% auto
}

header .share .s3 {
    background: url(/wp-content/themes/pazhoulab/images/weibo2x.png) no-repeat center;
    background-size: 100% auto
}

header .share.up .s1 {
    background: url(/wp-content/themes/pazhoulab/images/dy_up_2x.png) no-repeat center;
    background-size: 100% auto
}

header .share.up .s2 {
    background: url(/wp-content/themes/pazhoulab/images/wechat_up_2x.png) no-repeat center;
    background-size: 100% auto
}

header .share.up .s3 {
    background: url(/wp-content/themes/pazhoulab/images/weibo_up_2x.png) no-repeat center;
    background-size: 100% auto
}

header .header {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#0072C4", endcolorstr="#005FC4", gradientType="1");
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#0072C4", endcolorstr="#005FC4", gradientType="1");
    background: #005fc4;
    background: linear-gradient(315deg, rgb(0, 95, 196) 0%, rgb(0, 114, 196) 100%)
}

header .header .l-logo {
    float: left;
    width: 380px;
    margin-top: 6px
}

header .header .l-logo .logo {
    display: block;
    background: url(/wp-content/themes/pazhoulab/images/logo2x.png) no-repeat center;
    background-size: contain;
    width: 323px;
    height: 37px
}

header .header .l-logo .logo.navLink {
    background: url(/wp-content/themes/pazhoulab/images/logo_up_2x.png) no-repeat center;
    background-size: cover
}

header .header .main_menu {
    width: 100%;
    font-size: 16px
}

header .header .main_menu .search_bottom {
    display: none
}

header .header .main_menu .m_phone {
    display: none
}

header .header .main_menu .menu {
    display: flex
}

header .header .main_menu .menu > li:first-child > a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 8px;
    background: rgba(255, 255, 255, .2);
    border-radius: 0px;
    position: absolute;
    left: 0;
    top: 22px
}

header .header .main_menu .menu > li {
    flex: auto;
    position: relative;
    text-align: right
}

header .header .main_menu .menu > li i {
    display: none
}

header .header .main_menu .menu > li > a {
    position: relative
}

header .header .main_menu .menu > li > a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 8px;
    background: rgba(255, 255, 255, .2);
    border-radius: 0px;
    position: absolute;
    right: 0;
    top: 22px
}

header .header .main_menu .menu > li > a {
    position: relative;
    display: block;
    padding: 16px 0;
    color: #fff
}

header .header .main_menu .menu > li > a.navLink {
    color: #333
}

header .header .main_menu .menu > li > a.navLink::after {
    background: rgba(0, 0, 0, .5)
}

header .header .main_menu .menu > li > a span {
    display: block
}

header .header .main_menu .menu > li > a span::after {
    transition: all .5s;
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(250, 143, 50) 0%, rgb(250, 90, 48) 100%);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

header .header .main_menu .menu > li:hover > a span {
    display: block
}

header .header .main_menu .menu > li:hover > a span::after {
    width: 48px
}

header .header .main_menu .menu > li > ul {
    display: none;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 120px
}

header .header .main_menu .menu > li > ul > li {
    background: #f5f9ff;
    text-align: center
}

header .header .main_menu .menu > li > ul > li a {
    text-align: center;
    display: block;
    padding: 16px 8px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    transition: all .3s
}

header .header .main_menu .menu > li > ul > li a:hover {
    background: #0b80db;
    color: #fff
}

header .header .main_menu .menu > li > ul > li > ul {
    width: 120px;
    position: absolute;
    top: 0;
    left: 120px;
    display: none
}

header .header .main_menu .menu > li > ul > li > ul > li {
    background: #fff
}

header .header .main_menu ul {
    box-sizing: border-box
}

header .header .main_menu ul li {
    position: relative
}

header .header .main_menu ul li a {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
    line-height: 20px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center
}

header .header .main_menu ul li:last-child {
    margin-right: 0
}

.searched {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(-100%);
    opacity: 0;
    background: #fff;
    z-index: 999999;
    height: 152px;
    transition: opacity .5s, visibility 0s .5s, transform .5s;
    font-size: 0
}

.searched .search_contain {
    height: 116px;
    position: relative
}

.searched .search_contain form {
    width: 100%
}

.searched .search_contain > div {
    height: 80px;
    border-bottom: 1px solid #909499;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.searched .submit {
    background: url(/wp-content/themes/pazhoulab/images/search_2x.png) no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%
}

.searched .keyword {
    font-size: 20px;
    font-weight: 500;
    color: #909499;
    line-height: 32px;
    border: none;
    outline: none;
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.searched .keyword::before {
    content: "";
    width: 2px;
    height: 20px;
    background: #909499;
    left: 0;
    top: 0
}

.searched .close_icon {
    background: url(/wp-content/themes/pazhoulab/images/close_icon_2x.png) no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
    bottom: 33px;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%)
}

.searched.show {
    opacity: 1;
    transition: opacity .5s, transform .5s;
    transform: translateY(0)
}

footer .hidden {
    display: none
}

footer .back-top {
    background: rgba(192, 197, 204, .4);
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: fixed;
    bottom: 24px;
    right: 24px;
    cursor: pointer;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    transition: all .5s
}

footer .back-top img {
    width: 16px;
    height: 16px;
    margin: 12px auto;
    vertical-align: middle;
    transition: all .5s
}

footer .back-top:hover {
    background: rgba(192, 197, 204, .8)
}

footer .back-top:hover img {
    margin-top: 10px
}

footer .footer {
    background: url(/wp-content/themes/pazhoulab/images/section_bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 79px
}

footer .footer .footer_top {
    padding-bottom: 68px
}

footer .footer .footer_top .f_menu > ul > li {
    width: 14%;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 0 8px;
}

footer .footer .footer_top .f_menu > ul > li:first-child {
    display: none
}

footer .footer .footer_top .f_menu > ul > li .fa {
    float: right;
    opacity: 0
}

footer .footer .footer_top .f_menu > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 18px
}

footer .footer .footer_top .f_menu > ul > li > ul {
    padding-top: 12px
}

footer .footer .footer_top .f_menu > ul > li > ul > li a {
    display: block;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 18px;
    transition: all .5s
}

footer .footer .footer_top .f_menu > ul > li > ul li:hover > a {
    color: #fff
}

footer .footer .footer_top .f_menu > ul > li:nth-child(7), footer .footer .footer_top .f_menu > ul > li:nth-child(8) {
    display: none
}

footer .footer .footer_top .f_top_left, footer .footer .footer_top .f_top_right {
    float: left
}

footer .footer .footer_top .f_top_left {
    width: 75%
}

footer .footer .footer_top .f_top_right {
    width: 25%
}

footer .footer .footer_top .f_top_right .link h2 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 18px
}

footer .footer .footer_top .f_top_right .link h2 .fa {
    opacity: 0;
    float: right
}

footer .footer .footer_top .f_top_right .link .f_links {
    padding-top: 12px
}

footer .footer .footer_top .f_top_right .link .f_links > ul > li {
    float: left;
    width: 50%
}

footer .footer .footer_top .f_top_right .link .f_links > ul > li > a {
    display: block;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 18px;
    margin-right: 17%;
    transition: all .5s
}

footer .footer .footer_top .f_top_right .link .f_links > ul > li:hover a {
    color: #fff
}

footer .footer .footer_bottom {
    padding: 16px 0;
    font-size: 16px
}

footer .footer .footer_bottom .bottom_left {
    float: left;
    padding: 14px 0 12px
}

footer .footer .footer_bottom .bottom_left span, footer .footer .footer_bottom .bottom_left a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 18px;
    float: left;
    padding-right: 24px
}

footer .footer .footer_bottom .bottom_left a {
    display: inline;
    float: none
}

footer .footer .footer_bottom .bottom_right {
    float: right;
    text-align: right
}

footer .footer .footer_bottom .bottom_right span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    line-height: 16px
}

@media screen and (max-width: 500px) {
    footer .footer .footer_bottom .bottom_right .bah {
        display: block
    }
}

footer .footer_line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .5)
}

.window {
    position: fixed;
    bottom: 88px;
    right: 24px;
    z-index: 99;
    animation: showPc 1.5s 1;
    animation-fill-mode: forwards
}

.window .close_icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/pazhoulab/images/close-normal.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    transition: all .5s
}

.window .close_icon:hover {
    background: url(/wp-content/themes/pazhoulab/images/close-selection.png) no-repeat center;
    background-size: cover
}

.window .img-contain {
    display: block;
    width: 320px;
    height: 226px;
    background-size: cover
}

section .main_banner {
    text-align: center
}

section .main_banner .swiper-pagination-bullet {
    opacity: 1
}

section .main_banner .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .75)
}

section .main_banner .swiper-container1 .swiper-slide a {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

section .main_banner .swiper-container1 .swiper-slide .main_content {
    position: absolute;
    top: 32%;
    z-index: 5;
    text-align: left
}

section .main_banner .swiper-container1 .swiper-slide .main_content .t_icon {
    width: 40px;
    height: 8px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#FA5A30", endcolorstr="#FA8F32", gradientType="1");
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#FA5A30", endcolorstr="#FA8F32", gradientType="1");
    background: linear-gradient(90deg, rgb(250, 143, 50) 0%, rgb(250, 90, 48) 100%);
    margin-bottom: .22rem
}

section .main_banner .swiper-container1 .swiper-slide .main_content h2 {
    font-size: .55rem;
    font-family: YouSheBiaoTiHei;
    color: #fff;
    line-height: .66rem;
    text-shadow: 0px 2px 10px rgba(51, 51, 51, .5);
    margin-bottom: 1.7%;
    font-weight: normal
}

section .main_banner .swiper-container1 .swiper-slide .main_content h3 {
    font-size: .4rem;
    color: #fff;
    line-height: .52rem;
    text-shadow: 0px 2px 10px rgba(51, 51, 51, .5)
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content {
    position: relative;
    display: block
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content .main_content {
    position: absolute;
    top: 32%;
    z-index: 5;
    text-align: left
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content .main_content .t_icon {
    width: 40px;
    height: 8px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#FA5A30", endcolorstr="#FA8F32", gradientType="1");
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#FA5A30", endcolorstr="#FA8F32", gradientType="1");
    background: linear-gradient(90deg, rgb(250, 143, 50) 0%, rgb(250, 90, 48) 100%);
    margin-bottom: .22rem
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content .main_content h2 {
    font-size: .55rem;
    font-family: YouSheBiaoTiHei;
    color: #fff;
    line-height: .66rem;
    text-shadow: 0px 2px 10px rgba(51, 51, 51, .5);
    margin-bottom: 1.7%;
    font-weight: normal
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content .main_content h3 {
    font-size: .4rem;
    color: #fff;
    line-height: .52rem;
    text-shadow: 0px 2px 10px rgba(51, 51, 51, .5)
}

section .main_banner .swiper-container1 .swiper-slide-active #v2 {
    transform: scale(1.1);
    animation: scal 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container1 .swiper-slide-active .swiper_content {
    transform: scale(1.1);
    animation: scal 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div {
    position: absolute;
    overflow: hidden;
    height: 100%;
    background: #ccc
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(1) {
    width: 5%;
    animation: line1 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(2) {
    left: 5%;
    width: 10%;
    animation: line2 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(3) {
    left: 15%;
    width: 20%;
    animation: line3 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(4) {
    left: 35%;
    width: 30%;
    animation: line4 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(5) {
    left: 65%;
    width: 20%;
    animation: line5 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(6) {
    left: 85%;
    width: 10%;
    animation: line6 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(7) {
    left: 95%;
    width: 5%;
    animation: line7 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container1 .scroll_place {
    position: relative
}

section .main_banner .swiper-container1 .scroll {
    position: absolute;
    text-align: right;
    z-index: 8;
    bottom: 32px;
    right: 9px;
    font-size: 12px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: rgba(255, 255, 255, .75);
    line-height: 16px;
    letter-spacing: 1px;
    width: 0;
    transform: translateY(-80px)
}

section .main_banner .swiper-container1 .scroll .sc_line {
    margin-right: 8px;
    width: 1px;
    height: 80px;
    background: #fff;
    opacity: .75;
    transform: translateX(-2px)
}

section .main_banner .swiper-container1 .scroll .sc {
    transform: rotate(89deg);
    display: block;
    width: 0
}

section .main_banner .swiper-container1 .swiper-pagination-bullet-active::after {
    content: "";
    width: 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    z-index: 999;
    animation: chang 11s linear 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container2 .swiper-pagination-bullet-active::after {
    content: "";
    width: 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    z-index: 999;
    animation: chang2 6s linear 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container2 .swiper-slide a {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

section .main_banner .swiper-container2 .swiper-slide .main_content {
    z-index: 5;
    text-align: left;
    transform: translateY(103px);
    padding: 0 8px
}

section .main_banner .swiper-container2 .swiper-slide .main_content .t_icon {
    width: 40px;
    height: 8px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#FA5A30", endcolorstr="#FA8F32", gradientType="1");
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#FA5A30", endcolorstr="#FA8F32", gradientType="1");
    background: linear-gradient(90deg, rgb(250, 143, 50) 0%, rgb(250, 90, 48) 100%);
    margin-bottom: .22rem
}

section .main_banner .swiper-container2 .swiper-slide .main_content h2 {
    font-size: 36px;
    font-family: YouSheBiaoTiHei;
    color: #fff;
    line-height: 46px;
    text-shadow: 0px 2px 10px rgba(51, 51, 51, .5);
    margin-bottom: 10px;
    font-weight: normal
}

section .main_banner .swiper-container2 .swiper-slide .main_content h3 {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    text-shadow: 0px 2px 10px rgba(51, 51, 51, .5)
}

section .main_banner .swiper-container2 .swiper-slide .swiper_content {
    position: relative;
    display: block
}

section .main_banner .swiper-container2 .swiper-slide .swiper_content img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div {
    position: absolute;
    overflow: hidden;
    height: 100%;
    background: #ccc
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(1) {
    width: 5%;
    animation: line1 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(2) {
    left: 5%;
    width: 10%;
    animation: line2 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(3) {
    left: 15%;
    width: 20%;
    animation: line3 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(4) {
    left: 35%;
    width: 30%;
    animation: line4 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(5) {
    left: 65%;
    width: 20%;
    animation: line5 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(6) {
    left: 85%;
    width: 10%;
    animation: line6 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(7) {
    left: 95%;
    width: 5%;
    animation: line7 1s 1;
    animation-fill-mode: forwards
}

section .main_banner .swiper-container2 .scroll_place {
    position: relative
}

section .main_banner .swiper-container2 .scroll {
    position: absolute;
    text-align: right;
    z-index: 8;
    bottom: 6px;
    right: 32px;
    font-size: 12px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: rgba(255, 255, 255, .75);
    line-height: 16px;
    letter-spacing: 1px;
    width: 0;
    transform: translateY(-80px)
}

section .main_banner .swiper-container2 .scroll .sc_line {
    margin-right: 8px;
    width: 1px;
    height: 40px;
    background: #fff;
    opacity: .75;
    transform: translateX(-2px)
}

section .main_banner .swiper-container2 .scroll .sc {
    transform: rotate(89deg);
    display: block;
    width: 0
}

section .main_banner .phone-swiper {
    display: none
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 63%
}

.swiper-pagination {
    text-align: left;
    bottom: 52px;
    font-size: 0
}

.swiper-pagination-bullet {
    width: 64px;
    height: 4px;
    background: rgba(255, 255, 255, .25);
    border-radius: inherit;
    margin-right: 8px
}

.swiper-pagination-bullet-active {
    width: 128px;
    position: relative
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 66px
}

section .one_content {
    position: relative;
    z-index: 3
}

section .c_title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: all .5s;
    height: 52px
}

section .c_title.limit1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

section .limit2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

section ul li:hover .c_title {
    color: #0b80db
}

section .title {
    display: flex
}

section .title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #303133;
    line-height: 32px
}

section .title h2 a {
    font-size: 20px;
    font-weight: 600;
    color: #303133;
    line-height: 32px
}

section .title h2 span {
    font-size: 20px;
    font-weight: 600;
    color: #303133;
    line-height: 32px
}

section .title .icon, section .title .more, section .title .icon {
    flex: none
}

section .title .line {
    background: url(/wp-content/themes/pazhoulab/images/n_line.png) repeat-x;
    background-size: 37px 2px;
    height: 27px;
    background-position: 0 24px;
    margin-left: 10px;
    flex: auto
}

section .title .line::after {
    content: "";
    width: 9px;
    height: 9px;
    background: #c4c4c4;
    display: inline-block;
    float: right;
    flex: none;
    margin-top: 20px
}

section .title .more {
    font-size: 14px;
    font-weight: 600;
    color: #c0c5cc;
    line-height: 18px;
    padding: 0 0 0 12px;
    margin-top: 15px
}

section .title .icon {
    width: 28px;
    height: 29px;
    margin-right: 16px;
    margin-top: 2px
}

section .title .icon.i1 {
    background: url(/wp-content/themes/pazhoulab/images/i12x.png) no-repeat;
    background-size: 100% auto
}

section .title .icon.i2 {
    background: url(/wp-content/themes/pazhoulab/images/i22x.png) no-repeat;
    background-size: 100% auto
}

section .title .icon.i3 {
    background: url(/wp-content/themes/pazhoulab/images/i32x.png) no-repeat;
    background-size: 100% auto
}

section .title .icon.i4 {
    background: url(/wp-content/themes/pazhoulab/images/i42x.png) no-repeat;
    background-size: 100% auto
}

@media screen and (max-width: 992px) {
    section section .container_three .title .more, section section .container_five .title .more, section section .container_one .title .more {
        padding: 0
    }
}

section ul.list li::after {
    content: "";
    display: block;
    width: 100%;
    border: 1px dashed #eee
}

section .r_news {
    padding: 14px 0
}

section .time, section .r_title {
    float: left
}

section .time {
    width: 66px;
    height: 66px;
    background: #f3f7fd;
    box-shadow: 2px 10px 15px -5px rgba(71, 109, 142, .12);
    text-align: center
}

section .time .day {
    font-size: 28px;
    font-family: Arial;
    color: #333;
    line-height: 43px
}

section .time .month {
    font-size: 12px;
    font-weight: 400;
    color: gray;
    line-height: 12px
}

section .r_title {
    width: calc(100% - 67px);
    box-sizing: border-box;
    padding-left: 24px;
    padding-top: 6px
}

section .intro {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px
}

section .news_more {
    font-size: 12px;
    font-weight: 300;
    color: rgba(0, 0, 0, .85);
    line-height: 16px;
    padding-top: 16px;
    text-align: right
}

section .a_more {
    width: 191px;
    margin: 0 auto;
    margin-top: -21px;
    padding: 13px 0;
    text-align: center;
    background: #fff;
    border: 1px solid;
    -o-border-image: linear-gradient(180deg, rgb(159, 159, 159), rgb(102, 102, 102)) 1 1;
    border-image: linear-gradient(180deg, rgb(159, 159, 159), rgb(102, 102, 102)) 1 1
}

section .a_more .in_more {
    font-size: 16px;
    position: relative
}

section .a_more .in_more a {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 16px;
    padding: 16px 83px;
    transition: all .5s
}

section .a_more .in_more a:hover {
    color: #0b80db !important
}

section .a_more .in_more::after {
    position: absolute;
    top: 7px;
    right: -13px;
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: linear-gradient(180deg, rgb(159, 159, 159) 0%, rgb(102, 102, 102) 100%)
}

section .a_more:hover {
    border: 1px solid #0b80db
}

section .a_more:hover .in_more::after {
    background: #0b80db
}

section .content {
    margin-top: -34px;
    background: #fff;
    padding: 24px 28px 15px
}

section .container_one {
    background: url(/wp-content/themes/pazhoulab/images/section_bg.jpg) no-repeat center top;
    background-size: cover;
    background-position: 0 34px
}

section .container_one .c_one_content .news_one {
    margin-top: 8px
}

section .container_one .c_one_content .news_one .news_one_l, section .container_one .c_one_content .news_one .news_one_r {
    float: left
}

section .container_one .c_one_content .news_one .news_one_l {
    width: 62%
}

section .container_one .c_one_content .news_one .news_one_l .news .img_wrap, section .container_one .c_one_content .news_one .news_one_l .news .sence {
    float: left
}

section .container_one .c_one_content .news_one .news_one_l .news .img_wrap {
    width: 270px;
    height: 162px;
    overflow: hidden;
    vertical-align: middle
}

section .container_one .c_one_content .news_one .news_one_l .news .img_wrap img {
    transition: all .8s;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    contain-intrinsic-size: 270px auto;
}

section .container_one .c_one_content .news_one .news_one_l .news .img_wrap:hover img {
    transform: scale(1.1)
}

section .container_one .c_one_content .news_one .news_one_l .news .sence {
    padding-left: 24px;
    width: calc(100% - 330px)
}

section .container_one .c_one_content .news_one .news_one_l .news .sence:hover .c_title {
    color: #0b80db
}

section .container_one .c_one_content .news_one .news_one_l .news .sence .date {
    font-size: 14px;
    font-weight: 400;
    color: gray;
    line-height: 18px
}

section .container_one .c_one_content .news_one .news_one_l .news .sence .news_title, section .container_one .c_one_content .news_one .news_one_l .news .sence .intro {
    padding-top: 12px;
    padding-right: 17px
}

section .container_one .c_one_content .news_one .news_one_r {
    width: 38%
}

section .container_one .c_one_content .news_one .news_one_r ul li:last-child::after {
    display: none
}

section .container_one .c_one_content .news_one .news_one_r ul li:first-child .r_news {
    padding-top: 0
}

section .container_one .c_one_content .news_one .news_one_r ul li a {
    display: block
}

section .container_one .m_two ul li {
    float: left;
    width: 25%;
    padding: 42px 0;
    transition: all .5s
}

section .container_one .m_two ul li a {
    display: block;
    position: relative
}

section .container_one .m_two ul li:not(:last-child) a::after {
    position: absolute;
    right: 0;
    top: 27px;
    display: block;
    content: "";
    width: 1px;
    height: 74px;
    background: rgba(255, 255, 255, .35);
    border-radius: 1px
}

section .container_one .m_two ul li:last-child .two_info .s_title {
    width: 116px
}

section .container_one .m_two ul li .two_info {
    text-align: center
}

section .container_one .m_two ul li .two_info .two_icon {
    width: 80px;
    height: 81px;
    margin: 0 auto
}

section .container_one .m_two ul li .two_info .two_icon.s1 {
    background: url(/wp-content/themes/pazhoulab/images/o_icon12x.png) no-repeat;
    background-size: 100%
}

section .container_one .m_two ul li .two_info .two_icon.s2 {
    background: url(/wp-content/themes/pazhoulab/images/o_icon22x.png) no-repeat;
    background-size: 100%
}

section .container_one .m_two ul li .two_info .two_icon.s3 {
    background: url(/wp-content/themes/pazhoulab/images/o_icon32x.png) no-repeat;
    background-size: 100%
}

section .container_one .m_two ul li .two_info .two_icon.s4 {
    background: url(/wp-content/themes/pazhoulab/images/o_icon42x.png) no-repeat;
    background-size: 100%
}

section .container_one .m_two ul li .two_info .s_title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
    padding: 14px 0 6px 0;
    width: 112px;
    text-align: center;
    margin: 0 auto
}

section .container_one .m_two ul li:hover {
    background: rgba(0, 0, 0, .08)
}

section .container_two {
    background: url(/wp-content/themes/pazhoulab/images/bg-bg.png) repeat;
    background-size: 160px 90px;
    padding: 56px 0
}

section .container_two .c_two_content .two_head h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 36px
}

section .container_two .c_two_content .two_head h2::after {
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 48px;
    display: block;
    content: "";
    width: 40px;
    height: 8px;
    background: linear-gradient(90deg, rgb(250, 143, 50) 0%, rgb(250, 90, 48) 100%)
}

section .container_two .c_two_content .two_news .inner_title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 22px
}

section .container_two .c_two_content .two_news ul li {
    float: left;
    width: 31%;
    box-shadow: 2px 10px 15px -5px rgba(71, 109, 142, .23)
}

section .container_two .c_two_content .two_news ul li a {
    display: block;
    position: relative
}

section .container_two .c_two_content .two_news ul li a img {
    width: 100%;
    transition: all .8s;
    display: block
}

section .container_two .c_two_content .two_news ul li a .img_wrap {
    overflow: hidden;
    position: relative;
    height: auto !important
}

section .container_two .c_two_content .two_news ul li a .img_wrap .inner_title {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 16px;
    text-align: center;
    position: absolute;
    bottom: -1px
}

section .container_two .c_two_content .two_news ul li a .sence {
    padding: 19px 32px;
    background: #fff
}

section .container_two .c_two_content .two_news ul li a:hover .img_wrap img {
    transform: scale(1.1)
}

section .container_two .c_two_content .two_news ul li:not(:last-child) {
    margin-right: 3.5%
}

section .container_two .c_two_content .two_news ul li:nth-child(1n) .inner_title {
    background: url(/wp-content/themes/pazhoulab/images/bg12x.png) no-repeat;
    background-size: cover
}

section .container_two .c_two_content .two_news ul li:nth-child(2n) .inner_title {
    background: url(/wp-content/themes/pazhoulab/images/bg22x.png) no-repeat;
    background-size: cover
}

section .container_two .c_two_content .two_news ul li:nth-child(3n) .inner_title {
    background: url(/wp-content/themes/pazhoulab/images/bg32x.png) no-repeat;
    background-size: cover
}

section .container_three .c_three_content .three_content .three_news {
    margin-bottom: 85px;
    padding-top: 95px
}

section .container_three .c_three_content .three_content .three_news .news_three_l, section .container_three .c_three_content .three_content .three_news .news_three_r {
    float: left;
    width: calc(50% - 55px)
}

section .container_three .c_three_content .three_content .three_news .news_three_l {
    padding-right: 110px
}

section .container_three .c_three_content .three_content .three_news .three_r, section .container_three .c_three_content .three_content .three_news .three_l {
    margin-top: 12px
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2 {
    cursor: pointer
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2 span {
    font-size: 20px;
    font-weight: 400;
    color: rgba(48, 49, 51, .65);
    line-height: 32px;
    position: relative;
    display: inline-block
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2 span:hover {
    font-weight: 600;
    color: #303133
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2 span:hover::before {
    position: absolute;
    bottom: -4px;
    left: 32%;
    display: block;
    content: "";
    width: 32px;
    height: 4px;
    background: linear-gradient(90deg, rgb(250, 143, 50) 0%, rgb(250, 90, 48) 100%)
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2.current span {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #303133
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2.current span::before {
    position: absolute;
    bottom: -4px;
    left: 32%;
    display: block;
    content: "";
    width: 32px;
    height: 4px;
    background: linear-gradient(90deg, rgb(250, 143, 50) 0%, rgb(250, 90, 48) 100%)
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #000;
    border-radius: 0px;
    opacity: .2;
    margin: 0 18px
}

section .container_three .c_three_content .three_content .three_news .news_three_r .three_r .list {
    display: none
}

section .container_three .c_three_content .three_content .three_news .news_three_r .three_r .list.current {
    display: block
}

section .container_three .title .more, section .container_five .title .more, section .container_one .title .more {
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #c0c5cc;
    line-height: 18px;
    margin-top: 15px;
    border: none;
    padding: 0 0 0 16px;
    width: 30px
}

section .container_three .a_more .in_more a, section .container_five .a_more .in_more a, section .container_one .a_more .in_more a {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    color: rgba(0, 0, 0, .5);
    line-height: 18px
}

section .container_three .a_more .in_more::after, section .container_five .a_more .in_more::after, section .container_one .a_more .in_more::after {
    width: 36px;
    top: 16px;
    opacity: 0
}

section .container_four .f_content_four {
    position: relative;
    padding-bottom: 64px
}

section .container_four .f_content_four .content_four {
    background: url(/wp-content/themes/pazhoulab/images/rczp.jpg) center;
    background-size: cover
}

section .container_four .f_content_four .four_bg {
    background: url(/wp-content/themes/pazhoulab/images/bg-bg.png) repeat;
    background-size: 160px 90px;
    height: 285px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%
}

section .container_four .f_content_four .four_head {
    padding-top: 72px
}

section .container_four .f_content_four .four_head h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 36px
}

section .container_four .f_content_four .four_head h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 8px;
    background: #fa5a30;
    background: linear-gradient(90deg, rgb(250, 143, 50) 0%, rgb(250, 90, 48) 100%);
    margin: 12px auto 0 auto
}

section .container_four .f_content_four .four_links {
    text-align: center;
    font-size: 0;
    padding-top: 75px;
    padding-bottom: 155px
}

section .container_four .f_content_four .four_links .four_line {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 2px;
    background: #fff;
    opacity: .6;
    margin-bottom: 16px
}

section .container_four .f_content_four .four_links a {
    display: inline-block;
    padding: 0 10%;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 42px;
    letter-spacing: 1px;
    opacity: .8;
    transition: all .5s
}

section .container_four .f_content_four .four_links a:hover {
    opacity: 1
}

section .container_four .f_content_four .four_links ul {
    padding: 0 10%;
    font-size: 0;
    width: 40%;
    margin: 0 auto;
    box-sizing: content-box;
    position: relative
}

section .container_four .f_content_four .four_links ul li {
    display: inline-block;
    width: 25%
}

section .container_four .f_content_four .four_links ul::after, section .container_four .f_content_four .four_links ul::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #fff;
    opacity: .6;
    margin-bottom: 16px
}

section .container_four .f_content_four .four_links ul::after {
    position: absolute;
    right: 0;
    top: 20px
}

section .container_four .f_content_four .four_links ul::before {
    position: absolute;
    left: 0;
    top: 20px
}

section .container_five .f_content_five {
    padding-top: 66px
}

section .container_five .f_content_five .title .line {
    width: calc(100% - 134px)
}

section .container_five .fast-content {
    padding-top: 42px;
    padding-bottom: 89px
}

section .container_five .fast-content .fast .fast-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(6, 28, 61, .3);
    opacity: 0;
    z-index: 0
}

section .container_five .fast-content .fast .fast-l, section .container_five .fast-content .fast .fast-r {
    float: left
}

section .container_five .fast-content .fast .fast-l {
    width: calc(45% - 10px);
    margin-right: 10px
}

section .container_five .fast-content .fast .fast-l .video {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 0
}

section .container_five .fast-content .fast .fast-l .video > a.video-bg {
    max-height: 324px;
    height: 324px;
    display: block;
    transition: all .8s
}

section .container_five .fast-content .fast .fast-l .video > a.video-bg img {
    transition: all .8s;
    width: 100%
}

section .container_five .fast-content .fast .fast-l .video:hover > a.video-bg {
    transform: scale(1.1)
}

section .container_five .fast-content .fast .fast-l .video .video-icon {
    position: absolute;
    background: url(/wp-content/themes/pazhoulab/images/viedo-icon.png) no-repeat;
    background-size: 100% auto;
    width: 65px;
    height: 65px;
    top: calc(50% - 32.5px);
    left: calc(50% - 32.5px);
    transition: all .3s
}

section .container_five .fast-content .fast .fast-l .video .v-title {
    position: absolute;
    bottom: 0
}

section .container_five .fast-content .fast .fast-l .video .v-title h2 a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 1px;
    display: block;
    padding: 16px 24px
}

section .container_five .fast-content .fast .fast-l .video:hover .video-icon {
    background: url(/wp-content/themes/pazhoulab/images/video.png) no-repeat;
    background-size: 100% auto
}

section .container_five .fast-content .fast .fast-l .video:hover .v-title h2 a {
    transition: all .3s
}

section .container_five .fast-content .fast .fast-l:hover .video a img {
    transform: scale(1.1)
}

section .container_five .fast-content .fast .fast-r {
    width: 55%
}

section .container_five .fast-content .fast .fast-r .fast-link {
    position: relative;
    float: left;
    width: calc(50% - 5px);
    font-size: 0
}

section .container_five .fast-content .fast .fast-r .fast-link a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-height: 157px
}

section .container_five .fast-content .fast .fast-r .fast-link a img {
    position: relative;
    z-index: -1;
    transition: all .8s;
    width: 100%
}

section .container_five .fast-content .fast .fast-r .fast-link a .text {
    position: absolute;
    z-index: 2;
    top: calc(50% - 15px);
    width: 100%;
    text-align: center
}

section .container_five .fast-content .fast .fast-r .fast-link a .text .text_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 28px
}

section .container_five .fast-content .fast .fast-r .fast-link a .text .enter {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 18px
}

section .container_five .fast-content .fast .fast-r .fast-link a:hover .enter {
    text-decoration: underline
}

section .container_five .fast-content .fast .fast-r .fast-link:hover a img {
    transform: scale(1.1)
}

section .container_five .fast-content .fast .fast-r .l1, section .container_five .fast-content .fast .fast-r .l2 {
    margin-bottom: 10px
}

section .container_five .fast-content .fast .fast-r .l1, section .container_five .fast-content .fast .fast-r .l3 {
    margin-right: 10px
}

section .container_six {
    display: none;
    background: url(/wp-content/themes/pazhoulab/images/bg-bg.png) repeat;
    background-size: 160px 90px;
    opacity: .9
}

section .container_six .six_content {
    padding: 42px 0
}

section .container_six .six_content ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin: 0 auto;
    position: relative
}

section .container_six .six_content ul li .six_info .six_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 8px
}

section .container_six .six_content ul li .six_info .six_icon.s1 {
    background: url(/wp-content/themes/pazhoulab/images/s12x.png) no-repeat center;
    background-size: 100% auto
}

section .container_six .six_content ul li .six_info .six_icon.s2 {
    background: url(/wp-content/themes/pazhoulab/images/s22x.png) no-repeat center;
    background-size: 100% auto
}

section .container_six .six_content ul li .six_info .six_icon.s3 {
    background: url(/wp-content/themes/pazhoulab/images/s32x.png) no-repeat center;
    background-size: 100% auto
}

section .container_six .six_content ul li .six_info .six_icon.s4 {
    background: url(/wp-content/themes/pazhoulab/images/s42x.png) no-repeat center;
    background-size: 100% auto
}

section .container_six .six_content ul li .six_info .amount {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 33px
}

section .container_six .six_content ul li .six_info .s_title {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px
}

section .container_six .six_content ul li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 64px;
    background: rgba(0, 0, 0, .3);
    border-radius: 1px;
    position: absolute;
    right: 0;
    top: 16px
}

@keyframes line1 {
    from {
        width: 5%
    }
    to {
        width: 0%
    }
}

@keyframes line2 {
    from {
        width: 10%
    }
    to {
        width: 0%
    }
}

@keyframes line3 {
    from {
        width: 20%
    }
    to {
        width: 0%
    }
}

@keyframes line4 {
    from {
        width: 30%
    }
    to {
        width: 0%
    }
}

@keyframes line5 {
    from {
        width: 20%
    }
    to {
        width: 0%
    }
}

@keyframes line6 {
    from {
        width: 10%
    }
    to {
        width: 0%
    }
}

@keyframes line7 {
    from {
        width: 5%
    }
    to {
        width: 0%
    }
}

section .main_banner .swiper-container2 .swiper-slide a {
    height: 380px
}

.video_C {
    height: 27.5vw;
    min-height: 360px
}

.video_C video {
    height: 27.5vw;
    min-height: 360px
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content {
    height: 27.5vw;
    min-height: 360px
}

@media (max-width: 1680px) {
    .video_C {
        height: 29vw;
        min-height: 360px
    }

    .video_C video {
        height: 29vw;
        min-height: 360px
    }

    section .main_banner .swiper-container1 .swiper-slide .swiper_content {
        height: 29vw;
        min-height: 360px
    }
}

@media (max-width: 414px) {
    .window {
        bottom: 50%;
        right: 50%;
        animation: showPc1 1.5s 1;
        transform: translate(50%, 50%)
    }

    .window .close_icon {
        top: inherit;
        bottom: -40px;
        right: 50%;
        transform: translateX(50%)
    }

    .pc-swiper {
        display: none
    }

    section .main_banner .phone-swiper {
        display: block
    }

    section .main_banner .phone-swiper .swiper-slide #play-phone img {
        margin: 0
    }

    section .main_banner .phone-swiper .swiper-slide #play-phone {
        display: none
    }

    section .main_banner .phone-swiper .swiper-slide:first-child #play-phone {
        display: block
    }
}

@keyframes scal {
    from {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

@keyframes scrollUp {
    from {
        background: rgba(255, 255, 255, 0)
    }
    to {
        background: rgba(255, 255, 255, .5)
    }
}

@keyframes scrollDown {
    from {
        background: rgba(255, 255, 255, .5)
    }
    to {
        background: rgba(255, 255, 255, 0)
    }
}

@keyframes showPc {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes showPc1 {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
    from {
        transform: translate(50%, 70%)
    }
    to {
        transform: translate(50%, 50%)
    }
}

header .header .main_menu .menu > .current-menu-ancestor > a > span::after, header .header .main_menu .menu > .current-menu-item > a > span::after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #fa8f32 0%, #fa5a30 100%);
    position: absolute;
    left: 50%;
    bottom: 0
}

section .inner_container .list_wrap .list_content .wrap_left ul > li.current_page_item > a, section .inner_container .list_wrap .list_content .wrap_left ul > li.current_page_item > a + i::before {
    color: #0b80db
}

@media screen and (max-width: 1280px) {
    section .container_four .f_content_four .four_links ul {
        width: 47%
    }
}

@media screen and (max-width: 768px) {
    section .inner_container .list_wrap .list_content .wrap_left .left_menu > li > ul.sub-menu > li.current_page_item > a, section .inner_container .list_wrap .list_content .wrap_left .left_menu > li > ul.sub-menu > li.current_page_item a + i::before {
        text-align: center;
        background: linear-gradient(315deg, rgb(0, 95, 196) 0%, rgb(0, 114, 196) 100%);
        color: #fff
    }

    section .inner_container .list_wrap .list_content .wrap_left .left_menu > li > ul > li.current-menu-item:hover > a, section .inner_container .list_wrap .list_content .wrap_left .left_menu > li > ul > li.current_page_parent:hover > .fa-caret-left:before {
        color: #fff
    }

    section .inner_container .list_wrap .list_content .wrap_left ul li a {
        text-align: center
    }

    section .inner_container .list_wrap .list_content .wrap_left .left_menu > li > ul > li.current_page_parent .sub-menu li a {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    section .inner_container .list_wrap .list_content .wrap_left .left_menu > li > ul > li.current_page_parent .sub-menu li.current_page_item a span::before {
        background: #0b80db
    }

    section .container_five .fast-content .fast .fast-r .fast-link a .text .title {
        font-size: 16px
    }
}

section .inner_container .list_wrap .list_content .wrap_left .left_menu > li > ul > li.current_page_parent .sub-menu li a span::before {
    transition: all .5s
}

section .inner_container .list_wrap .list_content .wrap_left .left_menu > li > ul > li.current_page_parent > .sub-menu > li > a:hover {
    color: #0b80db
}

section .inner_container .list_wrap .list_content .wrap_left .left_menu > li > ul > li.current_page_parent > .sub-menu > li > a:hover span::before {
    background: #0b80db
}

.phone_add_menu {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#0072C4", endcolorstr="#005FC4", gradientType="1");
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#0072C4", endcolorstr="#005FC4", gradientType="1");
    background: #005fc4;
    background: linear-gradient(315deg, rgb(0, 95, 196) 0%, rgb(0, 114, 196) 100%)
}

.phone_add_menu .phone_menu ul li {
    float: left;
    width: 20%;
    position: relative
}

.phone_add_menu .phone_menu ul li a {
    width: 42px;
    font-size: 16px;
    display: block;
    padding: 8px 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    margin: 0 auto
}

.phone_add_menu .phone_menu ul li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, .2);
    border-radius: 0px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px
}

@media screen and (min-width: 600px) {
    .phone_add_menu {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .phone_add_menu {
        display: block
    }

    header {
        box-shadow: inherit
    }
}

@media screen and (max-width: 414px) {
    .phone_add_menu {
        display: block
    }

    .phone_add_menu .phone_menu ul li a {
        padding: 8px 10px
    }
}

@media screen and (max-width: 350px) {
    section .main_banner .swiper-container2 .swiper-slide .main_content {
        left: 12px
    }
}
<!--0.0002291202545166-->