 

@font-face {
    font-family: "SHRegular";
    src:  url(../fonts/sourcehansanscn-regular.eot) format('embedded-opentype'),
    url(../fonts/SourceHanSansCN-Regular.otf) format('opentype'),
    url(../fonts/SourceHanSansCN-Regular.ttf) format('truetype')
}

@font-face {
    font-family: "SHLight";
    src: url(../fonts/sourcehansanscn-light.eot) format('embedded-opentype'),
    url(../fonts/SourceHanSansCN-Light.otf) format('opentype'), 
    url(../fonts/SourceHanSansCN-Light.ttf) format('truetype'),
}


@font-face {
    font-family: "HKGrotesk";
    src: url(../fonts/hkgrotesk-regular-9.eot) format('embedded-opentype'),
    url(../fonts/HKGrotesk-Regular-9.otf) format('opentype'), 
    url(../fonts/HKGrotesk-Regular-9.ttf) format('truetype'),
}


.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
 
 
 
.flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.auto_1460 {
    max-width: 1300px;
    margin: auto;
}

@media(max-width:1460px) {
    .auto_1460 {
        margin: 0 2%;
    }
}

.header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    position: fixed;
    color: #fff;
    font-size: 16px;
    padding: 0 2%;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
}

.header.scroll {
    background: #fff;
    color: #000;
}

.header .logo {
    float: left;
    font-size: 0;
    line-height: 80px;
    position: relative;
    z-index: 99;
}

.header .logo .logo1 {
    display: none;
}

.header.scroll .logo .logo2, .header .logo.on .logo2 {
    display: none;
}

.header.scroll .logo .logo1, .header .logo.on .logo1 {
    display: inline;
}

.header .lang {
    float: right;
    line-height: 30px;
    margin: 25px 0px 25px 18px;
    position: relative;
}

.header .logo img {
    max-height: 50px;
}

.header .lang .lbtn {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    display: none;
}

.header .lang span {
    display: block;
    padding-right: 20px;
    padding-left: 10px;
}

.header .lang span i {
    width: auto;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
}

.header .lang .lbtn li {
    line-height: 30px;
    font-size: 14px;
    background: #fff;
    padding-left: 10px;
    margin-bottom: 1px;
    color: #666;
}

.header .nav {
    float: right;
}

.header .menu li {
    display: inline-block;
    line-height: 80px;
}

.header .nav .zy_mark{
    display: none;
}

.header .menu li a {
    display: block;
    padding: 0 23px;
}
.header .menu li a.on{
    font-weight: bold;
}
.header .menu li a:hover{
    font-weight: bold;
}

.homeIndex {
    position: fixed;
    z-index: 100;
    background: linear-gradient(160deg, rgba(142, 16, 16, .95), rgba(86, 9, 9, .95));
    background: -webkit-linear-gradient(top left, rgba(142, 16, 16, .95), rgba(86, 9, 9, .95));
    background: -ms-linear-gradient(160deg, rgba(142, 16, 16, .95), rgba(86, 9, 9, .95));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 36px;
    color: #fff;
    text-align: center;
    display: none;
}

.homeIndex .close {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.homeIndex .close .iconfont {
    font-size: 24px;
    display: block;
}

.homeIndex .inlinebox .l {
    display: inline-block;
    vertical-align: middle;
}

.homeIndex .inlinebox .r {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    padding-left: 140px;
    border-left: 1px solid #fff;
    line-height: 40px;
    margin-left: 20px;
}

.homeIndex .inlinebox .r b {
    position: absolute;
    left: 0;
    width: 140px;
    text-align: center;
    line-height: 80px;
    font-size: 80px;
}

.banner .swiper-slide a {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.banner .swiper-slide a img {
    display: none;
}

.swiper-container .dots {
    position: absolute;
    right: 40px;
    left: auto;
    width: 50px;
    bottom: 50%;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    z-index: 20;
}

.swiper-container .dots span {
    display: block;
    width: auto;
    margin-right: 0;
    margin-left: 20%;
    height: 2px;
    background: #fff;
    border-radius: 0;
    margin-bottom: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
}

.swiper-container .dots span.on {
    margin-left: 0;
}

.banner .scorllTip {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 10;
    color: #fff;
    line-height: 40px;
    width: 50px;
    text-align: center;
}

.banner .scorllTip:before {
    content: "";
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    background: #fff;
}

.section1 {
    position: relative;
}

.section1 .sectop {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
}

.sectop .auto_1460 {
    background: rgba(255, 255, 255, .95);
    text-align: center;
    padding: 50px;
    font-size: 0;
    max-width: 100%;
}

.sectop .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 0 30px;
    max-width: 33.33%;
    width: 326px;
}

.sectop .item .p1 {
    font-size: 56px;
    font-weight: bold;
}
.sectop .item .p2{
    white-space: nowrap;
}

.sectop .item .p2 sup {
    margin-left: 5px;
    font-size: 12px;
    border: 1px solid #000;
    width: 15px;
    display: inline-block;
    height: 15px;
    line-height: 12px;
    border-radius: 50%;
    text-align: center;
}

.sectop .item:after {
    display: block;
    content: "";
    height: 4px;
    background: #000;
    margin-top: 20px;
}

.habout {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    position: relative;
}

.habout .auto_1460 {
    position: relative;
    padding: 120px 0;
}

.habout .auto_1460:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 71%;
    top: 0;
    background: rgba(0, 0, 0, .03);
    z-index: 2;
}

.habout .l {
    width: 28%;
    float: left;
    padding-right: 50px;
    position: relative;
    z-index: 10;
    margin-top: 130px;
}

.habout .l .text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 60px;
    text-align: justify;
}

.title {
    margin-bottom: 60px;
    line-height: 1.2;
}

.title h3 {
    font-size: 40px;
     font-weight: 300;
    color:#C18540;
}

.title p {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;

 
}
.title p.p1{
    font-family: 'Arial';
}

.more a {
    display: block;
    width: 210px;
    max-width: 100%;
    border: 1px solid #C18540;
    color:#C18540;
    line-height: 56px;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
}

.more a i {
    padding-left: 10px;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

.more a:hover {
    background:#C18540;
    color: #fff;
}

.habout .r {
    float: right;
    width: 66%;
    position: relative;
    z-index: 4;
}

.abicons .item {
    width: 25%;
    float: left;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 40px;
    background-color: #e6e6e6;
    position: relative;
}

.abicons .item .img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
}
.abicons .item:hover .img{
    opacity: 1;
}
.abicons .item .icon,
.abicons .item h3,
.abicons .item p,
.abicons .item span{
    position: relative;
    z-index: 1;
}
.abicons .item:hover h3,
.abicons .item:hover span{
    color: #fff;
}
.abicons .item .icon img.show{display: block;}
.abicons .item .icon img.hover{display: none;}
.abicons .item:hover .icon .show{
    display: none;
}
.abicons .item:hover img.hover{
    display: block;
}

.abicons .item .icon {
    height: 40px;
    line-height: 40px;
    font-size: 0;
    margin-bottom: 10px;
}

.abicons .item h3 {
    font-size: 26px;
    margin-bottom: 10px;
    max-height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.abicons .item p {
    color: #b2b2b2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abicons .item .iconfont {
    display: block;
    font-size: 32px;
    margin-top: 54px;
    line-height: 30px;
}

.abicons .item:first-child {
    margin-left: 25%;
}

.abicons .item:nth-child(2) {
    background-color: #3d3d3d;
    color: #fff;
}

.abicons .item:nth-child(3) {
    color: #fff;
    background-color: #ad5353 ;
}

.abicons .item:nth-child(3):hover {
    background: #ad5353 !important;
}

.abicons .item:nth-child(5) {
    background-color: #8e1010;
    color: #fff;
}

.abicons .item:last-child {
    background-color: #242424;
    color: #fff;
}

.fullLine {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.relative {
    position: relative;
}

.fullLine .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
    max-width: 480px;
    text-align: justify;
}

.fullLine .title {
    margin-bottom: 30px;
}

.fullLine .more a {
    border-color: #fff;
}

.fullLine .more a:hover {
    background: #fff;
    color: #000;
}

.fullLine .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.hnews {
    padding: 60px 0;
}

.hnews .title {
    position: relative;
}

.hnews .title .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.swiperSlide {
    position: relative;
}

.swiperSlide .prev, .swiperSlide .next {
    width: 58px;
    height: 58px;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    color: #000;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}

.swiperSlide .prev {
    left: -98px;
}

.swiperSlide .next {
    right: -98px;
}

.swiperSlide .prev:hover, .swiperSlide .next:hover {
    background: #000;
    color: #fff;
}

.swiperSlide .prev i, .swiperSlide .next i {
    font-size: 30px;
}

.newsSlide .swiper-slide {
    height: 535px;
}

.newsSlide .swiper-slide .box {
    padding: 40px 0;
}

.newsSlide .swiper-slide .box .imgbox {
    overflow: hidden;
    height: 0;
    position: relative;
}

.newsSlide .swiper-slide .box .imgbox a {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
}

.newsSlide .swiper-slide .box .imgbox a img {
    display: none;
}

.newsSlide .swiper-slide .box .text {
    padding: 70px 40px 30px;
    background: #f7f7f7;
}

.newsSlide .swiper-slide .box .text .date {
    color: #808080;
    font-size: 14px;
    margin-bottom: 45px;
}

.newsSlide .swiper-slide .box .text .date span {
    font-size: 26px;
    padding-right: 10px;
}

.newsSlide .swiper-slide .box .text h3 {
    font-size: 20px;
    line-height: 34px;
    height: 68px;
    overflow: hidden;
    margin-bottom: 25px;
}

.newsSlide .swiper-slide .box .text .txt {
    font-size: 14px;
    line-height: 36px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsSlide .swiper-slide .box .text .view {
    font-size: 14px;
    color: #999;
    line-height: 34px;
    display: block;
    margin-top: 75px;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}

.newsSlide .swiper-slide .box .text .view i {
    font-size: 20px;
    vertical-align: middle;
    padding-left: 5px;
}

@media(min-width:768px) {
    .newsSlide .swiper-slide .box:hover {
        padding: 0;
    }
    .newsSlide .swiper-slide .box:hover .text {
        padding-top: 30px;
    }
    .newsSlide .swiper-slide .box:hover .text .date {
        margin-bottom: 0;
    }
    .newsSlide .swiper-slide .box:hover .text .txt {
        display: none;
    }
    .newsSlide .swiper-slide .box:hover .text .view {
        margin-top: 15px;
        border-color: #8e1010;
        color: #8e1010;
        padding-top: 6px;
    }
    .newsSlide .swiper-slide .box:hover .imgbox {
        height: 300px;
    }
    .newsSlide .swiper-slide .box:hover .imgbox a {
        height: 300px;
    }
}

.caseList {
    overflow: hidden;
}

.caseList .item {

    width: 100%;
    float: left;
    text-align: center;
    line-height: 86px;
    font-size: 0;
    border: 1px solid #fff;

    margin-bottom: 1%;
     box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 86px;
    padding-top: 20px;
}

.caseList .item:last-child {
    margin-right: 0;
}

.caseList .item img {
    max-height: 100%;
    vertical-align: middle;
    max-width: 100%;
    border: none;
     box-sizing: border-box;

}

.caseText {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    padding: 10px 0;
    counter-reset: ct;
}

.caseText .item {
    position: relative;
    padding-left: 30px;
    text-align: justify;
}

.caseText .item:before {
    counter-increment: ct;
    content: counter(ct);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    border: 1px solid #999;
    text-align: center;
    line-height: 10px;
    border-radius: 50%;
    top: 50%;
    margin-top: -6px;
}
 

@media(max-width:1200px) {
    .header .menu {
        position: fixed;
        left: -240px;
        width: 240px;
        height: 100%;
        background: #fff;
        z-index: 95;
        color: #000;
        padding-top: 100px;
        transition: .3s;
        -webkit-transition: .3s;
        -ms-transition: .3s;
    }
    .header .menu.on {
        left: 0;
    }
    .header .menu li {
        display: block;
        line-height: 50px;
    }
    .header .nav .zy_mark{
        position: fixed;
        right: 0px;
        width: calc(100% - 240px);
        height: 100%;
        background: rgba(0,0,0,.6);
        z-index: 94;
        color: #000;
        padding-top: 100px;
        transition: .3s;
        -webkit-transition: .3s;
        -ms-transition: .3s;
    }
    .header .nav .zy_mark.on{
        display: block;
    }
    .openMenu {
        width: 25px;
        height: 30px;
        float: right;
        margin-top: 25px;
        position: relative;
        z-index: 95;
    }
    .header.scroll .openMenu.on span, .header.scroll .openMenu.on span:after, .header.scroll .openMenu.on span:before{
        background: #fff;
    }
    .openMenu span {
        width: 25px;
        height: 1px;
        display: block;
        margin-top: 15px;
        position: relative;
        background: #fff;
    }
    .openMenu span:before {
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        top: -8px;
        content: "";
        background: #fff;
        transition: .3s;
        -webkit-transition: .3s;
        -ms-transition: .3s;
    }
    .openMenu span:after {
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        top: 8px;
        content: "";
        background: #fff;
        transition: .3s;
        -webkit-transition: .3s;
        -ms-transition: .3s;
    }
    .header.scroll .openMenu span, .header.scroll .openMenu span:after, .header.scroll .openMenu span:before {
        background: #000;
    }
    .on.openMenu span, .header.scroll .openMenu.on span {
        background: none;
    }
    .on.openMenu span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        top: 0;
    }
    .on.openMenu span:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        top: 0;
    }
    .sectop .item .p1 {
        font-size: 36px;
    }
    .sectop .item .p1 {
        font-size: 36px;
    }
    .habout .l {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 0;
    }
    .habout .r {
        width: 100%;
        float: none;
        margin-top: 40px;
    }
    .habout .auto_1460 {
        padding: 40px 0;
    }
    .habout .auto_1460:before {
        display: none;
    }
    .title {
        margin-bottom: 40px;
    }
    .title h3 {
        font-size: 30px;
    }
    .title p {
        font-size: 20px;
    }
    .abicons .item h3 {
        font-size: 20px;
    }
    .hnews {
        padding: 40px 0;
    }
    .swiperSlide .prev {
        left: 0;
        z-index: 20;
        background: #f7f7f7;
    }
    .swiperSlide .prev, .swiperSlide .next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
    }
    .swiperSlide .prev i, .swiperSlide .next i {
        font-size: 24px;
    }
    .swiperSlide .next {
        right: 0;
        z-index: 20;
    }
    .more a {
        width: 140px;
        font-size: 14px;
        line-height: 46px;
    }
    .foott .l {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    
}

@media(max-width:768px) {
    .abicons .item:first-child {
        margin-left: 0;
    }
    .abicons .item {
        width: 50%;
        padding: 40px 20px;
        height: 250px;
    }
    .abicons .item .iconfont {
        margin-top: 30px;
    }
    .fullLine .more {
        position: static;
        margin-top: 0;
    }
    .caseList {
        margin-top: 40px;
    }
    .caseList .item {
        /* width: 23.8%; */
        line-height: 60px;
    }
    .fullLine {
        padding: 50px 0;
    }
     
    .sectop .auto_1460 {
        padding: 20px 0 0;
        margin: 0;
    }
    .sectop .item {
        padding: 0;
        font-size: 14px;
    }
    .sectop .item .p1 {
        font-size: 24px;
    }

    .sectop .item .p2{
        position: relative;
        display: inline-block;
        font-size: 12px;
        white-space: normal;
    }

    .sectop .item .p2 sup {
        display: none;
        margin: 10px auto 0;
        position: absolute;
        top: -15px;
        right: -10px;
    }
    .caseText{
        display: none;
    }
    .title h3 {
        font-size: 24px;
    }
    .title p {
        font-size: 18px;
        font-weight: normal;
    }
    .newsSlide .swiper-slide .box {
        padding: 0;
    }
    .newsSlide .swiper-slide .box .imgbox {
        height: auto;
    }
    .newsSlide .swiper-slide .box .imgbox a img {
        display: block;
        width: 100%;
    }
    .newsSlide .swiper-slide .box .imgbox a {
        position: static;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    .newsSlide .swiper-slide .box .text {
        padding: 30px 20px;
    }
    .newsSlide .swiper-slide .box .text .date {
        margin-bottom: 0;
    }
    .newsSlide .swiper-slide .box .text h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .newsSlide .swiper-slide .box .text .view {
        margin-top: 20px;
        padding-top: 20px;
    }
    .newsSlide .swiper-slide {
        height: auto;
    }
    .header {
        padding: 0 20px;
    }
    .header .lang {
        margin-right: 0;
        position: absolute;
        right: 60px;
    }
    .section1{
        height: 345px;
    }
    .section1 .swiper-container{
        height: 220px!important;
    }
    .section1 .sectop{
        position: relative;
    }
    .banner .scorllTip{
        bottom: 0;
    }
    .banner .scorllTip:before{
        height: 30px;
        bottom: 30px;
    }
    .swiper-container .dots{
        bottom: 40%;
        width: 30px;
    }
    .swiper-container .dots span{
        margin-bottom: 10px;
    }
    .homeIndex .inlinebox .l{
        margin-bottom: 50px;
    }
}

.ptop {
    position: relative;
    margin-bottom: 150px;
}

.ptop .pbannerText {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 10;
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-top: -78px;
}

.ptop .pbannerText h3 {
    font-size: 68px;
    font-weight: bold;
}

.ab1 {
    margin-bottom: 280px;
}

.ab1 .imgbox {
    float: left;
    max-width: 50%;
    margin-right: 10%;
}

.ab1 .text {
    padding-top: 60px;
    line-height: 2;
}

.ab2 {
    background: #000;
    color: #fff;
    padding: 95px 0;
}

.ab2 .imgbox {
    float: right;
    margin-top: -160px;
    max-width: 50%;
}

.tcontent {
    line-height: 2;
    font-size: 18px;
    text-indent: 2em;
    padding: 30px 30px 0 30px;
    margin-bottom: 36px;
    position: relative;
    text-align: justify;
}
.tcontent:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/textbefore.png) no-repeat left top;
}
.tcontent:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url(../images/textafter.png) no-repeat right bottom;
}

.ab2 .text {
    width: 50%;
    float: left;
    padding-right: 3%;
}

.ab2 .text .avant {
    text-align: right;
    font-size: 18px;
    padding-right: 30px;
}

.more2 {
    clear: both;
    padding-top: 80px;
    text-align: center;
}

.more2 a {
    display: inline-block;
    width: 210px;
    line-height: 56px;
    border: 1px solid #333;
}
.more2 a:hover{
    border: 1px solid #fff;
    color: #333;
    background: #fff;
}

.more2 a i {
    padding-left: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.slideText .swiper-slide {
    overflow: hidden;
}

.slideText .swiper-slide .imgbox {
    float: left;
    max-width: 50%;
}

.slideText .swiper-slide .text {
    float: right;
    width: 50%;
    padding-top: 20px;
}

@media(max-width:1600px) {
    .slideText .swiper-slide .text {  
        padding-left: 20px;
    }
}

.slideText .swiper-slide .text h3 {
    font-size: 32px;
    margin-bottom: 70px;
    font-weight: bold;
}

.slideText .swiper-slide .text ul {
    counter-reset: slideText;
}

.slideText .swiper-slide .text li {
    position: relative;
    line-height: 32px;
    margin-bottom: 50px;
    padding-left: 60px;
}

/* .slideText .swiper-slide .text li:before {
    counter-increment: slideText;
    content: "0"counter(slideText);
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    color: #fff;
    margin-top: -20px;
} */

.slideText .swiper-slide .text li i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    color: #fff;
    margin-top: -20px;
    font-style: normal;
}

.slideText .swiper-slide .text li:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #8e1010;
    border-radius: 3px;
    transform: rotate(45deg);
    left: 0;
    top: 50%;
    z-index: 5;
    margin-top: -20px;
}
.slideText .swiper-slide .text li:last-child{
    margin-bottom: 0;
}
.swiperSlide .dots2 {
    margin-top: 50px;
    text-align: center;
}

.swiperSlide .dots2 .dot {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: #e5e5e5;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.swiperSlide .dots2 .dot.on {
    background: #8e1010;
}
.ab4 {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.marginbt130{
    margin-bottom: 130px;
}
.ab4 .flex {
    flex-direction: row;
}

.ab4 .sec {
    width: 33.333%;
    padding: 145px 15px 165px;
    border-right: 1px solid #4d4e4e;
    font-size: 18px;
    line-height: 36px;
}

.ab4 .sec .text {
    padding-top: 55px;
    background: url(../images/textbefore.png) no-repeat left top;
}
.ab4 .sec:first-child{
    border-left: 1px solid #4d4e4e;
}
.ab4 .sec .title {
    margin-bottom: 250px;
}
.ab4 .sec:nth-child(2){
    padding-top: 290px;
}
.ab5 {
    text-align: center;
}

.ab5 .textc {
    max-width: 1125px;
    margin: auto;
    margin-bottom: 90px;
    line-height: 2;
}
/*----------- 锚点位置-----------------*/
.target-fix {
    display: block;
    height: 1px;
    visibility: hidden;
    margin-top: -130px;
    padding-top: 130px;
}

.fullLine .text.lin30{
    line-height: 30px;
}
.fullLine .text.lin32{
    line-height: 32px;
}

.ab1 .text .clearfix,
.ab2 .text,
.slideText .swiper-slide .text li,
.ab4 .sec .text,
.ab5 .textc,
.honnors .listSwiper .swiper-slide a .text .txt
{
    font-family: "SHLight";
    text-align: justify;
}


/* 20210127 */
.caseText{
    line-height: 14px;
    /* display: none; */
}
.tcontent{
    text-indent: 0;
   
}
@media (max-width: 768px){
    .auto_1460{
        margin: 0 4%;
    }
    .homeIndex .inlinebox .l {
        width: 25%;
        margin-bottom: 0;
    }
    .homeIndex .inlinebox .r {
        padding-left: 55px;
        line-height: 20px;
        margin-left: 5px;
    }
    .homeIndex .inlinebox .r b{
        font-size: 35px;
        width: 55px;
        line-height: 40px;
    }
    .homeIndex {
        font-size: 16px;
        line-height: 20px;
    }
    .header .logo img{
        max-height: 35px;
    }
    .header .logo img.logo2{
        display: none;
    }
    .ab1 .text,
    .tcontent,
    .ab1 .text .clearfix,
    .ab2 .text,
    .slideText .swiper-slide .text li,
    .ab4 .sec .text,
    .ab5 .textc,
    .honnors .listSwiper .swiper-slide a .text .txt
    {line-height: 1.5;font-size: 16px;}

}
