/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}

}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #FFC000;
	--main-color2: #109B04;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	--main-bg: linear-gradient(to right,#185fad 0,#109B04 100%);
}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_header1 .language{float: right;height: 70px;margin-right: 12px;display: flex;align-items: center;}
.sp_header1 .language dd{top: 70px;}

.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}

.sp_nav1 span{display:block;background:#0188FB;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper-container {width: 100%;overflow: hidden;}
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
/*.swiper .swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper .swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}*/
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6,p,a,div {
    font-weight: 200!important;
}
body{
    width: 100%;
    overflow-x: hidden;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar{
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scrollbar-track-y{
    z-index: 9999!important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 4px !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

img{
    object-fit: cover;
}
.header {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    position: fixed;
    z-index: 19991209;
    top: 0;
    transition: 1s;
}
.header_active {
    height: 100px;
}
.header .logo img {
    transition: 1s;
}
.header_active .logo img {
    transform: scale(0.8);
}
.header_on1 {
    background: #fff;
}
.header .nav {
    display: flex;
    align-items: center;
     margin-left: auto;
}
.header .nav li a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3D3D3D;
    transition: 1s;
}
.header .nav li a:hover {
    color: #FFC000;
}
.header .nav li.on a {
    color: #FFC000;
}
.header .nav li {
    margin-right: 83px;
    position: relative;
}
.header .nav li .second {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 128px;
    padding-top: 54px;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
.header .nav li:hover .second {
    opacity: 1;
    pointer-events: unset !important;
}
.header .nav li .second .nav2 {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
}
.header .nav li .second .nav2::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 59px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
}
.header .nav li .second .nav2 a {
    display: block;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #3D3D3D;
}
.header .nav li .second .nav2 a:hover {
    color: #FFC000;
}
.header .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 173px;
    height: 47px;
    border: 1px solid #3D3D3D;
    border-radius: 24px;
}
.header .tel p {
    font-size: 16px;
    font-family: Nexa Text Demo;
    font-weight: 400!important;
    color: #3D3D3D;
}
.header .tel .iconfont {
    font-size: 26px;
    margin-right: 10px;
    color: #3D3D3D;
}
footer {
    width: 100%;
    background: #1F1F1F;
}
.footer {
    width: 100%;
}
 .footer .footer_top {
    width: 100%;
    border-bottom: 1px solid rgba(102, 102, 102, 0.15);
    padding-top: 62px;
    padding-bottom: 42px;
}
 .footer .footer_top .joke {
    width: 1720px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer .footer_top .joke form {
    display: flex;
}
 .footer .footer_top .joke form .left {
    padding-right: 188px;
    position: relative;
}
.footer .footer_top .joke form .left:after {
    content: "";
    width: 1px;
    height: 89px;
    background: #666666;
    opacity: 0.1;
    position: absolute;
    top: 8px;
    right: 0;
}
.footer .footer_top .joke form .left p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 28px;
}
 .footer .footer_top .joke form .left h1 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.footer .footer_top .joke form .left input {
    width: 518px;
    height: 36px;
    background: unset;
    border: none;
    border-bottom: 1px solid rgba(102, 102, 102, 0.15);
    color: #fff;
}
.footer .footer_top .joke form .left input::placeholder {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    opacity: 0.2;
}
.footer .footer_top .joke form .right {
    padding-left: 188px;
    padding-top: 24px;
}
.footer .footer_top .joke form .right p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 34px;
    padding-left: 5px;
}
.footer .footer_top .joke form .right button {
    display: block;
    background: unset;
    border: none;
    cursor: pointer;
}
.footer .footer_top .joke form .right button p {
    width: fit-content;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-left: 5px;
    transition: 1s;
}
.footer .footer_top .joke form .right button .iconfont {
    font-size: 56px;
    transform: rotate(-90deg) rotateY(180deg);
    color: #FFFFFF;
    transition: 1s;
}
.footer .footer_top .joke form .right button:hover p ,footer .footer .footer_top .joke form .right button:hover .iconfont {
    color: #FFC000;
}
.footer .footer_top .joke .ewm {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer .footer_top .joke .ewm p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
}
.footer .footer_center {
    width: 100%;
    padding-top: 47px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.15);
    padding-bottom: 40px;
}
.footer .joke {
    width: 1720px;
    margin: auto;
    display: flex;
}
.footer .footer_center .logo-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 194px;
}
.footer .footer_center .logo-info img {
    width: 120px;
}
.footer .footer_center .logo-info p {
    font-size: 24px;
    font-family: Nexa Text Demo;
    font-weight: bold;
    color: #FFC000;
    margin-top: 34px;
}
.footer .footer_center ul {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .footer_center  ul li:nth-child(1) a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 24px;
}
    .footer .footer_center ul .info li:nth-child(1) a {
        display: block;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.6;
        margin-bottom: 8px;
        transition: 1s;
    }
    .footer .footer_center ul li a {
        display: block;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.6;
        margin-bottom: 8px;
        transition: 1s;
        text-align: center;
    }
.fp-watermark {
    display: none!important;
}
.footer .footer_center  ul li a:hover {
    opacity: 1;
}
.footer .footer_bottom {
    padding-top: 28px;
    padding-bottom: 20px;
}
.footer .footer_bottom .joke {
    justify-content: space-between;
}
.footer .footer_bottom .joke .links {
    display: flex;
}
.footer .footer_bottom .joke .links a {
    display: block;
    margin-right: 30px;
    font-size: 20px;
    color: rgba(121, 121, 121, 1);
    transition: 1s;
}
.footer .footer_bottom .joke .links a:hover {
    color: #fff;
}
 .footer .footer_bottom .joke .fa {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 5px;
}
.footer .footer_bottom .joke .fa p:nth-child(1) {
    margin-bottom: 45px;
}
.footer .footer_bottom .joke .fa p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #DADADA;
    opacity: 0.2;
    display: flex;
    align-items: center;
}
.footer .footer_bottom .joke>a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #DADADA;
    opacity: 0.4;
}
.header_on .nav li a {
    color: #ffffff;
}
.header_on .tel {
    border: 1px solid #ffffff;
}
.header_on .tel p {
    color: #ffffff;
}
.header_on .tel .iconfont {
    color: #ffffff;
}




.Menu{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #836d3b;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.Menu.Show .LineBox{
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    /* justify-content: center; */
}

.Menu.Show .Line:first-child{
    transform:rotate(-45deg);
}
.Menu.Show .Line:nth-child(2){
    opacity: 0;
}
.Menu.Show .Line:last-child{
    transform:rotate(45deg);
}
.Menu.Show .LineBox .Line{
    position: absolute;
    margin-top: 0;

}
.Menu .Line{
    height: 1px!important;
    width: 18px;
    margin: 4px auto 0;
    border-radius: 2px;
    background-color: #836d3b;
    transition: all .5s;

}
.Menu .Line:first-child{
    margin-top: 0;
}
.Menu .Line:nth-child(2){
    transition: all .5s;
    width: 18px;
    opacity: 1;
    height: 2px;
}
.MenuBox{
    pointer-events: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    /* background-color: #fff; */
    right: 0;
    top: 70px;
    z-index: 1;
}
.MenuBox.Show{
    pointer-events: auto;
    background-color: rgba(0,0, 0, 0.6);
}
.MenuBox.Show ul{
    transform: translateX(100%);
}
.MenuBox ul{
    padding-top: 30px;
    background-color: #fff;
    transition: all 1s;
    width: 50vw;
    height: 100vh;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    transform: translateX(200%);
}
.MenuBox ul li{
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px #eee solid;
}
.MenuBox ul li .second{
    width: 100% !important;
}
.MenuBox ul li .second a{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.MenuBox ul li a{
    display: block;
    text-align: center;
    height: 40px;
    color: #333333;
    line-height: 40px;
}

.MenuBox ul li .top{
    display: flex;
    position: relative;
}
.MenuBox ul li .iconfont{
    font-size: 36px;
    position: absolute;
    right: -30px;
    transform: rotate(90deg);
    transition: all .5s;
}
.MenuBox ul li .iconfont.Show{
    transform: rotate(180deg);
}
.PC{
    display: flex !important;
}
.PE{
    display: none !important;
}
@media screen and (max-width: 2560px){

}


@media screen and (max-width: 2048px){

}

@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){

    .header .nav{
        margin-left: auto;
    }
    .header .nav li .second {
        padding-top: 40px;
    }
    .footer .joke,
    .footer .footer_top .joke{
        width: 80%;
    }
    .footer .footer_center ul{
        margin-right: 120px;
    }
}

@media screen and (max-width: 1680px){
    .header .nav li {margin-right: 60px;}
    .header .tel {width: 160px;}
    .footer .footer_top .joke form .left h1 {font-size: 24px;}
}

@media screen and (max-width: 1600px){
    .footer .footer_center .logo-info {
        margin-right: 150px;
    }
}

@media screen and (max-width: 1440px){
    .header .nav li {margin-right: 30px;}
	.footer .footer_top .joke form .left {
        padding-right: 30px;
    }
    .footer .footer_center ul {
        margin-right: 90px;
    }
    .footer .footer_bottom .joke .fa p:nth-child(1) {
        margin-bottom: 20px;
    }
    .footer .footer_top .joke form .right {
        padding-left: 150px;
    }

}

@media screen and (max-width: 1400px){

    .footer .footer_center .logo-info {
        margin-right: 100px;
    }
}

@media screen and (max-width: 999px){
.header{padding: 0 20px;}
.header .tel{width: auto;height: auto;padding: 5px 10px;}
.header .tel .iconfont{font-size: 20px;}
.header .tel p{font-size: 14px;}
.header .nav li{margin-right: 20px;}
.header .nav li a{font-size: 15px;}

}

@media screen and (max-width: 820px){
    .PC{display: none !important;}
    .PE{display: flex !important;}
    .PE>p {font-weight: 500!important;font-size: 18px;}
    .header {height: 70px;background-color: #FFC000!important;}
    .header .logo{width: 80px;}
    .Menu{margin-left: 40px;}
    .header .logo img{width: 100%;height: auto;display: block;}
    .footer .joke, .footer .footer_top .joke{
        width: 90%;
    }
    .footer .footer_top .joke form{
        flex-direction: column;
    }
    .footer .footer_top .joke form .right{
        padding-left: 0;
    }
    .footer .footer_center ul {
        margin-right: 30px;
    }
    .footer .footer_center .logo-info {
        margin-right: 60px;
    }
    .footer .footer_bottom .joke{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer .footer_bottom .joke .fa{
        width: 100%;
    }
    .footer .footer_bottom .joke .fa p:nth-child(1) {
        margin-bottom: 5px;
    }
    .footer .footer_center .logo-info {
        margin-right: 30px;
    }
    .footer .footer_top .joke .ewm p {
        font-size: 14px;
    }
    .footer .footer_top .joke form .right p {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .footer .footer_center .logo-info p {
        font-size: 20px;
    }
    .footer .joke, .footer .footer_top .joke{
        justify-content: space-between;
    }
    .footer .footer_top {
        padding-bottom: 10px;
    }
    .footer .footer_top .joke form .left p {
        margin-bottom: 16px;
    }
}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 540px){
    .footer .footer_bottom .joke .links{margin: 0 auto;}
    .footer .footer_bottom .joke>a{margin: 10px auto 0;}
    .footer .footer_bottom .joke .links a:last-child{margin-right: 0;}
	.header{padding: 0 20px;}
    .footer .footer_center .info{display: none;}
    .footer .footer_top .joke form .left input {
        width: 100%;
    }
    .footer .footer_top .joke form .left h1 {
        font-size: 20px;
    }
    .footer .footer_top .joke form .right button{
        display: flex;
        align-items: center;
    }
    .footer .footer_top .joke form .right button p{
        margin-right: 30px;
    }
    .footer .footer_top .joke form .right button .iconfont {
        font-size: 30px;
    }
    .footer .footer_top .joke form{
        flex: 1;
    }
    .footer .joke{
        flex-wrap: wrap;
    }
    .footer .footer_center .logo-info{
        width: 100%;
        margin-right: 0;
        /* align-items: self-start; */
        margin-bottom: 40px;
        justify-content: center;
    }
    .footer .footer_center ul{
        width: 33.3%;
        margin-right: 0;
        margin-top: 30px;
    }
    .footer .footer_center ul li:nth-child(1) {
        margin-bottom: 0px;
    }
    .footer .footer_bottom .joke .fa{
        width: 300px;
        margin: 0 auto;
        text-align: center;
    }
    .footer .footer_center ul li:nth-child(1) a {
        margin-bottom: 0;
    }
}


@media screen and (max-width: 414px){
	.footer .footer_top .joke form .left h1 {
        font-size: 18px;
    }
    .footer .footer_top .joke form .right p {
        margin-bottom: 10px;
    }
    .footer .footer_top .joke form .right button p {
        margin-right: 19px;
    }
    .footer .footer_bottom .joke .fa p {
        font-size: 12px;
    }
    .footer .footer_center .logo-info img{
        width: 80px;
    }
    .footer .footer_center .logo-info p{
        font-size: 14px;
        margin-top: 14px;
    }
    .footer .footer_center .logo-info {
        margin-bottom: 0;
    }
    .footer .footer_center {
        padding-top: 20px;
    }
}

@media screen and (max-width: 375px){
	.footer .footer_bottom .joke .links a {
        margin-right: 20px;
    }
    .footer .footer_top .joke form .right p {
        font-size: 12px;
    }
    .footer .footer_top .joke form .right{
        padding-top: 10px;
    }
    .footer .footer_top .joke .ewm p {
        line-height: 24px;
    }
    .footer .footer_top .joke .ewm img{
        width: 80px;
    }
    .footer .footer_top .joke form .left h1 {
        font-size: 16px;
    }
    .footer .footer_top .joke form .left p {
        font-size: 14px;
    }
    .footer .footer_top .joke form .left input{
        height: 20px;
    }
}

@media screen and (max-width: 360px){

}

@font-face {
  font-family: "iconfont"; /* Project id 3607938 */
  src: url('../fonts/iconfont.woff2?t=1685329357603') format('woff2'),
       url('../fonts/iconfont.woff?t=1685329357603') format('woff'),
       url('../fonts/iconfont.ttf?t=1685329357603') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bofang:before {
  content: "\e87c";
}

.icon-zuojiantou:before {
  content: "\e79b";
}

.icon-xinlangweibo:before {
  content: "\e600";
}

.icon-weixin:before {
  content: "\e601";
}

.icon-weibiaoti2:before {
  content: "\e63a";
}

.icon-jiantou_qiehuanxiangxia_o:before {
  content: "\eb8c";
}

.icon-pdf:before {
  content: "\e687";
}

.icon-alibabaalibaba:before {
  content: "\e603";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-24gf-playCircle:before {
  content: "\ea82";
}

.icon-dingwei:before {
  content: "\e60d";
}

.icon-jiantou_liebiaoshouqi_o:before {
  content: "\eb8a";
}

.icon-dianhua:before {
  content: "\eb23";
}

.iAni1 {position: fixed;width: 128px;height: 128px;right: 30px;bottom: 10px;}
.iAni1 .imgBox{width: 128px;height: 128px;font-size: 0px;display: flex;justify-content: center;align-items: center;}
.iAni1 .img2{width: 40px;}
.iAni1 .img1{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.iAni1 .img1{animation: myMove1 6s linear infinite; -webkit-animation: myMove1 6s linear infinite;}
@-webkit-keyframes myMove1{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes myMove1{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes myMove1{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes myMove1{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}


/*about*/
.about1 .banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about1 .banner img {
	display: block;
	width: 100%;
	height: 100%;
}

.about2 .fp-tableCell {
	display: flex;
	justify-content: center;
	padding-top: 180px;
}

.about2 .left,
.about2 .right {
	transform: translateY(20px);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.6s;
}

.about2.active .left,
.about2.active .right {
	transform: translateY(0px);
	opacity: 1;
}

.about2 .left .title h1 {
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1E1E1E;
	position: relative;
	margin-bottom: 35px;
}

.about5 .item3 p:nth-last-child(1) {
	text-align: left!important;
}

.about2 .left .title h1:after {
	content: "";
	width: 184px;
	height: 1px;
	border: 1px solid #000000;
	opacity: 0.05;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.about2 .left .title h1:before {
	content: "";
	width: 45px;
	height: 3px;
	background: #FFC000;
	position: absolute;
	left: 72px;
	bottom: -20px;
}

.about2 .left .title p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #6C6C6C;
}

.about2 .left .title {
	margin-bottom: 50px;
}

.about2 .left .content {
	width: 980px;
}

.about2 .left .content h5 {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #1E1E1E;
	border-bottom: 1px solid rgba(36, 36, 36, 0.1);
	padding-bottom: 34px;
	margin-bottom: 57px;
}

.about2 .left .content p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #3D3D3D;
	line-height: 28px;
}

.about2 .right {
	padding-top: 230px;
	margin-left: 138px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
}

.about2 .right .img {
	width: 619px;
	height: 430px;
	display: block;
	overflow: hidden;
	margin-bottom: 34px;
}

.about2 .right .img img {
	width: 100%;
	height: 100%;
	display: block;
	transform: scale(1.2);
	transition: 1s;
	transition-delay: 1s;
}

.about2.active .right .img img {
	transform: scale(1);
}

.about6 .joke .history .swiper-slide .the {
	height: 50%;
}

.about3 .fp-tableCell {
	display: flex;
}

.about3 .left {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.about3 .left::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFC000;
	z-index: 3;
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: 0.5s;
}

.about3 .left::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 192, 0, 0.7);
	z-index: 3;
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: 0.7s;
}

.about3.active .left::before {
	transform: translateX(100%);
}

.about3.active .left::after {
	transform: translateX(100%);
}

.about3 .left img {
	display: block;
	height: 100%;
}

.about3 .right {
	display: flex;
	padding-top: 175px;
	margin-left: 86px;
	transform: translateY(30px);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.6s;
}

.about3.active .right {
	opacity: 1;
	transform: translateY(0);
}

.about3 .right .swiper {
	width: 525px;
	height: 744px;
	display: none;
}

.about3 .right .swiper.on {
	display: block;
}

.about3 .right .swiper-slide {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4px 68px;
}

.about3 .right .swiper-slide .item {
	height: fit-content;
	margin-bottom: 15px;
}

.about3 .right .swiper-slide .item:nth-child(2n) {
	margin-right: 0;
}

.about3 .right .swiper-slide .item .img {
	width: 223px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.about3 .right .swiper-slide .item .img img {
	max-width: 100%;
	max-height: 100%;
	transition: 1s;
	display: block;
}

.about3 .right .swiper-slide .item .img:hover img {
	transform: scale(1.2);
}

.about3 .right .swiper-slide .item p {
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
}

.about3 .right .title h1 {
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1E1E1E;
	position: relative;
	margin-bottom: 35px;
}

.about3 .right .title h1:after {
	content: "";
	width: 184px;
	height: 1px;
	border: 1px solid #000000;
	opacity: 0.05;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.about3 .right .title h1:before {
	content: "";
	width: 45px;
	height: 3px;
	background: #FFC000;
	position: absolute;
	left: 70px;
	bottom: -20px;
}

.about3 .right .title p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #6C6C6C;
}

.about3 .right .title {
	margin-bottom: 65px;
}

.about3 .right .content {
	margin-right: 206px;
}

.about3 .right .content .sidebar .box {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.about3 .right .content .sidebar .box .line {
	width: 0;
	height: 1px;
	transition: 1s;
}

.about3 .right .content .sidebar .box p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #707781;
	transition: 1s;
}

.about3 .right .content .sidebar .box.on p {
	color: #FFC000;
}

.about3 .right .content .sidebar .box.on .line {
	width: 18px;
	height: 1px;
	background: #FFC000;
	margin-right: 13px;
}

.about3 .right .content .sidebar .box:hover p {
	color: #FFC000;
}

.about3 .right .content .sidebar .box:hover .line {
	width: 18px;
	height: 1px;
	background: #FFC000;
	margin-right: 13px;
}

.about4 .joke {
	width: 1730px;
	margin: auto;
	padding-top: 120px;
}

.about4 .joke .title {
	margin: 0 auto 20px;
	width: fit-content;
	opacity: 0;
	transition: 1s;
	transform: translateY(30px);
	transition-delay: 0.6s;
}

.about4.active .joke .title {
	opacity: 1;
	transform: translateY(0);
}

.about4 .joke .title h1 {
	width: 184px;
	text-align: center;
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1E1E1E;
	position: relative;
	margin: 0 auto 35px;
}

.about4 .joke .title h1:after {
	content: "";
	width: 100%;
	height: 1px;
	border: 1px solid #000000;
	opacity: 0.05;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.about4 .joke .title h1:before {
	content: "";
	width: 45px;
	height: 3px;
	background: #FFC000;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.about4 .joke .title p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #6C6C6C;
	text-align: center;
}

.about4 .joke .wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about4 .joke .wrap .item {
	width: 400px;
	transform: translateY(20px);
	opacity: 0;
	transition: 1s;
	margin: 0 0 20px 0;
}

.about4 .joke .wrap .item:nth-child(1) {
	transition-delay: 0.6s;
}

.about4 .joke .wrap .item:nth-child(2) {
	transition-delay: 0.8s;
}

.about4 .joke .wrap .item:nth-child(3) {
	transition-delay: 1s;
}

.about4 .joke .wrap .item:nth-child(4) {
	transition-delay: 1.2s;
}

.about4.active .joke .wrap .item {
	transform: translateY(0);
	opacity: 1;
}

.about4 .joke .wrap .item .img {
	display: block;
	width: 100%;
	height: 261px;
	overflow: hidden;
	margin-bottom: 10px;
}

.about4 .joke .wrap .item .img img {
	width: 100%;
	height: 100%;
	transition: 1s;
}

.about4 .joke .wrap .item .img:hover img {
	transform: scale(1.2);
}

.about4 .joke .wrap .item h5 {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #232222;
	text-align: center;
}

.about4 .joke .wrap .item p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	line-height: 28px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about5 {
	position: relative;
	overflow: hidden;
}

.about5 .joke {
	width: 1680px;
	margin: auto;
	padding-top: 180px;
	opacity: 0;
	transform: translateY(30px);
	transition: 1s;
	transition-delay: 0.6s;
}

.about5.active .joke {
	opacity: 1;
	transform: translateY(0);
}

.about5 .joke .title {
	width: fit-content;
}

.about5 .joke .title h1 {
	width: 184px;
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1E1E1E;
	position: relative;
	margin-bottom: 35px;
}

.about5 .joke .title h1:after {
	content: "";
	width: 100%;
	height: 1px;
	border: 1px solid #000000;
	opacity: 0.05;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.about5 .joke .title h1:before {
	content: "";
	width: 45px;
	height: 3px;
	background: #FFC000;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.about5 .joke .title p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #6C6C6C;
}

.about5 .circle1 {
	width: 1574px;
	height: 1574px;
	border: 1px dashed #252525;
	opacity: 0.12;
	border-radius: 50%;
	position: absolute;
	top: -758px;
	left: -927px;
}

.about5 .circle1 {
	width: 1574px;
	height: 1574px;
	border: 1px dashed #252525;
	opacity: 0.12;
	border-radius: 50%;
	position: absolute;
	top: -816px;
	left: -647px;
}

.about5 .circle2 {
	width: 875px;
	height: 875px;
	border: 1px dashed #252525;
	opacity: 0.12;
	border-radius: 50%;
	position: absolute;
	bottom: -405px;
	left: -458px;
}

.about5 .circle3 {
	width: 1574px;
	height: 1574px;
	border: 1px dashed #252525;
	opacity: 0.12;
	border-radius: 50%;
	position: absolute;
	top: -662px;
	right: -906px;
}

.about5 .circle4 {
	width: 1574px;
	height: 1574px;
	border: 1px dashed #252525;
	opacity: 0.12;
	border-radius: 50%;
	position: absolute;
	bottom: -665px;
	right: -1188px;
}

.about5 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.about5 .bg img {
	display: block;
	width: 100%;
	height: 100%;
}

.about5 .item {
	position: absolute;
	opacity: 0;
	transform: translateY(30px);
	transition: 1s;
	transition-delay: 0.6s;
}

.about5.active .item {
	opacity: 1;
	transform: translateY(0);
}

.about5 .item1 {
	top: 220px;
	left: 920px;
}

.about5 .item2 {
	top: 600px;
    left: 395px;
}

.about5 .item3 {
	text-align: right;
	top: 590px;
	right: 420px;
}

.about5 .item .ci {
	width: 8px;
	height: 8px;
	background: #FFC000;
	border-radius: 50%;
	position: absolute;
}

.about5 .item1 .ci {
	top: 22px;
	left: -47px;
}

.about5 .item2 .ci {
	top: 60px;
	left: -57px;
}

.about5 .item3 .ci {
	top: 16px;
	right: -50px;
}

.about5 .item .ci:before {
	content: "";
	width: 29px;
	height: 29px;
	background: rgba(255, 192, 0, 0.17);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about5 .item h1 {
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	margin-bottom: 15px;
}

.about5 .item p {
    width: 448px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFC000;
    margin-bottom: 25px;
}

.about5 .item ul li {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #272727;
	line-height: 28px;
}

.about5 .item .text {
	width: 448px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #4E4E4E;
	line-height: 28px;
}

.about6 .joke {
	padding-left: 122px;
	padding-top: 158px;
}

.about6 .joke .title {
	width: fit-content;
	margin-left: 42px;
	margin-bottom: 71px;
}

.about6 .joke .title h1 {
	width: 184px;
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1E1E1E;
	position: relative;
	margin-bottom: 35px;
}

.about6 .joke .title h1:after {
	content: "";
	width: 100%;
	height: 1px;
	border: 1px solid #000000;
	opacity: 0.05;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.about6 .joke .title h1:before {
	content: "";
	width: 45px;
	height: 3px;
	background: #FFC000;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.about6 .joke .title p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #6C6C6C;
}

.about6 .joke .history {
	width: 90%;
	height: 660px;
	position: relative;
	padding-left: 25px;
}

.about6 .joke .history:after {
	content: "";
	width: 0%;
	height: 1px;
	background: rgba(0, 0, 0, 0.2);
	left: 9px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 1s;
	transition-delay: 0.6s;
}

.about6.active .joke .history:after {
	width: 100%;
}

.about6 .joke .history .swiper-slide:nth-child(2n) {
	display: flex;
	flex-direction: column-reverse;
}

.about6 .joke .history .swiper-slide p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #454545;
	padding-left: 19px;
	position: relative;
}

.about6 .joke .history .swiper-slide:not(.on) p {
	top: -89px;
	left: -13px;
}

.about6 .joke .history .swiper-slide.on p {
	top: 113px;
	left: -19px;
}

.about6 .joke .history .swiper-slide p:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #FFC000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.about6 .joke .history .swiper-slide:not(.on) p {
	top: unset;
	left: unset;
}

.about6 .joke .history .swiper-slide.on p {
	top: unset;
	left: unset;
}

.about6 .joke .history .swiper-slide .time {
	font-size: 24px;
}

.about6 .joke .title {
	margin-bottom: 42px;
}

.about6 .joke {
	padding-top: 135px;
}

.about6 .joke .history .swiper-slide:nth-child(2n-1) p {
	margin-bottom: 25px;
}

.about6 .joke .history .swiper-slide {
	position: relative;
	padding-left: 17px;
	transition: ease transform 2s, ease 1s opacity 1s;
	opacity: 0;
	transform: translateY(40px);
}

.about6 .joke .history .swiper-slide:nth-child(2n) {
	transform: translateY(-40px);
}

.about6.active .joke .history .swiper-slide {
	opacity: 1;
	transform: translateY(0);
}

.about6 .joke .history .swiper-slide:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #FFC000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -8px;
	transform: translateY(-50%);
}

.about6 .joke .history .swiper-slide:after {
	content: "";
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 192, 0, 0.4);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -17px;
	transform: translateY(-50%);
}

.about6 .joke .history .swiper-slide .time {
	font-size: 32px;
	font-family: Saira Condensed;
	font-weight: 600;
	color: #000000;
}

.about6 .joke .history .swiper-slide .img img {display: block;max-width: 278px;max-height: 165px;}
.about6 .joke .history .swiper-slide .img {
	margin-bottom: 27px;
}

.about6 .joke .history .swiper-slide:nth-child(2n) .time {
	margin-bottom: 20px;
	padding-top: 10px;
}

.about7 {
	height: auto!important;
}

.about7 .fp-tableCell {
	height: auto!important;
}

@media screen and (min-width: 2559px) {
	.about4 .fp-tableCell {
		display: flex;
	}
	.about4.active .joke .wrap .item {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 2560px) {}

@media screen and (max-width: 2048px) {}

@media screen and (max-width: 1856px) {
	.about2 .left .content {
		width: 800px;
	}
	.about2 .left .title h1,
	.about3 .right .title h1,
	.about4 .joke .title h1,
	.about5 .joke .title h1,
	.about6 .joke .title h1 {
		font-size: 32px;
	}
	.about5 .item p {
		margin-bottom: 30px;
	}
	.about5 .item h1 {
		font-size: 22px;
	}
	.about6 .joke .history .swiper-slide:after {
		width: 30px;
		height: 30px;
	}
	.about6 .joke .history .swiper-slide:before {
		width: 14px;
		height: 14px;
		left: -9px;
	}
	.about4 .joke .wrap .item {
		margin-top: 10px;
	}
	.about4 .joke {
		width: 90%;
		margin: auto;
	}
	.about4 .joke .wrap .item h5 {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 1792px) {
	.about2 .left .title h1,
	.about3 .right .title h1,
	.about4 .joke .title h1,
	.about5 .joke .title h1,
	.about6 .joke .title h1 {
		font-size: 28px;
	}
	.about4 .joke .wrap .item {
		width: 24%;
	}
}

@media screen and (max-width: 1680px) {
	.about2 .left .content {
		height: 500px;
		overflow: hidden;
	}
	.about2 .left .content .scroll-content {
		padding-right: 30px;
	}
	.about2 .left .title {
		margin-bottom: 70px;
	}
	.about2 .right {
		padding-top: 110px;
	}
	.about3 .right .content {
		margin-right: 170px;
	}
	.about3 .right {
		padding-top: 130px;
	}
	.about3 .right .swiper-slide .item {
		margin-bottom: 20px;
	}
	.about4 .joke .wrap .item {
		width: 23%;
	}
	.about4 .joke .wrap .item .img img,
	.about4 .joke .wrap .item .img {
		height: auto;
	}
	.about5 .joke {
		width: 90%;
	}
	.about6 .joke .title {
		margin-bottom: 30px;
	}
	.about6 .joke .history .swiper-slide .time {
		font-size: 26px;
	}
	.about6 .joke {
		padding-top: 120px;
	}
	.about5 .joke {
		padding-top: 180px;
	}
	.about5 .item1 {
		top: 150px;
		left: 942px;
	}
	.about5 .item3 {
		top: 510px;
		right: 388px;
	}
	.about5 .item p span {
		font-size: 14px !important;
	}
	.about5 .item p {
		margin-bottom: 15px;
	}
	.about5 .item h1 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1600px) {
	.about2 .left .content {
		width: 700px;
	}
	.about2 .right {
		margin-left: 70px;
	}
	.about2 .fp-tableCell {
		padding-top: 150px;
	}
	.about2 .left .title {
		margin-bottom: 40px;
	}
	.about2 .left .content h5 {
		margin-bottom: 40px;
	}
	.about5 .item .text {
		width: 400px;
	}
}

@media screen and (max-width: 1440px) {
	.about2 .left .title h1,
	.about3 .right .title h1,
	.about4 .joke .title h1,
	.about5 .joke .title h1,
	.about6 .joke .title h1 {
		font-size: 24px;
	}
	.about2 .left .title {
		margin-bottom: 10px;
	}
	.about2 .left .content h5 {
		font-size: 20px;
	}
	.about2 .left .content h5 {
		margin-bottom: 20px;
	}
	.about2 .right {
		padding-top: 60px;
	}
	.about3 .right .content {
		margin-right: 160px;
	}
	.about3 .right .swiper-slide .item .img img {
		height: auto;
	}
	.about3 .right .swiper-slide .item .img {
		width: 100%;
		height: auto;
	}
	.about3 .right .swiper-slide .item {
		width: 100%;
		margin-right: 0;
	}
	.about3 .right .swiper-slide {
		justify-content: space-between;
	}
	.about3 .right .swiper {
		width: 400px;
	}
	/* .about3 .right .swiper{
        height: auto;
    } */
	.about4 .joke {
		padding-top: 100px;
	}
	.about4 .joke {
		width: 80%;
	}
	.about4 .joke .wrap .item h5 {
		font-size: 18px;
	}
	.about5 .joke {
		padding-top: 150px;
	}
	.about5 .item1 {
		top: 100px;
		left: 510px;
	}
	.about5 .item2 {
		top: 440px;
		left: 403px;
	}
	.about5 .item3 {
		top: 640px;
		right: 504px;
	}
	.about6 .joke {
		padding-left: 60px;
		padding-right: 60px;
	}
	.about6 .joke .history .swiper-slide .img {
		height: 115px;
	}
	.about6 .joke .history .swiper-slide .img img {
		max-width: 100%;
		height: 100%;
	}
	.about6 .joke .history .swiper-slide .img {
		width: 200px;
	}
	.about6 .joke .history {
		height: 490px;
	}
	.about6 .joke .history .swiper-slide p {
		font-size: 14px;
	}
	.about6 .joke .history .swiper-slide:nth-child(2n) .time {
		margin-bottom: 20px;
	}
	.about2 .left .content {
		width: 550px;
		height: 400px;
	}
	.about2 .left .content p {
		font-size: 12px;
		line-height: 24px;
	}
	.about6 .joke .history {
		width: 100%;
	}
	.about5 .item2 {
		top: 340px;
		left: 327px;
	}
	.about5 .item3 {
		top: 530px;
		right: 588px;
	}
}

@media screen and (max-width: 1400px) {
	.about5 .item h1 {
		margin-bottom: 7px;
	}
	.about5 .item .text {
		margin-bottom: 7px;
	}
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 820px) {
	.about2 .left .content {
		height: auto;
	}
	.circles {
		display: none;
	}
	.about1 {
		padding-top: 70px;
	}
	.about2 .fp-tableCell {
		display: flex;
		flex-direction: column;
		justify-content: start;
		padding-top: 80px;
	}
	.about2 .left .content {
		width: 100%;
	}
	.about2 .left,
	.about2 .right {
		width: 100%;
		padding: 0 60px;
		transform: translateY(0);
		opacity: 1;
	}
	.about2,
	.about2 .fp-tableCell {
		height: auto !important;
	}
	.about2 .right {
		margin-left: 0;
		margin-top: 40px;
	}
	.about2 .right .img {
		width: 100%;
	}
	.about1 .banner img {
		height: auto;
	}
	.about1,
	.about1 .fp-tableCell {
		height: auto !important;
	}
	.about2 .right .circle {
		right: 40px;
	}
	.about3 .fp-tableCell {
		flex-direction: column;
	}
	.about3,
	.about3 .fp-tableCell {
		height: auto !important;
	}
	.about3 .left img {
		width: 110%;
		height: auto;
	}
	.about3 {
		position: relative;
	}
	.about3 .left {
		width: 100%;
		/* margin-left: 0;
        padding: 0 60px; */
		position: absolute;
		top: 0;
	}
	.about3 .right {
		margin-left: 0;
		padding: 60px 60px;
	}
	.about3 .left::before,
	.about3 .left::after {
		display: none;
	}
	.about4 .joke {
		padding-top: 60px;
	}
	.about4 .joke .wrap .item {
		width: 48%;
		opacity: 1;
		transform: translateY(0);
	}
	.about4,
	.about4 .fp-tableCell,
	.about5,
	.about5 .fp-tableCell {
		height: auto !important;
	}
	.about3 .right,
	.about4 .joke .title {
		opacity: 1;
		transform: translateY(0);
	}
	/* .about5 .item1 {
        top: 280px;
        left: 100px;
    }
    .about5 .item2 {
        top: 600px;
        left: 100px;
    } */
	.about5 .item {
		position: static;
		margin-left: 100px;
		opacity: 1;
		transform: translateY(0);
	}
	.about5 .joke {
		margin-bottom: 40px;
		padding-top: 70px;
		opacity: 1;
		transform: translateY(0);
	}
	.about5 .item3 {
		text-align: left;
	}
	.about5 .item .text {
		width: 80vw;
	}
	.about5 .item .ci {
		top: 13px;
		right: auto;
		left: -60px;
	}
	.about6 .joke .history .swiper-slide,
	.about6 .joke .history .swiper-slide:nth-child(2n) {
		opacity: 1;
		transform: translateY(0);
	}
	.about6 .joke .title {
		margin-left: 0;
	}
	/* .about6 .joke .history .swiper-slide:nth-child(2n){
        flex-direction: column;
    } */
	.about6 .joke .history .swiper-slide p,
	.about6 .joke .history .swiper-slide .img {
		margin-bottom: 10px !important;
	}
	.about6,
	.about6 .fp-tableCell {
		height: auto !important;
	}
	.about6 .joke .history:after,
	.about6 .joke .history .swiper-slide:after,
	.about6 .joke .history .swiper-slide:before {
		/* top:80% */
	}
	/* .about6 .joke .history {
        height: 280px;
    } */
	.about6 .joke .history .swiper-slide .time {
		font-size: 22px;
	}
	.about3 .right .swiper-slide .item p {
		font-size: 14px;
	}
	.about3 .right .swiper-slide .item .img,
	.about3 .right .swiper-slide .item {
		margin-bottom: 10px;
	}
	.about3 .right .content {
		margin-right: 120px;
	}
	.about3 .right .swiper-slide .item p {
		font-size: 12px;
	}
	.about4 .wrap .fourswiper {
		width: 100%;
		overflow: hidden;
	}
	.about3 .right .swiper-slide {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 540px) {
	.about2 .left,
	.about2 .right,
	.about3 .right {
		padding: 0 20px;
	}
	.about4 .joke .wrap .item {
		width: 100%;
	}
	.about2 {
		margin-top: 30px;
	}
	.about3 .right {
		padding-top: 20px;
		flex-direction: column;
	}
	.about3 .right .title {
		margin-bottom: 30px;
	}
	.about3 .right .content .sidebar .box {
		flex-direction: column;
		align-items: start;
	}
	.about3 .right .content {
		margin-right: 0;
	}
	.about3 .right .content .sidebar .box {
		display: inline-block;
		margin-right: 20px;
	}
	.about3 .right .swiper {
		width: 100%;
	}
	.about4 .joke {
		width: 100%;
		padding: 60px 20px 0;
	}
	.about5 .item {
		margin-left: 60px;
	}
	.about5 .item .ci {
		left: -30px;
	}
	.about6 .joke {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* .about6 .joke .history .swiper-slide .time {
        font-size: 18px;
    } */
	.about6 .joke .history {
		height: 520px;
		padding-left: 0;
	}
	.about6 .joke .history .swiper-slide .img {
		height: 100px;
	}
	.about6 .joke .history .swiper-slide {
		padding-left: 0;
	}
	.about6 .joke .history .swiper-slide .img {
		width: 92%;
	}
	.about3 .right .swiper-slide .item {
		width: 100%;
	}
	.about3 .right .swiper-slide {
		justify-content: start;
	}
	.about3 .right .swiper-slide .item,
	.about3 .right .swiper-slide .item:nth-child(2n) {
		margin: 0!important;
	}
	.about5 .item h1,
	.about2 .left .title h1,
	.about3 .right .title h1,
	.about4 .joke .title h1,
	.about5 .joke .title h1,
	.about6 .joke .title h1 {
		font-size: 20px;
	}
	.about5 .item p {
		margin-bottom: 10px;
	}
	.about5 .item {
		margin-bottom: 30px;
	}
	.about3.active .right {
		padding: 40px 20px;
	}
	.about2 .left .content h5 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.about2 .right .img img {
		height: auto;
	}
	.about4 .joke .wrap .item h5 {
		font-size: 16px;
	}
	.about4 .joke .wrap .item p {
		font-size: 12px;
	}
	.about2 .right .img {
		height: 300px;
	}
	.about2 .right .circle {
		transform: scale(0.7);
		right: 10px;
	}
	.about3 .right .content .sidebar .box p {
		font-size: 14px;
	}
	.about3 .right .content .sidebar .box {
		margin-right: 10px;
	}
}

@media screen and (max-width: 414px) {
	.about3 .left img {
		width: 200%;
	}
	.about3 .right .swiper-slide .item {
		width: 100%;
		margin-right: 0;
	}
	.about3 .right .swiper-slide {
		justify-content: space-between;
	}
	.about4 .joke .wrap .item {
		width: 100%;
	}
	/* .about6 .joke .history {
        height: 360px;
    } */
	.about6 .joke {
		padding-top: 40px;
	}
}

@media screen and (max-width: 375px) {
.about3 .right .content .sidebar .box p {font-size: 12px;}
.about3 .left img {width: 210%;}

}

@media screen and (max-width: 360px) {}

.cursor {width: 50px;height: 50px;position: fixed;z-index: 9999;top: 0;left: 0;transition: opacity .3s, color .4s;border-radius: 50%;opacity: 0;pointer-events: none;backface-visibility: hidden;}
.cursor1 {width: 50px;height: 50px;position: fixed;z-index: 9999;top: 0;left: 0;transition: opacity .3s, color .4s;border-radius: 50%;opacity: 0;pointer-events: none;backface-visibility: hidden;}
.position_cut {position: absolute;top: 50%;left: 50%;z-index: 5;}
.position_cut .iconfont {color: rgba(255, 192, 0, 0.4);font-size: 60px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.position_cut .iconfont:nth-child(1) {transform: translate(-50%, -50%)rotate(90deg);}
.position_cut .iconfont:nth-child(2) {transform: translate(-50%, -50%)rotate(-90deg);}


/*解决方案*/

.solution1 {width: 100%;height: 100vh;background: #F6F6F6;padding-top: 255px;}
.solution1 .joke {display: flex;justify-content: center;}
.solution1 .joke .left {padding-top: 65px;}

.solution1 .joke .left {padding-top: 65px;}
.solution1 .joke .left h1 {font-size: 48px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;margin-bottom: 65px;}
.solution1 .joke .left p {font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #4F4E4E;line-height: 36px;}
.solution1 .joke .left .pdf {display: flex;align-items: center;margin-top: 78px;}
.solution1 .joke .left .pdf a {width: 142px;height: 50px;border: 1px solid #D8D8D8;display: flex;align-items: center;justify-content: center;margin-right: 18px;transition: 1s;}
.solution1 .joke .left .pdf a .fa{font-size: 16px;padding-right: 5px;}
.solution1 .joke .left .pdf a .iconfont {color: rgba(118, 118, 118, 1);margin-right: 10px;transition: 1s;}
.solution1 .joke .left .pdf a p {font-size: 14px;font-family: Source Han Sans CN;font-weight: 400;color: #393939;transition: 1s;}
.solution1 .joke .left .pdf a:hover {border: 1px solid transparent;background: #FFC000;}
.solution1 .joke .left .pdf a:hover p {color: #1F1F1F;}
.solution1 .joke .left .pdf a:hover .iconfont {color: #1F1F1F;}
.solution1 .joke .right {width: 845px;height: 554px;overflow: hidden;margin-left: 200px;}
.solution1 .joke .right img {display: block;width: 100%;height: 100%;}

.solution2 {width: 100%;padding-top: 128px;margin-bottom: 140px;}
.solution2 .joke {width: 1530px;margin: auto;display: flex;justify-content: space-between;}
.solution2 .title {width: fit-content;margin: 0 auto 74px;}
.solution2 .title h1 {width: fit-content;margin: auto;font-size: 36px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;position: relative;margin-bottom: 35px;}
.solution2 .title h1:after {content: "";width: 184px;height: 1px;border: 1px solid #000000;opacity: 0.05;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
.solution2 .title h1:before {content: "";width: 45px;height: 3px;background: #FFC000;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
.solution2 .title p {font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #6C6C6C;}
.solution2 .joke .left {width: 745px;}
.solution2 .joke .left h3 {font-size: 16px;font-family: Source Han Sans CN;font-weight: 500;color: #161616;line-height: 32px;align-items: center;}
.solution2 .joke .left p {font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #4D4D4D;line-height: 28px;}
.solution2 .joke .left h3 span {padding: 0 8px;height: 33px;background: #FFC000;border-radius: 3px;display: inline-block;font-family: SourceHanSansCN-Medium;margin: 0 3px;}

.solution3 {width: 100%;}
.solution3 .joke {width: 1280px;margin: auto;}
.solution3 .title {width: fit-content;margin: 0 auto 95px;}
.solution3 .title h1 {width: fit-content;margin: auto;font-size: 36px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;position: relative;margin-bottom: 35px;}
.solution3 .title h1:after {content: "";width: 184px;height: 1px;border: 1px solid #000000;opacity: 0.05;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
.solution3 .title h1:before {content: "";width: 45px;height: 3px;background: #FFC000;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
.solution3 .title p {font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #6C6C6C;}
.solution3 .virtue {width: 100%;display: flex;flex-wrap: wrap;margin-bottom: 80px;}
.solution3 .virtue .item {width: 50%;display: flex;margin-bottom: 58px;}
.solution3 .virtue .item .img {width: 253px;height: 186px;overflow: hidden;}
.solution3 .virtue .item .img img {display: block;width: 100%;height: 100%;transition: 1s;}
.solution3 .virtue .item:hover .img img {transform: scale(1.2);}
.solution3 .virtue .item .text {width: 300px;padding: 15px 0 0 42px;}
.solution3 .virtue .item .text h4 {font-size: 22px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;margin-bottom: 25px;}
.solution3 .virtue .item .text p {font-size: 14px;font-family: Source Han Sans CN;font-weight: 400;color: #414141;line-height: 28px;}
.solution3 .virtue1 {display: flex;flex-wrap: wrap;margin-bottom: 83px;}
.solution3 .virtue1 .item {width: 275px;display: flex;align-items: center;margin-bottom: 71px;border-bottom: 1px solid #E7E7E7;margin-right: 49px;padding-bottom: 20px;}
.solution3 .virtue1 .item:nth-child(4n) {margin-right: 0;}
.solution3 .virtue1 .item .icon {margin-right: 20px;}
.solution3 .virtue1 .item p {font-size: 20px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;position: relative;width: fit-content;}
.solution3 .virtue1 .item p:after {content: "";position: absolute;width: 0%;height: 7px;background: #FEED50;bottom: 0;left: 0;z-index: -1;transition: 1s;}
.solution3 .virtue1 .item:hover p:after {width: 100%;}

.solution4 {width: 100%;margin-bottom: 160px;}
.solution4 .joke {width: 1400px;margin: auto;}
.solution4 .title {width: fit-content;margin: 0 auto 93px;}
.solution4 .title h1 {width: fit-content;margin: auto;font-size: 36px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;position: relative;margin-bottom: 35px;}
.solution4 .title h1:after {content: "";width: 184px;height: 1px;border: 1px solid #000000;opacity: 0.05;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
.solution4 .title h1:before {content: "";width: 45px;height: 3px;background: #FFC000;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
.solution4 .title p {font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #6C6C6C;}
.solution4 .wrap {display: flex;width: 100%;justify-content: space-between;}
.solution4 .wrap .img {width: 680px;height: 410px;overflow: hidden;position: relative;}
.solution4 .wrap .img img {width: 100%;height: 100%;display: block;transition: 1s;}
.solution4 .wrap .img:hover img {transform: scale(1.2);}
.solution4 .wrap .img p {font-size: 18px;font-family: Source Han Sans CN;font-weight: 400;color: #1E1E1E;width: 80%;position: absolute;left: 50%;transform: translateX(-50%);bottom: 26px;text-align: center;}

.solution5 {width: 100%;}
.solution5 .joke {width: 1400px;margin: auto;}
.solution5 .title {width: fit-content;margin-bottom: 74px;}
.solution5>.title>h1 {width: fit-content;margin: auto;font-size: 36px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;position: relative;margin-bottom: 35px;}
.solution5>.title h1:after {content: "";width: 184px;height: 1px;border: 1px solid #000000;opacity: 0.05;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
.solution5>.title h1:before {content: "";width: 45px;height: 3px;background: #FFC000;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
.solution5 .title p {font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #6C6C6C;}
.solution5 .joke .wrap {display: flex;}
.solution5 .joke .item {width: 429px;margin-right: 50px;margin-bottom: 35px;padding-bottom: 22px;border-bottom: 3px solid transparent;transition: 0.6s;position: relative;}
.solution5 .joke .item:after {content: "";position: absolute;width: 0%;height: 3px;background: #FFC000;bottom: -3px;left: 0;transition: 1s;transition-delay: 0.6s;}
.solution5 .joke .item:hover:after {width: 100%;}
.solution5 .joke .item:hover {border-bottom: 3px solid rgba(235, 235, 235, 0.4);}
.solution5 .joke .item:nth-child(4n) {margin-right: 0;}
.solution5 .joke .item .img {display: block;width: 100%;height: 289px;overflow: hidden;}
.solution5 .joke .item .img img {display: block;width: 100%;height: 100%;transition: 1s;}
.solution5 .joke .item .img:hover img {transform: scale(1.2);}
.solution5 .joke .item .title {display: flex;justify-content: space-between;align-items: center;padding: 30px 56px 0 14px;margin-bottom: 15px;width: 100%;}
.solution5 .joke .item .title h1 {width: 300px;font-size: 20px;font-family: Source Han Sans CN;font-weight: 500;color: #303030;transition: 1s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.solution5 .joke .item .title:hover h1,.solution1 .joke .item .title:hover .iconfont {color: #FFC000;}
.solution5 .joke .item .title .iconfont {transform: rotate(90deg);font-size: 28px;color: #303030;opacity: 0;transition: 1s;}
.solution5 .joke .item:hover .title .iconfont {opacity: 1;}
.solution5 .joke .item .content {padding: 0 41px 0 11px;}
.solution5 .joke .item .content p {font-size: 14px;font-family: Source Han Sans CN;font-weight: 400;color: #888888;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.case .joke .wrap {flex-direction: column !important;}


@media screen and (max-width: 2560px) {
.solution5 .joke .wrap {justify-content: space-between;}
.case .joke .wrap {align-items: center;}
.case .joke .wrap .item {width: fit-content;}
.solution5 .joke .item {width: 23%;margin-right: 0;}
.solution5 .joke .item .img,.solution5 .joke .item .img img {height: 250px;}

}

@media screen and (max-width: 2048px) {}

@media screen and (max-width: 1856px) {
.solution5 .joke .item .title {padding-top: 15px;}

}

@media screen and (max-width: 1792px) {}

@media screen and (max-width: 1680px) {
.solution2 .joke {width: 100%;padding: 0 60px;}

}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
.solution1 {padding-top: 150px;}
.solution1 .joke .right {margin-left: 140px;width: 800px;}
.solution1 .joke .right img {height: auto;}
.solution1 .joke .left h1 {font-size: 40px;}
.solution2 .joke .left {width: 550px;}
.solution2 .joke .left h3 {font-size: 16px;}
.solution3 .virtue1 .item {margin-bottom: 40px;}
.solution4 {margin-bottom: 30px;}
.solution4 .joke {width: 100%;padding: 0 60px;}
.solution4 .wrap .img {width: 49%;height: auto;}
.solution4 .wrap .img img {height: auto;}
.solution5 .joke {width: 100%;padding: 0 60px;}
.solution5 .title h1 {font-size: 32px;}

}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 820px) {
.solution1 {padding-top: 70px;height: auto;}
.solution1 .joke {flex-direction: column-reverse;}
.solution1 .joke .right {width: 100%;margin-left: 0;}
.solution1 .joke .left {padding: 30px 60px;}
.solution1 .joke .left h1 {font-size: 34px;margin-bottom: 30px;}
.solution1 .joke .left .pdf {margin-top: 40px;}
.prs {display: none;}
.solution2 {padding-top: 50px;margin-bottom: 60px;}
.solution2 .joke {padding: 0 60px;flex-direction: column-reverse;}
.solution2 .joke .right img {width: 100%;height: auto;}
.solution2 .joke .left {width: 100%;}
.solution3 .joke {width: 100%;}
.solution3 .virtue1 {padding: 0 20px;justify-content: space-around;margin-bottom: 30px;}
.solution3 .virtue1 .item {margin-right: 0;}
.solution4 .title {margin-bottom: 30px;}
.solution4 .wrap {flex-wrap: wrap;}
.solution4 .wrap .img {width: 100%;}
.solution5 .title {margin-bottom: 30px;}
.solution5 .joke .wrap {flex-wrap: wrap;}
.solution5 .joke .item {width: 48%;margin-bottom: 0;}

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 540px) {
.case .title h1 {font-size: 22px !important;}
.title h1 {font-size: 22px !important;}
.case .title {margin: 0 auto 30px !important;}
.case .joke .wrap .swiper-wrapper {flex-direction: column;}
.solution1 .joke .right {height: auto;}
.solution1 .joke .left {padding: 30px 20px;}
.solution3 .title h1,
.solution1 .joke .left h1,
.solution2 .title h1,
.solution4 .title h1 {font-size: 30px;}
.solution2 .title {margin-bottom: 30px;}
.solution2 .joke {padding: 0 20px;}
.solution3 .virtue1 .item {width: 45%;}
.solution3 .virtue1 .item p {font-size: 16px;}
.solution4 .joke,
.solution5 .joke {padding: 0 20px;}
.solution5 .joke .item .content p {font-size: 12px;}
.solution5 .joke .item .title {margin-bottom: 5px;}
.solution5 .title h1 {font-size: 26px;}
.solution2 .joke .left h3 span {height: auto;}
.case .title h1 {font-size: 30px;}

}

@media screen and (max-width: 414px) {
.solution5 .joke .item {width: 100%;}
.solution5 .joke .item .title,
.solution5 .joke .item .content {padding-left: 5px;}
.solution3 .virtue1 .item .icon img {width: 36px;}
.solution3 .virtue1 .item p {font-size: 14px;}
.solution3 .title {margin-bottom: 40px;}
.solution3 .virtue1 .item .icon {margin-right: 10px;}
.solution3 .virtue1 .item p {font-size: 12px;}

}

@media screen and (max-width: 375px) {
.solution3 .title h1,
.solution1 .joke .left h1,
.solution2 .title h1,
.solution4 .title h1 {font-size: 26px;}
.solution1 .joke .left p {font-size: 14px;line-height: 28px;}
.solution2 .joke .left h3 {font-size: 14px;line-height: 26px;}
.solution2 .joke .left p {font-size: 12px;line-height: 24px;}
.solution5 .title h1 {font-size: 24px;}
.solution5 .title p {font-size: 14px;}
.case .title h1 {font-size: 26px;}

}

@media screen and (max-width: 360px) {}

.case .title {width: fit-content;margin: 0 auto 93px;}
.case .title h1 {width: fit-content;margin: auto;font-size: 36px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;position: relative;margin-bottom: 35px;}
.case .title h1:after {content: "";width: 184px;height: 1px;border: 1px solid #000000;opacity: 0.05;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
.case .title h1:before {content: "";width: 45px;height: 3px;background: #FFC000;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
.case .title p {font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #6C6C6C;text-align: center;}
.case .joke .item img {width: 100%;}
.case .joke .item:after {display: none;}
.case .joke .item {border: none!important;}
.solution4_video .wrap .img {width: 1200px;height: auto;}

/*industry*/

.industry1 {width: 100%;padding-top: 130px;display: flex;}
.industry1 .right {background: #FBFBFB;width: 50%;padding: 88px 0 0 110px;}
.industry1 .left {width: 50%;}
.industry1 .left img {display: block;width: 100%;}
.industry1 .right h1 {font-size: 48px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;margin-bottom: 28px;}
.industry1 .right>p {width: 670px;padding-right: 110px;border-bottom: 1px solid rgba(0, 0, 0, 0.08);font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #4F4E4E;line-height: 32px;padding-bottom: 32px;margin-bottom: 50px;}
.industry1 .right .content {padding-left: 9px;}
.industry1 .right .content .item {margin-bottom: 45px;}
.industry1 .right .content .item h3 {font-size: 18px;font-family: Source Han Sans CN;font-weight: 500;color: #252525;margin-bottom: 15px;position: relative;}
.industry1 .right .content .item h3:after {content: "";width: 4px;height: 4px;background: #FFC000;border-radius: 50%;position: absolute;top: 50%;left: -9px;transform: translateY(-50%);}
.industry1 .right .content .item p {width: 660px;font-size: 14px;font-family: Source Han Sans CN;font-weight: 400;color: #4F4E4E;line-height: 28px;}
.industry2 {display: flex;padding-bottom: 150px;}
.industry2 .left,
.industry2 .right {width: 50%;}
.industry2 .right {padding: 112px 0 0 61px;}
.industry2 .right img {display: block;width: 788px;height: 519px;}
.industry2 .left {padding: 200px 0 0 174px;}
.industry2 .left>h1 {font-size: 24px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;margin-bottom: 56px;}
.industry2 .left>p {width: 560px;font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #4F4E4E;line-height: 40px;margin-bottom: 80px;}
.industry2 .left a {display: flex;align-items: center;position: relative;width: fit-content;}
.industry2 .left a:after {content: "";width: 0%;height: 8px;background: #FEED50;position: absolute;left: 0;bottom: 0;z-index: -1;transition: 1s;}
.industry2 .left a:hover:after {width: 96%;}
.industry2 .left a .iconfont {font-size: 20px;transform: rotate(90deg);}
.industry2 .left a p {font-size: 16px;font-family: Source Han Sans CN;font-weight: 500;color: #1E1E1E;}

@media screen and (max-width: 2560px) {}

@media screen and (max-width: 2048px) {}

@media screen and (max-width: 1856px) {
	.industry1 .right h1 {
		font-size: 42px;
	}
}

@media screen and (max-width: 1792px) {}

@media screen and (max-width: 1680px) {
	.industry1 .right h1 {
		font-size: 38px;
	}
	.industry2 .right img {
		width: 100%;
		height: auto;
	}
	.industry2 .left,
	.industry2 .right {
		width: 48%;
	}
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
	.industry1 .right {
		padding-left: 70px;
		padding-top: 60px;
	}
	.industry1 .right .content .item p {
		width: 90%;
	}
	.industry1 .right>p {
		margin-bottom: 23px;
	}
	.industry1 .right h1 {
		font-size: 35px;
	}
	.industry2 .left {
		padding-top: 150px;
	}
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 820px) {
	.industry1 {
		display: flex;
		flex-direction: column;
		padding-top: 70px;
	}
	.industry1 .left,
	.industry1 .right {
		width: 100%;
	}
	.industry2 .left {
		padding-top: 60px;
	}
	.industry2 .left>p {
		margin-bottom: 30px;
	}
	.industry2 .left>h1 {
		margin-bottom: 20px;
	}
	.industry2 .right {
		padding: 50px 0 0 0px;
	}
	.industry1 .right {
		padding-left: 60px;
	}
	.industry2 .left {
		padding: 50px 0 0 60px;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 540px) {
	.industry1 .right {
		padding: 30px 20px 0;
	}
	.industry1 .right>p {
		width: 100%;
	}
	.industry1 .right>p {
		padding-right: 30px;
	}
	.industry2 .left {
		padding: 50px 0 0 20px;
	}
	.industry2 .left>p {
		font-size: 14px;
		line-height: 30px;
	}
	.industry2 {
		padding-bottom: 70px;
	}
	.industry1 .right .content .item p {
		font-size: 12px;
		line-height: 20px;
	}
}

@media screen and (max-width: 414px) {
	.industry1 .right h1 {
		font-size: 28px;
	}
	.industry2 {
		flex-direction: column-reverse;
	}
	.industry2 .left,
	.industry2 .right {
		width: 100%;
		padding: 0 20px;
	}
	.industry2 .right {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.industry2 .left>p {
		width: 100%;
	}
	.industry2 .left p br {
		display: none;
	}
}

@media screen and (max-width: 375px) {
	.industry1 .right h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.industry1 .right>p {
		font-size: 14px;
		line-height: 28px;
	}
	.industry1 .right .content .item p {
		width: 100%;
	}
}

@media screen and (max-width: 360px) {}

/*news*/

.news {width: 100%;}
.news .joke {width: 1680px;margin: auto;}
.news .title {width: 100%;padding-top: 253px;padding-bottom: 74px;border-bottom: 1px solid #F3F3F3;}
.news .title h1 {font-size: 36px;font-family: Source Han Sans CN;font-weight: bold;color: #1E1E1E;}
.news .wrap {width: 1680px;margin: auto;}
.news .wrap .sort {display: flex;padding-top: 28px;margin-bottom: 52px;}
.news .wrap .sort a {display: flex;align-items: center;justify-content: center;width: 102px;height: 38px;transition: 1s;border-radius: 3px;margin-right: 26px;font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #616161;}
.news .wrap .sort a:hover {background: #FEED50;}
.news .wrap .sort a.on {background: #FEED50;}
.news .wrap .recommend {width: 100%;display: flex;margin-bottom: 104px;}
.news .wrap .recommend .img {width: 993px;height: 570px;overflow: hidden;}
.news .wrap .recommend .img img {display: block;width: 100%;height: 100%;transition: 3s;}
.news .wrap .recommend .img:hover img {transform: scale(1.2);}
.news .wrap .recommend .content {padding-left: 36px;position: relative;display: flex;flex-direction: column;justify-content: center;}
.news .wrap .recommend .content>p {width: 592px;font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #909090;line-height: 28px;}
.news .wrap .recommend .content .time {font-size: 18px;font-family: Bahnschrift;font-weight: 400;color: #2C2C2C;margin-bottom: 30px;}
.news .wrap .recommend .content h1 {font-size: 32px;font-family: Source Han Sans CN;font-weight: 500;color: #2B2B2B;margin-bottom: 90px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news .wrap .recommend .link {width: 611px;border-top: 1px solid #F0F1F2;border-bottom: 1px solid #F0F1F2;height: 45px;position: absolute;z-index: 10;left: 36px;bottom: 0;display: flex;align-items: center;}
.news .wrap .recommend .link a {width: 103px;height: 41px;border-radius: 8px;display: flex;align-items: center;transition: 1s;justify-content: center;}
.news .wrap .recommend .link a:hover {background: #FEED50;}
.news .wrap .recommend .link a p {font-size: 14px;font-family: Source Han Sans CN;font-weight: 400;color: #3A3A3A;margin-right: 8px;}
.news .wrap .recommend .link .iconfont {transform: rotate(180deg);color: #3A3A3A;}
.news .wrap>p {font-size: 16px;font-family: Source Han Sans CN;font-weight: 400;color: #616161;margin-bottom: 52px;}
.news .wrap .all {display: flex;flex-wrap: wrap;}
.news .wrap .all .item {width: 528px;margin-right: 44px;margin-bottom: 48px;}
.news .wrap .all .item:nth-child(3n) {margin-right: 0;}
.news .wrap .all .item .img {display: block;width: 100%;height: 326px;overflow: hidden;margin-bottom: 30px;}
.news .wrap .all .item .img img {width: 100%;height: 100%;display: block;transition: 3s;}
.news .wrap .all .item:hover .img img {transform: scale(1.2);}
.news .wrap .all .item h2 {width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 24px;font-family: Source Han Sans CN;font-weight: 400;color: #353535;margin-bottom: 28px;}
.news .wrap .all .item>p {width: 100%;height: 56px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;font-size: 14px;font-family: Source Han Sans CN;font-weight: 400;color: #909090;line-height: 28px;margin-bottom: 26px;}
.news .wrap .all .item .bottom {width: 100%;height: 47px;display: flex;align-items: center;justify-content: space-between;border-top: 1px solid #F0F1F2;border-bottom: 1px solid #F0F1F2;opacity: 0;pointer-events: none;transition: 0.6s;}
.news .wrap .all .item:hover .bottom {opacity: 1;pointer-events: unset;}
.news .wrap .all .item .bottom p {font-size: 14px;font-family: Roboto;font-weight: 400;color: #928E8E;}
.news .wrap .all .item .bottom a {display: flex;justify-content: center;align-items: center;width: 103px;height: 41px;border-radius: 8px;transition: 1s;}
.news .wrap .all .item .bottom a:hover {background: #FEED50;}
.news .wrap .all .item .bottom a p {font-size: 14px;font-family: Source Han Sans CN;font-weight: 400;color: #928E8E;margin-right: 5px;transition: 1s;}
.news .wrap .all .item .bottom a:hover p {color: #303030;}
.news .wrap .all .item .bottom a .iconfont {transform: rotate(180deg);color: #928E8E;transition: 1s;}
.news .wrap .all .item .bottom a:hover .iconfont {color: #303030;}
.news .wrap .page {display: flex;justify-content: center;align-items: center;margin-bottom: 58px;}
.news .wrap .page a {display: flex;justify-content: center;align-items: center;width: 34px;height: 34px;border-radius: 50%;transition: 1s;font-size: 14px;font-family: Roboto;font-weight: 400;color: rgba(203, 203, 203, 1);}
.news .wrap .page a.on {background: #FEED50;color: #1C1C1C;}
.news .wrap .page a:hover {background: #FEED50;color: #1C1C1C;}

@media screen and (max-width: 2560px) {}

@media screen and (max-width: 2048px) {}

@media screen and (max-width: 1856px) {
	.news .title {
		padding-top: 160px;
	}
	.news .title {
		padding-bottom: 20px;
	}
	.news .wrap .recommend .img,
	.news .wrap .recommend .img img {
		height: auto;
	}
	.news .wrap .recommend .content {
		justify-content: start;
	}
	.news .wrap .recommend .content h1 {
		font-size: 30px;
	}
	.news .wrap .recommend .img {
		width: 630px;
	}
}

@media screen and (max-width: 1792px) {}

@media screen and (max-width: 1680px) {
	.news .joke {
		width: 100%;
		padding: 0 60px;
	}
	.news .wrap .sort,
	.news .wrap .all {
		width: 100%;
		padding: 20px 60px;
	}
	.news .wrap .recommend,
	.news .wrap>p {
		padding: 0 60px;
	}
	.news .wrap .recommend .content h1 {
		font-size: 28px;
	}
	/* .news .wrap .all{
        justify-content: space-between;
    } */
	.news .wrap .all .item {
		width: 31%;
		margin-right: 2%;
		margin-bottom: 30px;
	}
	.news .wrap .all .item:nth-child(3n) {
		margin-right: 0;
	}
	.news .wrap .all .item h2 {
		font-size: 20px;
	}
	.news .wrap .all .item .img,
	.news .wrap .all .item h2 {
		margin-bottom: 10px;
	}
	.news .wrap .all .item .img,
	.news .wrap .all .item .img img {
		height: auto;
	}
	.news .wrap {
		width: 100%;
	}
}

@media screen and (max-width: 1600px) {
	.news .title h1 {
		font-size: 32px;
	}
	.news .wrap>p {
		margin-bottom: 10px;
	}
	.news .wrap .recommend {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 1440px) {
	.news .wrap .recommend .content h1 {
		margin-bottom: 20px;
	}
	.news .wrap .all .item h2 {
		font-size: 18px;
	}
	.news .wrap .recommend .content h1 {
		font-size: 24px;
	}
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 820px) {
	/* .news .joke,
    .news .wrap .sort, 
    .news .wrap .all,
    .news .wrap .recommend, 
    .news .wrap>p {
        padding: 0 20px;
    } */
	.news .wrap .recommend {
		flex-direction: column;
	}
	.news .wrap {
		margin-top: 30px;
	}
	.news .wrap .recommend .img,
	.news .wrap .recommend .content>p,
	.news .wrap .recommend .link {
		width: 100%;
	}
	.news .wrap .recommend .link {
		position: static;
		margin-top: 30px;
		display: flex;
		justify-content: end;
	}
	.news .wrap .recommend .content {
		padding-left: 0;
	}
	.news .wrap .recommend .content .time {
		margin-top: 30px;
	}
	.news .wrap .all .item {
		width: 48%;
	}
	.news .wrap .all {
		justify-content: space-between;
	}
	.news .wrap .all .item .bottom {
		opacity: 1;
		pointer-events: unset;
	}
	.news .wrap .page a {
		margin-right: 20px;
	}
	.news .title {
		padding-top: 90px;
	}
	.news .title h1 {
		font-size: 28px;
	}
	.news .wrap .sort {
		padding: 0 60px;
	}
	.news .wrap .recommend .content h1 {
		font-size: 20px;
	}
	.news .wrap .recommend .content>p {
		font-size: 14px;
	}
	.news .wrap .sort {
		margin-bottom: 30px;
	}
	.news .wrap .recommend .content .time {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.news .wrap .recommend {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 540px) {
	.news .joke,
	.news .wrap .sort,
	.news .wrap .all,
	.news .wrap .recommend,
	.news .wrap>p {
		padding: 0 20px;
	}
	.news .wrap .all .item h2 {
		font-size: 16px;
	}
	.news .wrap .sort a {
		width: 90px;
	}
	.news .wrap .sort a {
		font-size: 14px;
	}
	.news .wrap .all .item {
		width: 100%;
	}
	.news .wrap .all .item>p {
		margin-bottom: 14px;
	}
}

.news_info {width: 100%;margin-bottom: 124px;}
.news_info img{max-width: 100%;}
.news_info .title {width: 100%;border-bottom: 1px solid #F3F3F3;text-align: center;padding-top: 60px;margin-bottom: 83px;}
.news_info .title .time {
	font-size: 18px;
	font-family: Bahnschrift;
	font-weight: 400;
	color: #2C2C2C;
	margin-bottom: 37px;
}

.news_info .title h1 {
	font-size: 42px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #2B2B2B;
}

.news_info .content {
	width: 1000px;
	margin: auto;
}

.news_info .content p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #909090;
	line-height: 34px;
}

.news_info .content p img {
	display: block;
	margin: auto;
}

@media screen and (max-width: 1680px) {
	.section .joke,
	.section .wrap {
		width: 100%;
		padding: 0 60px;
	}
	.section>.title {
		padding-top: 160px;
		padding-bottom: 30px;
	}
	.section>.title h1 {
		font-size: 32px;
	}
	.news_info .title h1 {
		font-size: 38px;
	}
	.section .wrap .sort {
		margin-bottom: 70px;
	}
	.news_info .title {
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 1440px) {
	.section .wrap .sort {margin-bottom: 50px;}
}

@media screen and (max-width: 820px) {
	.news_info .title h1 {
		font-size: 30px;
	}
	.news_info .content {
		width: 100%;
		padding: 0 60px;
	}
	.news_info .content p img {
		width: 100%;
		height: auto;
	}
	.section>.title {
		padding-top: 100px;
	}
	.section .wrap .sort {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 540px) {
	.news_info .title h1 {font-size: 20px;padding: 0 20px;}
	.section .joke,
	.section .wrap,
	.news_info .content {padding: 0 20px;}
	.news_info .content p {font-size: 14px;line-height: 26px;}
}

@media screen and (max-width: 414px) {
	.news_info .title h1 {font-size: 16px;}
}

@media screen and (max-width: 375px) {
	.news_info .title h1 {font-size: 14px;}
	.news_info .content p {font-size: 12px;line-height: 26px;}
	.news_info .title {margin-bottom: 20px;}
}

/*contact*/

.contact1 {
	width: 100%;
	height: auto;
	background: #FFC000;
	padding-top: 200px;
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
}

.contact1 .left {
	position: relative;
}

.contact1 .left img {
	display: block;
}

.contact1 .left .iconfont {
	position: absolute;
	font-size: 16px;
	color: #696969;
}
.contact1 .left .iconfont.on{color: var(--main-color);}

.contact1 .left .iconfont:nth-child(2) {
	top: 100px;
	left: 134px;
}

.contact1 .left .iconfont:nth-child(3) {
	top: 408px;
	left: 433px;
}

.contact1 .left .iconfont:nth-child(4) {
	top: 161px;
	left: 790px;
}

.contact1 .left .iconfont:nth-child(5) {
	top: 462px;
	left: 554px;
}

.contact1 .left .iconfont:nth-child(6) {
	top: 362px;
	left: 955px;
}

.contact1 .right {
	margin-left: 41px;
}

.contact1 .right h1 {
	font-size: 38px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #363434;
	margin-bottom: 61px;
}

.contact1 .right .info {
	display: flex;
	align-items: center;
	margin-bottom: 71px;
}

.contact1 .right .info .item {
	display: flex;
	align-content: center;
	margin-right: 50px;
}

.contact1 .right .info .item .iconfont {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	background: #FFFFFF;
	opacity: 0.95;
	border-radius: 50%;
	font-size: 29px;
	color: #666666;
	margin-right: 13px;
}

.contact1 .right .info .item .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact1 .right .info .item .text p:nth-child(1) {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #363434;
	margin-bottom: 4px;
}

.contact1 .right .info .item .text p:nth-child(2) {
	font-size: 22px;
	font-family: Nexa Text Demo;
	font-weight: bold;
	color: #363434;
}

.contact1 .right>p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #363434;
	position: relative;
	margin-bottom: 37px;
}

.contact1 .right>p:after {
	content: "";
	width: 41px;
	height: 1px;
	background: #363434;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.contact1 .right .organ {
	width: 467px;
}

.contact1 .right .organ img {
	display: block;
	width: 100%;
	margin-bottom: 31px;
}

.contact1 .right .organ h5 {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #363434;
	margin-bottom: 20px;
}

.contact1 .right .organ p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 28px;
}

.contact2 {
	width: 100%;
}

.contact2 .joke {
	width: 1142px;
	margin: auto;
	padding-top: 92px;
}

.contact2 .joke h1 {
	font-size: 38px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1D1D1D;
	text-align: center;
	margin-bottom: 34px;
}

.contact2 .joke form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact2 .joke form .item {
	width: 354px;
	height: 60px;
	border-bottom: 1px solid #F0F0F0;
	display: flex;
	align-items: center;
	padding-left: 21px;
	margin-bottom: 8px;
}

.contact2 .joke form .item p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BDBDBD;
}

.contact2 .joke form .item input {
	border: none;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #262626;
	margin-left: 29px;
	height: 100%;
}

.contact2 .joke form .item:nth-last-child(1) {
	width: 100%;
	display: flex;
	height: 97px;
	flex-direction: column;
	align-items: unset;
	justify-content: flex-end;
	margin-bottom: 32px;
}

.contact2 .joke form .item:nth-last-child(1) input {
	width: 100%;
	height: 59px;
	margin-left: 0;
}

.contact2 .joke button {
	width: 144px;
	height: 48px;
	background: #FFC000;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	cursor: pointer;
	margin-bottom: 59px;
}

.contact1 .left {
	position: relative;
}

.contact1 .left img {
	display: block;
}

.contact1.active .left {
	transform: scale(1);
}

.contact1 .left .iconfont {
	position: absolute;
	font-size: 16px;
	color: #696969;
	z-index: 9;
	cursor: pointer;
}

.contact1 .left .iconfont svg {
	width: 24px;
	fill: #696969;
	transition: 1s;
}

.contact1 .left .iconfont.on svg {
	width: 30px;
	fill: #FFC000;
}

.contact1 .left .iconfont.on svg path {
	stroke: #ADADAD;
}

.contact1 .swiper {
	width: 631px;
	margin: 0 0 0 41px;
}

.contact1 .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
}

.contact1 .swiper .swiper-slide-active {
	opacity: 1!important;
	pointer-events: unset;
}

.contact1 .right h1 {
	font-size: 38px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #363434;
	margin-bottom: 61px;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s;
	transition-delay: 0.2s;
}

.contact1 .swiper .swiper-slide-active h1 {
	opacity: 1;
	transform: translateY(0);
}

.contact1 .right .info {
	display: flex;
	align-items: center;
	margin-bottom: 71px;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s;
	transition-delay: 0.2s;
}

.contact1 .swiper .swiper-slide-active .info {
	opacity: 1;
	transform: translateY(0);
}

.contact1 .right .info .item {
	display: flex;
	align-content: center;
	margin-right: 50px;
}

.contact1 .right .info .item .iconfont {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	background: #FFFFFF;
	opacity: 0.95;
	border-radius: 50%;
	font-size: 29px;
	color: #666666;
	margin-right: 13px;
}

.contact1 .right .info .item .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact1 .right .info .item .text p:nth-child(1) {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #363434;
	margin-bottom: 4px;
}

.contact1 .right .info .item .text p:nth-child(2) {
	font-size: 22px;
	font-family: Nexa Text Demo;
	font-weight: bold;
	color: #363434;
}

.contact1 .right>p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #363434;
	position: relative;
	margin-bottom: 37px;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s;
	transition-delay: 0.2s;
}

.contact1 .swiper .swiper-slide-active>p {
	opacity: 1;
	transform: translateY(0);
}

.contact1 .right>p:after {
	content: "";
	width: 41px;
	height: 1px;
	background: #363434;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.contact1 .right .organ {
	width: 467px;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s;
	transition-delay: 0.2s;
}

.contact1 .swiper .swiper-slide-active .organ {
	opacity: 1;
	transform: translateY(0);
}

.contact1 .right .organ img {
	display: block;
	width: 100%;
	margin-bottom: 31px;
}

.contact1 .right .organ h5 {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #363434;
	margin-bottom: 20px;
}

.contact1 .right .organ p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 28px;
}

@media screen and (max-width: 3840px) {
	.contact1 .left {
		width: 38.7083333vw;
	}
	.contact1 .left img {
		width: 100%;
	}
	.contact1 .left .iconfont {
		font-size: 20px;
	}
	.contact1 .left .iconfont:nth-child(2) {
		top: 18.570833vw;
		left: 18.347917vw;
	}
	.contact1 .left .iconfont:nth-child(3) {
		top: 14.414583vw;
		left: 29.102083vw;
	}
	.contact1 .left .iconfont:nth-child(4) {
		top: 17.652083vw;
		left: 28.402083vw;
	}
	.contact1 .left .iconfont:nth-child(5) {
		top: 12.233333vw;
		left: 29.927083vw;
	}
	.contact1 .left .iconfont:nth-child(6) {
		top: 23.902083vw;
		left: 24.775vw;
	}
	.contact1 .left .iconfont:nth-child(7) {
		top: 19.670833vw;
		left: 20.347917vw;
	}
	.contact1 .left .iconfont:nth-child(8) {
		top: 18.941667vw;
		left: 24.970833vw;
	}
	.contact1 .left .iconfont:nth-child(9) {
		top: 19.654267vw;
		left: 29.50208vw;
	}
	.contact1 .left .iconfont:nth-child(10) {
		top: 15.254267vw;
		left: 24.70208vw;
	}
	.contact1 .left .iconfont:nth-child(11) {
		top: 20.654267vw;
		left: 23.80208vw;
	}
	.contact1 .left .iconfont:nth-child(12) {
		top: 22.154267vw;
		left: 27.90208vw;
	}
	.contact1 .left .iconfont:nth-child(13) {
		top: 11.754267vw;
		left: 26.80208vw;
	}
}

@media screen and (max-width: 2048px) {}

@media screen and (max-width: 1856px) {}

@media screen and (max-width: 1792px) {}

@media screen and (max-width: 1680px) {
	.contact1 .right h1 {
		font-size: 34px;
		margin-bottom: 40px;
	}
	.contact1 .right .info {
		margin-bottom: 40px;
	}
	.contact1 {
		padding-top: 160px;
	}
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
	.contact1 .right h1 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.contact1 .right .info {
		margin-bottom: 25px;
	}
	.contact1 {
		padding-top: 140px;
	}
	.contact1 .right .info .item .iconfont {
		width: 50px;
		height: 50px;
	}
	.contact1 .right>p {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 820px) {
	.contact1 .left .iconfont.on svg {
		font-size: 24px;
		width: 16px;
	}
	.contact1 .left .iconfont:nth-child(9) {
		top: 20.354267vw;
		left: 31.70208vw;
	}
	.contact1 .left .iconfont:nth-child(5) {
		top: 12.233333vw;
		left: 32.427083vw;
	}
	.contact1 .left .iconfont:nth-child(4) {
		top: 18.552083vw;
		left: 30.102083vw;
	}
	.contact1 .left .iconfont:nth-child(3) {
		top: 14.714583vw;
		left: 31.502083vw;
	}
	.contact1 .left .iconfont:nth-child(13) {
		top: 12.554267vw;
		left: 29.10208vw;
	}
	.contact1 .left .iconfont:nth-child(10) {
		top: 16.254267vw;
		left: 26.80208vw;
	}
	.contact1 .left .iconfont:nth-child(12) {
		top: 23.954267vw;
		left: 29.80208vw;
	}
	.contact1 .left .iconfont:nth-child(6) {
		top: 25.702083vw;
		left: 26.475vw;
	}
	.contact1 .left .iconfont:nth-child(2) {
		top: 19.870833vw;
		left: 19.147917vw;
	}
	.contact1 .left .iconfont:nth-child(7) {
		top: 20.270833vw;
		left: 22.247917vw;
	}
	.contact1 .left .iconfont:nth-child(11) {
		top: 21.654267vw;
		left: 25.90208vw;
	}
	.contact1 .left .iconfont:nth-child(8) {
		top: 19.741667vw;
		left: 27.070833vw;
	}
	.contact1 {
		flex-direction: column;
	}
	.contact1 .left {
		width: 41.66666667vw;
		transform: scale(1.6);
		margin: 0 auto;
	}
	.contact2 .joke {
		width: 100%;
		padding: 0 60px;
		margin-top: 30px;
	}
	.contact2 .joke h1 {
		font-size: 34px;
	}
	.contact2 .joke form .item {
		width: 100%;
	}
	.contact1 .right {
		margin-left: 60px;
	}
	.header {
		background-color: #fff !important;
	}
	.contact1 {
		height: auto;
		padding-top: 180px;
	}
	.contact1 .left .iconfont svg {
		display: block;
		width: 16px;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 540px) {
	.contact1 .left .iconfont {
		transform: scale(0.6) translate(-10px, -10px);
	}
	.contact1 .right .info .item .text p:nth-child(1) {
		font-size: 14px;
	}
	.contact1 .right .info .item .text p:nth-child(2) {
		font-size: 16px;
	}
	.contact1 .right {
		margin-left: 20px;
	}
	.contact1 .swiper {
		width: 100%;
		margin-left: 0;
		padding: 0 20px;
	}
	.contact1 {
		height: auto;
	}
	/* .contact1 .right .info .item .text p:nth-child(2) {
        font-size: 18px;
    } */
	.contact1 .right .info .item .iconfont {
		width: 50px;
		height: 50px;
	}
	.contact2 .joke h1 {
		font-size: 28px;
	}
	.contact1 .right h1 {
		font-size: 28px;
	}
	.contact2 .joke {
		padding: 0 20px;
	}
	.contact1 {
		padding-top: 160px;
	}
	.contact1 .left {
		transform: scale(1.8);
	}
	.contact1 .left .iconfont {
		font-size: 12px;
	}
	.contact2 .joke form .item {
		padding-left: 10px;
	}
	.about5 .item p{width: 100%;padding-right: 20px;}
	.about6 .joke .history .swiper-slide .img img{max-height: 100px;}
	.about6 .joke .history .swiper-slide p{font-size: 12px}
}

@media screen and (max-width: 414px) {
	.contact1 .right .info .item {
		margin-right: 0;
	}
	.contact1 .right .info {
		justify-content: space-between;
		/* padding-right: 20px; */
	}
	.contact1 .right .info .item .text p:nth-child(2) {
		font-size: 16px;
	}
	.contact1 .right .info .item .text p:nth-child(1) {
		font-size: 14px;
	}
	.contact1 .right .organ p {
		line-height: 24px;
	}
	.contact1 .right .info .item .iconfont {
		transform: scale(0.7);
	}
	.contact1 .right .info .item .iconfont {
		margin-right: 0;
	}
	.contact1 .right h1 {
		margin-bottom: 30px;
	}
	.contact1 .right .organ {
		width: 100%;
		padding-right: 20px;
	}
	.contact1 .right .organ img {
		margin-bottom: 20px;
	}
	.contact1 .right h1 {
		font-size: 24px;
	}
	.contact2 .joke h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.contact2 .joke form .item input {
		margin-left: 10px;
	}
}

@media screen and (max-width: 375px) {
	.contact1 .right .info .item .text p:nth-child(2) {
		font-size: 14px;
	}
	.contact1 .right .info .item .text p:nth-child(1) {
		font-size: 12px;
	}
}

@media screen and (max-width: 360px) {}

.inside{padding: 100px 0;overflow: hidden;min-height: 500px;margin-top: 100px;}
.inside img{max-width: 100%;}
