@charset "UTF-8";

* {
    margin: 0 auto;
    padding: 0;
}

html,
body {
    width: 100%;
    height: auto;
    /*    overflow: hidden;*/

    /*	max-width: 1920px;*/
    position: relative;
    font-size: 12px;
    font-family: '微软雅黑', 'Arial';
    margin: auto;
    background: white;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face {
    font-family: 'century';
    src: url('../fonts/GOTHICB.TTF');
}

.century {
    font-family: 'century';
}

.content {
    width: 1400px;
    margin: auto;
    position: relative;
}


.content2 {
    width: 1200px;
    margin: auto;
}

.nav-btn {
    position: fixed;
    top: 4px;
    right: 2%;
    z-index: 100;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    cursor: pointer;
    display: none;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    opacity: 1;

}

.nav-btnop {
    opacity: 0;
}

.nav-btn span {
    width: 50px;
    height: 6px;
    display: block;
    background: white;
    margin: 0 0 10px 0;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}

.nav-btn-blue span {
    background: #e16a00;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn-blue2 span {
    background: white;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn .nav-btn-span3 {
    width: 25px;
    float: right;

}

.nav-btn:hover {

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn:hover .nav-btn-span1 {
    transform: translate(8.75%, 0);
    -ewbkit-transform: translate(8.75%, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn:hover .nav-btn-span2 {
    transform: translate(8.75%, 0);
    -ewbkit-transform: translate(8.75%, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn:hover .nav-btn-span3 {
    transform: translate(-25%, 0);
    -ewbkit-transform: translate(-25%, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btnac {
    z-index: 60;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn-colse .nav-btn-span1 {
    transform: translate(0%, 250%) rotate(45deg) !important;
    -webkit-transform: translate(0%, 250%) rotate(45deg) !important;
}

.nav-btn-colse .nav-btn-span2 {
    transform: translate(0%, 0%) rotate(-45deg) !important;
    -webkit-transform: translate(0%, 0%) rotate(-45deg) !important;
}

.nav-btn-colse .nav-btn-span3 {
    opacity: 0;
}


.nav-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform 0.5s ease 0.3s, background 0.3s ease;
    -webkit-transition: transform 0.5s ease 0.3s, background 0.3s ease;
    display: block;
}

.nav-layerac {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    background: rgba(0, 0, 0, 0.6);
    -webkit-background: rgba(0, 0, 0, 0.6);
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.nav-layer .nav-layer-content {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #ffc829;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layerac .nav-layer-content {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layer-items {
    position: relative;
    height: 80%;
    top: 20%;
    padding: 0 5%;
    overflow: auto;
}

.nav-layer-more {
    position: absolute;
    right: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    z-index: 3;
}

.nav-layer-more .line1 {
    width: 20px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav-layer-more .line2 {
    height: 20px;
    width: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}

.nav-layer-moreac .line1 {}

.nav-layer-moreac .line2 {
    opacity: 0;

}

.nav-layer-items .nav-layer-item {
    margin: 4% 0;
    position: relative;
}

.nav-layer-items .nav-layer-item a {
    display: inline-block;
    position: relative;
    padding: 10px 0;
}

.nav-layer-items .nav-layer-item a b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layer-items .nav-layer-item a:hover b {
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layer-items .nav-layer-item span {
    color: white;
    font-size: 20px;
}

.nav-layer-items .nav-layer-item font {
    color: white;
    font-size: 16px;
}

.nav-layer-items .nav-layer-itemac {}



.nav-layer-items .nav-layer-item .nav-layer-item2 {
    position: relative;
    display: none;
}

.nav-layer-items .nav-layer-item .nav-layer-item2 a {
    display: block;
    padding: 6px 10px;
    color: white;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}


.header {
    background: #ffc829;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.nav1 {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nav2 {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nav1ac {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navac {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nav2 {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.nav2ac {

    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.logo {
    width: 300px;
    float: left;
}

.header_ul {
    float: right;
    display: block;
}

.header_ul li {
    display: inline-block;
}

.header_ul li a {
    display: inline-block;
    color: white;
    font-size: 16px;
    padding: 6px 26px;
    margin: 25px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 37px;
}

.header_ul li a.active {
    background: #4d4949;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.banner {
    height: 500px;
    position: relative;
    background-size: cover;
}

.banner_text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
}

.banner_text h5 {
    font-size: 56px;
    color: white;
    padding: 30px 0;
    letter-spacing: 2px;
}

.banner_text h6 {
    font-size: 26px;
    color: white;

}

.title {
    padding: 20px 0 20px 0;
    position: relative;
}

.title span {
    font-size: 40px;
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
}

.title font {
    font-size: 20px;
    margin-right: 0;
    display: inline-block;
    opacity: .6;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    color: #1a1a1a;
    font-size: 14px;
    transform: translateY(-50%);
    text-decoration: underline;
}

.setion {
    padding: 40px 0;
}

.more {
    display: block;
    width: 220px;
    height: 60px;
    background: #ffc829;
    color: white;
    text-align: center;
    border: 2px solid #ffc829;
    background: white;
    transition: all 0.3s;
    margin: 40px auto;
    color: #ffc829;
    line-height: 60px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 60px;
}

.more:hover {
    background: #ffc829;
    color: white;
    transition: all 0.3s;
}

.footer_top {
    background: #4d4949;
    padding: 20px 0;
}


.copyright {
    background: black;
    padding: 10px 0;
    font-size: 12px;
    color: #b5b5b6;
    text-align: center;
}

.copyright a {
    color: #b5b5b6;
}

.footer_a {
    text-align: center;
    padding: 20px 0;
}

.footer_a a {
    font-size: 20px;
    color: white;
    display: inline-block;
    margin: 0 20px;
    opacity: 0.6;
}

.footer_a a:hover {
    opacity: 1;
}

.footer_code {
    width: 100px;
    display: block;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px auto;
}

.footer_text {
    text-align: center;
    color: white;
}

.footer_text p {
    margin: 10px 0;
}

.footer_text p a {
    color: white;
}

.setion_img {
    font-size: 0;
    vertical-align: top;
}

.setion_img img {
    width: 30%;
    margin-right: 3.333%;
    margin-bottom: 4%;
    display: inline-block;
}

.setion_img img:nth-child(3n) {
    margin-right: 0;
}

.img_360 {
    margin-bottom: 40px;
}

.img_360 a {
    width: 22%;
    float: left;
    margin-right: 4%;
    display: block;
    position: relative;
    overflow: hidden;
}

.img_360 a:nth-child(4n) {
    margin-right: 0;
}

.iconplay {
    position: absolute;
    width: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.img_360 a .img1 {
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.img_360 a:hover .img1 {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}



.news {
    padding: 40px 0 100px 0;
}

.news_items {
    display: block;
    padding: 30px;
    border-bottom: 1px solid #dcdddd;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.news_items:hover {
    background: #ffe8d5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.news_thumb {
    width: 34%;
    float: left;
    border: 6px solid #ffc829;
    box-sizing: border-box;
    overflow: hidden;
    height: 185px;
}

.news_content {
    width: 66%;
    padding-left: 60px;
    box-sizing: border-box;
    float: left;
}

.news_content h6 {
    font-size: 18px;
    color: #595757;
    font-weight: bold;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_content span {
    font-size: 16px;
    color: #595757;
    font-weight: lighter;
    margin: 10px 0;
    display: block;
}

.news_content p {
    line-height: 1.6em;
    color: #595757;
    font-size: 14px;
    display: block;
    text-align: justify;
}

.news_content font {
    font-size: 14px;
    text-align: center;
    padding: 10px 26px;
    color: #ffc829;
    border: 1px solid #ffc829;
    display: inline-block;
    border-radius: 40px;
    margin-top: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.news_items:hover font {
    background: #ffc829;
    color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main_page {
    text-align: center;
    font-size: 0;
    margin: 30px 0;
}

.main_page a {
    display: inline-block;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    color: #747474;
    padding: 6px 10px;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 2px;
}

.main_page a.active {
    color: white;
    background: #ffc829;
    border: 1px solid #ffc829;
}

.main_page a.submit {
    color: white;
    background: #ffc829;
    border: 1px solid #ffc829;
}

.main_page span {
    display: inline-block;
    border: 0px solid #d5d5d5;
    font-size: 12px;
    color: black;
    padding: 6px 4px;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 2px;
}

.main_page font {
    display: inline-block;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    color: black;
    border-radius: 2px;
    overflow: hidden;
}

.main_page input {
    width: 30px;
    height: 28px;
    outline: none;
}


.about {
    position: relative;
}

.about_left {
    width: 62.5%;
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
}

.about_right {
    width: 37.5%;
    position: absolute;
    right: 0;
    height: 100%;
    background: #e4e4e4;
    right: 0;
    top: 0;
}

.about_right_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: justify;
    font-size: 14px;
    color: #727171;
}

.about_right_inner img {
    width: 80%;
}

.about_right_inner span {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 40px 0 20px 0;
    line-height: 2em;
}

.about_right_inner p {
    font-size: 16px;
    line-height: 2em;
}

.news_content_in .news_content_item:nth-child(2n) {
    margin-right: 0;
}

.news_content_item {
    width: 49%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.news_content_item .imgs_box {
    position: relative;
    float: left;
    width: 18.5%;
    background: #e1e1e1;
    transition: all 0.3s ease-out;
}

.news_content_item .item_box {
    position: relative;
    overflow: hidden;
    float: right;
    width: 81.5%;
    padding: 14px 40px;
    background: #ededed;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
}

.news_content_item .imgs_box img {
    opacity: 0;
}

.news_content_item .imgs_box p {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news_content_item .imgs_box em {
    position: absolute;
    right: 0;
    top: 36%;
    transform-origin: center center;
    transform: rotate(135deg) translate(0, -50%);
    background: #e1e1e1;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 2;
    transition: all 0.3s ease-out;
}

.news_content_item .imgs_box span {
    color: #aeaeae;
    font-size: 30px;
    text-align: right;
    display: block;
    transition: all 0.3s ease-out;
}

.news_content_item .imgs_box font {
    color: #c7c7c7;
    font-size: 20px;
    display: block;
    font-weight: lighter;
    text-align: right;
    transition: all 0.3s ease-out;
}

.news_content_item .item_box h6 {
    color: #4d4d4d;
    font-size: 20px;
    margin: 10px 0;
    transition: all 0.3s ease-out;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
}

.news_content_item .item_box p {
    transition: all 0.3s ease-out;
    font-size: 14px;
    color: #949494;
    line-height: 1.6em;
    min-height: 3.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_content_item:hover .imgs_box {
    background: #ffc829;
    transition: all 0.3s ease-out
}

.news_content_item:hover .imgs_box em {
    background: #ffc829;
    transition: all 0.3s ease-out
}

.news_content_item:hover .imgs_box span {
    transition: all 0.3s ease-out;
    color: white
}

.news_content_item:hover .imgs_box font {
    transition: all 0.3s ease-out;
    color: white
}
.content_show {
    width: 800px;
    margin: 0;
    padding: 40px 0;
}
.crumbs {
    padding: 26px 0;
    font-size: 0;
}

.crumbs img {
    width: 18px;
    float: left;
    margin-right: 2px;
}

.crumbs span {
    display: inline-block;
    float: left;
    margin-right: 2px;
    font-size: 14px;
    color: #333333;
}

.crumbs a {
    display: inline-block;
    float: left;
    margin-right: 6px;
    font-size: 14px;
    color: #333333;
}
.show {
    position: relative;
    background: white;
    padding-bottom: 20px;
}
.show_content {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}
.show_content img{
    margin: 10px 0;
}
.show_content p{
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
    margin: 10px 0;
}
.show_content .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.show_btn {
    position: relative;
    margin: 20px 0;
    text-align: right;
}

.show_btn a {
    display: inline-block;
    padding: 10px 30px;
    background: white;
    color: #ff6000;
    font-size: 14px;
    border: 2px solid #ff6000;
    margin: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.show_btn a:hover {
    border: 2px solid #ff6000;
    background: #ff6000;
    color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}


@media screen and (max-width: 1440px) {
    .content {
        width: 1200px;
    }

    .content2 {
        width: 100%;
    }

    .logo {
        width: 250px
    }

    .header_ul li a {
        margin: 19px 0;
    }

    .about_right_inner img {
        width: 54%;
    }

    .about_right_inner {
        width: 90%;
    }

    .banner {
        height: 400px;
    }

    .banner_text h5 {
        font-size: 40px;
    }

    .news_content_item .item_box h6 {
        font-size: 18px;

    }
}

@media screen and (max-width: 1280px) {
    .content {
        width: 1000px;
    }

    .content2 {
        width: 100%;
    }

    .header_ul li a {
        padding: 6px 20px;
    }

    .footer_a a {
        font-size: 18px;
    }

    .about_right_inner p {
        font-size: 14px;
        line-height: 2em;
    }

    .banner {
        height: 300px;
    }

    .news_content_item .imgs_box span {
        color: #aeaeae;
        font-size: 26px;
    }


}

@media screen and (max-width: 1080px) {
    .content {
        width: 700px;
    }

    .content2 {
        width: 100%;
    }

    .header_ul {
        display: none;
    }

    .nav-btn {
        display: block;
        opacity: 1;
    }

    .logo {
        width: 184px;
    }

    .about_left {
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
        float: none;
    }

    .about_right {
        width: 100%;
        position: relative;
        right: 0;
        height: auto;
        background: #e4e4e4;
        right: 0;
        top: 0;
    }

    .about_right_inner {
        left: 0%;
        top: 0%;
        width: 90%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        position: relative;
        padding: 30px 0;
    }

    .banner {
        height: 260px;
    }

    .banner_text h5 {
        font-size: 36px;
    }


    .news_thumb {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .news_content {
        float: none;
        padding: 0;
        width: 100%;
    }

    .news {
        padding: 20px 0;
    }

    .news_items {
        display: block;
        padding: 10px;
    }

    .news_content_item {
        width: 100%;
        display: block;
        float: none;
        margin-right: 0%;
        margin-bottom: 2%;
    }


    .img_360 a {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .img_360 a:nth-child(4n) {
        margin-right: 2%;
    }

    .img_360 a:nth-child(2n) {
        margin-right: 0%;
    }

    .setion_img img {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
        display: inline-block;
    }

    .setion_img img:nth-child(3n) {
        margin-right: 2%;
    }

    .setion_img img:nth-child(2n) {
        margin-right: 0%;
    }


}

@media screen and (max-width: 768px) {
    .content {
        width: 90%;
    }

    .content2 {
        width: 100%;
    }

    .footer_a {
        display: none;
    }

    .banner {
        height: 190px;
        margin-top: 50px;
    }

    .banner_text h5 {
        font-size: 28px;
    }

    .news_content_item .item_box {
        padding: 10px 10px;
    }

    .news_content_item .item_box h6 {
        font-size: 16px;
    }

    .news_content_item .item_box p {
        display: none;
    }

    .news_content_item .imgs_box span {
        color: #aeaeae;
        font-size: 16px;
    }

    .news_content_item .imgs_box em {
        display: none;
    }



    .img_360 a {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .img_360 a:nth-child(4n) {
        margin-right: 0%;
    }

    .img_360 a:nth-child(2n) {
        margin-right: 0%;
    }

    .setion_img img {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
        display: inline-block;
    }

    .setion_img img:nth-child(3n) {
        margin-right: 2%;
    }

    .setion_img img:nth-child(2n) {
        margin-right: 0%;
    }
	.content_show{
		width:100%;
		padding:0;
	}
.show_content{
	width:100%;
}
.show_content .title{
	font-size:20px;
}


}