* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #474747;
}


li {
    list-style: none;
}

input,
button,
textarea {
    outline: 0;
    border: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-lock {
    display: block !important;
}

.swiper-pagination-bullet {
    outline: none;
}

@font-face {
    font-family: zi;
    src: url(../font/zi.ttf);
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 20px;
    font-family: PingFang SC !important;
    color: #333333;
    background: #f7f7f7;
}

.box {
    width: 1200px;
    margin: auto;
}

/* header */
header {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
}

.h_top {
    height: 42px;
    background: #ff9409;
    font-size: 16px;
    color: #fff;
}

.h_top .phone {
    line-height: 28px;
    border-radius: 14px;
    background: #e90d51;
    font-size: 20px;
    color: #fff;
    padding: 0 11px 0 34px;
    letter-spacing: -1px;
    font-family: Helvetica;
}

.h_top .phone img {
    left: 0;
}

/* header end */

/* nav */

nav {
    width: 1113px !important;
    font-size: 16px;
    height: 82px;
}

nav a {
    color: #666666;
    width: 100px;
    line-height: 42px;
    border: 2px solid transparent;
    border-radius: 50%;
}

nav .active,
nav a:hover {
    color: #fff;
    background: #e90d51;
    border-color: #fbcfdc;
}

nav .logo,
nav .logo:hover {
    width: 180px;
    background: none;
    border: none;
}

/* nav end */

/* footer */

footer {
    background: url(../image/footer.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    margin-top: -16px;
}

footer>img {
    left: 0;
    right: 0;
    margin: auto;
    top: -51px;
    cursor: pointer;
}

footer a {
    color: #fff;
}


.ft_top>div .text {
    font-size: 16px;
    line-height: 19px;
    margin-left: 10px;
}

.ft_top {
    border-bottom: 1px solid rgb(255, 255, 255, .2);
    padding: 70px 0 33px;
}

.ft_top ul {
    width: 568px;
}

.ft_btm {
    padding: 98px 0 101px;
}

.ftb_left p:nth-child(2) {
    margin-top: 10px;
    font-size: 36px;
    color: #ff0151;
    font-weight: bold;
    letter-spacing: -3px;
}

.ftb_right {
    width: 836px;
}

.ftb_right>div:nth-child(1) {
    line-height: 35px;
}

.ftb_right .imgs {
    width: 225px;
}

.ftb_right .imgs img {
    width: 104px;
    height: 104px;
    padding: 3px;
    border: 1px solid #fff;
}


.ftb_right .img {
    width: 33px;
    height: 33px;
    border: 1px solid;
    border-radius: 50%;
}

.ftb_right .imgs p{
    font-size: 14px;
    margin-top: 7px;
}
.f_bottom {
    line-height: 85px;
    font-size: 12px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255, .8);
    background: #f5a003;
}

.f_bottom a,
.f_bottom a:hover {
    color: rgb(255, 255, 255, .8);
}

/* footer end */

/* 悬浮框 */
.xuan {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 69px;
    height: 362px;
    z-index: 99;
    font-size: 16px;
}

.xuan li {
    width: 69px;
    height: 69px;
    background: #ffa909;
    cursor: pointer;
}

.xuan li img {
    display: block;
}

.xuan li:hover {
    background: #ff0050;
}

.xuan li:hover .kuang {
    display: flex;
}

.xuan li .kuang {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 11.18px 1.82px rgb(28 28 28 / 13%);
    width: 164px;
    height: 164px;
    right: 90px;
    border-radius: 15px;
}

.xuan li:nth-child(3) .kuang {
    width: 244px;
    height: 71px;
}

.xuan li:nth-child(1) .kuang {
    width: 215px;
    height: 71px;
}


.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}

/* 悬浮框 enf */
/* 列表分页 */
.pagination {
    width: 100%;
    line-height: 78px;
    font-size: 22px;
    color: #333333;
    text-align: center;
    border-top: 1px solid #bfbfbf;
    position: absolute;
    bottom: 100px;
    left: 0;
}

.pagination li {
    width: 50px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    margin: 0 3px;
}

.pagination li a {
    color: #333333;
}

.pagination li.active,
.pagination li a:hover {
    color: #ff9409 !important;
    position: relative;
}

.pagination li.active::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #ff9409;
    position: absolute;
    left: 0;
    right: 0;
    top: -23px;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
    margin-top: 70px;
}

.sxy>div {
    max-width: 45%;
}


/* 列表分页 end */


/* index */

.title {
    font-size: 44px;
    font-family: zi;
    margin-top: -4px;
    letter-spacing: -2px;
}

.sed_title {
    font-size: 19px;
    margin: 3px 0 16px;
    letter-spacing: -1px;
}

.tline {
    width: 485px;
    height: 1px;
    background-color: rgb(51, 51, 51, .3);
    margin: auto;
}

.tline::after {
    content: '';
    width: 88px;
    height: 3px;
    background: #ffa909;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1px;
}

.swiper .swiper-pagination-bullet {
    background: #fff;
}

.index1 {
    padding: 105px 0;
}

.index1 .title {
    margin-top: 72px;
}

.index1 .tline {
    width: 262px;
    margin: 0 0 0 auto;
}

.index1 .tline::after {
    left: auto;
}

.index1 .con {
    font-size: 16px;
    line-height: 33px;
    color: #666666;
    margin-top: 10px;
    letter-spacing: -0.5px;
}

.index1 .cn {
    border: 1px solid rgb(233, 13, 81, .5);
    border-radius: 25px;
    width: 625px;
    height: 50px;
    margin-top: 30px;
    margin-left: -42px;
}

.index1 .cn font {
    border: 1px dashed rgb(233, 13, 81, .5);
    width: 615px;
    height: 40px;
    border-radius: 25px;
    font-size: 23px;
    font-weight: bold;
    color: #ea1e5e;
}

section {
    background: url(../image/index2.jpg) no-repeat top;
    padding: 46px 0 0;
}

.index2 {
    border-radius: 24px;
    padding: 7px;
    overflow: hidden;
    background: rgb(247, 218, 165);
}
.index2 .sed_title{
    letter-spacing: -2px;
}
.index2 video {
    width: 633px;
    height: 534px;
    overflow: hidden;
    object-fit: cover;
    outline: none;
    box-shadow: 0.419px 11.993px 16px 0px rgba(75, 75, 75, 0.11);
}

.index2>div {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.index2>div>div {
    width: 566px;
}

.index2 .tline {
    width: 396px;
}

.index2 .cn {
    width: 396px;
    font-size: 16px;
    color: #666666;
    margin: 23px auto 20px;
}

.index2 .cn b {
    font-size: 18px;
    color: #333333;
}

.index2 .tt {
    font-size: 18px;
    color: #ea0c51;
}

.index2 .more,
.index2 .more:hover {
    display: inline-flex;
    background-color: #fab12a;
    box-shadow: 0.419px 11.993px 16px 0px rgba(250, 189, 42, 0.09);
    height: 46px;
    padding: 0 29px 0 63px;
    border-radius: 23px;
    margin: 15px auto 0;
    font-size: 16px;
    color: #fff;
}

.index2 .more img {
    left: 0;
}

.index3 {
    padding: 136px 0 133px;
}

.index3 .title,
.index3 .sed_title {
    color: #fff;
}

.index3 .tline {
    background: rgb(255, 255, 255, .3);
}

.index3 .tline::after {
    background: #fff;
}
.index3 .box{
    margin-top: 60px;
}
.index3 li {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0.244px 6.996px 13px 0px rgba(116, 116, 116, 0.09);
}
.index3 li a>img{
    left: -13px;
    top: -13px;
}
.index3 .box>li a>img {
    left: -26px;
    top: -26px;
}

.index3 .img {
    width: 286px;
    height: 223px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.index3 .box>li .img {
    width: 590px;
    height: 529px;
}

.index3 .box>li .img img {
    min-height: 100%;
}

.index3 li p {
    line-height: 63px;
    font-size: 20px;
    padding-left: 32px;
}
.index3 .box>li p img{
    right: 22px;
    top: -23px;
}
.index3 label{
    width: 592px;
}
.index3 label li:nth-child(n+3){
    margin-top: 19px;
}
.index3 label li p img{
    right: 10px;
    top: -17px;
}
.index4 {
    background: url(../image/index4.jpg) no-repeat top;
    padding: 118px 0 206px;
}

.index4 .box>div {
    width: 508px;
    margin-left: 118px;
}

.index4 .tit {
    font-size: 24px;
    letter-spacing: -1px;
}

.index4 .tit b {
    color: #e80e52;
}

.index4 .sed {
    font-size: 18px;
    color: #e80e52;
    margin: 17px 0 1px;
}

.index4 .thd {
    font-size: 16px;
}

.more,
.more:hover {
    display: inline-flex;
    background-color: #fb0350;
    box-shadow: 0.419px 11.993px 16px 0px rgba(250, 189, 42, 0.09);
    height: 46px;
    padding: 0 29px 0 63px;
    border-radius: 23px;
    margin: 34px auto 0;
    font-size: 16px;
    color: #fff;
}

.more img {
    left: 0;
}

.index5 {
    background: #fefbf4;
    padding: 101px 0 0;
}

.index5 .box {
    margin-top: 55px;
}

.index5 .swiper {
    padding: 0 24px 79px;
}

.index5 .swiper-button {
    background: url(../image/left.png) no-repeat center;
    opacity: 1 !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0.419px 11.993px 16px 0px rgba(116, 116, 116, 0.18);
}

.index5 .swiper-button-prev {
    left: 0;
}

.index5 .swiper-button-next {
    right: 0;
    background-image: url(../image/right.png);
}

.index5 .swiper-slide {
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.419px 11.993px 16px 0px rgba(101, 101, 101, 0.09);
    padding: 16px 16px 30px;
}

.index5 .img {
    width: 350px;
    height: 247px;
    overflow: hidden;
}

.index5 .tit {
    font-size: 22px;
    margin: 25px 0 1px;
}

.index5 .con {
    font-size: 16px;
    color: #666666;
}

.index5 .more {
    margin-top: 10px;
    background: #fab12a;
}

.index5 .more img:nth-child(2) {
    display: none;
}

.index5 .active .more img:nth-child(1) {
    display: none;
}

.index5 .active .more img:nth-child(2) {
    display: block;
}

.index5 .active .tit {
    color: #e70f53;
    font-weight: bold;
}

.index5 .active .more {
    background: #e43a6f;
}

.index6 {
    padding: 105px 0 162px;
}

.index6 .a {
    font-size: 24px;
    padding-left: 13px;
}

.index6 .a::before {
    content: '';
    background-color: rgb(250, 177, 42);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 46px;
    margin: auto;
}

.index6 .tab {
    margin-top: 56px;
}

.index6 .tab ul {
    width: 864px;
}

.index6 .tab li a {
    width: 140px;
    height: 46px;
    background-color: rgb(241, 241, 241);
    border-radius: 23px;
    font-size: 18px;
    color: #666666;
}

.index6 .tab li .active {
    color: #fff;
    background: #fab12a;
}

.index6 .more,
.index6 .more:hover {
    margin: 0;
}

.index6 .con {
    margin-top: 42px;
}

.index6 .list {
    border-radius: 20px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.244px 6.996px 13px 0px rgba(116, 116, 116, 0.09);
    width: 286px;
    height: 340px;
    margin-right: 18px;

}

.index6 .list:nth-child(4n) {
    margin-right: 0;
}

.index6 .list:nth-child(n+5) {
    margin-top: 31px;
}

.index6 .list .img {
    width: 286px;
    height: 290px;
    overflow: hidden;
}

.index6 .list .tit {
    font-size: 18px;
    height: 50px;
    padding-left: 22px;
}

.index6 .list .img2 {
    display: none;
}

.index6 .list .p_a {
    right: 0;
    bottom: 9px;
}

.index7 {
    background: url(../image/index7.png) no-repeat bottom;
    padding: 183px 0 84px;
    margin-top: -120px;
}

.index7 .box>div {
    width: 460px;
}

.index7 .title,
.index7 .sed_title {
    color: #fff;
}

.index7 .tline {
    width: 259px;
    background: rgb(255, 255, 255, .3);
}

.index7 .tline::after {
    background: #fff;
}

.index7 .tt {
    width: 358px;
    height: 44px;
    padding: 3px;
    background: rgb(255, 255, 255, .3);
    border-radius: 22px;
    margin: 18px auto 16px;
}

.index7 .tt span {
    height: 100%;
    background: #fff;
    border-radius: 22px;
    font-size: 18px;
}

.index7 .tt b {
    color: #e80e52;
}

.index7 .cn {
    font-size: 18px;
    color: #fff;
    word-spacing: 2px;
}

.index7 .cn span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.index8 {
    background: url(../image/index8.jpg) no-repeat center;
    padding: 101px 0 79px;
}

.index8 img.p_a {
    z-index: 9;
    left: -80px;
    bottom: -30px;
}

.index8 .swiper {
    border-radius: 20px;
    background-color: rgb(254, 251, 244);
    box-shadow: 0.419px 11.993px 16px 0px rgba(250, 189, 42, 0.09);
    height: 575px;
    margin-top: 52px;
}

.index8 .con>div {
    margin-left: 326px;
}

.index8 .tt {
    font-size: 24px;
    color: #feab0f;
}

.index8 .tt span {
    font-size: 18px;
    color: #e80e52;
    vertical-align: middle;
}

.index8 .cn {
    width: 676px;
    font-size: 16px;
    line-height: 23px;
    color: #666666;
    margin-top: 11px;
}

.index8 .num {
    font-size: 100px;
    font-family: han;
    color: rgb(51, 51, 51, .08);
}

.index8 .swiper-pagination {
    bottom: -56px !important;
}

.index8 .swiper-pagination-bullet {
    width: 23px;
    height: 19px;
    background: url(../image/cur1.png) no-repeat center;
    opacity: 1 !important;
    margin: 0 8px !important;
}

.index8 .swiper-pagination-bullet-active {
    background-image: url(../image/cur2.png);
}

.index9 {
    background: url(../image/index9.jpg) no-repeat top;
    padding: 116px 0 82px;
}

.index9 .box {
    margin-top: 40px;
}

.index10 {
    background: url(../image/index10.jpg) no-repeat center;
    padding: 85px 0 34px;
    height: 844px;
}

.index10 .box {
    height: 464px;
    margin-top: 131px;
}

.index10 li:nth-child(1) {
    width: 872px;
    margin: 0 0 0 174px;
}

.index10 li:nth-child(2) {
    width: 892px;
    margin: 61px 0 51px 165px;
}

.index10 li:nth-child(3) {
    width: 923px;
    margin: 0 0 0 154px;
}

.index10 li:nth-child(4) {
    width: 640px;
    margin: 45px 0 0 275px;
}

.index11 {
    background: url(../image/index11.jpg) no-repeat center;
    padding: 134px 0 128px;
    background-size: cover;
}

.index11 .title,
.index11 .sed_title {
    color: #fff;
}

.index11 .tline,
.index11 .tline::after {
    background: #fff;
}

.index11 .box {
    background: url(../image/index11.png) no-repeat center;
    margin-top: 46px;
    background-position: 54px 79px;
}

.index11 .img {
    width: 128px;
    height: 128px;
    background: #e90d51;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s;
}

.index11 li:nth-child(even) .img {
    transform: rotate(180deg);
}

.index11 li:nth-child(even) .img img {
    transform: rotate(180deg);
}

.index11 .img img {
    z-index: 9;
}

.index11 .img::after {
    content: '';
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 4px;
}

.index11 .img img:nth-child(2) {
    display: none;
}

.index11 .active .img img:nth-child(1) {
    display: none;
}

.index11 .active .img img:nth-child(2) {
    display: block;
}

.index11 li p {
    font-size: 20px;
    color: #fff;
    margin-top: 21px;
}

.index11 .active .img {
    background: #fff;
}

.index11 .active .img::after {
    background: #e90d51;
}

.index12 {
    background: url(../image/index12.jpg) no-repeat center;
    padding: 174px 0 270px;
    margin-top: -50px;
}

.index12 .title {
    font-size: 40px;
}

.index12 .left {
    margin: 0 153px 0 62px;
}

.index12 .con {
    font-size: 16px;
    color: #666666;
    margin-top: 3px;
}

.index12 form {
    margin-top: 54px;
}

.index12 form p {
    width: 390px;
    border-bottom: 1px solid #b2b2b2;
    font-size: 16px;
    color: #666666;
    margin-bottom: 36px;
    padding-bottom: 7px;
}

.index12 button {
    height: 45px;
    background: #e70f53;
    border-radius: 23px;
    font-size: 16px;
    color: #fff;
    margin: 42px 0 0 78px;
    padding: 0 35px 0 64px;
}

.index12 button img {
    left: 0;
}

.index12 .tt {
    line-height: 68px;
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
}

.index12 .cn {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 44px;
}

.index12 .cn span {
    color: #e70f53;
}

.index12 .more {
    background: linear-gradient(90deg, rgb(234, 12, 81) 0%, rgb(234, 12, 81) 0%, rgba(228, 19, 84, 0.99608) 100%);
    margin: 48px auto 0;
}

@media screen and (max-width:1280px) {
    .index8 .box {
        overflow: hidden;
    }

    .index5 .box {
        padding: 0 0 79px;
    }
}

/* index end */
.bg {
    padding-top: 124px;
}

/* aboutus */
.top .box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 11px;
}

.top .left {
    border-left: 3px solid #ff9409;
    padding-left: 12px;
}

.top .left p:nth-child(1) {
    font-size: 22px;
    color: #ff9409;
}

.top .left p:nth-child(2) {
    font-size: 14px;
    color: rgb(51, 51, 51, .4);
    text-transform: uppercase;
    font-weight: bold;
}

.top .right,
.top .right a {
    font-size: 16px;
    color: rgb(127, 127, 127, .8);
}

.atit {
    font-size: 36px;
    color: #333333;
    margin-top: 84px;
    margin-bottom: 97px;
    font-weight: bold;
}

.atit::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #666666;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
}

.about {
    padding-bottom: 124px;
}


.about .tt {
    font-size: 33px;
    color: #ff9409;
    border-bottom: 1px solid #ff9409;
    padding-bottom: 13px;
    margin-top: 20px;
}

.about video {
    width: 582px;
    object-fit: cover;
}

.about .con {
    width: 570px;
}

.about .con .summary {
    font-size: 18px;
    line-height: 31px;
    color: rgb(102, 102, 102, .9);
    margin-top: 37px;
}

.about br {
    height: 10px;
}

.about .content {
    font-size: 16px;
    line-height: 31px;
    color: rgb(102, 102, 102, .9);
    font-family: PingFang SC;
    margin-top: 48px;
}

/* aboutus end */

/* product */
.prolist .content {
    margin-top: 60px;
    padding-bottom: 220px;
}

.p_nav>h3 {
    width: 288px;
    line-height: 64px;
    background: #ff9409;
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: normal;
}

.p_nav {
    width: 288px;
    background: #fff;
}

.p_nav>ul>li {
    width: 288px;
    height: 83px;
    border-bottom: 1px dashed #e0e0e0;
}

.p_nav>ul>li:last-child {
    border: none;
}

.p_nav>ul>li a {
    padding-left: 24px;
    font-size: 17px;
    color: #7f7f7f;
}

.p_nav>ul>li a span {
    font-size: 19px;
}



.p_nav>ul>li a.active,
.p_nav>ul>li a:hover {
    color: #d41d3b !important
}

.p_ewm {
    padding: 66px 21px 62px;
}

.p_ewm img {
    display: block;
    width: 103px;
    padding: 2px;
    border: 2px solid #e0e0e0;
}

.p_ewm p {
    font-size: 28px;
    color: #d41d3b;
    margin-top: 22px;
    font-family: Arial;
}


.product .list li {
    margin-bottom: 45px;
    background: #fff;
    box-shadow: 4.54px 8.91px 38px 0px rgba(29, 29, 29, 0.16);
}

.p_img {
    background: #fff;
    width: 416px;
    height: 355px;
    overflow: hidden;
}

.p_img img {
    width: auto;
    height: 100%;
}

.p_con {
    padding: 0 30px 0 41px;
    height: 89px;
    background: #fff;
}

.p_name {
    display: block;
    font-size: 16px;
    color: #666666;
}

.p_name p {
    font-size: 16px;
    color: rgb(71, 71, 71, .6);
    text-transform: uppercase;
}

.p_des {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 5px
}

.p_more {
    display: block;
    margin-top: 5px;
}

.p_more img {
    width: 35px;
    height: 35px;
    display: block;
}

.product {
    width: 875px;
}

.product>ul>li:hover .p_con {
    background: #d41d3b;
    transition: .4s;
}

.product>ul>li:hover .p_name,
.product>ul>li:hover .p_name p {
    color: #fff
}

.product>ul>li:hover .m_1s {
    display: block !important;
}

.product>ul>li:hover .m_1 {
    display: none !important;
}

.m_1s {
    display: none !important;
}

.pagination_b_c {
    background-color: #f8f8f8 !important;
}

.arc {
    padding: 50px 0;
}

.arc .content {
    margin-top: 50px;
}

/* product end */

/* join */

.j_title {
    font-size: 36px;
}

.join1 {
    padding: 112px 0 122px;
}

.join1 .box {
    margin-top: 29px;
}

.join1 li:nth-child(n+4) {
    margin-top: 43px;
}

.join1 li p {
    font-size: 16px;
    color: #e90d51;
    margin-top: 16px;
}

.join1 li p b {
    color: #ff9409;
    font-size: 20px;
    margin-right: 9px;
}

.join2 {
    background: #fff;
    padding: 112px 0 136px;
}

.join2 .j_title {
    color: #666666;
}

.join2 .j_title span {
    color: #ff9409;
}

.zs3_box {
    margin: 50px 0 0;
}

.zs3_box label {
    display: flex;
    justify-content: space-between;
}

.zs3_box label p:nth-child(n+3) {
    margin-top: 43px;
}

.zs3_box label input {
    width: 578px;
    height: 68px;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
    background: #f7f7f7;
    text-indent: 2em;
}

.zs3_box label input:focus,
.zs3_box label textarea:focus {
    color: #fff;
    background: #ff9409;
}

.zs3_box label input:focus::placeholder,
.zs3_box label textarea:focus::placeholder {
    color: #fff;
}

.zs3_box label:nth-child(2) {
    margin: 22px 0 0;
}

.zs3_box label textarea {
    color: #000000;
    font-size: 16px;
    width: 1200px;
    height: 200px;
    border: none;
    background: #f5f5f5;
    resize: none;
    box-shadow: initial;
    text-indent: 2em;
    padding: 10px 0 0;
}

.btn_form button {
    background-color: #ff9409;
    width: 283px;
    height: 65px;
    font-size: 20px;
    border: none;
    color: #fff;
    margin: 58px auto 0;
    display: block;
    cursor: pointer;
}

/* join end */
/* news */

.news>.box {
    background: #fff;
    padding: 60px 52px 275px;
    margin-top: 100px;
}

.news .list {
    margin-bottom: 35px;
}

.news .list .month {
    font-size: 18px;
    color: #999999;
    margin-right: 5px;
}

.news .img {
    width: 468px;
    height: 278px;
    overflow: hidden;
    box-shadow: 0.908px 1.782px 38px 0px rgba(29, 29, 29, 0.09);
}

.news .img img {
    width: auto;
    height: 100%;
}

.news .list>div {
    width: 575px;
}

.news .tit {
    font-size: 24px;
    font-weight: bold;
    color: rgb(51, 51, 51, .9);
    line-height: 30px;
}

.news .describe {
    -webkit-line-clamp: 4;
    font-size: 16px;
    color: rgb(90, 90, 90, .9);
    line-height: 22px;
    margin-top: 27px;
    letter-spacing: 1px;
}


.news .date {
    font-size: 16px;
    color: #000;
    margin-top: 28px;
}

.news .date span {
    font-size: 24px;
}

.news i {
    width: 13px;
    height: 1px;
    background: #000;
    margin: 0 3px;
}

.news .content {
    line-height: 2;
    font-size: 16px;
    text-indent: 2em;
    margin-top: 40px;
}


/* news end */
.arc {
    padding: 80px 0;
}

.arc h3 {
    font-size: 32px;
    margin: 50px 0;
}

.arc .content {
    font-size: 18px;
    line-height: 2;
    font-family: PingFang SC;
}

.arc img {
    display: inline-block;
    max-width: 100%;
}

/* contactUs */

.contactus {
    padding-bottom: 205px;
}

.contactus .p_r>.box {
    margin-top: 90px;
}

.contactus .p_r>.box .left {
    width: 495px;
    margin-top: 45px;
}

.contactus .p_r>.box .left .text {
    margin-bottom: 45px;
    font-size: 18px;
    color: rgb(51, 51, 51, .9);
}

.contactus .p_r>.box .left span {
    font-size: 24px;
    color: rgb(51, 51, 51, .9);
    margin-left: 10px;
}

.contactus .p_r>.box .left .line {
    width: 470px;
    height: 1px;
    background: rgb(51, 51, 51, .2);
    margin: 18px 0 11px;
}

.contactus .qrcode {
    margin-top: 17px;
    font-size: 18px;
    color: rgb(51, 51, 51, .9);
}

.contactus .qrcode img {
    margin-right: 20px;
    margin-bottom: 15px;
}

.contactus .p_r>.box .map {
    position: absolute;
    right: 0;
    width: 53%;
    height: 791px;
    box-shadow: 0px 5px 59px 0px rgba(85, 86, 91, 0.11);
}

/* contactUs end */