@font-face {
    font-family: syl;
    src: url(../font/SOURCEHANSANSCN-LIGHT.OTF);
}

@font-face {
    font-family: syr;
    src: url(../font/SOURCEHANSANSCN-REGULAR.OTF);
}

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

@font-face {
    font-family: gb;
    src: url(../font/gilroy-black-6.otf);
}

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

.box {
    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;
    border-bottom: 1px solid rgb(255, 255, 255, .1);
}

header .box {
    width: 94%;
    height: 86px;
}

header .cir {
    width: 3px;
    height: 3px;
    background: rgb(34, 34, 34, .5);
    margin: 0 21px 0 18px;
}

header .txt {
    font-size: 16px;
    color: #6c6c6c;
}

nav {
    width: 46.4%;
}

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

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

nav .active::after,
nav a:hover::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #1b53f0;
    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 syl;
    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: #1b53f0;
}

.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: 200px;
    height: 60px;
    right: 63px;
    border-radius: 15px;
    font: bold 20px syl;
    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 {
    background: #151515;
    color: #fff;
}

.f_top {
    padding: 97px 0 80px;
}

.f_top .txt {
    font-size: 22px;
    line-height: 28px;
    margin-left: 23px;
}

.f_top .qr {
    width: 203px;
}

.f_top .qr p {
    font-size: 16px;
    opacity: 0.5;
    margin-top: 15px;
}

.f_top .phone {
    font-size: 16px;
    line-height: 24px;
    margin: 36px 0 0 56px;
}

.f_top .phone p:nth-child(1) {
    opacity: 0.5;
}

.f_top .phone img {
    margin-right: 19px;
}

.f_bottom {
    font-size: 14px;
    color: rgb(255, 255, 255, .2);
    line-height: 62px;
    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: 92px;
}

.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: #2465dc;
    border-color: #2465dc;
}

.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 {
    padding: 106px 0 109px;
}

.index1 .box {
    background: #1b53f0;
    padding: 39px 38px 30px;
}

.index1 .kuang1 {
    border: 1px solid rgb(255, 255, 255, .4);
    padding: 45px 84px 33px 123px;
}

.index1 .kuang1 .tit {
    font: bold 32px/41px syl;
    color: #fff;
    margin-bottom: 33px;
}

.index1 .kuang1 .con {
    font-size: 22px;
    color: #fff;
}

.index1 .kuang1 .con span {
    font: bold 50px/1 gm;
    margin: 0 8px 0 10px;
    letter-spacing: 2px;
}

.index1 .kuang2 {
    background: #3265f2;
    margin-top: 12px;
    padding: 31px 140px 31px 31px;
}

.index1 form>* {
    width: 545px;
    height: 60px;
    background: #ffffff;
    font: 16px syl;
    color: #1b53f0;
}

.index1 form p {
    margin-bottom: 18px;
    text-indent: 33px;
}

.index1 input,
.index1 input::placeholder {
    width: 75%;
    height: 100%;
    color: #1b53f0;
}

.index1 .qr p {
    font-size: 20px;
    color: #fff;
    margin-left: 21px;
}

section {
    background: url(../images/bg2.jpg)no-repeat top #f6f7f9;
    padding: 73px 0 0;
}

.title {
    font-size: 36px;
    line-height: 1;
    color: #1f1f1f;
}

.index2 .box {
    padding: 38px 43px 56px;
    background: #fff;
    margin-top: 59px;
}

.index2 .item1 .img {
    height: 376px;
    overflow: hidden;
}

.index2 .item1 .text {
    padding: 61px 24px 61px 115px;
}

.index2 .item1 .tit {
    font-size: 32px;
    color: #181919;
}

.index2 .item1 .con {
    width: 618px;
    font-size: 16px;
    line-height: 27px;
    color: #9f9f9f;
}

.index2 hr {
    margin: 0;
}

.index2 .item2 {
    padding-top: 69px;
}

.index2 .item2 .swiper {
    margin-top: 51px;
    padding-bottom: 58px;
}

.index2 .item2 .swiper-slide {
    background: #f6f7f9;
    padding: 19px 15px 45px;
}

.index2 .item2 .img {
    width: 324px;
    height: 208px;
    overflow: hidden;
}

.index2 .item2 .tt {
    font-size: 22px;
    color: rgba(29, 29, 29, 0.678);
    margin: 42px 0 43px;
}

.index2 .item2 a {
    width: 37px;
    height: 37px;
    background: #1b53f0;
    border-radius: 50%;
}

.index2 .item2 a img {
    opacity: 0.45;
    filter: brightness(100);
}

.index2 .item2 .swiper-slide:hover {
    background: #1b53f0;
}

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

.index2 .item2 .swiper-slide:hover a {
    background: #fff;
}

.index2 .item2 .swiper-slide:hover a img {
    filter: none;
    opacity: 1;
}

.index2 .item2 .swiper .swiper-pagination {
    bottom: 0;
}

.index3 .box {
    background: #fff;
    padding: 77px 43px 109px 42px;
    margin-top: 67px;
}

.index3 .item1 ul {
    margin: 37px 0 72px;
}

.index3 .item1 li {
    background: #f6f7f9;
    margin-top: 41px;
}

.index3 .item1 .img {
    width: 558px;
    height: 328px;
    overflow: hidden;
}

.index3 .item1 .tit {
    font: bold 24px/31px syl;
    color: #1b1b1b;
}

.index3 .item1 .con {
    font-size: 18px;
    color: #9a9da6;
    margin: 9px 0 70px;
}

.index3 .more {
    width: 558px;
    height: 65px;
    background: #1b53f0;
    font-size: 18px;
    color: rgb(255, 255, 255, .45);
}

.index3 .item1 li:nth-child(2n) .img {
    order: 2;
}

.index3 .aaa {
    background: url(../images/index3_04.jpg) no-repeat center;
    background-size: cover;
    padding: 85px 0 92px 86px;
}

.index3 .aaa .tt {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 69px;
}

.index3 .item2 {
    padding: 75px 0 80px;
}

.index3 .item2 .tit {
    font-size: 22px;
    line-height: 33px;
    color: #737373;
    margin: 33px 0 57px;
}

.index3 .item2 .swiper {
    padding-bottom: 53px;
}

.index3 .item2 .swiper-slide {
    height: 165px;
    overflow: hidden;
}

.index3 .item2 .swiper-pagination {
    bottom: 0;
}

.index3 .item3 .swiper {
    margin-top: 46px;
}

.index3 .item3 .swiper-slide {
    height: 332px;
    overflow: hidden;
}

.index3 .item4 {
    padding: 79px 0 100px;
}

.index3 .item4 .tit,
.index3 .item5 .tit,
.index3 .item6 .tit {
    font-size: 32px;
    line-height: 38px;
    color: #1d1d1d;
}

.index3 .item5 img,
.index3 .item6 img {
    margin-top: 49px;
}

.index3 .item6 {
    padding-top: 76px;
}

.index4 {
    background: url(../images/index4.jpg) no-repeat top;
    background-size: cover;
    padding: 93px 0 118px;
}

.index4 .title {
    color: #fff;
}

.index4 .s_title {
    font-size: 30px;
    line-height: 1;
    color: rgb(255, 255, 255, .5);
    margin-top: 18px;
}

.index4 .box {
    margin-top: 46px;
}

.index4 li {
    width: 378px;
    height: 211px;
    background: #fff;
    padding: 50px 43px 0;
    margin-top: 28px;
}

.index4 .tit {
    font-size: 26px;
    color: #1d1d1d;
}

.index4 .con {
    font-size: 16px;
    line-height: 24px;
    color: #8c9597;
    margin-top: 14px;
}

.index4 li:hover {
    background: #1b53f0;
}

.index4 li:hover .tit {
    color: #fff;
}

.index4 li:hover .con {
    color: rgb(255, 255, 255, .5);
}

.index4 .aaa {
    margin-top: 102px;
}

.index4 .kuang {
    width: 592px;
    height: 326px;
    background: url(../images/index4_01.jpg) no-repeat center;
}

.index4 .kuang>div {
    padding: 60px 0 69px 57px;
}

.index4 .tt {
    font: bold 32px/1 syl;
    margin-bottom: 13px;
}

.index4 .cn font {
    font: 67px/1 gb;
    letter-spacing: 2px;
    transform: rotateX(44deg);
    margin-right: 5px;
}

.index4 .cn em {
    font-style: normal;
    margin-top: 6px;
}

.index4 .cn span {
    width: 56px;
    height: 29px;
    background: #bc662a;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    margin-left: 14px;
}

.index4 .txt {
    height: 85px;
    background: #edbe7f;
    font: bold 26px syl;
    color: #fff;
}

.index4 .kuang1 {
    color: #bc662a;
}

.index4 .kuang2 {
    background-image: url(../images/index4_02.jpg);
    color: #3d47c0;
}

.index4 .kuang2 .tt {
    color: #23253b;
}

.index4 .kuang2 .cn span {
    background: #3d47c0;
}

.index4 .kuang2 .txt {
    background: #95b6fc;
}

.index4 .kuang3 {
    width: 589px;
    height: 670px;
    background-image: url(../images/index4_03.jpg);
    padding: 60px 0 0 59px;
    color: #1c1050;
}

.index4 .kuang3 .cn span {
    width: 96px;
    height: 33px;
    background: #1c1050;
    margin: 5px 0 55px 0;
}

.index4 .kuang3 .txt3 {
    font-size: 26px;
    line-height: 38px;
    color: #5c5e7b;
}

.index5 {
    background: url(../images/index5.jpg) no-repeat center;
    padding: 99px 0 85px;
}

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

.index6 {
    background: #f6f7f9;
}

.index6 .box {
    background: #fff;
    padding: 109px 44px 34px;
}

.index6 .s_title {
    font-size: 30px;
    line-height: 1;
    color: rgba(29, 29, 29, 0.678);
    margin: 18px 0 60px;
}

.index6 .tit {
    font-size: 26px;
    line-height: 38px;
    color: #1d1d1d;
    margin-top: 53px;
}

.index6 .tit span {
    color: #1b53f0;
}

.index6 .swiper-pagination {
    text-align: right;
    bottom: 45px !important;
}

.index6 .swiper2 {
    margin-top: 80px;
}

.index7 {
    background: url(../images/bg2.jpg) no-repeat bottom;
    padding-bottom: 107px;
}

.index7 .box {
    background: #fff;
    padding: 63px 33px 40px;
}

.index7 .title {
    line-height: 48px;
    margin: 60px 0 45px;
}

.index7 .ul1 {
    background: url(../images/index7.jpg) no-repeat center;
    background-size: cover;
}

.index7 .ul1 li {
    width: calc(25% - 3px);
    height: 178px;
}

.index7 .ul1 li:not(:nth-child(4n-3)) {
    border-left: 1px solid rgb(255, 255, 255, .1);
}

.index7 .ul1 li:nth-child(n+5) {
    border-top: 1px solid rgb(255, 255, 255, .1);
}

.index7 .ul1 p {
    width: 240px;
    height: 139px;
    font-size: 22px;
    color: #fff;
}

.index7 .ul1 .active p {
    background: #1b53f0;
}

.index7 .ul2 {
    margin: 41px 0 35px;
}

.index7 .ul2 li {
    width: 177px;
    height: 243px;
    background: #f6f7f9;
    padding: 29px 31px 27px 25px;
    font-size: 22px;
    line-height: 24px;
    color: #494848;
}

.index7 .ul2 p {
    margin-left: auto;
}

.index7 .tit {
    height: 110px;
    background: url(../images/index7_07.jpg) no-repeat center;
    font: bold 26px syl;
    color: #fff;
}

.index7 .ul3 {
    margin-top: 16px;
}

.index7 .ul3 li {
    width: 270px;
    height: 137px;
    background: #f6f7f9;
    padding: 0 24px 0 25px;
    font: bold 20px syl;
    color: #494848;
    margin-top: 20px;
}

.form {
    background: #1b53f0;
    padding: 101px 0;
}

.form .title {
    color: #fff;
}

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

.form form p {
    width: 560px;
    height: 68px;
    background: #f3f7f8;
    font-size: 16px;
    color: #222222;
    text-indent: 28px;
}

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

.form form p>*:nth-child(2) {
    width: 78%;
    height: 100%;
}

.form button {
    width: 100%;
    height: 65px;
    background: #1b53f0;
    font-size: 18px;
    color: #fff;
}

/* index end */

.banner {
    height: 640px;
    margin-top: 87px;
    font-size: 14px;
    color: rgb(255, 255, 255, .4);
}

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

.banner .links {
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 16px;
    color: rgb(255, 255, 255, .8);
    border-top: 1px solid rgb(255, 255, 255, .2);
    padding-top: 30px;
}

.banner .links p:nth-child(1) {
    font-size: 20px;
}

.banner .links .aa a:nth-child(2) {
    margin: 0 40px;
}

.banner .links a,
.banner .links a:hover {
    width: 171px;
    color: rgb(255, 255, 255, .8);
}

.banner .links .aa .active::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #2465dc;
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
}

/* 关于我们 */

.about {
    background: url(../images/about1.jpg) no-repeat top #f3f7f8;
    padding: 111px 0 0;
}

.about .box1 {
    background: #fff;
    padding: 79px 83px 0;
}

.about1 .tit {
    font-size: 30px;
    color: #171717;
}

.about1 hr {
    background: #efefef;
    margin: 53px 0 63px;
}

.about1 .aaa .tt {
    font: 37px gm;
    color: #2d2d2d;
}

.about1 .aaa .cn {
    font: bold 32px syl;
    color: #181919;
}

.about1 .aaa .more {
    font-size: 16px;
    color: #2465dc;
    border-bottom: 1px solid #2465dc;
    padding-bottom: 7px;
    margin-top: 57px;
}

.about1 .bbb {
    width: 643px;
}

.about1 .con {
    font-size: 16px;
    line-height: 27px;
    color: #787878;
}

.about1 .bbb li {
    margin-right: 93px;
}

.about1 .bbb .tt {
    font-size: 20px;
    line-height: 1;
    color: #737373;
}

.about1 .bbb .tt img {
    margin-right: 4px;
}

.about1 .bbb .cn {
    font-size: 20px;
    color: #8e8e8e;
    margin-top: 18px;
}

.about1 .ccc hr {
    margin: 77px 0 78px;
}

.about1 .ccc .tt {
    font: bold 32px/46px syr;
    color: #181919;
    margin-bottom: 41px;
}

.about1 .ccc img {
    margin-top: 28px;
}

.about2 {
    padding: 101px 0 112px;
}

.about2 .sed_title {
    font-size: 30px;
    color: rgba(29, 29, 29, 0.678);
    margin: 9px 0 54px;
}

.about2 .swiper {
    width: 874px;
}

.about2 .swiper-slide {
    height: 373px;
    background: #f3f7f8;
    padding: 47px 14px 38px;
}

.about2 .tt {
    width: 212px;
    font-size: 24px;
    line-height: 28px;
    color: #141414;
}

.about2 .img {
    width: 246px;
    height: 173px;
    background: url(../images/honor.jpg) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 14px 0 24px rgb(38, 38, 38, .19);
}

.about2 .img>div {
    width: 225px;
    height: 155px;
    overflow: hidden;
}

.about2::after {
    content: '';
    width: 254px;
    height: 305px;
    background: url(../images/about2_01.png) no-repeat center;
    position: absolute;
    left: -174px;
    top: 591px;
}

.about3 {
    padding: 121px 0 226px;
    overflow: hidden;
}

.about3 .swiper {
    overflow: initial;
    margin-top: 54px;
}

.about3 .swiper-slide {
    height: 278px;
    background: #fff;
    padding: 51px 30px 45px 40px;
}

.about3 .tt {
    font-size: 20px;
    color: #737373;
}

.about3 .tt span {
    display: inline-block;
    font-size: 50px;
    color: #1c1c1c;
    margin-right: 10px;
    transform: rotateX(23deg);
}

.about3 .cn {
    font-size: 20px;
    line-height: 28px;
    color: #606060;
    min-height: 56px;
}

.about3 .swiper-slide:hover {
    background: #1b53f0;
}

.about3 .swiper-slide:hover .tt,
.about3 .swiper-slide:hover .tt span {
    color: #fff;
}

.about3 .swiper-slide:hover .cn {
    color: rgb(255, 255, 255, .47);
}

.about3 .swiper-scrollbar {
    background: #fff;
    bottom: -79px !important;
}

.about3 .swiper-scrollbar-drag {
    background: #1b53f0;
}

.about4 {
    background: #fff;
    padding: 116px 0 157px;
}

.about4 .title {
    line-height: 38px;
}

.about4 .swiper {
    width: 1116px;
    margin-top: 63px;
}

.about4 .swiper-slide {
    height: 165px;
    background: #f6f7f9;
}

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

/* 关于我们 end */

/* 团队 */

.team {
    background: #f3f7f8;
    padding: 101px 0 127px;
}

.team .box {
    width: 1230px;
    min-width: 1230px;
}

.team .con {
    font-size: 20px;
    line-height: 29px;
    color: #6c6c6c;
    margin-left: 130px;
}

.team .swiper {
    margin-top: 73px;
}

.team .img {
    height: 241px;
    overflow: hidden;
}

.team .txt {
    height: 182px;
    background: #fff;
    padding: 38px 26px 34px;
}

.team .tt {
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 23px;
}

.team .cn {
    font-size: 20px;
    line-height: 26px;
    color: #515151;
}

.team .swiper-button {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    top: 50px;
}

.team .swiper-button-prev {
    left: auto;
    transform: rotateY(180deg);
    right: 40px;
}

.team .swiper-button-next {
    right: 0;
}

.team .swiper-button:hover {
    background: #1b53f0;
}

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

/* 团队 end */

/* 营销 */

.marketing {
    background: #f3f7f8;
    padding: 122px 0 155px;
}

.marketing .box {
    width: 1323px;
    margin-top: 57px;
}

.marketing .sed_title {
    font-size: 30px;
    line-height: 1;
    color: rgb(29, 29, 29, .5);
    margin-top: 18px;
}

.marketing .list li {
    width: 429px;
    background: #fff;
    margin: 18px 17px 0 0;
}

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

.marketing .tit {
    width: 146px;
    height: 181px;
    background: #1b53f0;
    font: bold 26px syl;
    color: #fff;
}

.marketing .con {
    width: 276px;
    height: 165px;
    background: #f9fbfb;
    font-size: 18px;
    line-height: 22px;
    color: #60696b;
    margin-left: 4px;
}

.marketing .con span {
    width: 215px;
    margin: auto;
    letter-spacing: -0.2px;
}

/* 营销 end */


/* 新闻资讯 */

.news .swiper {
    padding: 100px 0 107px;
}

.news .swiper-slide {
    background: #f3f7f8;
}

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

.news .swiper-pagination-bullet {
    width: 43px;
    height: 4px;
    background: #dddddd;
    border-radius: 0;
    opacity: 1 !important;
}

.news .swiper-pagination-bullet-active {
    background: #1b53f0;
}

.news .swiper .img {
    width: 601px;
    height: 329px;
    overflow: hidden;
    margin-right: 56px;
}

.news .swiper .swiper-slide>div {
    width: 482px;
}

.news .swiper .time {
    font-size: 18px;
    margin-top: 0;
}

.news .swiper .tit {
    height: auto;
    -webkit-line-clamp: 1;
}

.news .swiper .line {
    width: 482px;
    height: 1px;
    background: #d9d9d9;
    margin: 9px 0 37px;
}

.news .swiper .con {
    height: 44px;
    -webkit-line-clamp: 2;
}

.news .more1,
.news .more1:hover {
    font-size: 16px;
    color: #484848;
    margin-top: 40px;
}

.news .more1 img {
    margin-left: 10px;
}

.news .left {
    background: #f3f7f8;
    padding: 41px 0 89px;
}

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

.news .list:hover {
    background: #1b53f0;
}

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

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

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

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

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

.news .con {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    color: #818181;
    -webkit-line-clamp: 3;
    margin: 16px 0 35px;
}

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

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

.news .more img {
    height: 10px;
    transform: rotateX(180deg);
    margin-left: 10px;
}

/* 新闻资讯 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: 100px 0 113px;
}

.map {
    height: 400px;
    border: 15px solid #fff;
}

.contact form {
    background-color: rgb(255, 255, 255);
    width: 598px;
    height: 377px;
    padding: 40px 47px 0 50px;
}

.contact form p {
    height: 45px;
    border: 1px solid #f0f0f0;
    padding-left: 27px;
    margin-bottom: 13px;
    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) {
    height: 113px;
    padding-top: 21px;
}

.contact form button {
    width: 100%;
    height: 59px;
    background: #1b53f0;
    font-size: 16px;
    color: #fff;
}

.contact .right {
    width: 601px;
    height: 377px;
    padding: 69px 91px 0 57px;
    color: #fff;
    background: #1b53f0;
}

.contact .tit {
    font-size: 26px;
    font-weight: bold;
}

.contact .con {
    font-size: 24px;
    font-family: Arial;
}

.contact .line {
    height: 1px;
    background: rgb(255, 255, 255, .2);
    margin: 42px 0 48px;
}

.contact .text p {
    font-size: 18px;
    line-height: 24px;
}

.contact .text span {
    width: 87px;
    text-align-last: justify;
}

.contact .text p:nth-child(n+2) {
    margin-top: 13px;
}

.contact .text font {
    width: 81%;
    opacity: 0.7;
}

/* contactUs end */