﻿/*page-common*/

#mobile_height{
    display: block;
    height: 160px;
}


@media screen and (max-width:1182px) {
    
}


#banner_page .w1510 .tit{
    font-size: 52px;
    line-height: 55px;
    /* margin-bottom: 50px; */
    text-align: center;
    color: #fff;
    font-family: "MEB";
}

#banner_page .w1510 .des {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    width: 650px;
    font-family: "MR";
}

.module-tit h1{
    margin-bottom: 10px;
}


.module-tit p{
    margin-bottom: 0;
}



.backimg{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.backimgelse{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}



.position{
    height: 65px;
    border-bottom: 1px solid #aaa;
}

.position a {
    font-size: 16px;
    line-height: 65px;
    font-family: "MR";
    font-weight: bold;
}

#category{
    height: 120px;
    text-align: center;
}

#category a{
    font-size: 32px;
    line-height: 120px;
    margin: 0 25px;
    font-family: "MM";
    position: relative;
}

#category a::before{
    content: "";
    position: absolute;
    bottom: 25%;
    background-color: red;
    left: 0;
    width: 0%;
    height: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#category a:hover::before,#category a.active::before{
    width: 100%;
}

#category a::after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    background-color: #b7b7b7;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: 50%;
}

#category a:last-child::after{
    display: none;
}


/*adv-odm*/

#page-adv{
    padding: 100px 0;
    background-color: #f7f7f7;
}

#page-adv .left{
    width: 44%;
}

#page-adv .left img{
    display: block;
    width: 100%;
}

#page-adv .con{
    padding-top: 8%;
}

#page-adv .right{
    width: 48%;
}

#page-adv .index-des{
    color: #000;
}

#adv-box{
    padding: 70px 0;
}
#adv-box .w1510{
    overflow: hidden;
}

#adv-box .list{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
}

#adv-box .list:nth-child(2n){
    margin-right: 0;
}

#adv-box img{
    width: 100%;
    display: block;
}



/*adv-page-quality*/
#page-adv-qual{
    padding: 100px 0;
    text-align: center;
    background-image: url(../jpg/qualbackx11m.jpg);
}

#page-adv-qual img{
    max-width: 100%;
}

#page-adv-qual .index-des{
    color: #000;
    width: 60%;
    margin: 50px auto 80px;
}

#adv-box .index-big-tit{
    margin-bottom: 80px;
}

/*adv-page-service*/
#service-lc{
    padding: 100px 0;
}

#service-lc .index-big-tit{
    margin-bottom: 80px;
}

#service-lc .w1510>img{
    display: block;
    max-width: 100%;
}


#faq-page .index-big-tit{
    padding-bottom: 40px;
    border-bottom: 2px solid #444;
}
.contact-faq{
    background-color: #f3f3f3;
    padding: 40px 70px;
    margin-top: 80px;
}

.contact-faq p {
    font-size: 20px;
    font-family: "MR";
    height: 60px;
    line-height: 60px;
    color: #000;
    width: 79%;
}

.contact-faq a{
    font-size: 20px;
    font-family: "MM";
    background-color:#e60012;
    color: #fff;
    width: 190px;
    height: 60px;
    line-height: 60px;
    padding-right: 10px;
    background-image: url(../png/bjt4w95.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    text-align: center;
}

#service-down{
    padding: 50px 0 100px;
}

#service-down .down-box{
    overflow: hidden;
}

#service-down .down-box .list {
    float: left;
    width: 25%;
    margin-right: 12%;
    margin-bottom: 5%;
}

#service-down .down-box .list:nth-child(3n){
    margin-right: 0;
}

#service-down .down-box .list .img{
    position: relative;
}

#service-down .down-box .list .img img{
    display: block;
    width: 100%;
}

#service-down .down-box .list .fixurl{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#service-down .down-box .list:hover .fixurl{
    opacity: 1;
}

#service-down .down-box .list .fixurl .urlbox{
    text-align: center;
}

#service-down .down-box .list .fixurl a{
    margin: 0 10px;
}

#service-down .down-box .list>p{
    font-size: 18px;
    line-height: 30px;
    padding: 25px 20px;
    text-align: center;
    font-family: "MR";
}


@media screen and (max-width:1680px) {
    #category a {
        font-size: 26px;
        line-height: 100px;
        margin: 0 25px;
    }

    #category {
        height: 100px;
    }

    .contact-faq p {
        font-size: 15px;
    }

    .contact-faq a {
        font-size: 15px;
        width: 160px;
        height: 50px;
        line-height: 50px;
    }

    .contact-faq {
        padding: 30px 50px;
    }

    #service-down .down-box .list .fixurl a {
        width: 35%;
    }

    #service-down .down-box .list>p {
        font-size: 16px;
        line-height: 30px;
        padding: 25px 20px;
    }

    .position {
        height: 40px;
    }

    .position a {
        font-size: 15px;
        line-height: 40px;
    }

    .position span{
        font-size: 15px;
        line-height: 40px;
    }
}
@media screen and (max-width:1440px) {
    #category a {
        font-size: 24px;
        line-height: 80px;
        margin: 0 20px;
    }

    #category {
        height: 80px;
    }

    .contact-faq p {
        font-size: 13px;
        height: 50px;
        line-height: 26px;
        width: 58%;
    }

    .contact-faq {
        padding: 30px 40px;
    }

    .contact-faq a {
        font-size: 13px;
        width: 140px;
        height: 50px;
        line-height: 50px;
    }

    

    #service-down .down-box .list>p {
        font-size: 14px;
        line-height: 25px;
        padding: 20px 20px;
    }

    .position {
        height: 35px;
    }

    .position a {
        font-size: 14px;
        line-height: 35px;
    }

    .position span{
        font-size: 14px;
        line-height: 35px;
    }
}
@media screen and (max-width:1280px) {
    #category a {
        font-size: 20px;
        line-height: 60px;
        margin: 0 15px;
    }

    #category {
        height: 60px;
    }

    .contact-faq p {
        font-size: 13px;
        height: 40px;
        line-height: 23px;
    }

    .contact-faq {
        padding: 25px 30px;
    }

    .contact-faq a {
        font-size: 13px;
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width:1182px) {

    #category a {
        font-size: 18px;
        line-height: 50px;
        margin: 0 15px;
        width: 50%;
        float: left;
        margin: 0;
    }

    #category {
        height: auto;
        margin: 15px 0;
        overflow: hidden;
    }

    #page-adv .left{
        width: 100%;
    }

    #page-adv .right{
        width: 100%;
    }

    #page-adv {
        padding: 30px 0;
    }

    #category a::before,#category a::after{
        display: none;
    }

    #category a.active{
        background-color: #e60012;
        color: #fff;
    }

    #adv-box {
        padding: 20px 0;
    }

    #page-adv .con {
        padding-top: 20px;
    }

    #page-adv-qual {
        padding: 30px 0;
    }

    #page-adv-qual .index-des {
        width: 100%;
        margin: 20px auto 25px;
    }

    #adv-box .index-big-tit {
        margin-bottom: 20px;
    }

    #service-lc {
        padding: 30px 0;
    }

    #faq-page {
        padding: 30px 0 30px;
    }

    #service-lc .index-big-tit {
        margin-bottom: 20px;
    }

	#faq-page .index-big-tit {
		padding-bottom: 20px;
	}

    

    .contact-faq p {
        font-size: 13px;
        height:auto;
        line-height: 23px;
        width: 100%;
        margin-bottom: 15px;
    }

    .contact-faq {
        padding: 20px 20px;
        margin-top: 20px;
    }

    .contact-faq a {
        font-size: 12px;
        width: 120px;
        height: 30px;
        line-height: 30px;
    }

    #service-down {
        padding: 25px 0 30px;
    }

    #service-down .down-box .list{
        width: 46%;
        margin-right: 8%;
        margin-bottom: 20px;
    }

    #service-down .down-box .list>p {
        font-size: 13px;
        line-height: 19px;
        height: 65px;
        padding: 10px 10px;
    }

    #service-down .down-box .list:nth-child(3n){
        margin-right: 8%;
    }

    #service-down .down-box .list:nth-child(2n){
        margin-right: 0;
    }

    .position {
        height: auto;
    }

    .position a {
        font-size: 13px;
        line-height: 30px;
    }

    .position span{
        font-size: 13px;
        line-height: 30px;
    }
    
}
@media screen and (max-width:900px) {
    
}
@media screen and (max-width:600px) {
    #category a {
        font-size: 13px;
        line-height: 35px;
    }
}
@media screen and (max-width:400px) {
    
}
































/*product*/
.pro-list-box{
    padding: 65px 0;
}
.pro-list-box .pro-big-tit{
    font-size: 22px;
    margin-bottom: 50px;
    font-family: "MEB";
}
.pro-list-box .l{
    width: 20%;
}
.pro-list-box .l .list{
    font-size: 18px;
    font-family: "MM";
    font-weight: bold;
    margin-bottom: 15px;
}

.pro-list-box .l .list .top {
    overflow: hidden;
    line-height: 30px;
    position: relative;
}

.pro-list-box .l .list .top .left{
    width: 90%;
}

.pro-list-box .l .list .top .right{
    width: 8%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.pro-list-box .l .list .bottom{
    display: none;
    padding-left: 10px;
}

.pro-list-box .l .list .bottom a{
    font-size: 15px;
    font-family: "MR";
    line-height: 26px;
    display: block;
}

.pro-list-box .l .list .bottom a.active,.pro-list-box .l .list .bottom a:hover{
    color: #d7063b;
}


.pro-list-box .l .list.active .top .left{
    color: #d7063b;
}

.pro-list-box .r{
    width: 75%;
}
.pro-list-box .r .list{
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    border: 2px solid #eee;
}

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

.pro-list-box .r .list img{
    display: block;
    width: 100%;
}

.pro-list-box .r .list .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 85px;
    background-color: #f5f5f5;
    color: #000;
    line-height: 28px;
    font-size: 18px;
    font-family: "MR";
    padding: 0 15%;
}

@media screen and (max-width:1680px) {
    .pro-list-box .r .list .tit {
        height: 75px;
        line-height: 24px;
        font-size: 16px;
    }

    .pro-list-box .l .list .top {
        line-height: 25px;
    }

    .pro-list-box .l .list {
        font-size: 16px;
    }

    .pro-list-box .l .list .bottom a {
        font-size: 13px;
        line-height: 24px;
    }
}
@media screen and (max-width:1440px) {
    .pro-list-box .r .list .tit {
        height: 65px;
        line-height: 23px;
        font-size: 14px;
    }

    .pro-list-box .l .list .top {
        line-height: 23px;
    }

    .pro-list-box .l .list {
        font-size: 14px;
    }

    .pro-list-box .l .list .bottom a {
        font-size: 12px;
        line-height: 21px;
    }
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:1182px) {
    .pro-list-box {
        padding: 30px 0;
    }

    .pro-list-box .l {
        width: 100%;
    }

    .pro-list-box .pro-big-tit {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .pro-list-box .r{
        width: 100%;
        margin-top: 20px;
    }

    .pro-list-box .r .list{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .pro-list-box .r .list:nth-child(3n){
        margin-right: 2%;
    }

    .pro-list-box .r .list:nth-child(2n){
        margin-right: 0%;
    }

    .pro-list-box .r .list .tit {
        height: 65px;
        line-height: 22px;
        font-size: 13px;
    }
}
@media screen and (max-width:900px) {
    
}
@media screen and (max-width:600px) {
    
    .pro-list-box .l .list {
        font-size: 13.5px;
        margin-bottom: 5px;
    }

    .pro-list-box .r .list .tit {
        height: 60px;
        line-height: 21px;
        font-size: 12px;
        padding: 10px 0;
    }

    
}
@media screen and (max-width:400px) {
    
}



/*app-box*/
@media screen and (max-width:1680px) {
    #banner_page .w1510 .des {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width:1440px) {
    .app-box {
        padding: 40px 0;
    }

    .app-box .con a {
        width: 150px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }    
}
@media screen and (max-width:1280px) {
    
    #banner_page .w1510 .des {
        font-size: 16px;
        line-height: 25px;
    }
}
@media screen and (max-width:1182px) {
    .app-box {
        padding: 20px 0;
        padding-top: 0px;
    }

    .app-box .w1510{
        padding: 0 20px;
    }

    .app-box .con .des{
        width: 100%;
    }

    .app-box .con a {
        width: 130px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        margin-right: 0;
        margin-left: auto;
    }
}
@media screen and (max-width:900px) {
    
    #banner_page .w1510 .des {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width:600px) {
    
}
@media screen and (max-width:400px) {
    
}



/*app-show common*/

#app-show-con{
    padding: 100px 0;
}
#app-show-con .img-box{
    padding: 80px 0 0;
    text-align: center;
}

#app-show-con .img-box img{
    max-width: 100%;
}


@media screen and (max-width:1680px) {
    
}
@media screen and (max-width:1440px) {
    
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:1182px) {
    #app-show-con {
        padding: 30px 0;
    }

    #app-show-con .img-box {
        padding: 20px 0 0;
    }
}
@media screen and (max-width:900px) {
    
}
@media screen and (max-width:600px) {
    
}
@media screen and (max-width:400px) {
    
}









/* 
#pages {
    padding-bottom: 2px;
    text-align: right;
} */

#pages a:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff;
}

#pages a, #pages span, #pages em {
    width: auto;
    line-height: 45px;
    padding: 0 17px;
    height: 45px;
    border: 1px solid #ccc;
    font-weight: bold;
    color: #e60012;
}

#pages a.prev, #pages a.next {
    line-height: 45px;
    font-size: 20px;
    position: relative;
    border-color: #e60012;
}

#pages a.prev:hover, #pages a.next:hover{
    background-color: #e60012;
    border: 1px solid  #e60012;
    color: #fff;
}

#pages span {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}





#pages .num-url {
    display: inline-block;
    width: 60%;
}

#pages .to-url {
    display: inline-block;
    width: 35%;
    position: relative;
    top: 9px;
}

#pages .to-url input[type=text]{
    width: 40px;
    height: 30px;
    padding: 5px;
}

#pages .to-url a{
    padding: 0 5px;
}


/*page-about*/

#ys-about-index {
    margin-top: -212px;
    padding-bottom: 0;
}

#ys-about-index .w1510{
    width: 55%;
    max-width: unset;
}

#ys-about-index .pos-num .list{
    width: 25%;
    margin-right: 0;
    padding: 15px 0;
}

#ys-about-index .pos-num .list .num{
    font-size: 49px;
    line-height: 65px;
    height: 65px;
    margin-bottom: 15px;
}

#ys-about-index .pos-num .list p{
    font-size: 19px;
    color: #000;
}

#ys-about-index .pos-num .list .num>sup {
    font-size: 35px;
    position: relative;
    top: -8px;
    font-family: "MEB";
}

#ys-about-index .pos-num .list .num>font>sup {
    font-size: 23px;
    font-family: "MM";
    position: relative;
    top: -13px;
}


#about-division{
    padding: 100px 0;
    background-image: url(../jpg/about-back9u03.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

#about-division .index-des{
    color: #000;
}

#about-division .index-des b{
    font-family: "MEB";
}

#about-division .img-list{
    float: left;
    width: 49%;
    margin-right: 2%;
}

#about-division .img-list:nth-child(4){
    margin-right: 0;
}

#about-division .img-list img{
    display: block;
    width: 100%;
}

#about-division .img-list .img{
    position: relative;
}

#about-division .img-list .img .poscontent{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    color: #fff;
}

#about-division .img-list .vision-des{
    font-family: "MR";
    font-size: 16px;
    line-height: 25px;
    margin-top: 25px;
    text-align: left;
}

#about-division .bottom{
    padding: 80px 0;
    margin-top: 70px;
    background-color: #eeeeee;
}

#about-division .bottom .index-des{
    margin-bottom: 0;
    color: #000;
    width: 65%;
}

#company-his{
    padding: 100px 0;
}

#company-his .index-big-tit{
    margin-bottom: 80px;
}

#company-his .his-box {
    width: 565px;
    padding-left: 80px;
    margin: 0 auto;
    margin-left: 38.5%;
    position: relative;
    border-left: 1px solid #aaa;
    position: relative;
}

#company-his .his-box span {
    width: 21px;
    height: 21px;
    border: 1px solid #e60012;
    display: block;
    position: absolute;
    left: -10px;
    top: -12px;
    background-color: #fff;
    z-index: 1;
}



#company-his .his-box span::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #e60012;
}

#company-his .his-box li{
    margin-bottom: 30px;
}

#company-his .his-box li div{
    font-size: 30px;
    line-height: 40px;
    font-family: "MM";
    font-weight: bold;
}

#company-his .his-box li p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    font-family: "MR";
}

#company-part {
    padding: 100px 0;
    background-color: #626262;
}

#company-part .w1510{
    width: 65%;
}
#company-part .index-big-tit{
    color: #fff;
    margin-bottom: 80px;
}

#company-part .listimg{
    overflow: hidden;
}

#company-part .listimg img{
    display: block;
    float: left;
    width: 20%;
    margin-right: 6.66%;
    margin-bottom: 6.66%;
}

#company-part .listimg img:nth-child(4n){
    margin-right: 0;
}

#company-part .part-swiper{
    position: relative;
}

#company-part .part-swiper .swiper-button-prev {
    background-image: url(../png/sqjtp5puq.png);
    left: -13%;
    top: 40%;
    width: 43px;
    height: 43px;
    background-size: 100% 100%;
}
#company-part .part-swiper .swiper-button-next{
    background-image: url(../png/sqjtn5xte.png);
    right: -13%;
    top: 40%;
    width: 43px;
    height: 43px;
    background-size: 100% 100%;
}

#news-list-box{
    margin-top: 50px;
    margin-bottom: 120px;
}

#news-list-box a.list{
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
}

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

#news-list-box a.list .img{
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#news-list-box a.list img{
    display: block;
    width: 100%;
}

#news-list-box a.list span {
    font-size: 14px;
    font-family: "MM";
    margin: 20px 0 15px;
    display: block;
    color: #aaa;
}

#news-list-box a.list span font {
    font-size: 20px;
    line-height: 27px;
    width: 100%;
    font-family: "MM";
    font-weight: bold;
    color: #e60012;
    display: inline-block;
    position: relative;
    height: 60px;
    overflow: hidden;
}


#news-list-box a.list p {
    font-size: 16px;
    line-height: 25px;
    height: 60px;
    color: #000;
    font-family: "MM";
    font-weight: bold;
}


#company-honor {
    padding: 100px 0;
}

#company-honor .w1510{
    width: 65%;
}
#company-honor .index-big-tit{
    margin-bottom: 80px;
}

#company-honor .listimg{
    overflow: hidden;
}

#company-honor .listimg img {
    display: block;
    float: left;
    width: 20%;
    margin-right: 6.66%;
    margin-bottom: 6.66%;
    height: 16.5vw;
}

#company-honor .listimg img:nth-child(4n){
    margin-right: 0;
}

#company-honor .honor-swiper{
    position: relative;
}

#company-honor .honor-swiper .swiper-button-prev {
    background-image: url(../png/sqjtp2g7a3.png);
    left: -13%;
    top: 40%;
    width: 43px;
    height: 43px;
    background-size: 100% 100%;
}
#company-honor .honor-swiper .swiper-button-next{
    background-image: url(../png/sqjtn2p51y.png);
    right: -13%;
    top: 40%;
    width: 43px;
    height: 43px;
    background-size: 100% 100%;
}

@media screen and (max-width:1680px) {
    
#ys-about-index .pos-num .list .num{
    font-size: 40px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
}

#ys-about-index .pos-num .list .num>sup {
    font-size: 28px;
    top: -11px;
}

#ys-about-index .pos-num .list .num>font>sup {
    font-size: 18px;
    top: -15px;
}

#ys-about-index .pos-num .list p {
    font-size: 17px;
}


#ys-about-index {
    margin-top: -196px;
}

#company-his .his-box li div {
    font-size: 24px;
    line-height: 30px;
}

#company-his .his-box li p {
    font-size: 16px;
    line-height: 26px;
}

#news-list-box a.list span font {
    font-size: 18px;
    height: 50px;
}

#news-list-box a.list span {
    font-size: 13px;
}

#news-list-box a.list p {
    font-size: 15px;
    line-height: 25px;
    height: 55px;
}

#news-list-box a.list {
    margin-bottom: 4%;
}


}
@media screen and (max-width:1440px) {
    #ys-about-index .pos-num .list .num{
        font-size: 32px;
        line-height: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    
    #ys-about-index .pos-num .list .num>sup {
        font-size: 22px;
        top: -10px;
    }
    
    #ys-about-index .pos-num .list .num>font>sup {
        font-size: 15px;
        top: -13px;
    }
    
    #ys-about-index .pos-num .list p {
        font-size: 14px;
    }
    
    
    #ys-about-index {
        margin-top: -180px;
    }

    #about-division .img-list .vision-des {
        font-size: 14px;
        line-height: 23px;
        margin-top: 20px;
    }

    #about-division .bottom {
        padding: 50px 0;
        margin-top: 50px;
    }

    
    #company-his .his-box li div {
        font-size: 22px;
        line-height: 27px;
    }

    #company-his .his-box li p {
        font-size: 15px;
        line-height: 24px;
    }

    #company-part .w1510 {
        width: 75%;
    }

    #company-honor .w1510 {
        width: 75%;
    }


#news-list-box a.list {
    margin-bottom: 3.5%;
}



}
@media screen and (max-width:1280px) {
    #ys-about-index .pos-num .list .num{
        font-size: 24px;
        line-height: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    
    #ys-about-index .pos-num .list .num>sup {
        font-size: 20px;
        top: -10px;
    }
    
    #ys-about-index .pos-num .list .num>font>sup {
        font-size: 14px;
        top: -13px;
    }
    
    #ys-about-index .pos-num .list p {
        font-size: 13px;
    }
    
    
    #ys-about-index {
        margin-top: -174px;
    }

    #company-his .his-box li {
        margin-bottom: 20px;
    }
    
    #company-his .his-box li div {
        font-size: 20px;
        line-height: 25px;
    }

    #company-his .his-box li p {
        font-size: 13px;
        line-height: 21px;
    }

    #news-list-box a.list span font {
        font-size: 15px;
        line-height: 23px;
        height: 50px;
    }
    
    #news-list-box a.list span {
        font-size: 12px;
        margin: 20px 0 15px;
    }
    
    #news-list-box a.list {
        margin-bottom: 3%;
    }
}
@media screen and (max-width:1182px) {
    #ys-about-index {
        margin-top: 0;
        background-color: #f3f5f6;
    }

    #ys-about-index .pos-num{
        margin-top: 0;
    }

    #ys-about-index .w1510 {
        width: 100%;
    }

    #about-division {
        padding: 30px 0;
    }

    

    #about-division .img-list .vision-des {
        font-size: 13px;
        line-height: 21px;
        margin-top: 20px;
    }

    

    #about-division .bottom {
        padding: 20px 0;
        margin-top: 20px;
    }

    #about-division .bottom .index-des {
        width: 90%;
    }

    #company-his {
        padding: 30px 0;
    }

    #company-his .index-big-tit {
        margin-bottom: 30px;
    }

    #company-his .his-box li {
        margin-bottom: 15px;
    }
    
    #company-his .his-box li div {
        font-size: 18px;
        line-height: 24px;
    }

    #company-his .his-box li p {
        font-size: 13px;
        line-height: 22px;
    }

    #company-his .his-box {
        width: 465px;
        padding-left: 30px;
    }

    #company-part .index-big-tit {
        margin-bottom: 20px;
    }

    #company-part{
        padding: 30px 0;
    }

    #company-honor .index-big-tit {
        margin-bottom: 20px;
    }

    #company-honor{
        padding: 30px 0;
    }

    #news-list-box {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    #news-list-box a.list{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    #news-list-box a.list:nth-child(3n){
        margin-right: 2%;
    }

    #news-list-box a.list:nth-child(2n){
        margin-right: 0;
    }

    
    #news-list-box a.list span {
        font-size: 12px;
    }

    #news-list-box a.list p {
        font-size: 12px;
        line-height: 16px;
        height: 35px;
        overflow: hidden;
    }
    

    #news-list-box a.list .img {
        height: 24vw;
    }
}


@media screen and (max-width:1000px) {
    #ys-about-index .pos-num .list{
        width: 50%;
    }

    #company-his .index-big-tit{
        text-align: left;
        padding-left: 20px;
    }

    #company-his .his-box {
        width: 100%;
        padding-left: 30px;
        margin-left: 20px;
        padding-right: 8%;
    }
}

@media screen and (max-width:900px) {
    
}
@media screen and (max-width:600px) {
    
    #about-division {
        background-size: 100% 100%;
    }

    #about-division .img-list .vision-des {
        font-size: 12px;
        line-height: 19px;
        margin-top: 15px;
    }

    #about-division .img-list{
        width: 100%;
    }

    #about-division .img-list:nth-child(4){
        margin-top: 15px;
    }
}
@media screen and (max-width:400px) {
    
}






/*news-show*/

#news-content {
    padding: 120px 0;
}

#news-content table{
    width: 100%;
}

#news-content .left{
    width: 65%;
}

#news-content .left .timeshare{
    font-size: 20px;
    font-family: "MM";
    color: #6f6e6e;
}
#news-content .left .tit{
    padding: 25px 0;
    font-size: 40px;
    font-family: "MEB";
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 60px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#news-content .left .content{
    font-size: 18px;
    line-height: 28px;
    font-family: "MR";
}

#news-content .left .contentt table{
    width: 100%;
}

#news-content .left .contentt table tr {
    border-bottom: 2px solid #aaa;
    height: 60px;
}

#news-content .left .contentt table tr:nth-child(1){
    width: 100%;
    background-color:#e60012;
    border-bottom: 0;
}

#news-content .left .contentt table tr:nth-child(1) td {
    color: #fff;
    padding: 10px 10px;
}


#news-content .left .contentt table  tr.thead {
    width: 100%;
    background-color:#e60012;
    border-bottom: 0;
}

#news-content .left .contentt table tr td {
    font-size: 18px;
    line-height: 30px;
    font-family: "MR";
    flex-shrink: 0;
    padding: 0 10px;
    max-width:260px;
}

#news-content .left .contentt table tr.thead td {
    color: #fff;
    padding: 10px 10px;
}

#news-content .right{
    width: 26%;
}

#news-content .right .tit{
    font-size: 20px;
    font-family: "MM";
    text-transform: uppercase;
    font-weight: bold;
}

#news-content .right .cate .tit{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

#news-content .right .cate .category-box a{
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-family: "MM";
    text-transform: uppercase;
    color: #717171;
}

#news-content .right .cate .category-box a.active{
    color: #e60012;
}

#news-content .right .tag .tit{
    margin-bottom: 30px;
}

#news-content .right .cate,#news-content .right .tag{
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid  #aaa;
}

#news-content .right .tag .tag-box a{
    display: inline-block;
    font-size: 13px;
    color: #979898;
    background-color: #f4f4f4;
    padding: 7px 10px;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: "MR";
}

#news-content .right .sosialurl .tit{
    margin-bottom: 30px;
}

#news-content .right .sosialurl .sos-box a{
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    height: 35px;
    margin-bottom: 15px;
}

#news-content .right .sosialurl .sos-box a::after{
    content:"";
    width: 2px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ccc;
}

#news-content .right .sosialurl .sos-box a img{
    height: 90%;
}

@media screen and (max-width:1680px) {
    #news-content .left .timeshare {
        font-size: 18px;
    }

    #news-content .left .tit {
        padding: 20px 0;
        font-size: 34px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    #news-content .left .content {
        font-size: 16px;
        line-height: 25px;
    }

    #news-content .right .cate .tit {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #news-content .right .tit {
        font-size: 18px;
    }

    #news-content .right .cate .category-box a {
        display: block;
        font-size: 18px;
        line-height: 30px;
    }

    #news-content .right .tag .tit {
        margin-bottom: 30px;
    }

    #news-content .right .cate, #news-content .right .tag {
        margin-bottom: 20px;
        padding-bottom: 25px;
    }

    #news-content .right .sosialurl .tit {
        margin-bottom:25px;
    }

    #news-content .right .sosialurl .sos-box a img{
        max-width: 80%;
        max-height: 80%;
    }

    #news-content .left .contentt table{
        overflow: auto;
    }

    #news-content .left .contentt table tr td {
        font-size: 16px;
        line-height: 25px;
    }
}
@media screen and (max-width:1440px) {
    #news-content .left .timeshare {
        font-size: 16px;
    }

    #news-content .left .tit {
        padding: 20px 0;
        font-size: 28px;
        line-height: 35px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    #news-content .left .content {
        font-size: 14px;
        line-height: 23px;
    }

    #news-content .right .cate .tit {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #news-content .right .tit {
        font-size: 16px;
    }

    #news-content .right .cate .category-box a {
        display: block;
        font-size: 16px;
        line-height: 25px;
    }

    #news-content .right .tag .tit {
        margin-bottom: 20px;
    }

    #news-content .right .cate, #news-content .right .tag {
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    #news-content .right .sosialurl .tit {
        margin-bottom:20px;
    }

    #news-content .left .contentt table tr td {
        font-size: 14px;
        line-height: 23px;
    } 

}


@media screen and (max-width:1280px) {
    #news-content .left .timeshare {
        font-size: 14px;
    }

    #news-content .left .tit {
        padding: 15px 0;
        font-size: 24px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    #news-content .left .content {
        font-size: 13px;
        line-height: 21px;
    }

    #news-content .right .cate .tit {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #news-content .right .tit {
        font-size: 14px;
    }

    #news-content .right .cate .category-box a {
        display: block;
        font-size: 14px;
        line-height: 23px;
    }
}
@media screen and (max-width:1182px) {
    .position {
        padding: 5px 0;
    }
    #news-content .left{
        width: 100%;
        margin-bottom: 20px;
    }

    #news-content .right{
        width: 100%;
    }

    #news-content {
        padding: 30px 0;
    }

    

    #news-content .left .contentt table tr td {
        font-size: 12px;
        line-height: 21px;
    }
}
@media screen and (max-width:900px) {
    
}
@media screen and (max-width:600px) {
    
}
@media screen and (max-width:400px) {
    
}






/*page-contact*/

#contact-page {
    padding-bottom: 100px;
    padding-top: 140px;
}
#contact-page .left{
    width: 48.5%;
}

#contact-page .right{
    width: 48.5%;
    background-color: #f1f1f1;
}

#contact-page .contact-left-tit span{
    font-size: 27px;
    font-family: "MM";
    font-weight: bold;
}

#contact-page .contact-left-tit div{
    font-size: 50px;
    line-height: 55px;
    margin: 30px 0;
    font-family: "MEB";

}

#contact-page .contact-left-tit p{
    font-size: 18px;
    line-height: 27px;
    font-family: "MR";
}

#contact-page .icon_list{
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

#contact-page .icon_list .tit{
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 30px;
    font-family: "MR";
    font-weight: bold;
}

#contact-page .icon_list .des{
    font-size: 46px;
    line-height: 46px;
    color: #e60012;
    font-family: "MEB";
}

#contact-page .icon_list .img{
    background-image: url(../png/iconx6rf.png);
    background-size: auto;
    background-repeat: no-repeat;
}

#contact-page .icon_list .img a{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 13px;
}

#contact-page .right img{
    display: block;
    width: 100%;
}

#contact-page .right .formbox{
    padding: 0 40px 150px;
}

#contact-page .right .formbox input[type=text]{
    float: left;
    width: 48%;
    margin-right: 4%;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    margin-top: 60px;
    font-size: 24px;
    font-family: "MR";
    background-color: transparent;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}

#contact-page .right .formbox input[type=text]:nth-child(2n){
    margin-right: 0;
}

#contact-page .right .formbox textarea{
    width: 100%;
    outline: 0;
    border: 0;
    border: 2px solid #aaa;
    font-family: "MR";
    background-color: transparent;
    margin-top: 35px;
    padding-left: 15px;
    padding-top: 15px;
    line-height: 30px;
    font-size: 24px;
}

#contact-page .right .formbox input[type=button]{
    font-size: 24px;
    padding: 22px;
    color: #fff;
    margin-top: 35px;
    background-color: #e60012;
    font-family: "MEB";
    outline: 0;
    border: 0;
    transition: all 0.3s ease-in-out;
}

#contact-page .right .formbox input[type=button]:hover{
    
    background-color: transparent;
    color: #e60012;
    outline: 1px solid #e60012;
}

#contact-add-tel{
    padding: 100px 0;
}

#contact-add-tel h1{
    margin-bottom: 50px;
}

#contact-add-tel .top>img{
    display: block;
    width: 100%;
}

#contact-add-tel .bottom .addbox {
    padding-left: 190px;
    background-image: url(../png/addimghj4g.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    overflow: hidden;
    height: 210px;
    padding-top: 65px;
    border-bottom: 1px solid #ccc;
}

#contact-add-tel .bottom .addbox .list{
    float: left;
    width: 22%;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 26px;
    font-family: "MR";
    position: relative;
}

#contact-add-tel .bottom .addbox .list::after{
    content: "";
    display: block;
    height: 55px;
    width: 2px;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
}

#contact-add-tel .bottom .addbox .list:nth-child(1){
    width: 34%;
    padding-left: 0;
}

#contact-add-tel .bottom .addbox .list:nth-child(2),
#contact-add-tel .bottom .addbox .list:nth-child(3)
{
    width: 19%;
}

#contact-add-tel .bottom .addbox .list:nth-child(4){
    padding-right: 0;
}

#contact-add-tel .bottom .addbox .list:nth-child(4)::after{
    display: none;
}

#contact-add-tel .bottom .addbox .list font{
    font-size: 24px;
    color: #e60012;
    font-family: "MEB";
}

#contact-add-tel .bottom .streetbox{
    overflow: hidden;
}

#contact-add-tel .bottom .streetbox .list{
    float: left;
    width: 48%;
    margin-right: 4%;
    border-bottom:1px solid #ccc;
    padding-bottom: 30px;
    height: 210px;
    padding-top: 65px;
    padding-left: 190px;
    background-image: url(../png/streetino8.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

#contact-add-tel .bottom .streetbox .list:nth-child(2){
    margin-right: 0;
}

#contact-add-tel .bottom .streetbox .list div{
    font-size: 24px;
    color: #e60012;
    font-family: "MEB";
}

#contact-add-tel .bottom .streetbox .list p{
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
    font-family: "MR";
}




@media screen and (max-width:1680px) {

    #contact-page .contact-left-tit span {
        font-size: 27px;
    }

    #contact-page .contact-left-tit div {
        font-size: 42px;
        line-height: 50px;
        margin: 20px 0;
    }

    #contact-page .contact-left-tit p {
        font-size: 16px;
        line-height: 25px;
    }

    #contact-page .icon_list .tit {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    #contact-page .icon_list .des {
        font-size: 38px;
        line-height: 38px;
    }

    #contact-page .right .formbox input[type=text] {
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        margin-top: 50px;
        font-size: 22px;
    }

    #contact-page .right .formbox textarea {
        margin-top: 30px;
        padding-left: 15px;
        padding-top: 15px;
        line-height: 30px;
        font-size: 22px;
    }

    #contact-page .right .formbox input[type=button] {
        font-size: 22px;
        padding: 20px;
        margin-top: 30px;
    }

    #contact-add-tel .bottom .addbox .list {
        padding-right: 20px;
        padding-left: 20px;
    }

    #contact-add-tel .bottom .addbox .list font {
        font-size: 20px;
    }

    #contact-add-tel .bottom .addbox .list {
        font-size: 15px;
        line-height: 25px;
    }

    #contact-add-tel .bottom .streetbox .list div {
        font-size: 20px;
    }

    #contact-add-tel .bottom .streetbox .list p {
        font-size: 15px;
        line-height: 25px;
        margin-top: 15px;
    }
}
@media screen and (max-width:1440px) {
    #contact-page {
        padding-top: 120px;
    }

    #contact-page .contact-left-tit span {
        font-size: 24px;
    }

    #contact-page .contact-left-tit div {
        font-size: 38px;
        line-height: 45px;
        margin: 20px 0;
    }

    #contact-page .contact-left-tit p {
        font-size: 14px;
        line-height: 23px;
    }

    #contact-page .icon_list .tit {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    #contact-page .icon_list .des {
        font-size: 30px;
        line-height: 30px;
    }

    #contact-page .right .formbox input[type=text] {
        height: 30px;
        line-height: 30px;
        padding-left: 15px;
        margin-top: 40px;
        font-size: 18px;
    }

    #contact-page .right .formbox textarea {
        margin-top: 25px;
        padding-left: 15px;
        padding-top: 15px;
        line-height: 25px;
        font-size: 18px;
    }

    #contact-page .right .formbox input[type=button] {
        font-size: 18px;
        padding: 20px;
        margin-top: 25px;
    }

    #contact-page .right .formbox {
        padding: 0 30px 90px;
    }

    #contact-page .icon_list {
        margin-top: 25px;
        padding-top: 20px;
    }

    

    #contact-add-tel .bottom .addbox .list {
        padding-right: 15px;
        padding-left: 15px;
        width: 25%;
    }

    #contact-add-tel .bottom .addbox .list font {
        font-size: 16px;
    }

    #contact-add-tel .bottom .addbox .list {
        font-size: 13.5px;
        line-height: 23px;
    }

    #contact-add-tel .bottom .streetbox .list div {
        font-size: 16px;
    }

    #contact-add-tel .bottom .streetbox .list p {
        font-size: 13.5px;
        line-height: 23px;
        margin-top: 10px;
    }
}
@media screen and (max-width:1280px) {

    #contact-page .contact-left-tit span {
        font-size: 22px;
    }

    #contact-page .contact-left-tit div {
        font-size: 32px;
        line-height: 40px;
        margin: 20px 0;
    }

    #contact-page .contact-left-tit p {
        font-size: 13px;
        line-height: 23px;
    }

    #contact-page .icon_list .tit {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    #contact-page .icon_list .des {
        font-size: 24px;
        line-height: 24px;
    }

    #contact-page .right .formbox input[type=text] {
        padding-left: 15px;
        margin-top: 30px;
        font-size: 16px;
    }

    #contact-page .right .formbox textarea {
        margin-top: 20px;
        padding-left: 15px;
        padding-top: 15px;
        line-height: 25px;
        font-size: 16px;
    }

    #contact-page .right .formbox input[type=button] {
        font-size: 16px;
        padding: 15px;
        margin-top: 20px;
    }

    #contact-page .right .formbox {
        padding: 0 30px 70px;
    }

    #contact-add-tel .bottom .addbox .list {
        padding-right: 10px;
        padding-left: 10px;
        width: 25%;
    }

    #contact-add-tel .bottom .addbox .list font {
        font-size: 14px;
    }

    #contact-add-tel .bottom .addbox .list {
        font-size: 12.5px;
        line-height: 23px;
    }

    #contact-add-tel .bottom .streetbox .list div {
        font-size: 14px;
    }

    #contact-add-tel .bottom .streetbox .list p {
        font-size: 12.5px;
        line-height: 23px;
        margin-top: 10px;
    }
}
@media screen and (max-width:1182px) {
    #contact-page .left{
        width: 100%;
        margin-bottom: 20px;
    }

    #contact-page .right{
        width: 100%;
    }

    
    #contact-page {
        padding-top: 30px;
    }

    #contact-page {
        padding-bottom: 30px;
    }

    #contact-add-tel {
        padding: 30px 0;
    }

    #contact-add-tel .bottom .addbox .list {
        width: 100% !important;
        margin-top: 20px;
    }

    #contact-add-tel .bottom .addbox {
        padding-left: 90px;
        background-image: url(../png/addimghj4g.png);
        background-size: 55px auto;
        background-position: 10px 30px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #contact-add-tel .bottom .addbox .list:nth-child(1){
        padding-left: 10px;
    }

    #contact-add-tel .bottom .addbox .list::after{
        display: none;
    }

    #contact-add-tel .bottom .streetbox .list {
        width: 100%;
        margin-right: 0%;
        padding-bottom: 20px;
        height: auto;
        padding-left: 100px;
        background-image: url(../png/streetino8.png);
        background-size: 55px auto;
        background-position: 10px center;
        padding-top: 20px;
    }

    #contact-add-tel h1 {
        margin-bottom: 20px;
    }
    
    

}
@media screen and (max-width:1000px) {
    #contact-page .contact-left-tit span {
        font-size: 18px;
    }

    #contact-page .contact-left-tit div {
        font-size: 24px;
        line-height: 30px;
    }

    #contact-page .contact-left-tit p {
        font-size: 12px;
        line-height: 19px;
    }

    #contact-page .icon_list .tit {
        font-size: 14px;
        line-height: 23px;
    }

    #contact-page .icon_list .des {
        font-size: 20px;
        line-height: 20px;
    }

    #contact-page .right .formbox input[type=text] {
        padding-left: 10px;
        margin-top: 20px;
        font-size: 14px;
    }

    #contact-page .right .formbox textarea {
        padding-left: 10px;
        padding-top: 13px;
        line-height: 23px;
        font-size: 14px;
    }

    #contact-page .right .formbox input[type=button] {
        font-size: 14px;
        padding: 13px;
    }

    #contact-page .right .formbox {
        padding: 0 20px 20px;
    }
}
@media screen and (max-width:900px) {
    
}
@media screen and (max-width:600px) {
    

    #contact-page .icon_list .img {
        background-image: url(../png/iconx6rf.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 100%;
        height: 12vw;
    }

    #contact-page .icon_list .img a {
        width: 12.28%;
        height: 100%;
        margin-right: 2%;
    }

    #contact-add-tel .bottom .addbox {
        padding-left: 0;
        padding-top: 90px;
        background-image: url(../png/addimghj4g.png);
        background-size: 55px auto;
        background-position: 10px 30px;
        height: auto;
        padding-top: 80px;
        padding-bottom: 20px;
    }

    #contact-add-tel .bottom .addbox .list {
        margin-top: 5px;
    }
    
}
@media screen and (max-width:400px) {
    
}























@media screen and (max-width:1182px) {
    #pages .num-url {
        width: 100%;
        margin: 20px 0;
    }

    #pages nav{
        padding-top: 0px !important;
        left: 0% !important;
        display: block;
        opacity: 1 !important;
    }
    
}

@media screen and (max-width:900px) {
    
}

@media screen and (max-width:600px) {
    #pages .num-url{
        text-align: center;
    }

    #pages a.prev, #pages a.next {
        width: 45px;
        font-size: 14px;
        margin: 0 auto;
        line-height: 45px;
		padding:0;
    }

    #pages .to-url{
        display: none;
    }

}





/*media for common*/
@media screen and (max-width: 1680px){
    #banner_page .icon-content .list{
        height: 350px;
    }

    #banner_page .tit {
        font-size: 40px;
        line-height: 40px;
    }

    #banner_page .w1510>.tit {
        font-size: 40px;
        line-height: 40px;
    }

    #banner_page .icon-content .icon {
        height: 50px;
    }

    #banner_page .icon-content img {
        max-height: 50px;
        max-width: 60px;
    }

    #banner_page .icon-content .des img{
        max-height: 90px;
        max-width: 90px;
    }

    #banner_page .icon-content .tit {
        margin: 25px 0 25px;
        font-size: 18px;
        line-height: 20px;
    }

}
@media screen and (max-width: 1440px){
    #banner_page .icon-content {
        margin-top: 60px;
    }

    #banner_page .tit {
        font-size: 30px;
        line-height: 30px;
    }

    #banner_page .w1510>.tit {
        font-size: 30px;
        line-height: 30px;
    }

    #banner_page .icon-content .icon {
        height: 40px;
    }

    #banner_page .icon-content img {
        max-height: 40px;
        max-width: 50px;
    }

    #banner_page .icon-content .des img{
        max-height: 70px;
        max-width: 70px;
    }

    #banner_page .icon-content .tit {
        margin: 20px 0 20px;
        font-size: 17px;
    }

    #banner_page .icon-content .des{
        font-size: 13px;
        line-height: 27px;
    }

    #banner_page .icon-content .list {
        height: 315px;
    }

    #banner_page .icon-content .list a {
        width: 160px;
    }

}
@media screen and (max-width: 1280px){

    #banner_page .tit {
        font-size: 24px;
        line-height: 30px;
    }

    #banner_page .w1510>.tit {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1182px){
    /* #banner_page .justify-content {
        padding-top: 45%;
    } */

    #banner_page .tit {
        font-size: 20px;
        line-height: 30px;
    }

    #banner_page .w1510>.tit {
        font-size: 20px;
        line-height: 30px;
    }


    
}


@media screen and (max-width: 600px){
    #banner_page .w1510>.tit {
        font-size: 15px;
        line-height: 30px;
    }
}





@media screen and (max-width:1440px) {
    /* #page-cate {
        bottom: 0;
    } */

    #news-page {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
}

@media screen and (max-width:1182px) {
    #page-cate {
        bottom: 0;
    }

    #news-page {
        padding-top: 30px;
    }
    
}



.flexcenter{
    
    height: 100vh;
    display: flex;
    align-items: center;
}

@media screen and (max-width:1182px) {
    .flexcenter{
    
        height: auto;
        display: block;
        align-items: center;
    }
}


#service-page{
    margin-bottom: 0px;
}

