@font-face {
    font-family: 'iconfont';
    /* Project id 2629185 */
    src: url('//at.alicdn.com/t/font_2629185_sewapqokdv.woff2?t=1624953186698') format('woff2'), url('//at.alicdn.com/t/font_2629185_sewapqokdv.woff?t=1624953186698') format('woff'), url('//at.alicdn.com/t/font_2629185_sewapqokdv.ttf?t=1624953186698') format('truetype');
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: 'iconfont';  /* Project id 2629185 */
    src: url('//at.alicdn.com/t/font_2629185_i24qenpfjwq.woff2?t=1627887109734') format('woff2'),
    url('//at.alicdn.com/t/font_2629185_i24qenpfjwq.woff?t=1627887109734') format('woff'),
    url('//at.alicdn.com/t/font_2629185_i24qenpfjwq.ttf?t=1627887109734') format('truetype');
}

/*整体部分*/
::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

/*滑动轨道*/
::-webkit-scrollbar-track {
    border-radius: 0;
    background: #555555;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #fddd03;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: rgba(85, 85, 85, 0.4);
}

._iconfont {
    font-family: iconfont !important;
    font-style: normal;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.backTop.active {
    bottom: 58px;
}

.backTop:hover {
    background: #fddd03;
}

nav {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 0 10%;
    transition: ease 0.5s;
}

nav .line {
    position: absolute;
    top: 80px;
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    transition: ease 0.5s;
    display: none;
}

li,
ul {
    list-style: none;
}

.navActive {
    background: #fff;
}

nav .logo {
    float: left;
    width: 180px;
    z-index: 9;
    position: absolute;
    transition: ease 0.5s;
    height: 42px;
    margin-top: 15px;
    display: block;
}

nav .logo img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: ease 0.5s;
}

nav .logo img:nth-child(1) {
    opacity: 1;
}

a,
a:hover {
    color: inherit;
}

.nav-right {
    width: 100%;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    position: absolute;
    transition: 0.5s all ease;
    box-shadow: 10px 1px 10px 1px rgba(128, 128, 128, 0);
    overflow: hidden;
}

.nav-right-img {
    width: 35%;
    position: absolute;
    margin: 9rem 2vw;
    z-index: 9;
}

.nav-right > ul {
    position: relative;
    width: 50vw;
}

.nav-right:after {
    content: '';
    position: absolute;
    background: white;
    background-image: url("/resources/assets/images/navBg.jpg");
    width: 100%;
    height: 450px;
    left: 0;
    opacity: 0;
    transition: 0.5s all ease;
}

.nav.navActive .nav-right:after {
    top: 80px;
}

nav ul {
    right: 0;
    position: relative;
    transition: 0.5s all ease;
    width: 100%;
    float: right;
    z-index: 5;
    height: 100%;
}

nav ul .level1 {
    line-height: 80px;
    list-style: none;
    width: 12%;
    height: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s all ease;
    cursor: pointer;
    position: relative;
}

nav ul .level1 a {
    float: left;
}

nav ul .level1 a i {
    color: white;
    font-size: 20px;
}

nav ul .level1 a:nth-child(1) i {
    font-size: 22px;
    /*margin-right: 1vw;*/
}
nav ul .level1 a:nth-child(1) span{
    font-size: 16px;
    position: relative;
    top: -2px;
    left: 5px;
}

nav ul .level1 a {
    color: white;
    position: relative;
    display: block;
}

nav ul .phone {
    width: 25%;
    color: white;
}

nav ul .phone .icon {
    font-size: 18px;
}

nav ul .phone .icon i {
    border: 1px solid white;
    border-radius: 50%;
    padding: 5px;
    margin-right: 0.5vw;
}

nav.navActive ul .level1 i {
    color: #333333;
}

nav.navActive ul .phone {
    color: #333333;
}

nav.navActive ul .phone .icon i {
    border: 1px solid #333333;
    color: #333333;
}

nav ul .level1 > a.activeNav:after {
    width: 40%;
    left: 30%;
    bottom: 20px;
}

nav ul .level1 span {
    font-size: 25px;
    line-height: 80px;
}

nav ul .level1 ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 0;
    height: 320px;
    text-align: center;
}

nav ul .level1:hover ul {
    opacity: 1;
    transform: translateY(0);
}

nav ul .level1 ul li a:hover {
    color: #333333 !important;
}

nav ul .level1 ul li {
    line-height: 35px;
    height: 35px;
    width: 100%;
    position: relative;
    font-size: 14px;
}

nav ul .level1 ul li a:after {
    content: inherit;
    background: #fddd03;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: ease 0.5s;
    height: 2px;
    width: 0;
}

@media (max-width: 1660px) {
    .nav-right > ul {
        width: 60vw;
    }
}

@media screen and (min-width: 1200px) {
    nav ul .level1 ul li:hover a:after {
        width: 100%;
    }

    nav ul .level1:hover > a:after {
        width: 40%;
        left: 30%;
        bottom: 20px;
    }
}

nav .imessage {
    display: inline-block;
    width: 88px;
    height: 88px;
    background: #2678df;
}

nav .imessage img {
    margin: 30px 26px;
}

.nav.active {
    background: white;
}

.nav.active .nav-right {
    height: 330px;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

nav.active ul .level1 a {
    color: #3e3e3e;
}

nav.active ul .level1 ul li a {
    color: #adadad;
    font-weight: normal;
}

nav.active .nav-right:after {
    opacity: 1;
}

nav.active .navImg {
    opacity: 1;
}

.navImg {
    width: 400px;
    height: 200px;
    position: absolute;
    left: 10%;
    top: 5vw;
    z-index: 10;
    opacity: 0;
    transition: 0.5s all ease-in-out;
}

nav.navActive .logo img:nth-child(1) {
    opacity: 0;
}

nav.navActive .logo img:nth-child(2) {
    opacity: 1;
}

nav.active ul .level1 .activeNav {
    color: #fddd03;
}

nav ul .level1 .activeNav {
    color: #fddd03;
}

nav.navActive ul .level1 a {
    color: #3e3e3e;
}

nav.navActive ul .level1 ul li a {
    font-weight: normal;
}

nav.navActive {
    height: 80px;
    box-shadow: 2px 2px 2px rgba(119, 119, 119, 0.2);
}

nav.navActive .nav-right {
    height: 80px;
}

nav.navActive ul .level1 {
    height: 80px;
    line-height: 80px;
}

nav.navActive .line {
    opacity: 0;
    visibility: hidden;
}

nav.navActive ul .level1 a.activeNav {
    color: #fddd03 !important;
}

footer {
    background: #3c3c3c;
    padding: 0 3vw;
    display: flex;
}

footer .left {
    margin: 5vw 0;
    flex: 1;
    border-right: 1px solid #505050;
}

footer .left .titImg {
    width: 200px;
    padding-bottom: 2vw;
}

footer .left .iconBox {
    color: #cdcdcd;
    display: inline-block;
    width: 120%;
}
footer .left .iconBox p{
    margin-bottom: 10px;
}
footer .left .iconBox a {
    display: inline-block;
}

footer .left .iconBox a .icon {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    margin-right: 1.5vw;
    cursor: pointer;
}
footer .left .iconBox a:nth-child(4) .icon i{
    font-size: 34px;
}
footer .left .iconBox a .icon i {
    position: relative;
    top: 10px;
}

footer .left .iconBox a .wechat {
    width: 120px;
    height: 120px;
    background: white;
    position: absolute;
    margin-top: -180px;
    opacity: 0;
}

footer .left .iconBox a .wechat img {
    width: 100%;
}

footer .left .iconBox .wechatIcon:hover .wechat {
    opacity: 1;
}

footer .left .iconBox a:last-child .icon {
    margin-right: 0;
}

footer .left .more {
    width: 174px;
    height: 49px;
    border-radius: 25px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #cdcdcd;
    margin-top: 3vw;
    transition: 0.5s all ease-in-out;
    border: 1px solid #cdcdcd;
}

footer .left .more:hover {
    border-radius: 0;
}

footer .centre {
    flex: 2;
    margin: 5vw 0;
    border-right: 1px solid #505050;
}

footer .centre .level1 {
    display: inline-grid;
    padding: 0 3.5vw;
}

footer .centre .level1 a {
    font-size: 18px;
    margin-bottom: 1vw;
    color: white;
}

footer .centre .level1 ul li {
    margin-bottom: 1vw;
}

footer .centre .level1 ul li a {
    font-size: 14px;
    color: #cdcdcd;
}

footer .right {
    flex: 1;
    margin: 5vw 0;
}

footer .right .phone {
    color: white;
    margin-bottom: 1vw;
    padding-left: 8vw;
}

footer .right .phone .icon {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    border: 1px solid white;
    font-size: 36px;
    text-align: center;
    margin-right: 1vw;
    position: absolute;
    margin-left: -4vw;
}

footer .right .phone .icon i {
    position: relative;
    top: 5px;
}

footer .right .phone p:nth-child(2) {
    font-size: 18px;
}

footer .right .phone p:nth-child(3) {
    font-size: 36px;
}

footer .right .address {
    padding-left: 8vw;
    color: #cdcdcd;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
}

.index .f1 .img-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index .f1 .img-swiper .more {
    color: white;
    top: 35vw;
    left: 8vw;
}

.index .f1 .img-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .f1 .img-swiper .swiper-button-prev {
    background: #68605b;
    transition: 0.1s all ease-in-out;
    right: 17%;
}

.index .f1 .img-swiper .swiper-button-next {
    background: #68605b;
    transition: 0.1s all ease-in-out;
    right: 8%;
}

.index .f1 .img-swiper .swiper-button-prev:hover {
    background: #fddd03;
}

.index .f1 .img-swiper .swiper-button-next:hover {
    background: #fddd03;
}

.index .f1 .img-swiper .swiper-button-next,
.index .f1 .img-swiper .swiper-button-prev {
    left: auto;
    width: 3vw;
    height: 3vw;
    outline: none;
    border-radius: 50%;
    bottom: 10%;
    top: inherit;
}

.index .f1 .img-swiper .swiper-button-next:after {
    font-size: 14px;
    color: white;
}

.index .f1 .img-swiper .swiper-button-prev:after {
    font-size: 14px;
    color: white;
}

.index .f1 .img-swiper .swiper-pagination {
    color: #fff;
    width: auto;
    left: 8%;
    bottom: 10%;
}

.index .f1 .img-swiper .swiper-slide {
    perspective: 50vw;
    perspective-origin: 50% 50%;
}

.index .f1 .img-swiper .swiper-pagination ul {
    width: 90px;
}

.index .f1 .img-swiper .swiper-pagination ul li {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -12px;
    font-size: 28px;
}

.index .f1 .img-swiper .swiper-pagination .total {
    margin-left: 12px;
}

.index .f1 .path {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1.8px;
    transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
}

.index .f1 .ui-loop {
    position: absolute;
    width: 3.5vw;
    height: 3.5vw;
    bottom: 10%;
    right: 12%;
    z-index: 1;
}

.index .f1 .path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    z-index: 1;
}

.index .f1 .path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
    z-index: 1;
}

.index .f2 {
    background: #fefbf5;
    padding-bottom: 6vw;
}

.index .f2 .textBox {
    width: 45vw;
    padding: 9vw;
}

.index .f2 .textBox .titImg {
    width: 200px;
}

.index .f2 .textBox .tit {
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #656565;
    padding-top: 1vw;
    padding-bottom: 3vw;
}

.index .f2 .textBox .des {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #999999;
}

.index .f2 .textBox .more {
    width: 174px;
    height: 49px;
    background-color: #fddb09;
    box-shadow: 0px 20px 52px 2px rgba(253, 219, 9, 0.21);
    border-radius: 25px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 3vw;
    transition: 0.5s all ease-in-out;
}

.index .f2 .textBox .more:hover {
    border-radius: 0;
}

.index .f2 .videoBoxs {
    width: 60vw;
    height: 40vw;
    background: url('/resources/assets/images/img2.png') center no-repeat;
    background-size: cover;
    position: absolute;
    top: 105vh;
    left: 30vw;
}

.index .f2 .videoBoxs .video {
    width: 23vw;
    height: 23vw;
    margin: 8.5vw auto;
    border-radius: 50%;
    background: black;
    overflow: hidden;
}

.index .f2 .videoBoxs .video video {
    width: 23vw;
    height: 23vw;
}

.index .f2 .videoBoxs .video .playIcon {
    position: absolute;
    width: 4vw;
    height: 4vw;
    top: 45%;
    margin-left: 9.5vw;
    cursor: pointer;
}

.index .f2 .itemBox {
    display: flex;
    border-top: 1px dashed #d6ccbb;
    padding: 3vw;
    margin: 0 3vw;
    position: relative;
    z-index: 10;
    background: #fefbf5;
}

.index .f2 .itemBox .item {
    flex: 1;
    border-right: 1px dashed #d6ccbb;
    text-align: center;
}

.index .f2 .itemBox .item p:nth-child(1) {
    font-weight: bold;
    font-size: 56px;
    letter-spacing: 1px;
    color: #fddb09;
}

.index .f2 .itemBox .item p:nth-child(1) span {
    font-size: 22px;
    letter-spacing: 1px;
    color: #7e7e7e;
}

.index .f2 .itemBox .item p:nth-child(2) {
    font-size: 18px;
    letter-spacing: 1px;
    color: #7e7e7e;
}

.index .f2 .imgBox {
    display: flex;
    margin: 0 3vw;
    border-radius: 10px;
}

.index .f2 .imgBox div {
    cursor: pointer;
}

.index .f2 .imgBox .img1 {
    flex: 1;
    height: 15vw;
    background: url('/resources/assets/images/img11.jpg') no-repeat rgba(0, 0, 0, 0.5);
    background-size: cover !important;
    background-blend-mode: multiply;
    transition: 0.5s all ease-in-out;
}

.index .f2 .imgBox .img2 {
    flex: 1;
    height: 15vw;
    background: url('/resources/assets/images/img12.jpg') no-repeat rgba(0, 0, 0, 0.5);
    background-size: cover !important;
    background-blend-mode: multiply;
    transition: 0.5s all ease-in-out;
}

.index .f2 .imgBox .img3 {
    flex: 1;
    background: url('/resources/assets/images/img13.jpg') no-repeat rgba(0, 0, 0, 0.5);
    background-size: cover !important;
    background-blend-mode: multiply;
    transition: 0.5s all ease-in-out;
}

.index .f2 .imgBox .activeImg {
    flex: 2;
    background-blend-mode: inherit;
}

.index .f3 {
    background: #fddb09;
    padding-bottom: 3vw;
}

.index .f3 .titImg {
    width: 200px;
    position: relative;
    top: 8vw;
    left: 3vw;
}

.index .f3 .txt-swiper {
    position: absolute;
    left: 85vw;
    margin-top: 8vw;
    z-index: 9;
}

.index .f3 .txt-swiper .swiper-wrapper {
    display: inherit;
}

.index .f3 .txt-swiper .swiper-wrapper .swiper-slide {
    width: 75px !important;
    margin-bottom: 2vw;
    text-align: center;
    color: #999999;
}

.index .f3 .txt-swiper .swiper-wrapper .swiper-slide .img {
    width: 74px;
    height: 74px;
    background-color: #cacaca;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.5;
    margin-bottom: 0.5vw;
}

.index .f3 .txt-swiper .swiper-wrapper .swiper-slide .img img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.index .f3 .txt-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    color: #333333;
}

.index .f3 .txt-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img {
    opacity: 1;
    background: #dc3023;
}

.index .f3 .f3-swiper .swiper-slide {
    width: 100vw;
}

.index .f3 .f3-swiper .swiper-slide .img {
    width: 50vw;
    margin-left: 27vw;
}

.index .f3 .f3-swiper .swiper-slide .textBox {
    width: 20vw;
    position: absolute;
    top: 15vw;
    left: 3vw;
    z-index: 10;
}

.index .f3 .f3-swiper .swiper-slide .textBox .tit {
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #1d1d1d;
    padding-top: 1vw;
    padding-bottom: 3vw;
}

.index .f3 .f3-swiper .swiper-slide .textBox .tit::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #000000;
    margin-top: 50px;
}

.index .f3 .f3-swiper .swiper-slide .textBox .des {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #545454;
}

.index .f3 .f3-swiper .swiper-slide .textBox .more {
    width: 174px;
    height: 49px;
    background-color: #ffffff;
    box-shadow: 0px 20px 52px 2px rgba(29, 4, 6, 0.15);
    border-radius: 25px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 3vw;
    margin-left: 0;
    transition: 0.5s all ease-in-out;
}

.index .f3 .f3-swiper .swiper-slide .textBox .more:hover {
    border-radius: 0;
}

.index .f3 .f3-swiper .swiper-slide-active .more {
    color: #848484;
    margin-left: 8vw;
    margin-top: 35vw;
}

.index .f3 .f3-swiper .swiper-slide-active .more div {
    background-color: #0061ae;
}

.index .f3 .f3-swiper .swiper-slide-active .left .tit {
    color: #2b2b2b;
}

.index .f3 .f3-swiper .swiper-slide-active .left .text {
    color: #404040;
}

.index .f3 .f3-swiper .swiper-slide-active .left .text p:nth-child(2) {
    color: #a4a4a4;
}

.index .f4 {
    width: 100%;
    height: 100vh;
    background: #fefbf5;
}

.index .f4 .bgImg {
    width: 80%;
    left: 10%;
    margin-top: 5%;
    position: absolute;
}

.index .f4 .titImg {
    width: 200px;
    position: relative;
    top: 8vw;
    left: 3vw;
}

.index .f4 .itemBox {
    padding: 0 8vw;
    margin-top: 12vw;
}

.index .f4 .itemBox .item {
    background-color: #ffffff;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.index .f4 .itemBox .item img {
    width: 70%;
    margin: 1vw auto;
}
.index .f4 .itemBox .item1 {
    position: absolute;
    margin-top: 6vw;
    width: 10vw;
    height: 10vw;
}

.index .f4 .itemBox .item2 {
    width: 6vw;
    height: 6vw;
    position: absolute;
    left: 18vw;
    margin-top: -2vw;
}

.index .f4 .itemBox .item3 {
    position: absolute;
    left: 28vw;
    margin-top: -5vw;
    width: 6vw;
    height: 6vw;
}

.index .f4 .itemBox .item4 {
    position: absolute;
    left: 28vw;
    margin-top: 4vw;
    width: 9vw;
    height: 9vw;
}

.index .f4 .itemBox .item55 {
    position: absolute;
    left: 46vw;
    margin-top: 8vw;
    width: 9vw;
    height: 9vw;
}
.index .f4 .itemBox .item5 {
    position: absolute;
    left: 20vw;
    margin-top: 10vw;
    width: 6vw;
    height: 6vw;
}

.index .f4 .itemBox .item6 {
    position: absolute;
    left: 36vw;
    margin-top: 18vw;
    width: 8vw;
    height: 8vw;
}

.index .f4 .itemBox .item7 {
    position: absolute;
    left: 38vw;
    margin-top: -5vw;
    width: 8vw;
    height: 8vw;
}

.index .f4 .itemBox .item8 {
    position: absolute;
    right: 36vw;
    margin-top: -5vw;
    width: 8vw;
    height: 8vw;
}

.index .f4 .itemBox .item9 {
    position: absolute;
    right: 26vw;
    margin-top: -5vw;
    width: 6vw;
    height: 6vw;
}

.index .f4 .itemBox .item10 {
    width: 6vw;
    height: 6vw;
    position: absolute;
    right: 16vw;
    margin-top: -2vw;
}

.index .f4 .itemBox .item11 {
    position: absolute;
    margin-top: 6vw;
    right: 8%;
    width: 10vw;
    height: 10vw;
}

.index .f4 .itemBox .item12 {
    position: absolute;
    right: 26vw;
    margin-top: 4vw;
    width: 9vw;
    height: 9vw;
}
.index .f4 .itemBox .item13 {
    position: absolute;
    right: 20vw;
    margin-top: 11vw;
    width: 6vw;
    height: 6vw;
}
.index .f4 .itemBox .item14 {
    position: absolute;
    right: 34vw;
    margin-top: 18vw;
    width: 8vw;
    height: 8vw;
}
.index .f4 .itemBox .item15 {
    position: absolute;
    left: 22vw;
    margin-top: 18vw;
    width: 7vw;
    height: 7vw;
}
.index .f4 .itemBox .item16 {
    position: absolute;
    right: 16vw;
    margin-top: 18vw;
    width: 7vw;
    height: 7vw;
}
.index .f4 .itemBox .anim1 {
    width: 12vw;
    height: 12vw;
    border: 1px solid #c7c7c7;
    position: absolute;
    border-radius: 50%;
    margin-top: -9vw;
    margin-left: -1.5vw;
    animation: animKey 1.5s linear infinite;
    opacity: 0.9;
}

.index .f4 .itemBox .anim2 {
    width: 15vw;
    height: 15vw;
    border: 1px solid #c7c7c7;
    position: absolute;
    border-radius: 50%;
    margin-top: -10.5vw;
    margin-left: -3vw;
    animation: animKey 1.5s linear infinite;
    opacity: 0.7;
}

.index .f4 .itemBox .anim3 {
    width: 18vw;
    height: 18vw;
    border: 1px solid #c7c7c7;
    position: absolute;
    border-radius: 50%;
    margin-top: -12vw;
    margin-left: -4.5vw;
    animation: animKey 1.5s linear infinite;
    opacity: 0.6;
}

.index .f4 .itemBox .anim4 {
    width: 21vw;
    height: 21vw;
    border: 1px solid #c7c7c7;
    position: absolute;
    border-radius: 50%;
    margin-top: -13.5vw;
    margin-left: -6vw;
    animation: animKey 1.5s linear infinite;
    opacity: 0.5;
}

.index .f4 .itemBox .anim5 {
    width: 25vw;
    height: 25vw;
    border: 1px solid #c7c7c7;
    position: absolute;
    border-radius: 50%;
    margin-top: -15.5vw;
    margin-left: -8vw;
    animation: animKey 1.5s linear infinite;
    opacity: 0.4;
}

.index .f4 .itemBox .anim6 {
    width: 30vw;
    height: 30vw;
    border: 1px solid #c7c7c7;
    position: absolute;
    border-radius: 50%;
    margin-top: -18vw;
    margin-left: -10.5vw;
    animation: animKey 1.5s linear infinite;
    opacity: 0.3;
}

@keyframes animKey {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.index .f4 .textBox {
    width: 40vw;
    position: absolute;
    margin-top: 28vw;
    left: 3vw;
    z-index: 10;
}

.index .f4 .textBox .des {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #999999;
}

.index .f4 .textBox .more {
    width: 174px;
    height: 49px;
    background-color: #fddb09;
    box-shadow: 0vw 1vw 3vw 0vw rgba(29, 4, 6, 0.15);
    border-radius: 25px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 1vw;
    margin-left: 0;
    transition: 0.5s all ease-in-out;
}

.index .f4 .textBox .more:hover {
    border-radius: 0;
}

.index .f5 {
    padding: 0 3vw;
}

.index .f5 .titImg {
    width: 200px;
    padding-top: 5vw;
}

.index .f5 .newList .items {
    padding: 3vw 0;
    transition: 0.5s all ease-in-out;
}

.index .f5 .newList .items .time {
    font-size: 16px;
    letter-spacing: 1px;
    color: #aeaeae;
    padding-bottom: 1vw;
}

.index .f5 .newList .items .name {
    width: 70vw;
    font-size: 36px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #000000;
    padding-bottom: 2vw;
}

.index .f5 .newList .items .del {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fddb09;
}

.index .f5 .newList .items:hover {
    background: #f0f0f0;
    padding-left: 2vw;
}

.index .f5 .newList .itemBox {
    width: 100%;
    display: inline-block;
}

.index .f5 .newList .itemBox .item {
    display: inline-block;
    float: left;
    width: 31vw;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.index .f5 .newList .itemBox .item .img {
    width: 31vw;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: 0.5s all ease-in-out;
}

.index .f5 .newList .itemBox .item .img img {
    width: 31vw;
    height: 100%;
}

.index .f5 .newList .itemBox .item .text {
    padding: 2vw 0 2vw 2vw;
}

.index .f5 .newList .itemBox .item .text .time {
    letter-spacing: 1px;
    color: #999999;
    font-weight: bold;
}

.index .f5 .newList .itemBox .item .text .time p:nth-child(1) {
    font-size: 50px;
}

.index .f5 .newList .itemBox .item .text .time p:nth-child(2) {
    font-size: 16px;
    position: relative;
    top: -5px;
}

.index .f5 .newList .itemBox .item .text .name {
    font-size: 30px;
    letter-spacing: 1px;
    color: #000000;
    margin: 1.5vw 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index .f5 .newList .itemBox .item .text .des {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    height: 60px;
    color: #878787;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index .f5 .newList .itemBox .item .text .del {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fddb09;
    margin-top: 2vw;
}

.index .f5 .newList .itemBox .item:hover .text .time,
.index .f5 .newList .itemBox .item:hover .text .name,
.index .f5 .newList .itemBox .item:hover .text .des,
.index .f5 .newList .itemBox .item:hover .text .del {
    color: white;
}

.index .f5 .newList .more {
    width: 100%;
    text-align: center;
    margin: 2vw auto;
    display: inline-block;
}

.index .f5 .newList .more p {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
}

.index .f5 .newList .more img {
    width: 18px;
    height: 18px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 5px;
    transition: 0.5s all ease-in-out;
}

.index .f5 .newList .more:hover img {
    transform: rotate(180deg);
}

.about .f1 {
    width: 100%;
    height: 33vw;
    background: url('/resources/assets/images/about1.jpg') center no-repeat;
    background-size: cover;
}

.about .f1 .tabBox {
    padding-top: 20vw;
}

.about .f1 .tabBox ul {
    text-align: center;
}

.about .f1 .tabBox ul li {
    display: inline-block;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 2vw;
}

.about .f1 .tabBox ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 110px;
}

.about .f1 .tabBox ul li:last-child::before {
    content: inherit;
}

.about .f1 .tabBox ul .active {
    color: #fed900;
}

.about .f1 .tabBox ul li:hover {
    color: #fed900;
}

.about .f2 {
    width: 100%;
    height: 50vw;
    background: url('/resources/assets/images/about2.jpg') center no-repeat;
    background-size: cover;
}

.about .f2 .textBox {
    width: 86vw;
    height: 42vw;
    background: white;
    position: relative;
    top: 8vw;
    padding-top: 7vw;
    padding-left: 12vw;
}

.about .f2 .textBox .titImg {
    width: 200px;
}

.about .f2 .textBox .des {
    width: 70%;
    padding: 4vw 0;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #999999;
}

.about .f2 .textBox .itemBox {
    display: flex;
}

.about .f2 .textBox .itemBox .item {
    flex: 1;
    border-right: 1px dashed #d6ccbb;
    text-align: center;
}

.about .f2 .textBox .itemBox .item p:nth-child(1) {
    font-weight: bold;
    font-size: 56px;
    letter-spacing: 1px;
    color: #fddb09;
}

.about .f2 .textBox .itemBox .item p:nth-child(1) span {
    font-size: 22px;
    letter-spacing: 1px;
    color: #7e7e7e;
}

.about .f2 .textBox .itemBox .item p:nth-child(2) {
    font-size: 18px;
    letter-spacing: 1px;
    color: #7e7e7e;
}

.about .f3 {
    width: 100%;
    height: 50vw;
    background: url('/resources/assets/images/about5.jpg') center no-repeat;
    background-size: cover !important;
    transition: 0.5s all ease-in-out;
}

.about .f3 .textBox {
    padding-left: 13vw;
    padding-top: 8vw;
    color: #ffffff;
}

.about .f3 .textBox .titImg {
    width: 200px;
}

.about .f3 .textBox .name {
    font-size: 48px;
    padding-top: 4vw;
    padding-bottom: 2vw;
}

.about .f3 .textBox .des {
    width: 75%;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    position: absolute;
}

.about .f3 .tabBoxs {
    display: flex;
    margin-top: 26%;
}

.about .f3 .tabBoxs .item {
    flex: 1;
    text-align: center;
    background: #fddb09;
    color: #050505;
    padding: 2vw 0;
    margin-right: 0.5vw;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

.about .f3 .tabBoxs .item p {
    margin-bottom: 2vw;
}

.about .f3 .tabBoxs .item img {
    width: 18vw;
    margin: 0 auto;
    opacity: 1;
}

.about .f3 .tabBoxs .active {
    transform: translateY(-75%);
}

.about .f3 .tabBoxs .item:last-child {
    margin-right: 0;
}

.about .f4 {
    position: relative;
    background: #fefbf5;
    padding: 7vw 0;
}

.about .f4 .titImg {
    width: 200px;
    margin-left: 13vw;
}

.about .f4 .txt-swiper {
    position: absolute;
    margin-top: 3vw;
    z-index: 9;
    margin-left: 10vw;
}

.about .f4 .txt-swiper .swiper-wrapper {
    display: inherit;
}

.about .f4 .txt-swiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
    width: 100% !important;
    padding: 0.5vw 1vw;
    margin: 1vw 0;
    text-align: center;
    color: #999999;
}

.about .f4 .txt-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    color: #333333;
    background-color: #ffffff;
    border-radius: 34px;
    box-shadow: 0 1px 5px 0 gainsboro;
}

.about .f4 .f4-swiper {
    width: 55vw;
    margin-left: 35vw;
}

.about .f4 .f4-swiper .swiper-slide {
    width: 100vw;
    text-align: center;
}

.about .f4 .f4-swiper .swiper-slide p {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 1vw;
    color: #999999;
}

.about .f4 .f4-swiper .swiper-slide-active p {
    color: #393939;
}

.about .f5 {
    width: 100%;
    height: 50vw;
    background: url('/resources/assets/images/about11.jpg') center no-repeat;
    background-size: cover !important;
}

.about .f5 .titImg {
    width: 200px;
    padding-top: 6vw;
    margin-left: 1vw;
    position: absolute;
}

.about .f5 .itemBox {
    display: inline-block;
    padding-left: 12vw;
}

.about .f5 .itemBox .item {
    width: 25vw;
    height: 50vw;
    color: white;
    text-align: center;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.about .f5 .itemBox .item .icon {
    padding-top: 22vw;
    transition: 0.5s all ease-in-out;
}

.about .f5 .itemBox .item .icon i {
    font-size: 48px;
    transition: 0.5s all ease-in-out;
}

.about .f5 .itemBox .item .icon .cn {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0.5vw 0;
}

.about .f5 .itemBox .item .icon .en {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #ffffff;
}

.about .f5 .itemBox .item .text {
    padding: 2vw 4vw;
    text-align: justify;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    opacity: 0;
    transition: 0.5s all ease-in-out;
}

.about .f5 .itemBox .active {
    background: rgba(48, 45, 42, 0.9);
}

.about .f5 .itemBox .active .icon {
    padding-top: 13vw;
}

.about .f5 .itemBox .active .icon i {
    opacity: 0;
}

.about .f5 .itemBox .active .text {
    opacity: 1;
}

.about .f6 {
    padding: 6vw 12vw;
}

.about .f6 .titImg {
    width: 200px;
}

.about .f6 p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 1vw;
}

.about .f7 .item {
    width: 100%;
    height: 40vw;
}

.about .f7 .item .left {
    float: left;
    width: 44%;
    height: 40vw;
    background: #fed900;
    padding-top: 7vw;
    padding-left: 14vw;
}

.about .f7 .item .left .tit .en {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
}

.about .f7 .item .left .tit .cn {
    font-size: 16px;
    letter-spacing: 2px;
    color: #1a1a1a;
}

.about .f7 .item .left .tab {
    padding: 2vw 0;
}

.about .f7 .item .left .tab .tabItem {
    display: inline-block;
    padding: 0.5vw 1.8vw;
    background: #000000;
    margin-right: 1vw;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fed900;
    border-radius: 20px;
}

.about .f7 .item .left .tab .tabItem:last-child {
    margin-right: 0;
}

.about .f7 .item .left .des {
    width: 80%;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
    color: #545454;
}

.about .f7 .item .right {
    display: inline-block;
    width: 56%;
    height: 40vw;
}

.about .f7 .item .right .img-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about .f7 .item .right .img-swiper .more {
    color: white;
    top: 35vw;
    left: 8vw;
}

.about .f7 .item .right .img-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .f7 .item .right .img-swiper .swiper-pagination {
    color: #fff;
    bottom: 5%;
}

.about .f7 .item .right .img-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 3vw;
    height: 5px;
    border-radius: 0;
}

.about .f7 .item .right .img-swiper .swiper-pagination .swiper-pagination-bullet {
    background: white;
}

.about .f7 .item .right .img-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fed900;
}

.about .f7 .item:nth-child(even) .left {
    display: inline-block;
    float: inherit;
    padding-left: 5vw;
    background: white;
}

.about .f7 .item:nth-child(even) .right {
    float: left;
}

.about .f8 {
    padding: 6vw 12vw;
}

.about .f8 .titImg {
    width: 200px;
}

.about .f8 .tit {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 1vw;
}

.about .f8 .imgBox-swiper {
    margin-top: 2vw;
}

.about .f8 .imgBox-swiper .swiper-slide {
    width: 920px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.about .f8 .imgBox-swiper .swiper-slide img {
    border-radius: 10px;
}

.about .f8 .imgBox-swiper .swiper-slide .text {
    width: 80%;
    padding-top: 2vw;
    opacity: 0;
    margin: 0 auto;
}

.about .f8 .imgBox-swiper .swiper-slide .text p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #272727;
}

.about .f8 .imgBox-swiper .swiper-slide .text p:nth-child(2) {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #999999;
}

.about .f8 .imgBox-swiper .swiper-slide-active .text {
    opacity: 1;
}

.about .f9 {
    width: 100%;
    height: 50vw;
    background: url('/resources/assets/images/about16.jpg') center no-repeat;
    background-size: cover;
}

.brand .f1 {
    width: 100%;
    height: 50vw;
    background: #fddb09;
}

.brand .f1 .img {
    width: 45%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 1vw;
    top: 1vw;
    left: 3%;
}

.brand .f1 .tabBox {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.brand .f1 .tabBox .item {
    cursor: pointer;
    display: inline-block;
    margin: 0 1.5vw;
}

.brand .f1 .tabBox .item .img {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
}

.brand .f1 .tabBox .item .img img {
    width: 60px;
    margin: 0 auto;
    position: relative;
    top: 15px;
}

.brand .f1 .tabBox .item p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 1vw;
}

.brand .f1 .tabBox .active .img {
    background: #de3a21;
}

.brand .f1 .tabBox .item:hover .img {
    background: #de3a21;
}

.brand .f2 {
    background: #fefbf5;
    padding: 6vw 12vw;
}

.brand .f2 .titImg {
    display: inline-block;
}

.brand .f2 .titImg img {
    width: 60px;
    display: inline-block;
    float: left;
}

.brand .f2 .titImg p {
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
    margin: 5px 10px;
}

.brand .f2 .tit {
    font-size: 16px;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 2vw;
}
.brand .f2 .itemTab{
    width: 100%;
    height: 50px;
    padding: 5px;
    line-height: 35px;
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space:nowrap;
}
.brand .f2 .itemTab a{
    background: transparent;
    margin-right: 10px;
    border: 1px solid #999999;
    padding: 8px 20px;
    border-radius: 20px;
}
.brand .f2 .itemTab .activeTab{
    background: #de3a21;
    color: white;
    border: 1px solid #de3a21;
}
.brand .f2 .itemBox {
    width: 100%;
    display: inline-block;
    margin-top: 4vw;
}

.brand .f2 .itemBox .item {
    display: inline-block;
    width: 17.5vw;
    /*height: 34vw;*/
    padding: 2vw;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 gainsboro;
    margin-right: 1.2vw;
    margin-bottom: 1.2vw;
    cursor: pointer;
}

.brand .f2 .itemBox .item .icon {
    position: absolute;
    margin-left: 12.5vw;
    margin-top: -1vw;
}

.brand .f2 .itemBox .item .icon img {
    width: 35px;
    height: 35px;
    margin-bottom: 0.5vw;
}

.brand .f2 .itemBox .item .tits p:nth-child(1) {
    font-size: 16px;
    letter-spacing: 1px;
    color: #4d4d4d;
}

.brand .f2 .itemBox .item .tits p:nth-child(2) {
    font-size: 22px;
    letter-spacing: 1px;
    color: #4d4d4d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.brand .f2 .itemBox .item .img {
    padding-top: 2vw;
    margin: 0 auto;
    background: url('/resources/assets/images/brand4.png') center center no-repeat;
    background-size: contain;
    text-align: center;
}

.brand .f2 .itemBox .item .img img {
    width: 70%;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
}

.brand .f2 .itemBox .item:nth-child(4n) {
    margin-right: 0;
}

.brand .f2 .itemBox .item:hover .img img {
    transform: scale(1.05);
}

.brand .f3 {
    background: #fefbf5;
    padding: 0 12vw;
    padding-bottom: 6vw;
}

.brand .f3 .titImg {
    width: 200px;
}

.brand .f3 .formBox {
    width: 73vw;
    height: 26vw;
    margin-top: 3vw;
    background: url('/resources/assets/images/brand12.jpg') center no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.brand .f3 .formBox .text {
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    padding-top: 5vw;
    padding-bottom: 2vw;
}

.brand .f3 .formBox .text p:nth-child(1) {
    font-size: 18px;
}

.brand .f3 .formBox .text p:nth-child(2) {
    font-size: 49px;
}

.brand .f3 .formBox .text p:nth-child(3) {
    font-size: 18px;
}

.brand .f3 .formBox form {
    width: 100%;
    display: inline-block;
    margin-top: 5vw;
    text-align: center;
    padding-left: 8vw;
}

.brand .f3 .formBox form .input {
    width: 26vw;
    background: white;
    border-radius: 10px;
    margin-bottom: 3vw;
    padding: 0 1vw;
    display: inline-block;
    float: left;
}

.brand .f3 .formBox form .input input {
    width: 20vw;
    padding: 1vw;
    margin-left: 0.5vw;
    outline: none;
    border: transparent;
}
.brand .f3 .formBox form .input select{
    width: 10vw;
    padding: 1vw;
    border: transparent;
}
.brand .f3 .formBox form .input:nth-child(1) {
    margin-right: 5vw;
}

.brand .f3 .btn {
    width: 174px;
    height: 49px;
    background-color: #fed900;
    box-shadow: 0px 20px 52px 2px rgba(29, 5, 6, 0.15);
    border-radius: 25px;
    font-size: 16px;
    line-height: 49px;
    letter-spacing: 1px;
    color: #333333;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    clear: both;
}

.brand .f3 .btn:hover {
    border-radius: 3px;
}

.brand .f4 {
    width: 100%;
    background: #fddb09;
    padding: 8vw 14vw;
    display: flex;
}

.brand .f4 .left {
    width: 35vw;
    height: 35vw;
    background: #ffffff;
    border-radius: 30px;
}

.brand .f4 .left .img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 5vw;
    background: url('/resources/assets/images/brand4.png') center no-repeat;
    background-size: contain;
}

.brand .f4 .left .img img {
    width: 55%;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
}

.brand .f4 .right {
    width: 40vw;
    padding: 1vw 3vw;
}

.brand .f4 .right .text {
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 1vw;
}

.brand .f4 .right .text .tit {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
}

.brand .f4 .right .text .des {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #434343;
    margin-top: 2vw;
}

.brand .f4 .right .rule .item {
    width: 100%;
    display: inline-block;
    margin-top: .5vw;
}

.brand .f4 .right .rule .item .t {
    width: 18%;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0px;
    color: #393939;
    display: inline-block;
    float: left;
}

.brand .f4 .right .rule .item .d {
    width: 80%;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #373737;
    display: inline-block;
}
.brand .f4 .right .rule .btn{
    width: 174px;
    height: 49px;
    background-color: red;
    box-shadow: 0px 20px 52px 2px rgb(253 219 9 / 21%);
    border-radius: 25px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    letter-spacing: 1px;
    /*margin-top: 3vw;*/
    color: white;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}
.brand .f4 .right .rule .btn:hover{
    border-radius: 5px;
}
.new .f1 {
    width: 100%;
    height: 33vw;
    background: url('/resources/assets/images/news1.jpg') center no-repeat;
    background-size: cover;
}

.new .f1 .tabBox {
    padding-top: 20vw;
}

.new .f1 .tabBox ul {
    text-align: center;
}

.new .f1 .tabBox ul li {
    display: inline-block;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 2vw;
}

.new .f1 .tabBox ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 110px;
}

.new .f1 .tabBox ul li:last-child::before {
    content: inherit;
}

.new .f1 .tabBox ul .active {
    color: #fed900;
}

.new .f1 .tabBox ul li:hover {
    color: #fed900;
}

.new .f2 {
    padding: 6vw 12vw;
}

.new .f2 .titImg {
    width: 200px;
}

.new .f2 .newsList {
    display: inline-block;
    margin-top: 4vw;
}

.new .f2 .newsList a {
    display: block;
    display: inline-block;
    margin-right: 2vw;
    margin-bottom: 2vw;
    width: 23.6vw;
}

.new .f2 .newsList a .item .img {
    width: 23.6vw;
    height: 16vw;
    overflow: hidden;
}

.new .f2 .newsList a .item .img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.new .f2 .newsList a .item .text {
    width: 100%;
    display: flex;
    padding: 1vw 0;
    border-bottom: 1px solid #d6d6d6;
}

.new .f2 .newsList a .item .text .time {
    width: 5vw;
    margin-top: 0.5vw;
    margin-right: 1vw;
}

.new .f2 .newsList a .item .text .time p:nth-child(1) {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #999999;
    margin-bottom: 5px;
}

.new .f2 .newsList a .item .text .time p:nth-child(2) {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #999999;
}

.new .f2 .newsList a .item .text .txt {
    width: 95vw;
}

.new .f2 .newsList a .item .text .txt .name {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 1vw;
}

.new .f2 .newsList a .item .text .txt .des {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #878787;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 1vw;
}

.new .f2 .newsList a:nth-child(3n) {
    margin-right: 0;
}

.new .f2 .newsList a:hover .img img {
    transform: scale(1.05);
}

.formIcon {
    cursor: pointer;
    width: 100px;
    position: fixed;
    top: 50%;
    right: 1%;
    z-index: 10;
}

.formBoxs {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
}

.formBoxs .close {
    width: 50px;
    position: absolute;
    right: 14.5vw;
    margin-top: 6%;
    cursor: pointer;
}

.formBoxs .close img {
    transition: .5s all ease-in-out;
}

.formBoxs .close:hover img {
    transform: rotate(180deg);
}

.formBoxs .form {
    width: 73vw;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 5vw auto;
    display: flex;
    padding: 3vw;
}

.formBoxs .form .item {
    flex: 1;
    padding: 0 3vw;
    border-right: 1px solid #eeeeee;
}

.formBoxs .form .item:nth-child(2) {
    border-right: transparent;
}

.formBoxs .form .item .titImg {
    width: 200px;
}

.formBoxs .form .item .des p:nth-child(1) {
    font-size: 14px;
    letter-spacing: 1px;
    color: #3b3b3b;
}

.formBoxs .form .item .des p:nth-child(2) {
    font-size: 36px;
    letter-spacing: 1px;
    color: #3b3b3b;
    padding: 1vw 0;
}

.formBoxs .form .item .des p:nth-child(3) {
    font-size: 14px;
    letter-spacing: 1px;
    color: #3b3b3b;
}

.formBoxs .form .item .formBox {
    width: 100%;
    display: inline-block;
    margin: 2vw 0;
}

.formBoxs .form .item .formBox .input {
    width: 26vw;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 0 1vw;
    margin-bottom: 1vw;
}

.formBoxs .form .item .formBox .textarea {
    width: 26vw;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 0 1vw;
    /*margin-bottom: 1vw;*/
}
.formBoxs .form .item .formBox select{
    background: #f2f2f2;
    padding: 1vw;
    border: transparent;
}
.formBoxs .form .item .formBox .textarea p {
    padding: 1vw 0;
    display: inline-block;
    float: left;
}

.formBoxs .form .item .formBox .textarea textarea {
    width: 20vw;
    padding: 1vw;
    display: inline-block;
    margin-left: 0.5vw;
    outline: none;
    border: transparent;
    background: #f2f2f2;
    outline: none;
}

.formBoxs .form .item .formBox .input input {
    width: 20vw;
    padding: 1vw;
    margin-left: 0.5vw;
    outline: none;
    border: transparent;
    background: #f2f2f2;
}

.formBoxs .form .item .formBox .btn {
    width: 174px;
    height: 49px;
    background-color: #fed900;
    box-shadow: 0px 20px 52px 2px rgba(29, 5, 6, 0.15);
    border-radius: 25px;
    font-size: 16px;
    line-height: 49px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    margin: 2vw 0;
    transition: 0.5s all ease-in-out;
}

.formBoxs .form .item .formBox .btn:hover {
    border-radius: 3px;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1440px) {
    .formBoxs .form .item .titImg {
        width: 150px;
    }

    .nav-right > ul {
        width: 65vw;
    }

    .brand .f2 .itemBox .item .tits p:nth-child(2) {
        font-size: 20px;
    }

    .brand .f2 .itemBox .item .icon {
        margin-left: 12vw;
    }

    footer .left {
        padding: 0 5vw 0 0;
    }

    footer .centre .level1 {
        padding: 0 2.5vw;
    }

    footer .right .phone,
    footer .right .address {
        padding-left: 5vw;
    }

    footer .right .phone .icon {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .index .f2 .videoBoxs {
        top: 88vh;
    }

    .index .f4 {
        height: 88vh;
    }

    .about .f2 .textBox {
        padding-top: 3vw;
        padding-left: 5vw;
    }

    .about .f3 .tabBoxs {
        margin-top: 23%;
    }

    .about .f3 .tabBoxs .active {
        transform: translateY(-75%);
    }

    .about .f4 .f4-swiper {
        margin-left: 25vw;
    }

    .about .f5 .itemBox .item .text {
        font-size: 14px;
    }

    .about .f5 .itemBox .active .icon {
        padding-top: 8vw;
    }

    .about .f7 .item .left {
        padding-top: 5vw;
        padding-left: 5vw;
    }

    .about .f7 .item .left .des {
        width: 90%;
        font-size: 14px;
    }

    .about .f8 .imgBox-swiper .swiper-slide {
        width: 720px;
    }

    .brand .f4 {
        padding: 8vw;
    }

    .brand .f4 .right {
        width: 50vw;
    }

    .brand .f4 .right .text {
        padding-bottom: 1vw;
    }
}

@media screen and (max-width: 1366px) {
    .brand .f2 .itemBox .item .icon {
        margin-left: 12vw;
    }

    footer .centre .level1 {
        padding: 0 2vw;
    }

    footer .right .phone p:nth-child(3) {
        font-size: 32px;
    }

    .index .f2 .videoBoxs {
        top: 95vh;
    }

    .index .f4 {
        height: 100vh;
    }

    .about .f3 .tabBoxs {
        margin-top: 23%;
    }

    .about .f3 .tabBoxs .active {
        transform: translateY(-75%);
    }

    .new .f2 .newsList a,
    .new .f2 .newsList a .item .img {
        width: 23vw;
    }

    .about .f2 {
        height: 55vw;
    }

    .about .f2 .textBox {
        height: 47vw;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }
    .navs .headers{
        width: 100%;
        height: 60px;
        background: white;
        position: fixed;
        top: 0;
        z-index: 100;
    }
    .navs .headers .logo{
        width: 140px;
        margin: 10px;
    }
    .navs .headers .icon{
        width: 60px;
        height: 60px;
        background: #fddd03;
        position: absolute;
        right: 0;
        top: 0;
        transition: .5s all ease-in-out;
    }
    .navs .headers .icon .icon1{
        width: 25px;
        height: 2px;
        background: white;
        margin: 0 auto;
        position: relative;
        top: 25px;
        transition: .5s all ease-in-out;
    }
    .navs .headers .icon .icon2{
        width: 25px;
        height: 2px;
        background: white;
        margin: 0 auto;
        position: relative;
        top: 30px;
        transition: .5s all ease-in-out;
    }
    .navs .headers .iconActive{
        background: #333333;
    }
    .navs .headers .iconActive .icon1{
        transform: rotate3d(0, 0, 20, 45deg)translateX(3px)translateY(3px);
    }
    .navs .headers .iconActive .icon2{
        transform: rotate3d(0, 0, 20, -45deg)translateX(2px)translateY(-2px);
    }
    .navs .navList{
        width: 100%;
        height: 100vh;
        z-index: 100;
        position: fixed;
        top: 60px;
        padding: 30px 20px;
        transition: .5s all ease-in-out;
        background: #fddd03;
        opacity: 0;
        display: none;
    }
    .navs .navsActive{
        opacity: 1;
        display: block;
    }
    .navs .navList .icon{
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    .navs .navList .phone{
        text-align: center;
    }
    .navs .navList .phone p:nth-child(1) {
        font-size: 16px;
        margin: 1vw auto;
    }
    .navs .navList .phone p:nth-child(2) a{
        font-size: 20px !important;
    }
    .navs .navList a .icon {
        width: 57px;
        height: 57px;
        border-radius: 50%;
        font-size: 26px;
        text-align: center;
        margin-right: 1.5vw;
        cursor: pointer;
        color: #333333;
        display: inline-block;
    }
    .navs .navList a .icon i{
        position: relative;
        top: 10px;
    }
    .navs .navList a:nth-child(1) .icon{
        font-size: 34px;
    }
    .navs .navList a:nth-child(1) .icon i{
        top: 5px;
    }
    .navs .navList .wechat{
        width: 120px;
        margin: 0 auto;
        padding-top: 5vw;
    }
    .navs .navList a{
        display: block;
        padding: 13px 0;
        font-size: 16px;
        letter-spacing: -.02em;
        color: #333333;
        font-weight: bold;
        text-align: center;
    }
    /*.navs .navList li+li>a {*/
    /*    border-top: 1px solid #fddd03;*/
    /*}*/
    .index .f1 {
        margin-top: 60px;
    }

    .index .f2 .videoBoxs {
        position: inherit;
        width: 100%;
        height: auto;
        margin: 5vw auto;
    }

    .index .f2 .videoBoxs .video {
        width: 90vw;
        height: 60vw;
        margin: 0 auto;
        border-radius: 0;
    }

    .index .f2 .videoBoxs .video video {
        width: 90vw;
        height: 60vw;
        overflow: hidden;
        border-radius: 0;
    }

    .index .f2 .videoBoxs .video .playIcon {
        width: 15vw;
        height: 15vw;
        top: inherit;
        margin-top: -38vw;
        margin-left: 37vw;
    }

    .index .f2 .itemBox {
        display: inline-block;
        padding: 3vw 0;
    }

    .index .f2 .textBox {
        width: 100%;
        padding: 5vw;
    }

    .index .f2 .textBox .tit {
        font-size: 16px;
    }

    .index .f2 .textBox .des {
        font-size: 14px;
        text-align: justify;
    }

    .index .f2 .itemBox .item {
        flex: inherit;
        width: 49%;
        display: inline-block;
        padding: 3vw;
    }

    .index .f2 .itemBox .item:nth-child(even) {
        border-right: transparent;
    }

    .index .f2 .itemBox .item p:nth-child(1) {
        font-size: 28px;
    }

    .index .f2 .itemBox .item p:nth-child(1) span {
        font-size: 16px;
    }

    .index .f2 .itemBox .item p:nth-child(2) {
        font-size: 14px;
        margin-top: 5px;
    }

    .index .f3 .txt-swiper {
        display: none;
    }
    .index .f3 .f3-swiper{
        margin-top: 5vw;
    }
    .index .f2 .textBox .more {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .index .f2 .imgBox {
        display: block;
    }

    .index .f2 .imgBox .img1, .index .f2 .imgBox .img2, .index .f2 .imgBox .img3 {
        height: 31vw;
        background-blend-mode: inherit;
        margin-top: 3vw;
    }
    .index .f2 .imgBox .img1{
        background: url('/resources/assets/images/img11_1.jpg') no-repeat rgba(0, 0, 0, 0.5);
    }
    .index .f2 .imgBox .img2{
        background: url('/resources/assets/images/img12_1.jpg') no-repeat rgba(0, 0, 0, 0.5);
    }
    .index .f2 .imgBox .img3{
        background: url('/resources/assets/images/img13_1.jpg') no-repeat rgba(0, 0, 0, 0.5);
    }
    .index .f3 {
        padding-bottom: 5vw;
    }

    .index .f3 .f3-swiper .swiper-slide .img {
        width: 90vw;
        margin-left: 5vw;
    }

    .index .f3 .f3-swiper .swiper-slide .textBox {
        width: 90vw;
        position: inherit;
        margin: 0 auto;
        left: inherit;
        top: 0;
    }

    .index .f3 .f3-swiper .swiper-slide .textBox .tit {
        font-size: 16px;
    }

    .index .f3 .f3-swiper .swiper-slide .textBox .des {
        font-size: 14px;
    }

    .index .f3 .f3-swiper .swiper-slide .textBox .tit::before {
        margin-top: 30px;
    }

    .index .f3 .f3-swiper .swiper-slide .textBox .more {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        box-shadow: inherit;
    }

    .index .f4 {
        height: auto;
        padding: 5vw;
    }
    .index .f4 .bgImg{
        display: none;
    }
    .index .f4 .logoBox{
        width: 100%;
        display: inline-block;
        margin-top: 5vw;
    }
    .index .f4 .logoBox .item{
        background: white;
        width: 21vw;
        display: inline-block;
        float: left;
        margin-bottom: 2vw;
        margin-right: 2vw;
    }
    .index .f4 .logoBox .item:nth-child(4n){
        margin-right: 0;
    }
    .index .f4 .logoBox .item img{
        width: 100%;
    }
    .index .f4 .textBox {
        position: inherit;
        left: inherit;
        width: 90vw;
        margin: 0 auto;
        padding-top: 3vw;
    }

    .index .f4 .textBox .des {
        width: 100%;
        font-size: 14px;
        text-align: justify;
    }

    .index .f4 .titImg {
        position: inherit;
        left: inherit;
        top: inherit;
    }
    .index .f5{
        padding: 5vw;
    }
    .index .f5 .newList .items .time, .index .f5 .newList .items .del, .index .f5 .newList .itemBox .item .text .des, .index .f5 .newList .itemBox .item .text .del {
        font-size: 14px;
        height: inherit;
    }

    .index .f5 .newList .items .name, .index .f5 .newList .itemBox .item .text .name {
        font-size: 16px;
        width: 90vw;
    }

    .index .f5 .newList .itemBox .item {
        width: 100%;
    }

    .index .f5 .newList .itemBox .item .text .time p:nth-child(1) {
        font-size: 14px;
    }

    .index .f5 .newList .itemBox .item .text .time {
        font-weight: inherit;
    }

    .f3Pang .swiper-pagination-bullet {
        background: red;
    }

    .index .f5 .newList .itemBox .item .text {
        padding: 2vw 0;
    }

    .index .f5 .newList .more {
        margin: 5vw auto;
    }

    .index .f5 .newList .more p {
        font-size: 14px;
    }

    .index .f5 .newList .more img {
        width: 15px;
        height: 15px;
    }
    footer{
        display: block;
        padding: 0;
    }
    footer .centre{
        display: none;
    }
    footer .right{
        margin: 0;
        padding: 5vw 0;
    }
    .titImg {
        width: 120px !important;
    }
    .backTop{
        display: none;
    }
    footer .left{
        margin: 0;
        padding: 0;
        border: transparent;
    }
    footer .left .iconBox{
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    footer .left .titImg{
        width: 150px !important;
        text-align: center;
        padding: 5vw 0;
        margin: 0 auto;
    }
    footer .left .more{
        display: none;
    }
    footer .right .phone .icon{
        display: none;
    }
    footer .right .phone, footer .right .address{
        text-align: center;
        padding: 0;
    }
    .formIcon {
        right: -3%;
    }
    .about .f1{
        height: 75vw;
        margin-top: 60px;
    }
    .about .f1 .tabBox{
        padding-top: 50vw;
    }
    .about .f1 .tabBox ul li{
        font-size: 16px;
        margin-bottom: 2vw;
    }
    .about .f1 .tabBox ul li::before{
        width: 0;
    }
    .about .f2{
        height: auto;
    }
    .about .f2 .textBox .itemBox{
        display: inline-block;
        padding: 3vw 0;
    }
    .about .f2 .textBox .item{
        flex: inherit;
        width: 49%;
        display: inline-block;
        padding: 3vw;
    }
    .about .f2 .textBox .item p:nth-child(1){
        font-size: 28px !important;
    }
    .about .f2 .textBox .item p:nth-child(1) span{
        font-size: 16px !important;
    }
    .about .f2 .textBox .item p:nth-child(2){
        font-size: 14px !important;
        margin-top: 5px;
    }
    .about .f2 .textBox .item:nth-child(even){
        border-right: transparent;
    }
    .about .f2 .textBox{
        width: 100%;
        height: auto;
        padding: 5vw;
        top: inherit;
    }
    .about .f2 .textBox .des{
        width: 100%;
        font-size: 14px;
        text-align: justify;
    }
    .about .f3{
        height: 100vw;
    }
    .about .f3 .textBox{
        padding: 5vw;
    }
    .about .f3 .textBox .name{
        font-size: 16px;
    }
    .about .f3 .textBox .des{
        font-size: 14px;
    }
    .about .f3 .tabBoxs{
        margin-top: 62%;
    }
    .about .f3 .tabBoxs .item{
        font-size: 14px;
    }
    .about .f3 .tabBoxs .active{
        transform: translateY(-62%);
    }
    .about .f4{
        padding: 5vw;
    }
    .about .f4 .titImg{
        margin-left: inherit;
    }
    .about .f4 .txt-swiper{
        display: none;
    }
    .about .f4 .f4-swiper{
        width: 90vw;
        margin-left: 0;
        margin-top: 8vw;
    }
    .about .f4 .f4-swiper .swiper-slide p{
        font-size: 16px;
        margin-top: 3vw;
    }
    .about .f5{
        height: auto;
    }
    .about .f5 .titImg{
        position: inherit;
    }
    .about .f5 .itemBox{
        padding: 5vw;
        display: block;
    }
    .about .f5 .f5-swiper{
        margin-top: 5vw;
    }
    .about .f5 .f5-swiper .swiper-pagination{
        bottom: 0;
    }
    .about .f5 .f5-swiper .swiper-pagination .swiper-pagination-bullet {
        background: white;
    }

    .about .f5 .f5-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #fed900;
    }
    .about .f5 .itemBox .active{
        background: transparent;
    }
    .about .f5 .itemBox .item{
        width: 100%;
        height: auto;
        display: block;
        float: inherit;
    }
    .about .f5 .itemBox .item .text,.about .f5 .itemBox .active .icon i{
        opacity: 1;
    }
    .about .f5 .itemBox .item .text{
        padding: 4vw;
    }
    .about .f5 .itemBox .item .icon{
        padding-top: 0;
    }
    .about .f5 .itemBox .item .icon .cn{
        font-size: 18px;
    }
    .about .f5 .itemBox .item .icon .en{
        font-size: 14px;
    }
    .about .f6{
        padding: 5vw;
    }
    .about .f6 p{
        font-size: 14px;
        margin-top: 5vw;
    }
    .about .f7 .item{
        height: auto;
    }
    .about .f7 .item .left,.about .f7 .item .right{
        width: 100%;
        height: auto;
    }
    .about .f7 .item .left .tit .en{
        font-size: 18px;
    }
    .about .f7 .item .left .tit .cn{
        font-size: 14px;
    }
    .about .f7 .item .left .tab{
        padding: 5vw 0;
    }
    .about .f7 .item .left .tab .tabItem{
        font-size: 12px;
        padding: 1vw 2.5vw;
    }
    .about .f7 .item .left .des{
        width: 95%;
    }
    .about .f8{
        padding: 5vw;
    }
    .about .f8 .tit{
        font-size: 14px;
        margin-top: 5vw;
    }
    .about .f8 .bgImg img:nth-child(1) {
        width: 90%;
        margin: 2vw auto;
        text-align: center;
    }
    .about .f9{
        width: 100%;
        height: auto;
        padding: 5vw;
        background: url('/resources/assets/images/about16_1.jpg') center no-repeat;
        background-size: cover;
    }
    .about .f9 .f9-swiper .swiper-pagination{
        bottom: 0;
    }
    .about .f9 .f9-swiper .swiper-pagination .swiper-pagination-bullet {
        background: white;
    }

    .about .f9 .f9-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #fed900;
    }
    .about .f9 .itemBox{
        margin-top: 5vw;
    }
    .about .f9 .itemBox .item{
        margin-bottom: 20px;
        text-align: center;
    }
    .about .f9 .itemBox .item .tit{
        color: #fed900;
    }
    .about .f9 .itemBox .item .tit p:nth-child(1){
        font-weight: bold;
        font-size: 16px;
    }
    .about .f9 .itemBox .item .tit p:nth-child(2){
        font-size: 16px;
    }
    .about .f9 .itemBox .item .des{
        font-size: 14px;
        padding-top: 10px;
        color: white;
    }
    .brand .f1{
        height: auto;
        margin-top: 60px;
    }
    .brand .f1 .img{
        width: 90%;
    }
    .brand .f1 .tabBox{
        margin-bottom: 5vw;
    }
    .brand .f1 .tabBox .item .img{
        width: 60px;
        height: 60px;
    }
    .brand .f1 .tabBox .item .img img{
        width: 50px;
        top: 10px;
    }
    .brand .f1 .tabBox .item p{
        font-size: 14px;
        margin-top: 3vw;
    }
    .brand .f2{
        padding: 5vw;
    }
    .brand .f2 .titImg{
        width: 100% !important;
    }
    .brand .f2 .titImg img{
        width: 40px;
    }
    .brand .f2 .titImg p{
        font-size: 18px;
    }
    .brand .f2 .tit{
        font-size: 14px;
        margin-top: 3vw;
    }
    .brand .f2 .itemBox .item{
        width: 100%;
        height: auto;
        padding: 5vw;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .brand .f2 .itemBox .item .icon{
        float: right;
        position: inherit;
        margin-left: inherit;
    }
    .brand .f2 .itemBox .item .tits p:nth-child(1){
        font-size: 18px;
    }
    .brand .f2 .itemBox .item .tits p:nth-child(2){
        font-size: 22px;
    }
    .brand .f3{
        padding: 5vw;
    }
    .brand .f3 .formBox{
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 3vw;
    }
    .brand .f3 .formBox .text p:nth-child(1){
        font-size: 14px;
    }
    .brand .f3 .formBox .text p:nth-child(2){
        font-size: 22px;
        margin: 3vw auto;
    }
    .brand .f3 .formBox .text p:nth-child(3){
        font-size: 14px;
    }
    .brand .f3 .formBox form .input{
        width: 100%;
        border-radius: 5px;
        margin-bottom: 3vw;
    }
    .brand .f3 .formBox form .input input{
        width: 60vw;
        padding: 5vw;
    }
    .brand .f3 .formBox form .input select{
        width: 29vw;
        padding: 5vw;
    }
    .brand .f3 .formBox form .btn{
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .brand .f4{
        margin-top: 60px;
        height: auto;
        padding: 5vw;
        display: block;
    }
    .brand .f4 .left{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .brand .f4 .left .img{
        top: inherit;
    }
    .brand .f4 .right{
        width: 100%;
        padding: 5vw 0;
    }
    .brand .f4 .right .text{
        padding-bottom: 5vw;
    }
    .brand .f4 .right .text .tit{
        font-size: 18px;
    }
    .brand .f4 .right .text .des{
        font-size: 14px;
        line-height: 1.7;
        text-align: justify;
    }
    .brand .f4 .right .rule .item .t{
        width: 25%;
        margin-right: 5%;
    }
    .brand .f4 .right .rule .item .d{
        width: 70%;
        text-align: justify;
    }
    .new .f1{
        height: 68vw;
        margin-top: 60px;
    }
    .new .f1 .tabBox{
        padding-top: 45vw;
    }
    .new .f2{
        padding: 5vw;
    }
    .new .f2 .newsList a{
        width: 90vw;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .new .f2 .newsList a .item .img{
        width: 100%;
        height: auto;
    }
    .new .f2 .newsList a .item .text{
        display: block;
    }
    .new .f2 .newsList a .item .text .time{
        width: 100%;
    }
    .new .f2 .newsList a .item .text .txt{
        width: 90vw;
        margin: 2vw auto;
    }
    .detail_page{
        padding: 2vw 0;
    }
    .detail_page .detailTop .title{
        font-size: 16px;
        font-weight: bold;
        line-height: 1.7;
        letter-spacing: 1px;
    }
    .ndc_npnews .post_next a, .ndc_npnews .post_prev a{
        font-size: 16px;
    }
    .new .f1 .tabBox ul li::before{
        width: 0;
    }
    .new .f1 .tabBox ul li{
        font-size: 16px;
    }
    .formBoxs .form{
        width: 95vw;
        display: block;
        padding: 5vw 3vw;
    }
    .formBoxs .form .item{
        border-right: transparent;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 5vw;
    }
    .formBoxs .form .item .formBox{
        margin: 5vw auto;
    }
    .formBoxs .form .item .formBox .input{
        width: 100%;
        padding: 0 3vw;
        border-radius: 5px;
        margin-bottom: 3vw;
    }
    .formBoxs .form .item .formBox .input input{
        width: 60vw;
        padding: 3vw;
    }
    .formBoxs .form .item .formBox .btn{
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
    }
    .formBoxs .form .item .formBox .textarea{
        width: 100%;
        padding: 3vw;
        margin-bottom: 3vw;
    }
    .formBoxs .form .item:nth-child(2){
        border-bottom: transparent;
        margin-bottom: 0;
    }
    .formBoxs .form .item .formBox .textarea textarea{
        width: 60vw;
        padding: 2vw;
    }
    .formBoxs .form .item .des{
        display: none;
    }
    .formBoxs .close{
        right: 3.5vw;
    }
    .index .f1 .img-swiper .swiper-button-prev{
        width: 7vw;
        height: 7vw;
        right: 20%;
    }
    .index .f1 .img-swiper .swiper-button-next{
        width: 7vw;
        height: 7vw;
        right: 2%;
    }
    .index .f1 .ui-loop{
        width: 5.5vw;
        height: 5.5vw;
        right: 11.5%;
    }
    .index .f1 .img-swiper .swiper-slide{
        height: 60vw !important;
    }
    .index .f5 .newList .items:hover {
        background: transparent;
        padding-left: 0;
    }
    .brand .f2 .itemTab a{
        font-size: 14px;
        padding: 4px 10px;
        margin-right: 5px;
    }
    .index .f5 .newList .itemBox .item:hover .text .time,
    .index .f5 .newList .itemBox .item:hover .text .name,
    .index .f5 .newList .itemBox .item:hover .text .des,
    .index .f5 .newList .itemBox .item:hover .text .del {
        color: #333333;
    }
    ._toast{
        left: 30%;
    }
}
