﻿html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
p {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    cursor: pointer;
}

html {
    width: 100%;
    overflow-x: hidden;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
a,a:hover{
    text-decoration:none !important;
}
.banner {
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%
}

textarea {
    -webkit-appearance: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both
}

body {
    width: 100%;
    *cursor: default;
    font: 16px/1.5;
    overflow-x: hidden;
}

img {
    border: 0px;
    max-width: 100%
}

a {
    text-decoration: none;
    outline: none
}

div {
    outline: none
}
.imgIblock{
    display: inline-block;
}
ul,
li {
    list-style-type: none
}

@font-face {
    font-family: 'FZLTHJW';
    src: url("../font/FZLTHJW.ttf"), url('../font/FZLTHJW.ttf') format('truetype');
}

@font-face {
    font-family: 'FZLTZHJW';
    src: url("../font/FZLTZHJW.ttf"), url('../font/FZLTZHJW.ttf') format('truetype');
}

.bnnerbj {
    background-image: linear-gradient(#947f7c 50%, #FFF 0);
    position: relative;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: FZLTHJW;
}

.main {
    margin: 0 auto;
    max-width: 92%;
    width: 1200px
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.overflow {
    overflow: hidden
}

body {
    font-family: FZLTHJW;
}

/*@font-face {  font-family: 'BRLNSB';  src: url("../font/BRLNSB.ttf"),       url('../font/BRLNSB.ttf') format('truetype'); }@font-face {  font-family: 'BRLNSDB';  src: url("../font/BRLNSDB.ttf"),       url('../font/BRLNSDB.ttf') format('truetype'); }@font-face {  font-family: 'BRLNSR';  src: url("../font/BRLNSR.ttf"),       url('../font/BRLNSR.ttf') format('truetype'); }@font-face {  font-family: 'BELLGOTHICSTD-BLACK';  src: url("../font/BELLGOTHICSTD-BLACK.otf"),       url('../font/BELLGOTHICSTD-BLACK.otf') format('truetype');}@font-face {  font-family: 'BELLGOTHICSTD-BOLD';  src: url("../font/BELLGOTHICSTD-BOLD.otf"),       url('../font/BELLGOTHICSTD-BOLD.otf') format('truetype'); }@font-face {  font-family: 'BASKVILL';  src: url("../font/BASKVILL.ttf"),       url('../font/BASKVILL.ttf') format('truetype'); }*/
@media screen and (max-width:1000px) {
    html {
        font-size: calc(100vw/360 * 100);
    }

    body {
        font-size: 0.14rem;
        overflow-x: hidden;
    }

    html {
        height: 100%;
    }

    body.open,
    body.open2 {
        height: 100%;
        overflow: hidden;
    }
}

#sidebar {
    width: 0%;
    height: 100%;
    background: #292727;
    position: absolute;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    z-index: 1;
}

#sidebar ul li {
    display: block;
    min-height: 49px;
    border-bottom: 1px solid #222020;
    font-size: 14px;
    width: 100%;
}

.agent-mobile #sidebar ul li {
    border-color: rgba(255, 255, 255, .05);
}

#sidebar ul li a {
    display: block;
    color: #fff;
    padding: 0 25px;
    height: 49px;
    line-height: 49px;
}

.nr {
    position: relative;
    z-index: 10;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#close {
    position: absolute;
    right: 10px;
    top: 10px;
}

#close img {
    height: 15px;
}

li.navitem {
    position: relative;
    /*top: 0.1rem;*/
    opacity: 0;
    /*transition: 0.3s;*/
    /*transitino-delay: 1s;*/
}

body.open li.navitem {
    /*top: 0rem;*/
    opacity: 1;
    transition: 1s;
}

/*body.open li.navitem.active{background:#e95a6f;}.sub_nav dd.active{background:#c68555;}*/
/*body.open li.navitem:nth-child(2)  {    transition-delay: 0.2s;}body.open li.navitem:nth-child(3)  {    transition-delay: 0.4s;}body.open li.navitem:nth-child(4)  {    transition-delay: 0.6s;}body.open li.navitem:nth-child(5)  {    transition-delay: 0.8s;}body.open li.navitem:nth-child(6)  {    transition-delay: 1s;}body.open li.navitem:nth-child(7)  {    transition-delay: 1.2s;}body.open li.navitem:nth-child(8)  {    transition-delay: 1.4s;}body.open li.navitem:nth-child(9)  {    transition-delay: 1.6s;}body.open li.navitem:nth-child(10)  {    transition-delay: 1.8s;}body.open li.navitem:nth-child(11)  {    transition-delay: 2s;}body.open li.navitem:nth-child(12)  {    transition-delay: 2.2s;}body.open li.navitem:nth-child(13)  {    transition-delay: 2.4s;}body.open li.navitem:nth-child(14)  {    transition-delay: 2.6s;}*/
body.open #sidebar {
    width: 35%
}

body.open .nr {
    transform: translate3d(35%, 0, 0);
    -webkit-transform: translate3d(35%, 0, 0)
}

#nav .sub_nav {
    display: none;
}

#nav .sub_nav li a {
    height: 49px;
    line-height: 49px;
    color: #4E4E4E;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #ebebeb;
}

#nav .sub_nav li {
    display: block;
    min-height: 49px;
    border-top: 1px solid #c68555;
    font-size: 1.3rem;
    width: 100%;
}

.sub_nav dd {
    margin: 0;
    padding: 0 8px;
    border-bottom: 1px solid #c68555;
    height: 35px;
    line-height: 35px;
}

.sub_nav dd a {
    display: block;
    padding-left: 40px;
    color: #fff;
    font-size: 13px;
}

body.open .navitem .nav_down span:after {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

body.open .navitem .nav_down span:after {
    position: absolute;
    top: 15px;
    right: 8px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/jia2.png) center no-repeat;
    background-size: 100%;
}

body.open .navitem.on .nav_down span:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.sub_nav dd {
    margin: 0;
    padding: 0 8px;
    border-bottom: 1px solid #c68555;
    height: 35px;
    line-height: 35px;
}

.sub_nav dd a {
    display: block;
    padding-left: 40px;
    color: #fff;
    font-size: 13px;
}

.btn_hover {
    position: relative;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn_hover:hover>.anim {
    -moz-animation: anim-out 1s;
    -webkit-animation: anim-out 1s;
    animation: anim-out 1s;
}

.btn_hover:hover>.anim:after {
    -moz-animation: anim-out-pseudo 1s;
    -webkit-animation: anim-out-pseudo 1s;
    animation: anim-out-pseudo 1s;
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

header {
    z-index: 100;
    background: #ffff;
    width: 100%;
    height: 95px;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000
}

.header_h {
    height: 95px
}

.main1 {
    width: 1550px;
    max-width: 90%;
    margin: 0 auto;
}
@media screen and (max-width:1400px) {
    header .main1{
        max-width: 94%;
    }
    
}
@media screen and (max-width:1200px) {
    header .main1{
        max-width: 100%;
    }
    
}
header .logo {
    /* margin-left: 175px; */
    /* padding-top: 25px; */
    /* margin-right: 85px */
}
.flex{
    display: flex;
}
.flex-jusb{
    justify-content: space-between;
}
.ai-center{
    align-items: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
header .navlist li {
    /* width: 97px; */
    text-align: center;
    float: left;
    line-height: 95px;
    line-height: 95px;
    font-size: 18px;
    padding: 0 11px;
    position: relative;
}

header .navlist li a {
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
    
}

.head_btn {
    background: #e95a6f;
    width: 180px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    float: left;
}
.head_btn img{
    display: inline-block;
    height: 30px;
}

.head_right {
    /* margin-top: 32px; */
}

.head_right .search {
    width: 29px;
    height: 29px;
    background: url('../images/search.png') no-repeat center;
    float: right;
    margin-left: 12px;
    margin-top: 2px;
}

.navlist li:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    background: #e95a6f;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: linear;
}

.navlist li:hover:after {
    width: 100%
}
.navlist li:hover .p-nav-a{
    color: #e95a6f;
}
.bot1 {
    width: 100%;
    background: #b1aeae;
    color: #ffffff;
    font-size: 0px;
    padding: 20px 0;
    /*border-bottom: 1px solid #353434*/
}

.bot1 a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
}

.bot1 span {
    font-size: 13px;
}

.bot1_right {
    width: calc(100% - 70px);
    float: right;
    height: 17px;
}

.bot2 {
    width: 100%;
    background: #c0c0c0;
    color: #ffffff;
    padding: 40px 0;
}

.bot2 .bot1_li_a {
    color: #fff;
    font-size: 16px;
}

.bot2 .two {
    margin-top: 13px;
}

.bot2 .two a {
    font-size: 13px;
    color: #fff;
    line-height: 38px;
}

.bot2_left li {
    float: left;
    margin-right: 100px
}

.bot2 .two1 {
    margin-right: 30px
}

.bot2_left {
    border-right: 1px solid #353434;
}

.bot2_mid_tit {
    font-size: 16px;
    color: #e95a6f
}

.bot2_mid_con {
    font-size: 30px;
    font-weight: bold;
    color: #e95a6f;
    margin-top: 10px;
}

.bot2_right .code {
    width: 125px;
    float: left;
    text-align: center;
    margin-left: 20px;
}

.bot2_right .pic {
    margin-bottom: 10px;
}

.bot2_qd_list a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 24px;
    transition: all 0.5s
}

.bot2_qd_list a:last-child {
    margin-right: 0
}

.bot2_qd {
    margin-top: 15px;
}

.bot2_qd_list {
    margin-top: 15px;
}

.bot2_qd_list a:hover {
    transform: scale(1.05);
}

.bot2_mid {
    width: 390px;
    padding-left: 60px;
}

.bot_main {
    width: 1400px;
    margin: 0 auto;
    max-width: 92%
}

.bot3 {
    background: #b1aeae;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.bot3 a {
        line-height: 30px;
    color: #727272;
}

.bot2 .two a:hover {
    color: #fff
}

header.fixed {
    position: fixed;
    top: 0;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

header.fixed.header-hide {
    top: -95px;
}

header .navlist,
.head_btn,
.btn-open-search {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

header .navlist.nav-hide,
header .head_btn.nav-hide,
header .btn-open-search.nav-hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}

.search-box {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-right: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    transform-origin: 100% center;
    background-color: #fff;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 9px;
    left: 0;
    top: 0;
    z-index: 100;
}

.search-box.search-hide {
    visibility: hidden;
    left: 100%;
}

.search-box input {
    width: 100%;
    height: 48px;
    border: 1px solid #d4d4d4;
    line-height: 48px;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    padding-right: 50px;
    background-color: #fff;
}

.search-box input:focus {
    border: 1px solid #bebdbd;
    color: #282828;
    -webkit-box-shadow: 0px 3px 8px #d4d4d4;
    box-shadow: 0px 3px 8px #d4d4d4;
}

.search-box a.btn-close {
    position: absolute;
    right: 15px;
    top: 22px;
    color: #86807f;
    text-decoration: none;
    margin: 0 !important;
}

.search-box a.btn-close .hwic_cross {
    background: url('../images/close.png') no-repeat center;
    width: 23px;
    height: 23px;
    display: block;
}

.search-box a.btn-search {
    position: absolute;
    right: 60px;
    top: 22px;
    color: #86807f;
    text-decoration: none;
    margin: 0 !important;
}

.search-box a.btn-search span {
    background: url('../images/search2.png') no-repeat center;
    width: 25px;
    height: 25px;
    display: block;
}

@media (min-width: 1025px) {
    .search-box {
        width: 500px;
        height: 76px;
        padding-top: 25px;
        right: 8px;
        position: absolute;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        left: auto;
    }

    .search-box.search-hide {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        left: auto;
    }

    .search-box a.btn-close,
    .search-box a.btn-search {
        top: 37px;
    }
}

header .main1 {
    position: relative;
    /* background-color: #2496cd; */
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.second_list {
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.second_list .second_main {
    width: 1280px;
    margin: 0 auto;
    padding: 60px 0 52px;
}

.second_left {
    width: 600px;
    float: left;
    margin-top: 10px
}

.second_img {
    width: 540px;
    float: right;
}

.second_img .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 53%;
}

.second_img .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.second_left dd {
    width: 48.5%;
    float: left;
    text-align: left;
    margin-bottom: 6px;
    line-height: 45px;
}

.second_left dd:nth-child(2n) {
    float: right;
}

.nav_more {
    display: block;
    font-size: 14px;
    color: #959595
}

.second_left dd .pic {
    width: 75px;
    height: 45px;
    float: left;
}

.second_left dd a {
    display: block
}

.second_left dd .tit {
    float: left;
    font-size: 16px;
    color: #a5a5a5;
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_more {
    line-height: 1;
}

.second_left dd a:hover .tit {
    color: #e95a6f;
    /* text-decoration: underline; */
}

.nav_more:hover {
    color: #e95a6f;
    text-decoration: underline;
}

.title {
    margin-bottom: 60px;
    color: #3e3a39;
}

.title span {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    /*font-family: BRLNSDB;*/
    display: block;
    font-family: 'FZLTZHJW';
}

.title p {
    font-size: 30px;
    line-height: 1;
    margin-top: 25px;
    text-transform: uppercase;
}

.sec1_nr {
    max-width: 100%;
    margin: 0 auto;
    width: 1020px
}

.section1 .video_pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 57%;
    overflow: hidden;
    cursor: pointer;
}

.section1 .video_pic video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section1 .video_pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section1 .video_pic i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon_play_b.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    background-size: 141px;
}

.section1 .video_pic em {
    position: absolute;
    bottom: 6px;
    right: 6px;
    display: block;
    background: url(../images/qp.png) no-repeat center;
    z-index: 1;
    width: 33px;
    height: 33px;
}

.section1 {
    padding: 20px 0 180px;
}

.section2 {
    width: 100%;
    position: relative;
}

.sec2_bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%;
}

.section2 .title {
    color: #fff;
    margin-bottom: 190px
}

.section2 .sec2_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section2 .main1 {
    position: relative;
    height: 100%;
}

.sec2_nr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 550px
}

.section2 .btn {
    width: 190px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    margin-top: 55px;
}

.sec4_main {
    width: 1405px;
    margin: 0 auto;
}

.section4 {
    padding: 130px 0;
    background: #f8f8f8;
}

.sec4_list .sec4_li1 {
    width: 450px;
    position: relative;
    background: #fff;
}

.sec4_list .sec4_li {
    margin-right: 27px;
    float: left;
}

.sec4_list .sec4_li:nth-child(3n) {
    margin-right: 0;
}

.sec4_list .sec4_li1 .pic {
    height: 280px;
    width: 100%
}

.sec4_li1 .bt {
    font-size: 18px;
    font-weight: bold;
    color: #3e3a39;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec4_li1 .time {
    font-size: 16px;
    color: #646464;
    margin: 15px 0 20px;
    display: block
}

.sec4_li1 .jian {
    font-size: 16px;
    color: #646464;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec4_li1 .info {
    padding: 25px;
}

.sec4_list .label {
    width: 92px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: #fff;
}

.sec4_list .sec4_li1 .label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.sec4_li2 {
    width: 448px;
    background: #fff;
}

.sec4_li2 .bt {
    font-size: 18px;
    font-weight: bold;
    color: #3e3a39;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec4_li2 .time {
    font-size: 16px;
    color: #646464;
    margin-top: 13px;
    display: block
}

.sec4_li2 li {
    margin-top: 25px;
}

.sec4_li2 ul {
    padding: 0 23px 40px;
}

.sec4_list {
    padding-bottom: 58px;
}

.sec4_more {
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #111111;
    display: block;
    margin: 0 auto;
}

.section5 {
    width: 100%;
    position: relative;
}

.sec5_bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%;
}

.section5 .sec5_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section5 .sec5_main2 {
    position: relative;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.sec5_nr2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 622px;
}

.sec5_nr {
    background: rgba(255, 255, 255, 0.7);
    padding: 40px 55px 55px;
}

.sec5_con {
    font-size: 14px;
    color: #787878;
    line-height: 30px;
    margin-top: 25px;
    width: 480px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.sec5_tit {
    font-size: 30px;
    color: #000000
}

.sec5_key {
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
}

.sec5_tel {
    width: 217px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: #e95a6f;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: -23px;
    left: 60px;
}

.sec6_left {
    margin-left: 75px;
    width: 535px;
    float: left;
    position: relative;
    /* padding-bottom: 400px; */
}

.sec6_right {
    margin-right: 15px;
    width: 794px;
    float: right;
}

.section6 {
    padding-top: 95px
}

.sec6_key {
    font-size: 30px;
    color: #3e3a39;
    background: url('../images/yin.png') no-repeat left top;
    padding-top: 35px
}

.sec6_con {
    font-size: 15px;
    color: #787878;
    line-height: 30px;
    margin-top: 20px;
}

.sec6_pic {
    width: 826px;
    position: absolute;
    bottom: 0px;
    left: -172px;
}

.sec6_r_pic {
    margin-bottom: 40px
}

.sec6_list2 {
    position: relative;
    padding-bottom: 35px;
    width: 100%
}

.sec6_right .swiper-pagination {
    width: 100%;
    bottom: 0;
    left: 0
}

.sec6_right .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d8d8d8;
    opacity: 0.8;
    margin: 0 6px;
}

.sec6_right .swiper-pagination .swiper-pagination-bullet-active {
    background: #e95a6f;
    opacity: 1
}

.section3 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%;
}

.sec3_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec3_left {
    height: 100%;
    width: 750px;
    background: rgba(224, 224, 224, 0.9);
    max-width: 37.5%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 11%;
    padding-left: 9%;
    z-index: 101
}

.sec3_left .title {
    width: 258px
}

.sec3_list .swiper-slide {
    position: relative;
}

.section3 .text {
    width: 350px;
    max-width: 18%;
}

.sec3_list {
    width: 1257px;
    max-width: 64%;
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: 102
}

.section3 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.section3 .sec3_tit {
    font-size: 20px;
    color: #3e3a39;
    display: block
}

.section3 .swiper-pagination-fraction {
    bottom: 405px;
    left: 9%;
    text-align: left;
    z-index: 101
}

.section3 .sec3_tit {
    bottom: 355px;
    left: 9%;
    text-align: left;
    position: absolute;
    z-index: 101
}

.section3 .swiper-button-prev,
.section3 .swiper-button-next {
    bottom: 305px;
    left: 9%;
    position: absolute;
    z-index: 10;
    margin: 0;
    top: auto;
    width: 11px;
    height: 20px;
    z-index: 101
}

.section3 .swiper-button-next {
    left: calc(9% + 50px);
    background: url('../images/next.png') no-repeat center left;
}

.section3 .swiper-button-prev {
    background: url('../images/prev.png') no-repeat center left;
}

.section3 .swiper-pagination-current,
.section3 .s1 {
    font-size: 50px;
    color: #3e3a39;
    /*font-family: BELLGOTHICSTD-BLACK;*/
}

.section3 .swiper-pagination-total,
.section3 .s2 {
    font-size: 30px;
    color: #a0a0a0;
    /*font-family: BELLGOTHICSTD-BLACK;*/
}

.section3 .swiper-pagination-fraction {
    background: url('../images/s3.jpg') no-repeat bottom 12px left 73px;
}

.section3 .sec3_tit:hover {
    color: #e95a6f;
}

.section1 {
    background: url('../images/i_video_bg.png') no-repeat  center;
    background-size:auto 100%;
}

.btn_hover {
    position: relative;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    /*z-index: -1; */
}

.btn_hover:hover>.anim {
    -moz-animation: anim-out 1s;
    -webkit-animation: anim-out 1s;
    animation: anim-out 1s;
}

.btn_hover:hover>.anim:after {
    -moz-animation: anim-out-pseudo 1s;
    -webkit-animation: anim-out-pseudo 1s;
    animation: anim-out-pseudo 1s;
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.btn-1 {
    cursor: pointer;
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-1:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}

.btn-2 {
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: -webkit-linear-gradient(180deg, #e95a6f, #e95a6f, transparent, transparent);
    background-position: 1% 50%;
    background-size: 300% 300%;
}

.btn-2:hover {
    color: #fff;
    border: 1px solid #e95a6f;
    background-position: 99% 50%;
}

.bot1 a:hover {
    font-weight: bold;
}

.sec4_list .sec4_li1 {
    transition: all 0.5s;
}

.sec4_list .sec4_li1:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
}

.sec4_list .sec4_li1 .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62%;
    overflow: hidden;
}

.sec4_list .sec4_li1 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec4_list .sec4_li1 .pic img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec4_list .sec4_li1:hover .pic img {
    transform: scale(1.05);
}

.sec4_list .sec4_li1:hover .bt a {
    color: #e95a6f;
}

.sec4_li2 {
    transition: all 0.5s;
}

.sec4_li2 li:hover .bt a {
    color: #e95a6f;
}

.sec4_li2:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
}

.video1_hide {
    display: none
}

.sec2_bg,
.sec5_bg {
    animation: shrink 20s linear infinite;
    -webkit-animation: shrink 15s linear infinite;
}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    50% {
        background-size: 100% 100%;
    }

    100% {
        background-size: 110% 110%;
    }
}

@-webkit-keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    50% {
        background-size: 100% 100%;
    }

    100% {
        background-size: 110% 110%;
    }
}

.sec3_list .swiper-slide .pic a {
    display: block
}

.sec3_list .swiper-slide .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 53%;
    display: block;
    overflow: hidden;
}

.sec3_list .swiper-slide .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec3_list .swiper-slide .pic img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 1s;
}

.sec3_list .swiper-slide .pic:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.jd {
    width: 90px;
    padding-top: 33px;
    float: left;
    margin-left: 20px
}

.second_img .pic {
    display: none
}

.fam10_item .lc_area .form-group {
    width: 30%;
    margin-right: 5%;
    float: left;
}

.fam10_item .lc_area .form-group:nth-child(3n) {
    margin-right: 0;
}

.fam10_item .lc_area .form-group select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    font-size: 16px;
    color: #0f0f0f;
    font-size: 16px;
    padding-left: 22px;
    padding-right: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/xiala.png') no-repeat center right 20px;
}

.fam10_item_cp {
    height: 50px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    font-size: 16px;
    color: #666;
    padding-left: 22px;
    padding-right: 30px;
    width: 100%;
    background: url('../images/xiala.png') no-repeat center right 20px;
    cursor: pointer;
}

#choose {
    display: none;
}

.choose {
    padding: 30px 20px;
    width: 600px;
}

.choose_tit {
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 35px
}

.choose_list .swiper-slide .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 74%;
    cursor: pointer;
}

.choose_list .swiper-slide .pic p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.choose_list .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
}

.choose_list .swiper-slide .tit {
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.choose_list .swiper-slide a {
    display: block;
    background: #b2b2b2;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 30px auto 0;
}

.choose_list {
    position: relative;
    padding-bottom: 50px;
}

.choose_list .swiper-pagination {
    bottom: 0;
    width: 100%
}

.choose_list .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
}

.choose_list .swiper-pagination-bullet-active {
    background: #e95a6f;
}

.choose_list .swiper-slide a:hover {
    background: #e95a6f;
}

.fam10_item .reselect {
    float: left;
    width: 853px;
    height: 50px;
    margin-left: 15px;
    line-height: 50px;
    text-align: right;
    font-size: 16px;
    color: #ff0032;
    cursor: pointer;
}

.fam10_item .selected {
    float: left;
    width: 853px;
    margin-left: 105px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    border-radius: 10px
}

.fam10_item .selected .pt {
    width: 30%;
}

.fam10_item .selected .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 74%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.fam10_item .selected .pic p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fam10_item .selected .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
}

.fam10_item .selected .tit {
    font-size: 16px;
    color: #0f0f0f;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    margin: 0 2.5%;
}

.fam10_item .selected a {
    font-size: 16px;
    color: #ff0032;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.news_show img {
    height: auto !important;
    max-width: 100% !important
}

.swiper-container1 .imgposition {
    position: absolute;
    bottom: 65px;
}

.fontsize50 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.swiper-container1 .fontsize40 {
    font-size: 20px;
    line-height: 40px;
}

.swiper-container1 .fontsize30 {
    font-size: 16px;
}

.mySwiper {
    display: none;
}

.heignt100 {
    height: 20px;
}

@media (max-width:1680px) {
    header .logo {
        margin-left: 50px
    }

    .section3 .swiper-pagination-fraction {
        bottom: 305px;
    }

    .section3 .sec3_tit {
        bottom: 255px;
    }

    .section3 .swiper-button-prev,
    .section3 .swiper-button-next {
        bottom: 205px;
    }

    .sec3_left {
        padding-top: 8%;
    }

    .swiper-container1 .imgposition {
        position: absolute;
        bottom: 80px;
    }

    .fontsize50 {
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

    .swiper-container1 .fontsize40 {
        font-size: 20px;
        line-height: 40px;
    }

    .swiper-container1 .fontsize30 {
        font-size: 16px;
    }
}

@media (max-width:1600px) {
    header .logo {
        margin-left: 0
    }

    .sec6_left {
        max-width: 43%;
        margin-left: 3%;
    }

    .sec6_right {
        max-width: 52%;
        margin-right: 0
    }

    .sec6_pic {
        width: 140%;
        position: absolute;
        bottom: 0px;
        left: -20%;
    }

    .section3 .swiper-pagination-fraction {
        bottom: 205px;
    }

    .section3 .sec3_tit {
        bottom: 155px;
    }

    .section3 .swiper-button-prev,
    .section3 .swiper-button-next {
        bottom: 105px;
    }

    .sec3_left {
        padding-top: 6%;
    }

    .sec4_main {
        width: 90%
    }

    .sec4_list .sec4_li {
        width: 31%;
        margin-right: 3.5%;
    }

    .sec4_li2 {
        width: 31%
    }

    .swiper-container1 .imgposition {
        position: absolute;
        bottom: 80px;
    }

    .fontsize50 {
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

    .swiper-container1 .fontsize40 {
        font-size: 20px;
        line-height: 40px;
    }

    .swiper-container1 .fontsize30 {
        font-size: 16px;
    }
}

@media (max-width:1500px) {
    .section4 {
        padding: 100px 0;
    }

    .section1 {
        padding: 100px 0;
        background: url(../images/i_video_bg.png) no-repeat  left;

        background-size:   auto 100%;
    }

    .bot2_mid {
        width: 330px
    }

    .swiper-container1 .imgposition {
        position: absolute;
        bottom: 90px;
    }

    .fontsize50 {
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

    .swiper-container1 .fontsize40 {
        font-size: 20px;
        line-height: 40px;
    }

    .swiper-container1 .fontsize30 {
        font-size: 16px;
    }
}

@media (max-width:1400px) {
    .bot2_left li {
        margin-right: 60px;
    }

    header .logo {
        /* margin-right: 40px */
    }

    header .navlist li {
        width: auto;
        font-size: 16px;
    }

    .swiper-container1 .imgposition {
        position: absolute;
        bottom: 100px;
    }

    .fontsize50 {
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

    .swiper-container1 .fontsize40 {
        font-size: 20px;
        line-height: 40px;
    }

    .swiper-container1 .fontsize30 {
        font-size: 16px;
    }
}

@media (max-width:1280px) {
    .second_list .second_main {
        width: 1200px
    }

    .swiper-container1 .imgposition {
        position: absolute;
        bottom: 110px;
    }

    .fontsize50 {
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

    .swiper-container1 .fontsize40 {
        font-size: 20px;
        line-height: 40px;
    }

    .swiper-container1 .fontsize30 {
        font-size: 16px;
    }
}

@media (max-width:1000px) {
    .mySwiper .swiper-slide {
        -webkit-transition: transform 1.0s;
        -moz-transition: transform 1.0s;
        -ms-transition: transform 1.0s;
        -o-transition: transform 1.0s;
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
        display: block;
    }

    .mySwiper .swiper-slide-active {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        z-index: 1002;
    }

    /* .mySwiper .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:58%;}    .mySwiper .swiper-slide .pic img{position:absolute;top:0;left:0;width:100%;height:100%;}*/
    .mySwiper .swiper-slide {
        overflow: hidden;
    }

    .mySwiper {
        padding: 0.5rem 0 0.1rem;
        width: 90%;
        margin: 0 auto;
        display: block;
        height: 2.2rem;
        overflow: hidden;
    }

    /*.mySwiper{ display: block; width: 90%; margin:0 auto; height:1rem;}  .mySwiper .swiper-slide-active,.mySwiper .mySwiper .swiper-slide-duplicate-active{        transform: scale(1);    }*/
    .swiper-container1 {
        display: none;
    }

    .heignt100 {
        height: 20px;
    }

    .fontsize50 {
        font-size: 0.1rem;
        line-height: 0.3rem;
        text-align: center;
    }

    .mySwiper .fontsize40 {
        font-size: 0.08rem;
        line-height: 0.2rem;
    }

    .mySwiper .fontsize30 {
        font-size: 0.08rem
    }
}

.swiper-container1 .swiper-slide-active,
.swiper-container1 .swiper-slide-duplicate-active {
    transform: scale(1.3);
}

.swiper-container1 .swiper-slide-prev,
.swiper-container1 .swiper-slide-next {
    margin-top: -240px;
}

.swiper-container1 .swiper-slide-duplicate-next,
.swiper-container1 .swiper-slide-duplicate-prev {
    margin-top: -480px;
}

/*产品分类*/
.prodtype_main {
    width: 1460px;
    margin: 0 auto;
}

.prodtype_tit {
    text-align: center;
    font-size: 35px;
    color: #1f1f1f;
    font-weight: bold;
}

.prodtype {
    padding: 80px 0 20px;
}

.prodtype ul {
    padding: 45px 0;
}

.prodtype li {
    width: 354px;
    float: left;
    margin-right: 14px;
    margin-bottom: 55px
}

.prodtype li .pt_pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 79%;
    overflow: hidden;
}

.prodtype li .pt_pic .pic_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prodtype li .pt_pic .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0
}

.prodtype li:nth-child(4n) {
    margin-right: 0;
}

.prodtype li .tit {
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prodtype li .pt_pic span {
    display: block;
    width: 136px;
    height: 43px;
    line-height: 43px;
    background: #e95a6f;
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prodtype li:hover .bg {
    opacity: 1
}

.prodtype li:hover .tit {
    color: #e95a6f
}

.prodtype li .pic_bg {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1.05);
}

.prodtype li:hover .pic_bg {
    transform: scale(1);
}

.prodtype li .bg {
    opacity: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.prodtype li:hover .bg {
    opacity: 1;
    visibility: visible;
}

.prodtype li .pt_pic span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.prodtype li:hover .pt_pic span {
    opacity: 1;
    margin-top: 0;
}

.prodtype li .pic {
    position: relative;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

/*二级分类页*/
.prodtype2 {
    width: 1356px;
    margin: 0 auto;
    padding: 80px 0;
}

.prodtype_tit {
    padding-bottom: 50px
}

.prodtype2 li {
    width: 100%;
    background: #f0f0f0;
    padding: 35px;
    margin-bottom: 50px;
}

.prodtype2 li a {
    display: block;
    position: relative;
}

.prodtype2 li .ptype2_left {
    width: 512px;
    max-width: 40%;
    float: left;
}

.prodtype2 li .ptype2_right {
    width: 700px;
    max-width: 55%;
    float: right;
}

.prodtype2 li .tit {
    font-size: 30px;
    color: #000000;
}

.prodtype2 li .keywords {
    font-size: 20px;
    color: #989898;
    margin: 15px 0 30px;
}

.prodtype2 li span {
    width: 190px;
    height: 48px;
    line-height: 48px;
    background: #e95a6f;
    color: #fff;
    font-size: 17.8px;
    text-align: center;
    display: block
}

.prodtype2 li .con {
    margin-bottom: 40px;
}

.ps_main {
    width: 1485px;
    margin: 0 auto;
}

.sec1_right {
    width: 58%;
    float: right;
    position: relative;
}

.ps1 {
    position: relative;
    padding-top: 90px;
}

.sec1_left {
    position: absolute;
    left: 9.8%;
    top: 0;
    padding-top: 120px
}

.sec1_right .tit {
    position: absolute;
    left: 95px;
    bottom: 0;
    padding-bottom: 90px;
    font-size: 0;
}

.sec1_right .tit span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    position: relative;
    z-index: 1;
    padding-left: 10px
}

.sec1_right .tit i {
    font-size: 20px;
    color: #0b0b0b;
    background: #fff;
    display: inline-block;
    font-style: normal;
    padding: 0 8px;
    line-height: 28px;
    margin-left: 15px;
    position: relative;
    z-index: 1
}

.sec1_right .tit em {
    color: #c3052a;
    font-size: 142.23px;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    left: 0;
    bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
    display: block
}

.sec1_left .key {
    font-size: 35px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.sec1_left .des {
    font-size: 20px;
    color: #8c8c8c;
    width: 705px;
    line-height: 32px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1
}

.sec1_left .tit {
    position: relative;
    padding-bottom: 90px;
    z-index: 10
}

.sec1_left .tit span {
    font-size: 30px;
    font-weight: bold;
    color: #e95a6f;
    display: inline-block;
    line-height: 30px;
    position: relative;
    z-index: 1;
    padding-left: 10px
}

.sec1_left .tit i {
    font-size: 20px;
    color: #fff;
    background: #333333;
    display: inline-block;
    font-style: normal;
    padding: 0 8px;
    line-height: 28px;
    margin-left: 15px;
    position: relative;
    z-index: 1
}

.sec1_left .tit em {
    color: #f5f5f5;
    font-size: 114.44px;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    left: 0;
    bottom: 0px;
    text-transform: uppercase;
    line-height: 1;
}

.sec1_left .con {
    margin-top: 45px
}

.ps2 {
    background: #eeeeee;
    position: relative;
    width: 100%;
    overflow: hidden
}

.p2_left {
    width: 52%;
}

.p2_right {
    width: 48%;
    position: absolute;
    top: 0;
    right: 0;
}

.ps3_main {
    width: 1048px;
    margin: 0 auto;
    padding: 124px 0 405px;
}

.ps3_tit {
    text-align: center;
    width: 767px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 27px
}

.ps3_tit .bt {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    z-index: 1
}

.ps3_tit .bt i {
    font-style: normal;
    display: block
}

.ps3_tit .bt span {
    display: block
}

.ps3_tit .bt em {
    font-style: normal;
    background: #e95a6f;
    font-size: 20px;
    color: #fff;
    width: 59px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    right: 143px;
    top: 75px;
}

.ps3_tit .eng {
    color: #f5f5f5;
    font-size: 114.44px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    line-height: 1;
    display: block
}

.ld {
    color: #e95a6f;
    position: absolute;
    top: 20px;
    left: 0;
}

.ld span {
    font-size: 30px;
    font-weight: bold;
}

.ld i {
    font-size: 14px;
    font-style: normal;
    position: absolute;
    left: 125px;
    top: -2px;
}

.ps3_jian {
    font-size: 14px;
    color: #717171;
    text-align: center;
    width: 708px;
    margin: 0 auto;
    line-height: 30px;
}

.ps3_nr {
    width: 1053px;
    margin: 0 auto;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 38px;
    padding: 50px 0
}

.ps3_pic {
    text-align: center;
}

.ps4 {
    background: #222222;
    padding: 115px 0 130px
}

.ps4_tit {
    text-align: center;
    width: 767px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px
}

.ps4_tit .bt {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    z-index: 1
}

.ps4_tit .bt em {
    font-style: normal;
    background: #e95a6f;
    font-size: 20px;
    color: #fff;
    width: 59px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    right: 175px;
    top: 20px;
}

.ps4_tit .eng {
    color: #292929;
    font-size: 114.44px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    line-height: 1;
}

.ps4_tit .ld {
    top: -30px;
}

.ps4_des {
    text-align: center;
    font-size: 14px;
    color: #6f6f6f;
    margin-bottom: 80px
}

.ps4_tit .bt span {
    display: block
}

.ps4_left {
    float: left;
    width: 52.8%;
    position: relative;
}

.ps4_right {
    float: right;
    width: 47.2%;
}

.ps4_left .bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 58%;
}

.ps4_right .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 65%;
}

.ps4_right .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ps4_left .info {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #222222;
    line-height: 35px;
    z-index: 1;
    padding: 70px 0 0 70px;
}

.ps5_tit .bt {
    color: #333333;
}

.ps5_tit .eng {
    color: #ecedee;
}

.ps5 {
    padding-top: 155px;
    position: relative;
}

.ps5_nr {
    background: #eeeeee
}

.ps5_left .info {
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    width: 295px;
    padding-top: 55px
}

.ps5_bg {
    height: 295px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e95a6f;
    width: 50%;
    z-index: 1
}

.ps5_right {
    position: relative;
    z-index: 1;
    width: 57.3%;
}

.ps5_left {
    position: absolute;
    width: 42.7%;
    left: 0;
    top: 0;
    height: 100%;
}

.ps5_left .pic {
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 2
}

.ps_main {
    position: relative;
}

.ps5_container {
    position: relative;
}

.ps5_bg2 {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 50%
}

.ps6 {
    padding: 135px 0 90px;
}

.ps6_nr {
    margin-top: 60px;
}

.ps6 .ps4_des {
    color: #333
}

.ps7 .ps4_tit .bt em {
    position: absolute;
    right: 140px;
    top: 20px;
}

.ps7 .ps4_des {
    color: #696969;
    margin-bottom: 45px;
}

.ps8 {
    width: 100%;
    background: #4b4948;
    padding: 100px 0 120px
}

.ps8 .ps4_tit .eng {
    color: #504e4d
}

.dp7 {
    padding-top: 50px;
    padding-bottom: 140px
}

.ps7_nr {
    width: 580px;
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 35px;
}

.ps7_bg,
.ysh7 {
    padding-bottom: 615px;
    padding-top: 115px
}

.ps8_list {
    padding-top: 45px
}

.ps8_list li {
    width: 456px;
    float: left;
    padding: 10px;
    margin-right: 50px;
    color: #fff
}

.ps8_list li:nth-child(3n) {
    margin-right: 0;
}

.ps8_list li .tit {
    font-size: 25px;
    font-weight: bold;
    margin: 30px 0 15px;
}

.ps8_list li .des {
    font-size: 15px;
    line-height: 26px;
}

.ps8_list li .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 58%;
}

.ps8_list li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ps9 {
    padding-top: 130px
}

.ps_tit {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px
}

.ps_tit .tit {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    position: relative;
    z-index: 1
}

.ps_tit .eng {
    color: #f5f5f5;
    font-size: 114.44px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    line-height: 1;
    width: 100%
}

.ps9_list li {
    float: left;
}

.ps9_list li img {
    display: block;
    width: 100%
}

.ps9_list {
    padding: 0 50px;
}

.ps9_list li:first-child {
    width: 50%
}

.ps9_list li {
    width: 25%
}

.ps9_list li .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67%;
}

.ps9_list li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ps9_list li .bor {
    background: transparent;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%
}

.dp9 li {
    width: 23%;
    position: relative;
}

.dp9 li:first-child {
    width: 54%
}

.dp9 li .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 79%;
}

.dp9 li:first-child .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(67% + 5px);
}

.ps10 {
    padding-top: 110px;
    max-width: 90%;
    margin: 0 auto;
}

.ps10_nr {
    text-align: center;
}

.ps11 {
    padding: 110px 0;
    max-width: 90%;
    margin: 0 auto;
}

.ps11_nr {
    text-align: center;
}

.ps11 .ps_tit {
    margin-bottom: 40px;
}

.ps12 {
    padding-bottom: 100px
}

.ps12_list .swiper-slide {
    padding-bottom: 1px
}

.ps12_list .swiper-slide .tit {
    font-size: 18px;
    color: #333333;
    padding: 16px;
    border: 1px solid #dfdfdf;
}

.ps12_list .swiper-slide a {
    display: block
}

.ps12_list .swiper-slide .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 53%;
}

.ps12_list .swiper-slide .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ysh1 {
    padding-top: 120px
}

.ysh1_tit {
    width: 1070px;
    margin-left: 18px;
    padding-bottom: 70px
}

.ysh1_main {
    width: 1575px;
    margin: 0 auto;
}

.ysh1_tit .key {
    font-size: 35px;
    color: #000000
}

.ysh1_tit .des {
    font-size: 20px;
    color: #8c8c8c;
    margin-top: 25px;
    line-height: 32px;
}

.ysh1_bg {
    width: 100%;
    background: #f6f6f8
}

.ysh1_con {
    margin: 35px auto;
}

.ysh2 .sec1_left .des {
    width: 980px
}

.ysh2 .sec1_left {
    padding-top: 110px;
    z-index: 10
}

.ysh2 {
    padding-top: 75px
}

.dp1 .sec1_left .des {
    width: 930px
}

.dp1 .sec1_left {
    z-index: 10
}

.dp3 .ps3_main {
    padding: 130px 0 100px;
}

.dp3 .ld {
    top: -35px;
}

.dp3 .ps3_tit .eng {
    bottom: 35px;
}

.dp3 .ps3_tit {
    padding-bottom: 0;
    margin-bottom: 0;
}

.dp4 {
    background: #d2dde1;
    padding-top: 130px
}

.dp4 .ps3_tit .eng {
    color: #c0d0d6;
    line-height: 1;
}

.dp4 .ps3_tit {
    padding-bottom: 33px
}

.dp4 .ld {
    top: -25px;
}

.dp4 .ps4_des {
    color: #333
}

.dp5 .ps4_tit {
    margin-bottom: 55px
}

.dp6_nr {
    text-align: center;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 31px;
    padding-bottom: 45px
}

.dp6_main {
    width: 1600px;
    margin: 0 auto;
}

.dp7_pic {
    text-align: center;
}

.dp7 .ps4_tit .bt em {
    right: 0
}

.ps5_tit .eng {
    letter-spacing: 8px
}

.dp7 .ps4_des {
    margin-bottom: 60px;
}

.dp8 {
    background: #c8c8c8;
    padding: 110px 0 75px;
}

.dp8 .ps4_tit .bt span {
    color: #333333
}

.dp8 .ps4_tit .eng {
    color: #cfcfcf
}

.dp8 .ps4_tit {
    margin-bottom: 50px
}

.dp8_list {
    width: 1260px;
    margin: 0 auto;
}

.dp8_list li {
    float: left;
    width: 377px;
    margin-right: 64px
}

.dp8_list li:nth-child(3n) {
    margin-right: 0
}

.dp8_list li .tit {
    font-size: 20px;
    color: #232323;
    line-height: 35px;
    margin-top: 20px;
    text-align: center;
}

.dp8_list li .tit strong {
    color: #e95a6f
}

.dp8_list li .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.dp8_list li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rd1_pic {
    text-align: center;
}

.rd1 .ysh1_tit {
    width: 936px
}

.rd1_list {
    width: 100%;
    background: #e95a6f;
    padding: 75px 0;
}

.rd1_list ul {
    width: 1587px;
    margin: 0 auto;
}

.rd1_list li {
    float: left;
    text-align: center;
    width: 283px;
    color: #fff;
    margin: 0 123px;
}

.rd1_list li .tit {
    font-size: 28px;
    font-weight: bold;
}

.rd1_list li .des {
    font-size: 16px;
    line-height: 33px;
    margin-top: 20px;
}

.rd2_des {
    text-align: center;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 40px;
}

.rd2_des strong {
    color: #e95a6f;
    font-size: 0px;
    font-weight: bold;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e95a6f;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.rd2 {
    background: #f4f4f4;
    width: 100%
}

.rd2_pic {
    margin: 70px 0 60px;
}

.rd2 .ps3_main {
    padding-bottom: 0px
}

.rd2 .ps3_tit .eng {
    color: #edebeb
}

.rd2_list1 li {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 384px
}

.rd2_list1 {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 90px
}

.rd2_list1 li:nth-child(3n) {
    margin-right: 0;
}

.rd2_list1 li .tit {
    font-size: 20px;
    color: #656565;
    margin-top: 25px;
}

.rd2_list1 li .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 80%;
}

.rd2_list1 li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rd3_jian {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.rd3_pic {
    background: #fbfaf8;
    width: 100%;
    text-align: center;
}

.rd3 {
    padding-top: 110px;
}

.rd4 {
    background: #414141;
    padding-top: 110px;
}

.rd4_pic {
    text-align: center;
    margin-top: 45px;
}

.rd4 .eng {
    color: #4b4949
}

.rd5 {
    position: relative;
}

.rd5_tit {
    text-align: center;
    font-size: 44.6px;
    font-weight: bold;
    color: #222222;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%
}

.rd6 {
    padding-top: 120px;
}

.rd6_right {
    padding-left: 64px;
    padding-top: 80px
}

.rd6_right .rd6_tit {
    font-size: 25px;
    font-weight: bold;
    color: #db0026;
    margin-top: 25px;
}

.rd6_right .rd6_des {
    font-size: 18px;
    color: #000000;
    margin-top: 15px;
}

.rd6_main {
    width: 85%;
    margin-left: 15%;
    background: #f5f5f5
}

.rd6_nr {
    margin-top: 50px;
}

.rd7 {
    padding-top: 110px;
    position: relative;
    margin-bottom: 44px;
}

.rd7 .rd7_nr {
    margin-top: 70px;
    background: #fff;
    padding-top: 90px;
    position: relative;
}

.rd7_main {
    width: 1200px;
    margin: 0 auto;
}

.rd7_left {
    padding-left: 35px;
    width: 600px;
    text-align: right;
    padding-bottom: 110px;
    z-index: 10;
    position: relative;
}

.rd7_des {
    font-size: 25px;
    color: #db0026;
    font-weight: bold;
    line-height: 45px;
    margin-top: 25px;
}

.rd7_con {
    font-size: 18px;
    color: #000000;
    line-height: 40px;
}

.rd7_r {
    width: 51.77%;
    position: absolute;
    bottom: -44px;
    right: 0;
    z-index: 11
}

.rd7_bg {
    background: #da0026;
    height: 142px;
}

.rd7_right {
    position: absolute;
    left: 40px;
    bottom: -30px;
}

.rd7_bg1 {
    width: 1200px;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    height: 430px;
    top: 0;
}

.rd8 {
    padding-top: 110px
}

.rd8_list {
    width: 1663px;
    margin: 0 auto;
}

.rd8_list li {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
}

.rd8_list li:nth-child(3) {
    margin-right: 0;
}

.rd8_list li:nth-child(4),
.rd8_list li:nth-child(5),
.rd8_list li:nth-child(6) {
    margin-right: 5px;
}

.rd8_list li:nth-child(7) {
    margin-right: 0;
}

.rd9,
.rd10 {
    padding-top: 110px
}

.rd9_con {
    width: 1196px;
    margin: 0 auto;
}

.rd10_con {
    width: 1243px;
    margin: 0 auto;
    padding-bottom: 100px
}

.rd10 .ps_tit {
    margin-bottom: 45px;
}

.rd8_list li {
    margin: 0;
    border: 4px solid #fff;
}

.rd8_list li:nth-child(1),
.rd8_list li:nth-child(2) {
    width: 38%
}

.rd8_list li:nth-child(3) {
    width: 24%
}

.rd8_list li:nth-child(4),
.rd8_list li:nth-child(5),
.rd8_list li:nth-child(6),
.rd8_list li:nth-child(7) {
    width: 25%;
    margin-right: 0px;
}

.rd8_list li:nth-child(1) .pic,
.rd8_list li:nth-child(2) .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
}

.rd8_list li:nth-child(1) .pic img,
.rd8_list li:nth-child(2) .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rd8_list li:nth-child(3) .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 111.5%;
}

.rd8_list li:nth-child(3) .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rd8_list li:nth-child(4) .pic,
.rd8_list li:nth-child(5) .pic,
.rd8_list li:nth-child(6) .pic,
.rd8_list li:nth-child(7) .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
}

.rd8_list li:nth-child(4) .pic img,
.rd8_list li:nth-child(5) .pic img,
.rd8_list li:nth-child(6) .pic img,
.rd8_list li:nth-child(7) .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.xcp li {
    padding-top: 100px
}

.xcp_li .info {
    width: 840px;
    max-width: 48%;
}

.xcp_li {
    position: relative;
}

.xcp li:nth-child(1) .xcp_li {
    background: #eadadd
}

.xcp li:nth-child(2) .xcp_li {
    background: #f3ecbf
}

.xcp li:nth-child(3) .xcp_li,
.xcp li:nth-child(4) .xcp_li {
    background: #dbecf3
}

/*.xcp li:nth-child(5) .xcp_li{background: #f2e0c8}*/
.xcp li:nth-child(5) .xcp_li {
    background: #d0d7f3
}

.xcp li:nth-child(6) .xcp_li {
    background: rgba(255, 225, 187, 1);
}

.xcp_li .info .item .tit {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.xcp_li .info .item .des {
    font-size: 25px;
    color: #333333;
    line-height: 48px;
}

.xcp li:nth-child(1) .xcp_li .info .item .tit {
    color: #cb014d
}

.xcp li:nth-child(2) .xcp_li .info .item .tit {
    color: #533e04
}

.xcp li:nth-child(3) .xcp_li .info .item .tit,
.xcp li:nth-child(4) .xcp_li .info .item .tit {
    color: #2496cd
}

/*.xcp li:nth-child(4) .xcp_li .info .item .tit{color: #f15d01}*/
.xcp li:nth-child(5) .xcp_li .info .item .tit {
    color: #505a8d
}

.xcp li:nth-child(6) .xcp_li .info .item .tit {
    color: rgba(180, 120, 70, 1.0);
}

.xcp_li .info .item {
    margin-bottom: 10px;
}

.ps_tit .tit {
    text-transform: uppercase;
}

.xcp_li .xcp_pic {
    width: 45.5%
}

.xcp_li .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.xcp li:nth-child(2n+1) .xcp_li .info {
    left: 50%
}

.xcp li:nth-child(2n) .xcp_li .info {
    right: 50%;
    text-align: right;
}

.xcp li:nth-child(2n+1) .xcp_li .xcp_pic {
    float: left;
}

.xcp li:nth-child(2n) .xcp_li .xcp_pic {
    float: right;
}

.xcp {
    padding-bottom: 70px
}

.xcps li {}

.xcps_li .info {
    width: 840px;
    max-width: 48%;
}

.xcps_li {
    position: relative;
}

/*.xcp li:nth-child(4) .xcp_li{background: #f2e0c8}*/
.xcps_li .info .item .tit {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.xcps_li .info .item .des {
    font-size: 25px;
    color: #333333;
    line-height: 48px;
}

/*.xcp li:nth-child(4) .xcp_li .info .item .tit{color: #f15d01}*/
.xcps_li .info .item {
    margin-bottom: 10px;
}

.ps_tit .tit {
    text-transform: uppercase;
}

.xcps_li .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.xcps {
    padding-bottom: 70px
}
#join .mr1 .mr1_left{
    width: 44%;
}
#join .mr1 .mr1_pic{
    width: 62%;
    margin-right: -10%;
}
#join .mr1 .des{
    text-indent: 40px;
}
.mr1_left .key {
    font-size: 35px;
    color: #000000
}

.mr1_left .des {
    color: #8c8c8c;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}

.mr1_left .con {
    margin-top: 90px;
}

.mr1 {
    padding-top: 130px
}

.mr1_pic {
    position: relative;
    z-index: 10;
    margin-bottom: 65px;
    margin-right: 3%;
}

.mr1_bg {
    width: 54.5%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 154px;
    background: #ccc
}

.mr1 {
    position: relative;
}

.mr2 {
    padding-top: 120px
}

.mr2_pic {
    text-align: center;
}

.mr3_bg {
    background: #bbbac2;
    padding-top: 115px
}

.mr3 .ps4_tit .eng {
    color: #b6b5bc
}

.mr3_main {
    width: 1145px;
    margin: 0 auto;
}

.mr3 li {
    width: 444px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 14px;
    font-size: 25px;
    color: #4a4a4a;
    padding-left: 57px
}

.mr3 ul {
    margin-top: 140px;
    padding-bottom: 260px
}

.mr3 li:nth-child(1) {
    background: #b6d8ed
}

.mr3 li:nth-child(2) {
    background: #c5e0f1
}

.mr3 li:nth-child(3) {
    background: #d5eaf7
}

.mr4 {
    padding-top: 120px
}

.mr4_pic {
    text-align: center;
    padding: 90px 0;
}

.mr5_des {
    text-align: center;
    font-size: 20px;
    color: #8c8c8c
}
@media screen and (max-width:1400px) {
    .mr5_des {
        font-size: 18px;
    }
}
.mr5_des strong {
    color: #e95a6f;
    font-size: 0px;
    font-weight: bold;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e95a6f;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.mr5_bg {
    padding-top: 110px;
    height: 980px;
    position: relative;
}

.mr5_pic {
    text-align: center;
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
}

.mr5_pic img {
    margin-left: 5%
}

.mr6 {
    width: 100%;
    position: relative;
    height: 546px;
}

.mr6_btg {
    width: 100%;
    background: #4b4948;
    height: 407px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.mr6 .eng {
    color: #504e4d
}

.mr6_list li {
    width: 405px;
    height: 57px;
    line-height: 57px;
    background: #e95a6f url('../images/dot.png') no-repeat center left 45px;
    font-size: 20px;
    color: #fff;
    padding-left: 70px;
}

.mr6_list {
    margin-top: 20px;
}

.mr6_main {
    width: 990px;
    margin: 0 auto;
    position: relative;
    padding-top: 110px;
}

.mr6 .ps4_tit {
    margin-left: 0
}

.mr6 .pic {
    position: absolute;
    top: 0;
    right: 0
}

.mr7 {
    padding-top: 70px
}

.mr7_nr {
    width: 90%;
    margin-left: 6%
}

.mr8 {
    padding-top: 110px
}

.mr7 .ps_tit {
    margin-bottom: 60px
}

.mr8_nr {
    text-align: center;
}

.mr8 .ps_tit {
    margin-bottom: 40px
}

.mr9 .ps_tit {
    margin-bottom: 35px
}

.mr9 {
    padding: 100px 0;
}

.mr9_nr {
    text-align: center;
}

.ysj1 {
    padding-top: 120px;
    position: relative;
}

.ysj1_left {
    width: 956px;
    float: left;
}

.ysj1_tit {
    font-size: 35px;
    color: #000000
}

.ysj1_des {
    font-size: 20px;
    color: #8c8c8c;
    line-height: 30px;
    margin-top: 20px;
}

.ysj1_pic {
    margin-top: 60px;
}

.ysj1_right {
    float: right;
    margin-top: 170px;
    position: relative;
    z-index: 10;
    padding-bottom: 53px
}

.ysj1_bg {
    background: url('../images/j3.jpg') no-repeat center bottom;
    height: 114px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54.5%
}

.ysj2 {
    background: #f4f4f4;
    padding: 135px 0 45px;
}

.ysj2_des {
    text-align: center;
    font-size: 20px;
    color: #333333
}

.ysj2_pic {
    text-align: center;
}

.ysj2_main {
    width: 1024px;
    margin: 0 auto;
}

.ysj3 {
    position: relative;
    padding-top: 130px;
    padding-bottom: 85px;
}

.ysj3_des {
    color: #333333;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    position: relative;
    z-index: 10
}

.ysj3_bg {
    width: 100%;
    background: url('../images/ysj3.jpg') no-repeat center top;
    position: relative;
    top: -55px;
}

.ysj3_main {
    width: 1230px;
    margin: 0 auto;
}

.ysj3_list li {
    float: left;
    width: 346px;
    margin-right: 95px;
    margin-top: 115px;
    padding-bottom: 65px
}

.ysj3_list li:nth-child(3n) {
    margin-right: 0
}

.ysj3_list li .pic {
    text-align: center;
}

.ysj3_list li .nr {
    width: 348px;
    height: 348px;
    margin-top: 25px;
    text-align: center;
    padding-top: 50px;
    border-radius: 50%
}

.ysj3_list li:nth-child(1) .nr {
    border: 2px dashed #6364a4;
    color: #6364a4;
}

.ysj3_list li:nth-child(2) .nr {
    border: 2px dashed #279927;
    color: #279927;
}

.ysj3_list li:nth-child(3) .nr {
    border: 2px dashed #cb4400;
    color: #cb4400;
}

.ysj3_list li .nr .tit {
    font-size: 20px;
}

.ysj3_list li .nr .key {
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
}

.ysj3_list li .nr .key span {
    font-size: 14px;
}

.ysj3_list li .nr .con {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    height: 100px;
    margin-bottom: 15px;
}

.ysj3_list li .nr .des {
    font-size: 20px;
}

.ysj3_bot {
    width: 1160px;
    margin: 0 auto;
}

.ysj3_left {
    width: 502px;
    float: left;
    margin-top: 90px;
}

.ysj3_right {
    float: right;
    width: 535px
}

.ysj3_left .con {
    font-size: 22px;
    color: #8c8c8c
}

.ysj3_left .tit {
    font-size: 30px;
    color: #8c8c8c;
    font-weight: bold;
    margin-top: 15px;
}

.ysj4 {
    width: 100%;
    background: #e95a6f;
    padding-top: 110px
}

.ysj4 .ps4_tit .ld {
    color: #fff
}

.ysj4 .ps4_tit .eng {
    color: #c80628
}

.ysj4_nr {
    padding-top: 50px
}

.ysj4_pic {
    float: left;
    width: 645px
}

.ysj4_list1 li {
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    list-style-type: circle;
    padding-left: 8px
}

.ysj4_right {
    float: right;
    margin-top: 15px;
    width: calc(100% - 730px)
}

.ysj4_list1 {
    margin-left: 20px;
}

.ysj4_list2 {
    background: #aa0525;
    border-radius: 8px;
    padding: 0 30px;
    margin-top: 80px;
    width: 946px;
    padding-top: 45px;
    height: 210px;
    overflow: hidden;
}

.ysj4_list2 li {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    float: left;
    padding-left: 45px;
    margin-bottom: 50px
}

.ysj4_list2 li:nth-child(1),
.ysj4_list2 li:nth-child(4) {
    width: 40%
}

.ysj4_list2 li:nth-child(2),
.ysj4_list2 li:nth-child(5) {
    width: 37%
}

.ysj4_list2 li:nth-child(3),
.ysj4_list2 li:nth-child(6) {
    width: 23%
}

.ysj5 {
    padding-top: 120px;
}

.ysj5_nr {
    font-size: 20px;
    color: #010101;
    float: right;
}

.ysj5_list {
    padding-top: 40px
}

.ysj5_list li:nth-child(1) {
    width: 78.6%;
    float: right;
}

.ysj5_list li {
    margin-bottom: 20px;
    position: relative;
}

.ysj5_list li.ysj5_li1 .ysj5_nr {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
    width: calc(100% - 550px);
    padding: 80px 40px;
    font-size: 20px;
    color: #010101;
    line-height: 40px;
}

.ysj5_list li.ysj5_li1 .pic {
    width: 550px;
}

.ysj5_list li.ysj5_li2 .pic {
    float: right;
}

.ysj5_list li.ysj5_li2 .ysj5_nr {
    float: right;
}

.ysj5_list li.ysj5_li3 .pic {
    float: left;
}

.ysj5_list li.ysj5_li3 .ysj5_nr {
    float: left;
    padding: 95px 0 0 60px;
}

.ysj5_list li.ysj5_li2 {
    width: 91%;
    background: #f5f5f5;
    float: left;
}

.ysj5_list li.ysj5_li3 {
    width: 85.67%;
    background: #f5f5f5;
    float: right;
}

.ysj5_list li .tit {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.ysj5_list li .con {
    font-size: 16px;
    color: #515151;
    line-height: 40px;
}

.ysj5_list li .con strong {
    font-size: 18px;
    font-weight: bold;
    color: #000000
}

.ysj5_list li.ysj5_li2 .ysj5_nr {
    margin-right: 7%;
    padding-top: 8%
}

.ysj6 {
    padding-top: 110px
}

.ysj6_main {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

.ysj6_right {
    color: #2f2f2f;
    font-size: 20px;
    line-height: 48px;
    position: absolute;
    left: 58%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.ysj6_left {
    width: 53.3%;
    position: relative;
    z-index: 10
}

.ysj6_nr {
    margin-top: 155px;
    position: relative;
    padding-bottom: 105px
}

.ysj6_bg1 {
    background: #ccc;
    height: 140px;
    width: 46%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.ysj6_bg2 {
    background: #f5f5f5;
    height: 430px;
    width: 87.5%;
    position: absolute;
    bottom: 45px;
    right: 0;
}

.ysj7 {
    padding-top: 120px
}

.ysj7_list {
    padding: 0 50px
}

.ysj7_list li {
    float: left;
    border: 4px solid #fff;
}

.ysj8_con {
    text-align: center;
}

.ysj8 {
    padding-top: 110px
}

.ysj9 {
    padding: 90px 0
}

.ysj7_list li {
    position: relative;
}

.ysj7_list li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ysj7_list li:nth-child(1) .pic {
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.ysj7_list li:nth-child(2) .pic {
    width: 100%;
    height: 0;
    padding-top: 177%;
}

.ysj7_list li:nth-child(3) .pic,
.ysj7_list li:nth-child(4) .pic,
.ysj7_list li:nth-child(5) .pic,
.ysj7_list li:nth-child(6) .pic {
    width: 100%;
    height: 0;
    padding-top: 77%;
}

.ysj7_list li:nth-child(1) {
    width: 35%
}

.ysj7_list li:nth-child(2) {
    width: 19.6%
}

.ysj7_list li:nth-child(3),
.ysj7_list li:nth-child(4),
.ysj7_list li:nth-child(5),
.ysj7_list li:nth-child(6) {
    width: 22.4%
}

.ysj8 .ps_tit,
.ysj9 .ps_tit {
    margin-bottom: 40px;
}

.news {
    width: 1320px;
    margin: 0 auto;
}

.news1 {
    padding-top: 75px;
    padding-bottom: 50px
}

.news_tit span {
    font-size: 30px;
    color: #282828;
    font-weight: bold;
    line-height: 38px;
    padding-left: 10px
}

.news_tit a {
    display: block;
    width: 110px;
    height: 38px;
    line-height: 38px;
    background: #d2d2d2;
    font-size: 16px;
    color: #5a5a5a;
    text-align: center;
    float: right;
}

.news_tit {
    margin-bottom: 30px;
}

.news1_left {
    width: 568px;
    float: left;
}

.news1_left .nr {
    padding: 30px 25px;
    background: #f8f8f8
}

.news1_left .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62%;
}

.news1_left .pic a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.news1_left .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news1_left .info .tit {
    font-size: 20px;
    color: #2a2a2a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.news1_left .info .des {
    font-size: 14px;
    color: #989898;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0 25px;
}

.news1_left .info .time {
    font-size: 16px;
    color: #646464;
}

.news1_left .info {
    padding: 5px 10px;
}

.news1_right {
    width: 632px;
    float: right;
    border-bottom: 1px solid #ededed;
}

.news1_right li .nr {
    border-top: 1px solid #ededed;
    padding: 40px 0 38px;
}

.news1_right li .tit a {
    font-size: 20px;
    color: #2a2a2a;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 74%;
}

.news1_right li .tit span {
    font-size: 22px;
    color: #646464;
    display: block;
    float: right;
    width: 25%;
    text-align: right;
}

.news1_right li .jian {
    color: #989898;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
}

.news1_right li .news1_r_b {
    margin-top: 12px;
}

.news1_right li .news1_r_l {
    width: 472px;
}

.news1_r_b a {
    display: block;
    background: url('../images/jian.png') no-repeat center right;
}

.news2_list li {
    width: 31.5%;
    margin-right: 2.75%;
    float: left;
}

.news2_list li .nr {
    border-bottom: 1px solid #cfcfcf;
}

.news2_list li:nth-child(3n) {
    margin-right: 0;
}

.news2_list li .info {
    padding: 20px 10px 15px;
}

.news2_list li .tit {
    font-size: 18px;
    font-weight: bold;
    color: #3e3e3e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news2_list li .jian {
    font-size: 14px;
    color: #989898;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 15px 0;
    height: 19px
}

.news2_b a {
    display: block;
    font-size: 14px;
    color: #5a5a5a;
    float: left;
    text-transform: uppercase;
}

.news2_b span {
    font-size: 18px;
    color: #5a5a5a;
    display: block;
    float: right;
}

.news2_b {
    line-height: 25px;
}

.news2 {
    margin-bottom: 70px
}

.news2_list li .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62%;
}

.news2_list li .pic a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.news2_list li .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.news3_ban {
    width: 50%;
    float: left;
    text-align: center;
}
.news3_ban .swiper-container  a:hover{
    color: #fff;
}
.news3_ban .swiper-container  .info .tit{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.news3_ban .swiper-container  a:hover .info .tit{
    font-weight: 600;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.news3_ban .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
}

.news3_ban .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news3_ban a {
    color: #fff
}

.news3_ban .tit {
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news3_ban .info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 390px;
    transform: translate(-50%, -50%);
}

.news3_ban .line {
    display: block;
    width: 55px;
    height: 1px;
    background: #fff;
    margin: 15px auto 0;
}

.news3_ban .jian {
    font-size: 13.32px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news3_ban .info span {
    width: 114px;
    height: 33px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 33px;
    font-size: 13.32px;
    display: block;
    margin: 0 auto;
    color: #000000;
    text-transform: uppercase;
}

.news3_list .swiper-button-next {
    width: 33px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5) url('../images/n3_next.png') no-repeat center;
    z-index: 100
}

.news3_list .swiper-button-prev {
    width: 33px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5) url('../images/n3_prev.png') no-repeat center;
    z-index: 100
}

.news3_left li a {
    display: block
}

.news3_left {
    width: 50%;
    position: relative;
}

.news3_info {
    width: 50%;
    padding: 0 30px;
}

.news_pic {
    width: 50%;
}

.news3_info .tit {
    font-size: 19.03px;
    color: #212121;
    line-height: 33px;
}

.news3_info .jianjie {
    font-size: 13px;
    color: #afafaf;
    line-height: 25px;
    margin: 20px 0 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news3_info span {
    color: #969696;
    font-size: 13.32px;
    text-transform: uppercase;
}

.news3_left .news3_info {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news3_bot li {
    width: 50%;
    float: left;
    position: relative;
}

.news3_bot li .news3_info {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news3_bot li .news_pic .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.news3_bot li .news_pic p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.news3_bot li .news_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.news3_left li .news_pic .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.news3_left li .news_pic p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.news3_left li .news_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.news3 {
    margin-bottom: 75px;
}

.news4_list li {
    float: left;
    width: 25%;
    position: relative;
    border: 5px solid #fff;
}

.news4_list li a {
    display: block;
}

/*.news4_list li .pic{position:relative;width:100%;height:0;padding-top:54%;}.news4_list li img{position:absolute;top:0;left:0;width:100%;height:100%;}*/
.news4_list li .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 54%;
}

.news4_list li .pic p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.news4_list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news4_list li:nth-child(1) {
    width: 50%;
}

.news4_list li:nth-child(1) .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(54% + 5px);
}

.news4_list li:nth-child(1) .tit {
    font-size: 20px;
}

.news4_list li i {
    background: rgba(0, 0, 0, 0.5) url('../images/icon_play.png') no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.news4_list li .tit {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    text-align: center;
    padding: 0 5%;
}

.news4_list li .tit p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news4 {
    padding-bottom: 90px
}

.banner2 {
    position: relative;
}

.banner2 .main {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ban_info {
    width: 375px;
    height: 154px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 30px;
    float: right;
}

.ban_info span {
    font-size: 35px;
}

.ban_info p {
    font-size: 30px;
    margin-top: 10px;
}
.news2_list  .video{
    position: relative;
  
}
.news2_list .video .v_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon_play_h.png) no-repeat center;
    background-color: rgba(0, 0, 0, .5);
}

.news_main {
    /* width: 1320px;
    margin: 0 auto; */
    width: 100%;
    padding: 0 10%;
}

.typename {
    font-size: 30px;
    font-weight: bold;
    color: #282828;
    float: left;
}

.nail {
    font-size: 14px;
    color: #9c9c9c;
    float: right;
}
.float_none{
    float: none;
}
.type {
    line-height: 35px;
    margin-top: 65px;
    margin-bottom: 35px;
}

.nail a {
    color: #9c9c9c;
}

.nail a:hover {
    color: #333
}

.news_list li {
    margin-bottom: 70px;
}

.page {
    font-size: 0;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 85px
}

.page a {
    display: inline-block;
    border: 1px solid #d2d2d2;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: #898989;
    vertical-align: middle;
    margin: 0 4px;
    border-radius: 4px;
    min-width: 40px
}

.page a.pre_page {
    background: url(../images/p.png) no-repeat center;
}

.page a.next_page {
    background: url(../images/n.png) no-repeat center;
}

.page a.select {
    background: #e95a6f;
    border: 1px solid #e95a6f;
    color: #fff
}

.video_list li {
    width: 405px;
    margin-right: 52px;
    float: left;
    margin-bottom: 52px;
}

.video_list li:nth-child(3n) {
    margin-right: 0;
}

.video_list li a {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 54%;
}

.video_list li .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_list li .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video_list li .tit {
    font-size: 20px;
}

.video_list li a {
    display: block;
    position: relative;
}

.video_list li i {
    background: rgba(0, 0, 0, 0.5) url('../images/play2.png') no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_list li .tit {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

.news_show {
    /* width: 1270px; */
    margin: 0 auto;
}

.news_title {
    text-align: center;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}

.news_time {
    text-align: center;
    font-size: 15px;
    color: #8c8c8c;
    margin: 20px 0 40px;
}
.news_time span{
    margin: 0 6px;

}
.news_nr {
    font-size: 16px;
    color: #505050;
    border-top: 1px solid #f0f0f0;
    padding: 60px 0;
    line-height: 2;
}

.news_nr p {
    text-indent: 2em
}

.news_show {
    padding-top: 15px
}

.prodtype_show .news_title {
    padding-bottom: 30px;
}

.prodtype_show {
    padding-bottom: 30px;
}

.set_2_button span {
    display: block;
    width: 100%
}

.set_2_button {
    overflow: hidden;
    position: relative;
    transition: all 1s;
    cursor: pointer;
}

.set_2_button:before {
    left: -100%;
    transition: all 0.5s;
}

.set_2_button>span {
    display: inline-block;
    transition: all 0.5s;
}

.icon-forward:before {
    content: "→";
    font-size: 22px;
    line-height: 38px;
    position: absolute;
}

.back {
    width: 122px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #f6f6f6;
    font-size: 15px;
    color: #959595;
    border: 1px solid #eaeaea;
    display: block;
    width: 123px;
    height: 38px;
    line-height: 38px;
}

.back:hover {
    background: #e95a6f;
    color: #fff;
    border: 1px solid #e95a6f;
    transition: all 0.5s;
}

.back:hover:before {
    left: 40%;
    transition: all 0.5s;
}

.back:hover>span {
    transform: translateX(100%);
    transition: all 0.5s;
}

.fenye {
    padding: 55px 30px 100px;
    font-size: 14px;
    color: #aaaaaa
}

.fenye ul {
    width: calc(100% - 160px);
    float: left;
}

.back {
    float: right;
    margin-top: 10px;
}

.fenye li a {
    color: #454545
}

.fenye li {
    margin-bottom: 18px;
}

.fenye li:hover a {
    text-decoration: underline;
    color: #e95a6f
}

.cafe1 {
    width: 1425px;
    margin: 0 auto;
}

.cafe1_left {
    width: 450px;
    float: left;
}

.cafe1_right {
    width: 860px;
    float: right;
}

.cafe1_tit {
    font-size: 26px;
    color: #454545;
    line-height: 50px;
}

.cafe1_con {
    font-size: 16px;
    color: #949494;
    line-height: 36px;
    margin: 45px 0 110px;
}

.cafe1 {
    padding: 110px 0 78px;
}

.cafe2_left {
    margin-left: 10%;
    max-width: 65%
}

.cafe2_left .tit {
    font-size: 35px;
    font-weight: bold;
    color: #614c48;
    margin: 35px 0 30px;
}

.cafe2_left .nr {
    font-size: 18px;
    color: #7e6f6c;
    line-height: 32px;
}

.cafe2 {
    margin-bottom: 72px;
    position: relative;
}

.cafe2_pic {
    width: 399px;
    position: absolute;
    right: 0;
    top: -110px;
}

.cafe3 {
    margin-left: 10%;
    width: 90%;
    margin-bottom: 110px;
}

.cafe3_left {
    width: 867px;
    float: left;
}

.cafe3_right {
    width: 470px;
    float: left;
    margin-left: 70px;
    padding-top: 40px
}

.cafe3_right .tit {
    font-size: 35px;
    font-weight: bold;
    color: #614c48
}

.cafe3_right .nr {
    font-size: 18px;
    color: #7e6f6c;
    line-height: 32px;
    margin-top: 30px;
}

.cafe4 {
    width: 1364px;
    margin: 0 auto;
}

.cafe4 .cf4_title {
    text-align: center;
    font-size: 35px;
    color: #614c48;
    font-weight: bold;
    background: url('../images/cf4.png') no-repeat center;
    line-height: 149px;
    margin-bottom: 18px;
}

.cafe4 li .c4_left {
    width: 50%;
}

.cafe4 li .c4_right {
    width: 50%;
    padding: 40px 65px
}

.cafe4 li {
    background: #614c48
}

.cafe4 li:nth-child(2n+1) .c4_left {
    float: left;
}

.cafe4 li:nth-child(2n+1) .c4_right {
    float: right;
}

.cafe4 li:nth-child(2n) .c4_left {
    float: right;
}

.cafe4 li:nth-child(2n+1) .c4_right {
    float: left;
}

.cafe4 li .c4_right .tit {
    font-size: 25px;
    color: #fff;
    margin-bottom: 35px;
}

.cafe4 li .c4_right .info {
    font-size: 16px;
    color: #b2a9a8;
    line-height: 29px;
}

.cafe5 {
    margin-top: 110px;
    background: #f4f4f4;
    padding: 55px 0;
}

.cafe5_main {
    width: 1330px;
    margin: 0 auto;
}

.cafe5_left {
    float: left;
    width: 590px;
}

.cafe5_right {
    float: right;
    width: 620px;
    margin-top: 35px;
}

.cafe5_right li {
    font-size: 20px;
    color: #2a2a2a;
    line-height: 58px;
    padding-left: 40px
}

.cafe5_right ul {
    margin-top: 35px;
}

.cafe5_right li.addr {
    background: url('../images/addr.png') no-repeat center left;
}

.cafe5_right li.tel {
    background: url('../images/tel.png') no-repeat center left;
}

.join1_main {
    width: 1295px;
    margin: 0 auto;
    position: relative;
}

.join1_video {
    width: 603px
}

.join1_video .video_pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}

.join1_video .video_pic video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.join1_video .video_pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.join1_video .video_pic i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/play.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    background-size: 98px;
}

.join1 {
    margin-top: 88px;
}

.join1_right {
    position: absolute;
    top: 65px;
    left: 487px;
    background: #fff;
    z-index: 10;
    padding: 40px 35px 35px;
}

.join1_tit {
    font-size: 30px;
    font-weight: bold;
    color: #424242
}

.join1_con {
    font-size: 15px;
    color: #424242;
    line-height: 32px;
    margin-top: 20px;
}

.join1 {
    position: relative;
    padding-bottom: 246px
}

.join1_pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 41%
}

.join2_tit {
    text-align: center;
    margin-bottom: 45px
}

.join2_tit span {
    color: #424242;
    font-size: 50px;
    font-weight: bold;
}

.join2_tit p {
    font-size: 18px;
    color: #848484;
    margin-top: 15px;
}

.join2_list li {
    background: #f3f3f3;
    position: relative;
}
.fc_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2%;
}
.fc_list span{
    display: block;
    width: 23%;
    background-color: #fff;
    color: #000;
    padding: 1% 0;
    margin: 5px 0;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.join2_list li .con {
    font-size: 18px;
    color: #8c8c8c;
    line-height: 37px;
    width: 660px
}

.join2_list li .con strong {
    font-size: 20px;
    font-weight: bold;
    color: #e95a6f
}

.join2_list li:nth-child(1) .con {
    margin-left: calc(44% + 50px);
    padding: 120px 0 100px;
}

.join2_list li:nth-child(1) .pic {
    width: 44%;
}

.join2_list li:nth-child(1) .pic {
    position: absolute;
    left: 0;
    top: 60px;
}

.join2_list li:nth-child(1) {
    margin-bottom: 100px
}

.join2_list li:nth-child(2) .con {
    margin-right: calc(42.9% + 50px);
    padding: 60px 0 60px;
    float: right;
}

.join2_list li:nth-child(2) .pic {
    width: 42.9%;
}

.join2_list li:nth-child(2) .pic {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.join2_list li .pic {
    width: 100%
}

.join2 {
    margin-bottom: 70px
}

.join3_title span {
    font-size: 45px;
    font-weight: bold;
}

.join3_title p {
    font-size: 18px;
    line-height: 32px;
    margin-top: 15px;
}

.join3_title {
    text-align: center;
    margin-bottom: 55px
}

.join3_cxbg {
    padding-top: 70px
}

.join3_cx .join3_title span {
    color: #fff
}

.join3_cx .join3_title p {
    color: #b4b4b4
}

.join3_pic {
    text-align: center;
}

.join3_cfz .join3_pic {
    width: 580px;
    float: left;
}

.join3_cfz .join3_title {
    width: 580px;
    float: right;
}
.mb4{margin-bottom: 4% !important;}
.join4 {
    width: 100%;
    background: #f3f3f3
}

.join4_main {
    width: 1050px;
    margin: 0 auto;
}

.join4_right {
    float: left;
    padding-top: 140px;
    margin-left: 25px;
}

.join4_left {
    float: left;
}

.join4_right .j4_tit {
    font-size: 50px;
    font-weight: bold;
    color: #424242
}

.join4_right .j4_key {
    font-size: 18px;
    color: #848484;
    margin: 20px 0 45px;
}

.join4_right .j4_nr {
    font-size: 18px;
    color: #848484;
    line-height: 37px;
}

.join4_right .j4_nr strong {
    font-size: 25px;
    color: #e95a6f;
    font-weight: bold;
}

.join3_main {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.join3_cfz .join3_title {
    padding-top: 150px;
}

.join3_cfz .join3_title p,
.join3_jd .join3_title p {
    margin-top: 30px;
    font-size: 18px;
    color: #2e2e2e;
    padding: 0 4%;
    
}

.join3_cfz .join3_title span,
.join3_jd .join3_title span {
    color: #262626
}

.join3_jd .join3_title {
    padding-top: 95px;
    padding-left: 40px
}

.jd_logo {
    position: absolute;
    bottom: 33px;
    left: -75px;
}

.join3_jd .join3_pic {
    position: relative;
    z-index: 10
}

.about1_main {
    width: 1430px;
    margin: 0 auto;
}

.about_top {
    padding-top: 100px;
    margin-bottom: 40px
}

.a_lanmu span {
    font-size: 60px;
    color: #3e3a39;
    text-transform: uppercase;
    /*font-family:BRLNSDB;*/
}

.a_lanmu p {
    font-size: 30px;
    color: #3e3a39;
    margin-top: 5px;
}

.a_type a {
    width: 130px;
    float: left;
    margin-left: 28px;
    display: block;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 8px;
    padding-bottom: 13px;
    position: relative;
}

.a_type a:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #e95a6f;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all 0.3s
}

.a_type a:hover:after,
.a_type a.active:after {
    width: 100%
}

.a_type a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #e95a6f;
    border-radius: 4px;
    position: absolute;
    left: 76px;
    bottom: 35px;
    opacity: 0;
    transition: all 0.3s
}

.a_type a:hover:before,
.a_type a.active:before {
    opacity: 1;
    bottom: 26px;
}

.about1_left {
   
    width: 45%;
    
}
.about1_nr {
    width: 100%;
}
.about1_left .pic {
    
}

.about1_left .pic img {
   display: block;
   height: 100%;
}

.about1_right {
    width: 55%;
    margin-left: 3%;
    float: left;
    padding-top: 10px;
}

.a1_r_tit {
    font-size: 25px;
    color: #1d1d1d;
}

.a1_r_nr {
    font-size: 16px;
    color: #3e3a39;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 55px
}
.a1_r_nr p,.a1_r_nr span{
    font-size: 16px !important;
    color: #3e3a39 !important;
}

.a1_jzl_tit {
    font-size: 25px;
    color: #1d1d1d;
    margin-bottom: 45px;
}

.a1_jzl_list li {
    font-size: 20px;
    color: #1d1d1d;
    float: left;
    width: 20%;
    /* margin-right: 80px; */
}

.a1_jzl_list li:nth-child(5) {
    margin-right: 0;
}

.a1_jzl_list li .icon {
    margin-bottom: 10px;
}
.a1_jzl_list li .icon img{
    display: block; 
    width: 40%;
    margin: auto;
}
.a1_jzl_list li .bt{
    text-align: center;
}
.about1 {
    padding-bottom: 100px
}

.about2 {
    background: url('../images/about2.jpg') no-repeat center top;
    /* background: #8c8c8c; */
    padding-top: 100px;
    padding-bottom: 90px;
    background-size: cover
}

.about2_main {
    width: 1225px;
    margin: 0 auto;
}

.about2 .a_lanmu {
    text-align: right;
    margin-bottom: 25px;
}

.about2 .a_lanmu span {
    color: #fff
}

.about2 .a_lanmu p {
    color: #fff
}

.about2_list {
    width: 1440px;
    margin: 0 auto;
}

.ab2_nr {
    width: 1222px;
    margin: 0 auto;
}

.ab2_left {
    width: 560px;
    float: left;
}

.ab2_nr .pic {
    float: right;
    width: 591px;
    border: 3px solid #fff;
    margin-top: 10px;
}

.ab2_top {
    margin-bottom: 75px;
}


.ab2_tit {
    width: 190px;
    height: 50px;
    border: 3px solid #fff;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.ab2_con {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    margin-top: 25px;
}

.ab2_con2 {
    height: 324px;
}

.ab2_bot .gallery-thumbs .swiper-slide {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 46px;
    cursor: pointer;
}

.ab2_bot {
    position: relative;
}

.ab2_bot .gallery-thumbs .swiper-slide i {
    z-index: 100;
    transition: all 0.4s;
    cursor: pointer;
    text-align: center;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}
@media screen and (max-width:1600px) {
    .about2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ab2_top {
        margin-bottom: 0px;
    }
    .ab2_con2 {
        height: 275px ;
    }
    .ab2_nr {
       margin-bottom: 2%;
    }
    
}
.ab2_bot .gallery-thumbs .swiper-slide-thumb-active i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.8);
    border: 1px solid #fff;
    background: #c6294c;
    box-shadow: inset 0 0 4px #fff;
}

.ab2_bot .gallery-thumbs .swiper-slide-thumb-active i:after {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%
}

.ab2_line {
    width: calc(100% - 40px);
    height: 1px;
    border-bottom: 1px dashed #fff;
    position: absolute;
    top: 16px;
    left: 20px;
}

.ab2_bot .swiper-button-next {
    background: url('../images/ab2_next.png') no-repeat center right;
    right: 0;
    width: 21px;
    height: 33px;
    top: 0;
    margin-top: 0;
}

.ab2_bot .swiper-button-prev {
    background: url('../images/ab2_prev.png') no-repeat center left;
    left: 0;
    width: 21px;
    height: 33px;
    top: 0;
    margin-top: 0;
}

.about3_main {
    width: 1420px;
    margin: 0 auto;
}

.about3 {
    padding: 80px 0;
    background: #fff;
}

.about3_li {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.about3_list .swiper-slide {
    padding: 15px;
}

.about3_bot {
    border-top: 1px solid #d8d8d8;
    padding: 20px 0 5px;
    margin-top: 20px;
}

.about3_bot .tit {
    text-align: center;
    font-size: 18px;
    color: #3e3a39;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about3_li .about3_top {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.about3_li .about3_top .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about3_li .about3_top img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.honor_list ul {
    padding-bottom: 50px
}

.about3 .a_lanmu {
    padding-left: 25px;
    margin-bottom: 45px
}

.about3_list {
    padding-bottom: 75px;
    position: relative;
}

.about3 .swiper-pagination {
    bottom: 0;
    width: 100%;
}

.about3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d8d8d8;
    margin: 0 6px;
    opacity: 1
}

.about3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d61238;
}

.honor_tit .a_lanmu {
    float: left;
    width: 50%
}

.honor_tit .honor_more {
    float: right;
    width: 160px;
    height: 45px;
    line-height: 45px;
    margin-top: 40px;
}

.honor {
    padding: 50px 0 65px;
}

.honor_list li {
    width: 23%;
    margin-right: 2.666%;
    float: left;
    margin-bottom: 40px
}

.honor_list li:nth-child(4n) {
    margin-right: 0;
}

.about4_top {
    position: relative;
}

.about4_left {
    width: 55.3%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.about4_right {
    width: 44.7%;
    padding-top: 30px;
    float: right;
}

.about4_nr {
    max-width: 508px;
    margin-left: 75px;
    padding-right: 20px
}

.about4_con {
    font-size: 15px;
    color: #8f8f8f;
    line-height: 32px;
    margin: 35px 0 60px;
}

.about4_list li {
    width: 170px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #8c8c8c;
    list-style-type: circle;
    margin-bottom: 43px;
    margin-left: 20px;
}

.about4_bot {
    padding: 60px 0 70px;
}

.about4_bot ul {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 25px
}

.about4_bot li {
    width: 688px;
    float: left;
    margin-bottom: 25px;
}

.about4_bot li .nr {
    background: #f8f8f8;
    padding: 25px 30px;
}

.about4_bot li:nth-child(2n) {
    float: right;
}

.ab4_left {
    width: 270px;
    float: left;
}

.ab4_left .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 57%;
}

.ab4_left .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ab4_right {
    width: 325px;
    float: right;
    margin-right: 10px;
}

.about4_bot li .ab4_right .tit {
    font-size: 20px;
    color: #2e2e2e;
    font-weight: bold;
}

.about4_bot li .ab4_right .ab4_nr .item {
    font-size: 16px;
    color: #505050;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about4_bot li .ab4_right .ab4_nr {
    margin-top: 10px;
}

.about4_more {
    display: block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #949494;
    border: 1px solid #9f9f9f;
    margin: 0 auto;
}

.about5 {
    width: 100%;
    background: #e6e6e6;
    padding: 75px 0 70px;
}

.about5_main {
    width: 1315px;
    margin: 0 auto;
}

.about5_left {
    width: 590px;
    float: left;
    padding-top: 10px;
    margin-left: 35px;
}

.about5_right {
    width: 604px;
    float: right;
}

.contact {
    font-size: 16px;
    color: #535353;
    line-height: 40px;
    margin-top: 60px;
}

.shgx {
    width: 1395px;
    margin: 0 auto;
    padding: 50px 0 65px
}

.shgx_top {
    margin-bottom: 55px;
}

.shgx_list li {
    margin-bottom: 27px;
}

.shgx_list li .shgx_left {
    width: 509px;
    float: left;
}

.shgx_list li .shgx_left .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 57%;
}

.shgx_list li .shgx_left .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shgx_right {
    width: 760px;
    float: right;
}

.shgx_list li .shgx_right .tit {
    font-size: 25px;
    font-weight: bold;
    color: #2e2e2e
}

.shgx_list li .shgx_right .shgx_nr {
    font-size: 18px;
    color: #505050;
    line-height: 29px;
    margin-top: 15px;
}

.shgx_nr {
    overflow: hidden;
}

.more-wrap {
    display: none;
    font-size: 16px;
    color: #da0024;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
}

.more-wrap:after {
    background: url('../images/up.png') no-repeat center left;
    content: "";
    display: block;
    width: 12px;
    height: 9px;
    position: absolute;
    left: 40px;
    top: 7px;
}

.more-wrap.more:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.family1 {
    position: relative;
}

.family1_bg {
    background: #4b4948;
    height: 375px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.family1_main {
    width: 1070px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.fam_tit {
    text-align: center;
    padding-top: 70px;
}

.fam_tit span {
    font-size: 48.3px;
    font-weight: bold;
    color: #fff
}

.fam_tit p {
    font-size: 20px;
    color: #b9b9b9;
    margin-top: 40px;
}

.family1_pic {
    margin-top: 55px;
    margin-left: 100px;
    position: relative;
}

.family1_nr {
    position: absolute;
    top: 300px;
    left: -10px;
}

.family1_nr .key {
    font-size: 20px;
    color: #000000
}

.family1_nr .con {
    font-size: 14px;
    color: #989898;
    line-height: 26px;
    margin-top: 10px;
}

.family2_bg {
    height: 772px;
    padding-top: 30px
}

.family2_tit {
    text-align: center;
    font-size: 40px;
    color: #e95a6f;
}

.family2_nr {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}

.family3 {
    background: #f3eff0;
    padding:  100px 0 80px;
    position: relative;
}
.fl3_a{
    position: absolute;
    right: 10%;
    top: 40%;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
}
.family3_main {
    width: 100%;
    margin: 0 auto;
}

.fam3_tit {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #000
}

.fam3_des {
    text-align: center;
    font-size: 18px;
    color: #000000;
    margin-top: 30px;
    padding-bottom: 20px
}

.fam3_con {
    font-size: 35px;
    color: #000000;
    text-align: center;
    margin-top: 60px;
}

.family4 {
    width: 100%;
    position: relative;
    padding-bottom: 50px
}

.family4_bg {
    height: 460px;
    width: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0
}

.family4_main {
    width: 1065px;
    margin: 0 auto;
    position: relative;
    padding-top: 75px
}

.fam4_tit {
    text-align: center;
    font-size: 48.3px;
    color: #fff;
    font-weight: bold;
}

.fam4_des {
    text-align: center;
    font-size: 20px;
    color: #afcdd7;
    line-height: 35px;
    margin-top: 45px;
    margin-bottom: 50px;
}

.fam4_pic {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.fam4_key {
    font-size: 16px;
    color: #989898;
    /* position: absolute;
    top: 185px;
    left: 197px; */
    width: 100%;text-align: center;
}

.family5 {
    position: relative;
}

.family5_pic img {
    width: 100%
}

.family5_main {
    width: 1130px;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.family5_r {
    width: 530px;
    float: right;
}

.fam5_tit {
    font-size: 40px;
    font-weight: bold;
    color: #e95a6f
}

.fam5_des {
    font-size: 18px;
    color: #000000;
    line-height: 48px;
    margin-top: 35px;
}

.family6 {
    background: #ccc;
    padding: 50px 0;
}

.family6_main {
    width: 815px;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    line-height: 54px;
    text-align: center;
}

.family6 strong {
    font-weight: normal;
    color: #fffc00
}

.family7 {
    width: 100%;
    background: #ebebeb;
    padding: 90px 0 70px;
}

.family7_main {
    width: 94%;
    margin: 0 auto;
}

.family7_tit {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #323232;
    margin-bottom: 50px;
}

.family7_list li {
    width: 16% !important;
    margin-right: .8%;
    float: left;
    height: 430px;
    background: #fff;
}
.a_fwlc_main ul{
    display: flex;
}
.a_fwlc_main ul li{
    float: none;
}
@media screen and (max-width:1260px) {
    .a_fwlc_main{
        width: 94% !important;
    }
    .a_fwlc_main li{
        margin-right: .8% !important;
        margin-left: 0 !important;
    }
    
}
@media screen and (max-width:1000px) {
    .a_fwlc_main{
        width: 94% !important;
    }
    .a_fwlc_main ul{flex-wrap: wrap;}
    .a_fwlc_main li{
        width: 32% !important;
        margin-right: 2% !important;
        margin-left: 0 !important;
        margin-bottom: 2% !important;
    }
    .a_fwlc_main li:nth-child(3n){
       
        margin-right: 0% !important;
    }
    #apply .family8 {
        width: 90% !important;
    }
    
}
@media screen and (max-width:767px) {
    #apply .fl3_a {
        right: 0%;
        top: 40%;
        width: 100%;
    }
    #apply .fam7_con {
        padding-left: 20px !important;
    }
    #apply .fam4_pic {
        width: 100%;
    }
   .crowd_list{
      flex-wrap: wrap;
   }
   .crowd_list li {
    width: 48% !important;
    }
    .a_fwlc_main ul {
        display: block;
    }
    .a_fwlc_main li{
        width: 100% !important;
       
    }
    
    
}
.fam7_top {
    width: 100%;
    height: 225px;
    position: relative;
}

.family7_list li:last-child{
    margin-right: 0
}

.fam7_tit {
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3c;
    text-align: center;
    padding-top: 50px
}

.family7_list li .sort {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    width: 66px;
    height: 66px;
    background: url('../images/sort.png') no-repeat center;
    text-align: center;
    line-height: 60px;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
}

.fam7_con {
    font-size: 15px;
    color: #717171;
    line-height: 26px;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
}

.fam7_con strong {
    color: #e95a6f
}

.family .family8 {
    padding-top: 90px;
    padding-bottom: 85px;
    width: 75%;
}
.crowd_list{
    display: flex;
    justify-content: space-between;
}
.crowd_list li{
    width: 22%;
    text-align: center;
}
.crowd_list li .img{
    margin-bottom: 6%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.family9_main {
    width: 1010px;
    margin: 0 auto;
}

.family9 {
    background: #f7f7f7;
    padding: 90px 0 100px;
}

.family9_list li {
    position: relative;
    padding: 40px 0 25px;
    border-bottom: 1px dashed #969696
}

.family9_list li .sort {
    f
    /*ont-family:BASKVILL;*/
    font-size: 100px;
    color: #e95a6f;
    position: absolute;
    top: 25px;
    left: 60px;
}

.fam9_tit {
    font-size: 25px;
    font-weight: bold;
    color: #333333
}

.fam9_con {
    font-size: 20px;
    color: #4b4b4b;
    margin-top: 15px;
}

.family9_list li .fam9_info {
    padding-left: 127px
}

.family9_list li:last-child {
    border-bottom: 0px
}

.family9_tit {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}

.family10 {
    padding: 70px 0 110px;
}

.family10_main {
    width: 1075px;
    margin: 0 auto;
}

.family10_tit {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

.family10_tit span {
    color: #e95a6f
}

.fam10_item {
    margin-bottom: 40px;
}

.fam10_item label {
    float: left;
    width: 95px;
    text-align: right;
    font-size: 18px;
    color: #0f0f0f;
    float: left;
    line-height: 50px;
}

.fam10_item label i {
    font-size: 16px;
    color: #ff0032;
}

.fam10_item .input_block {
    float: left;
    width: 853px;
    height: 50px;
    margin-left: 15px;
    line-height: 50px;
}

.fam10_item .layui-input,
.fam10_item .layui-select {
    height: 50px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    font-size: 16px;
    color: #0f0f0f;
    padding-left: 22px;
    padding-right: 30px
}

.fam10_item .layui-form-select .layui-edge {
    right: 20px
}

.fam10_item .input_block2 {
    float: left;
    width: 853px;
    margin-left: 15px;
}

.fam10_item .input_block input {
    height: 50px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    font-size: 16px;
    color: #0f0f0f;
    padding-left: 22px;
    padding-right: 30px;
    width: 100%
}

.fam10_item .input_block2 textarea {
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    font-size: 16px;
    color: #0f0f0f;
    padding: 10px 30px 10px 22px;
    width: 100%;
    height: 100px;
    resize: none
}

.fam10_item #lc_date {
    background: url('../images/date.png') no-repeat center right 25px;
}

.fam10_tip {
    font-size: 16px;
    color: #2a2a2a;
    text-align: center;
    margin-bottom: 40px;
}

.fam10_tip a {
    color: #e95a6f
}

.fam10_submit {
    display: block;
    width: 255px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #e95a6f;
    border-radius: 4px;
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
}

.family10 .fam10_tip input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin-right: 5px;
}

.family10 .fam10_tip input[type='checkbox'] {
    background: url('../images/opt.jpg') no-repeat center left;
    display: inline-block;
    height: 16px;
    width: 18px;
    vertical-align: middle
}

.family10 .fam10_tip input[type='checkbox']:checked {
    background: url('../images/opt_on.png') no-repeat center left;
}

.fam10_tip p {
    display: inline-block;
    vertical-align: middle
}

.f_info {
    padding: 20px 20px 0;
}

.f_title {
    font-size: 21px;
    color: #0f0f0f;
    font-weight: bold;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 20px 0 10px;
}

.f_title2 {
    font-size: 18px;
    color: #0f0f0f;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
}

.f_content {
    font-size: 14px;
    color: #333;
    padding-bottom: 30px;
}

.fam10_bot {
    background: #fff;
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: 0;
}

.result .a_lanmu {
    padding: 50px 0;
}

.jd {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.jd:hover {
    -webkit-animation-name: swing;
    animation-name: swing;
}

.ptype2_left .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 64%;
    overflow: hidden;
}

.ptype2_left .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prodtype2 li .ptype2_left .pic img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prodtype2 li:hover .ptype2_left .pic img {
    transform: scale(1.05);
}

.ps7 {
    background: #eeeff1
}

/*.ps3{animation: shrink 20s linear infinite;-webkit-animation: shrink 15s linear infinite;}*/
@keyframes shrink {
    0% {
        background-size: 110% auto;
    }

    50% {
        background-size: 100% auto;
    }

    100% {
        background-size: 110% auto;
    }
}

@-webkit-keyframes shrink {
    0% {
        background-size: 110% auto;
    }

    50% {
        background-size: 100% auto;
    }

    100% {
        background-size: 110% auto;
    }
}

.ps12_list .swiper-slide {
    padding: 10px;
}

.ps12_list .swiper-slide .pic {
    overflow: hidden;
}

.ps12_list .swiper-slide .pic img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ps12_list .swiper-slide:hover .pic img {
    transform: scale(1.05);
}

.ps12_list .swiper-slide a {
    transition: all 0.4s;
    background: #fff;
    display: block;
}

.ps12_list .swiper-slide:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ps12_list .swiper-slide .tit {
    transition: all 0.4s;
}

.ps12_list .swiper-slide:hover .tit {
    padding-left: 25px;
    font-weight: bold;
}

.rd5_bg,
.family5_pic {
    position: relative;
    overflow: hidden;
}

.rd5_bg img,
.family5_pic img {
    animation: move2 15s linear infinite;
    -webkit-animation: move2 15s linear infinite;
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.join2_tit span,
.join3_title span,
.join3_title span,
.cf4_title span,
.cafe1_tit span,
.fam_tit span,
.a_lanmu span,
.about1_mid span {
    display: block;
}

.join3_pic {
    position: relative;
    z-index: 1
}

.about3_list .swiper-slide .pic {
    overflow: hidden;
}

.about3_list .swiper-slide .pic img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.about3_list .swiper-slide:hover .pic img {
    transform: scale(1.05);
}

.about3_list .swiper-slide .about3_bot .tit {
    transition: all 0.5s
}

.about3_list .swiper-slide:hover .about3_bot .tit {
    font-weight: bold;
}

.about4_bot li .nr {
    transition: all 0.4s;
    transform: scale(1);
    padding: 15px;
    background: #fff;
    display: block;
}

.about4_bot li:hover .nr {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.about4_more {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.about4_more span {
    position: relative;
    z-index: 2
}

.about4_more:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 110%;
    background: #e95a6f;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.about4_more:hover {
    background: #e95a6f;
    border: 1px solid #e95a6f;
    color: #fff
}

.about4_more:hover:after {
    width: 100%
}

.shgx_list li .nr {
    transition: all 0.4s;
    transform: scale(1);
    background: #f8f8f8;
    padding: 25px;
    display: block;
}

.shgx_list li:hover .nr {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.news1_right li .nr {
    transition: all 0.4s;
    transform: scale(1);
    padding: 40px 0 38px;
    display: block;
    border-radius: 10px
}

.news1_right li:hover .nr {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
    padding: 40px 20px 38px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.news1_left .nr {
    transition: all 0.4s;
    transform: scale(1);
    border-radius: 5px
}

.news1_left:hover .nr {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.news2_list li .nr {
    transition: all 0.4s;
    transform: scale(1);
    border-radius: 5px;
    background-color: #fff;
    padding:2%;
    padding-bottom: 0;
}

.news2_list li:hover .nr {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.news_tit a {
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: -webkit-linear-gradient(180deg, #e95a6f, #e95a6f, #d2d2d2, #d2d2d2);
    background-position: 1% 50%;
    background-size: 300% 300%;
}

.news_tit a:hover {
    color: #fff;
    background-position: 99% 50%;
    border-radius: 5px;
}

.head_btn {
    border-radius: 5px;
}

.head_btn:hover {
    background: rgba(255, 255, 255.0.9);
}

.news3_info span {
    transition: all 0.5s
}

.news3_info span:hover {
    color: #e95a6f;
    padding-left: 5%;
}

.btn-5 {
    cursor: pointer;
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}

.news3_bot li .news_pic {
    overflow: hidden;
}

.news3_bot li .news_pic img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.news3_bot li:hover .news_pic img {
    transform: scale(1.05);
}

.news3_bot li:hover .news3_info .tit {
    font-weight: bold;
}

.news3_left li .news_pic {
    overflow: hidden;
}

.news3_left li .news_pic img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.news3_left li:hover .news_pic img {
    transform: scale(1.05);
}

.news3_left li:hover .news3_info .tit {
    font-weight: bold;
}

.news4_list li .tit,
.video_list li .tit {
    transition: all 0.6s
}

.news4_list li:hover .tit,
.video_list li:hover .tit {
    bottom: -50px
}

.news4_list li:hover i,
.video_list li:hover i {
    background: rgba(0, 0, 0, 0.5) url(../images/icon_play_h.png) no-repeat center;
    transition: all 0.5s ease-in-out;
}

.news4_list li .pic,
.video_list li .pic {
    overflow: hidden;
}

.news4_list li .pic img,
.video_list li .pic img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.news4_list li:hover .pic img,
.video_list li:hover .pic img {
    transform: scale(1.02);
}

.section5 .gengduo {
    color: #e95a6f;
    font-size: 14px;
    text-align: center;
    display: block;
    float: right;
}

.section6 .gengduo {
    color: #e95a6f;
    float: right;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    display: block;
}

.section5 .gengduo:hover {
    font-weight: bold;
}

.gengduo span {
    display: block;
    position: relative;
    width: 104px;
    height: 36px;
    line-height: 36px;
}

.gengduo u {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 104px;
    height: 36px;
    margin: 0 auto;
    text-align: center;
    display: block;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    border: 1px solid #e95a6f;
}

.gengduo u.cl {
    clip: rect(0px, 104px, 0, 0);
}

.gengduo u.cr {
    clip: rect(35px, 0px, 0, 0px);
}

.gengduo:hover u.cl {
    clip: rect(0px, 104px, 104px, 18px);
}

.gengduo:hover u.cr {
    clip: rect(0px, 18px, 104px, 0px);
}

@media (max-width:1700px) {
    .ps5 {
        padding-top: 120px
    }

    .ps3_main {
        padding-top: 100px
    }

    .ps1 .sec1_left .tit em {
        font-size: 95px;
        bottom: 30px
    }

    .jd1.ps1 .sec1_left .con {
        margin-top: 20px;
        width: 400px
    }

    .sec1_right .tit em {
        font-size: 110px;
    }

    .sec1_right {
        padding-top: 20px
    }

    .ps9 {
        padding-top: 100px
    }

    .ysh2.ps1 .sec1_left .con {
        margin-top: 20px;
        width: 700px
    }

    .ysh2.ps1 .sec1_right {
        width: 55%;
    }

    .sec1_right .tit {
        left: 100px;
        padding-bottom: 60px;
    }

    .dp1 .sec1_right {
        width: 55%;
    }

    .dp1 .sec1_left {
        width: 50%
    }

    .dp1 .sec1_left .des {
        width: 100%;
    }

    .sec1_left .con {
        margin-top: 20px;
    }

    .ysj4_pic {
        width: 33.6%;
    }

    .ysj4_right {
        margin-left: 0;
        float: right;
        width: 60%
    }

    .ysj4_list2 {
        margin-top: 40px
    }

    .sec1_right .tit {
        bottom: 20px
    }

    .rd5_tit {
        font-size: 40px;
        top: 50px;
    }

    .section1 {
        padding: 130px 0;
    }

    .ysh1_main {
        width: 90%
    }

    .dp6_main {
        width: 90%;
    }

    .ysj1_left {
        width: 55%
    }

    .ysj1_right {
        width: 40%;
    }

    .ysj4_list2 {
        width: 90%;
    }

    .rd8_list {
        width: 90%;
    }
}

@media (max-width:1600px) {
    .mr8 {
        padding-top: 90px
    }

    .mr9 {
        padding: 90px 0;
    }

    .ps3_tit,
    .ps4_tit {
        width: 586px;
    }

    .ps3_tit .bt em {
        right: 60px;
        top: 60px;
    }

    .ps4_tit .bt em {
        right: 95px;
        top: 13px;
    }

    .ps7 .ps4_tit .bt em {
        right: 70px;
        top: 13px;
    }

    .ps5_tit .eng {
        letter-spacing: 1px;
    }

    .dp7 .ps4_tit .bt em {
        right: -30px
    }

    .section1,
    .section4 {
        padding: 100px 0;
    }

    .sec1_left {
        padding-top: 100px
    }

    .ps5 {
        padding-top: 120px;
    }

    .ps6 {
        padding: 100px 0 70px;
    }

    .ps11 .ps_tit {
        padding-bottom: 10px
    }

    .ps10 {
        padding-top: 85px
    }

    .dp4 {
        padding-top: 100px
    }

    .ps11 {
        padding: 100px 0 50px;
    }

    .dp7 {
        padding-top: 40px;
        padding-bottom: 90px;
    }

    .ps_tit .eng,
    .ps4_tit .eng,
    .ps3_tit .eng {
        font-size: 95px;
    }

    .ps_tit .tit,
    .ps4_tit .bt,
    .ps3_tit .bt {
        font-size: 35px;
    }

    .ps_tit {
        margin-bottom: 0px !important;
    }

    .ps3_nr {
        padding: 30px 0;
    }

    .dp3 .ps3_main {
        padding: 100px 0 70px;
    }

    .ysj4_list2 li {
        font-size: 22px;
    }

    .rd5_tit {
        font-size: 30px;
        top: 40px;
    }

    .ps3_main {
        padding: 90px 0 400px;
        max-width: 90%
    }

    .ps_main {
        max-width: 90%
    }

    .ps8_list li {
        width: 31%;
        margin-right: 3.5%
    }

    .ps8 {
        padding-bottom: 80px;
    }

    .ysj1 {
        padding-top: 100px;
    }

    .ysj4_nr {
        padding-top: 20px;
    }

    .ysj8 {
        padding-top: 80px;
    }

    .ysj9 {
        padding: 70px 0;
    }

    .ps4_right .video {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 65%;
    }

    .ps4_right .video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ysh1 {
        padding-top: 100px;
    }

    .ysh2 .sec1_left {
        padding-top: 70px;
    }

    .rd1_list ul {
        width: 94%;
    }

    .rd1_list li {
        width: 30%;
        margin: 0 1.65%;
    }

    .xcp_li .info .item .tit {
        font-size: 22px;
    }

    .xcp_li .info .item .des {
        font-size: 20px;
        line-height: 1.8;
    }

    .ysj6_main {
        width: 100%;
    }
}

@media (max-width:1500px) {
    .fam_tit p {
        margin-top: 20px;
    }

    .fam3_des {
        margin-top: 15px;
    }

    .ysh1,
    .mr1,
    .family3 {
        padding-top: 80px
    }

    .prodtype_main {
        width: 90%;
    }

    .prodtype li {
        width: 23%;
        margin-right: 2.66%
    }

    .prodtype {
        padding: 50px 0;
    }

    .prodtype2 {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }

    .jd1.ps1 .sec1_left .con {
        width: 45%;
    }

    .jd1 .sec1_right {
        width: 57%;
        padding-top: 50px;
    }

    .jd1 .sec1_left {
        padding-top: 70px;
    }

    .ps3_main {
        padding-top: 90px;
    }

    .ps5_left .pic {
        width: 75%
    }

    .ps5_left .info {
        font-size: 18px;
    }

    .ps8_list li .tit {
        font-size: 22px;
    }

    .ps9,
    .ps10,
    .ps11 {
        padding-top: 70px;
    }

    .prodtype2 li span {
        font-size: 16px;
        width: 150px;
        line-height: 35px;
        height: 35px;
    }

    .ysh2 .sec1_left {
        width: 50%
    }

    .ysh2 .sec1_left .des {
        width: 100%;
    }

    .ysh2.ps1 .sec1_left .con {
        width: 80%;
    }

    .ysh2.ps1 .sec1_right {
        padding-top: 30px;
    }

    .sec1_left .tit {
        padding-bottom: 50px;
    }

    .ps1 .sec1_left .tit em {
        bottom: 0
    }

    .ysj4_list2 {
        height: 150px;
        padding-top: 30px;
    }

    .ysj4_list2 li {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .ysj4_list1 li {
        font-size: 18px;
    }

    .cafe1 {
        width: 90%
    }

    .cafe1_left {
        width: 37%
    }

    .cafe1_right {
        width: 60%
    }

    .cafe1_tit {
        font-size: 25px;
    }

    .cafe2_left {
        margin-left: 5%
    }

    .cafe2_pic {
        width: 23%;
        top: -10%;
    }

    .cafe1 {
        padding-bottom: 100px;
    }

    .cafe3 {
        margin: 0 auto 60px;
        width: 90%;
    }

    .cafe3_left {
        width: 51%
    }

    .cafe3_right {
        max-width: 49%;
        margin-left: 0;
        padding-left: 50px
    }

    .cafe4 li .c4_right {
        padding: 28px;
    }

    .cafe5 {
        margin-top: 70px;
    }

    .cafe4 {
        width: 90%
    }

    .cafe5_main {
        width: 90%
    }

    .join1_pic {
        width: 45%
    }

    .join1 {
        padding-bottom: 180px;
        margin-bottom: 20px;
    }

    .about1_main {
        width: 90%;
    }

    .about1_left {
        width: 45%
    }

    .about1_mid {
        width: 340px;
        font-size: 35px;
    }

    .about1_right {
        width: 55%;
    }

    .about1_mid p {
        padding-left: 65px
    }

    .about1_mid span {
        padding-left: 135px;
    }

    .a_type a {
        width: 110px;
    }

    .about2_list {
        width: 90%;
    }

    .ab2_nr {
        width: 95%;
    }

    .about3_main {
        width: 90%;
    }

    .shgx {
        width: 90%;
    }

    .shgx_list li .shgx_left {
        width: 36.5%
    }

    .shgx_right {
        width: 61%
    }

    .shgx_list li .shgx_right .shgx_nr {
        font-size: 16px;
    }

    .dp8_list li {
        width: 31%;
        margin-right: 3.5%
    }

    .ysj4 {
        padding-top: 85px
    }

    .ysj5_list li.ysj5_li2 .ysj5_nr {
        margin-right: 3%
    }

    .ysj5_list li.ysj5_li3 .ysj5_nr {
        padding-left: 3%
    }

    .ysj6_right {
        left: 56%
    }

    .about4_bot ul {
        width: 90%;
    }

    .about4_bot li {
        width: 48.5%
    }

    .ab4_left {
        width: 35%;
    }

    .ab4_right {
        margin-right: 0;
        width: 63%
    }

    .about4_bot li .ab4_right .ab4_nr .item {
        font-size: 14px;
        line-height: 2;
        -webkit-line-clamp: 3 !important;
    }

    .about4_bot li .ab4_right .ab4_nr {
        margin-top: 5px;
    }

    .about5_main {
        width: 90%;
    }

    .section1 {
        padding: 50px 0;
    }

    .section2 .title {
        margin-bottom: 100px
    }

    .ps5_bg {
        height: 260px;
    }
}

@media (max-width:1400px) {
    .ab2_con2 {
        height: 260px;
    }

    .ysh1_tit .key,
    .ysj1_tit,
    .mr1_left .key {
        font-size: 30px;
    }

    .family4_bg {
        height: 400px;
    }

    .mr4_pic {
        padding: 50px 0;
    }

    .rd1 .ysh1_tit {
        padding-bottom: 30px
    }

    .ysj2,
    .ysj3,
    .mr2,
    .mr4 {
        padding-top: 100px
    }

    .ysj1,
    .mr1,
    .ps3_main {
        padding-top: 80px
    }

    .ysj1_des,
    .mr1_left .des {
        font-size: 18px;
    }

    .ps5_left .info {
        padding-top: 0px
    }

    .ps5_right {
        width: 52%;
    }

    .ps5_left {
        width: 48%;
    }

    .ysj5_list li.ysj5_li3 {
        width: 95%;
    }

    .ysj5_list li.ysj5_li2 {
        width: 95%;
    }

    .rd1_list li .des {
        font-size: 14px;
    }

    .rd6_main {
        width: 95%;
        margin-left: 5%;
    }

    .mr2_pic {
        width: 75%;
        margin: 0 auto;
    }

    .cafe4 li .c4_right .info {
        font-size: 14px;
    }

    .news {
        width: 90%;
    }

    .news1_left {
        width: 43%
    }

    .news1_right {
        width: 52.5%
    }

    .news1_right li .nr {
        padding: 30px 0 30px;
    }

    .news1_left .nr {
        padding: 25px;
    }

    .news1_right li .news1_r_l {
        width: calc(100% - 70px)
    }

    .news2_list li {
        width: 31%;
        margin-right: 3.5%;
    }

    .news3_info .tit {
        font-size: 17px;
    }

    .news_main {
        width: 100%;
        padding: 0 5%;
    }

    .video_list li {
        width: 31%;
        margin-right: 3.5%;
    }

    .news_title {
        font-size: 25px;
    }

    .about5_left {
        margin-left: 0;
        width: 48.5%
    }

    .about5_right {
        width: 48.5%
    }

    .a_lanmu span {
        font-size: 55px;
    }

    .fam_tit span {
        font-size: 40px;
    }

    .fam_tit p {
        font-size: 16px;
        margin-top: 25px;
    }

    .fam4_des {
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .family9 {
        padding: 70px 0
    }

    .xcp_li .info {
        width: 45%
    }

    .xcp_li .info .item .tit {
        font-size: 20px;
    }

    .xcp_li .info .item .des {
        font-size: 18px;
        color: #8c8c8c;
    }

    .xcp li {
        padding-top: 70px;
    }

    .cafe2_left .tit {
        font-size: 30px;
    }

    .fam4_key {
        top: 205px;
    }

    .prodtype_tit {
        font-size: 25px;
    }

    .prodtype2 li .tit {
        font-size: 22px;
    }

    .prodtype2 li .keywords {
        font-size: 16px;
        margin: 10px 0 20px;
    }

    .prodtype2 li {
        padding: 25px;
    }

    .sec1_left .key {
        font-size: 28px;
    }

    .sec1_left .des {
        font-size: 16px;
    }

    .sec1_left .tit span {
        font-size: 25px;
    }

    .sec1_left .tit i {
        font-size: 18px;
    }

    .ps4_tit,
    .ps3_tit {
        width: 560px;
        text-align: center;
    }

    /* .ps_tit .tit,
    .ps4_tit .bt,
    .ps3_tit .bt {
        font-size: 28px;
    } */

    .ps4_tit .bt em,
    .ps3_tit .bt em {
        font-size: 14px;
        right: 125px;
        top: 10px;
        height: 22px;
        line-height: 22px;
        width: 45px
    }

    .ps3_tit .bt em {
        top: 47px;
        right: 110px
    }

    .ps_tit .eng,
    .ps4_tit .eng,
    .ps3_tit .eng {
        font-size: 80px;
        text-align: center;
        width: 100%;line-height: normal;
        
    }


    .ld {
        font-size: 18px;
    }

    .ps3_nr {
        font-size: 18px;
    }

    .ps4_left .info {
        font-size: 18px;
        padding: 50px 0 0 50px;
    }

    .ps4_left .bg {
        background-size: 100% !important
    }

    .ps4 {
        padding: 95px 0;
    }

    .ysh1 {
        padding-top: 75px;
    }

    .sec1_right .tit {
        bottom: 10px
    }

    .sec1_right .tit em {
        font-size: 95px;
    }

    .sec1_right .tit {
        padding-bottom: 50px
    }

    .ps7_nr {
        font-size: 18px;
    }

    .ps7_bg,
    .ysh7 {
        padding-top: 80px
    }

    .sec1_left {
        padding-top: 70px
    }

    .dp4 {
        padding-top: 90px
    }

    .ysj3_list li .nr .key {
        font-size: 25px;
    }

    .ysj6_right {
        font-size: 18px;
    }

    .join2_tit span,
    .join4_right .j4_tit {
        font-size: 30px;
    }

    .join2_tit p {
        font-size: 16px;
    }

    .join3_title span {
        font-size: 30px;
    }

    .join3_title p,
    .join3_cfz .join3_title p,
    .join3_jd .join3_title p {
        font-size: 18px;
        color: #8c8c8c;
    }

    .a_lanmu span {
        font-size: 50px;
    }

    .fam3_tit {
        font-size: 35px;
    }

    .fam4_tit {
        font-size: 40px;
    }

    .cafe5_left {
        width: 48.5%;
    }

    .cafe5_right {
        width: 48.5%;
    }

    .ab2_left {
        width: 49%;
    }

    .ab2_nr .pic {
        width: 48%
    }

    .ps5_bg {
        height: 230px;
        padding-top: 20px
    }

    .rd4_pic {
        max-width: 90%;
        margin: 0 auto;
    }

    .mr1,
    .about_top,
    .family7 {
        padding-top: 80px;
    }

    .mr9 {
        padding: 70px 0;
    }

    .join1_main {
        max-width: 90%;
    }

    .type {
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .news_list {
        padding-top: 10px
    }

    .join2_list li:nth-child(1) {
        margin-bottom: 50px;
    }
}

@media (max-width:1300px) {
    .ab2_con2 {
        height: 242px;
    }

    /* .head_btn {
        width: 120px
    } */

    header .navlist li {
        padding: 0 10px;
    }

    .section1 {
        padding: 70px 0;
    }

    .section2 .btn {
        margin-top: 30px;
    }

    .sec6_left {
        /* padding-bottom: 350px */
    }

    .news_nr {
        padding: 35px 0;
    }

    .ps9_list {
        padding: 0;
    }

    .ps9 {
        max-width: 90%;
        margin: 0 auto;
    }

    .ps12 {
        padding-bottom: 60px
    }

    .sec1_left {
        left: 5%;
    }

    .ld span {
        font-size: 25px;
    }

    .ld i {
        left: 110px;
    }

    .ps3_nr {
        padding: 20px 0;
    }

    .ps12_list .swiper-slide .tit {
        font-size: 16px;
        padding: 12px;
    }

    .ysj3_main {
        width: 90%
    }

    .ysj3_list li {
        width: 31%;
        margin-right: 3.5%
    }

    .ysj3_list li .nr {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 100%;
    }

    .ysj3_list li .ysj3_nr {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .ysj4_right {
        margin-top: 0;
    }

    .ysj4_list2 {
        margin-top: 20px;
    }

    .ysj5_list li.ysj5_li2 .pic {
        width: 50%;
    }

    .ysj5_list li.ysj5_li3 .pic {
        width: 40%
    }

    .ysj6_left {
        width: 63%
    }

    .ysj6_right {
        left: 65%
    }

    .ysj6_bg2 {
        height: 350px;
    }

    .ysj6_nr {
        margin-top: 85px;
        padding-bottom: 75px;
    }

    .ysj7 {
        padding-top: 75px
    }

    .ysj8 .ps_tit,
    .ysj9 .ps_tit {
        margin-bottom: 10px
    }

    .ysj8 {
        padding-top: 50px;
    }

    .ysj9 {
        padding: 30px 0;
    }

    .ysh1_tit {
        padding-bottom: 30px;
    }

    .rd5_tit {
        font-size: 25px;
    }

    .mr1_left .des {
        font-size: 16px;
    }

    .mr1 {
        padding-top: 70px;
    }

    .mr1_pic {
        margin-right: 0;
        /* max-width:  */
    }

    .mr4_pic {
        max-width: 90%;
        margin: 0 auto;
        padding: 70px 0;
    }

    .mr7 .ps_tit {
        margin-bottom: 40px;
    }

    .mr8 .ps_tit {
        margin-bottom: 30px;
    }

    .cafe1_right {
        width: 55%
    }

    .join2_list li:nth-child(1) {
        margin-bottom: 70px;
    }

    .join2_list li:nth-child(1) .con {
        margin-left: 47%;
        width: 50%;
        padding: 70px 0 50px;
    }

    .join2_list li:nth-child(2) .pic {
        width: 40%;
    }

    .join2_list li:nth-child(2) .con {
        margin-right: 43%;
        padding: 50px 0 30px;
    }

    .family .family8 {
        padding-bottom: 50px;
    }

    .family9_tit {
        font-size: 35px;
    }

    .fam9_tit {
        font-size: 22px;
    }

    .fam9_con {
        font-size: 18px;
    }

    .news_show {
        width: 90%;
        margin: 0 auto;
    }

    .join1_right {
        left: 45%;
    }

    .join2_list li .con {
        width: 50%
    }

    .section1,
    .section4 {
        padding: 80px 0;
    }

    .prodtype_tit {
        padding-bottom: 20px
    }

    .sec1_right .tit {
        left: 50px;
    }

    .join1_tit {
        font-size: 28px;
    }

    .fam_tit span,
    .fam4_tit,
    .fam5_tit,
    .family7_tit {
        font-size: 35px;
    }

    .fam_tit p {
        margin-top: 15px;
    }

    .family3 {
        padding: 80px 0 60px;
    }

    .fam3_con {
        margin-top: 40px;
    }

    .family10_tit {
        font-size: 35px;
        margin-bottom: 50px
    }
}

@media (max-width:1260px) {
    header .logo {
        width: 18%
    }

    header .navlist {
        /* width: 53% */
    }

    header .navlist li {
        /* width: 16.66%;
        margin: 0; */
    }

    .bot2_left {
        display: none
    }

    .bot2_mid {
        padding-left: 0
    }

    .bot2_right {
        float: right;
        margin-top: 10px;
    }

    .sec6_pic {
        width: 150%
    }

    .title span {
        font-size: 30px;
    }

    .title p {
        font-size: 28px;
    }

    .section2 .title {
        margin-bottom: 160px
    }

    .section2 .btn {
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        border: 1px solid #fff;
        display: block;
        margin-top: 35px;
    }

    .section4 {
        padding: 80px 0;
    }

    .sec4_li2 .time {
        margin-top: 5px;
    }

    .sec4_li2 li {
        margin-top: 15px
    }

    .section1 {
        padding: 80px 0;
    }

    .section5 .sec5_main2 {
        width: 80%
    }

    .sec4_li1 .info {
        padding: 15px;
    }

    .sec4_li1 .time {
        margin: 10px 0 15px;
    }

    .sec4_list {
        padding-bottom: 30px;
    }

    .section4 {
        padding: 70px 0 60px;
    }

    .second_list .second_main {
        width: 90%
    }

    .second_left {
        width: 55%
    }

    .second_img {
        width: 43%;
    }

    .sec1_right .tit span {
        font-size: 25px;
    }

    .sec1_right .tit i {
        font-size: 16px;
    }

    .ps5 {
        padding-top: 90px
    }

    .dp5 .ps4_tit {
        margin-bottom: 30px;
    }

    .ps6 {
        padding: 90px 0 50px;
    }

    .dp7 {
        padding-bottom: 60px
    }

    .dp8 {
        padding: 90px 0 70px;
    }

    .dp8_list li .tit {
        font-size: 18px;
    }

    .ysj1,
    .sec1_left {
        padding-top: 60px
    }

    .ysj1_tit {
        font-size: 28px;
    }

    .ysj1_des,
    .ysj2_des,
    .ysj3_des {
        font-size: 16px;
    }

    .ysj3_bot {
        width: 90%
    }

    .ysj3_left {
        width: 48.5%;
    }

    .ysj3_right {
        width: 48.5%;
    }

    .ysj3_left .con {
        font-size: 21px;
    }

    .ysj3_left .tit {
        font-size: 30px;
    }

    .ysj3,
    .ysj5 {
        padding-top: 90px
    }

    .ysj4_list2 li {
        font-size: 16px;
    }

    .ysj4_list1 li {
        font-size: 16px;
    }

    .ysj4_list2 {
        height: 130px;
        padding-top: 20px;
    }

    .ysj5_list li:nth-child(1) {
        width: 90%;
    }

    .ysj5_list li.ysj5_li1 .pic {
        width: 45%
    }

    .ysj5_list li.ysj5_li1 .ysj5_nr {
        width: 55%;
        padding: 50px 30px;
        font-size: 18px;
    }

    .ysj5_list li.ysj5_li2 .ysj5_nr {
        width: 45%;
        margin-right: 0;
        margin-left: 5%;
    }

    .ysj5_list li.ysj5_li3 .ysj5_nr {
        width: 55%;
    }

    .ysj6 {
        padding-top: 70px
    }

    .ysj6_bg2 {
        height: 310px;
    }

    .ysj6_right {
        font-size: 16px;
        line-height: 2.5;
    }

    .ysh1_tit .des,
    .rd2_des,
    .rd2_list1 li .tit,
    .rd3_jian {
        font-size: 16px;
    }

    .ysh1 {
        padding-top: 60px
    }

    .ysh1_tit .key {
        font-size: 30px;
    }

    .rd1_list {
        padding: 50px 0;
    }

    .rd6 {
        padding-top: 90px
    }

    .rd1_list li .tit {
        font-size: 25px;
    }

    .rd6_nr {
        margin-top: 35px;
    }

    .rd6_main {
        width: 100%;
        margin-left: 0;
    }

    .rd6_pic {
        width: 45%;
    }

    .rd6_right {
        width: 52%;
        padding-left: 3%;
    }

    .rd6_right .rd6_des {
        font-size: 16px;
    }

    .rd7 .rd7_nr {
        margin-top: 40px;
    }

    .rd7_left {
        width: 46%;
        padding-left: 2%
    }

    .rd7_des {
        font-size: 22px;
    }

    .rd7_con {
        font-size: 16px;
    }

    .rd7 .rd7_nr {
        padding-top: 40px;
    }

    .rd7_bg1 {
        height: 350px;
    }

    .rd8,
    .rd9,
    .rd10 {
        padding-top: 60px;
    }

    .rd9_con {
        width: 90%
    }

    .rd10 .ps_tit {
        margin-bottom: 30px;
    }

    .rd10_con {
        padding-bottom: 50px
    }

    .mr1_left .key {
        font-size: 30px;
    }

    .mr2,
    .mr3_bg,
    .mr4 {
        padding-top: 90px
    }

    .mr3_main {
        width: 90%
    }

    .mr3 ul {
        margin-top: 120px;
        padding-bottom: 200px;
    }

    .mr3_bg {
        background-size: cover !important
    }

    .mr4_pic {
        padding: 50px 0;
    }

    .mr5_bg {
        padding-top: 90px;
        height: 800px;
        position: relative;
        background-size: cover;
    }

    .mr5_pic {
        top: 250px;
        left: 15%;
        width: 55%;
        text-align: center;
    }

    .mr7 {
        padding-top: 40px
    }

    .mr8 {
        padding-top: 70px
    }

    .cafe1 {
        padding: 70px 0;
    }

    .cafe1_right {
        width: 50%
    }

    .cafe1_left {
        width: 47%
    }

    .cafe1_con {
        line-height: 2;
        margin: 25px 0 70px;
    }

    .cafe2_left .tit,
    .cafe3_right .tit {
        font-size: 28px;
        margin: 25px 0 20px;
    }

    .cafe2_left .nr,
    .cafe3_right .nr {
        font-size: 16px;
        line-height: 2;
    }

    .cafe3_right {
        padding-top: 10px
    }

    .cafe4 .cf4_title {
        background-size: auto 120px !important
    }

    .cafe3 {
        margin-bottom: 50px;
    }

    .cafe4 li .c4_right {
        padding: 30px;
    }

    .cafe5_right li {
        font-size: 18px;
    }

    .news3_info .tit {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news2,
    .news3 {
        margin-bottom: 50px;
    }

    .news1 {
        padding-top: 50px
    }

    .news1_right li .nr {
        padding: 25px 0;
    }

    .news4 {
        padding-bottom: 70px
    }

    .type {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .join1_tit {
        font-size: 25px;
    }

    .join1_video {
        width: 50%;
    }

    .join1 {
        padding-bottom: 250px
    }

    .a1_jzl_list li {
        width: 20%;
        text-align: center;
        margin: 0;
        font-size: 18px;
    }

    .a1_r_nr {
       
        margin-bottom: 35px;
    }
    .a1_r_nr p,.a1_r_nr span{
        font-size: 14px !important;
        line-height: 25px;
    }

    .a1_jzl_tit {
        margin-bottom: 30px
    }

    .about1_right {
        padding-top: 0px;
        width: calc(77% - 330px);
    }

    .about1 {
        padding-bottom: 70px
    }

    .about_top {
        padding-top: 70px
    }

    .about1_mid {
        font-size: 30px;
        width: 330px
    }

    .about2_main {
        width: 90%
    }

    .about2 {
        padding: 70px 0;
    }

    .contact {
        font-size: 18px;
        color: #535353;
        line-height: 2;
        margin-top: 40px;
    }

    .fam_tit span {
        font-size: 32px;
    }

    .fam_tit {
        padding-top: 50px
    }

    .family1_bg {
        height: 300px;
    }

    .family2_bg {
        padding-top: 0;
        height: 700px;
    }

    .family2_tit {
        font-size: 30px;
    }

    .family2_nr {
        font-size: 16px;
    }

    .family3 {
        padding: 60px 0;
    }

    .fam3_des {
        font-size: 16px;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .fam3_con {
        font-size: 30px;
        margin-top: 40px;
    }

    .family4_main {
        padding-top: 50px
    }

    .fam4_tit,
    .fam5_tit,
    .family7_tit,
    .family9_tit,
    .family10_tit {
        font-size: 32px;
    }

    .family4_bg {
        height: 400px;
    }

    .fam5_des {
        font-size: 16px;
        line-height: 2;
        margin-top: 25px;
    }

    .family6_main {
        
        font-size: 25px;
    }

    .family7 {
        padding: 55px 0;
    }

    .family7_tit {
        margin-bottom: 35px;
    }

    .family7_main {
        width: 90%;
    }

    .family7_list li {
        width: calc(20% - 5px);
    }

    .fam7_tit {
        font-size: 18px;
    }

    .fam7_con {
        font-size: 14px;
    }

    .family .family8 {
        padding-top: 70px;
        
        
    }

    .fam9_con {
        font-size: 16px;
    }

    .family9_tit {
        margin-bottom: 20px;
    }

    .family9 {
        padding-bottom: 50px
    }

    .family10 {
        padding: 50px 0 70px;
    }

    .family10_tit {
        margin-bottom: 40px;
    }

    .fam10_item {
        margin-bottom: 20px;
    }

    .fam10_item label {
        font-size: 16px;
    }

    .ysh1_tit {
        width: 100%;
        margin-left: 0
    }

    .join3_main {
        width: 100%;
        position: relative;
    }

    .jd_logo {
        width: 50%
    }

    .join3_cfz .join3_pic {
        width: 50%;
        float: none;
    }

    .join3_cfz .join3_title {
        float: none;
        padding: 0;
        margin: 0;
        width: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 5%;
    }

    .join3_jd .join3_title {
        width: 50%;
        float: none;
        position: absolute;
        left: 0;
        top: 45%;
        transform: translateY(-50%);
        padding: 0 5%;
    }

    .join3_pic {
        width: 50%;
        float: right;
    }

    .no {
        float: none;
        position: absolute;
        right: 50%;
        top: 0;
        height: 100%;
    }

    .no img {
        height: 100%;
    }

    .join3_cxbg {
        padding-top: 5% !important;
    }

    .join3_title p {
        line-height: 2;
    }

    .join3_title {
        margin-bottom: 3% !important;
    }

    .join4_main {
        width: 100%
    }

    .join4_left {
        width: 35%
    }

    .join4_right {
        padding-top: 5%;
    }

    .rd5_bg {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 60%;
    }

    .rd5_bg .pic {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .rd5_bg .pic img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width:1100px) {
    .ab2_con2 {
        height: 186px;
    }

    .news1_right li .nr {
        padding: 15px 0;
    }

    .news1_left .info .des {
        margin: 10px 0;
    }

    .news1_left .info .tit {
        font-size: 18px;
        margin-top: 7px;
    }

    .news1_right li .tit a {
        font-size: 18px;
    }

    .news1_right li:hover .nr {
        padding: 15px;
        box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -webkit-transform: scale(1.02);
    }

    .rd7_des {
        font-size: 18px;
    }

    .jd {
        margin-left: 5px;
    }

    .rd4,
    .rd3,
    .rd7 {
        padding-top: 90px;
    }

    .head_btn {
        /* width: 100px; */
        font-size: 14px;
    }

    .section2 .title {
        margin-bottom: 120px;
    }

    .title p {
        margin-top: 20px;
    }

    .section1 {
        padding: 60px 0;
    }

    .title {
        margin-bottom: 40px;
    }

    .sec4_li2 .bt {
        font-size: 16px;
    }

    .sec4_li2 .time {
        font-size: 14px;
    }

    .sec4_li1 .jian {
        font-size: 14px;
    }

    .sec4_li2 ul {
        padding: 0 15px 20px;
    }

    .jd1 .sec1_right {
        padding-top: 100px
    }

    .jd1.ps1 .sec1_left .con {
        width: 40%;
    }

    .sec1_right .tit em {
        font-size: 85px;
        bottom: 0
    }

    .sec1_right .tit {
        padding-bottom: 30px;
        bottom: 5px
    }

    .jd1 .sec1_left {
        padding-top: 50px
    }

    .ps3_nr {
        width: 90%;
        font-size: 16px;
    }

    .ps3 {
        background-size: 105% !important
    }

    .ps3_main {
        padding-bottom: 300px
    }

    .ps5_bg {
        height: 150px;
    }

    .ps5_left .info {
        font-size: 15px;
        width: 50%;
        line-height: 2;
    }

    .ps7 .ps4_tit .bt em {
        right: 110px;
        top: 10px;
    }

    .ps7_bg {
        background-size: cover !important;
        padding-bottom: 420px
    }

    .ps7 .ps4_des {
        margin-bottom: 20px;
    }

    .ps7_nr {
        font-size: 16px;
        line-height: 2;
    }

    .ps8_list li .tit {
        font-size: 18px;
        margin: 10px 0 5px;
    }

    .ps8_list li .des {
        font-size: 14px;
    }

    .ps8_list {
        padding-top: 20px
    }

    .ps8 {
        padding-bottom: 50px
    }

    .ysh1_tit .des {
        font-size: 16px;
        margin-top: 15px;
    }

    .ysh2 .sec1_left {
        padding-top: 40px
    }

    .ysh7 {
        background-size: cover !important;
        padding-bottom: 400px
    }

    .sec1_right .tit {
        left: 5%;
    }

    .sec1_right {
        padding-top: 80px
    }

    .dp8_list li .tit {
        font-size: 16px;
    }

    .ysj2 {
        padding: 90px 0 25px;
    }

    .ysj2_main {
        width: 90%;
    }

    .ysj3_list li .nr .con {
        font-size: 14px;
        height: 80px;
    }

    .ysj3_list li .nr .key {
        font-size: 22px;
    }

    .ysj3_list li .nr .des {
        font-size: 16px;
    }

    .ysj4_right {
        padding-bottom: 40px
    }

    .ysj4_list2 li {
        padding-left: 35px;
        font-size: 14px;
        background-size: auto 35px !important
    }

    .ysj4_list2 li:nth-child(5) {
        background-size: auto 25px !important
    }

    .ysj4_list2 li:nth-child(6) {
        background-size: auto 25px !important
    }

    .ysj5_list li .con {
        font-size: 14px;
    }

    .ysj5_list li .tit {
        font-size: 22px;
    }

    .ysj8 {
        width: 90%;
        margin: 0 auto;
    }

    .rd2_list1 {
        padding-bottom: 70px
    }

    .mr1_left .des {
        font-size: 14px;
    }

    .mr1_left {
        width: 48.5% !important;
    }

    .mr1_bg {
        width: 50%
    }

    .mr6_main {
        width: 90%
    }

    .xcp_li .xcp_pic {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 5%
    }

    .xcp li:nth-child(2n+1) .xcp_li .xcp_pic {
        float: none;
    }

    .xcp li:nth-child(2n) .xcp_li .xcp_pic {
        float: none;
    }

    .xcp_li .info {
        width: 90%;
        position: static;
        transform: translateY(0%);
        margin: 0 auto;
        padding: 5% 0;
        max-width: 90%
    }

    .cafe2_left .nr,
    .cafe3_right .nr {
        font-size: 15px;
    }

    .cafe4 li .c4_right .tit {
        margin-bottom: 20px;
    }

    .cafe4 li .c4_right {
        padding: 20px;
    }

    .cafe4 li .c4_right .tit {
        font-size: 22px;
    }

    .cafe4 li .c4_right .tit {
        margin-bottom: 15px;
    }

    .cafe5_right li {
        font-size: 15px;
    }

    .video_list li {
        margin-bottom: 4%;
    }

    .news3_info .jianjie {
        line-height: 1.8;
        margin: 10px 0 15px;
    }

    .news4_list li .tit {
        bottom: 10px
    }

    .join4_right .j4_nr {
        font-size: 16px;
    }

    .join4_main {
        width: 90%;
    }

    .ab2_con {
        font-size: 15px;
    }

    .ab2_tit {
        width: 160px;
        height: 45px;
        border: 2px solid #fff;
        text-align: center;
        line-height: 45px;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
    }

    .about3_bot .tit {
        font-size: 16px;
    }

    .about4_nr {
        width: 80%;
        margin: 0 auto;
    }

    .about4_con {
        width: 100%;
    }

    .about4_list li {
        width: calc(48.5% - 20px);
        margin-bottom: 20px;
    }

    .about4_list li:nth-child(2n) {
        float: right;
    }

    .about4_bot li .ab4_right .ab4_nr .item:nth-child(3),
    .about4_bot li .ab4_right .ab4_nr .item:nth-child(4) {
        display: none
    }

    .contact {
        font-size: 16px;
    }

    .shgx_list li .shgx_right .shgx_nr {
        font-size: 14px;
        line-height: 1.8;
    }

    .shgx_list li .shgx_right .shgx_nr {
        margin-top: 5px;
    }

    .fam_tit span {
        font-size: 25px;
    }

    .family2_bg {
        height: 500px;
        background-size: cover !important
    }

    .rd2_list1 {
        width: 90%;
        margin: 0 auto;
    }

    .rd2_list1 li {
        width: 31%;
        margin-right: 3.5%;
    }

    .rd7_main,
    .rd7_bg1 {
        width: 100%;
    }

    .rd7_left {
        padding-right: 5%;
    }

    .rd10_con {
        width: 90%;
        margin: 0 auto;
    }

    .mr1 {
        padding-top: 6%
    }

    .mr1_left {
        width: 100% !important;
        float: none;
        margin-bottom: 4%;
    }

    .mr1_left .con {
        margin-top: 3%;
    }

    .mr1_bg {
        width: 90%;
    }

    .mr1_pic {
        margin-bottom: 3%;
        max-width: 55%
    }

    .mr2_pic {
        width: 90%
    }

    .mr2,
    .mr3_bg,
    .mr4,
    .mr6_main {
        padding: 8% 0 5%;
    }

    .mr3 ul {
        margin-top: 5%;
        padding-bottom: 10%;
    }

    .mr3 li {
        width: 320px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        font-size: 22px;
        color: #4a4a4a;
        padding-left: 30px;
    }

    .mr4_pic {
        padding: 4% 0 0;
    }

    .mr5_bg {
        height: auto;
        background-size: cover !important
    }

    .mr5_des {
        font-size: 16px;
    }

    .mr5_bg {
        padding-top: 8%
    }

    .mr5_pic {
        position: static;
        margin: 5% auto 0;
        width: 60%
    }

    .mr5_pic img {
        margin-left: 10%;
    }

    .mr6 .ps4_tit {
        margin: 0 auto;
    }

    .mr6 .pic {
        position: static;
        text-align: center;
    }

    .mr6_list li {
        margin: 0 auto;
    }

    .mr6 {
        height: auto;
    }

    .mr6_btg {
        height: 100%;
    }

    .mr7 .ps_tit,
    .mr8 .ps_tit,
    .mr9 .ps_tit {
        margin-bottom: 2%;
    }

    .mr8 {
        padding-top: 5%;
    }

    .mr9 {
        padding: 5% 0;
    }

    .family1_main,
    .family3_main,
    .family10_main,
    .family4_main,
    .family5_main,
    .family9_main {
        width: 90%;
        margin: 0 auto;
    }

    .family1_bg {
        height: 200px;
    }

    .family1_nr {
        top: 250px;
    }

    .fam10_item .input_block,
    .fam10_item .input_block2 {
        width: calc(100% - 110px)
    }

    .fam10_item .reselect,
    .fam10_item .selected {
        width: calc(100% - 110px)
    }
}

.head_3g {
    display: none;
    position: relative;
}

.ysj3_list li .nr .con_3g {
    display: none;
}

.a1_jzl_3g {
    display: none
}

@media (max-width:1000px) {
    header {
        display: none
    }

    .header_h {
        height: 68px;
    }

    .head_3g {
        display: block;
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #fff;
    }

    .ss {
        width: 0;
        height: 35px;
        position: absolute;
        left: 0;
        top: 100%;
        overflow: hidden;
        z-index: 7;
    }

    .ss_bd {
        width: 80%;
        height: 35px;
        border: none;
        background: #fff;
        float: left;
        color: #333333;
        padding: 0 0 0 12%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 14px;
    }

    .ss_btn {
        width: 20%;
        float: left;
        line-height: 35px;
        background: #e95a6f;
        border: none;
        color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 15px;
    }

    .search img {
        display: block;
        height: 29px;
        margin-top: 9px
    }

    .nav img {
        display: block;
        height: 20px;
        margin-top: 14px
    }

    .search {
        margin-right: 15px;
    }

    .sec4_li1 .info {
        padding: 20px;
    }

    .sec4_li1 .time {
        margin: 5px 0 10px;
        font-size: 14px;
    }

    .sec4_li1 .jian {
        font-size: 15px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .section2 .title {
        margin-bottom: 10%;
    }

    .sec3_left {
        padding-left: 5%
    }

    .section3 .swiper-pagination-fraction {
        left: 5%;
        bottom: 100px;
    }

    .title span {
        font-size: 28px;
    }

    .title p {
        font-size: 25px;
        margin-top: 15px
    }

    .section3 .sec3_tit {
        bottom: 70px;
        font-size: 16px;
        left: 5%
    }

    .section3 .swiper-button-prev,
    .section3 .swiper-button-next {
        bottom: 30px
    }

    .section3 .swiper-pagination-current,
    .section3 .s1 {
        font-size: 40px;
    }

    .section3 .swiper-pagination-total,
    .section3 .s2 {
        font-size: 25px;
    }

    .section3 .swiper-pagination-fraction {
        background: url('../images/s3.jpg') no-repeat bottom 10px left 62px;
    }

    .section4 {
        padding: 60px 0;
    }

    .title {
        margin-bottom: 40px;
    }

    .sec6_pic {
        display: none
    }

    .sec6_left {
        padding-bottom: 50px
    }

    .sec5_nr2 {
        max-width: 100%;
    }

    .prodtype_tit {
        padding-bottom: 30px;
    }

    .prodtype ul {
        padding: 20px 0;
    }

    .prodtype2 li .con {
        margin-bottom: 20px;
    }

    .prodtype2 li .keywords {
        font-size: 14px;
        margin: 5px 0 10px;
    }

    .prodtype2 li span {
        font-size: 14px;
        width: 130px;
        line-height: 35px;
        height: 35px;
    }

    .prodtype2 li {
        margin-bottom: 40px;
    }

    .prodtype li .tit {
        font-size: 16px;
    }

    .prodtype li .pt_pic .bg,
    .prodtype li .pt_pic span {
        display: none;
    }

    .prodtype2 li .tit {
        font-size: 18px;
    }

    .prodtype2 {
        padding: 35px 0;
    }

    .sec1_left {
        position: static;
        width: 90%;
        margin: 0 auto;
    }

    .jd1 .sec1_right {
        width: 100%;
        position: static;
    }

    .sec1_left .des {
        width: 100%;
    }

    .jd1 .sec1_left {
        padding-top: 0
    }

    .jd1.ps1 .sec1_left .con {
        width: 100%;
        text-align: center;
    }

    .ps1 {
        padding-top: 5%
    }

    .ps1 .pic img {
        width: 100%;
    }

    .sec1_right .tit {
        bottom: 5%
    }

    .ps4_left .info {
        font-size: 15px;
        padding: 20px 0 0 20px;
        line-height: 2;
    }

    .ps5_bg {
        height: 130px;
    }

    .ps5_left {
        width: 50%
    }

    .ps5_left .info {
        width: 60%;
        font-size: 14px;
    }

    .ps5_right {
        width: 50%;
    }

    .ps_main {
        max-width: 100%
    }

    .ps5_left .pic {
        width: 65%;
    }

    .ps4_des {
        margin-bottom: 40px;
    }

    .ps_main {
        max-width: 92%
    }

    .ps12_list .swiper-slide .tit {
        font-size: 14px;
        padding: 5px;
    }

    .ps12 {
        padding-bottom: 40px
    }

    .ps_tit .eng,
    .ps4_tit .eng,
    .ps3_tit .eng {
        font-size: 60px;
    }

    .ps_tit .tit,
    .ps4_tit .bt,
    .ps3_tit .bt {
        font-size: 25px;
    }

    .ps4_tit,
    .ps3_tit {
        width: 370px;
    }

    .ps_tit {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .ps11 {
        padding: 5% 0;
    }

    .ps11 .ps_tit {
        margin-bottom: 10px;
    }

    .ps4_tit {
        padding-bottom: 2%;
        margin-bottom: 2%;
    }

    .ps8_list {
        padding-top: 0
    }

    .ps8,
    .ps6,
    .ysj2 {
        padding: 8% 0 4%
    }

    .ps4_tit .bt em,
    .ps7 .ps4_tit .bt em {
        right: 27px;
        top: 6px;
    }

    .ps3_tit .bt em {
        right: 27px;
        top: 40px;
    }

    .ps4_des {
        margin-bottom: 30px
    }

    .ps6_nr {
        margin-top: 0;
    }

    .ps3_main {
        padding-top: 5%
    }

    .ps3_tit {
        padding-bottom: 10px;
    }

    .ld {
        top: 10px;
        left: -40px;
    }

    .ps4_tit .bt em,
    .ps3_tit .bt em {
        right: 27px
    }

    .ps8_list li .des {
        font-size: 13px;
    }

    .ps9,
    .ps10,
    .ps11 {
        padding-top: 5%;
    }

    .ysh1 {
        padding-top: 40px;
    }

    .ysh2 .sec1_left {
        position: static;
        width: 90%;
        margin: 0 auto;
        padding-top: 0;
    }

    .ysh2.ps1 .sec1_right {
        width: 100%;
    }

    .ysh1_con {
        margin: 20px auto 0;
    }

    .ps3_main {
        padding-bottom: 250px;
    }

    .ps4 {
        padding: 60px 0;
    }

    .ysh7 {
        padding-bottom: 370px;
    }

    .ps7_nr {
        font-size: 14px;
    }

    .dp1 .sec1_left {
        width: 90%;
        padding-top: 0;
        margin: 0 auto;
    }

    .dp1 .sec1_right {
        width: 100%;
        padding-top: 0;
    }

    .dp3 .ps3_main {
        padding: 8% 0 5%;
    }

    .ps3_nr {
        padding: 2% 0 3%;
        line-height: 1.5;
    }

    .dp4,
    .ps5 {
        padding-top: 8%;
    }

    .dp4 .ps3_tit {
        margin-bottom: 2%;
        padding-bottom: 0;
    }

    .dp5 .ps4_tit {
        margin-bottom: 3%;
    }

    .dp6_nr {
        padding-bottom: 3%;
    }

    .dp7 .ps4_des {
        margin-bottom: 3%;
    }

    .ps5_tit .eng {
        letter-spacing: 1px;
    }

    .dp7 .ps4_tit .bt em {
        right: -60px
    }

    .ps1 .sec1_left .tit em {
        font-size: 80px;
    }

    .ysj3,
    .ysj5 {
        padding-top: 8% !important;
    }

    .ysj1_left {
        width: 100%
    }

    .ysj1_bg {
        width: 85%
    }

    .ysj1_right {
        width: 55%;
        margin-top: 3%;
    }

    .ysj1 {
        padding-top: 5%;
    }

    .ysj1_pic {
        margin-top: 3%;
    }

    .ysj1_des,
    .ysj2_des,
    .ysj3_des {
        font-size: 14px;
        margin-top: 1.5%;
        line-height: 2;
    }

    .ysj3_list li .nr {
        border-radius: 5px;
        position: static;
        height: auto;
        padding-top: 0;
        padding: 6% 3%;
    }

    .ysj3_list li .ysj3_nr {
        position: static;
        transform: translateY(0);
    }

    .ysj3_list li .nr .con {
        height: auto;
    }

    .ysj3_list li .nr .tit {
        font-size: 16px;
    }

    .ysj3_list li .nr .key {
        font-size: 18px;
    }

    .ysj3_list li .nr .con {
        display: none
    }

    .ysj3_list li .nr .con_3g {
        display: block;
        padding: 15px 0;
        font-size: 13px;
        line-height: 2;
        height: 135px;
    }

    .ysj3_list li {
        margin-top: 5%;
        padding-bottom: 6%;
    }

    .ysj3_bg {
        top: 0;
        background: transparent;
    }

    .ysj3_left .con {
        font-size: 16px;
    }

    .ysj3_left .tit {
        font-size: 22px;
    }

    .ysj3 {
        padding-bottom: 5% ;
    }

    .ysj4_pic {
        float: none;
        width: 100%
    }

    .ysj4_right {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .ysj5_list li:nth-child(1) {
        width: 100%
    }

    .ysj5_list li.ysj5_li1 .ysj5_nr {
        padding: 30px 20px;
        font-size: 16px;
    }

    .ysj5_list li.ysj5_li2 {
        width: 100%;
    }

    .ysj5_list li.ysj5_li2 .ysj5_nr {
        width: 50%;
        padding: 20px;
        margin-left: 0;
    }

    .ysj5_list li .tit {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .ysj5_list li .con strong {
        font-size: 15px;
    }

    .ysj5_list li .con {
        line-height: 2;
    }

    .ysj5_list li.ysj5_li3 .ysj5_nr {
        padding: 20px;
    }

    .ysj5_list {
        padding-top: 2%
    }

    .ysj6 {
        padding-top: 6%;
    }

    .ysj6_bg2 {
        height: auto;
    }

    .ysj6_left {
        width: 55%;
    }

    .ysj6_right {
        left: 57%;
        font-size: 14px;
        line-height: 2;
    }

    .ysj6_nr {
        margin-top: 3% !important;
        padding-bottom: 3%;
    }

    .ysj6_bg1 {
        height: 100px;
    }

    .rd1_list li .des {
        margin-top: 7px;
        line-height: 1.8;
    }

    .rd1_list {
        padding: 4% 0;
    }

    .rd1 .ysh1_tit {
        width: 100%;
        padding-bottom: 10px;
    }

    .ysh1_tit .des {
        font-size: 14px;
        margin-top: 5px;
    }

    .rd1_list li .tit {
        font-size: 22px;
    }

    .rd2 {
        padding-top: 3%;
    }

    .ysh1_tit .des,
    .rd2_des,
    .rd2_list1 li .tit,
    .rd3_jian {
        font-size: 14px;
        line-height: 2;
    }

    .rd2_pic {
        margin: 4% 0;
    }

    .rd2_list1 li .tit {
        margin-top: 7px;
    }

    .rd2_list1 {
        padding-bottom: 5%
    }

    .rd3 {
        padding-top: 8%
    }

    .rd3 .ps4_tit {
        margin-bottom: 0
    }

    .rd3_jian {
        margin-bottom: 3%;
    }

    .rd4 {
        padding-top: 8%;
    }

    .rd10_con {
        padding-bottom: 5%
    }

    .rd1_list li .des {
        font-size: 13px;
    }

    .rd5_bg {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 74%;
    }

    .rd5_bg .pic {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .rd5_bg .pic img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .rd6,
    .rd7 {
        padding-top: 8%;
    }

    .rd6_nr {
        margin-top: 3%;
    }

    .rd6_right {
        padding-top: 5%;
    }

    .rd6_right .rd6_tit {
        font-size: 22px;
    }

    .rd6_right .rd6_des {
        font-size: 14px;
    }

    .rd7 .rd7_nr {
        margin-top: 3%;
    }

    .rd7_r {
        width: 100%;
        position: static;
    }

    .rd7_left {
        width: 100%;
        padding-bottom: 3%;
    }

    .rd7_main {
        width: 100%
    }

    .rd7_right {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
    }

    .rd7_bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .rd7_bg1 {
        height: auto;
    }

    .rd7 .rd7_nr {
        padding-top: 0
    }

    .rd7_con {
        font-size: 14px;
        line-height: 2;
    }

    .rd7 {
        margin-bottom: 0;
    }

    .rd8,
    .rd9,
    .rd10 {
        padding-top: 6%
    }

    .mr6_list li {
        height: 45px;
        line-height: 45px;
        width: 360px;
        font-size: 16px;
    }

    .xcp_pic {
        max-width: 90%;
        margin: 0 auto;
    }

    .xcp li {
        padding-top: 5%
    }

    .xcp_li .info .item .des {
        font-size: 15px;
    }

    .xcp_li .info {
        padding: 3% 0;
    }

    .xcp_li .info .item .tit {
        font-size: 18px;
    }

    .xcp {
        padding-bottom: 5%;
    }

    .cafe1 {
        padding: 5% 0 8%;
    }

    .cafe1_tit {
        font-size: 22px;
        line-height: 2;
    }

    .cafe1_con {
        margin: 2% 0 5%;
        font-size: 14px;
    }

    .cafe1_icon {
        width: 65%;
    }

    .cafe2_left {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .cafe2_left .nr {
        margin-left: 4%
    }

    .cafe2_left .tit {
        padding-left: 4%;
    }

    .cafe2_left .tit,
    .cafe3_right .tit {
        font-size: 22px;
        margin: 3% 0 2%;
    }

    .cafe2_left .pic {
        width: 65%;
        margin-left: 4%;
    }

    .cafe2 {
        margin-bottom: 4%
    }

    .cafe3_left {
        width: 100%;
        float: none;
    }

    .cafe3_right {
        width: 100%;
        padding-left: 0;
    }

    .cafe3_right {
        max-width: 100%
    }

    .cafe3_right .nr {
        margin-top: 0;
    }

    .cafe3 {
        margin-bottom: 5%
    }

    .cafe4 li .c4_left {
        width: 100%;
        float: none;
    }

    .cafe4 li .c4_left img {
        width: 100%
    }

    .cafe4 li {
        background: transparent;
        margin-bottom: 3%;
        overflow: hidden;
    }

    .cafe4 li .c4_right {
        width: 100%;
        float: none;
        background: #614c48;
    }

    .cafe4 li:nth-child(2n) .c4_left {
        float: none;
    }

    .cafe4 li:nth-child(2n+1) .c4_left {
        float: none;
    }

    .cafe4 li:nth-child(2n+1) .c4_right {
        float: none;
    }

    .cafe4 li:nth-child(2n) .c4_right {
        float: none;
    }

    .cafe5 {
        margin-top: 5%;
    }

    .cafe4 .cf4_title {
        font-size: 30px;
        background: url(../images/cf4.png) no-repeat center;
        background-size: auto 100px !important;
        line-height: 100px;
        margin-bottom: 15px;
    }

    .news1_left {
        display: none
    }

    .news1_right {
        width: 100%;
        float: none;
    }

    .news1 {
        padding: 3% 0;
    }

    .news_tit {
        margin-bottom: 2%;
    }

    .news_tit span {
        font-size: 25px;
    }

    .news_tit a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .news3_ban .jian {
        line-height: 2;
        margin: 10px 0;
    }

    .news3_ban .info {
        width: calc(100% - 100px)
    }

    .news3_list .swiper-button-next,
    .news3_list .swiper-button-prev {
        width: 25px;
        height: 50px;
    }

    .news3_info {
        padding: 0 5%;
    }

    .news3_info .jianjie {
        margin: 5px 0 10px;
    }

    .news4 {
        padding-bottom: 5%
    }

    .news2,
    .news3 {
        margin-bottom: 5%;
    }

    .ban_info {
        width: 250px;
        height: 105px;
        padding-left: 20px;
        padding-top: 20px;
    }

    .ban_info span {
        font-size: 25px;
    }

    .ban_info p {
        font-size: 22px;
        margin-top: 5px;
    }

    .type {
        margin-top: 4%;
        margin-bottom: 3%
    }

    .news2_list li .jian {
        margin: 7px 0;
    }

    .typename {
        font-size: 25px;
    }

    .news2_list li {
        margin-bottom: 4%;
    }

    .join1_right {
        padding: 3%;
    }

    .join1_con {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.8;
    }

    .join1_pic {
        width: 58%;
    }

    .join2_tit span,
    .join4_right .j4_tit {
        font-size: 25px;
    }

    .join2_tit p {
        font-size: 14px;
        margin-top: 5px;
    }

    .join2_tit {
        margin-bottom: 3%;
    }

    .join2_list li:nth-child(1) .pic {
        position: static;
    }

    .join2_list li:nth-child(1) .con {
        width: 90%;
        margin: 0 auto;
        padding: 3% 0;
        font-size: 14px;
        line-height: 2;
    }

    .join2_list li .con strong {
        font-size: 18px;
    }

    .join2_list li:nth-child(1) .pic {
        width: 100%;
    }

    .join2_list li:nth-child(1) {
        margin-bottom: 4%;
    }

    .join2_list li:nth-child(2) .pic {
        width: 100%;
        position: static;
    }

    .join2_list li:nth-child(2) .con {
        width: 90%;
        margin: 0 auto;
        float: none;
        font-size: 14px;
        line-height: 2;
        padding: 3% 0;
    }

    .join2 {
        margin-bottom: 4%;
    }

    .join3_title p,
    .join3_cfz .join3_title p,
    .join3_jd .join3_title p {
        font-size: 14px;
        margin-top: 10px;
    }

    .join3_cfz .join3_title span,
    .join3_jd .join3_title span {
        font-size: 25px;
    }

    .join4_right .j4_nr {
        font-size: 14px;
        line-height: 2;
    }

    .join1_tit {
        font-size: 22px;
    }

    .join1 {
        margin-top: 5%;
    }

    .a1_jzl {
        display: none
    }

    .a1_jzl_3g {
        display: block;
        width: 90%;
        margin: 3% auto 0;
    }

    .about1_mid {
        display: none
    }

    .about1_main {
        width: 100%;
    }

    .about1_right {
        width: 75%;
        padding: 3% 3% 0;
    }

    .about_top .a_lanmu {
        display: none
    }

    .a_type {
        float: none;
        width: 100%
    }

    .about_top {
        padding-top: 5%;
        margin-bottom: 4%;
    }

    .a1_r_nr {
        line-height: 2;
        margin-top: 3%;
    }

    .about2 {
        padding: 4% 0;
    }

    .ab2_left {
        width: 100%;
        float: none;
    }

    .ab2_nr .pic {
        width: 100%;
        float: none;
        margin-bottom: 4%;
    }

    .ab2_nr .pic img {
        width: 100%;
    }

    .ab2_con {
        line-height: 2;
        margin-top: 3%;
    }

    .ab2_top {
        margin-bottom: 5%
    }

    .a_lanmu p {
        font-size: 25px;
    }

    .a_lanmu span {
        font-size: 40px;
    }

    .about3 {
        padding: 5% 0;
    }

    .honor_tit .honor_more {
        width: 120px;
        height: 35px;
        line-height: 35px;
        margin-top: 25px;
        font-size: 15px;
    }

    .about3 .a_lanmu {
        margin-bottom: 3%;
    }

    .about3_list {
        padding-bottom: 6%;
    }

    .about4_right {
        width: 100%;
        float: none;
        padding-top: 0;
        padding-bottom: 2%
    }

    .about4_left {
        position: static;
        width: 100%;
        height: auto;
        padding-top: 0%;
        
        background-size: cover !important;
    }

    .about4_nr {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }

    .about4_con {
        font-size: 14px;
        line-height: 2;
        margin: 2% 0 3%;
    }

    .about4_bot {
        padding: 4% 0;
    }

    .about4_bot li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .about4_bot li:nth-child(2n) {
        float: none;
    }

    .about4_more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .about5 {
        padding: 4% 0;
    }

    .about5_left {
        width: 100%;
        float: none;
        margin-bottom: 4%;
    }

    .about5_right {
        width: 100%;
        float: none;
    }

    .contact {
        margin-top: 2%;
    }

    .honor_list li {
        width: 31%;
        margin-right: 3.5%;
    }

    .honor_list li:nth-child(4n) {
        margin-right: 3.5%;
    }

    .honor_list li:nth-child(3n) {
        margin-right: 0;
    }

    .shgx {
        padding: 4% 0;
    }

    .shgx_top {
        margin-bottom: 3%
    }

    .shgx_list li .nr {
        padding: 15px;
    }

    .more-wrap {
        margin-top: 5px;
        font-size: 14px;
    }

    .shgx_list li .shgx_right .tit {
        font-size: 22px;
    }

    .fam_tit p {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 1.5%;
    }

    .fam_tit {
        padding-top: 4%;
        margin-bottom: 2%;
    }

    .family1_pic {
        margin: 0 auto;
    }

    .family1_nr {
        top: auto;
        bottom: 10px
    }

    .family2 {
        padding-top: 3%;
    }

    .family3 {
        padding: 5% 0;
    }

    .fam3_tit {
        font-size: 25px;
    }

    .fam3_con {
        font-size: 22px;
        margin-top: 2%;
    }

    .fam3_des {
        font-size: 16px;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .family4_main {
        padding-top: 5%;
    }

    .fam4_tit,
    .fam5_tit,
    .family7_tit,
    .family9_tit,
    .family10_tit {
        font-size: 25px;
    }

    .fam4_des {
        font-size: 14px;
        margin: 2% 0;
        line-height: 1.8;
    }

    .family4_bg {
        height: 350px;
    }

    .family5_r {
        width: 50%
    }

    .fam5_des {
        margin-top: 3%;
        font-size: 14px;
    }

    .family6 {
        padding: 4% 0;
    }

    .family6_main {
        font-size: 22px;
        line-height: 1.8;
    }

    .family9 {
        padding: 4% 0 3%;
    }

    .family9_list li {
        padding: 3% 0;
    }

    .family9_list li .sort {
        font-size: 60px;
        top: 15px;
    }

    .fam9_tit {
        font-size: 18px;
    }

    .fam9_con {
        font-size: 14px;
    }

    .family9_tit {
        margin-bottom: 10px;
    }

    .family10_tit {
        margin-bottom: 3%
    }

    .family10 {
        padding: 5% 0;
    }

    .family .family8 {
        padding: 5% 0 4%;
    }

    .family7_list li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 4%;
    }

    .family7_list li:nth-child(3) {
        margin-right: 0
    }

    .family7_list li:nth-child(4) {
        margin-left: 17.5%
    }

    .family6_main {
        width: 90%
    }

    .cafe5_right li {
        line-height: 1.5;
        margin-bottom: 20px;
    }
}

@media (max-width:768px) {
    .section1 {
        padding: 50px 0;
    }

    .section6 {
        padding-top: 50px;
    }

    .sec4_list .sec4_li {
        margin-right: 0
    }

    .sec4_list .sec4_li1 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .sec4_list .sec4_li2 {
        width: 100%;
        float: none;
    }

    .sec4_list .sec4_li1 .pic {
        width: 35%;
        padding-top: 22%
    }

    .sec4_li1 .info {
        width: 62%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
    }
}

.sec2_bg_3g,
.sec5_bg_3g,
.gengduo,
.sec5_tel_3g,
.bot2_mid_tel,
.p2_right_3g,
.ps5_bg_3g,
.ps5_right_3g,
.ps6_nr_3g,
.ps7_nr_3g,
.ps10_nr_3g,
.ps11_nr_3g,
.ysh1_con_3g {
    display: none
}

.sec3_3g_title,
.mr5_des_3g,
.mr7_nr_3g,
.mr8_nr_3g,
.mr9_nr_3g,
.gengduo_3g {
    display: none
}

.dp4_pic_3g,
.dp5_pic_3g,
.dp6_nr_3g,
.dp6_pic_3g,
.dp7_pic_3g,
.ysj1_pic_3g,
.ysj6_bg1_3g,
.ysj8_con_3g,
.ysj8_con_3g,
.rd9_con_3g,
.rd10_con_3g,
.mr2_pic_3g,
.mr4_pic_3g {
    display: none;
}

.join3_title .join3_des,
.join4_right_3g,
.j4_nr_3g,
.fam3_pic_3g,
.family6_main_3g,
.family5_pic_3g,
.rd2_des_3g {
    display: none;
}

.lc_area2 {
    display: none;
}

.about5_3g_map {
    display: none
}

.bot2_mid_3g {
    display: none;
}

.bot_tel_3g {
    display: none;
}

.sec1_nr_3g {
    display: none;
}

@media (max-width:750px) {
    /* .sec1_nr {
        display: none;
    } */

    .sec1_nr_3g {
        display: block;
    }

    /* .sec1_nr {
        display: none !important;
    } */

    .bot_tel_3g {
        display: block;
        background: #ebebeb;
        position: relative;
    }

    .bot_tel_3g .main {
        width: 90%;
        margin: 0 auto;
        padding: 0.2rem 0;
    }
.bot_tel_3g .tel {
    display: flex;
    align-items: center;
}
    .bot_tel_3g .tel p {
        font-size: 0.15rem;
        color: #000000;
        background: url('../images/tel2.png') no-repeat center left;
        padding-left: 25px;
        background-size: 20px;
        line-height: 1.5;
    }

    .bot_tel_3g .tel span {
        display: block;
        font-size: 0.18rem;
        color: #e95a6f;
        margin-left: .05rem;
        /* margin-top: 0.05rem; */
    }

    .bot_tel_3g .pic {
        width: 50%;
        position: absolute;
        bottom: 0;
        right: 0
    }

    .bot2_mid {
        display: none;
    }

    .bot2_mid_3g {
        display: block;
        width: 40%;
        color: #fff;
        float: left;
    }

    .qd_tit {
        font-size: 0.18rem;
        margin-bottom: 0.15rem;
    }

    .bot2_mid_3g a {
        color: #fff;
        display: block;
        font-size: 0.14rem;
        margin-bottom: 0.1rem;
    }

    .about5_right {
        display: block
    }
    .about5_right iframe{
        height: 300px;
    }

    .about5_3g_map {
        display: block;
        width: 100%
    }

    .lc_area {
        display: none;
    }

    .lc_area2 {
        display: block;
    }

    html {
        font-size: calc(100vw/360 * 100);
    }

    body {
        font-size: 0.14rem;
        overflow-x: hidden;
    }

    .ss {
        width: 0;
        height: 35px;
        position: absolute;
        left: 0;
        top: 55px;
        overflow: hidden;
        z-index: 7;
    }

    .ss_bd {
        width: 80%;
        height: 35px;
        border: none;
        background: #fff;
        float: left;
        color: #333333;
        padding: 0 0 0 12%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 14px;
    }

    .ss_btn {
        width: 20%;
        float: left;
        line-height: 35px;
        background: #e95a6f;
        border: none;
        color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 15px;
    }

    .nav img {
        height: 20px;
        margin-top: 7px
    }

    .search img {
        height: 28px;
        margin-top: 3px
    }

    .head_3g {
        padding: 10px 0;
    }

    .header_h {
        height: 55px;
    }

    .nav,
    .search {
        margin-left: 0.1rem;
    }

    .search {
        margin-right: 0;
    }

    .logo img {
        height: 35px;
    }

    body.open #sidebar {
        width: 70%
    }

    body.open .nr {
        transform: translate3d(70%, 0, 0);
        -webkit-transform: translate3d(70%, 0, 0)
    }

    #sidebar ul li {
        display: block;
        font-size: 0.14rem;
        width: 100%;
    }

    #sidebar ul li a {
        display: block;
        color: #fff;
        padding: 0 0.25rem;
        height: 0.49rem;
        line-height: 0.49rem;
    }

    .main1 {
        max-width: 94%
    }

    .section1 {
        padding: 6% 0;
    }

    .title span {
        font-size: 0.22rem;
    }

    .title p {
        font-size: 0.21rem;
        margin-top: 0.1rem;
    }

    .title {
        margin-bottom: 0.25rem;
    }

    .sec2_bg_3g {
        display: block;
    }

    .sec2_bg {
        display: none
    }

    .sec2_bg_3g {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 178%;
    }

    .section1 .video_pic i {
        background: url(../images/play.png) no-repeat center;
        background-size: 20%
    }

    .sec2_nr {
        width: 85%;
        left: 7.5%;
        transform: translateY(0%);
        top: 9%;
    }

    .sec2_logo {
        width: 60%;
    }

    .section2 .title {
        margin-bottom: 30%;
    }

    .section2 .btn {
        width: 1.3rem;
        height: 0.35rem;
        line-height: 0.33rem;
        font-size: 0.16rem;
        margin-top: 0.25rem;
    }

    .section3 {
        padding-top: 100%;
    }

    .sec3_bg {
        bottom: 0;
        top: auto;
        height: auto;
    }

    .sec3_list {
        max-width: 90%;
        top: 0;
        bottom: auto;
    }

    .sec3_left {
        height: 60%;
        width: 100%;
        top: auto;
        bottom: 0;
        max-width: 100%
    }

    .sec3_left .title {
        display: none
    }

    .section3 .swiper-pagination-fraction {
        bottom: 35%
    }

    .section3 .sec3_tit {
        bottom: 28%;
        font-size: 0.16rem;
    }

    .section3 .swiper-button-prev,
    .section3 .swiper-button-next {
        bottom: 15%
    }

    .section3 .swiper-pagination-current,
    .section3 .s1 {
        font-size: 0.32rem;
    }

    .section3 .swiper-pagination-total,
    .section3 .s2 {
        font-size: 0.18rem;
    }

    .section3 .swiper-pagination-fraction {
        background: url(../images/s3.jpg) no-repeat bottom 0.05rem left 0.5rem;
    }

    .sec3_3g_title {
        display: block;
        margin-left: 4%;
        padding-top: 6%;
    }

    .sec3_3g_title p {
        margin-top: 0.05rem;
    }

    .section4 {
        padding: 6% 0 7%;
    }

    .sec4_list .sec4_li1 .pic {
        width: 40%;
        padding-top: 25%;
    }

    .sec4_li1 .info {
        width: 56%
    }

    .sec4_li1 .bt {
        font-size: 0.15rem;
        line-height: 1.5;
    }

    .sec4_li1 .jian {
        font-size: 0.12rem;
        line-height: 1.5;
        -webkit-line-clamp: 1;
    }

    .sec4_li1 .time {
        margin: 0.05rem 0;
        font-size: 0.13rem;
    }

    .sec4_list .label {
        width: 0.8rem;
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.13rem;
    }

    .sec4_li2 ul {
        padding: 0 3% 3%;
    }

    .sec4_li2 li:nth-child(4),
    .sec4_li2 li:nth-child(5) {
        display: none
    }

    .sec4_li2 .bt {
        font-size: 0.15rem;
    }

    .sec4_li2 .time {
        font-size: 0.13rem;
    }

    .sec4_list {
        padding-bottom: 0.2rem;
    }

    .sec4_more {
        width: 1.3rem;
        height: 0.33rem;
        line-height: 0.33rem;
        font-size: 0.14rem;
    }

    .sec5_bg {
        display: none
    }

    .sec5_bg_3g {
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 152%;
    }

    .section5 .sec5_main2 {
        width: 94%;
    }

    .sec5_nr {
        padding: 3% 5% 12%;
    }

    .sec5_con {
        width: 100%
    }

    .sec5_nr2 {
        top: 10%;
        transform: translateY(0%);
    }

    .sec5_tit {
        font-size: 0.25rem;
    }

    .sec5_key {
        font-size: 0.16rem;
        margin-top: 0.05rem
    }

    .sec5_con {
        font-size: 0.13rem;
        color: #787878;
        line-height: 1.8;
        margin-top: 0.1rem;
    }

    .gengduo {
        display: none
    }

    .gengduo_3g {
        display: block;
        color: #e95a6f;
        font-size: 0.13rem;
        text-align: center;
        display: block;
        float: right;
        margin-top: 0.05rem;
    }

    .sec5_tel {
        display: none
    }

    .sec5_tel_3g {
        display: block;
        width: 2rem;
        height: 0.35rem;
        line-height: 0.35rem;
        text-align: center;
        background: #e95a6f;
        font-size: 0.15rem;
        color: #fff;
        position: absolute;
        bottom: -0.2rem;
        left: 5%;
    }

    .section6 {
        padding: 6% 0;
    }

    .sec6_left {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        float: none;
        padding-bottom: 2%;
    }

    .sec6_right {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }

    .section6 .gengduo_3g {
        width: 1.3rem;
        height: 0.33rem;
        line-height: 0.33rem;
        font-size: 0.14rem;
        text-align: center;
        border: 1px solid #111111;
        display: block;
        margin: 6% auto 2%;
        color: #111111;
        float: none;
    }

    .sec6_key {
        font-size: 0.22rem;
        color: #3e3a39;
        background: url(../images/yin.png) no-repeat left top;
        padding-top: 0.25rem;
    }

    .sec6_con {
        font-size: 0.13rem;
        color: #787878;
        line-height: 2;
        margin-top: 0.1rem;
    }

    .section6 .gengduo {
        display: none
    }

    .sec6_r_pic {
        margin-bottom: 5%;
    }

    .sec6_right .swiper-pagination .swiper-pagination-bullet {
        width: 0.08rem;
        height: 0.08rem;
        margin: 0 0.04rem;
    }

    .bot2 {
        padding: 4% 0;
        display: none;
    }

    .bot2_mid {
        float: none;
        width: 100%;
        margin-bottom: 5%;
    }

    .bot2_right {
        width: 58%;
    }

    .bot1 {
        padding: 4% 0;
    }

    .bot1 span {
        font-size: 0.12rem;
    }

    .bot1 a {
        font-size: 0.11rem;
    }

    .bot2_mid_tit {
        font-size: 0.15rem;
    }

    .bot1_right {
        width: calc(100% - 0.67rem)
    }

    .bot2_right .code {
        margin-left: 0;
        max-width: 47%;
    }

    .bot2_right .pic {
        margin-bottom: 0.07rem;
    }

    .bot2_right .code:nth-child(2) {
        float: right;
    }

    .bot2_right .code .tit {
        font-size: 0.14rem;
    }

    .bot3 {
        padding: 3% 0;
        font-size: 0.13rem;
    }

    .bot2_mid_tel {
        display: block;
        font-size: 0.22rem;
        margin-top: 0.07rem;
        color: #fff
    }

    .bot2_mid_con {
        display: none;
    }

    .nr .o-slider-pagination {
        bottom: 5%;
    }

    .nr .o-slider-pagination>li {
        width: 0.1rem;
        height: 0.1rem;
        margin: 0 0.06rem;
    }

    .prodtype li {
        width: 48.5%;
        margin-right: 0;
        float: left;
        margin-bottom: 5%;
    }

    .prodtype li:nth-child(2n) {
        float: right;
    }

    .prodtype_main {
        width: var(--800w);
    }

    .prodtype {
        padding: 5% 0;
    }

    .prodtype_tit {
        font-size: 0.22rem;
        padding-bottom: 0%;
    }

    .prodtype ul {
        padding: 5% 0;
    }

    .prodtype li .tit {
        font-size: 0.14rem;
        padding-top: 0;
        margin-top: 5%;
    }

    .prodtype2 {
        padding: 5% 0;
    }

    .prodtype2 li {
        padding: 3% 3% 5%;
        margin-bottom: 5%;
    }

    .prodtype2 .prodtype_tit {
        margin-bottom: 5%;
    }

    .prodtype2 li .ptype2_left {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    .prodtype2 li .ptype2_right {
        width: 100%;
        max-width: 100%;
        float: none;
        padding-top: 3%;
    }

    .prodtype2 li .tit {
        font-size: 0.18rem;
        font-weight: bold;
    }

    .prodtype2 li .keywords {
        font-size: 0.14rem;
        margin: 0.05rem 0 0.1rem;
    }

    .prodtype2 li span {
        font-size: 0.13rem;
        width: 1.1rem;
        line-height: 0.33rem;
        height: 0.33rem;
    }

    .prodtype2 li .con {
        margin-bottom: 0.15rem;
    }

    .sec1_left .key {
        font-size: 0.22rem;
        margin-bottom: 2%;
    }

    .sec1_left .des {
        font-size: 0.13rem;
        line-height: 1.8;
        margin-bottom: 3%;
    }

    .ps1 .sec1_left .tit em {
        font-size: 0.5rem;
    }

    .sec1_left .tit span {
        padding-left: 0;
        font-size: 0.22rem;
        vertical-align: middle
    }

    .sec1_left .tit i {
        font-size: 0.14rem;
        line-height: 1.8;
        vertical-align: middle
    }

    .sec1_left .tit {
        padding-bottom: 0.25rem;
    }

    .jd1.ps1 .sec1_left .con {
        margin-top: 3%;
    }

    .jd1 .sec1_right {
        padding-top: 5%;
    }

    .sec1_right .tit em {
        font-size: 0.6rem;
    }

    .sec1_right .tit {
        bottom: 0%;
        vertical-align: middle;
        padding-bottom: 6%
    }

    .sec1_right .tit span {
        padding-left: 0;
        font-size: 0.2rem;
    }

    .sec1_right .tit i {
        font-size: 0.14rem;
        margin-left: 0.1rem;
        line-height: 0.28rem;
    }

    .p2_left {
        width: 100%;
        float: none;
    }

    .p2_right {
        width: 100%;
        position: static;
    }

    .p2_right_3g {
        display: block;
    }

    .p2_right {
        display: none
    }

    .ps_tit .tit,
    .ps4_tit .bt,
    .ps3_tit .bt {
        font-size: 0.21rem;
    }

    .ps_tit .eng,
    .ps4_tit .eng,
    .ps3_tit .eng {
        font-size: 0.4rem;
    }

    .ps4_tit,
    .ps3_tit {
        width: 3rem
    }

    .ps3_tit .bt em {
        right: 0;
        top: 0.3rem;
    }

    .ld span {
        font-size: 0.18rem;
    }

    .ld i {
        font-size: 0.14rem;
        left: 0.75rem;
    }

    .ld {
        left: -0.15rem;
        top: 0.1rem;
    }

    .ps3_jian {
        width: 100%;
        font-size: 0.13rem;
        line-height: 2;
        line-height: 1.8;
    }

    .ps3_tit {
        margin-bottom: 2%;
    }

    .ps3_nr {
        font-size: 0.14rem;
        width: 100%;
        line-height: 1.8;
        padding: 2% 0 5%;
    }

    .ps3_main {
        padding-bottom: 25%;
        padding-top: 6%;
    }

    .ps3 {
        background-size: 116% auto !important;
    }

    .ps4_left,
    .ps4_right {
        width: 100%;
        float: none;
    }

    .ps4_tit {
        padding-bottom: 4%
    }

    .ps4_tit .ld {
        top: -0.2rem;
    }

    .ps4_tit .bt em,
    .ps3_tit .bt em {
        width: 0.45rem;
        height: 0.22rem;
        line-height: 0.22rem;
        font-size: 0.13rem;
    }

    .ps4_tit .bt em {
        top: 0.05rem;
        right: 0.3rem
    }

    .ps4 {
        padding: 12% 0 6%;
    }

    .ps4_des {
        font-size: 0.12rem;
        line-height: 1.8;
        margin-bottom: 4%;
    }

    .ps4_left .info {
        font-size: 0.14rem;
        padding: 0.15rem 0 0 4%;
    }

    .ps5_left {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 60%;
    }

    .ps5_right {
        width: 100%;
        float: none;
    }

    .ps_main {
        width: 100%;
        max-width: 100%
    }

    .ps5_nr {
        background: transparent;
    }

    .ps5_left {
        overflow: hidden;
    }

    .ps4_des {
        width: 94%;
        margin: 0 auto 4%;
    }

    .ps5_bg,
    .ps5_bg2 {
        display: none;
    }

    .ps5_left .info {
        position: absolute;
        top: 15%;
        left: 4%;
        font-size: 0.13rem;
        line-height: 1.8;
    }

    .ps5_bg_3g {
        display: block;
        width: 100%;
        height: 1.2rem;
        background: #e95a6f;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .ps5_right_3g {
        display: block;
    }

    .ps5_right {
        display: none
    }

    .ps6_nr {
        display: none;
    }

    .ps6_nr_3g {
        display: block;
    }

    .ps6 {
        padding-bottom: 0
    }

    .ps7_nr {
        width: 100%
    }

    .ps7_nr_3g {
        display: block;
        text-align: center;
        font-size: 0.14rem;
        text-align: center;
        line-height: 1.8;
        width: 94%;
        margin: 0 auto;
    }

    .ps7_nr {
        display: none;
    }

    .ps7_bg {
        padding-bottom: 55%;
        padding-top: 9%;
        background-size: 150% !important
    }

    .ps8_list li {
        width: 100%;
        margin-right: 0
    }

    .ps8_list li .tit {
        font-size: 0.18rem;
        margin: 0.1rem 0 0.05rem;
    }

    .ps8_list li .des {
        font-size: 0.14rem;
        line-height: 1.8;
    }

    .ps9_list li {
        width: 50%
    }

    .ps9_list li:first-child {
        width: 100%;
        float: none;
    }

    .ps9,
    .ps10,
    .ps11 {
        padding-top: 7%
    }

    .ps_tit {
        padding-bottom: 4%;
        margin-bottom: 2%;
    }

    .ps9 {
        max-width: 94%
    }

    .ps10_nr {
        display: none;
    }

    .ps10_nr_3g {
        display: block;
    }

    .ps10 {
        width: 100%;
        max-width: 100%
    }

    .ps11_nr {
        display: none
    }

    .ps11_nr_3g {
        display: block;
    }

    .ps12 {
        padding-bottom: 5%
    }

    .ps12_list .swiper-slide {
        padding: 0;
    }

    .ps12_list {
        width: 94%;
        margin: 0 auto;
    }

    .ps12_list .swiper-slide .tit {
        font-size: 0.14rem;
        padding: 0.05rem;
    }

    .ps5_right_3g img {
        width: 100%
    }

    .ps7 .ps4_tit .bt em {
        right: 0
    }

    .ps6 .ps4_des {
        width: 100%
    }

    .ysh1 {
        padding-top: 6%;
    }

    .ysh1_main {
        width: 100%
    }

    .ysh1_tit .key {
        font-size: 0.2rem;
    }

    .ysh1_tit .des,
    .rd2_des,
    .rd2_list1 li .tit,
    .rd3_jian {
        font-size: 0.13rem;
        line-height: 1.8;
    }

    .ysh1_tit {
        margin: 0 auto 2%;
        padding-bottom: 0;
        width: 94%
    }

    .ysh1_tit .des {
        margin-top: 0.07rem;
    }

    .ysh1_bg,
    .ysh1_con {
        display: none
    }

    .ysh1_con_3g {
        display: block;
    }

    .ysh2.ps1 .sec1_left .con {
        width: 100%;
    }

    .ps4 .ps_main {
        width: 94%
    }

    .ysh7 {
        padding-top: 12%;
        padding-bottom: 45%
    }

    .dp3 {
        padding-top: 6%
    }

    .dp3 .ps3_tit .eng {
        bottom: 0
    }

    .dp3 .ld {
        top: -0.3rem;
    }

    .ps3_main {
        max-width: 100%
    }

    .dp3 .ps3_nr {
        width: 94%;
        margin: 0 auto;
    }

    .dp4 .ps3_tit {
        padding-bottom: 4%
    }

    .dp4 .ld {
        top: -0.1rem;
    }

    .dp4_bg,
    .dp5_pic {
        display: none
    }

    .dp4_pic_3g,
    .dp5_pic_3g {
        display: block;
    }

    .dp6 .ps4_tit .bt em {
        right: 0.2rem
    }

    .dp6_main {
        width: 94%
    }

    .dp6_nr_3g {
        display: block;
        font-size: 0.12rem;
        line-height: 1.5;
        color: #6f6f6f;
        padding-bottom: 0.2rem
    }

    .dp6_nr {
        display: none
    }

    .dp6_pic_3g {
        display: block;
    }

    .dp6_pic {
        display: none
    }

    .dp7 .ps4_tit .bt {
        font-size: 0.17rem;
    }

    .dp7 .ps4_tit .bt em {
        right: -0.2rem;
    }

    .dp7 .ps4_tit .ld {
        top: -0.25rem;
    }

    .dp7 {
        padding: 12% 0 7%;
    }

    .dp7_pic {
        display: none;
    }

    .dp7_pic_3g {
        display: block;
    }

    .dp8 .ps4_tit {
        margin-bottom: 3%;
    }

    .dp8_list {
        width: 94%;
        margin: 0 auto;
    }

    .dp8_list li .tit {
        font-size: 0.13rem;
        line-height: 1.8;
        margin-top: 0.05rem
    }

    .ysj1_left {
        width: 94%;
        margin: 0 auto;
        float: none;
    }

    .ysj1_tit {
        font-size: 0.22rem;
        margin-bottom: 0.2%;
    }

    .ysj1_des,
    .ysj2_des,
    .ysj3_des {
        font-size: 0.13rem;
        line-height: 1.8;
        margin-bottom: 3%;
    }

    .ysj1_pic_3g {
        display: block;
    }

    .ysj1_pic {
        display: none;
    }

    .ysj1_bg {
        width: 90%;
        height: 0.6rem;
    }

    .ysj1_right {
        padding-bottom: 0.2rem;
        width: 65%
    }

    .ysj3_list li .nr .tit {
        font-size: 0.16rem;
    }

    .ysj3_list li .nr .key {
        font-size: 0.18rem;
    }

    .ysj3_list li .nr .con_3g {
        font-size: 0.12rem;
        line-height: 1.7;
        height: auto;
        padding: 3% 0;
    }

    .ysj3_list li .nr .des {
        font-size: 0.16rem;
    }

    .ysj3_list li {
        width: 100%;
        float: none;
    }

    .ysj3_left {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 5%;
    }

    .ysj3_right {
        width: 100%;
        float: none;
    }

    .ysj3_left .con {
        font-size: 0.14rem;
    }

    .ysj3_left .tit {
        font-size: 0.18rem;
        margin-top: 0.07rem
    }

    .ysj3_bot,
    .ysj3_main {
        width: 85%
    }

    .ysj4 {
        padding-top: 8%;
    }

    .ysj4_nr {
        padding-top: 0
    }

    .ysj4_right {
        width: 94%;
        padding-bottom: 4%
    }

    .ysj4_list2 {
        margin-top: 4%;
        padding: 3%;
    }

    .ysj4_list1 li {
        font-size: 0.14rem;
        line-height: 1.7;
        margin-bottom: 0.05rem;
    }

    .ysj4_list2 {
        height: auto;
        padding-top: 4%;
        width: 100%
    }

    .ysj4_list2 li {
        font-size: 0.13rem;
    }

    .ysj4_list2 li:nth-child(1),
    .ysj4_list2 li:nth-child(2),
    .ysj4_list2 li:nth-child(3),
    .ysj4_list2 li:nth-child(4),
    .ysj4_list2 li:nth-child(5),
    .ysj4_list2 li:nth-child(6) {
        width: 50%
    }

    .ysj5_list li.ysj5_li1 .pic {
        width: 100%;
        float: none;
    }

    .ysj5_list li.ysj5_li1 .ysj5_nr {
        width: 100%;
        padding: 3%;
        font-size: 0.15rem;
        line-height: 2;
        position: static;
    }

    .ysj5_list li.ysj5_li2 .ysj5_nr {
        width: 100%;
        float: none;
        padding: 3%;
    }

    .ysj5_list li.ysj5_li2 .pic {
        width: 100%;
        float: none;
    }

    .ysj5_list li.ysj5_li3 .pic {
        width: 100%;
        float: none;
    }

    .ysj5_list li.ysj5_li3 .ysj5_nr {
        padding: 3%;
        float: none;
        width: 100%
    }

    .ysj5_list li.ysj5_li3 {
        width: 100%;
        display: block;
    }

    .ysj5_list li .tit {
        font-size: 0.18rem;
        margin-bottom: 0.05rem;
    }

    .ysj5_list li .con strong {
        font-size: 0.15rem;
    }

    .ysj5_list li .con {
        font-size: 0.13rem;
        line-height: 1.8;
    }
    .ysj5_list li .con br{
        display: none;
    }
    .ysj6_left {
        width: 100%;
        float: none;
        position: relative;
        padding-bottom: 0.2rem
    }

    .ysj6_right {
        width: var(--800w);
        position: static;
        margin: 3% auto 0;
        font-size: 0.14rem;
    }

    .ysj6_bg1 {
        height: 0.5rem;
    }

    .ysj6_right {
        position: static;
        transform: translateY(0%);
    }

    .ysj6_bg1 {
        display: none;
    }

    .ysj7 {
        padding-top: 2%
    }

    .ysj7_list {
        padding: 0 3%;
    }

    .ysj7_list li:nth-child(1) {
        width: 100%;
    }

    .ysj7_list li:nth-child(2) {
        width: 44%
    }

    .ysj7_list li:nth-child(3) {
        width: 50%
    }

    .ysj7_list li:nth-child(4) {
        width: 50%
    }

    .ysj7_list li:nth-child(5),
    .ysj7_list li:nth-child(6) {
        width: 50%
    }

    .ysj6_left img {
        width: var(--800w);
        position: relative;
        z-index: 1;
        left: var(--lrw);
    }



    .ysj6_nr {
        margin-top: 3.5% !important;
        font-size: 0.14rem;
    }

    .ysj8 {
        padding-top: 5%;
    }

    .ysj8_con_3g {
        display: block;
    }

    .ysj8_con {
        display: none;
    }

    .ysj8 .ps_tit,
    .ysj9 .ps_tit {
        margin-bottom: 1%;
    }

    .ysj9 {
        padding: 5% 0;
    }

    .ysj8 {
        width: 94%;
    }

    .ysj8_con_3g {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .ysj8_con {
        display: none;
    }

    .ysj9 .ysj8_con_3g {
        width: 94%
    }

    .rd1 .ysh1_tit {
        width: 90%;
        margin: 0 auto;
    }

    .rd1_list li .tit {
        font-size: 0.18rem;
    }

    .rd1_list li .des {
        font-size: 0.12rem;
        margin-top: 0.07rem;
    }

    .rd1_list li {
        width: 32%;
        margin: 0 2% 0 0
    }

    .rd1_list li:nth-child(3n) {
        margin-right: 0
    }

    .rd2_list1 li .tit {
        margin-top: 0.07rem;
        line-height: 1.7;
    }

    .ysj3_des {
        width: 94%;
        margin: 0 auto;
    }

    .rd4 {
        padding-top: 11%;
    }

    .rd5_bg {
        padding-top: 120%;
    }

    .rd5_tit {
        font-size: 0.22rem;
        top: 4.5%;
    }

    .rd6_pic {
        width: 100%;
        float: none;
    }

    .rd6_right {
        width: 100%;
        float: none;
        padding-bottom: 5%
    }

    .rd6_right .icon {
        max-width: 0.4rem 
    }

    .rd6_right .rd6_tit {
        font-size: 0.2rem;
        margin: 2% 0;
    }

    .rd6_right .rd6_des {
        font-size: 0.13rem;
        margin-top: 0;
    }

    .rd6,
    .rd7,
    .rd3 {
        padding-top: 11%;
    }

    .rd7_icon img {
        max-width: 0.45rem;
    }

    .rd7_des {
        width: 100%;
        font-size: 0.155rem;
        margin-top: 0.15rem;
        line-height: 1.5;
    }

    .rd7_con {
        font-size: 0.14rem;
        line-height: 2;
        margin-top: 1%;
    }

    .rd7_left {
        padding-bottom: 1%
    }

    .rd8_list li:nth-child(4),
    .rd8_list li:nth-child(5),
    .rd8_list li:nth-child(6),
    .rd8_list li:nth-child(7) {
        width: 50%
    }

    .rd9_con_3g,
    .rd10_con_3g {
        display: block;
    }

    .rd9_con,
    .rd10_con {
        display: none;
    }

    .rd10_con_3g {
        width: 94%;
        margin: 0 auto;
    }

    .rd10 .ps_tit {
        margin-bottom: 3%;
    }

    .rd10 {
        padding-bottom: 6%
    }

    .mr1_left {
        width: var(--800w) !important;
        margin: 0 auto;
    }

    .mr1_left .key {
        font-size: 0.22rem;
    }

    .mr1_left .des {
        font-size: 0.13rem;
        margin-top: 0.07rem;
        line-height: 1.8;
    }

    .mr1_bg {
        height: 0.6rem;
    }

    .mr1_pic {
        margin-right: 15%
    }

    .mr2,
    .mr3_bg,
    .mr4,
    .mr6_main,
    .mr5_bg {
        padding-top: 10%;
    }

    .mr2_pic_3g {
        display: block;
    }

    .mr2_pic {
        display: none;
    }

    .mr3_bg_3g {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 120%;
    }

    .mr3 {
        position: relative;
    }

    .mr3_bg {
        background: transparent !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .mr3 li {
        font-size: 0.15rem;
        height: 0.35rem;
        line-height: 0.35rem;
        width: 100%;
        padding-left: 6%;
        margin-bottom: 4%;
    }

    .mr3 ul {
        width: 60%
    }

    .mr4_pic_3g {
        display: block;
    }

    .mr4_pic {
        display: none;
    }

    .mr5_des_3g {
        display: block;
        width: var(--800w);
        margin: 0 auto;
        font-size: 0.13rem;
        color: #333333;
        line-height: 1.8;
        text-align: center;
    }

    .mr5_des {
        display: none;
    }

    .mr5_des_3g strong {
        color: #e95a6f;
        font-size: 0px;
        font-weight: bold;
        display: inline-block;
        width: 0.05rem;
        height: 0.05rem;
        background: #e95a6f;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.05rem;
    }

    .mr5_pic {
        width: 100%;
    }

    .mr5_bg {
        height: 4.4rem;
        background-position: top right -1.5rem !important;
        background-size: cover !important;
        padding-top: 12%;
    }

    .mr6_list li {
        max-width: 80%;
        height: 0.38rem;
        line-height: 0.38rem;
        font-size: 0.14rem;
        padding-left: 0.3rem;
        background: #e95a6f url(../images/dot.png) no-repeat center left 0.15rem;
    }

    .mr6_main {
        padding-top: 11%;
    }

    .mr6_list {
        margin-top: 5%;
    }

    .mr6 .pic {
        width: 80%;
        margin: 0 auto;
    }

    .mr7 {
        padding-top: 7%;
    }

    .mr7_nr_3g,
    .mr8_nr_3g,
    .mr9_nr_3g {
        display: block;
    }

    .mr7_nr,
    .mr8_nr,
    .mr9_nr {
        display: none;
    }

    .mr8_nr_3g,
    .mr9_nr_3g {
        width: 94%;
        margin: 0 auto;
    }

    .xcp_li .info .item .tit {
        font-size: 0.18rem;
    }

    .xcp_li .info .item .des {
        font-size: 0.14rem;
    }

    .xcp_li .info .item {
        margin-bottom: 3%;
    }

    .cafe1_left {
        width: 100%;
        float: none;
    }

    .cafe1_right {
        width: 100%;
        float: none;
        position: relative;
        z-index: 1
    }

    .cafe2_left .pic {
        width: 96%;
        margin-right: 4%;
        margin-left: 0
    }

    .cafe2_pic {
        top: 50%;
    }

    .cafe1_tit {
        font-size: 0.18rem;
        line-height: 1.5;
    }

    .cafe1_con {
        font-size: 0.14rem;
    }

    .cafe1 {
        width: 94%;
        position: relative;
        padding-bottom: 11%;
        margin-bottom: 5%;
    }

    .cafe1_icon {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 43%
    }

    .cafe2_left .tit,
    .cafe3_right .tit {
        font-size: 0.18rem;
        margin: 3% 0 2%;
    }

    .cafe2_left .nr {
        font-size: 0.13rem;
        line-height: 1.8;
        width: 75%
    }

    .cafe3 {
        margin: 0 auto 5%;
        width: 100%;
    }

    .cafe3_right {
        padding-top: 0;
    }

    .cafe2_left .nr,
    .cafe3_right .nr {
        font-size: 0.13rem;
    }

    .cafe2 {
        margin-bottom: 6%;
    }

    .cafe3_left {
        width: 96%;
        margin-left: 4%;
    }

    .cafe3_right {
        margin-left: 4%
    }

    .cafe4 .cf4_title {
        font-size: 0.22rem;
        background: url(../images/cf4.png) no-repeat center;
        background-size: auto 0.6rem !important;
        line-height: 0.6rem;
        margin-bottom: 2%;
    }

    .cafe4 {
        width: 94%;
    }

    .cafe4 li .c4_right {
        padding: 5% 4%;
    }

    .cafe4 li .c4_right .tit {
        font-size: 0.18rem;
    }

    .cafe4 li .c4_right .info {
        font-size: 0.125rem;
        line-height: 2;
    }

    .cafe4 li .c4_right .tit {
        margin-bottom: 0.1rem;
    }

    .cafe4 li {
        margin-bottom: 0;
    }

    .cafe5 {
        padding: 5% 0;
    }

    .cafe5_left {
        width: 100%;
        float: none;
    }

    .cafe5_right {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .cafe5_right li {
        font-size: 0.15rem;
        line-height: 1.8;
        margin-bottom: 3%;
    }

    .cafe5_logo {
        width: 55%;
    }

    .cafe5_right ul {
        margin-top: 4%;
    }

    .cafe5_main {
        width: 94%;
    }

    .ban_info {
        width: 1.5rem;
        height: 0.7rem;
        padding-left: 0.15rem;
        padding-top: 0.1rem;
    }

    .ban_info span {
        font-size: 0.19rem;
    }

    .ban_info p {
        font-size: 0.17rem;
        margin-top: 0.02rem;
    }

    .news {
        width: var(--800w);
    }

    .news_tit span {
        padding-left: 0;
        font-size: 0.2rem;
        line-height: 0.3rem;
    }

    .news_tit a {
        width: 0.8rem;
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.13rem;
    }

    .news1_right li .nr {
        padding: 3% 0;
    }

    .news1_right li .tit a {
        font-size: 0.16rem;
    }

    .news1_right li .tit span {
        font-size: 0.15rem;
    }

    .news1_right li .news1_r_l {
        font-size: 0.13rem;
        line-height: 1.6;
        width: calc(100% - 0.7rem);
    }

    .news1_right li .news1_r_b {
        margin-top: 1%;
    }

    .news1_right li .tit {
        line-height: 0.28rem;
    }

    .news1_right li .tit a {
        width: 66%;
    }
    .news1_right li .tit span{
        width: 34%;
    }
    .news1_right li:hover .nr {
        padding: 3% ;
    }
    .news .news2_list li:nth-child(3) {
        display: block;
    }

    .news2_list li {
        width: 48.5%;
        margin-right: 0;
        margin-bottom: 0;
        float: left;
    }
    .news .news2_list li:first-child{
        width: 100%;
    }
    .news2_list li:nth-child(2) {
        float: right;
    }

    .news2_list li .info {
        padding: 3%;
    }

    .news2_list li .tit {
        font-size: 0.15rem;
    }

    .news2_list li .jian {
        font-size: 0.13rem;
        margin: 0.05rem 0;
        height: 0.17rem;
    }

    .news2_b a {
        font-size: 0.12rem;
    }

    .news2_b span {
        font-size: 0.12rem;
    }

    .news3_ban {
        width: 100%;
        float: none;
    }

    .news3_left {
        width: 100%;
        float: none;
    }

    .news3_bot {
        display: none;
    }

    .news4_list li {
        display: none
    }

    .news4_list li:nth-child(1), .news4_list li:nth-child(2) {
        width: 100%;
        float: none;
        display: block;
        border: 0px;
        margin-bottom: 2%;
    }

    .news4_list li:nth-child(1) .tit {
        font-size: 0.18rem;
    }

    .news3_ban .tit {
        font-size: 0.16rem;
    }

    .news3_ban .jian {
        margin: 0.1rem 0;
        font-size: 0.13rem;
        line-height: 1.7;
    }

    .news3_ban .line {
        display: block;
        width: 0.5rem;
        height: 1px;
        background: #fff;
        margin: 0.1rem auto 0;
    }

    .news3_ban .info span {
        width: 0.9rem;
        height: 0.28rem;
        line-height: 0.3rem;
        background: #fff;
        border-radius: 0.2rem;
        text-align: center;
        font-size: 0.13rem;
    }

    .news3_list .swiper-button-next,
    .news3_list .swiper-button-prev {
        width: 0.22rem;
        height: 0.45rem;
    }

    .news3_info {
        padding: 0 3%;
    }

    .news3_info .tit {
        font-size: 0.15rem;
    }

    .news3_info .jianjie,
    .news3_info span {
        font-size: 0.13rem;
    }

    .news1 {
        padding: 5% 0;
    }

    .video_list li {
        width: 48.5%;
        margin-right: 0
    }

    .video_list li:nth-child(2n) {
        float: right;
    }

    .news_main {
        width: var(--800w);
        padding: 0;
        margin: auto;
    }
    .nail img{
        height: 30px;
    }
    .news2_list li:nth-child(2n) {
        float: right;
    }

    .news_main .news2_list li {
        margin-bottom: 5%;
    }
    

    .typename {
        font-size: 0.2rem;
    }

    .news2_b {
        line-height: 0.2rem;
    }

    .nail {
        font-size: 0.13rem;
    }

    .news_show {
        width: 100%;
        padding-top: 0;
    }

    .news_title {
        font-size: 0.18rem;
        padding-top: 2%;
    }

    .newsxq .type {
        display: block;
    }

    .news_time {
        font-size: 0.13rem;
        margin: 0.08rem 0 0.1rem;
    }

    .news_nr {
        padding: 4% 0;
    }

    .back {
        display: none;
    }

    .fenye {
        padding: 3% 0;
        font-size: 0.13rem;
    }

    .fenye ul {
        width: 100%;
        float: none;
    }

    .fenye li {
        line-height: 1.7;
        margin-bottom: 3%;
    }

    .news_nr {
        font-size: 0.14rem;
    }

    .video_list li {
        margin-bottom: 4%;
    }

    .video_list li .tit,
    .news4_list li:hover .tit {
        bottom: 5%;
        padding: 0 3%;
    }

    .video_list li .tit p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .video_list li i {
        background: rgba(0, 0, 0, 0.5) url(../images/play2.png) no-repeat center;
        background-size: auto 30%
    }

    .video_list li:hover .tit,
    .news4_list li:hover .tit {
        bottom: 5%
    }

    .video_list {
        padding-bottom: 4%
    }

    .news_nr video {
        width: 100% !important;
        height: auto !important;
    }

    .news_nr {
        padding: 5% 0;
    }

    .join1_main {
        max-width: 94%
    }

    .join1_video {
        width: 100%;
    }

    .join1_right {
        position: static;
        width: 100%
    }

    .join1 {
        padding-bottom: 0;
        margin-bottom: 5%;
    }

    .join1_pic {
        position: static;
        float: right;
        width: 100%
    }

    .join1_tit {
        font-size: 0.2rem;
    }

    .join1_con {
        margin-top: 0.1rem;
        font-size: 0.13rem;
        line-height: 1.8;
    }

    .join2_tit {
        width: 94%;
        margin: 0 auto 3%;
    }

    .join2_tit span,
    .join4_right .j4_tit {
        font-size: 0.22rem;
    }

    .join2_tit p {
        font-size: 0.13rem;
        line-height: 1.7;
        margin-top: 0.05rem;
    }

    .join2_list li:nth-child(1) .con {
        font-size: 0.14rem;
    }

    .join2_list li .con strong {
        font-size: 0.18rem;
    }

    .join2_list li:nth-child(2) .con {
        font-size: 0.14rem;
    }

    .join3_title .join3_des {
        display: block;
    }

    .join3_cfz .join3_title span,
    .join3_jd .join3_title span {
        font-size: 0.18rem;
    }

    .join3_title .join3_des {
        font-size: 0.12rem;
        line-height: 1.7;
        color: #2e2e2e;
        margin-top: 0.07rem;
    }

    .jd_logo {
        bottom: 0;
        left: 0;
    }

    .join4_right {
        display: none;
    }

    .join4_main {
        width: 94%
    }

    .join3_title .des {
        display: none;
    }

    .join4_right_3g,
    .j4_nr_3g {
        display: block;
    }

    .join4_right_3g {
        width: 63%;
        float: right;
    }

    .j4_nr_3g {
        width: 100%
    }

    .join4_right_3g .j4_tit {
        font-size: 0.22rem;
        padding-top: 0.4rem;
    }

    .join4_right_3g .j4_key {
        font-size: 0.16rem;
        color: #848484;
        margin: 4% 0;
        line-height: 1.7;
    }

    .j4_nr_3g {
        color: #848484;
        font-size: 0.13rem;
        line-height: 1.8;
        padding-bottom: 5%
    }

    .j4_nr_3g strong {
        font-size: 0.22rem;
        color: #e95a6f;
        font-weight: bold;
    }

    .join3_title span {
        font-size: 0.22rem;
    }

    .join3_cx .join3_title .join3_des {
        font-size: 0.12rem;
        line-height: 1.8;
        width: 94%;
        margin: 0 auto;
        color: #b4b4b4;
        margin-top: 0.1rem;
    }

    .a_type a {
        margin-left: 0;
        margin-bottom: 0.15rem;
        padding-bottom: 0.1rem
    }

    .a_type a {
        width: 18%;
        font-size: 0.13rem;
        margin-right: 2.25%;
        padding-left: 0;
    }

    .a_type a:nth-child(5n) {
        margin-right: 0;
    }

    .about_top {
        padding: 5% 3% 0;
        margin-bottom: 0;
    }

    .a_type a:hover:before {
        opacity: 0;
    }

    .a_type a:hover:after {
        width: 0
    }

    .about1_left {
        display: none;
    }

    .about1_right {
        width: 100%;
        padding: 0;
    }

    .a_type a:before {
        left: 0.55rem;
        bottom: 0.26rem
    }

    .about1_right {
        width: var(--800w);
        margin: 0 auto;
        float: none;
    }

    .a1_r_tit {
        font-size: 0.22rem;
    }

    .a1_r_nr {
        font-size: 0.13rem;
        margin-top: 2%;
        margin-bottom: 4%;
    }

    .a1_jzl_tit {
        font-size: 0.22rem;
        margin-bottom: 0.2rem;
    }

    .a1_jzl_3g {
        width: 94%;
        margin: 0 auto;
    }

    .a1_jzl_list li {
        font-size: 0.15rem;
    }

    .a1_jzl_list li .icon img {
        max-height: 0.4rem;
        vertical-align: middle;
    }

    .a1_jzl_list li .icon {
        height: 0.4rem;
        margin-bottom: 0.1rem;
    }

    .about1 {
        padding-bottom: 0.25rem;
    }

    .about2_main {
        width: 94%
    }

    .a_lanmu span {
        font-size: 0.32rem;
    }

    .a_lanmu p {
        font-size: 0.22rem;
        margin-top: 0rem;
    }

    .about2 {
        padding: 5% 0;
    }

    .about2 .a_lanmu {
        margin-bottom: 3%;
    }

    .ab2_nr {
        width: 100%
    }
    .ab2_con2{
        height: 180px;
    }

    .ab2_tit {
        width: 1.2rem;
        height: 0.35rem;
        border: 2px solid #fff;
        text-align: center;
        line-height: 0.35rem;
        font-size: 0.18rem;
        color: #fff;
        font-weight: bold;
    }

    .ab2_con {
        font-size: 0.13rem;
        line-height: 2;
    }

    .about2_list {
        width: 94%;
    }

    .ab2_bot {
        padding: 0 4%;
    }

    .ab2_bot .gallery-thumbs .swiper-slide {
        font-size: 0.18rem;
        padding-top: 0.33rem;
    }

    .ab2_bot .swiper-button-next {
        background: url('../images/ab2_next.png') no-repeat center right;
        right: 0;
        width: 0.16rem;
        height: 0.32rem;
        top: 0;
        margin-top: 0;
        background-size: 100%
    }

    .ab2_bot .swiper-button-prev {
        background: url('../images/ab2_prev.png') no-repeat center left;
        left: 0;
        width: 0.16rem;
        height: 0.32rem;
        top: 0;
        margin-top: 0;
        background-size: 100%
    }

    .ab2_bot .gallery-thumbs .swiper-slide i {
        width: 0.08rem;
        height: 0.08rem;
        top: 0.12rem;
    }

    .ab2_top {
        margin-bottom: 3%;
    }

    .about3_main {
        width: 94%
    }

    .about3 .a_lanmu {
        padding-left: 0
    }

    .honor_tit .honor_more {
        width: 1rem;
        height: 0.35rem;
        line-height: 0.35rem;
        margin-top: 0.2rem;
        font-size: 0.14rem;
    }

    .about3_list .swiper-slide {
        padding: 0.1rem;
    }

    .about3_li {
        background: #fff;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
        padding: 0.1rem;
    }

    .about3_bot {
        border-top: 1px solid #d8d8d8;
        padding: 0.1rem 0 0.05rem;
        margin-top: 0.1rem;
    }

    .about3_bot .tit {
        font-size: 0.14rem;
    }

    .about3 .swiper-pagination-bullet {
        width: 0.08rem;
        height: 0.08rem;
    }

    .about4_con {
        font-size: 0.14rem;
    }

    .about4_list li {
        font-size: 0.18rem;
        margin-bottom: 0.2rem;
    }

    .about4_bot li:nth-child(3),
    .about4_bot li:nth-child(4) {
        display: none;
    }

    .about4_bot li .nr {
        padding: 0;
    }

    .about4_bot ul {
        width: 94%;
        padding-bottom: 4%
    }

    .about4_bot li .ab4_right .tit {
        font-size: 0.18rem;
    }

    .about4_bot li .ab4_right .ab4_nr {
        margin-top: 0.05rem;
    }

    .about4_bot li .ab4_right .ab4_nr .item {
        font-size: 0.13rem;
    }

    .about4_bot {
        padding: 5% 0 6%;
    }

    .about4_more {
        width: 1.2rem;
        height: 0.35rem;
        line-height: 0.35rem;
        font-size: 0.14rem;
    }

    .about5_left {
        padding-top: 0;
    }

    .about5_main {
        width: 94%;
    }

    .contact {
        font-size: 0.13rem;
        margin-top: 4%;
    }

    .honor {
        padding: 4% 0;
    }

    .honor_list li {
        width: 48.5%;
        margin-right: 0;
        float: left;
        margin-bottom: 0.2rem;
    }

    .honor_list li:nth-child(2n) {
        float: right;
    }

    .shgx_top {
        margin-bottom: 0.2rem;
    }

    .honor_list ul {
        width: 100%
    }

    .shgx_top .nail {
        margin-top: 0.2rem;
    }

    .honor_list li:nth-child(4n) {
        margin-right: 0
    }

    .honor_list ul {
        padding-bottom: 4%
    }

    .shgx_top .nail {
        display: none;
    }

    .shgx_list li .nr {
        padding: 0;
    }

    .shgx_list li .shgx_right .tit {
        font-size: 0.18rem;
    }

    .shgx_list li .shgx_right .shgx_nr {
        margin-top: 0.05rem;
    }

    .shgx_list li .shgx_right .shgx_nr .item {
        font-size: 0.13rem;
    }

    .shgx_list li:hover .nr {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0)
    }

    .shgx_list li .shgx_right .shgx_nr {
        margin-top: 0;
    }

    .more-wrap {
        margin-top: 0;
        font-size: 0.14rem;
    }

    .shgx_list li {
        margin-bottom: 0.15rem;
    }

    .more-wrap:after {
        left: 0.4rem;
    }

    .ab2_line {
        top: 0.16rem;
        width: calc(100% - 0.4rem);
        left: 0.2rem;
    }

    .family1_main,
    .family3_main,
    .family10_main,
    .family4_main,
    .family9_main {
        width: 94%;
    }

    .fam_tit span {
        font-size: 0.22rem;
    }

    .fam_tit p {
        font-size: 0.13rem;
    }

    .family1_bg {
        height: 1.5rem;
    }

    .family1_pic {
        margin-top: 0.2rem;
    }

    .family1_nr {
        position: relative;
        width: 94%;
        margin: -0.15rem auto 0;
    }

    .family1_nr .key {
        font-size: 0.18rem;
    }

    .family1_nr .con {
        font-size: 0.14rem;
        color: #989898;
        line-height: 1.8;
        margin-top: 0.1rem;
    }

    .family2 {
        padding-top: 0.1rem;
    }

    .family2_tit {
        width: 94%;
        margin: 0 auto;
        font-size: 0.22rem;
    }

    .family2_nr {
        margin-top: 0.07rem;
        font-size: 0.13rem;
    }

    .family2_bg {
        height: auto;
        padding-bottom: 1.4rem
    }

    .fam3_tit,
    .fam4_tit,
    .fam5_tit,
    .family7_tit,
    .family9_tit,
    .family10_tit {
        font-size: 0.18rem;
    }

    .fam3_des {
        font-size: 0.14rem;
        margin-top: 0.07rem;
        padding-bottom: 0.07rem;
        color: #8c8c8c;
    }

    .fam3_con {
        font-size: 0.18rem;
    }

    .fam3_pic_3g {
        display: block;
    }

    .fam3_pic {
        display: none;
    }

    .fam4_des {
        font-size: 0.14rem;
        margin-bottom: 4%;
    }

    .fam4_pic {
        width:80%
    }

    .fam4_key {
        font-size: 0.14rem;
        left: 65%;
        top: 45%;
    }

    .family4_bg {
        height: 3rem;
    }

    .family6_main {
        display: none;
    }

    .family6_main_3g {
        font-size: 0.18rem;
        line-height: 1.8;
        display: block;
        color: #fff;
        text-align: center;
    }

    .family5_pic_3g {
        display: block;
    }

    .family5_pic {
        display: none;
    }

    .family5_r {
        width: 100%;
        float: none;
    }

    .family5_main {
        transform: translate(0%, 0%);
        left: 7%;
        top: 5%;
        width: 86%
    }

    .fam5_des {
        font-size: 0.14rem;
    }

    .family7 {
        padding: 5% 0;
    }

    .family7_tit {
        margin-bottom: 4%;
    }

    .family7_list li {
        width: 100%;
        margin-right: 0;
        position: relative;
    }

    .fam7_top {
        width: 40%;
        height: 1.2rem;
        background-size: auto 0.4rem !important;
    }

    .fam7_bot {
        width: 60%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .family7_list li .sort {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        width: 66px;
        height: 66px;
        background: url(../images/sort.png) no-repeat center;
        text-align: center;
        line-height: 60px;
        position: absolute;
        bottom: -33px;
        left: 50%;
        transform: translateX(-50%);
    }

    .family7_list li {
        height: auto;
    }

    .family7_list li:nth-child(4) {
        margin-left: 0
    }

    .fam7_tit {
        padding-top: 0;
    }

    .fam7_con {
        font-size: 0.13rem;
        line-height: 1.8;
        margin-top: 0.05rem;
    }

    .family7_main {
        width: 94%;
    }

    .fam7_tit {
        font-size: 0.18rem;
    }

    .family7_list li .sort {
        font-size: 0.18rem;
        font-weight: bold;
        color: #fff;
        width: 0.3rem;
        height: 0.3rem;
        border-radius: 50%;
        background: url(../images/sort.png) no-repeat center;
        text-align: center;
        line-height: 0.3rem;
        position: absolute;
        left: calc(100% - 0.15rem);
        top: 50%;
        transform: translateY(-50%);
    }

    .family7_list li:nth-child(3) .fam7_top,
    .family7_list li:nth-child(4) .fam7_top {
        width: 40%;
        height: 1.2rem;
        background-size: auto 0.3rem !important;
    }

    .family9_tit {
        margin-bottom: 3%;
    }

    .family9_list li .fam9_info {
        padding-left: 0.35rem;
    }

    .fam9_tit {
        font-size: 0.17rem;
    }

    .fam9_con {
        font-size: 0.14rem;
        margin-top: 2%;
        line-height: 1.5;
    }

    .family9_list li .sort {
        left: 0;
        font-size: 0.5rem;
        top: 0.18rem;
    }

    .family9_tit {
        margin-bottom: 0%;
    }

    .family9 {
        padding-top: 5%;
    }

    .fam10_item label {
        width: 100%;
        text-align: left;
        float: none;
        font-size: 0.16rem;
        line-height: 1.5;
        margin-bottom: 0.05rem;
        display: block;
    }

    .fam10_item .input_block {
        margin-left: 0;
        width: 100%;
        float: none;
        height: 0.4rem;
        line-height: 0.4rem;
    }

    .fam10_item .input_block input,
    .fam10_item_cp {
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.14rem;
        color: #0f0f0f;
        padding: 0 0.15rem;
    }

    .fam10_item_cp {
        color: #666
    }

    .fam10_item {
        margin-bottom: 0.1rem;
    }

    .fam10_item .input_block2 {
        margin-left: 0;
        width: 100%;
        float: none;
    }

    .fam10_item .input_block2 textarea {
        height: 1rem;
        font-size: 0.14rem;
        padding: 0.08rem 0.1rem;
    }

    .fam10_tip {
        font-size: 0.13rem;
    }

    .family10 .fam10_tip input[type='checkbox'] {
        display: block;
        float: left;
    }

    .fam10_tip p {
        display: block;
        float: left;
        width: calc(100% - 25px)
    }

    .fam10_tip {
        margin-bottom: 0.2rem;
    }

    .fam10_submit {
        display: block;
        width: 1.5rem;
        height: 0.4rem;
        line-height: 0.4rem;
        text-align: center;
        background: #e95a6f;
        border-radius: 4px;
        font-size: 0.18rem;
        color: #fff;
        margin: 0 auto;
    }

    .family10 {
        padding-bottom: 7%
    }

    .result .a_lanmu {
        padding: 5% 0;
    }

    .banner2 .swiper-slide {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 0%;
    }

    .banner2 .pic {
        position: static;
    }

    .banner2 img {
        width: 100%;
        height: auto;
    }

    .rd2_des {
        display: none;
    }

    .rd2_des_3g {
        display: block;
        font-size: 0.13rem;
        line-height: 1.8;
        color: #333333;
        text-align: center;
    }

    .rd2_des_3g strong {
        color: #e95a6f;
        font-size: 0px;
        font-weight: bold;
        display: inline-block;
        width: 0.04rem;
        height: 0.04rem;
        background: #e95a6f;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.07rem;
    }

    .f_info {
        padding: 0.15rem 0.15rem 0;
    }

    .f_title {
        font-size: 0.21rem;
        color: #0f0f0f;
        padding: 0.2rem 0 0.1rem;
    }

    .f_title2 {
        font-size: 0.18rem;
        padding-top: 0.4rem;
        margin-bottom: 0.15rem;
    }

    .f_content {
        font-size: 0.14rem;
        padding-bottom: 0.2rem;
    }

    .fam10_bot {
        height: 0.2rem;
    }

    .ps3_main {
        max-width: 94%
    }

    .dp4,
    .ps5,
    .ps8,
    .ps6,
    .ysj2,
    .ps7_bg,
    .ysj3,
    .ysj5,
    .ysj4 {
        padding-top: 12%;
    }

    .rd2 {
        padding-top: 5%;
    }

    .black_bg {
        width: 100%;
        height: 100%;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
        position: fixed;
        background: rgba(0, 0, 0, .3);
        z-index: -1;
        opacity: 0;
    }

    #choose {
        display: block;
        width: 100%
    }

    .choose {
        padding: 5% 3%;
        width: 100%;
        height: 3.5rem;
        border-radius: 0.1rem;
        position: fixed;
        left: 0;
        bottom: -100%;
        transition: bottom 0.5s ease;
        background: #fff;
        box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
        z-index: 2
    }

    .fam10_item_select {
        position: relative;
    }

    .fam10_item .reselect {
        font-size: 0.12rem;
        line-height: 1.5;
        width: 0.8rem;
        position: absolute;
        right: 0;
        top: 0;
        height: auto;
    }

    .fam10_item .selected {
        width: 100%;
        margin-left: 0;
        padding: 3%;
        box-shadow: 0 0 15px rgb(0, 0, 0, 0.1)
    }

    .fam10_item .selected .tit {
        font-size: 0.14rem;
        line-height: 1.5;
    }

    .fam10_item .selected a {
        font-size: 0.12rem;
    }

    .fam10_item .selected .tit {
        width: 45%
    }

    .choose_list .swiper-slide {
        padding: 5px;
    }

    .choose_list .swiper-slide .swiper_slide_nr {
        box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
        padding: 0.15rem 0.05rem;
    }

    .choose_tit {
        font-size: 0.22rem;
        margin-bottom: 0.2rem
    }

    .choose_list .swiper-slide .tit {
        font-size: 0.14rem;
        padding-top: 0.1rem;
    }

    .choose_list .swiper-slide a {
        width: 1rem;
        height: 0.25rem;
        line-height: 0.25rem;
        font-size: 0.12rem;
        margin: 0.1rem auto 0;
    }

    .choose_list {
        padding-bottom: 0.35rem;
    }

    .choose_list .swiper-pagination-bullet {
        width: 0.08rem;
        height: 0.08rem;
        margin: 0 0.05rem;
    }

    .section1 .video_pic em {
        width: 22px;
        height: 22px;
        background-size: 100% !important;
        display: none;
    }

    .about4_bot li:hover .nr {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }

    .sec4_list .sec4_li1:hover {
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.3)
    }

    .sec4_list .sec4_li1 {
        margin-bottom: 0.15rem;
    }

    .sec4_li1 .info {
        padding: 0.1rem 0;
    }
}

.rightQuick {
    position: fixed;
    right: 2%;
    bottom: 76px;
    z-index: 110;
}

.rightQuick .quickBtn {
    transform: rotate(-45deg);
    transition: all .2s;
}

.rightQuick.play .quickBtn {
    transform: rotate(0);
    position: relative;
    top: 15px;
    left: 0;
    animation: play-state .4s ease-out infinite alternate;
}

.rightQuick.play ul {
    display: none;
}

.rightQuick ul {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 5px;
}

.rightQuick ul li {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 6px;
    box-shadow: 0 0 10px rgba(23, 23, 23, .2);
}

.rightQuick ul li a {
    width: 172px;
    font-size: 16px;
    color: #2f2f2f;
    letter-spacing: -0.05em;
    display: inline-block;
    padding: 12px 0 12px 17px;
    box-sizing: border-box;
}

.rightQuick ul li.icon1 a {
    background: url(../images/icon1.png) no-repeat right 18px center;
}

.rightQuick ul li.icon2 a {
    background: url(../images/icon2.png) no-repeat right 18px center;
}

.rightQuick ul li.icon3 a {
    background: url(../images/icon3.png) no-repeat right 18px center;
}

.rightQuick ul li.icon4 a {
    background: url(../images/icon4.png) no-repeat right 18px center;
}

.rightQuick ul li.icon1:hover a {
    background: url(../images/icon11.png) no-repeat right 18px center;
    color: #c30d22
}

.rightQuick ul li.icon2:hover a {
    background: url(../images/icon22.png) no-repeat right 18px center;
    color: #c30d22
}

.rightQuick ul li.icon3:hover a {
    background: url(../images/icon33.png) no-repeat right 18px center;
    color: #c30d22
}

.rightQuick ul li.icon4:hover a {
    background: url(../images/icon44.png) no-repeat right 18px center;
    color: #c30d22;
}

.rightQuick li {
    position: relative
}

.rightQuick li .wxcode {
    position: absolute;
    top: 50%;
    right: 170px;
    opacity: 0;
    width: 120px;
    transform: translateY(-50%);
}

.rightQuick li .wxcode img {
    width: 100%;
}

@keyframes play-state {
    from {
        top: 15px;
    }

    to {
        top: 0;
    }
}

#divpop {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 103;
    visibility: visible;
}

.divpop_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
}

.divpop_nr {
    width: 550px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 103;
    transform: translate(-50%, -50%);
}

.pop_img {
    position: relative
}

.popupClose {
    position: absolute;
    left: 0;
    top: 35px;
    width: 40px;
    height: 40px;
    z-index: 53;
}

.pop_img .swiper-slide {
    opacity: 0 !important;
}

.pop_img .swiper-slide-active {
    opacity: 1 !important;
}

.pop_img .swiper-pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 51;
}

.pop_img .swiper-pagination-bullet {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    opacity: 1
}

.pop_img .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
    border: 1px solid #fff;
    opacity: 1;
}

.totop {
    width: 56px;
    height: 56px;
    background: url('../images/top.png') no-repeat;
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 110;
    display: none;
}

.cursor {
    cursor: pointer;
}

.sec6_list .swiper-slide .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 140%;
}

.sec6_list .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.sec6_list .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.icon3_3g {
    display: none;
}

@media (max-height:650px) {
    .divpop_nr {
        width: 450px;
        position: fixed;
        left: 50%;
        top: 60%;
        z-index: 103;
        transform: translate(-50%, -50%);
    }
}

@media (max-width:750px) {
    .rightQuick {
        position: fixed;
        right: 2%;
        bottom: 60px;
        z-index: 140;
    }

    .rightQuick .quickBtn {
        transform: rotate(-45deg);
        transition: all .2s;
    }

    .rightQuick .quickBtn img {
        width: 47px;
    }

    .rightQuick.play .quickBtn {
        transform: rotate(0);
        position: relative;
        top: 15px;
        left: 0;
        animation: play-state .4s ease-out infinite alternate;
    }

    .rightQuick.play ul {
        display: none;
    }

    .rightQuick ul {
        position: absolute;
        right: 0;
        bottom: 100%;
        margin-bottom: 5px;
    }

    .rightQuick ul li {
        background: #fff;
        border-radius: 20px;
        margin-bottom: 6px;
        box-shadow: 0 0 10px rgba(23, 23, 23, .2);
    }

    .rightQuick ul li a {
        width: 130px;
        font-size: 12px;
        color: #2f2f2f;
        letter-spacing: -0.05em;
        display: inline-block;
        padding: 8px 0 8px 10px;
        box-sizing: border-box;
        background-size: 19px auto !important;
    }

    .rightQuick ul li.icon1 a {
        background: url(../images/icon1.png) no-repeat right 12px center;
    }

    .rightQuick ul li.icon2 a {
        background: url(../images/icon2.png) no-repeat right 12px center;
    }

    .rightQuick ul li.icon3 a {
        background: url(../images/icon3.png) no-repeat right 12px center;
    }

    .rightQuick ul li.icon4 a {
        background: url(../images/icon4.png) no-repeat right 12px center;
    }

    .rightQuick ul li.icon1:hover a {
        background: url(../images/icon11.png) no-repeat right 12px center;
        color: #c30d22
    }

    .rightQuick ul li.icon2:hover a {
        background: url(../images/icon22.png) no-repeat right 12px center;
        color: #c30d22
    }

    .rightQuick ul li.icon3:hover a {
        background: url(../images/icon33.png) no-repeat right 12px center;
        color: #c30d22
    }

    .rightQuick ul li.icon4:hover a {
        background: url(../images/icon44.png) no-repeat right 12px center;
        color: #c30d22;
    }

    .divpop_nr {
        width: 90%;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 103;
        transform: translate(-50%, -50%);
    }

    .popupClose {
        position: absolute;
        left: 0;
        top: 20px;
        width: 25px;
        height: 25px;
    }

    .pop_img .swiper-pagination {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 2px;
        z-index: 51;
    }

    .pop_img .swiper-pagination-bullet {
        margin: 0 3px;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #000;
        opacity: 1
    }

    .pop_img .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #000;
        border: 1px solid #fff;
        opacity: 1;
    }

    .totop {
        width: 35px;
        height: 35px;
        background: url('../images/top.png') no-repeat;
        position: fixed;
        right: 2%;
        bottom: 0px;
        z-index: 110;
        display: none;
        background-size: 100%;
    }

    .icon3_3g {
        display: block;
    }

    .icon3_pc {
        display: none;
    }

    .rightQuick li .wxcode {
        position: absolute;
        top: 50%;
        right: 110%;
        opacity: 0;
        width: 100px;
        transform: translateY(-50%);
        opacity: 1;
        display: none;
    }
}
.i_product{
   
}
.i_product .ps9_list {
        padding: 0;
        width: 1405px;
        margin: auto;
}
#index .a1_jzl_tit {
    font-size: 22px;
    color: #1d1d1d;
    margin: 5px;
}
#index .ps_tit {
    text-align: center;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 50px;
}
#index .ps_tit .eng {
    color: #f5f5f5;
    font-size: 90px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
}
#index .ps_tit .tit {
    font-size: 40px;
    line-height: 90px;
    font-weight: bold;
    color: #333333;
    position: relative;
    z-index: 1;
}
#index .section1 .ps_tit{
    margin-top: 50px;
}
#index .section4  .ps_tit .eng {
    color: #fff;
}   
@media screen and (max-width:1600px) {
    .i_product .ps9_list {
        padding: 0;
        width: 90%;
        
}
}
.text-center{
    text-align: center;
}
/* 智造中心 */
#base .mr1 .mr1_left{
    width: 45%;
}
#base .mr1 .mr1_pic {
    width: 50%;
    margin-right: 3%;
}
#base .core_list{
    width: 90%;
    margin: auto;
}
#base .core_list ul{
    display: flex;
    justify-content: space-between;
}
#base .core_list ul li{
    width: 23%;
}
#base .core_list ul li img{
    display: block;
    width: 100%;
}
#base .ysj6_nr {
    margin-top: 50px;
    position: relative;
}
/* #base .ysj5_list li.ysj5_li1 .ysj5_nr {
    height: 100%;
}
#base .ysj5_list li:nth-child(1) {
    width: 91%;
} */
.nsxdh .ysj3_left{
    float: right;
}
.nsxdh .ysj3_right{
    float: left;
}
#base .ysj3_left {
    margin-top: 30px;
}
#base .ysj3_left .con {
    margin-top: 10px;
}
     
#base .ysj3 {
    
    padding-bottom: 5px;
}
.foot-contact{
    display: block;
    background-color: #fff;
    color: #959595;
    font-size: 16px;
    line-height: 40px;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.foot-left-img dd{
    line-height: 30px;
    margin-bottom: 8px;
}
.foot-left-img img{
    display: inline-block;
    height: 30px;
    margin-right: 10px;
}
#base .mr3 li {
    width: 600px;
    height: auto;
    line-height: 50px;
    margin-bottom: 14px;
    font-size: 25px;
    color: #4a4a4a;
    padding:0 30px;
}  
.join_des{
    width: 50%;
    margin: auto;
    line-height: 30px;
}

.text-left{
    text-align: left;
}
#p_detail .detail_img{
    width: 40%;
}
#p_detail .detail_img img{
   display: block;
   width: 100%;
}
#p_detail .news_show{
    width: 55%;
}
#p_detail .news_show .news_title{
    text-align: left;
}
#p_detail .news_show .news_time{
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2%;
}
#p_detail .news_time span:first-child {
    margin-left: 0;

}
.detail-content{
    margin-top: 2%;
    border: 1px solid #f0f0f0;
}
.d-c-txt span{
    display: inline-block;
    font-size: 18px;
    padding:1% 2%;
    border-top: 2px solid #e95a6f;
}
.detail-content .news_nr{
    padding: 1%;
}
.d_a{
    background-color: #15499a;
    color: #fff;
    display: inline-block;
    padding: 1.5% 2%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
#join .family3{
    background: transparent;
}
.j_jmcl_box{
    padding-bottom: 100px;
}
#join .xcp {
    padding-bottom: 0px;
}
#join .xcp li {
    padding-top: 20px;
}
#join .xcp li:nth-child(1) .xcp_li {
    background: transparent;
}
#join .join3_cxbg {
    padding-top: 120px;
}
.alert {
    position: fixed;
    padding: 15px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    display: none;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.pc_submit_btn{
    border: none;
    background: transparent;
    overflow: hidden;
}
#search .a_lanmu{
    margin-bottom: 20px;
}
.i_product_list li{
    position: relative;
}
.i_product_list li:hover .bg {
    opacity: 1;
    visibility: visible;
}
.i_product_list li:hover .bg {
    opacity: 1;
}
.i_product_list li  .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
}
.i_product_list li .bg {
    opacity: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.i_product_list  li:hover  a {
    opacity: 1;
    margin-top: 0;
}
.i_product_list  li  a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.i_product_list  li  a {
    display: block;
    width: 136px;
    height: 43px;
    line-height: 43px;
    background: #e95a6f;
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:1400px) {
    .news3 .news1_right {
        width: 46%;
    }
    .news3 .news1_right li .tit span {
        width: 30%;
    }
    .news3 .news1_right li .tit a {
        width: 64%;
    }
    .news3 .news1_right li:hover .nr {
        padding: 30px 20px;}
    
}
@media screen and (max-width:1100px) {
    header .main1 {
        max-width: 100%;
    }
    
}
.wline1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}
.wline3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}
.shgx_list .about4_more{
    margin: 0;
    float: right;
    border: none;
}
/* .shgx_list a{display: block;width: 100%;height: 100%;} */
#shgx_box .shgx_list li .nr {
    position: relative;
}
#shgx_box .shgx_a{
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.about4_bot li .ab4_right .ab4_nr .item {
  
    white-space: break-spaces;
}
@media screen and (max-width:1400px) {
    .about4_right {
        padding-top: 2px;
    }
    .about4_con {
        margin: 10px 0 20px;
    }
    .about4_list li {
       
        margin-bottom: 10px;
    }
    .about4_bot {
        padding: 20px 0 30px;
    }
    #base .bdyjy{
        margin-bottom: 100px;
    }
}
.pc_navlist{
    overflow: initial !important;
}
.pc_navlist li{position: relative;}
.pc_navlist li:hover .son-nav-list {
    visibility: visible;
    max-height: 500px;
}
.pc_navlist .son-nav-list{
    position: absolute;
    left: -100%;
    top: 100%;
    z-index: 10000;
    background-color: #f6f6f6;
    width: 300%;
  
    box-shadow: 0px 2px 18px 0px rgb(51 51 51 / 10%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 0px;
    transition: max-height 2s;
    visibility: hidden;
    -webkit-transition: max-height 2s;
    -moz-transition: max-height 2s;
    -ms-transition: max-height 2s;
    -o-transition: max-height 2s;
    overflow: hidden;
    /* left: 0; */

}

.pc_navlist li .son-nav-list span{
    display: block;
    line-height: 40px;
    width: 100%;

  
   
}

.pc_navlist li .son-nav-list  a:hover{
    background-color: #e95a6f;
    color: #fff;
}
.pc_navlist li .son-nav-list span:first-child{
    margin-top: 10px;
}
.pc_navlist li .son-nav-list span:last-child{
    margin-bottom: 10px;
}
.nav_active .p-nav-a{
    color: #e95a6f;
}
.nav_active::after {
    width: 100% !important;
}
.nav_active .app_a{
    color: #fff;
    background-color: #e95a6f;
}

.video-js .vjs-big-play-button{
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    margin-top: -1.25em;
    margin-left: -1.75em;
    }
    /* 中间的播放箭头 */
    .vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
    }
    /* 加载圆圈 */
    .vjs-loading-spinner {
    font-size: 2.5em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
    }
    #my-video{
    width: 60%;
    height: 500px;
    margin: auto;
    }
    .news_nr iframe{
        width: 70% !important;
        margin: 0 15%;
    }
/* 移动端导航 */
.app_nav_list .navitem{
    position: relative;
}
.app_nav_list .navitem i{
    position: absolute;
    top: 0;
    right: 0;
        width: 40px;
        height: .49rem;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
        
    }
    .app_icon{
        background: url(../images/plus.png) 100% no-repeat;
        /* background: #279927; */
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    .app_icon_on{
        background: url(../images/reduce.jpg) 50% no-repeat!important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    .app_nav_list li .m_s_nav{
        display: none;
        width: 96%;
        padding-left: 4%;
    }
    .app_nav_list li .m_s_nav a{
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
  .i_about_title{
    margin-bottom: 20px;
  }
.i_product .prodtype ul {
    padding: 0px;
}
.c_nsjd{
    padding: 60px 0 !important;
}
.c_nsjd .ysj3_right{float: left;}
.c_nsjd .ysj3_left {float: right;}
.c_fzlc6 .ysj5_nr {
    padding-top: 4% !important;
}
.app_detail_img{display: none;}
.app_foot_fixed{display: none;}
@media screen and (max-width:800px) {
  
    #base .mr1 .mr1_left {
        width: var(--800w);
    }
    .mr1_bg {
        width: 100%;
    }
    #base .mr1 .mr1_pic {
        width: var(--800w);
        max-width: var(--800w);
        margin-left: 4%;
        margin-right: 4%;
    }
    .mr2{
        padding-top: 0%;
    }
    .c_nsjd {
        padding: 20px 0 !important;
    }
    #base .ysj3_left {
        margin-top: 0px;
    }
    .ysj3_bot, .ysj3_main {
        width: var(--800w);
    }
    #base .core_list ul {
        flex-wrap: wrap;
    }
    #base .core_list ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    #base .core_list ul li:nth-child(2n){
        margin-right: 0;
    }
    #base .bdyjy {
        margin-bottom: 0px;
    }
    .ysj6_bg1_3g {
        display: block;
        background: #ccc;
        width: 100%;
        height: 0.45rem;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #join .mr2{
        padding-top: 10%;
    }
    .xcp_pic {
        max-width: var(--800w);
        margin: 0 auto;
        padding-top: 0 !important;
        padding-bottom: 2%;
    }
    .join3_cxbg {
        padding-top: 0 !important;
    }
    .app_fam3_pic_3g{margin-top: 4%;}
    .join3_main{
        padding: 4% 0;
        width: var(--800w);
    }
    .join3_cfz .join3_title {
        padding: 0;
        margin: 0;
        width: 100%;
        position: static;
        right: 0;
        top: 0%;
        transform: translateY(0%);
        padding: 0%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
}
.join3_title .des {
    display: block;
    padding: 0 !important;
}
.join3_cfz .join3_pic {
    width: var(--800w);
    float: none;
    margin: auto;
    padding: 0 var(--lrw);
}
#join .mr1 .mr1_pic {
    width: 100%;
    max-width: 100%;
    margin: 0 ;
    margin-bottom: 4%;
    padding: 0 var(--lrw);
}
.fc_list span {
    display: block;
    width: 32%;}
    .news3 .news1_right {
        width: 100%;
    }
    .news_nr iframe {
        width: 100% !important;
        margin: 0;
        height: 300px !important;
    }
    #p_detail{flex-wrap: wrap;}
    .app_detail_img{display: block; width: 100%;}
    .detail_img{display: none;}
    #p_detail .news_show {
        width: 100%;
    }
    .news_time {flex-wrap: wrap;}
    .d_a{display: none;}
    #p_detail .share{display: none;}
   .app_p_detail{
        padding: 2% !important;
    }
    .app_p_detail img{
        display: block;
        max-width: 100%;
    }
    .about4_nr {
        width: var(--800w);
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .about4_left {
        position: static;
        width: 100%;
        height: auto;
        padding-top: 0%;
        background-size: cover !important;
    }
    .ab4_left {
        width: 44%;
    }
    .ab4_right {
        margin-right: 0;
        width: 54%;
    }
    .wline3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .shgx_list li {
       padding: 2% 0;
       background: #f8f8f8;
    }
    .shgx_list li .shgx_left {
        width: 44%;
    }
    .shgx_right {
        width: 52%;
        padding-right: 1%;
    }

    .app_foot_box{
        height: 68px;
    }
    .app_foot_fixed{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        background-color: #fff;
        box-shadow: 0px 8px 36.8px 3.2px rgb(0 0 7 / 8%);
    }
    .app_foot_fixed ul li{
        width: calc(100%/4);
        text-align: center;
        height: 68px;
    }
    .app_foot_fixed ul li  img{
        height: 32px;
        margin: 4px auto;
        display: block;
        
        
    }
    .app_foot_fixed ul li {
        font-size: .12rem;
        display: block;
    
    }  
    #base .ysj3{
        padding-top: 0% !important;
    }

}

.cyh_table {
    text-align: center;
    background-color: #f3f3f3;
    margin: 1%;
    /* border: 10px solid #fff; */
   
}
.cyh_table tr:first-child{

}
.cyh_table tr:nth-child(2){
    
}
.cyh_table tr:first-child th{
    
}
.cyh_table tr td:first-child{
    width: 15%;
}
.cyh_table tr td:nth-child(2){
    width: 25%;
}
.cyh_table tr td:nth-child(3){
    width: 20%;
}
.cyh_table tr td:nth-child(4){
    width: 30%;
}
.cyh_table tr{width: 100%;}
.cyh_table th,.cyh_table td{
    margin-left: 2%;
    border-collapse:1;
    border-collapse: collapse;
    border: 3px solid #ccc;
    padding: 10px;
    /* display: inline-table; */
    /* margin: 100px; */
    /* background-color: #000;
    border: 10px solid #15499a; */
}
.yy_p{
    border: 2px solid #ccc;
    text-align: center;
    box-shadow: 3px 2px 20px -6px #000;
    padding: 2%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.w80{width: 80%;margin: 0 10%;}
.b_t1{
    font-size: 40px !important;
}
.bdyjy_box{padding-top: 0 !important;}
.b_t1_bg{
        width: 100%;
        font-size: 90px !important;
        position: absolute;
        bottom: 0;
        left: 0;
        text-transform: uppercase;
        line-height: unset !important;
}

.b_t2{font-size: 30px !important;color: #000 !important;font-weight: normal !important;}
.ps_tit{margin:0  auto 2% !important;padding: 0 !important;line-height: 90px;}
.app_img{display: none;}
.common_txt,.a1_r_nr p,.a1_r_nr span{
    font-size: 18px !important;
    line-height: 32px !important;
    color: #8c8c8c !important;
}
.a1_r_nr p,.a1_r_nr span{font-family: FZLTHJW !important;}
.a1_r_nr p{margin-top: 2%;}
@media screen and (max-width:1600px) {
    .common_txt,.a1_r_nr p,.a1_r_nr span{
        font-size: 16px !important;
        line-height: 32px !important;
        color: #8c8c8c !important;
    }
    .b_t1{font-size: 35px !important;}
    .b_t2{font-size: 25px !important;}
    .ysj5_nr{width: 40%;}
    .ysj5_nr br{display: none;}
    .b_t1_bg{font-size: 80px !important;}
}
@media screen and (max-width:1400px) {
    .b_t1_bg{font-size: 60px !important;line-height: 90px !important;}
}
@media screen and (max-width:1260px) {
    .common_txt,.a1_r_nr p,.a1_r_nr span{font-size: 14px !important;}
}
@media screen and (max-width:800px) {
    .b_t1{font-size: .21rem !important;}
    .b_t2{font-size: .18rem !important;}
    .common_txt,.a1_r_nr p,.a1_r_nr span{font-size: .13rem !important;line-height: 2 !important;}
    .b_t1_bg{font-size: .3rem !important;line-height: 1 !important;}
    /* .ps4_tit,.ps_tit {padding-bottom: 2%;} */
    .ps_tit{margin:0  auto 2% !important;padding: 0 !important;line-height: .3rem;}
    .app_img{display: block;width: 80%;margin: auto;}
    .pc_img{display: none;}
    .app_s2b2c{margin-top: 6%;}
}
.jmlc_img{display: block; width: 60%;margin: auto;}
.pb2{padding-bottom: 2%;}
.pt2{padding-top: 2% !important;}
.pt4{padding-top: 4% !important;}
#base .xcp{padding-bottom: 0;}
#base .xcp li {
    padding-top: 0px;
}