* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

input,
button,
textarea,
video {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
}

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

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

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

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

@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: dinm;
    src: url(../font/DIN-Medium.otf);
}

body {
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto !important;
    font-size: 20px;
    font-family: syr !important;
    color: #2d2822;
}

.box {
    width: 73.5685%;
    margin: 0 auto;
}

@media screen and (max-width:1660px) {
    .box {
        width: 90%;
    }
}

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

/* header */

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    top: 0;
    transition: .2s;
    border-bottom: 1px solid #e6d7c4;
}

header .box {
    height: 117px;
    border-bottom: 1px solid rgb(255, 255, 255, .2);
}

header .logo {
    margin-top: 25px;
}

header .right {
    width: 88%;
}

header .txt {
    font-size: 18px;
}

header .txt b {
    color: #e30212;
}

header .phone {
    font: 20px/1 dinm;
    color: #db1919;
}

header .phone img {
    margin-right: 10px;
}

nav {
    margin-top: 24px;
    font-size: 18px;
}

nav a {
    color: #333333;
}

nav .active,
nav a:hover {
    color: #e30212;
    font-weight: bold;
}

nav .active::after,
nav a:hover::after {
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid #c30d23;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -13px;
}

/* header end */

.xuan {
    position: fixed;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 62px;
    height: 330px;
    z-index: 99;
    font-size: 18px;
}

.xuan li {
    width: 62px;
    height: 62px;
    background: #414141;
    cursor: pointer;
}

.xuan li:nth-child(1) {
    border-radius: 31px 31px 0 0;
}

.xuan li:last-child {
    border-radius: 0 0 31px 31px;
}

.xuan li a img:nth-child(2) {
    display: none;
}

.xuan li:last-child {
    background: rgb(33, 34, 38, .31) !important;
}

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

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

.xuan li a {
    width: 100%;
    height: 100%;
}

.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: 90px;
    border-radius: 15px;
}

.xuan li:nth-child(2) .kuang {
    width: 150px;
    height: 150px;
}

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

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

/* footer */

footer {
    background: url(../images/footer.jpg) no-repeat top;
    font-size: 20px;
    color: #333333;
    padding-top: 32px;
}

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

.ftop {
    border-bottom: 1px solid #dedede;
    margin-bottom: 49px;
}

.ftop .txt {
    font-size: 18px;
    margin-left: 24px;
}

.ftop .nav {
    width: 61%;
}

footer .f_mid p>img {
    margin-right: 11px;
}

footer .phone {
    font-size: 20px;
}

footer .phone p:nth-child(2) {
    font: 48px/60px dinm;
    margin-top: 5px;
}

footer .fm_rgt {
    width: 60.8%;
}

footer .bb p {
    line-height: 56px;
    font-size: 16px;
}

footer .qrcode {
    width: 31.4%;
    font-size: 14px;
}

footer .qrcode>div>div {
    width: 106px;
    height: 106px;
    padding: 4px;
    background: url(../images/qr.png) no-repeat center;
    background-size: contain;
    margin-bottom: 8px;
}

.f_bottom {
    background: rgb(188, 188, 188, .3);
    font-size: 14px;
    margin-top: 19px;
}

.f_bottom .box {
    height: 60px;
}

/* footer end */

/* 列表分页 */

.pagination {
    line-height: 78px;
    font-size: 22px;
    color: #333333;
    text-align: center;
    border-top: 1px solid #bfbfbf;
    position: absolute;
    bottom: -177px;
    left: 0;
    right: 0;
    margin: auto;
}

.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: #c30d23 !important;
    position: relative;
}

.pagination li.active::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #c30d23;
    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 */

.swiper0 .swiper-pagination.swiper-pagination-bullets {
    bottom: 39px;
}

.swiper0 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
}

.swiper0 .swiper-pagination-bullet-active {
    background: #e30212;
}

.title .aa {
    font-size: 48px;
    line-height: 1;
    color: #2d2822;
}

.title .aa span {
    color: #e30212;
}

.title .bb {
    font-size: 24px;
    line-height: 1;
    color: #2d2822;
}

.title .img {
    width: 620px;
    height: 24px;
    margin: -2px auto 8px;
}

.title .img img:nth-child(1) {
    left: 0;
}

.title .img img:nth-child(2) {
    right: 0;
    transform: rotateY(180deg);
}

.index1 {
    padding: 102px 0 116px;
    overflow: hidden;
}

.index1 .box {
    margin-top: 62px;
}

.index1 .box>div {
    width: 47%;
    margin-right: 46px;
}

.index1 .tit {
    font-size: 26px;
    color: #e30212;
    letter-spacing: 3px;
}

.index1 .box>div>img {
    margin: -12px 0 39px;
}

.index1 .con {
    font-size: 18px;
    line-height: 40px;
    color: #2d2822;
}

.index1 a,
.index1 a:hover {
    width: 188px;
    height: 52px;
    background: url(../images/more.png) no-repeat center;
    font: 18px syl;
    color: #fff;
    margin-top: 63px;
}

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

.index2 .title .img {
    width: 691px;
}

.index2 .box {
    margin-top: 62px;
}

.index2 .box>div {
    width: 49%;
}

.index2 ul {
    width: 92%;
}

.index2 li {
    width: 22.66%;
}

.index2 li:nth-child(n+5) {
    margin-top: 12px;
}

.index2 li p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    bottom: 10px;
}

.index2 .tit {
    font: 35px/53px syl;
    margin: 38px 0 -6px;
}

.index2 .tit span {
    color: #c30d23;
}

.index2 .tit b {
    font-family: syr;
}

.index2 .aaa {
    width: 491px;
    height: 74px;
    background: url(../images/index2_03.png) no-repeat center;
    margin: 27px auto 0;
}

.index2 .aaa>p {
    width: 96%;
    height: 71%;
    margin: auto;
    font-size: 20px;
}

.index2 .aaa span:nth-child(1) {
    width: 44%;
}

.index2 .aaa span:nth-child(2) {
    width: 56%;
    color: #fff;
}

.index3 {
    padding: 100px 0 25px;
}

.index3 .img .p_a {
    left: 0;
    top: 0;
}

.index3 li {
    width: 24%;
}

.index3 .img {
    height: 467px;
    background: #f3f3f3;
    overflow: hidden;
}

.index3 .img img:nth-child(2) {
    -webkit-box-reflect: below -23px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.3)));
}

.index3 .tt {
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
}

.index3 .more {
    width: 188px;
    height: 52px;
    background: url(../images/more.png) no-repeat center;
    font: 18px syl;
    color: #fff;
    margin: 77px auto 0;
}

.index4 {
    background: url(../images/index4.png) no-repeat center;
    background-size: cover;
    padding: 139px 0 233px;
}

.index4 li {
    width: 32.017%;
    margin-top: 49px;
}

.index4 img {
    border-radius: 10px;
}

.index4 .tt {
    font-size: 20px;
    margin: 14px 0 3px;
}

.index4 .cn {
    display: table;
    font: 18px/30px syl;
    color: #666666;
    margin: auto;
}

.index5 {
    padding: 43px 0 79px;
    overflow: hidden;
    background: #fefefe;
}

.index5 .title .img {
    width: 765px;
}

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

.item51 .img {
    width: 705px;
}

.item51 .text {
    width: 54%;
    margin-left: -74px;
}

.item51 .text::after {
    content: '';
    width: 1107px;
    height: 610px;
    background: #fff;
    position: absolute;
    left: -107px;
    top: -71px;
    z-index: -1;
}

.item51 .tt {
    font-size: 30px;
}

.item51 .tt span {
    color: #e30212;
}

.item51 .cn {
    font: 18px/30px syl;
    color: #666666;
    margin-top: 16px;
}

.item51 .cn b {
    font-family: syr;
}

.item51 .cn br {
    content: '';
    display: block;
    height: 7px;
}

.item52 {
    margin-top: 80px;
}

.item52::after {
    content: '';
    width: 1777px;
    height: 359px;
    background: url(../images/index5_2_09.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -116px;
    top: 51px;
    z-index: -1;
}

.item52 li {
    width: calc(20% + 1px);
    height: 306px;
    font: 18px syl;
}

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

.item52 .cir {
    border-radius: 50%;
    background: rgb(227, 2, 18, .17);
    width: 16px;
    height: 16px;
    margin: 22px auto 18px;
}

.item52 .cir span {
    background: #e30212;
    border-radius: 50%;
    padding: 4px;
}

.item52 .img {
    background: url(../images/index5_2_10.png) no-repeat center;
    background-size: contain;
    padding: 15px 8px 8px;
}

.item52 img {
    width: 100%;
    border-radius: 8px;
}

.index6 {
    background: url(../images/index6.jpg) no-repeat center;
    padding: 117px 0 126px;
}

.index6 .title {
    display: inline-block;
}

.index6 .title .aa font {
    font-size: 36px;
}

.index6 .title .aa sup {
    font: 26px syl;
    color: #2a241d;
    margin: 0 18px 0 6px;
}

.index6 .title .img {
    width: 808px;
}

.index6 .title .bb p:nth-child(2) {
    margin-top: 17px;
}

.index6 .box>div {
    width: 76%;
}

.index6 li {
    width: 31%;
    height: 382px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 7.36px 0.64px rgba(0, 0, 0, 0.09);
    padding-top: 113px;
    margin-top: 80px;
}

.index6 .tt {
    font-size: 24px;
    color: #e30212;
    margin-top: 26px;
}

.index6 .cn {
    font: 18px syl;
    color: #666666;
}

.index7 {
    padding: 116px 0 117px;
}

.index7 .title .bb {
    line-height: 40px;
    margin-top: 12px;
}

.index7 .title sup {
    font-size: 24px;
    margin: 0 9px 0 3px;
}

.index7 .box {
    margin-top: 39px;
}

.index7 ul {
    width: 42.786%;
}

.index7 li {
    height: 162px;
    background: url(../images/index7_02.png) no-repeat center;
    background-size: contain;
    color: #2a241d;
    padding-left: 52px;
}

.index7 .tt {
    font: bold 24px syl;
}

.index7 .cn {
    font-size: 18px;
    margin-top: 6px;
}

.index7 li:hover {
    background-image: url(../images/index7_02a.png);
    color: #fff;
}

.index8 {
    padding-bottom: 68px;
}

.index8 .title .img {
    width: 1100px;
}

.index8 .box {
    margin-top: 67px;
}

.index8 li p {
    font-size: 18px;
    color: #010101;
    margin-top: 19px;
}

.index8 .more {
    width: 188px;
    height: 52px;
    background: url(../images/more.png) no-repeat center;
    font: 18px syl;
    color: #fff;
    margin: 67px auto 0;
}

.index9 {
    background: url(../images/index6.jpg);
    padding: 78px 0 56px;
}

.index9 .title .aa {
    font-size: 60px;
}

.index9 .title .cc {
    display: inline-block;
    font: 30px syl;
    border-top: 1px solid #2d2822;
    border-bottom: 1px solid #2d2822;
    margin-top: 38px;
    padding: 5px 23px;
}

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

.index9 li {
    width: 190px;
    height: 190px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -0.813px 1.827px 8px 0px rgba(29, 29, 29, 0.15);
    font-size: 18px;
}

.index9 li img {
    margin-bottom: 23px;
}

.index9 .phone {
    width: 386px;
    height: 52px;
    background: url(../images/index9_07.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    margin: 48px auto 7px;
}

.index9 .phone span {
    font-size: 20px;
}

.index9 .tt {
    font: 14px syl;
    color: #999999;
}

.index9 li:hover {
    background: #e30212;
    color: #fff;
    transition: .3s;
}

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

.index10 {
    padding: 108px 0 104px;
}

.index10 .title .img {
    width: 365px;
}

.index10 .box {
    margin-top: 61px;
}

.index10 .box ul {
    width: 63.5%;
    background: #fbefde;
    border-radius: 20px;
    padding: 50px 42px 29px 44px;
}

.index10 li:nth-child(n+2) {
    margin-top: 36px;
}

.index10 .time {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgb(255, 248, 238);
    border: 1px solid rgb(204, 204, 204);
    font-size: 18px;
    color: #666666;
}

.index10 .time .line {
    width: 81px;
    height: 1px;
    background: #cccccc;
    margin: 7px 0 8px;
}

.index10 li>div:nth-child(2) {
    width: 84%;
}

.index10 .tit {
    font-size: 24px;
}

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

.index10 li:hover .tit{
    color: #e30212;
}

.form {
    border-radius: 80px;
    overflow: hidden;
    margin-bottom: 111px;
}

.form form {
    height: 370px;
    background: #fafafa;
    padding: 57px 4.3% 63px 3.6%;
}

.form form p {
    width: 49%;
    border-bottom: 1px solid #bbbbbb;
    font-size: 24px;
    margin-bottom: 46px;
}

.form input {
    width: 75%;
    height: 100%;
    margin-left: 15px;
}

.form button {
    width: 188px;
    height: 52px;
    background: url(../images/more.png) no-repeat center;
    font: 18px syl;
    color: #fff;
    margin: 10px auto 0;
}

.form>div {
    background: url(../images/form_01.png) #e30212;
    height: 160px;
    padding: 0 3.7% 0 3.2%;
}

.form .phone {
    font: 24px syl;
    color: #fff;
}

.form .phone p:nth-child(2) {
    font: 36px dinm;
    word-spacing: 19px;
}

.form .qr {
    width: 36.6%;
}

.form .qr img {
    height: 96px;
    border: 1px solid #fff;
    padding: 5px;
}

.form .qr p {
    width: 334px;
    height: 117px;
    background: url(../images/form_02.png) no-repeat center;
    font: 24px/32px syl;
    color: #fff;
    padding-right: 72px;
}

/* index end */

.banner {
    height: 580px;
}

.top {
    padding-top: 73px;
}

.top .box {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
}

.top .left {
    border-left: 2px solid #e30212;
    padding-left: 11px;
}

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

.top .left p:nth-child(2) {
    font-size: 16px;
    color: rgb(51, 51, 51, .4);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    margin-top: 7px;
}

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

/* 关于我们 */

.about {
    background: #eaecee;
}

.atit {
    font-size: 40px;
    color: #e30212;
    letter-spacing: -2px;
}

.atit::after {
    content: '';
    width: 44px;
    height: 1px;
    background: #e30212;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.about1 {
    padding: 68px 0 97px;
    overflow: hidden;
}

.about1 .box {
    margin-top: 68px;
}

.about1 .img {
    width: 46.5%;
    height: 376px;
    overflow: hidden;
}

.about1 .text {
    width: 48%;
}

.about1 .tit {
    font-size: 32px;
    color: #e30212;
}

.about1 .text>img {
    margin: -16px 0 29px;
}

.about1 .con,
.about1 .content {
    font-size: 18px;
    line-height: 36px;
    color: #2d2822;
}

.about1 .content {
    margin-top: 45px;
}

.about1 .content img {
    max-width: 100%;
}

.about2 {
    background: #f6f7f7;
    padding: 97px 0 130px;
}

.about2 .atit {
    color: #333333;
}

.about2 .atit::after {
    background: #333333;
}

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

.about2 ul {
    overflow-y: scroll;
    height: 427px;
    padding-right: 60px;
}

.about2 ::-webkit-scrollbar {
    width: 18px;
}

.about2 ::-webkit-scrollbar-track {
    background: linear-gradient(to right, #f6f7f7 7px, #fbeacf 4px, #f6f7f7 12px);
}

.about2 ::-webkit-scrollbar-thumb {
    background: #e30212;
    border: 1px solid #f6f7f7;
    box-shadow: 0 0 10px rgb(202, 163, 104, .3);
    border-radius: 9px;
}

.about2 .list {
    width: 24%;
    background: #ffffff;
    margin: 0 1.3% 24px 0;
}

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

.about2 .img {
    width: 95%;
    height: 198px;
    overflow: hidden;
    margin: 56px auto 59px;
}

.about2 .img img {
    max-width: 100%;
    max-height: 100%;
}

.about2 .line {
    height: 1px;
    background: #d3d3d3;
}

.about2 .tt {
    height: 100px;
    font-size: 20px;
    color: #5a5a5a;
}


/* 关于我们 end */

.menu p:nth-child(1) {
    font-size: 46px;
    line-height: 1;
}

.menu p:nth-child(2) {
    font-size: 24px;
    color: #555555;
    text-transform: uppercase;
    transform: skewX(-15deg);
}

/* 产品 */

.prolist {
    background: #f0f2f3;
}

.prolist .content {
    padding: 70px 0 105px;
}

.prolist .list li {
    width: 31%;
    background: #f0f0f0;
    transition: .3s;
    margin-right: 3.5%;
    border-radius: 16px;
    overflow: hidden;
}

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

.prolist .list li:nth-child(n+4) {
    margin-top: 50px;
}

.p_img {
    height: 389px;
    background: #fff;
    overflow: hidden;
}

.p_img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-box-reflect: below -23px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.3)));
}

.p_con {
    padding: 0 30px 0 25px;
    height: 118px;
    background: #7d7d7d;
    color: #fff;
    font-size: 26px;
    color: #fff;
}

.p_con span:nth-child(n+2) {
    font: 18px syl;
}

.p_con p {
    width: 82%;
}

.p_con img:nth-child(3) {
    display: none;
}

.prolist .list li:hover .p_con {
    color: #fff;
    background: #c30d23;
}

.prolist .list li:hover .p_con img:nth-child(2) {
    display: none;
}

.prolist .list li:hover .p_con img:nth-child(3) {
    display: block;
}

/* 产品 end */

/* 案例 */

.case {
    padding: 95px 0 56px;
    background: #f8faff;
}

.case ul.f {
    margin-top: 29px;
}

.case .list {
    width: 400px;
    margin-right: 40px;
}

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

.case .list:nth-child(n+4) {
    margin-top: 44px;
}

.case .img {
    height: 212px;
    border-radius: 20px;
    overflow: hidden;
}

.case .tt {
    font-size: 18px;
    color: #555555;
    margin-top: 9px;
}

/* 案例 end */


/* 招商合作 */

.cooperation {
    background: #f0f2f3;
}

.coop1 {
    padding: 78px 0 119px;
}

.coop1 .title .aa font {
    font-size: 36px;
}

.coop1 .title .aa sup {
    font: 26px syl;
    color: #2a241d;
    margin: 0 18px 0 6px;
}

.coop1 .title .bb {
    font: 24px/36px syl;
    margin-top: 25px;
}

.coop1 ul {
    margin-top: 60px;
}

.coop1 li {
    width: 23%;
    height: 320px;
    background: #fff;
    box-shadow: 0px 0px 5.64px 0.36px rgba(42, 36, 29, 0.18);
    padding-top: 116px;
}

.coop1 li p {
    font-size: 20px;
    color: #333333;
    margin-top: 17px;
}

.cooperation .index7 {
    background: #f6f7f7;
}

.coop3 {
    padding: 92px 0 71px;
    overflow: hidden;
}

.coop3 .title .aa {
    font-size: 42px;
    margin-bottom: 33px;
}

.coop3 .box {
    margin-top: 27px;
}

.coop3 li {
    width: 49.286%;
    background: #fff;
    margin-top: 20px;
}

.coop3 li>div {
    width: 49%;
    margin-right: 14px;
}

.coop3 .tt {
    font-size: 24px;
}

.coop3 .cn {
    font: 18px/30px syl;
    color: #666666;
    margin-top: 21px;
}

.coop3 li:last-child {
    background: none;
}

.coop3 .tit {
    font: 36px/55px syl;
    color: #e30212;
}

.coop3 .tit b {
    color: #333333;
}

.coop3 .phone {
    width: 386px;
    height: 52px;
    background: url(../images/index9_07.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    margin: 16px auto 0;
}

.coop3 .phone span {
    font-size: 20px;
}

/* 招商合作 end */

/* 新闻资讯 */

.news {
    background: #f6f7f7;
}

.news .pagination {
    bottom: 67px;
}

.news ul.border {
    padding: 87px 110px 265px 40px;
}

.news ul.border li:nth-child(n+2) {
    margin-top: 30px;
}

.news .img {
    width: 33.2%;
    height: 278px;
    overflow: hidden;
}

.news .list>div {
    width: 62.4%;
}

.news .tit {
    font-size: 28px;
    color: #333333;
}

.news .con {
    font-size: 18px;
    line-height: 24px;
    color: #5a5a5a;
    -webkit-line-clamp: 2;
    letter-spacing: 1px;
    margin: 22px 0 57px;
}

.news .time {
    font-size: 18px;
    color: #666666;
}


/* 新闻资讯 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: #f6f7f7;
}

.contact .content {
    padding: 89px 0 119px;
}

.contact .left .text {
    margin-bottom: 54px;
    font-size: 20px;
    color: #333333;
}

.contact .left span {
    font-size: 24px;
    margin-left: 7px;
}

.contact .left .line {
    width: 470px;
    height: 1px;
    background: #cccccc;
    margin: 16px 0;
}

.contact .left .qrcode i {
    font-size: 14px;
    font-style: normal;
    color: rgb(0, 0, 0, .8);
}

.contact .qrcode {
    width: 226px;
    margin-top: 35px;
}

.contact .qrcode img {
    width: 105px;
    padding: 4px;
    margin-bottom: 8px;
}

.contact .maps {
    width: 61.5%;
}

.contact .map {
    width: 100%;
    height: 675px;
}

/* contactUs end */