
.incontent { padding: 45px 15px; background: #fff; margin: 0px auto; font-size: 13px; line-height: 24px; color: #818181; }

.incontent p { margin-bottom: 20px; }

.incontent p:last-child { margin-bottom: 0px; }

.incontent p img { max-width: 100%; _width: 100%; }

#inmain .business-incontent { margin-top: 50px; }

.text-right { text-align: right; }

.title-inbanner { font-size: 36px; color: #fff; text-align: center; padding-top: 200px; font-weight: normal; opacity: 0.8;filter: alpha(opacity=80); }

.title-inbusiness { font-size: 30px; color: #fff; text-align: center; padding-top: 155px; font-weight: normal; }

.title-inbusiness i { display: block; color: #3bb3c3; font-size: 32px; font-family: "Premierleague"; opacity: 0.4; filter: alpha(opacity=40); }

.title-inbusiness b { margin-top: 10px; display: block; font-weight: normal; }

h2.pagetitle b { font-size: 20px; color: #3bb3c3; display: block; padding-bottom: 5px; }

h2.pagetitle i { font-size: 28px; color: #b7b7bf; display: block; font-weight: normal; font-style: normal; letter-spacing: -2px; }

.title-inright { font-size: 46px; color: #401900; text-align: right; padding-top: 260px; font-weight: normal; }

.menu { width: 100%; height: 60px; line-height: 60px; background: #e8e8e8; margin-top: 25px; margin-bottom: 25px; }

.menu li { float: left; width: 25%;-webkit-transition: all .3s; transition: all .3s; }

.menu li a { display: block; text-align: center; font-size: 13px; font-weight: bold; color: #50505d; }

.menu li a:hover{ color: #fff; }

.menu .current a{ color: #fff; }

.menugreen li { -webkit-transition: background .3s; transition: .3s all; }

.menu .current, .menu li:hover { background: #3bb3c3; }

.menugreen .current a, .menugreen li:hover a { color: #fff; }

.menu li:last-child { background-image: none; }








.page_news_title{

    font-size: 40px;

    text-align: center;

    font-weight: bold;

    padding-top: 40px;

}



.page_news_desc{

    display: flex;

    justify-content: center;

}



.page_news_desc p{

    padding: 0 15px;

    font-size: 20px;

}



.page_news_content{

    padding: 30px 0;

}



.page_news_content p{

    font-size: 18px;

    line-height: 40px;

    padding: 10px 0;

}



.page_prev_news{

    font-size: 18px;

    display: flex;

    justify-content: space-between;

}



.page_news_prev{

    display: flex;

    padding-bottom: 15px;

}



.page_news_next{

    display: flex;

    padding-bottom: 30px;

}









@media(max-width:768px){



    .page_img img{

        width: 100%;

    }



    .menu{

        width: 100%;

        overflow: hidden;

        overflow-x: auto;

        white-space: nowrap; 

    }

    

    .menu ul{

        width: 1200px;

    }



    .page_news_title{

        font-size: 25px;

        padding-bottom: 15px;

    }



    .page_news_desc{

        display: block;

    }



    .page_news_desc p{

        font-size: 18px;

    }



    .page_news_content{

        padding: 10px 0;

    }



    .page_prev_news{

        display: block;

        padding-bottom: 30px;

    }



    .page_news_prev a{

        width: 68%;

        overflow: hidden;

        text-overflow:ellipsis;

        white-space: nowrap;

    }

    .page_news_title{

        font-size: 20px;

    }

    .page_news_desc p:nth-child(2){

        display: none;

    }

    .page_news_desc{

        padding-bottom: 15px;

        border-bottom: 1px dashed #ccc;

    }

    .page_news_desc p{
        font-size: 16px;
        padding: 0;
    }

    .map{

        display: none;
        
    }

}