@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: "impact";
    /*bebas字体*/
    src: url(../font/impact.ttf);
    /*导入字体*/
}

body {
    font-size: 16px;
    color: #333333;
    font-family: 'Microsoft YaHei', Simsun, Arial, Verdana, Sans-serif;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    word-break: break-all;
}

img {
    border: none;
    max-width: 100%;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}

div,
ul,
li,
dl,
dt,
dd,
p,
form {
    margin: 0;
    padding: 0;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
    display: block;
}

a {
    font-size: inherit;
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #69b82d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*all 全部过度效果 1s 时间一秒  ease 缓慢*/
}

a:active {
    color: inherit;
    /*a标签黑色*/
    text-decoration: none;
    /*没有文本装饰*/
}

i,
em {
    font-style: normal;
    /*默认值。浏览器显示一个标准的字体样式。*/
}

select,
input,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

td,
th {
    padding: 0;
}

th {
    text-align: left;
}

tr {
    vertical-align: middle;
}

.contents_box .news-item{ display: none; }

.news_detail-f {
    padding: 60px 30px;
}

.news_detail-f .content {
    padding: 2%;
    border: 1px solid #eaeaea;
    margin: 50px 0;
}

.news_detail-f .ntitle {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center;
    background: none;
    border: 0;
}

.news_detail-f .text,
.news_detail-f .text span,
.news_detail-f .text p,
.news_detail-f .text div {
    font-size: 15px!important;
    line-height: 28px!important;
    font-family: "微软雅黑"!important;
}

.news_detail-f .Vice-title {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.news_detail-f .Vice-title .e-title {
    color: #c8c8c8;
}

.news_detail-f .Vice-title .e-title:nth-child(1) {
    background: url(../img/e-title.jpg)no-repeat left center;
    padding-left: 15px;
}

.news_detail-f .Vice-title .e-title:nth-child(2) {
    margin-left: 10px;
    display: inline-block;
}

.news_detail-f .Vice-title .e-title:nth-child(3) {
    margin-left: 10px;
    display: inline-block;
}

.news_detail-f .text img {
    display: block;
    margin: auto;
}

.news_detail-f span.center {
    text-align: center;
    display: block;
    font-size: 16px;
}

.news_detail-f .img {
    max-width: 100%
}

.news_detail-f .fanye {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    margin-top: 30px;
}

.news_detail-f .fanye .prev {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_detail-f .fanye .next {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_detail-f .fanye a:hover {
    color: #1A583D
}
.hl_nav .nav_list>li.active .nav_head,.hl_nav .nav_list>li:hover .nav_head{color: #fff}

.news_detail-f .fanye span {
    color: #999;
}

.news_detail-f .detail-text {
    text-indent: 32px;
    line-height: 32px;
}

.news_detail-f .img-box {
    text-align: center;
}


/*内页 详情 开始*/

/*最小宽度1600px*/
@media screen and (min-width: 1200px) {
    html,
    body {
        min-width: 100%;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 100%;
    }

    .H5Navs {
        display: none;
    }

    .minimums {
        min-width: 100%;
        overflow: hidden;
    }

    .title {
        height: 100px;
        display: flex;
        justify-content: center;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        width: 100%
    }

    .title .wrap {
        background-color: #fff;
        height: 100px;
        width: 90%;
        display: flex;
        align-items: center;
    }
    .wrap .logo {
        margin-right: 40px;
        width: 38%;
    }

    .wrap .tel {
        width: 260px;
        height: 36px;
        background-color: #69b82d;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .contact_box .connection{
        padding: 0 130px;
    }
    .tel img {
        height: 24px;
        /*margin-left:12px;*/
    }
    .contact_box .connection{
        padding: 60px 20px 0 20px;
    }
    .tel .tel_ {
        height: 19px;
    }

    .ban {
        /**F* height: 877px;*/
        position: relative;
        /*background-color: red;*/
		padding-top: 100px;
    }

    .ban_in {
        width: 100%;
        /**F* height: 100%;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;*/
    }

    /**F* .ban_in .swiper-containerTop {
        height: 870px;
    }*/

    .ban_bg {
        width: 100%;
        height: auto;
        position: absolute;
        right: 0;
        bottom: -2px;
        z-index: 998;
    }

    .ban_bg img {
        width: 100%;
        height: auto;
    }

    .product {
        height: 1360px;
        background: url(../img/bac.jpg);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product .product_box {
        height: 130px;
        text-align: center;
        margin-top: 66px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .product .product_box img {
        /*padding: 20px;*/
        height: auto;
    }

    .product_box .p1 {
        font-weight: bold;
        font-size: 26px;
    }

    .product .content {
        height: auto;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-around;
        width: 100%;
        max-width: 1600px;
    }

    .content_box {
        width: 22%;
        /**F margin: 0 20px 50px 20px; */
		margin: 0 0 50px 0;
    }

    .content .content_box a {
        display: block;
        width: 100%;
        /*height: 420px;*/
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        overflow: hidden;
        transition: all 0.5s;
    }

    .content .content_box a:hover {
        -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
        box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }

    .content_box img {
        width: calc(100% - 40px);
        margin: 20px auto;
        margin-bottom: 0;
        height: 350px;
    }

    .content_box div {
        width: 24px;
        height: 4px;
        background-color: #69b82d;
        margin: 12px 0 12px 0;
    }

    .content_box p {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .product .but {
        height: 80px;
        background-color: #69b82d;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: #fff;
        padding: 0 4%;
    }
    .new {
        justify-content: center;
        margin-bottom: 60px;
    }

    .new .contents_box {
        margin: 0 auto;
        height: 160px;
        width: 470px;
        margin-top: 60px;
    }

    .contents_box .contents_time {
        width: 108px;
        height: 24px;
        background-color: #69b82d;
        border-radius: 18px 0 18px 0;
        text-align: center;
        color: #fff;
    }

    .contents_box .contents_title {
        font-weight: bold;
        margin: 20px 0;
    }

    .new .new_head {
        height: 178px;
        background-color: #fff;
        border-bottom: 1px solid #eeeeee;
        display: flex;
        align-items: center;
        margin: auto;
        margin-bottom: 60px;
        width: 100%;
        max-width: 1600px;
        padding: 0 20px;
    }

    .new_head .head_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .head_box .sort {
        width: 344px;
        display: flex;
        justify-content: space-evenly;
        font-size: 20px;
    }

    .about {
        width: 100%;
        height: 870px;
        overflow: hidden;
        background: url(../img/00478489.jpg);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about .about_box {
        height: 130px;
        margin: 66px 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        justify-content: space-between;
    }

    .about_box .p1 {
        font-weight: bold;
        font-size: 26px;
        color: #fff;
    }

    .about .wrap {
        height: 478px;
        margin-top: 96px;
        width: 100%;
        max-width: 1600px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
    }
    .wrap .data {
        width: 100%;
        height: 115px;
        margin-top: 70px;
        margin-bottom: 110px;
    }
    .synopsis_box .press {
        background-color: #fff;
        display: block;
        width: 230px;
        height: 54px;
        color: #69b82d;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px 0 30px 0;
        font-size: 20px;
    }
    .about .wrap img {
        width: 45%;
    }
    .about .wrap .synopsis_box {
        max-width: 842px;
        height: 478px;
        margin-left: 56px;
        width: 60%;
    }

    .synopsis_box em {
        width: 100%;
        color: #fff;
        font-size: 20px;
        display: block;
        margin-top: 20px;
    }

    .advantage {
        width: 100%;
        height: 460px;
        margin: auto;
    }

    .advantage .advantage_box {
        max-width: 1600px;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        width: 100%;
        margin: 60px auto;
    }

    .advantage_box .p1 {
        font-weight: bold;
        font-size: 26px;
    }

    .advantage .goodness {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        width: 100%;
        max-width: 1600px;
        margin: auto;
    }

    .goodness .boxs {
        width: 25%;
        height: 164px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-top: 30px;
    }

    .boxs .character {
        color: #69b82d;
        font-size: 50px;
    }

    .boxs .definition {
        font-size: 20px;
        font-weight: bold;
    }

    .boxs .detailed {
        font-size: 16px;
        color: #8e8e8e;
        width: 256px;
        text-align: center;
    }

    .advantage .goodness_box {
        width: 25%;
        height: 164px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-top: 70px;
        border-left: 2px solid #69b82d;
    }

    .goodness_box .character {
        color: #69b82d;
        font-size: 50px;
    }

    .goodness_box .definition {
        font-size: 20px;
        font-weight: bold;
    }

    .goodness_box .detailed {
        font-size: 16px;
        color: #8e8e8e;
        width: 256px;
        text-align: center;
    }

    .bottom {
        background: url(../img/setting.jpg);
    }

    .bottom .bot_box {
        padding: 0 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bot_box .column {
        margin: 48px 0;
    }

    .column .column_left {
        display: flex;
        justify-content: space-between;
    }

    .column_left .root {
        display: flex;
        flex-direction: column;
    }

    .root .thickening {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .root .line {
        width: 30%;
        height: 1px;
        background-color: #fff;
        margin-bottom: 14px;
    }

    .root .lines {
        width: 6%;
        height: 1px;
        background-color: #fff;
        margin-bottom: 14px;
    }
    .root a {
        color: #fff;
        margin-bottom: 14px;
        font-size: 14px;
    }
	.ultimate textarea,
    .ultimate input {
        height: 14%;
        border: none;
        font-size: 12px;
        color: #b8b8b8;
		margin-bottom: 10px;
		padding: 10px;
		display: block;
    	width: 100%;
    }
	.ultimate textarea{ height: auto; }
	
    .ultimate p {
        font-size: 10px;
        color: #fff;
        margin: 10px 0 10px 0;
    }
    .ultimate em {
        font-size: 12px;
        color: #fff;
        margin-bottom: 8px;
    }
    .ultimate button {
        height: 14%;
        border: none;
        font-size: 18px;
        background-color: #fff100;
        width: 100%;
        padding: 4px;
    }
    .bot_box .relation {
        padding: 20px 0;
        border-top: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bot_box .copyright {
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #fff;
    }

    .copyright a {
        color: #fff;
        font-size: 16px;
    }

    .relation .relation_box1 {
        width: 44%;
        height: 130px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .relation_box1 em {
        font-size: 40px;
        font-weight: bold;
        color: #fff;
    }

    .relation_box1 a {
        color: #fff;
        font-size: 26px;
        display: flex;
    }

    .relation .touch {
        width: 38%;
        margin: 0px 30px 0 30px;
    }

    .touch .tei_1 {
        font-size: 26px;
        font-weight: bold;
        color: #fff;
    }

    .touch em {
        font-family: "impact";
        font-size: 30px;
        color: #fff;
    }

    .touch .connection {
        display: flex;
        justify-content: space-between;
        width: 460px;
        height: 50px;
        margin-top: 26px;
    }

    .connection .connection_left {
        width: 236px;
        height: 50px;
        background-color: #fff;
        color: #69b82d;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px 0 30px 0;
    }

    .connection .connection_right {
        width: 166px;
        height: 50px;
        display: block;
        background-color: #fff;
        color: #69b82d;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px 0 30px 0;
    }

    .relation .code {
        width: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .relation .code span{
        color: #fff;
    }
    .code a {
        font-size: 16px;
        color: #fff;
    }

    .wrap .tel {
        min-width: 240px;
    }

    .title .wrap {
        width: 100%;
        justify-content: center;
        max-width: 1600px;
        padding: 0 20px;
    }

    /*.swiper-slide img {
        height: 870px;
    }*/

    .head_box img {
        margin-left: 20px;
    }

    .hl_nav {
        width: 1000px;
        height: 50px;
    }

    .H5Nav {
        display: none;
    }

    .H5TableBox {
        display: none;
    }

    /*.........................................新闻中心.................................*/
    .ban_us {
        width: 100%;
        position: relative;
		padding-top: 100px;
    }
   	/**F* .ban_us img{
        width: 100%;
    }*/
    .ban_us .secondary_box {
        height: 70px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 4%;
        display: flex;
        align-items: center;
        padding: 0 40px;
        width: 92%;
        margin-left: 0;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        justify-content: space-between;
    }

    .secondary_box .sec_le {
        display: flex;
        width: 404px;
    }

    .sec_le a {
        background: url(../img/rig.png) center right no-repeat;
        padding-right: 35px;
        margin-right: 16px;
    }
	.sec_le a:last-child{ background-image: none; padding-right: 0; margin-right: 0; }

    .sec_le img {
        height: 18px;
    }

    .secondary_box .grade {
        font-size: 16px;
        width: auto;
        display: flex;
        justify-content: space-between;
    }

    .grade a {
        width: 90px;
    }

    .journalism {
        margin-top: 60px;
        display: flex;
        flex-direction: row;
        justify-content: center;
		margin-bottom: 30px;
    }

    .journalism .journalism_box {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .journalism_box .monomer {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 30px;
        transition: all 0.3s;
    }

    .monomer .monomer_tim {
        font-size: 18px;
        margin-top: 20px;
    }

    .monomer .monomer_title {
        font-size: 24px;
        margin-top: 20px;
    }

    .monomer .imo {
        margin-top: 30px;
        border-top: 1px solid #ddd;
        padding-top: 25px;
        color: #999;
        width: 100%;
    }
    .imo em {
        display: block;
        width: 85px;
        line-height: 20px;
        background: url(../img/details.png) center right no-repeat;
    }
    .paging_box {
        display: flex;
        justify-content: space-around;
        margin: 60px 0;
    }
    .paging {
        display: flex;
        align-items: center;
    }
    .paging div {
        border: 1px solid rgb(211, 211, 211);
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
        margin: 0 10px;
        font-size: 14px;
    }
    .paging div.disable {
        color: #fff;
        cursor: not-allowed;
        background-color: rgb(211, 211, 211);
    }
    .paging div.active {
        border: none;
        background-color: rgb(105, 184, 45, 1);
        color: #fff;
    }
    .monomer > div {
        display: flex;
        flex-direction: column;
        width: 100%
    }
    /*.........................................关于我们.................................*/
    .abouts {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .wrap .abouts_h1 {
        font-size: 32px;
        font-weight: bold;
        color: #6ab82e;
        text-align: center;
        margin: 40px 0;
    }

    .wrap .introduce_text {
        width: 70%;
        line-height: 150%;
        margin: 0 auto 60PX;
    }

    .abouts .about_outside {
        background: url(../img/83.jpg);
        width: 100%;
        padding: 20px 0;
    }

    .abouts .intelligence_nat {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        margin-bottom: 40px;
    }

    .intelligence_nat .nat_one {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .intelligence_nat .nat_one img {
        margin-bottom: 26px;
        height: 80px;
        margin-top: 40px;
    }

    .nat_one em {
        color: #fff;
    }

    .nat_one .segment {
        display: block;
        width: 20%;
        height: 2px;
        background: #fff;
        margin: 25px auto 20px;
    }

    .organizations {
        display: flex;
        justify-content: center;
    }

    .organizations .organization_box {
        width: 100%;
        height: auto;
        max-width: 1600px;
        padding: 0 20px;
        margin: auto;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 0 80px 60px;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide img {
        width: 100%;
    }
    .box {
       width: 100%;
        overflow: hidden;
        margin: auto;
    }
    .h5grade {
        display: none;
    }
    .Product_Centers {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-evenly;
    }
    .Product_Centers .Product_Centers_box {
        padding: 60px 0;
        display: flex;
    }
    .Product_Centers_box .product_le {
        min-width: 220px;
        height: auto;
    }
    /** =======================
     * Contenedor Principal
     ===========================*/
    .list-title {
        display: inline-block;
        width: 100%;
        max-width: 220px;
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        background: #FFF;
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        background-color: #69b82d;
    }

    .accordion {
        width: 100%;
        max-width: 220px;
        border: solid 1px #ccc;
        background: #f5f5f5;
    }

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 20px 15px 15px 24px;
        color: #4D4D4D;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li:last-child .link {
        border-bottom: 0;
    }

    .accordion li {
        cursor: pointer;
    }

    .accordion li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li i.fa-chevron-down {
        right: 16px;
        left: auto;
        font-size: 16px;
    }

    .accordion li.open .link {
        color: #69b82d;
    }

    .accordion li.open i {
        color: #69b82d;
    }

    .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .hornors{
        width: 100%;
        background: url(../img/5cb4273ab164c.jpg) repeat;
        padding: 60px 0 20px 0;
    }
    .hornors .hornors_box{
        display: flex;
        justify-content: space-between;    
    }
    .hornors_box .range{
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .hornors_box .range .range_e{
        font-size: 48px;
        border-left: 8px solid #69b82d;
        padding-left: 16px;
        font-weight: bold;
    }
    .range .array{
        margin-top: 38px;
        display: flex;
        flex-direction: column;
    }
    .array a{
        margin-bottom: 10px;
        background-color: #fff;
        color: #6b6b6b;
        width: 100%;
        height: auto;
        border-radius: 18px;
        box-shadow: 0 0 10px rgb(0 0 0 / 3%);
        padding: 9px 20px;
        font-size: 14px;
    }
    .array:hover>a{color: #69b82d}
    .blank_right{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    /**
     * Submenu
     -----------------------------*/
    .submenu {
        display: none;
        background: #f5f5f5;
        font-size: 14px;
    }

    .submenu li {
        border-bottom: 1px solid #d6d7dc;
    }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #666;
        padding: 12px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .submenu a:hover, .submenu li.current a {
        background: #69b82d;
        color: #FFF;
    }

    .Product_Centers_box .produc_right {
        display: flex;
        margin-left: 50px;
        align-content: baseline;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
    }
    .produc_right .alones {
        border-radius: 6px;
        width: 22%;
        box-shadow: 0 0 2px rgb(0 0 0 / 20%);
        margin: 0 16px 40px 16px;
        transition: all 0.3s;
    }

    .produc_right .alones:hover {
        -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
        box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }

    .alones .alones_a {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .alones .alones_a em {
        padding-bottom: 6%;
        font-size: 18px;
    }

    .alones .alones_a img {
        margin: 6%;
        height: 80%;
        width: 86%;
    }

    /*...................................案例开始......................................*/
    .case {
        /**F* width: 1600px;*/
        height: auto;
        margin: 60px auto;
    }
    .case .case_boxs {
        width: 100%;
    }
    .case_boxs .Inner_page {
        border-top: 1px solid #ccc;
        display: flex;
        justify-content: center;
    }
    .case_boxs .Inner_page li {
        margin: 20px 30px;
    }
    .case .Inner_page {
        width: 100%
    }
    .case h1 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        color: #6ab82e;
        margin-bottom: 50px;
    }
    .case .numbers {
        display: flex;
        justify-content: space-between;
    }
    .case_box ul li {
        width: 33%;
        margin-bottom: 38px;
    }
    .padding15 {
        padding: 0 15px;
        transition: all 0.3s;
    }
    .case_box li > div {
        width: calc(100% - 30px);
        margin: 0 auto;
        padding: 0;
    }
    .case_box li > div:hover {
        -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
        box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    .news_pic {
        position: relative;
    }
    .news_link_data .news_pic img {
        width: 100%;
    }
    .news_pic .time {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        position: absolute;
        left: 20px;
        top: 20px;
        text-align: center;
        padding: 15px 10px;
    }
    .news_pic .time h3 {
        font-size: 28px;
        margin: 0;
        margin-bottom: 15px;
        font-weight: bold;
    }
    .news_pic .time span {
        display: block;
        font-size: 13px;
    }
    .news_detail {
        /**F* background: #fbfbfb;
        padding-bottom: 30px;*/
        margin-top: -6px;
        transition: 0.3s ease;
		padding: 30px 15px;
    }
    .news_detail .padding15 {
        padding: 0 20px;
    }
    .padding15 p {
        color: #676767;
    }
    .news_detail h3 {
        font-size: 26px;
        margin: 0;
        font-weight: normal;
        color: #000;
        line-height: 80px;
        height: 70px;
        overflow: hidden;
    }
    .news_detail p {
        font-size: 13px;
        margin: 0;
        margin-top: 20px;
        line-height: 22px;
        /**F* height: 88px; */
        color: #999;
        overflow: hidden;
    }
    .news_link_data em {
        display: inline-block;
        font-style: normal;
        border: 2px solid #c3c3c3;
        padding: 2px 35px;
        color: #333;
        margin-top: 30px;
        font-size: 12px;
        border-radius: 15px;
        transition: 0.3s ease;
    }
    .case_box ul {
        display: flex;
		flex-wrap: wrap;
    }
    /*.................................联系我们.....................................*/
    .join_box {
        padding: 60px 0;
        height: auto;
        display: flex;
        justify-content: space-evenly;
    }
    .join_box .product_le {
        width: 16%;
    }
    .accordion .link_box {
        text-align: center;
    }
    .join_box .padding_ri {
        width: 66%;
        line-height: 46px;
    }
    /*................................联系我们结束....................................*/
    /*.........................................联系我们.................................*/
    .contact_box {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .contact_box .sideways {
        font-size: 36px;
        font-weight: bold;
    }
    /*.contact_box .connection {
        padding: 60px 20px 0 20px;
    }*/
    .connection .connection_box {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 36px 0;
        border-top: 1px solid #69b82d;
    }
    .connection_box li img {
        height: 60px;
        margin-bottom: 10px;
    }
    .connection_box li {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        color: #8a8a8a;
        font-size: 18px;
        margin-top: 50px;
    }
    .connection_box li s {
        display: block;
        width: 2px;
        height: 44px;
        background: #ddd;
        position: absolute;
        top: 50%;
        right: -98px;
        margin-top: -22px;
    }
    .connection_box li p {
        margin-bottom: 6px;
    }
    .map {
        width: 100%;
        margin-bottom: 66px;
        display: flex;
        justify-content: center;
        padding: 0 40px;
    }
    .map .map_box {
        width: 1600px;
        height: 700px;
        background-color: red;
    }
    /*...............................联系我们结束................................*/
}
.background {
    display: none;
}
@media screen and (max-width: 1600px) {
    .wrap .tel {
        display: none;
    }

    .wrap .logo {
        margin-right: 80px;
    }
}
@media screen and (max-width: 1200px) {
    .H5TableBox {
        width: 100vw;
        height: 100vh;
        background-color: rgba(5, 57, 97, 0.9);
        position: fixed;
        left: 0;
        top: -100vh;
        z-index: 99;
        transition: all 0.3s;
        overflow: auto;
    }
    .H5TableBoxs {
        width: 100vw;
        height: 100vh;
        background-color: rgba(5, 57, 97, 0.9);
        position: fixed;
        left: 0;
        top: -100vh;
        z-index: 99;
        transition: all 0.3s;
        overflow: auto;
    }
    .tab_li {
        padding-top: 1.5rem;
        width: 100%;
        font-size: .3rem;
    }
    .tab_li .li_body {
        width: 100%;
        height: 1.2rem;
        text-align: center;
        line-height: 1.2rem;
        margin: 0 auto;
        color: #fff;
        border-bottom: 1px #fff solid;
    }
	.tab_li .li_body a{ color:#ffffff; }
    .tab_li .li_body_li {
        width: 100%;
        text-align: center;
        line-height: 1.2rem;
        margin: 0 auto;
        color: #fff;
        border-bottom: 1px #fff solid;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.tab_li .li_body_li a{ color:#ffffff; }
	
    .tab_li .li_body_li img {
        width: 0.13rem;
        height: 1.2rem;
        transition: all 0.3s;
    }
    .tab_li .select img {
        transform: rotate(90deg);
    }
    .tab_li .li_body_two {
        background: rgba(255, 255, 255, .2);
        display: none;
    }
    .showTable {
        top: 0;
    }
    .contact_box{
        padding: 0 130px;
    }
    .showHeader {
        background-color: rgba(255, 255, 255, 1) !important;
    }
    .minimums {
        width: 100%;
        overflow: hidden;
    }
    .nav {
        display: none;
    }
    .nav_list {
        display: none;
    }
    .title {
        width: 100%;
        height: 1.5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .H5Nav {
        display: block;
        width: 2.25rem;
        margin-left: 0.35rem;
        cursor: pointer;
    }
    .H5Nav img {
        width: 100%;
        height: 100%;
    }
    .tel {
        display: none;
    }
    .wrap {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .logo {
        display: block;
        width: 13rem;
        height: auto;
    }
    .logo img {
        width: 100%;
    }
    .ban {
        width: 100%;
        /**F* height: 6.35rem; */
        position: relative;
		padding-top: 1.5rem;
    }
    .ban_in {
        width: 100%;
        /**F* height: 100% !important;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;*/
    }
    /**F*.ban_in .swiper-containerTop {
        height: 100% !important;
    }*/
    .ban_bg {
        width: 100%;
        height: auto;
        position: absolute;
        right: 0;
        bottom: -1px;
        z-index: 2;
    }
    .ban_bg img {
        width: 100%;
        height: auto;
    }
    /**F* .swiper-wrapper {
        height: 100% !important;
    }
    .swiper-slide img {
        height: 100% !important;
    }*/
    .product {
        height: auto;
        background: url(../img/bac.jpg) repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 0.5rem;
    }
    .product .product_box {
        height: 2.6rem;
        text-align: center;
        margin-top: 66px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .product .product_box img {
        height: 0.5rem;
    }
    .product_box .p1 {
        font-weight: bold;
        font-size: 0.36rem;
    }
    .product .content {
        height: auto;
        width: 100%;
        margin-top: 0.9rem;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-around;
    }
    .content_box {
        margin-bottom: 0.3rem;
        width: 3.6rem;
    }
    .content .content_box a {
        display: block;
        width: 100%;
        height: 5.2rem;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 0.15rem 0.3rem rgb(0 0 0 / 10%);
    }
    .content_box img {
        width: 100%;
        height: 4rem;
    }
    .content_box div {
        width: 0.6rem;
        height: 0.05rem;
        background-color: #69b82d;
        margin: 0.26rem 0;
    }
    .content_box p {
        width: 100%;
        text-align: center;
    }
    .product .but {
        width: 50%;
        height: 0.8rem;
        background-color: #69b82d;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.3rem;
        color: #fff;
        margin-top: 0.3rem;
        border-radius: 30rem;
    }

    .new {
        padding-top: 0.5rem;
        height: auto;
        justify-content: center;
    }

    .new .new_head {
        height: 1.2rem;
        background-color: #fff;
        width: 100%;
        align-items: center;
        margin: 0 auto;
    }

    .new_head .head_box {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .new_head .head_box img {
        height: 0.5rem;
        width: 3rem;
    }

    .head_box .sort {
        display: flex;
        justify-content: space-evenly;
        margin-right: 0.2rem;
        width: 3rem;
    }

    .contents_box .contents_time {
        font-size: 0.2rem;
        background-color: #65b737;
        width: 1.6rem;
        text-align: center;
        color: #fff;
        border-radius: 0.3rem 0;
    }

    .contents_box .contents_title {
        font-weight: bold;
        font-size: 0.2rem;
        margin: 0.1rem 0;
    }

    .new .contents_box {
        margin: 0.4rem auto;
        /**F* width: 4rem; */
    }

    .contents_box .contents_details {
        font-size: 0.2rem;
        height: 0.4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .swipeBox .swiper-container {
        /**F* height: 4rem !important; */
        width: 100%;
    }

    .about {
        height: auto;
        overflow: hidden;
        background: url(../img/00478489.jpg);
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .about .about_box {
        height: auto;
        width: calc(100% - 0.2rem);
        margin: 0.6rem auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        justify-content: space-between;
        font-size: 0.2rem;

    }

    .about .about_box img {
        height: 0.5rem;
    }

    .about_box .p1 {
        font-weight: bold;
        font-size: 0.3rem;
        color: #fff;
        margin-top: 0.2rem;
    }

    .about .wrap {
        height: auto;

        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 0.1rem;
        align-items: center;
        box-sizing: border-box;
    }

    .wrap .data {
        width: 100%;
        height: auto;
        margin-top: 0.7rem;
    }
    .synopsis_box .press {
        background-color: #fff;
        display: block;
        width: 40%;
        height: 0.5rem;
        color: #69b82d;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30rem;
        font-size: 0.3rem;
        margin: 1rem auto;
    }

    .wrap .synopsis_box {
        max-width: 100%;
        width: calc(100% - 0.5rem);
        height: auto;
    }

    .synopsis_box em {
        width: 100%;
        color: #fff;
        font-size: 0.25rem;
        display: block;
        margin-top: 0.2rem;
    }

    .advantage {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .advantage .advantage_box {
        margin-top: 0.3rem;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        padding: 0.3rem;
        font-size: 0.2rem;
        box-sizing: border-box;
    }

    .advantage_box img {
        height: 0.5rem;
    }

    .advantage_box .p1 {
        font-weight: bold;
        font-size: 0.3rem;
        color: #333;
        margin-top: 0.2rem;
    }

    .advantage .goodness {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 0.3rem;
        margin-bottom: 0.8rem;
        box-sizing: border-box;
        flex-direction: column;
    }

    .goodness .boxs {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .boxs .character {
        color: #69b82d;
        font-size: 50px;
    }

    .boxs .definition {
        font-size: 20px;
        font-weight: bold;
    }

    .boxs .detailed {
        font-size: 16px;
        color: #8e8e8e;
        width: 256px;
        text-align: center;
    }

    .advantage .goodness_box {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-top: 1rem;
    }

    .goodness_box .character {
        color: #69b82d;
        font-size: 50px;
    }

    .goodness_box .definition {
        font-size: 20px;
        font-weight: bold;
    }

    .goodness_box .detailed {
        font-size: 16px;
        color: #8e8e8e;
        width: 256px;
        text-align: center;
    }

    .bottom {
        height: auto;
        background: url(../img/setting.jpg);
    }

    .bottom .bot_box {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bot_box .column {
        width: 100%;
        height: auto;
    }


    .column_left .root {
        display: none;
    }


    .column_left .ultimate {
        display: block;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /**F* margin-left: 0.3rem; */
		padding:0 0.3rem;
		
        width: 100%;
    }
    .ultimate .thickening {
        display: block;
        font-size: 0.4rem;
        font-weight: bold;
        color: #ffffff;
        margin-top: 0.5rem;
    }

	.ultimate textarea,
    .ultimate input {
        width: 100%;
        height: 0.8rem;
        border: none;
        font-size: 12px;
        color: #b8b8b8;
		padding: 10px;
		margin-bottom: 10px;
    }
	.ultimate textarea{ height: auto; }

    .ultimate p {
        font-size: 10px;
        color: #fff;
        margin: 10px 0 10px 0;
    }

    .ultimate em {
        font-size: 0.12rem;
        color: #fff;
        margin: 0.2rem 0;
    }

    .ultimate button {
        width: 100%;
        height: 0.8rem;
        border: none;
        font-size: 0.2rem;
        background-color: #fff100;
    }

    .bot_box .relation {
        height: auto;
        width: 100%;
        display: flex;
        align-items: flex-start;;
        justify-content: space-evenly;
        flex-direction: column;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }


    .relation_box1 img {
        display: none;
    }

    .copyright a {
        color: #fff;
        font-size: 16px;
    }

    .relation .relation_box1 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        font-size: 0.4rem;
    }

    .relation_box1 em {
        font-size: 0.4rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-top: 0.3rem;
    }

    .relation_box1 a {
        color: #fff;
        font-size: 0.3rem;
        display: flex;
        font-weight: bold;
        margin: 0.5rem 0;
    }

    .relation .touch {
        width: 100%;

    }

    .touch .tei_1 {
        font-size: 0.3rem;
        font-weight: bold;
        color: #fff;
    }

    .touch em {
        font-family: "impact";
        font-size: 0.3rem;
        color: #fff;
    }

    .touch .connection {

        justify-content: space-between;
        width: 100%;
        height: 0.5rem;
        margin-top: 26px;
        display: none;
    }

    .connection .connection_left {
        width: 40%;
        height: 100%;
        background-color: #fff;
        color: #69b82d;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30rem;
    }

    .connection .connection_right {
        width: 40%;
        height: 100%;
        display: block;
        background-color: #fff;
        color: #69b82d;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30rem;
    }

    .relation .code {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0.5rem;
    }

    .code a {
        font-size: 0.3rem;
        color: #fff;

    }
    .wrap .tel {
        min-width: 240px;
    }
    .title .wrap {
        width: 100%;
        justify-content: center;
    }
    /*.swiper-slide img {
        height: 870px;
    }*/
    .head_box img {
        margin-left: 20px;
    }
    /*.wrap .logo img {*/
    /*    width: 430px;*/
    /*}*/
    .hl_nav {
        width: 800px;
        height: 50px;
    }
    .bot_box .copyright {
        border-top: 1px solid #fff;
        height: auto;
        margin-top: 0.3rem;
        /**F* padding-top: 0.1rem;*/
		padding:0.1rem 0.3rem;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .copyright a {
        color: #fff;
        font-size: 0.2rem;
        line-height: 0.4rem;
    }
    /*.........................................新闻中心.................................*/
    .ban_us {
        width: 100%;
        position: relative;
        /** F * height: 5.2rem;*/
		padding-top: 1.5rem;
    }
    /*.us_box {
        height: 100%;
    }*/
    .ban_us .secondary_box {
        background-color: #fff;
        /**F* position: absolute;
        bottom: -1.2rem;
        left: 0;
		height: 1.2rem;*/
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.1rem 0.2rem;
        width: 100%;
        box-sizing: border-box;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    }
    .secondary_box .sec_le {
        display: flex;
        width: auto;
    }
    .sec_le a {
        display: none;
    }
    .sec_le a:last-child {
        display: block;
        font-weight: bold;
        font-size: 0.4rem;
    }
    .secondary_box .grade {
        font-size: 0.2rem;
        width: auto;
        justify-content: space-between;
        display: none;
    }
    .grade a {
        width: auto;
        padding: 0 0.4rem;
        height: 0.6rem;
        line-height: 0.6rem;
        display: none;
    }
    .grade a:last-child {
        display: block;
        color: #ffffff;
        background-color: #6ab82e;
        border-radius: 0.1rem;
    }
    .journalism {
        margin-top: 1.3rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
    }
    .journalism .journalism_box {
        width: 100%;
        /*display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;*/
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .monomer {
        border-bottom: 1px solid #eee;
        margin-bottom: 0.5rem;
    }
    .monomer > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 1rem;
        padding: 0 0.1rem;
        box-sizing: border-box;
        width: 100%;
        flex-direction: row-reverse;
    }
    .monomer .monomer_tim {
        font-size: 0.2rem;
        color: #999;
        width: 1.7rem;
        text-align: right;
    }
    .monomer .monomer_title {
        font-size: 0.3rem;
        width: calc(100% - 1.7rem);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .monomer .imo {
        display: none;
    }
    .imo em {
        display: block;
        width: 85px;
        line-height: 20px;
        background: url(../img/details.png) center right no-repeat;
    }
    .paging_box {
        display: flex;
        justify-content: space-around;
        margin: 60px 0;
    }
    .paging {
        display: flex;
        align-items: center;
    }
    .paging div {
        border: 1px solid rgb(211, 211, 211);
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
        margin: 0 10px;
        font-size: 14px;
    }
    .paging div.disable {
        color: #fff;
        cursor: not-allowed;
        background-color: rgb(211, 211, 211);
    }
    .paging div.active {
        border: none;
        background-color: rgb(105, 184, 45, 1);
        color: #fff;
    }
    .paging_box {
        margin: 0.5rem 0;
    }
    .paging {
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .pagingDiv {
        display: none;
    }
    .first {
        display: none;
    }
    .last {
        display: none;
    }
    .paging span {
        display: none;
    }
    /**F* .intelligence_nat {
        display: none;
    }
    .organizations {
        display: none;
    }
    .hornors {
        display: none;
    }
    .abouts_h1{
        display: none;
    }*/
	.wrap .abouts_h1 { display: none; }
	
	.abouts .about_outside {
        background: url(../img/83.jpg);
        width: 100%;
        padding: 20px 0;
    }
	.abouts .intelligence_nat {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        margin-bottom: 40px;
    }
	.intelligence_nat .nat_one {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	.intelligence_nat .nat_one img {
        margin-bottom: 26px;
        height: 80px;
        margin-top: 40px;
    }
	.nat_one em {
        color: #fff;
    }

    .nat_one .segment {
        display: block;
        width: 20%;
        height: 2px;
        background: #fff;
        margin: 25px auto 20px;
    }
	
	
    .introduce_text{
        padding: 1.6rem 0 0.6em;
    }
    .abouts_introduce {
        margin-top: 1.6rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .abouts_introduce .abouts_h1 {
        font-size: 0.6rem;
        font-weight: bold;
        color: #66b22c;
        text-align: center;
        margin-bottom: 0.3rem;
    }
    .abouts_introduce .introduce_text {
        font-size: 0.3rem;
        margin-bottom: 0.3rem;
    }
    /*.........................................产品模块.................................*/
    .Product_Centers {
        margin-top: 1.6rem;
    }
    .product_le {
        display: none;
    }
    .produc_right {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .alones {
        width: 45%;
        height: 4.78rem;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 0.15rem 0.3rem rgb(0 0 0 / 10%);
        margin-bottom: 0.2rem;
    }
    .alones_a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .alones_a img {
        height: 3.5rem;
    }
    .alones_a em {
        height: 1.28rem;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .case {
        margin-top: 1.6rem;
    }
    .case h1 {
        display: none;
    }
    .case_box {
        width: 100%;
    }
    .case_box li > .padding15 {
        width: 95%;
        height: auto;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
        border-radius: 0.1rem 0.1rem 0 0;
        overflow: hidden;
        margin-bottom: 0.4rem;
    }
    .padding15 .news_pic img {
        width: 100%
    }
    .case_box .time {
        display: none;
    }
    .news_detail {
        width: 100%;
        padding: 0 0.1rem;
    }
    .news_detail .padding15 p {
        display: none;
    }
    .news_detail .padding15 em {
        display: none;
    }
    .news_detail .padding15 h3 {
        height: 1rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 0.3rem;
    }
    .join_box {
        display: flex;
    }
    .join_box {
        width: 100%;
        height: auto;
        padding: 0 0.2rem;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        margin-top: 1.6rem;
    }
    .join_box .product_le {
        display: none;
    }
    .accordion .link_box {
        text-align: center;
    }
    .join_box .padding_ri {
        width: 100%;
        line-height: 0.6rem;
    }
    .contact_box {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .contact_box .sideways {
        display: none;
    }
    .contact_box .connection {
        width: 100%;
        margin-top: 66px;
    }
    .connection .connection_box {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        margin-top: 0.2rem;
		width: 100%;
    }
    .connection_box li img {
        height: 2rem;
        margin-bottom: 0.2rem;
    }
    .connection_box li {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        color: #8a8a8a;
        font-size: 0.3rem;
        margin-top: 0.8rem;
    }
    .connection_box li s {
        display: none;
    }
    .connection_box li p {
        margin-bottom: 0.1rem;
    }
    .connection_box li p:last-child {
        margin-bottom: 0;
    }
    .map {
        width: 100%;
        margin-top: 0.8rem;
        display: flex;
        justify-content: center;
    }
    .map .map_box {
        width: 100%;
        height: 40rem;
        background-color: red;
    }
    .H5Navs {
        position: relative;
    }
    .tabList {
        width: 2.50rem;
        position: absolute;
        right: 0;
        top: 0.7rem;
        height: 0;
        margin-left: -0.75rem;
        transition: all 0.3s;
        overflow: hidden;
    }
    .sj {
        position: absolute;
        top: -0.1rem;
        right: 20%;
        margin-left: -0.1rem;
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        border-width: 0.1rem;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
        z-index: 3;
    }
    .tabListIn {
        position: absolute;
        right: 0;
        top: 0.1rem;
        width: 2.2rem;
        height: auto;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        z-index: 2;
    }
    .tabListItem {
        width: 100%;
        height: 0.7rem;
        font-size: 0.3rem;
        color: #333;
        text-align: center;
        letter-spacing: 0.01rem;
    }
    .tabListItem a {
        width: 100%;
        height: 100%;
        font-size: 0.07rem;
        color: #333;
        text-align: center;
        letter-spacing: 0.01rem;
        line-height: 0.7rem;
        display: block;
    }
    .showByBusiness {
        height: 30rem;
    }
    .H5NavsIn {
        display: flex;
        align-items: center;
        font-size: 0.2rem;
        padding: 0 0.7rem;
        line-height: 0.5rem;
        background: #69b82d;
        border-radius: 0.04rem;
        color: #fff;
    }
}
.wrap {
    width: 100% !important;
    max-width: 1600px !important;
    margin: 0 auto !important;
}


