@charset "UTF-8";

/*通用*/
body{
    background:var(--theme_bg_color);
}
.color_222 {
    color: #222;
}

.color_333 {
    color: #333;
}

.color_555 {
    color: #555;
}

.color_666 {
    color: #666;
}

.color_777 {
    color: #777;
}

.color_999 {
    color: #999;
}

.color_eee {
    color: #eee;
}

.color_aaa {
    color: #aaa;
}

.color_bbb {
    color: #bbb;
}

.color_ccc {
    color: #ccc;
}

.color_ddd {
    color: #ddd;
}

.color_f00 {
    color: #f00;
}

.font14 {
    font-size: 14px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.w100 {
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}
p{
    word-wrap: break-word;
    word-break: break-all;
    line-height: 26px;
}

.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.row {
    width: 80%;
    margin: 0 auto;
}


/*头部*/
.header {
    background: rgba(27, 167, 156, 0);
    width: 100%;
    position: fixed;
    top: 0px;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, 0px);
    height: 90px;
    z-index: 11;
    -webkit-transform: translate(-50%, 0px);
    transition: 0.8s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .logo {
    margin-top: 13px;
    margin-left: 50px;
    width:200px;
}
.header .logo img{
    width:100%;
}

.header .topright {
    position: relative;
    height: 90px;
    line-height: 90px;
}

.header .nav {
    padding-right: 90px;
}

.header .nav .navlist {
    position: relative;
    display: block;
}

.header .nav li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    text-align: center;
    position: relative;
    height: 90px;
    line-height: 90px;
    padding: 0 20px;
}

.header .nav li.hover a {
    color: #E74C3C;
}

.header .nav li .hover_line{
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: inline-block;
    width: 0%;
    margin: 0 auto;
    background: #d0000e;
    height: 2px;
    transition: all 0.5s ease-in-out;
    transform: translateX(-50%);
}

.header .nav li a {
    text-align: center;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
}

.header .nav ul .subnav {
    display: none;
    width: 800px;
    left: auto;
    right: 0;
    height: 54px;
    line-height: 54px;
    position: absolute;
    top: 89px;
    text-align: right;
    z-index: 9999;
}
.header .nav ul .subnav a{
    padding:0;
}

.header .nav ul li:hover .subnav {
    display: block;
}
.header .nav li:hover .hover_line{
    width: 100%;
}

.header .nav ul .subnav a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 54px;
    line-height: 54px;
    width: 108px;
    z-index: 999;
    text-align: center;
}

.header .nav ul .subnav a:hover {
    background: #E74C3C !important;
}

.header .topbtn {
    padding-right: 7%;
    position: relative;
    z-index: 10;
}

.s_nav .nav li a {
    color: #fff;
}

.s_nav {
    background: rgba(27, 167, 156, 1);
    background: var(--theme_color);
    border: none;
}
.s_nav img {
    opacity: 0;
}
.s_nav .p_dimage {
    background: url(../images/logo1.png) no-repeat;
    width: 200px;
    background-size: 100%;
}

.nav_bg {
    display: none;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 90px;
    height: 54px;
}
.m_nav_but{
    display: none;
}

/*轮播图*/
.page-wrapper {
    height: 900px;
    margin: 0px auto;
}

#coidea {
    font-family: 'Open Sans Condensed', sans-serif;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.slider {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #dde3e6, #8e9eab);
    overflow: hidden;
}

.slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    transition: 0.2s;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
}

.slider__arrow:hover {
    opacity: 1;
}

.slider__arrow_prev {
    left: 16px;
    width: 64px;
    height: 64px;
}

.slider__arrow_next {
    right: 16px;
    width: 64px;
    height: 64px;
}

.iocnBtn {
    wdith: 100%;
    height: 100%;
}

.slider-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.slider-list::before {
    content: '';
    display: block;
    padding-top: calc(9 / 16 * 100%);
}

.slider-list__item {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    will-change: transform;
    z-index: 1;
}

.slider-list__item .back__element {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    overflow: hidden;
}

.bannerPic {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-list__item .front__element {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4;
}

.slider-list__item .front__element img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-list__item_active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 2;
}


/*首页*/
.main_pub{
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: none;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.m_til {
    text-align: center;
}

.m_til em {
    display: block;
    line-height: 60px;
    position: relative;
    font-size: 35px;
    color: #3f3f3f;
}

.m_til .enfont {
    font-family: 华文细黑;
    letter-spacing: .06em;
    transform: scale(1, 1.1);
    text-transform: uppercase;
}

.m_til em i {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 26px;
    height: 2px;
    margin-left: -13px;
    background: #E74C3C;
}

.m_til span {
    line-height: 66px;
    font-size: 24px;
    color: #292828;
}

.main_case {
    overflow: hidden;
    min-height: 500px;
    /*background: #f2f1f6;*/
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.case_list {
    position: relative;
    margin-top: 40px;
}

.case_list ul li {
    overflow: hidden;
    float: left;
    width: 380px;
    margin-right: 24px;
}

.case_list ul li a {
    display: block;
}

.case_list ul li .case_a {
    padding: 25px 8% 30px;
    background-color: #e8e8e8;
    overflow: hidden;
    z-index: 2;
    display: block;
}

.case_list ul li .case_a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e74c3c;
    left: 0;
    bottom: -100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: -1;
}

.case_list ul li.hover .case_a:before {
    bottom: 0;
}

.case_list ul li.hover .case_a h2,
.case_list ul li.hover .case_a .nr {
    color: #fff;
}

.case_list ul li .case_a h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #666;
}

.case_list ul li .case_a .nr {
    font-size: 14px;
    color: #666464;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-top: 10px;
}

.case_list ul li .top-Floor {
    width: 100%;
    height: 100%;
    background: url(../images/black.4.png) repeat;
    z-index: 3;
    left: 0;
    top: -100%;
}

.case_list ul li.hover .top-Floor {
    top: 0;
}

.case_list ul li .top-Floor .white-cross {
    width: 60px;
    height: 60px;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: url(../images/whit_cross.png) no-repeat;
}

.case_list .x_arrs {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: -5%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 51px;
    height: 51px;
    background: url(../images/scroll_btn_4.png) 0px 0px no-repeat;
}

.case_list .next {
    left: auto;
    right: -5%;
    background-position: right bottom;
}

.case_list .prev {
    left: -5%;
    background-position: left bottom;
}

.case_list .prev:hover {
    background-position: left top;
}

.case_list .next:hover {
    background-position: right top;
}


.main_about {
    overflow: hidden;
    min-height: 300px;
    width: 100%;
    margin-top: 50px;
}
.main_about .about_index_left{
    width: 48%;
    height: auto;
}

.main_about .about_index_left h2{
    min-width: 0px;
    height: auto;
    font-size: 22px;
    color: #000000;
    font-weight: 300;
}
.w_fline{
    width: 100%;
    max-width: 80px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 30px;
    margin-top: 30px;
    border-top-width: 2px;
    border-top-color: rgba(176, 176, 176, 1);
    border-top-style: solid;
}
.main_about .about_index_left p{
    color: #808080;
    font-size: 14px;
    line-height: 26px;
}
.main_about .about_index_left .about_more{
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    background-color: rgb(27, 167, 156);
    background-color: var(--theme_color);
    text-align: center;
    min-height: inherit;
    font-size: 18px;
    color:#ffffff;
}
.main_about .about_index_right{
    width:48%;
    height:auto;
    margin-left: 3%;
    margin-top: 3%;
}
.main_about .about_index_right video{
    width:100%;
}

.main_data{
    width: 100%;
    background-image: url(../images/data_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.main_data .data_lists {
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.main_data .data_lists .jishu.jishu0, .main_data .data_lists .jishu.jishu5 {
    background: none;
    width: 14%;
}
.main_data .data_lists .jishu {
    height: 90px;
    float: left;
    text-align: Center;
    width: 18%;
}
.main_data .data_lists .jishu p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    font-family: "微软雅黑";
    margin: 0px;
    text-align: center;
    border-left: 3px solid #fff;
}
.main_data .data_lists .jishu span {
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    font-family: "arial";
    line-height: 50px;
}
.main_data .data_lists .jishu .sz em {
    font-size: 16px !important;
    font-style: inherit;
    color: #f6ac19;
    position: relative;
    left: 5px;
}
.main_data .data_lists .jishu p.bt {
    margin-top: 3px;
    border-left: 3px solid #ffab00;
}

.main_survey{
    width: 100%;
    height: auto;
}
.main_survey .survey_index_lists{
    background: url(../images/survey_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0;
}
.main_survey .survey_index_lists .col{
    text-align: center;
    transition: all .5s ease;
    border: 1px solid rgba(25,30,132,0);
    padding: 50px 0;
}
.main_survey .survey_index_lists .icon_pic {
    width: auto;
    height: 60px;
    display: inline-block;
    margin-bottom: 75px;
}
.main_survey .survey_index_lists .item_num span {
    position: relative;
    z-index: 6;
    font-family: 'HELVETICANEUELTPRO-THEX';
}
.main_survey .survey_index_lists .wrap {
    text-align: center;
    padding: 16px 0 14px 0;
    position: relative;
}

.main_survey .survey_index_lists .item_num {
    display: block;
    position: absolute;
    font-size: 16px;
    color: #fff;
    top: 0;
    width: 100%;
    transition: all .5s cubic-bezier(.23, 1, .38, 1) 0s;
}

.main_survey .survey_index_lists .item_num:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 50%;
    margin-top: -69px;
    margin-left: -37px;
    transition: all .5s cubic-bezier(.23, 1, .38, 1) 0s;
    transform: scale(1,1);
    z-index: 5;
}

.main_survey .survey_index_lists .item_num:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-top: -36px;
    margin-left: -4px;
    transition: all .5s cubic-bezier(.23, 1, .38, 1) 0s;
    transform: scale(1,1);
    z-index: 5;
}

.main_survey .survey_index_lists .title {
    font-size: 18px;
    color: #fff;
    position: relative;
    text-align: center;
    margin: 18px auto 0;
    width: 80%;
    white-space: normal;
}

.main_survey .survey_index_lists .title:after {
    content: '';
    width: 25px;
    height: 1px;
    background-color: rgba(255,255,255,0.4);
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    transition: all .5s cubic-bezier(.23, 1, .38, 1) 0s;
}

.main_survey .survey_index_lists .subtitle {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    transition: all .5s ease;
    margin: 18px auto 0;
    width: 80%;
    white-space: normal;
    line-height: 25px;
    height: 75px;
}

.main_survey .survey_index_lists .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: block;
}
.main_survey .survey_index_lists .col:hover {
    border: 1px solid rgb(255, 171, 0);
}

.main_survey .survey_index_lists .col:hover .item_num {
    margin-top: -30px;
}

.main_survey .survey_index_lists .col:hover .subtitle {
    color: rgba(255,255,255,0.9);
}

.main_survey .survey_index_lists .col:hover .item_num:after {
    transform: scale(6,6);
    background: #ffab00;
    margin-top: -6px;
    box-shadow: 0px 0px 5px rgba(43, 43, 43, 0.36);
}
.main_dang {
    overflow: hidden;
    min-height: 300px;
    width: 100%;
}
.main_dang .dang_title{
    margin-top: 30px;
    font-size: 30px;
}
.main_dang .dang_list {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;
}
.main_dang .dang_list dl {
    width: 25%;
    float: left;
    padding: 35px 20px;
    box-sizing: border-box;
}
.main_dang .dang_list .mb_60 {
    margin-bottom: 30px;
}
.main_dang .dang_list dt {
    border-left: 2px solid #000;
    padding-left: 20px;
    overflow: hidden;
}
.main_dang .dang_list dt p {
    color: #797979;
    padding-top: 5px;
}
.main_dang .dang_list .fnt_24 {
    font-size: 20px;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
    line-height: 1.1;
}
.main_dang .dang_list dd {
    padding-left: 20px;
    margin-top: 25px;
    color: #797979;
}
.main_dang .dang_list dd .p {
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}
.main_dang .dang_list .mt_30 {
    margin-top: 30px;
}

.main_dang .dang_list dd .moreh a {
    margin-left: 0px;
    color: #6d6d6f;
    border-color: #6d6d6f;
}
.main_dang .dang_list .moreh a {
    display: block;
    color: #313134;
    border: 1px solid #313134;
    width: 115px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    height: 35px;
    border-radius: 35px;
    position: relative;
}
.main_dang .dang_list .moreh a i {
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -4px;
    width: 0px;
    height: 0px;
    display: block;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 8px solid #313134;
    border-right: 8px solid transparent;
    border-left-color: #6d6d6f;
}
.main_dang .dang_list dl:hover {
    background: #eaeaea;
}
.main_dang .dang_list dl:hover dd .moreh a {
    color: #fff;
    border-color: #fff;
    background: #0f796b;
}
.main_dang .dang_list dl:hover dd .moreh a i {
    border-left-color: #fff;
}

.main_product{
    width: 100%;
    min-height: 300px;
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/bg_product.jpg);
    background-size: 100%;
}
.main_product .main_pub{
    margin-top:0;
    padding-top: 30px;
}
.main_product .product_cn ,.main_product .product_en{
    color:#ffffff;
    font-size: 30px;
}
.main_product .w_fline, .main_product .product_en{
    color: #ffc422;
    font-size: 24px;
    margin-top: 30px;
    border-top-width: 2px;
    width: 60px;
    border-top-color:#ffc422;
}
.main_product p{
    color:#ffffff;
    font-size: 14px;
}
.main_product .product_index_list{
    width: 100%;
    overflow: hidden;
    position: static;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 0;
}
.main_product .product_index_box{
    float: left;
    position: static;
    width: 33.333%;
    padding: 0 40px;
}
.main_product .product_index_box .product_index_c{
    height: 350px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 0 20px 0px #0000000a;
    padding: 30px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    margin:0 auto;
}
.main_product .product_index_box .product_index_c .product_index_img{
    width: 100%;
    margin-top: 5px;
}
.main_product .product_index_box .product_index_c .product_index_img img{
    width:60px;
    height: auto;

}
.main_product .product_index_box .product_index_c .product_index_name{
    margin-top: 24px;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    font-weight: bold;
}
.main_product .product_index_box .product_index_c .product_index_desc{
    max-height: none;
    min-height: 100px;
    margin-top: 20px;
    color: #696969;
    font-size: 12px;
    font-family: arial,helvetica,sans-serif;
    line-height: 2;
}
.main_product .product_index_box .product_index_c .product_index_font{
    width: 100%;
    max-width: 120px;
    height: auto;
    min-height: 38px;
    margin-top: 10px;
    text-align: left;
    font-size: 38px;
    background-color: rgba(255, 102, 0, 0);
    color: #ccc;
    padding: 0px;
}
.main_product .product_index_box .p_gridbox{
    background-image: url(../images/bg_p1.jpg);
    border-radius: 10px;
    box-shadow: 0 0 20px 0px #0000000a;
    padding: 40px;
}

.main_product .product_index_box .p_commonBtn{
    background-color: rgba(255, 102, 0, 0);
    color: #ffc422;
    font-size: 38px;
    font-family: sans-serif;
    width: 100%;
    height: 100%;
    line-height: 280px;
    text-align: center;
}
.main_dynamic .dang_title{
    margin-top: 30px;
    font-size: 30px;
}
.dynamic_box{
    background-image: url(../images/ghj.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 84%;
    overflow: hidden;
    min-height: 360px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.dynamic_box .swiper-button-prev:after{
    display: none;
}
.dynamic_box .swiper-button-next:after{
    display: none;
}
.dynamic_box .swiper-button-prev{
    background-image: url(../images/button-prev.png);
    width: 78px;
    height: 54px;
    float: left;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 92%;
}
.dynamic_box .swiper-button-next{
    background-image: url(../images/button-next.png);
    margin-left: 15px;
    width: 78px;
    height: 54px;
    float: left;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    left: 16%;
    top: 92%;
}
.dynamic_box .swiper-button-prev:hover{
    background-image: url(../images/button-prev2.png);
    background-color: #fff;
}
.dynamic_box .swiper-button-next:hover{
    background-image: url(../images/button-next2.png);
    background-color: #fff;
}
.dynamic_box .swiper {
    width: 42%;
    height: 400px;
    margin-left: 4%;
}
.dynamic_box .swiper-slide {
    text-align: left;
    font-size: 18px;
    color:#ffffff;
}

.dynamic_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.dynamic_box .main_dynamic_title{
    font-size: 34px;
    letter-spacing: 1px;
    margin-top: 20%;
    color:#ffffff;
}
.dynamic_box .main_dynamic_dec{
    line-height: 1.8;
    margin-top: 20px;
    font-size: 14px;
    color:#ffffff;
}
.dynamic_box .dynamic_swiper_two{
    margin-left: 6%;
}
.main_company{
    text-align: center;
    font-size: 30px;
    font-family: arial,helvetica,sans-serif;
    line-height: 1.5;
    color: #000000;
    font-weight: bold;
}
.conpany_index_box{
    width: 100%;
    margin:0 auto;
    background: #ffffff;
}
.company_index_left,.company_index_right{
    width:50%;
    height:auto;
    padding-top: 30px;
}
.company_index_left{
    padding-top: 80px;
}
.company_index_left img {
    width:100%;
    height:auto;
}
.company_index_div{
    width: 80%;
    height: 70px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    top: -80px;
}
.company_index_abbreviation{
    line-height: 70px;
    font-size: 18px;
    color: #000000;
    margin-left: 50px;
}
.company_index_div .swiper-pagination-fraction{
    bottom: 24px;
    text-align: right;
    padding-right: 60px;
    color:#000000;
    font-family:georgia,serif;
    font-size: 24px;
}

.company_index_right .company_k{
    text-align:center;
    font-size: 34px;
    font-family:georgia,serif;
    font-weight: 100;
}
.company_index_right .main_dynamic_title{
    text-align:center;
    font-size: 18px;
    font-weight: 500;
    color:#000000;
}

.company_index_right .main_dynamic_dec{
    padding: 20px 30px 0 60px;
    line-height:1.8;
    color:#707070;
    font-size:14px;
    font-weight: 400;
    text-align:left;
}
.conpany_index_box .swiper-button-prev:after{
    display: none;
}
.conpany_index_box .swiper-button-next:after{
    display: none;
}
.conpany_index_box .swiper-button-prev{
    background-image: url(../images/slider-arrow.png);
    width: 36px;
    height: 36px;
    float: left;
    background-size: 240%;
    background-position: 51px -43px;
    background-color: #FF9E19;
    left: 47%;
}
.conpany_index_box .swiper-button-next{
    background-image: url(../images/slider-arrow.png);
    width: 36px;
    height: 36px;
    float: left;
    background-size: 240%;
    background-position: 9px -42px;
    background-color: #C3CAD3;
    left:50%;
}
.conpany_index_box .swiper-button-prev:hover{
    background-color: #DE7E00;
}
.conpany_index_box .swiper-button-next:hover{
    background-color: #A0A5AF;
}
.main_news_title{
    min-height:0;
    margin-bottom: 10px;
}
.main_new {
    overflow: hidden;
    min-height: 450px;
    background: #f2f1f6 url(../images/inews_bg.gif) no-repeat center bottom;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.news_list {
    margin-top: 40px;
}

.news_list li {
    float: left;
    width: 375px;
    margin-right: 25px;
}

.news_list li ._date {
    width: 55px;
    float: left;
    height: 65px;
    background: url(../images/inews_d.png) no-repeat 0 0;
    color: #fff;
    text-align: center;
    margin-left: 2%;
}

.news_list li ._date ._d1 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
}

.news_list li ._date ._d2 {
    display: block;
    line-height: 20px;
    font-size: 12px;
}

.news_list li ._nr {
    width: 300px;
    float: right;
}

.news_list li ._title {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
}

.news_list li ._sum {
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    margin-bottom: 30px;
    color: #555;
}

.news_list li ._more {
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #898989;
    text-align: center;
    font-size: 14px;
}

.news_list li:hover ._more {
    background: #fa0712;
    border-color: #fa0712;
    color: #fff;
}

.news_list li:hover ._date {
    background-image: url(../images/inews_don.png);
}

.page_product table p{
    padding:10px;
}

.classify-screen {
    border: 1px solid #ececec;
    font-size: 12px;
    padding: 5px 20px 0px;
    margin: 15px auto;
}

.classify-box {
    padding: 10px 0px;
}

.classify-box .classify-name {
    width: 80px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    text-indent: 15px;
    line-height: 30px;
}

.classify-box .classify-screen-con {
    font-size: 16px;
    line-height: 30px;
    float: left;
    width: 980px;
}

.classify-box .classify-screen-con .classify-choose {
    width: 980px;
    float: left;
}

.classify-box .classify-screen-con a {
    position: relative;
    float: left;
    color: #666;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.classify-box .classify-screen-con a:hover {
    color: #E31939;
}

.classify-box .classify-screen-con a:after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #e3e3e3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.classify-box .classify-screen-con a span {
    padding: 3px 10px;
    margin: 0 10px;
}

.classify-box .classify-screen-con a.selected span {
    background: #E31939;
    color: #ffffff;
}

/*分页*/
#pages {
    text-align: center;
    padding-bottom: 20px;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: var(--theme_color);
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: var(--theme_color)
}

#pages li:hover a {
    color: #fff;
}

/*内页*/
.main {
    min-height: 450px;
    position: relative;
}

.headline-bg {
    width: 100%;
    margin-top: 90px;
    height: auto;
}
.headline-bg img{
    width:100%;
}

.container-top {
    position: relative;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
}

.bread-nav {
    color: #666666;
    text-align: left;
    font-size: 14px;
    width: 39%;
    float: left;
}
.type_menu{
    display: none;
}
.bread-nav div{
    display: inline-block;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width:44px;
    height:44px;
    text-align: center;
}

.bread-nav span{
    margin-left: 1%;
}
.bread-nav a {
    color: #666666;
    margin: 0 3px;
}
.bread_menu{
    width:60%;
    float: right;
    color: #666666;
    text-align: right;
}
.bread_menu a{
    width: 90px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    float:right;
}
.about {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.line100{
    border-top: 1px solid #666666;
}
.content {
    padding: 50px 0;
    overflow: hidden;
    min-height: 600px;
}

/*集团介绍*/
.brand_one{
    width:100%;
    min-height:300px;
    padding-top: 50px;
}
.brand_one_left {
    width:49%;
    padding-right: 20px;
}
.brand_one_left h2{
    color:#000000;
    font-size: 24px;
}
.brand_data{
    padding:20px 0;
}
.brand_data div{
    width:30%;
    float:left;
    font-size: 16px;
    color:#333333;
    padding: 10px 0;
}
.brand_data .brand_num{
    color:#FF7777;
    font-size: 30px;
}
.brand_data .brand_num span{
    font-size: 16px;
    color:#333333;
    padding-left: 5px;
}
.brand_data .brand_cn{
    line-height: 24px;
    padding: 10px 0;
}
.brand_data .brand_en{
    font-size: 12px;
    color:#999999;
    line-height: 14px;
}
.brand_management{
    font-size: 16px;
    color:#999999;
}
.brand_management .management_title{
    color:#333333;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #707070;
    line-height: 50px;
}
.brand_management p{
    font-size: 14px;
    color:#999999;
    margin-top:26px;
    line-height: 1.6;
}
.bradn_one_right{
    width: 49%;
    padding-left: 20px;
}
.bradn_one_right video{
    width:100%;
}
.brand_two{
    padding-top: 50px;
}
.brand_two_box{
    padding-top: 30px;
}
.brand_two h2{
    text-align: center;
    font-size: 24px;
    color:#333333;
    font-weight: bold;
}
.brand_two_left,.brand_two_right{
    width:49%;
    float: left;
}
.brand_two_left{
    padding-right: 20px;
}
.brand_two_left img{
    width:100%;
}
.brand_two_right{
    float: right;
    padding-left: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
}
.brand_three{
    padding-top: 50px;
}
.brand_three .development_title strong{
    display: block;
    color:#000000;
    font-size: 30px;
    line-height: 50px;
}
.development_box{

}
.clearfix-time:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.about2 {
    padding-bottom: 80px;
    padding-top: 50px;
}
.about2 ul {
    background: url(../images/icon20.png) repeat-y center;
    background-size:2px;
}
.about2 li {
    float: right;
    width: 49%;
    text-align: right;
    position: relative;
    margin-top: 30px;
    transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
    .about2 li:nth-child(1) {
        margin-top: 30px;
    }
    .about2 li:nth-child(2n) {
        margin-top: 40px;
        float: left;
        text-align: right;
    }
    .about2 li:nth-child(2) {
        margin-top: 180px;
    }
    .about2 li:nth-child(2n):before {
        background: url(../images/icon19.png) no-repeat center center;
        background-size: 100%;
        right: -26px;
        left: auto;
    }
    .about2 li:nth-child(2n) h4{
        text-align: right;
        padding-right: 20px;
    }
    .about2 li:nth-child(2n) p{
        text-align: right;
        padding-left:35%;
        padding-right: 20px;
        border-bottom: 2px solid #0F605A;
    }
    .about2 li:nth-child(2n) .d_time{
        background: url('../images/d_left.png') no-repeat;
        background-size: contain;
        float:left;
    }

}

.about2 li:before {
    background: url(../images/icon18.png) no-repeat center center;
    background-size: 100%;
    left: -27px;
    top: 115px;
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
}

.about2 li h4 {
    position: relative;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    line-height: 40px;
    left: 0;
    color: #0F605A;
    font-size: 24px;
    margin-top: 10px;
    text-align: left;
    padding-left: 20px;
}


.about2 p {
    width: 100%;
    height: 80px;
    display: block;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    float: left;
    padding-right:34%;
    padding-left: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 2px solid #1BA79C;

}

.development_box .d_time{
    width: 180px;
    height: 150px;
    line-height: 150px;
    position: relative;
    bottom: 75px;
    text-align: center;
    background: url('../images/d_right.png') no-repeat;
    background-size: contain;
    float: right;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.development_div{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/icon21.png) no-repeat center center;
    background-size: 100%;
}
.honor_title{
    text-align: center;
}
.honor_title h3{
    line-height: 36px;
    font-weight: 400;
}
.honor_title .honor_en{
    font-size: 14px;
    color:#999999;
}
.honor_title .honor_cn{
    font-size: 28px;
    color:#333333;
}
.honor_m{
    display: none;
}
.honor_one{
    margin:0 auto;
    width:50%;
    padding-top: 50px;
}
.honor_one .honor_one_div{
    float:left;
    width:40%;
    text-align: center;
}
.honor_one div:nth-of-type(1){
    margin-right:20%;
}
.honor_one img{
    width:240px;
    height:320px;
}
.honor_one h4,.honor_two h4{
    font-size: 22px;
    color:#333333;
    line-height: 30px;
    padding: 20px 0;
}
.honor_two {
    padding-top: 30px;
    text-align: center;
}
.honor_two .honor_two_div{
    width:30%;
    float: left;
    margin-left:5%;
}
.honor_two div:first-child{
    margin-left:0;
}
.honor_two img{
    width:360px;
    height:255px;
}
.honor_two p{
    color: #333333;
    font-size: 16px;
    float: left;
    width: 30%;
    margin-left: 5%;
    text-align: center;
}
.honor_two p:first-child {
    margin-left: 0;
}
.honor_three{
    padding-top: 50px;
}
.honor_three div{
    width:250px;
    height:200px;
    position: relative;
    float: left;
    top: 100px;
    right: 90px;
}
.honor_three div img{
    width:100%;
    overflow: hidden;
}
.honor_three div:nth-child(1){
    top:0;
    right:0
}
.honor_three div:nth-child(2n){
    float: right;
    right: 0;
    left:90px;
}
.honor_three div:nth-child(2){
    top:0;
    right:0;
    left: 0;
}
.honor_three div:nth-child(5){
    top:0;
    right:0;
    left: 320px;
}
.honor_three div:nth-child(6){
    top:0;
    left: -320px;
}
.honor_three div:nth-child(7){
    left:225px;
}
.honor_three div p{
    width: 156px;
    line-height: 20px;
    float: left;
    text-align: right;
    margin-top: 5px;
}
.honor_three div:nth-child(7) p{
    width:100%;
    text-align: center;
}
.honor_three div:nth-child(2n) p{
    float: right;
    text-align: left;
}
.curture_top{
    padding: 50px;
}
.curture_top img{
    display: block;
    width:350px;
    height:auto;
    margin:0 auto;
}
.curture_div{
    width:20%;
    float: left;
}
.curture_div *{
    margin:0 auto;
}
.curture_div img{
    width:80%;
    height:auto;
    display: block;
}
.curture_text{
    width:80px;
    margin-top: 30px;
}
.curture_text p{
    font-size: 22px;
    width: 40px;
    display: block;
    float: left;
    text-align: center;
}
.curture_div:nth-of-type(5) .curture_text {
    width:40px;
}
.survey_one,.survey_two,.survey_three,.survey_four,.survey_five{
    margin-top: 50px;
    padding-bottom: 30px;
}
.survey_one{
    height:500px;
    overflow: hidden;
    color:#ffffff;
}
.survey_one div{
    float:left;
}
.survey_one_left{
    width:384px;
}
.survey_one_left img{
    width:100%;
    overflow: hidden;
}
.survey_one_right{
    font-size: 14px;
    width:816px;
    height:500px;
    background: #0F605A;
    padding:20px 50px;
}
.survey_one_right h3{
    font-size: 30px;
    line-height: 40px;
}
.survey_one_right h4{
    font-size: 24px;
    padding-top: 50px;
}
.survey_one_right h5{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.survey_one_right p{
    line-height: 20px;
    padding-top: 20px;
}
.survey_one_right span{
    display: block;
    width: 50px;
    height: 1px;
    border-top: 1px solid #999999;
    margin: 30px 0;
}
.survey_img{
    display: block;
    width: 100%;
    height: 325px;
    object-fit: cover;
}
.survey_img img{
    width: 100%;
    height: 100%;
}
.survey_two{
    color:#333333;
}
.survey_two .swiper {
    width: 100%;
    height: 100%;
}
.survey_two_box{
    width: 100%;
    height:570px;
}
.survey_name{
    height: 40px;
    font-size: 28px;
    font-weight: bold;
    padding:20px;
}
.survey_name span{
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.survey_desc{
    height: 200px;
    padding:30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.survey_div{
    background: #ffffff;
    width: 99%;
    /*height: 240px;*/
    margin:0 auto;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1),-2px 2px 4px rgba(0,0,0,0.1);
}
.survey_three_top *{
    margin:0 auto;
    text-align: center;
}
.survey_three_top span{
    display: block;
    width: 135px;
    height: 45px;
    line-height: 45px;
    background: #14967C;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}
.survey_three_top p{
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-top: 30px;
}
.survey_four{
    margin:0 auto;
    text-align: center;
    margin-top: 0;
}
.survey_four .mySwiper2{
    display: none;
}
.survey_four_box {
    display: inline-block;
    width:180px;
    height:220px;
    margin:8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1),-2px 2px 4px rgba(0,0,0,0.1);
}
.survey_four_box h3{
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
.survey_four_box p{
    height: 22px;
    line-height: 22px;
    width: 110px;
    background: #14967C;
    opacity: 1;
    border-radius: 12px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
}

.survey_five{
    height: 1300px;
    overflow: hidden;
    padding-top: 210px;
}
.survey_five .mySwiper3{
    display: none;
}
.survey_five_box1, .survey_five_box2, .survey_five_box3 {
    width: 473px;
    height: 408px;
    overflow: hidden;
}
.survey_five_box1 {
    transform: rotate(120deg);
}
.survey_five_box2 {
    transform: rotate(-60deg);
}
.survey_five_box3 {
    transform: rotate(-60deg);
}
.survey_five_box3 img {
    width: 100%;
    height: 100%;
}

.survey_five_box1{
    float: left;
    position: relative;
}

@media screen and (min-width: 1200px){
    .survey_five_box1:nth-of-type(1){
        left: 0;
        top: 0;
    }
    .survey_five_box1:nth-of-type(2){
        top: -210px;
        left: -110px;
    }
    .survey_five div:nth-child(3){
        float: right;
        top: -409px;
    }
    .survey_five div:nth-child(4){
        top: -199px;
        left: 363px;
    }
    .survey_five div:nth-child(5){
        top: -399px;
        left: 0;
    }
    .survey_five div:nth-child(6){
        float: right;
        top: -399px;
    }
    .survey_five div:nth-child(7){
        top: -599px;
        left: 363px;
    }
}

.about_one{
    width: 100%;
    height: 260px;
    background: #0F605A;
    margin: 50px 0;
    color:#FFFFFF;
    font-size: 22px;
}
.about_one div{
    width:48%;
    float: left;
    padding-left:50px;
    padding-top: 7%;
}
.about_one p{
    line-height: 50px;
}
.about_one .about_telephone{
    font-size: 26px;
    font-weight: bold;
}
.honor_title .about_message{
    font-weight: bold;
    color: #0F605A;
}
.about_two{
    width: 99%;
    height: 400px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 24px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
#materialForm{
    padding:50px;
}
.form-group {
    text-align: right !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}
.labels {
    color: #212121;
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    transition: all .2s;
}
.formInput {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #E1E1E1;
    width: 100%;
    margin: 26px 0;
    color: #8C8C8C;
    line-height: 30px;
    padding-left: 20px;
    background: #ffffff;
}

#materialForm .active {
    transform: translateY(-120%);
    font-size: 14px;
}
#materialForm .input_active{
    color:#6DA4C8;
    border-bottom: 2px solid #6DA4C8;
}
#materialForm .btn-primary {
    color: #fff;
    background-color: #0F605A !important;
    border-color: #0F605A !important;
}

/*人才理念*/
.recruit_list{
    border-top: 2px solid #65a64c;
}
.recruit_list .table>thead>tr>td ,.recruit_list .table>tbody>tr>td {
    padding: 23.5px 20px 23.5px 53px;
    text-align: center;
    font-size: 14px;
}
.recruit_list .table>thead>tr>td{
    font-size: 16px;
    color:#000000;
}
.recruit_list .table>thead>tr>td i{
    width: 1px;
    background: #d2d2d2;
    height: 18px;
    position: relative;
    float: right;
    display: block;
    right: 0;
}
.recruit_list .table>tbody>tr:hover{
    background: #65a64c;
    color:#ffffff;
}
.recruil_box{
    padding:0 30px;
}
.recruil_info{
    width: 100%;
    /*height: 110px;*/
    background: #fafafa;
}
.recruil_box h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
}
.recruil_box h4{
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
}
.recruil_box h4 span{
    color: #f90;
}
.recruil_box h5{
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
}
.recruil_info p{
    width: 33.333%;
    float: left;
    padding-left:20px;
    line-height: 34px;
    color:#999999;
}
.recruil_desc{
    background: #fafafa;
    padding:20px;
}
.prospect_one{
    width:100%;
    height:360px;
    font-size: 14px;
}
.prospect_left,.prospect_right{
    width:48%;
    height: 360px;
}
.prospect_left{
    padding:60px 30px;
    background: #0F605A;
    color:#ffffff;
}
.prospect_left h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
}
.prospect_left .w_fline{
    width: 60px;
    margin: 20px 0;
    border-top-width: 5px;
    border-top-color: rgba(255, 255, 255, 1);
}
.prospect_left p{
    line-height: 22px;
}
.prospect_right{
    margin-left:4%;
    color:#333333;
}
.prospect_right table{
    text-align: center;

}
.prospect_right table>thead>tr{
    background: #0F605A;
    color:#ffffff;
}
.prospect_right .table>tbody>tr>td{
    border:none;
}
.prospect_two{
    margin-top: 50px;
}
.prospect_t_l,.prospect_t_r{
    width:48%;
    float:left;
}
.prospect_two img{
    display: block;
    width: 20%;
    height: auto;
    float: left;
}
.prospect_t_r{
    margin-left:4%;
}
.prospect_t_l div,.prospect_t_r div{
    width:80%;
    padding-left: 20px;
    float: left;
}
.prospect_two h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    color: #0F605A;
}
.prospect_two p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    margin-top: 16px;
}

.advantage_line{
    margin:0 auto;
    margin-top: 20px;
}
.advantage_one_l,.advantage_one_r{
    width:46%;
    float: left;
    line-height: 22px;
    color: #333333;
}
.advantage_one_r{
    margin-left: 8%;
}
.advantage_one h3{
    font-size: 22px;
    font-weight: 400;
}
.advantage_one img{
    width:100%;
}
.advantage_one .w_fline{
    min-height: 16px;
    margin-top: 16px;
}
.advantage_one p{
    height: 90px;
    font-size: 14px;
}
.advantage_two{
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin-top: 30px;
}
.advantage_img{
    width:90%;
    margin:0 auto;
    margin-top: 30px;
}
.advantage_img img{
    display: block;
    width: 100%;
}
.target_box p,.strategy_box p,.policy_box p{
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    padding:20px 50px;
}
.target_box img{
    display: inline-block;
    width:24%;
    margin-left: 1%;
}
.target_box div,.strategy_box div{
    margin-top: 20px;
}
.target_box img:first-child{
    margin-left: 0;
}
.strategy_box img{
    width: 100%;
}
.policy_one div{
    width:32.4%;
    height:200px;
    float: left;
    background: #0F605A;
    margin-right:1.3%;
    color:#ffffff;
    font-size: 14px;
    padding:30px;
    line-height: 20px;
}
.policy_one div:last-child{
    margin-right: 0;
    padding-top: 70px;
}
.policy_two{
    margin-top: 30px;
}
.policy_two_l,.policy_two_r{
    width:48%;
    float: left;
}
.policy_two_r{
    margin-left: 4%;
}
.policy_two_l img{
    width: 100%;
}
.policy_two_r h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
}
.policy_two_r p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.policy_two_r .w_fline{
    min-height: 16px;
    margin-top: 16px;
}
.polict_t_b{
    margin-top: 90px;
}
.policy_three{
    margin-top: 30px;
}
.policy_three div{
    height:280px;
    float: left;
    background: #0F605A;
    font-size: 14px;
    color:#ffffff;
    padding:20px;
    margin-right: 10px;
}
.policy_three h4{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}
.policy_three p{
    line-height: 20px;
    padding: 2px 0;
}
.policy_three span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 5px;
}

.policy_three div:nth-child(1){
    width:36%;
}
.policy_three div:nth-child(2){
    width:21%;
}
.policy_three div:nth-child(3){
    width:25%;
}
.policy_three div:nth-child(4){
    width:15%;
    margin-right: 0;
}

/*产品*/
.p_introduce{
    width:49%;
    height: 378px;
    overflow: hidden;
    float:left;
}
.p_introduce:last-child{
    margin-left: 2%;
}
.p_introduce img{
    width:100%;
}
.p_introduce span{
    text-align: center;
    display: block;
    position: relative;
    top: -60%;
    color: #ffffff;
    font-size: 50px;
}
.product_list .content-left,.product_list.content-right{
    float: left;
}
.product_list .content-left{
    width:150px;
    background: #ffffff;
}
.product_list .content-left a{
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.product_list .content-right{
    width:1030px;
    margin:0 auto;
    margin-left: 20px;
    text-align: center;
}
.product_list .content-right li{
    margin-bottom: 30px;
}
.product_list .product_list_img{
    width: 100%;
    background: #F5F5F5;
}
.product_list .product_list_img img{
    width: 50%;
    display: block;
    margin: 0 auto;
}
.product_list .content-right h3{
    line-height: 30px;
    color:#ffffff;
    background: #0F605A;
}
.product_top_l,.product_top_r{
    width: 46%;
    height:600px;
}
.product_top_l .pc-slide {
    width: 500px;
    margin: 0 auto;
}
.product_top_l .view .swiper-container {
    width: 500px;
    height: 500px;
}
.product_top_l .view .arrow-left {
    background: url(../images/images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}
.product_top_l .view .arrow-right {
    background: url(../images/images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}
.product_top_l .preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.product_top_l .preview .swiper-container {
    width: 430px;
    height: 82px;
}
.product_top_l .preview .swiper-slide {
    width: 87px;
    height: 82px;
    cursor:pointer;
    border: 1px solid #cccccc;
}
.product_top_l .preview .slide6 {
    width: 82px;
}
.product_top_l .preview .arrow-left {
    background: url(../images/images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.product_top_l .preview .arrow-right {
    background: url(../images/images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.product_top_l .preview img {
    padding: 1px;
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
.product_top_l .preview .active-nav{
    padding: 0;
    border: 1px solid #1890ff;
}
.product_top_l .view .swiper-wrapper img{
    height: 100%;
    display: block;
    margin: 0 auto;
}
.product_top_r h2{
    padding-top: 30px;
    font-size: 26px;
    line-height: 80px;
    border-bottom: 1px solid #e8e8e8;
}
.product_top_r p{
    line-height: 24px;
    font-size: 14px;
    color: #777777;
    margin-top: 30px;
    margin-left:2%;
}
.product_content{
    margin-top: 30px;
}
.product_content .product_tk{
    color: #1890ff;
    border-bottom: 2px solid #1890ff;
    line-height: 50px;
    width: 90px;
    text-align: center;
    font-size: 16px;
}
.product_content .product_desc{
    padding-top: 50px;
    width:95%;
    margin:0 auto;
    font-size: 14px;
}
.product_content .product_div{
    width: 100%;
    height: 60px;
    background: #fafafa;
    border-top:1px solid #e8e8e8;
}


    /*案例*/
.case_ny_list {
    width: 100%;
    padding-top: 20px;
}

.case_ny_list li {
    margin-bottom: 20px;
    width: 270px;
    float: left;
    margin-right: 20px;
}

.case_ny_list li ._con {
    border-bottom: #f80909 solid 2px;
    overflow: hidden;
    cursor: pointer;
    height: 355px;
}

.case_ny_list li ._img {
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.case_ny_list li ._con:hover ._img {
    padding-bottom: 60%;
}

.case_ny_list li ._info {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.case_ny_list li ._info h3 {
    line-height: 2;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.case_ny_list li ._info .txt {
    line-height: 22px;
    margin-bottom: 25px;
    height: 66px;
}

.case_ny_list li ._info ._more {
    display: block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #f80909;
}

.case_ny_left {
    float: left;
    width: 720px;
}

.case_ny_left h2 {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.6;
}

.casePreview {
    border-top-color: #dddddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #dddddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.backBtn {
    float: left;
    padding: 8px 15px 8px 15px;
    border: 1px solid #dedede;
}

.previewBtn {
    float: right;
    padding: 8px 15px 8px 15px;
    background-color: #f80909;
    color: #FFFFFF;
}

.previewBtn:hover {
    color: #fff;
    background-color: #c50606;
}

.caseTitle {
    font-size: 18px;
    border-left: 3px #f80909 solid;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 30px;
}

.detaLabels {
    margin-top: 20px;
}

.labelList {
    background-color: #eeeeee;
    color: #666;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    margin-left: 10px;
}

.detaIntro {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.detaBody {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.case_ny_right {
    float: right;
    width: 360px;
}

.case_ny_right h3 {
    font-weight: normal;
    line-height: 1.8;
    font-size: 24px;
    margin-bottom: 20px;
}

.newsBox {
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.newsTitle {
    color: #333;
    font-size: 16px;
    display: block;
    margin-bottom: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsIntro {
    color: #999;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}

/*党建专栏*/
.dangPage .list {
    padding-bottom: 30px;
}

.dangPage .item {
    height: 150px;
    transition: all .5s;
    border-bottom: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 20px;
    padding-left: 3%;
}

.dangPage .item img {
    width: 168px;
    height: 126px;
    display: block;
    margin-right: 30px;
}

.dangPage .item h3 {
    font-weight: normal;
    font-size: 18px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
}

.dangPage .item .txt {
    color: #999;
    line-height: 24px;
    width: 1000px;
    height: 52px;
    overflow: hidden;
}

.dangPage .item .time {
    width: 80px;
    font-family: arial;
    font-size: 18px;
    color: rgba(27, 167, 156, 1);
    color: var(--theme_color);
    text-align: center;
    margin-top: 15px;
    height: 100px;
    background: #f5f5f5;
}

.dangPage .item .time .day {
    font-size: 40px;
    line-height: 45px;
    margin-top: 16px;
    display: block;
}
.dangPage .list_info {
    height: 100px;
    margin-top: 12px;
    padding-left: 3%;
}
.dangPage .list_info .s1{
    display: block;
    color: #999999;
    margin-right: 30px;
    padding: 8px 0 8px;
    padding-left: 22px;
    background: url(../images/news_icon1.png) no-repeat left center;
}
.dangPage .dang_top{
    width: 96%;
    height: 150px;
    margin: 0 auto;
    background: #f5f5f5;
    padding:30px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.dangPage .dang_top h3{
    font-weight: bold;
    color: var(--theme_color);
    margin-bottom: 5px;
    font-size: 18px;
}
.dangPage .dang_top p{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
    font-size: 14px;
}
.dang_show_info{
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--theme_color);
    color: var(--theme_color);
    text-align: center;
    transition: all 0.3s ease;
}
.dang_show_info:hover{
    background: var(--theme_color);
    color:#ffffff;
}

.dangPage .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}

.dangPage .item:hover h3 {
    color: #f90712;
}

.dangPage .item:hover .time .day span {
    background: #6d6d6d;
}

.dangPage .item:hover .time .day strong {
    background: #ff0000;
    color: #fff;
}

/*新闻列表*/
.newsPage .list {
    padding-bottom: 30px;
}

.newsPage .item {
    height: 220px;
    transition: all .5s;
    border-bottom: 1px dashed #d9d9d9;
    display: block;
    margin-bottom: 20px;
}

.newsPage .item a {
    padding: 26px;
    display: block;
}

.newsPage .item img {
    width: 200px;
    height: 150px;
    display: block;
    margin-right: 30px;
}

.newsPage .item h3 {
    font-weight: normal;
    font-size: 18px;
    padding: 10px 0 10px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
}

.newsPage .item .txt {
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-size: 14px;
}

.newsPage .item .time {
    width: 130px;
    padding: 20px 0 20px 45px;
    border-left: 1px solid #eee;
    font-family: arial;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.newsPage .news_show_info {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d9d9d9;
    text-align: center;
    transition: all 0.3s ease;
    color:#707070;
    float: left;
    margin-top: 30px;
}
.newsPage .news_show_info:hover{
    color:#4895FA
}
.bread_menu .active,.menu-list .active{
    color:#ffffff;
    position: relative;
    background-color: rgba(27, 167, 156, 1);
    background-color: var(--theme_color);
    margin: 0px 0px 0px 0px;
}
.bread_menu a:hover,.menu-list a:hover{
    color: #fff;
    background-color: rgba(27, 167, 156, 1);
    background-color: var(--theme_color);
}

.viewpage {
    background: #eee;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

/*新闻详情页*/
.newsshow {
    padding-top: 25px;
}

.newsview {
    min-height: 400px;
    margin-top: 30px;
    border-top: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 33px;
    color: #777;
}

.newsshow h2 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}

.newsshow .date {
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eeeeee;
}

.newsshow .date span {
    display: block;
    float: left;
    color: #999999;
    margin-right: 30px;
    padding-left: 22px;
}

.newsshow .date .s1 {
    background: url(../images/news_icon1.png) no-repeat left center;
}

.newsshow .date .s2 {
    background: url(../images/news_icon2.png) no-repeat left center;
}

.newsshow .date .s3 {
    background: url(../images/news_icon3.jpg) no-repeat left center;
}

.main_r_nav {
    float: left;
    width: 100%;
    height: 66px;
    padding:0 20px;;
    font-size: 14px;
    display: inline;
}

.main_r_nav a {
    color: #777;
    float: left;
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 66px;
    font-size: 14px;
}
.main_r_nav a:nth-child(2){
    text-align: right;
}

.main_r_nav a:hover {
    color: #f90712;
}


/*底部*/
.footer {
    width: 100%;
    background: #191919;
    color: #fff;
    padding-bottom: 40px;
}

.footer .links {
    padding: 30px 0;
    margin-bottom: 40px;
    font-size: 16px;
    border-bottom: 1px solid #353535;
}

.footer .links span {
    color: #fff;
    display: inline-block;
}

.footer .links a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}

.footer .botnavlist li {
    float: left;
    width: 100px;
    margin: 0 0 0 48px;
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    /*border-right: 1px solid #353535;*/
    overflow: hidden;
}

.footer .botnavlist li:first-child {
    margin-left: 0px;
}

.footer .botnavlist li a {
    color: #fff;
    display: block;
    line-height: 32px;
    font-size: 16px;
}

.footer .botnavlist li .drop {
    padding-top: 10px;
}

.footer .botnavlist li .drop a {
    display: block;
    line-height: 30px;
    color: #999;
    width: 100%;
    font-size: 14px;
}

.footer .botnavlist li a:hover {
    color: #E74C3C;
}

/*.footer .qcode {*/
/*    height: 150px;*/
/*    background: url(../images/map.png) center no-repeat;*/
/*    width: 540px;*/
/*}*/

.footer .btel {
    width: 320px;
    line-height: 28px;
}

.footer .btel .p1 {
    color: #fff;
}

.footer .btel .p2 {
    margin-bottom: 10px;
    padding-left: 48px;
    background: url(../images/ico_tel.png) no-repeat left center;
    font-family: "GrayDesign Regular", "arial, helvetica, sans-serif";
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.footer .btel .p3 {
    color: #999;
    line-height: 30px;
    font-size: 14px;
}

.footer .qcode .ewm {
    width: 130px;
    height: 130px;
    display: block;
    border: 2px solid #666;
}

.copy {
    background: #191919;
    border-top: 1px solid #353535;
    line-height: 60px;
    color: #999;
    font-size: 12px;
}
.copy a{
    color: #999;
}
.copy_br{
    display: none;
}

.tips {
    z-index: 9999999999;
    background: #000;
    width: 100%;
    line-height: 40px;
    height: 40px;
    position: fixed;
    bottom: 0;
}

.tips p {
    color: red;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item_gr {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: block;
    padding: 2px 0px;
}

.list-group-item_gr.active,
.list-group-item_gr.active:hover,
.list-group-item_gr.active:focus {
    z-index: 2;
    color: #fa0712;
    font-weight: 600;
}

.left-line {
    border-left: 1px solid #ddd;
}

.search_right {

    float: right;
    width: 970px;
}

.search_bd {
    min-height: 500px;
    margin-left: 16px;
}

.loadmore {
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
}
.loadmore-line {
    border-top: 1px solid #E5E5E5;
    margin-top: 2.4em;
}
.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 .55em;
    background-color: #FFFFFF;
    color: #808080;
}
.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}

/*小屏幕*/
/*@media only screen and (max-width: 1024px) and (min-width: 769px) {*/
/*    .page-wrapper {*/
/*        height: 500px;*/
/*        margin: 0px auto;*/
/*    }*/
/*}*/

@media screen and (max-width: 1200px) {
    .page-wrapper {
        height: auto;
        margin: 0 auto;
        padding-top: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .w1200{
        width:100%;
    }
    .main_pub{
        width:100%;
    }
    .footer{
        display: none;
    }
    .copy{
        line-height: 26px;
    }
    .copy_br{
        display: block;
    }
    .tc{
        line-height: 20px;
    }
    .bread-nav div{
        display: none;
    }
    .headline-bg{
        margin-top: 60px;
    }
    .header{
        background: rgba(27, 167, 156, 1);
        width: 100%;
        position: fixed;
        top: 0px;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, 0px);
        height: 60px;
        z-index: 11;
        -webkit-transform: translate(-50%, 0px);
        transition: 0.8s;
        border-bottom: 0;
    }
    .s_nav .p_dimage{
        width: 180px;
        height: 60px;
    }
    .header .m_nav_but{
        display: block;
        float:right;
        margin-top: 15px;
        margin-right: 15px;
    }
    .header .m_nav_but img{
        opacity: 1;
        width:30px;
    }
    .header .topright{
        display: none;
        background: rgba(0,0,0,0.9);
        width: 100%;
        height:auto;
    }
    .header .logo{
        margin-top:0;
        margin-left: 30px;
        width: 180px;
        height: 60px;
    }
    .header .topright:before,.header .topright:after {
        content: '';
        display: table;
    }
    .header .topright:after {
        clear: both;
    }
    .header .nav{
        padding:0;
        width: 100%;
    }
    .header .nav li{
        display: block;
        height: auto;
        line-height: 40px;
        width: 100%;
        padding: 0;
        /*border-bottom: 1px solid #333333;*/
    }
    .header .nav li a{
        width: 100%;
        padding: 0;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        color:#ffffff;
    }
    .slider__arrow_prev,.slider__arrow_next{
        width:32px;
        height:32px;
    }
    .main_about{
        margin-top: 20px;
    }
    .main_about .about_index_left{
        display: block;
        width:100%;
    }
    .w_fline{
        margin-top: 10px;
        min-height:10px;
    }
    .main_about .about_index_left .about_more{
        margin-top:10px;
    }
    .main_about .about_index_right{
        width:100%;
        margin:0;
        margin-top: 20px;
    }
    .main_about .about_index_left p{
        font-size: 14px;
    }
    .main_data .data_lists .jishu.jishu0, .main_data .data_lists .jishu.jishu5{
        width: 5%;
    }
    .main_data .data_lists .jishu{
        height: 150px;
        float: left;
        text-align: Center;
        width: 45%;
    }
    .main_data .data_lists .jishu3{
        margin-left: 5%;
    }
    .main_data .data_lists .jishu p {
        padding: 10px;
    }
    .main_data .data_lists .jishu .bt {
        height: 60px;
        line-height: 24px;
    }
    .main_data .data_lists .jishu1 .sz ,.main_data .data_lists .jishu4 .sz{
        border-right: 3px solid #fff;
    }
    .main_data .data_lists .jishu1 .bt ,.main_data .data_lists .jishu4 .bt {
        border-right: 3px solid #ffab00;
    }
    .main_survey .survey_index_lists{
        padding:0;
        margin-top: -2px;
    }
    .main_survey .survey_index_lists .col{
        padding: 20px 0;
    }
    .main_survey .survey_index_lists .item_num:after{
        display: none;
    }
    .main_survey .survey_index_lists .icon_pic{
        margin: 0;
    }
    .main_dang .dang_list .fnt_24{
        font-size: 16px;
    }
    .main_dang .dang_list dl{
        width: 100%;
    }
    .main_dang .dang_list dt{
        padding-left: 10px;
    }
    .main_dang .dang_list dd{
        margin-top: 10px;
        padding-left: 12px;
    }
    .main_dang .dang_list .mt_30{
        margin-top: 10px;
    }
    .main_dang .dang_list dt p{
        padding:0;
    }
    .main_dang .dang_list dd .moreh a{
        width: 100px;
        line-height: 28px;
        height: 28px;
    }
    .main_dang .dang_list .mb_60{
        margin: 0;
    }
    .main_dang .dang_list dl{
        padding:35px 20px 0;
    }
    .main_product .w_fline, .main_product .product_en{
        margin-top: 15px;
    }
    .main_product p{
        line-height: 20px;
    }
    .main_pub{
        padding:0 10px 30px 10px;
    }
    .main_product .product_index_box{
        width:100%;
        padding:10px 0;
    }
    .main_product{
        background-size:auto;
    }
    .main_product .product_index_box .product_index_c .product_index_font{
        max-width: 100%;
        text-align: center;
    }
    .main_news_centent{
        padding:0;
    }
    .dynamic_box .swiper{
        width:100%;
        height: 170px;
        padding-top: 10px;
    }
    .dynamic_box .main_dynamic_title{
        margin:0;
    }
    .dynamic_box .main_dynamic_title{
        font-size: 20px;
    }
    .dynamic_box{
        padding:0;
    }
    .dynamic_box .main_dynamic_dec{
        display: none;
    }
    .dynamic_box .swiper-slide img{
        height: 250px;
    }
    .dynamic_box{
        background-size: 100% 100%;
    }
    .dynamic_box .swiper-button-prev,.dynamic_box .swiper-button-next{
        top:120px;
        width: 50px;
        height: 30px;
        background-size: 60%;
    }
    .dynamic_box .swiper-button-next{
        left:10%;
    }
    .dynamic_box .dynamic_swiper_two{
        width:96%;
        padding: 0;
        margin: 2%;
    }
    .company_index_left,.company_index_right{
        width:100%;
    }
    .company_index_left{
        padding:0;
    }
    .company_index_right{
        position: relative;
        top:-80px;
    }
    .company_index_right .main_dynamic_dec{
        padding:20px 30px;
    }
    .conpany_index_box .swiper-button-prev,.conpany_index_box .swiper-button-next{
        top:95%;
    }
    .conpany_index_box .swiper-button-prev{
        left:40.4%;
    }

    .container-top{
        height:40px;
        line-height: 40px;
    }
    .bread-nav{
        width:80%;
        height:40px;
    }
    .bread-nav div,.bread-nav img{
        width:40px;
        height:40px;
    }
    .bread_menu{
        position: absolute;
        width: 100%;
        left: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background: #000000;
    }
    .bread_menu a{
        height: 40px;
        line-height: 40px;
        width:70px;
        color:#dddddd;
    }
    .bread_menu_slide{
        left:0;
    }
    .type_menu{
        display: block;
        float: right;
        height: 40px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        background: rgba(0,0,0,0.8);
        color: #dddddd;
        overflow: hidden;
    }
    .type_menu img{
        width: 120px;
        position: relative;
        left: -83px;
        bottom: 65px;
    }
    .bread_menu_close{
        width: 40px;
        height: 40px;
        overflow: hidden;
        display: inline-block;
        float: left;
    }
    .bread_menu_close img{
        width: 120px;
        position: relative;
        left: -25px;
        bottom: 65px;
    }
    .content{
        padding:10px 10px 30px;
    }
    .brand_one,.brand_two,.brand_two_box,.brand_three{
        padding-top:20px;
    }
    .brand_data{
        display: none;
    }
    .brand_one_left,.bradn_one_right,.brand_two_left,.brand_two_right  {
        width: 100%;
        padding:10px 0;
    }
    .brand_three .development_title strong{
        font-size: 24px;
        line-height: 30px;
    }
    .about2 li h4{
        font-size: 18px;
        padding-left: 5px;
    }
    .about2 p{
        padding-left: 10px;
        font-size: 12px;
        padding-right: 20%;
    }
    .development_box .d_time{
        width: 60px;
        font-size: 14px;
        bottom: 25px;
        height:50px;
        line-height: 50px;
    }
    .about2 ul {
        background: url(../images/icon20.png) repeat-y left;
        padding-left: 11px;
    }
    .about2 li{
        width:100%;
        margin:0;
    }
    .about2 li:before{
        width:20px;
        height:20px;
        left: -19px;
        top: 119px;
    }
    .development_div{
        width: 25px;
        height:25px;
        background: url(../images/icon21.png) no-repeat center center;
        background-size: 100%;
        margin-left: -21px;
    }
    .honor_title .honor_cn{
        font-size: 24px;
    }
    .honor_title .honor_en{
        font-size: 12px;
    }
    .honor_title h3{
        line-height: 26px;
    }
    .survey_one, .survey_two, .survey_three{
        margin-top: 20px;
    }
    .survey_one{
        width:100%;
        height:auto;
    }
    .survey_one_left,.survey_one_right {
        width:100%;
        height:auto;
    }
    .survey_one_right{
        padding: 10px 20px;
    }
    .survey_one_right h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .survey_one_right p {
        line-height: 20px;
        padding-top: 10px;
    }
    .survey_one_right h4 {
        font-size: 20px;
        padding-top: 2px;
    }
    .survey_name {
        height: 30px;
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
    }
    .survey_desc {
        height: 150px;
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .survey_two_box{
        height: 520px;
    }
    .survey_four{
        margin:0;
    }
    .survey_four .mySwiper2{
        display: block;
    }
    .survey_four_pc{
        display: none;
    }
    .survey_five_box1{
        display: none;
    }
    .survey_five{
        height:auto;
        padding:0;
    }
    .survey_five .mySwiper3{
        display: block;
        margin:20px 0;
    }
    .survey_five .mySwiper3 img{
        width:100%;
        display: block;
    }
    .curture_top {
        padding: 30px;
    }
    .curture_text{
        width:40px;
        margin-top: 20px;
    }
    .curture_top img{
        width:250px;
    }
    .curture_text p{
        font-size: 14px;
        width:20px;
    }
    .curture_div:nth-of-type(5) .curture_text {
        width: 20px;
    }
    .honor_pc{
        display: none;
    }
    .honor_m{
        display: block;
        padding:20px 0;
    }
    .honor_m div{
        width: 48%;
        height: 160px;
        float: left;
        text-align: center;
        margin-top:10px;
    }
    .honor_m div:nth-child(2n){
        margin-left:4%;
    }
    .honor_m img{
        height:130px;
        width: auto;
    }
    .honor_m p{
        display: block;
        height:30px;
        overflow: hidden;
        line-height: 15px;
    }

    .dangPage .dang_top{
        width: 100%;
        margin:20px 0;
        padding: 10px;
        height:125px;
    }
    .dangPage .list_info{
        padding:0;
        margin:0;
    }
    .dangPage .item{
        height: 100px;
    }
    .dangPage .item .time{
        display: none;
    }
    .dangPage .item .txt{
        font-size:14px ;
        color:#666666;
    }
    .dangPage .list {
         padding-bottom: 10px;
    }
    #pages li{
        height: 40px;
        line-height: 40px;
        margin: 0 4px;
    }
    #pages li span,#pages li a {
        font-size: 16px;
        display: block;
        padding: 0 16px;
    }
    .newsview{
        margin-top:0;
        padding:0;
    }
    .recruit_list .table>thead>tr>td, .recruit_list .table>tbody>tr>td{
        padding: 12px 0;
    }
    .recruit_list {
        margin-top: 20px;
    }
    .recruit_td{
        display: none;
    }
    .recruil_box{
        padding:0;
    }
    .recruil_info p{
        width: 50%;
        font-size: 14px;
        padding:3px 0 3px 10px;
    }
    .recruil_box h4,.recruil_box h5{
        line-height: 36px;
    }
    .prospect_one{
        height:auto;
    }
    .prospect_left {
        width: 100%;
        height: auto;
        padding:20px;
    }
    .prospect_right{
        display: none;
    }
    .prospect_t_l,.prospect_t_r{
        width:100%;
        margin:0;
    }
    .prospect_t_r{
        margin-top:10px;
    }
    .prospect_two{
        margin-top:20px;
    }
   .prospect_t_l img,.prospect_t_r img{
       display: none;
   }
    .prospect_two p{
        margin-top:6px;
    }
    .advantage_one_l, .advantage_one_r{
        width: 100%;
        margin:0;
        margin-top:20px;
    }
    .advantage_one p{
        height: auto;
    }
    .advantage_one .w_fline{
        margin-top:10px;
    }
    .advantage_one h3{
        font-size: 20px;
    }
    .advantage_two{
        font-size: 20px;
    }
    .target_box p, .strategy_box p, .policy_box p{
        padding:10px;
    }
    .target_box div, .strategy_box div{
        margin-top: 0px;
    }
    .target_box img {
        display: inline-block;
        width: 49%;
        margin-left: 1%;
        margin-top: 10px;
    }
    .target_box img:nth-child(3n) {
        margin-left: 0;
    }
    .policy_one div{
        width: 100%;
        height:auto;
        margin:0;
        padding:10px;
    }
    .policy_one div:last-child{
        padding:10px;
    }
    .policy_two_l,.policy_two_r{
        width: 100%;
        margin:0;
    }
    .polict_t_t,.polict_t_b{
        margin:0;
        margin-top:10px;
    }
    .policy_three div:nth-child(1),.policy_three div:nth-child(2),.policy_three div:nth-child(3),.policy_three div:nth-child(4) {
        width:100%;
        height: auto;
        margin:5px 0 0 0;
        padding:10px;
    }
    .about_one{
        margin: 20px 0;
        font-size: 20px;
        height: auto;
    }
    .about_one div{
        width: 100%;
        padding:3% 20px;
    }
    .about_one p{
        line-height: 30px;
    }
    .about_two{
        height: auto;
        margin-top: 20px;
    }
    #materialForm{
        padding:30px;
    }
    .formInput{
        margin:20px 0;
    }
    .newsPage .item a{
        padding: 25px 0;
    }
    .newsPage .item img{
        width: 40%;
        height: 100px;
        margin-right: 10px;
    }
    .newsPage .item h3{
        line-height: 26px;
    }
    .newsPage .item .txt{
        width:100%;
    }
    .newsPage .news_show_info{
        display: none;
    }
    .newsPage .item{
        height: auto;
        margin-bottom: 0;
    }
    .newsshow{
        padding-top: 15px;
    }
    .newsshow h2{
        font-size: 22px;
    }
    .newsshow img{
        width:100%;
        text-align: center;
    }
    .main_r_nav,.main_r_nav a{
        height: 50px;
        line-height: 50px;
    }
    .p_introduce{
        height: auto;
    }
    .p_introduce span{
        font-size: 20px;
        color: #333333;
        line-height: 30px;
    }
    .product_list .content-left{
        display: none;
    }
    .product_list .content-right{
        width: 100%;
        margin:0;
    }
    .product_list .content-right li{
        width:100%;
        padding:0;
    }
    .product_top_l, .product_top_r{
        width: 100%;
        height: auto;
    }
    .product_top_l .pc-slide{
        width: 100%;
    }
    .product_top_l .view .swiper-container{
        width: 100%;
        height: auto;
    }
    .product_top_l .preview .swiper-container{
        width: 86%;
    }
    .product_top_r h2 {
        padding:10px 0;
        font-size: 22px;
        line-height: 30px;
    }
    .product_top_r p,.product_content{
        margin-top:20px;
    }
    .product_content .product_div{
        height: 30px;
    }
    .product_content .product_desc{
        padding:10px 0 0 0;
    }
    .product_content p{
        line-height: 24px;
    }
    .page_product img{
        width:100%;
    }
    .page_product table {
        width:100%;
    }
    .page_product table p{
        padding:3px;
    }



}
