﻿* {
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
    box-sizing:border-box;
    text-transform:capitalize;
}
.layout {
   width:1520px;
   margin:0 auto;
}
@media(max-width:1700px) {
    .layout {
        width:1400px;
    }
}
@media(max-width:1600px) {
    .layout {
        width: 1200px;
    }
}
@media(max-width:1400px) {
    .layout {
        width: 1000px;
    }
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:101;
}
    header.active {
        background:#209601;
        position:fixed;
    }
    .header_pack {
        display: flex;
        justify-content: space-between;
        padding: 0 50px;
        align-items: center;
    }
.logo {
    height:100px;
    padding:20px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
.navlist {
    display:flex;
}
.w_nav {
    display:flex;
}
.w_nav li a {
    display:block;
    padding:0 40px;
    font-size:16px;
    color:#fff;
    text-transform:uppercase;
}
.language {
    margin-left:40px;
    position:relative;
    z-index:101;
}
.language_cont {
    font-size:16px;
    color:#fff;
    line-height:30px;
}
    .language_cont img{
        max-width:26px;
    }
    .language_list {
        background: #fff;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 0 10px 10px rgba(0,0,0,.1);
        display: none;
    }
    .language_list li a {
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #209601;
        text-align:center;
    }
    .language_list li a:hover {
        background: #209601;
        color:#fff;
    }
.banner {
    position:relative;
}
.banner img {
    width:100%;
    display:block;
}
.banner_cont {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    flex-wrap:wrap;
    align-content:center;
}
.banner_cont h3 {
    font-size:40px;
    line-height:60px;
    color:#fff;
    width:100%;
}
.banner_cont p {
    font-size:16px;
    line-height:24px;
    color:#fff;
    width:100%;
}
.about {
    padding:50px 0 0;
}
.about_plate1 {
    padding:80px 0 100px;
}
    .about_plate1 h3 {
        font-size: 40px;
        color: #000000;
    }
.about_desc {
    margin-top: 50px;
    font-size: 18px;
    line-height: 36px;
    color: #616263;
}
.about_plate1_list {
    margin-top:70px;
    display:flex;
    justify-content:space-between;
}
.about_plate1_list li {
    width:32%;
}
.about_list_pack {
    border: 1px solid #E7ECF0;
    padding:63px 50px;
    height:100%;
}
.about_list_img {
    height:73px;
}
    .about_list_img img {
        max-height: 100%;
        display: block;
        margin: 0 auto;
    }
.about_list_cont {
    margin-top:45px;
}
.about_list_cont h4 {
    font-size: 16px;
    line-height: 28px;
    color: #616263;
    text-align: center;
}
.about_history {
    padding: 100px 0 150px;
    background: #F8FBFF;
}
.public_title h3 {
    font-size: 40px;
    text-align: center;
    color: #000000;
}
.history_cont {
    margin-top: 90px;
    border-top: 3px dashed #C4C4C4;
    position:relative;
}
.swiper_history .swiper-slide {
    position:relative;
    top:-7px;
}
.swiper_history .swiper-slide::before {
    content:"";
    width:12px;
    height:12px;
    border-radius:50%;
    background:#209601;
    display:block;
    margin-bottom:30px;
}
    .swiper_history .swiper-slide .years {
        font-size: 40px;
        line-height: 52px;
        color: #202020;
    }
.yearshistory {
    font-size: 16px;
    line-height: 24px;
    color: #5C5C5C;
}
    .yearshistory p {
        margin:20px 0;
    }
    .arrow {
        position: absolute;
        top: -36px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }
    .arrow i {
        font-size: 30px;
        color: #9F9F9F;
        line-height:70px;
    }
.arrow_left {
    left:60px;
    padding-left:10px;
}
.arrow_right {
    right:60px;
    padding-right:10px;
}
.arrow:hover {
    background:#209601;
}
.arrow:hover i {
    color:#fff;
}
.swiper_history{
    overflow:hidden;
    padding-top:10px;
    margin-top:-10px;
}
.about_honor {
    padding:100px 0;
}
.swiper_honor {
    padding:80px 0;
    overflow:hidden;
}
    .swiper_honor p {
        font-size: 20px;
        line-height: 26px;
        color: #5C5C5C;
        margin-top:20px;
    }
    .swiper_honor img {
        width:100%;
        display:block;
    }
    .swiper_honor .swiper-slide {
        transition: all .5s;
    }
    .swiper_honor .swiper-slide:hover {
        transform: scale(1.1);
    }
        .swiper_honor .swiper-slide:hover p {
            color: #FF4003;
        }
footer {
    padding: 50px 0;
    background: #303030;
}
.footer_code {
    width:150px;
    padding:5px;
    background:#fff;
    margin:0 auto;
}
.copyright {
    text-align: center;
    margin-top: 20px;
}
    .copyright a {
        font-size: 14px;
        line-height: 19px;
        color: #959595;
    }
.xie_nav p {
    font-size:16px;
}
.transport {
    padding:50px 0 150px;
}
    .transport .public_title,
    .suggest  .public_title{
        margin-top: 80px;
    }
        .suggest .public_title p {
            font-size: 16px;
            line-height: 24px;
            color: #616263;
            width:80%;
            margin:50px auto 0;
            text-align:center;
        }
        table tr td {
            border: none;
        }
.transport_list {
    margin-top:80px;
}
    .transport_list li {
        margin-bottom:40px;
    }
    .transport_list li a {
        display: flex;
        align-items: center;
    }
.transport_list_img {
    width:480px;
}
.transport_list_img img {
    width:100%;
    display:block;
}
.transport_list_cont {
    width:calc(100% - 480px);
    padding-left:60px;
}
    .transport_list_cont h3 {
        font-size: 48px;
        color: #000000;
        margin-bottom:50px;
    }
.transport_detail {
    padding:50px 0 100px;
}
.suggest,
.faq,
.contact {
    padding: 50px 0 150px;
}
.suggest_list {
    overflow:hidden;
    margin:60px -35px 0;
}
.suggest_list li {
    width:33.333%;
    float:left;
    padding:0 35px;
    margin-bottom:70px;
}
    .suggest_list li a {
        display: block;
        background: #F8FBFF;
        padding:30px;
    }
.suggest_list_cont h4 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight:bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.suggest_list_cont p {
    font-size: 16px;
    line-height: 24px;
    color: #616263;
    margin-top:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    height:calc(2 * 24px);
}
.suggest_list_cont span {
    font-size: 16px;
    line-height: 24px;
    color: #209601;
    margin-top:15px;
    display:inline-block;
    text-decoration:underline;
}
.suggest_list_img {
    margin-top: 50px;
    overflow:hidden;
}
.suggest_list_img img {
    width: 100%;
    display: block;
    transition:all .5s;
}
.suggest_list li a:hover h4 {
    color:#209601;
}
.suggest_list li a:hover img {
    transform:scale(1.1);
}
.faq_plate1 {
    display:flex;
    margin-top:60px;
}
.faq_plate1_cont {
    width:calc(100% - 770px);
    padding-right:150px;
}
.faq_plate1_img {
    width:770px;
}
.faq_plate1_img img {
    width:100%;
    display:block;
}
.faq_plate1_cont h3 {
    font-size: 40px;
    color: #000000;
}
.faq_plate1_cont h4 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-top:80px;
}
.faq_plate1_cont div {
    font-size: 16px;
    line-height: 24px;
    color: #616263;
    margin-top:30px;
}
.faq {
    padding-bottom:120px;
}
.faq_list {
    padding:120px 0;
    background:url(../images/faq_bg.png) no-repeat center/cover;
}
.faq_list li {
    margin-bottom:30px;
}
.faq_list_title {
    background: #fff;
    color:#000;
    font-size:20px;
    line-height:70px;
    padding:0 40px;
    position:relative;
}
.faq_list_desc {
    display:none;
}
.faq_list_desc p {
    padding: 28px 40px 0;
    font-size: 16px;
    line-height: 24px;
    color: #616263;
}
.faq_list_title i {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    border: 1px solid #209601;
    border-radius:50%;
    transition:all .5s;
}
.faq_list_title i::before {
    content:'';
    width:14px;
    height:2px;
    background:#209601;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transition:all .5s;
}
    .faq_list_title i::after {
        content: '';
        width: 14px;
        height: 2px;
        background: #209601;
        position: absolute;
        top: calc(50% + 6px);
        left: calc(50% - 8px);
        transform: rotate(90deg) translate(-50%,-50%);
    }
.faq_list li.active .faq_list_title {
    background:#209601;
    color:#fff;
}
    .faq_list li.active .faq_list_title i {
        transform: rotate(90deg) translateX(-50%);
        background:#fff;
        border-color:#fff;
    }
    .faq_list li.active .faq_list_title i::before {
        opacity:0;
    }
.contact .public_title {
    margin-top:80px;
}
.contact_list {
    display:flex;
    justify-content:space-between;
    margin-top:80px;
}
    .contact_list li {
        width: 32%;
        background: #F8FBFF;
        padding:70px;
    }
.contact_list_img {
    height:54px;
}
.contact_list_img img {
    max-height:54px;
    display:block;
    margin:0 auto;
}
.contact_list_cont{
    margin-top:25px;
}
    .contact_list_cont h4 {
        font-size: 24px;
        line-height: 31px;
        color: #000000;
        text-align:center;
    }
    .contact_list_cont p {
        font-size: 14px;
        line-height: 28px;
        color: #616263;
        text-align:center;
        margin-top:10px;
    }
    .map {
        margin-top:50px;
    }
    .map * {
        width:100%;
    }
.message {
    padding:50px 0 130px;
}
    .message .public_title p {
        font-size: 16px;
        line-height: 32px;
        color: #000000;
        text-align:center;
        margin-top:20px;
    }
    .message .public_title {
        margin-top:80px;
    }
.mess_form {
    margin-top:50px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.mess_form_cont {
    width:24%;
    margin-bottom:20px;
}
    .mess_form_cont label {
        display: block;
        font-size: 16px;
        line-height: 32px;
        color: #000000;
    }
    .mess_form_cont input {
        width: 100%;
        font-size: 16px;
        line-height: 48px;
        padding: 0 10px;
        border: 1px solid #E4E5E8;
        outline: none;
        background: #F8F9FB;
    }
    .mess_form_cont select {
        width: 100%;
        font-size: 16px;
        height:48px;
        outline: none;
        background: #F8F9FB;
        border: 1px solid #E4E5E8;
    }
.mess_form_checkbox {
    width:100%;
    display:flex;
    align-items:center;
}
    .mess_form_checkbox input {
        border: 1px solid #E4E5E8;
        margin-right:5px;
    }
.mess_form_checkbox span {
    font-size:16px;
    color:#bbb;
}
.submit {
    width:160px;
    line-height:50px;
    background:#209601;
    color:#fff;
    margin-top:20px;
    font-size:16px;
    text-align:center;
    cursor:pointer;
}
.size {
    margin-top:50px;
}
.home_banner video {
    width:100%;
    object-fit:cover;
    display:block;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-controls-mute-button {
    display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    display: none;
}

video::-webkit-media-controls-volume-slider {
    display: none;
}
.home_plate1 {
    padding:155px 0;
    background:url(../images/home_plate1bg.png) no-repeat center center;
}
    .home_plate1  {
        font-size: 32px;
        line-height: 48px;
        color: #000000;
        text-align:center;
        font-weight:bold;
    }
.home_plate1 h4 {
    color:#209601;
    margin-top:10px;
}
.home_contact {
    padding:20px;
}
.home_about {
    background:url(../images/hai.png) no-repeat center/cover;
    height:980px;
    position:relative;
}
.home_about_pack {
    width:720px;
    position:absolute;
    bottom:150px;
    left:200px;
}
.home_about_pack h3 {
    font-size: 36px;
    color: #fff;
}
.home_about_pack p {
    font-size:24px;
    line-height:36px;
    color:#fff;
    margin-top:20px;
}
.home_about_pack p a {
    color:#209601;
    text-decoration:underline;
}
.home_about_pack>a {
    background:url(../images/arrow.png) no-repeat center/100% 100%;
    width:40px;
    height:25px;
    display:block;
    margin-top:50px;
}
.home_contact .contact_list {
    margin:0;
}
.home_suggest {
    background:url(../images/hb.png) no-repeat center/100% 100%;
    padding:100px  0 130px;
}
.home_suggest .public_title {
    margin:0;
}
.home_suggest_list {
    margin-top: 145px;
    border-top: 1px dashed #D2D2D2;
    display:flex;
}
.home_suggest_list a {
    display:block;
    width:25%;
    position:relative;
}
  
.home_suggest_list_cont {
    display:none;
    background:#fff;
    margin-top:-65px;
    padding:50px 30px 30px;
}
.home_suggest_list_title {
    font-size:20px;
    line-height:28px;
    padding:0 60px;
    text-align:center;
    margin-top:-14px;
    display:block;
}
    .home_suggest_list_title::before {
        content: "";
        width: 28px;
        height: 28px;
        display: block;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #ABACAD;
        margin:0 auto 30px;
    }
.home_suggest_list_cont_title {
    position:relative;

}
.home_suggest_list_cont_title span {
    font-size:40px;
    color:rgba(32,150,1,.1);
}
    .home_suggest_list_cont_title h3 {
        font-size: 20px;
        line-height: 28px;
        color: #209601;
        position: absolute;
        top: 25px;
        left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: calc(2 * 28px);
    }
.home_suggest_list_cont p {
    font-size: 16px;
    line-height: 24px;
    color: #616263;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: calc(3 * 24px);
}
.home_suggest_list_cont>b {
   font-size:16px;
   line-height:24px;
   color:#209601;
   text-decoration:underline;
   font-weight:500;
   margin-top:20px;
   display:inline-block;
}
.home_suggest_list_cont_img img {
    width:100%;
    display:block;
    margin-top:20px;
}
.home_suggest_list .active .home_suggest_list_title {
    display:none;
}
.home_suggest_list .active .home_suggest_list_cont {
    display: block;
}
.home_transport {
    padding:150px 0;
}
.home_transport_pack {
    display:flex;
    align-items:center;
}
.home_transport_left_cont {
    width:500px;
    padding-right:50px;
}
.home_transport_right_cont {
    width:calc(100% - 500px);
}
.home_transport_right_swiper {
    width:100%;
    overflow:hidden;
}
.home_transport_left_title h3 {
    font-size: 40px;
    color: #000000;
}
.home_transport_left_title p {
    font-size: 16px;
    line-height: 24px;
    color: #616263;
    margin-top:40px;
}
.home_transport_swiper_btn {
    display:flex;
    margin-top:200px;
}
    .home_transport_swiper_btn .home_arrow {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #E8E8E8;
        text-align: center;
        cursor:pointer;
    }
        .home_transport_swiper_btn .home_arrow i {
            font-size:25px;
            color: #616263;
            line-height:48px;
        }
.home_arrow_left {
    padding-left:5px;
}
.home_arrow_right {
    padding-right:5px;
    margin-left:10px;
}
.home_arrow:hover {
    background:#209601;
    
}
.home_arrow:hover i {
    color:#fff;
}
.home_transport_right_swiper img {
    width:100%;
    display:block;
}
.home_transport_right_swiper a  {
    display:block;
}
.home_transport_right_swiper h4 {
    position:absolute;
    top:50px;
    width:100%;
    padding:0 50px;
    font-size:24px;
    line-height:28px;
    color:#fff;
}
.home_transport_right_swiper p {
    width:150px;
    height:230px;
    background:url(../images/htm.png) no-repeat center/100% 100%;
    position:absolute;
    bottom:0;
    right:0;
    opacity:0;
    transition:all .5s;
}
.home_transport_right_swiper .swiper-slide:hover p {
    opacity:1;
}
.home_faq {
    background:url(../images/faq_bg.png) no-repeat center/cover ;
    padding:130px 0 80px;
}
.home_faq_pack {
    display:flex;
    align-items:center;
}
.home_faq_right_img{
    width:770px;
}
.home_faq_right_img img {
    width:100%;
    display:block;
}
.home_faq_left_cont {
    width:calc(100% - 770px);
    padding-right:80px;
}
    .home_faq_left_cont h3 {
        font-size: 40px;
        color: #000000;
    }
.home_faq_list {
    margin-top:80px;
}
.home_faq_list_title {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    padding-left:40px;
    position:relative;
}
.home_faq_list li {
    margin-bottom: 20px;
}
    .home_faq_list_title::before {
        content: "";
        width: 11px;
        height: 11px;
        border-radius: 50%;
        border: 1px solid #209601;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
.home_faq_list_cont {
    font-size: 16px;
    line-height: 24px;
    color: #616263;
    display:none;
}
.home_faq_list_cont p {
    padding:20px 0 20px 40px;
}
.home_faq_list .active .home_faq_list_title::before {
    background: #209601;
}
@media(max-width:1600px) {
    .w_nav li a {
        padding:0 30px;
    }
    .home_plate1,
    .home_suggest, .home_transport,
    .home_faq,
    .about_history,
    .faq_list {
        padding: 100px 0;
    }
    .home_about {
        height:800px;
    }
    .home_faq_right_img,
    .faq_plate1_img {
        width: 650px;
    }
    .home_faq_left_cont,
    .faq_plate1_cont {
        width: calc(100% - 650px);
        padding-right: 60px;
    }

    .suggest, .faq, .contact,
    .transport {
        padding: 50px 0 100px;
    }
}
@media(max-width:1400px) {
    .w_nav li a {
        padding: 0 10px;
        font-size: 14px;
    }

    .language_cont {
        font-size: 14px;
    }

    .home_plate1,
    .home_about_pack h3 {
        font-size: 24px;
        line-height: 38px;
    }

    .home_plate1, .home_suggest, .home_transport, .home_faq, .about_history, .faq_list,
    .about_plate1,
    .about_honorm,
    .message {
        padding: 80px 0;
    }

    .suggest, .faq, .contact,
    .transport {
        padding: 50px 0 80px;
    }

    .home_about {
        height: 650px;
    }

    .home_about_pack p,
    .home_suggest_list_title,
    .home_suggest_list_cont_title h3,
    .home_transport_right_swiper h4,
    .faq_plate1_cont h4,
    .contact_list_cont h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .home_about_pack > a {
        width: 35px;
        height: 22px;
    }

    .public_title h3,
    .home_transport_left_title h3,
    .home_faq_left_cont h3,
    .banner_cont h3,
    .about_plate1 h3,
    .swiper_history .swiper-slide .years,
    .transport_list_cont h3,
    .faq_plate1_cont h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .suggest .public_title p,
    .home_suggest_list_cont p,
    .home_suggest_list_cont > b,
    .home_transport_left_title p,
    .about_desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }

    .home_suggest_list {
        margin-top: 100px;
    }

    .home_suggest_list_cont {
        padding: 30px 20px 20px;
        margin-top: -30px;
    }

    .home_transport_swiper_btn {
        margin-top:100px;
    }
    .home_faq_right_img, .faq_plate1_img {
        width:500px;
    }
    .home_faq_left_cont, .faq_plate1_cont {
        width: calc(100% - 500px);
        padding-right: 30px;
    }
        .home_faq_list,
        .about_plate1_list,
        .transport .public_title, .suggest .public_title,
        .transport_list,
        .faq_plate1_cont h4,
        .message .public_title,
        .contact .public_title {
            margin-top: 40px;
        }
    .about_list_pack{
        padding:30px 20px;
    }
    .about_list_img {
        height:60px;
    }
    .yearshistory,
    .banner_cont p,
    .faq_plate1_cont div,
    .faq_list_desc p,
    .message .public_title p, .mess_form_cont label {
        font-size: 14px;
        line-height: 24px;
    }
        .yearshistory p {
            margin:10px 0;
        }
    .transport_list_img {
        width:400px;
    }
    .transport_list_cont {
        width: calc(100% - 400px);
        padding-left: 40px;
    }
    .suggest_list {
        margin:30px -10px 0;
    }
    .suggest_list li {
        padding: 0 10px;
        margin-bottom:20px;
    }
    .faq_list_title {
        font-size:16px;
        line-height:50px;
    }
        .faq_list_title i {
            width:30px;
            height:30px;
        }
    .contact_list li {
        padding:30px;
    }
    .contact_list_img img {
        max-height:40px;
    }
    .contact_list_cont {
        margin-top:10px;
    }
    .logo {
        height:80px;
        padding:20px 0;
    }
}
@media(max-width:1000px) {
    .layout {
        width:100%;
    }
    header {
        position:relative;
        background:#000;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 10px 15px;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #000;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

    header {
        position: relative;
    }

    .w_nav > li > a, .language_on span {
        line-height: 30px;
        text-align: center;
    }

    .language {
        margin: 0;
        text-align:center;
    }

    .language_on {
        text-align: center;
    }

    .language_list {
        width: 100%;
        position: relative;
    }
    .home_plate1, .home_suggest, .home_transport, .home_faq, .about_history, .faq_list, .about_plate1, .about_honorm, .message {
        padding:30px 15px;
    }
    .header_pack {
        padding:0 15px;
    }
    .home_about_pack {
        width:90%;
        margin:0 auto;
        position:static;
    }
    .home_about {
        height:auto;
        padding:80px 0 30px;
    }
    .home_faq_list, .about_plate1_list, .transport .public_title, .suggest .public_title, .transport_list, .faq_plate1_cont h4, .message .public_title, .contact .public_title {
        margin-top:20px;
    }
    .public_title h3, .home_transport_left_title h3, .home_faq_left_cont h3, .banner_cont h3, .about_plate1 h3, .swiper_history .swiper-slide .years, .transport_list_cont h3, .faq_plate1_cont h3 {
        font-size:20px;
        line-height:30px;
    }
    .suggest .public_title p {
        width: 100%;
        height:auto;
    }
    .home_suggest_list {
        margin-top:20px;
        display:block;
        border:none;
    }
        .home_suggest_list a {
            width:100%;
            margin-bottom:20px;
        }
    .home_suggest_list_title {
        display: none !important;
    }
        .home_suggest_list_cont {
            display: block !important;
            margin: 0;
        }
    .home_transport_pack {
        display:block;
    }
    .home_transport_left_cont {
        width:100%;
        padding:0;
    }
    .home_transport_swiper_btn {
        margin-top:50px;
    }
        .home_transport_swiper_btn .home_arrow,
        .arrow {
            width: 30px;
            height: 30px;
        }
            .home_transport_swiper_btn .home_arrow i,
            .arrow i{
                font-size: 20px;
                line-height: 30px;
            }
    .home_transport_right_cont {
        width:100%;
        margin-top:20px;
    }
    .home_transport_right_swiper p {
        display:none;
    }
    .home_transport_right_swiper h4 {
        width:100%;
        padding:0 10px;
        font-size:14px;
        line-height:24px;
        top:20px;
    }
    .home_faq_pack {
        display:block;
    }
    .home_faq_left_cont, .faq_plate1_cont {
        width:100%;
        padding:0;
    }
    .home_faq_list_title {
        padding-left:20px;
        font-size:16px;
        line-height:26px;
    }
    .home_faq_list_cont p {
        padding:20px 0 20px 20px;
    }
    .home_faq_list_cont {
        font-size:14px;
        line-height:24px;
    }
    .home_faq_right_img, .faq_plate1_img {
        width:100%;
    }
    .contact_list li {
        width:100%;
        margin-bottom:20px;
    }
    .contact_list {
        display:block;
    }
    .about {
        padding:30px 15px;
    }
    .about_plate1 {
        padding:30px 0;
    }
    .about_plate1_list li {
        width:100%;
        margin-bottom:20px;
    }
    .about_plate1_list {
        display:block;
    }
    .about_list_cont {
        margin-top:20px;
    }
    .arrow {
        top:-60px;
    }
    .about_honor {
        padding:30px 15px;
    }
    .swiper_honor {
        padding: 30px 0;
    }
        .swiper_honor p {
            font-size:16px;
            line-height:26px;
        }
    footer {
        padding:30px 15px;
    }
    .suggest, .faq, .contact, .transport {
        padding:30px 15px;
    }
    .transport_list li a {
        display:block;
    }
    .transport_list_img {
        width:100%;
    }
    .transport_list_cont {
        width:100%;
        padding:20px 0;
    }
    .transport_list_cont * {
        text-wrap:initial !important;
        font-size:14px !important;
    }
    .transport_list li {
        margin-bottom:20px;
    }
    .transport_list_cont h3 {
        font-size:20px !important;
        margin-bottom:20px;
    }
    .transport_detail {
        padding:30px 15px;
    }
    .suggest_list li {
        width:100%;
    }
    .faq_plate1 {
        display:block;
        margin-top:20px;
    }
    .faq_plate1_img {
        margin-top:20px;
    }
    .faq_list_title {
        padding:0 20px;
    }
    .faq_list_title p {
        width:80%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .faq_list_desc p {
        padding:20px;
    }
    .mess_form,
    .contact_list {
        margin-top: 30px;
    }
    .mess_form_cont {
        width: 100%;
    }
}