@font-face {
    font-family: alii;
    src: url(../font/AlibabaPuHuiTi-2-45-Light.ttf);
}

@font-face {
    font-family: alir;
    src: url(../font/AlibabaPuHuiTi-2-55-Regular.ttf);
}

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

body {
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 20px;
    font-family: alir;
    color: #333333;
}

.box {
    width: 1300px;
    min-width: 1300px;
    margin: 0 auto;
}

.box1 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

html {
    scroll-padding-top: 300px;
}

/* header */

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    background: #fff;
    color: #303030;
}

header .box {
    width: 92.5%;
    height: 88px;
}

header .txt {
    font-size: 16px;
    color: rgb(35, 35, 35, .7);
    margin-left: 28px;
}

nav {
    width: 47.6%;
}

nav a {
    font-size: 16px;
    color: rgb(35, 35, 35, .7);
}

nav .active,
nav a:hover {
    color: #ff6801;
}

nav .active::after,
nav a:hover::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #ff6801;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -33px;
    margin: auto;
}

header .phone p {
    font-size: 16px;
    color: #252525;
    margin-left: 13px;
}

header .phone span {
    font: 20px gm;
}

/* header end */

.xuan {
    position: fixed;
    right: 186px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 47px;
    height: 235px;
    z-index: 99;
    font: 14px alii;
    color: #a2a2a2;
}

.xuan li a {
    width: 47px;
    height: 47px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 16px rgb(0, 0, 0, .1);
}

.xuan li:hover a {
    background: #ff6801;
}

.xuan li:hover a img {
    filter: grayscale(1) brightness(100);
}

.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: 240px;
    height: 70px;
    right: 63px;
    border-radius: 15px;
    font: bold 20px alii;
    color: #333;
}

.xuan li:nth-child(2) .kuang {
    width: 387px;
    padding: 0 10px;
}

.xuan li .kuang1 {
    width: 120px;
    height: 120px;
}

.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%));
}

.xuan li:last-child {
    margin-top: 27px;
}

/* footer */

footer {
    color: #fff;
    font-size: 16px;
    background: #1a1a1a;
}

footer .box {
    width: 78%;
}

@media screen and (max-width:1580px) {
    footer .box {
        width: 100%;
    }
}

.f_top {
    border-bottom: 1px solid rgba(221, 221, 221, 0.1);
    padding: 54px 0 41px;
}

.f_top ul {
    width: 53%;
}

.f_top ul a {
    opacity: 0.42;
}

footer a,
footer a:hover {
    color: #fff;
}

.f_top ul .active {
    opacity: 1;
}

.f_top ul span {
    opacity: 0.1;
    font-size: 14px;
}

.f_top .qr {
    width: 190px;
}

.f_top .qr img {
    width: 82px;
}

.f_top .qr p {
    font-size: 14px;
    opacity: 0.3;
    margin-top: 12px;
}

.f_mid .tt {
    opacity: 0.5;
}

.f_mid .line {
    width: 1px;
    height: 108px;
    background: rgb(255, 255, 255, .05);
}

.f_mid img {
    margin-right: 16px;
}

.f_bottom {
    font-size: 14px;
    color: rgb(255, 255, 255, .2);
    line-height: 53px;
    border-top: 1px solid rgba(221, 221, 221, 0.1);
    text-transform: uppercase;
}

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

/* footer end */

/* 列表分页 */

.pagination {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    color: #9e9e9e;
    text-align: center;
    margin-top: 100px;
}

.pagination li {
    width: 38px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #d9d9d9;
}

.pagination li a {
    display: block;
    color: #9e9e9e;
}

.pagination li.active,
.pagination li a:hover {
    color: #fff;
    background: #ff6801;
    border-color: #ff6801;
}

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

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


/* 列表分页 end */


/* index */

.index1 {
    background: #f4f4f4;
    padding: 102px 0 114px;
}

.index1 .box {
    background: url(../images/index1_01.jpg) no-repeat top;
    padding: 86px 52px 0;
}

.title span {
    font: bold 22px/1 gm;
    color: rgb(26, 26, 26, .3);
}

.title b {
    font-size: 32px;
    line-height: 42px;
}

.titlea span {
    color: rgb(255, 255, 255, .3);
}

.titlea b {
    color: #fff;
}

.idx11 li {
    width: 282px;
    height: 350px;
    background: #fff;
    padding: 60px 28px 0;
    margin-top: 55px;
}

.idx11 .tt {
    font: 32px/1 gm;
    color: #d6d6d6;
    text-transform: capitalize;
}

.idx11 .cn {
    font-size: 22px;
    line-height: 30px;
    color: #232323;
    margin: 71px 0 51px;
}

.idx11 .num {
    font: 40px gm;
    color: #d6d6d6;
}

.idx12 {
    background: #fff;
    padding: 60px 52px 93px;
    margin-top: 31px;
}

.idx12 .tit {
    font-size: 28px;
    line-height: 30px;
    color: #232323;
}

.idx12 li {
    width: 261px;
    background: #f7f7f7;
    margin: 42px 0 85px;
}

.idx12 li .img {
    height: 236px;
}

.idx12 li .tt {
    height: 79px;
    border-top: 1px solid #efefef;
    font-size: 22px;
    color: #232323;
    transition: .2s;
}

.idx12 li:hover .tt {
    color: #fff;
    background: #ff6801;
}

.idx12 .txt {
    font-size: 26px;
    line-height: 34px;
    color: #8e8e8e;
    letter-spacing: -1px;
    margin-left: 47px;
}

.idx12 .txt p:nth-child(2) {
    margin: 18px 0 16px;
}

.idx12 .txt p:nth-child(2) span {
    width: 147px;
    height: 82px;
    background: #f4f4f4;
    border-radius: 6px;
    font-size: 22px;
    color: #161616;
}

.idx12 .txt p:nth-child(2) img {
    margin: 0 23px;
}

.idx12 .txt p:nth-child(2) span:nth-child(3) {
    color: #fff;
    background: #ff6801;
}

.idx12 .line {
    width: 425px;
    height: 1px;
    background: #efefef;
    margin: 46px 0;
}

.idx12 a {
    font-size: 18px;
    color: #232323;
}

.idx12 a span {
    font-size: 13px;
}

.index2 {
    background: url(../images/index2.jpg) no-repeat center;
    background-size: cover;
    padding: 153px 0 130px;
}

.index2 .box {
    padding-left: 51px;
}

.index2 .tit {
    font: 88px/79px gm;
    color: #fff;
}

.index2 .txt::after {
    content: '';
    width: 1350px;
    height: 182px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -56px;
    z-index: -1;
}

.index2 ul {
    width: 565px;
    font-size: 22px;
    color: #a7a7a7;
    margin-left: 80px;
}

.index2 ul .line {
    width: 1px;
    height: 6px;
    background: #d1d1d1;
}

.index2 ul label:nth-child(2) {
    margin-top: 12px;
}

.index2 li:hover {
    color: #ff6801;
}

.index3 {
    padding-top: 102px;
    overflow: hidden;
}

.index3 .tit {
    font-size: 32px;
    line-height: 42px;
    color: #1a1a1a;
}

.index3 hr {
    background: #eeeeee;
    margin: 54px 0 47px;
}

.index3 .swiper-slide {
    width: auto;
    font-size: 20px;
    color: #a7a7a7;
}

.index3 .mySwiper .swiper-slide::before {
    content: '';
    width: 1px;
    height: 6px;
    background: #d1d1d1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -56px;
}

.index3 .mySwiper2 .swiper-slide::after {
    content: '';
    width: 100%;
    height: 225px;
    background: linear-gradient(transparent, rgb(0, 0, 0, .5));
    position: absolute;
    left: 0;
    bottom: 0;
}

.index3 .swiper-slide-thumb-active {
    color: #ff6801;
}

.index3 .mySwiper2 {
    width: 582px;
    overflow: initial;
    margin: 66px 0 0;
}

.index3 .mySwiper2 .p_a {
    bottom: 48px;
    left: 60px;
    right: 60px;
    z-index: 9;
}

.index3 .tt {
    font-size: 40px;
    color: #fff;
}

.index3 .cn {
    display: none;
    font-size: 18px;
    line-height: 28px;
    color: rgb(255, 255, 255, .6);
    margin-top: 21px;
}

.index3 .swiper-slide-active .cn {
    display: block;
}

.index4 {
    padding: 146px 0 111px;
}

.index4 .box {
    width: 1200px;
    min-width: 1200px;
}

.index4 .text {
    margin-top: 50px;
}

.index4 .text .p_a {
    width: 392px;
    top: 222px;
    left: 0;
    right: 0;
    margin: auto;
}

.index4 ul {
    background: #ff6801;
    color: #fff;
}

.index4 li {
    width: calc(100% / 4);
}

.index4 .line {
    width: 1px;
    height: 233px;
    background: rgb(255, 255, 255, .2);
}

.index4 .tt {
    font: bold 26px alii;
}

.index4 .cn {
    width: 237px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255, .6);
    margin: 23px auto 0;
}

.index4 .add {
    display: none;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    color: #ff6801;
    margin: 27px auto 0;
}

.index4 li:hover .cn {
    display: none;
}

.index4 li:hover .add {
    display: flex;
}

.bg5 {
    background: #f1f1f1;
    padding-top: 122px;
}

.bg5>.box {
    width: 1200px;
    min-width: 1200px;
    background: #fff;
    padding: 99px 93px 81px;
}

.idx51 {
    background: #f7f7f7;
    padding-right: 42px;
    margin: 60px 0 32px;
}

.idx51 p {
    width: 425px;
    font-size: 17px;
    line-height: 28px;
    color: #898989;
    text-align: justify;
    letter-spacing: -0.8px;
}

.idx52 {
    background: url(../images/idx52.jpg) no-repeat center;
    padding: 62px 36px 35px 34px;
}

.idx52 .tit {
    font-size: 28px;
    line-height: 37px;
    color: #fff;
}

.idx52 ul {
    margin-top: 40px;
}

.idx52 li {
    width: 226px;
    height: 81px;
    background: #fff;
    font-size: 18px;
    color: #434343;
    margin-top: 15px;
}

.idx52 li:hover {
    color: #fff;
    background: #ff6801;
}

.idx53 .text {
    background: url(../images/idx53.jpg) no-repeat center;
    padding: 85px 36px 0;
    margin-top: 34px;
}

.idx53 .tit {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}

.idx53 .phone {
    font: 20px alii;
    color: #fff;
}

.idx53 .phone span {
    margin: 0 20px 0 11px;
}

.idx53 .phone b {
    font: bold 24px gm;
    transform: rotateX(30deg);
    letter-spacing: 2px;
}

.idx53 hr {
    height: 1px;
    margin: 58px 0 0;
    background: rgb(255, 255, 255, .29);
}

.idx53 .tt {
    height: 71px;
    font-size: 16px;
    color: rgb(255, 255, 255, .34);
}

.idx53 ul {
    background: #ff6801;
}

.idx53 li {
    width: calc(100% / 3);
    height: 127px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.idx53 .line {
    width: 1px;
    height: 127px;
    background: rgb(255, 255, 255, .2);
}

.index6 {
    padding: 75px 0 69px;
}

.index6 .swiper {
    margin-top: 48px;
    padding-bottom: 66px;
}

.index6 .swiper-pagination {
    bottom: 0 !important;
}

.index6 .swiper-pagination-bullet {
    background: #f4f4f4;
    opacity: 1;
}

.index6 .swiper-pagination-bullet-active {
    background: #ff6801;
}

.index7 .swiper-slide {
    background: #f1f1f1;
}

.index7 .tit {
    width: 508px;
    font-size: 32px;
    line-height: 42px;
    color: #171717;
    margin-top: 200px;
}

.index7 .img {
    width: 506px;
    height: 601px;
    overflow: hidden;
}

.index7 .swiper-button {
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    top: 57%;
}

.index7 .swiper-button-prev {
    left: auto;
    right: 256px;
}

.index7 .swiper-button-next {
    transform: rotateY(180deg);
    right: 200px;
}

.index7 .swiper-button:hover {
    background: #ff6801;
}

.index7 .swiper-button:hover img {
    filter: brightness(100);
}

.index8 {
    background: #f1f1f1;
    padding: 160px 0 120px;
}

.index8 .tit {
    font-size: 32px;
    color: #121212;
}

.index8 .con {
    font-size: 24px;
    color: #636363;
}

.index8 .tab {
    width: 420px;
    font-size: 22px;
    color: #636363;
}

.index8 .tab a:nth-child(n+2):after {
    content: '';
    width: 1px;
    height: 15px;
    background: #e3e3e3;
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.index8 .tab .active {
    color: #ff6801;
}

.index8 .content {
    margin-top: 63px;
}

.index8 .aaa {
    height: 627px;
    background: #fff;
}

.index8 .img {
    height: 260px;
    overflow: hidden;
    border-bottom: 1px solid rgb(109, 109, 109, .1);
}

.index8 .img img {
    opacity: 0;
}

.index8 .img .tag {
    width: 120px;
    height: 45px;
    background: #ff6801;
    font-size: 18px;
    color: #fff;
    left: 0;
    top: 0;
}

.index8 .tt {
    width: 287px;
    height: 96px;
    font: 24px/32px alii;
    bottom: 53px;
    left: 38px;
    color: #1c1b1b;
    z-index: 1;
}

.index8 .tt b {
    -webkit-line-clamp: 3;
}

.index8 .cn {
    width: 314px;
    font-size: 16px;
    line-height: 23px;
    color: #898989;
    -webkit-line-clamp: 2;
    margin: 85px auto 0;
}

.index8 .more {
    width: 314px;
    height: 111px;
    font-size: 16px;
    color: #7a7a7a;
    border-top: 1px solid rgb(109, 109, 109, .1);
    margin: 0 auto;
}

.index8 .more img {
    transform: rotateY(180deg);
    margin-left: 13px;
}

.index8 .swiper-slide:hover .img img {
    opacity: 1;
}

.index8 .swiper-slide:hover .img::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgb(0, 0, 0, .4));
    position: absolute;
    left: 0;
    bottom: 0;
}

.index8 .swiper-slide:hover .tt {
    color: #fff;
}


/* index end */

.banner {
    height: 526px;
    margin-top: 87px;
}

.banner .tt {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.banner .cn {
    font-size: 16px;
    color: rgb(255, 255, 255, .37);
}

.banner a {
    color: rgb(255, 255, 255, .37);
}

/* 关于我们 */

.about1 {
    padding: 113px 0 106px;
}

.about1 .box1 {
    background: #f6f6f6;
}

.about1 .img {
    width: 600px;
    height: 474px;
    overflow: hidden;
}

.about1 .txt {
    width: 441px;
    margin-left: 95px;
}

.about1 .tt {
    font: bold 28px alii;
    color: #212121;
}

.about1 .cn {
    font-size: 16px;
    line-height: 28px;
    color: #929292;
    margin: 21px 0 40px;
}

.about1 a {
    font-size: 16px;
    color: #ff6801;
}

.about1 a img {
    transform: rotateY(180deg);
    filter: invert(50%) sepia(42%) saturate(5577%) hue-rotate(0deg) brightness(103%) contrast(104%);
    margin-left: 8px;
}

.about4 {
    background: #f6f6f6;
    padding: 86px 0 152px;
}

.about4 .box {
    margin-top: 50px;
}

.about4 .swiper-slide {
    height: 250px;
    overflow: hidden;
}

.about4 .swiper-pagination {
    bottom: -60px !important;
}

.about4 .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    background: #e1e1e1;
    opacity: 1;
    border-radius: 0;
}

.about4 .swiper-pagination-bullet-active {
    background: #FF7600;
}

/* 关于我们 end */


/* 服务 */

.service {
    background: #f8f8f8;
}

.ser1 {
    padding: 89px 0 90px;
}

.ser1 .box {
    background: #fff;
    margin-top: 58px;
}

.ser1 .mySwiper .swiper-slide {
    height: 131px;
    font-size: 20px;
    color: #282828;
    border-left: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.ser1 .mySwiper .swiper-slide-thumb-active {
    background: #ff6801;
    color: #fff;
    border-color: #ff6801;
}

.ser1 .mySwiper2 .img {
    width: 567px;
    height: 383px;
    overflow: hidden;
}

.ser1 .mySwiper2 .txt {
    width: 734px;
    padding: 0 142px 0 95px;
}

.ser1 .tt {
    font-size: 24px;
    color: #282828;
}

.ser1 .cn {
    font-size: 18px;
    line-height: 26px;
    color: #a1a1a1;
    margin: 17px 0 20px;
}

.ser1 a {
    width: 109px;
    height: 49px;
    background-color: rgb(255, 104, 1, .1);
    font-size: 16px;
    color: #ff6801;
}

.ser2 .box {
    margin-top: 49px;
}

.ser2 li {
    width: 315px;
}

.ser2 li p {
    height: 78px;
    background: #fff;
    font-size: 22px;
    color: #232323;
}

.ser2 li:hover p {
    background: #ff6801;
    color: #fff;
}

.ser3 {
    padding: 96px 0 124px;
}

.ser3 .box {
    margin-top: 60px;
}

.ser3 li {
    width: 207px;
    height: 335px;
    background: #fff;
    padding-top: 81px;
}

.ser3 .tt {
    font-size: 24px;
    line-height: 30px;
    color: #292929;
}

.ser3 .add {
    width: 42px;
    height: 42px;
    background: #ff6801;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    margin: 75px auto 0;
}

.ser3 li img {
    display: none;
}

.ser3 li:hover {
    padding-top: 44px;
}

.ser3 li:hover .add {
    display: none;
}

.ser3 li:hover img {
    display: block;
    margin-top: 42px;
}

/* 服务 end */


/* 合作 */

.cooperation {
    padding: 78px 0 105px;
}

.coop2 {
    background: url(../images/coop2.jpg);
    padding: 75px 0 67px 65px;
    margin-top: 40px;
}

.coop2 ul {
    height: 340px;
}

.coop2 li {
    width: 446px;
    height: 100px;
    background: #fff;
    border-radius: 6px;
    font-size: 20px;
    color: #1f1f1f;
    transition: .1s;
}

.coop2 .tt {
    width: 446px;
}

.coop2 .line {
    display: none;
    width: 1px;
    height: 10px;
    background: rgb(255, 255, 255, .31);
    margin-right: 106px;
}

.coop2 a {
    display: none;
    font-size: 16px;
    color: rgb(255, 255, 255, .4);
}

.coop2 .active {
    width: 742px;
    background: #ff6801;
    color: #fff;
}

.coop2 .active .line,
.coop2 .active a {
    display: block;
}

.coop3 {
    background: url(../images/coop3.jpg) no-repeat center;
    padding-top: 105px;
}

.coop3 .ul1 {
    background: #ff6801;
    border-radius: 6px;
    padding: 16px 18px;
    margin: 66px 0 75px;
}

.coop3 .ul1 li {
    width: 377px;
    height: 117px;
    background: #fff;
    border-radius: 6px;
    font-size: 22px;
    color: #2b2b2b;
}

.coop3 .ul2 {
    height: 204px;
}

.coop3 .ul2 img {
    margin-bottom: 15px;
}

.coop3 .ul2 p {
    font-size: 22px;
    color: #fff;
}

.coop3 .ul2 li>div:nth-child(2) {
    display: none;
    width: 204px;
    height: 204px;
    background: #ff6801;
    border-radius: 50%;
}

.coop3 .ul2 li>div:nth-child(2) p {
    width: 156px;
    height: 156px;
    background: rgb(255, 255, 255, .2);
    border-radius: 50%;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin: auto;
}

.coop3 .ul2 .active>div:nth-child(1) {
    display: none;
}

.coop3 .ul2 .active>div:nth-child(2) {
    display: flex;
}

.coop3 .line {
    width: 1px;
    height: 21px;
    background: rgb(255, 255, 255, .3);
    transform: rotate(20deg);
}

.coop3 .txt {
    height: 104px;
    font-size: 16px;
    color: rgb(181, 181, 181, .43);
    border-top: 1px solid rgb(255, 255, 255, .2);
    margin-top: 71px;
}

/* 合作 end */


/* 新闻资讯 */

.news {
    padding: 80px 0 98px;
    background: #f9f9f9;
}

.news .tab a {
    font-size: 20px;
    color: #636363;
}

.news .tab .line {
    width: 1px;
    height: 8px;
    background: #e3e3e3;
    margin: 0 37px;
}

.news .tab .line:last-child {
    display: none;
}

.news .tab a:hover,
.news .tab .active {
    color: #ff6801;
}

.news .box {
    margin-top: 13px;
}

.news .list {
    width: 377px;
    height: 473px;
    margin: 39px 34px 0 0;
    background: #fff;
    overflow: hidden;
    transition: .3s;
}

.news .list>div {
    padding: 42px 28px;
}

.news .list:nth-child(3n) {
    margin-right: 0;
}

.news .list .img {
    height: 203px;
    overflow: hidden;
}

.news .tit {
    height: 52px;
    font: bold 20px/26px alii;
    color: #2c2c2c;
    -webkit-line-clamp: 2;
}

.news .con {
    height: 66px;
    font-size: 16px;
    line-height: 22px;
    color: #929292;
    -webkit-line-clamp: 3;
    margin: 16px 0 35px;
}

.news .time {
    font-size: 16px;
    color: #444444;
}

.news .more,
.news .more:hover {
    width: 122px;
    height: 35px;
    background: #fff;
    border-radius: 17px;
    margin-top: 158px;
    font-size: 16px;
    color: #ff6801;
}

.news .more img {
    margin-left: 10px;
    transform: rotateY(180deg);
    filter: invert(50%) sepia(42%) saturate(5577%) hue-rotate(0deg) brightness(103%) contrast(104%);
}

.news .list:hover {
    background: #ff6801;
}

.news .list:hover .tit,
.news .list:hover .con,
.news .list:hover .time {
    color: #fff;
}

.news .list:hover .con {
    opacity: 0.6;
}

.news .list:hover .img {
    margin-top: -203px;
}

/* 新闻资讯 end */

.arc .content {
    font: 18px/36px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    padding: 80px 0;
}

.arc .tit {
    font-size: 32px;
}

.arc .time {
    font-size: 16px;
    margin: 10px 0 50px;
}

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

/* contactUs */

.contact {
    background: #f3f7f8;
    padding: 110px 0 113px;
}

.contact ul {
    background: #ff6801;
    color: #fff;
}

.contact li {
    width: 266px;
}

.contact li:nth-child(1) {
    width: 397px;
    padding-left: 84px;
}

.contact .line {
    width: 1px;
    height: 258px;
    background: rgb(255, 255, 255, .2);
}

.contact .tt1 {
    font: 40px gm;
}

.contact .cn1 {
    font-size: 26px;
}

.contact .tit {
    font-size: 22px;
    margin: 14px 0 13px;
}

.contact .con {
    width: 227px;
    height: 72px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(255, 255, 255, .7);
    margin: auto;
}

.contact li:last-child .con {
    font: 22px gm;
}

.contact form {
    background: #fff;
    margin-top: 35px;
    padding: 29px 30px 26px;
}

.contact form p {
    width: 559px;
    height: 68px;
    background: #f9f9f9;
    border-radius: 6px;
    padding-left: 27px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #222222;
}

.contact form input,
.contact form textarea {
    width: 80%;
    height: 90%;
    font-size: 16px;
    color: #7f7f7f;
}

.contact form p:nth-child(3) {
    width: 100%;
    height: 185px;
    padding-top: 21px;
}

.contact form button {
    width: 100%;
    height: 65px;
    background: #ff6801;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
}

/* contactUs end */