.in_banner {
    /*height: 450px !important;*/
    height: 450px;
}

.in_banner .inBan_txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.inBan_txt .inBan_T1 {
    font-size: 35px;
    line-height: 50px;
}

.inBan_txt .inBan_T2 {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 16px;
}

.inBan_txt i {
    display: block;
    height: 35px;
    margin: 16px auto 0;
    background: url("../images/icon_inb.png") center no-repeat;
}

.in_top .in_address {
    position: absolute;
    width: 100%;
    line-height: 60px;
    bottom: 100%;
    left: 0;
    background: rgba(0, 0, 0, .35);
    font-size: 14px;
    color: #767a7c;
}

.in_address a {
    font-size: 14px;
    color: #767a7c;
}

.in_address span {
    color: #0C6F40;
}

.in_top .in_title {
    line-height: 60px;
    background: #f3f3f3;
    font-size: 22px;
    color: #555c60;
}

.in_nav {
    min-height: 648px;
    width: 285px;
    height: auto;
    border-radius: 8px;
}

.inNav_T1 .inNT11 {
    font-size: 50px;
    font-weight: bold;
    color: rgba(255, 255, 255, .3);
    left: 0;
    writing-mode: vertical-lr;
    line-height: 92px;
    position: absolute;
    bottom: 32px;
}

.inNav_T1 .inNT12 {
    display: none;
}

.in_nav .inNav_T2 {
    padding: 15px 0px;
    background: #FAFAFA;
    position: sticky;
    top: 0;
}

.inNav_T2 .pro_act {
    background-color: #FFFFFF;
    color: #0C6F40;
}

.inNav_T2 li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.inNav_T2 li>img {
    width: 22px;
    height: 25px;
    margin-left: 30px;
    position: absolute;
}

.inNav_T2 li>a {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 42px;
    color: #1C1C1C;
    padding-left: 76px;
    width: 100%;
}

/* .inNav_T2 li>a:before {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background: #fff;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 50%;
} */

.inNav_T2 li:hover a {
    color: #0C6F40 !important;
    background-color: #fff;
}

.inNav_T2 li .inNav_er {
    padding-left: 0px;
    display: none;
}

.inNav_er a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding-left: 58px;
    color: #8D8E8F;
    position: relative;
}

/* .inNav_er a:before {
    content: "";
    display: block;
    border: 4px solid transparent;
    border-left-color: #4c0a0f;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    transition: all .6s;
} */

.inNav_er a:hover:before {
    left: 6px;
}

.inNav_er a:hover {
    color: #0C6F40 !important;
    background: rgba(255, 1, 1, 0.15)
}

.inNav_er a.act:before {
    border-left-color: #fff;
}

.in_main {
    /* width: calc(96% - 250px); */
    width: 100%;
    padding: 32px 0 64px;
    box-sizing: border-box;
    min-height: 556px;
    float: left;
}

/****/
.abt_txt {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.idea_box .idea_T1 {
    font-size: 30px;
    line-height: 50px;
    color: #0C6F40;
    text-align: center;
}

.idea_main .idea_div {
    padding: 30px 30px 30px 0;
    border-bottom: 1px solid #e4e4e4;
}

.idea_main .idea_div:last-child {
    border-bottom: none;
}

.idea_div .idea_DT1 {
    width: 130px;
    float: left;
}

.idea_div .idea_DT2 {
    font-size: 14px;
    line-height: 28px;
    padding-top: 12px;
    width: calc(96.5% - 130px);
    float: right;
}

.idea_div:nth-child(even) .idea_DT1 {
    float: right;
}

.idea_div:nth-child(even) .idea_DT2 {
    float: left;
}

.idea_DT2 .idea_DTT {
    font-size: 16px;
    font-weight: bold;
    color: #0C6F40;
    padding-top: 8px;
    display: block;
}

.idea_bottom .idea_BT {
    line-height: 38px;
    margin: 12px 0 26px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.idea_BT:before {
    content: "";
    display: block;
    width: 140px;
    height: 15px;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 0;
}

.idea_BT span {
    display: block;
    position: relative;
    z-index: 2;
}

.idea_bottom .ideaP_list {
    font-size: 0;
}

.ideaP_list li {
    width: 106px;
    display: inline-block;
    margin-right: 22px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.ideaP_list li img {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
}

/****/
.make_main {}

.make_main .make_one {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.make_main .make_one:last-child {
    border-bottom: none;
}

.make_one .make_top {
    padding-bottom: 30px;
}

.make_top .make_T1 {
    float: left;
    width: 132px;
    margin-right: 34px;
}

.make_T1 img {
    width: 100%;
}

.make_top .make_T2 {
    font-size: 14px;
    line-height: 28px;
    padding-top: 12px;
    text-align: justify;
}

.make_one .make_show {}

.make_show .MS_picA {
    display: block;
    position: relative;
}

.MS_picA img {
    width: 100%;
}

.MS_picA .MS_txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 46px;
    font-size: 14px;
    padding-left: 22px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}

.make_show .MS_picB {
    padding: 14px 36px 0;
}

.MS_picB ul li {
    box-sizing: border-box;
    height: 86px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.MS_picB ul li.act {
    border: 3px solid #0C6F40;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.MS_picB ul li img {
    width: 100%;
    height: 100%;
}

.MS_picB .bx-wrapper .bx-controls-direction a {
    width: 10px;
}

.MS_picB .bx-wrapper .bx-prev {
    left: -32px;
    background: url("../images/to_left_05.png") center no-repeat;
}

.MS_picB .bx-wrapper .bx-next {
    right: -32px;
    background: url("../images/to_right_05.png") center no-repeat;
}

/****/
.party_building_app {
    background-color: #F5F7F9;
    padding-top: 30px;
    padding-bottom: 100px;
}
.party_new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 100px;
}
.party_news_list{
    width: 65%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.party_news_list .party_new_item{
    width: 367px;
    display: grid;
    border-radius: 3%;
    position: relative;
    margin-bottom: 30px;
}
.party_new_item:hover{
    background-color: #FFFFFF;
}

.party_new_item .party_new_item_img{
    width: 100%;
    height: 245px;
    overflow: hidden;
    object-fit: cover;
    border-top-left-radius: 3%;
    border-top-right-radius: 3%;
}

.party_new_item_img .imgScale{
    width: 100%;
    height: 100%;
}
.party_new_item .item_title{
    color: #333333;
    height: 20%;
    padding: 44px 33px 44px 39px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
}
.party_new_item .item_text{
    color: #333333;
    display: flex;
    height: 44px;
    justify-content: space-between;
    padding: 0 33px;
}
/****/
.dynamics_item{
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    display: grid;
    align-items: center;
    margin-bottom: 14px;
    border: 1px solid #E7E7E7;
}
.dynamics_item .this_item{
    display: flex;
    margin: 19px 48px 19px 32px;
}

.this_item .dynamics_img{
    width: 22%;
    height: 166px;
}

.dynamics_img img{
    width: 100%;
    height: 100%;
}

.dynamics_text{
    margin-top: 46px;
    margin-left: 24px;
    flex-grow: 1;
}

.dynamics_title{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.this_item .dynamics_date{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 800;
    font-size: 24px;
    color: #CCCCCC;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.date_p{
    margin-bottom: 30px;
}

/****/
.btn_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 40px;
}

.btn_list .btn {
    width: 175px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}


/****/
.news_list {
    padding-bottom: 72px;
}

.news_list .news_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 0 32px 50px;
    width: 100%;
    height: 206px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    margin-bottom: 12px;
    border-radius: 5px;
}

.news_list .news_one .news_pic {
    width: 261px;
    height: 141px;
    float: left;
}

.news_list .news_one .news_txt {
    width: calc(100% - 400px);
    float: right;
}

.news_list .news_txt .news_T1 {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    transition: all .6s;
    margin-left: 30px;
}

.news_list .news_one:hover {
    box-shadow: 0px 0px 12px 1px rgba(12,111,64,0.18);
    border: none;
}

.news_list .news_one:hover .news_T2 {
    color: #0C6F40;
}

.news_txt .news_T2 {
    font-size: 14px;
    line-height: 26px;
    padding: 12px 0 14px;
}

.news_list .news_T2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 90px;
    height: 103px;
    font-weight: 500;
    color: #2C313D;
    margin-right: 48px;
}

.news_list .news_T2 p:nth-child(1) {
    font-size: 18px;
}

.news_list .news_T2 p:nth-child(2) {
    width: 48px;
    height: 1px;
    background-color: #707070;
}

.news_list .news_T2 p:nth-child(3) {
    font-size: 26px;
}

.news_txt .news_T3 {
    display: none;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
}
/****/
.main_back .sector_main{
    width: 64%;
    height: 102%;
    position: relative; /* 或者使用absolute，取决于你是否希望div2影响div1的高度计算 */
    top: -132px; /* 将div2向上偏移px */
    background: #FAFAFA;
    margin-top: 50px;
    border-radius: 6px 6px 6px 6px;
}

.btn_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 100px;
}

.main_back{
    background-size: cover;
    /*height: 747px;*/
    margin-top: 120px;
    position: relative; /* 为了包含内嵌的绝对定位元素 */
    display: grid;
    justify-items: center;
}
.newsD_T1{
    margin-left: 30px;
    display: grid;
    justify-items: center;
    color: #0C6F40;
}
.newsD_main{
    display: grid;
    justify-items: center;
    margin-left: 5%;
    margin-right: 5%;
}

.main_title{
    display: flex;
    align-items: center;
}
.newsD_T1 .title{
    height: 38px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 38px;
    color: #0C6F40;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.newsD_T1 .shorttitle{
    width: 160px;
    height: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    color: #0C6F40;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    letter-spacing: 2px;
}

.newsD_main .newsD_T2 {
    max-width: 1035px;
    border-bottom: 0px;
    padding-top: 5px;
}

.newsD_main .newsD_T3 {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.newsD_T3 p span{
    text-wrap: balance;
}

.bottom_litpic{
    display: flex;
    justify-content: center;
    padding-top: 47px;
    padding-bottom: 31px;
}

.bottom_litpic img{
    width: 289px;
    height: 289px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 10px 10px 10px 10px;
}
/****/
.contact_us_way .contact_us_way_item {
    display: grid;
    justify-items: center;
    flex: 1;
}
/*.contact_us_way_item img{ width: 48px;}*/
.contact_us_way_item .word{font-weight: 800;font-size: 20px;padding-top: 20px;color: #0C6F40;}
.contact_us_way_item .num{font-weight: 800;font-size: 20px;padding-top: 20px;}
.contact_us_way {
    display: flex;
    justify-content: space-between; /* 使子元素之间的间距平均分布 */
    position: relative;
    margin-top: 66px;
    margin-bottom: 98px;
}
.contact_info {
    width: 1200px;
    height: 607px;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    margin: 0 auto;
}
.contact_us_submit{
    width: 740px;
    height: 607px;
    display: grid;
    background-color: #FFFFFF;
    opacity: 0.59;
    border-bottom-left-radius: 2%;
    border-top-left-radius: 2%;
}
.name_phone{
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
    margin-left: 6%;
    margin-right: 6%;

    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.email_content{
    /*margin-top: 5%;*/
    margin-left: 6%;
    margin-right: 6%;

    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.content input{
    height: 100px;
    padding-top: 70px;
}
.contact_us_submit input{
    width: 300px;
    height: 30px;
    border-bottom: 2px solid #707070;
}
.contact_us_submit .email_content input{
    width: 100%;
}
.contact_us_submit .content_div input{
    height: 100px;
}
.contact_info .contact_map{
    border-top-right-radius: 2%;
    border-bottom-right-radius: 2%;
    width: 460px;
    height: 607px;
    margin: 0 auto;
    overflow: hidden;
}
.submit_button{
    height: 60px;
    /*border: 1px solid #0C6F40;*/
    align-self: auto;
    display: grid;
    justify-items: center;
}
.submit_button_in{
    width: 240px;
    height: 60px;
    opacity: 1;
    background-color: #FCFDFD;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0C6F40;
    display: grid;
    justify-items: center;
    align-items: center;
}
.submit_button_in p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #0C6F40;
}

/****/
.newsD_main .newsD_T1 {
    line-height: 32px;
    font-size: 24px;
    color: #000;
    text-align: center;
    padding: 10px 0;
}

.newsD_main .newsD_T2 {
    line-height: 20px;
    padding: 5px 0 42px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 14px;
}

.newsD_T2 .newsD_share {
    display: inline-block;
}

.newsD_share .bdshare-button-style0-16 {
    float: left;
    position: relative;
    top: 2px;
}

.newsD_share .bdshare-button-style0-16 a,
.newsD_share .bdshare-button-style0-16 .bds_more {
    margin: 0 6px 0 0;
}

.newsD_main .newsD_T3 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: justify;
    padding: 52px 0 40px;
    border-bottom: 1px solid #e5e5e5;
}

.newsD_T3 img {
    max-width: 100%;
}

.newsD_main .newsD_cls {
    /* border-bottom: 1px solid #e5e5e5; */
}

.newsD_cls a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 45px 0;
}

.newsD_cls a.newsD_prev {
    background: url("../images/news_prev.png") left 25px no-repeat;
    /* border-right: 1px solid #e5e5e5; */
}

.newsD_cls a.newsD_next {
    background: url("../images/news_next.png") right 25px no-repeat;
    text-align: right;
}

/****/
.pro_title {
    font-size: 24px;
    font-weight: normal;
    color: #0C6F40;
    margin-bottom: 32px;
}

.pro_er_list {
    display: flex;
    flex-wrap: wrap;
}

.pro_er_list>a {
    color: #1c1c1c;
    font-size: 20px;
    line-height: 40px;
    margin: 0 36px 6px 0;
    cursor: pointer;
}

.list_act {
    background: #FFEDED;
    color: #0C6F40 !important;
    border-radius: 4px;
    padding: 2px 8px;
}

.pro_list {
    font-size: 0;
    padding-bottom: 10px;
    margin-top: 26px;
}

.pro_list .pro_one {
    width: 274px;
    height: 283px;
    /* padding: 0 10px; */
    margin: 0 20px 20px 0;
    position: relative;
    border: 1px solid #eee;
    padding-bottom: 18px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    background: #FAFAFA;
    font-weight: 600;
    transition: all 0.5s;
}

.pro_list .pro_one:nth-child(3n) {
    margin-right: 0;
}

.pro_one.proNew:after {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    background: url("../images/news.png") center no-repeat;
    left: -3px;
    top: -4px;
}

.pro_one .pro_pic {
    width: 182px;
    height: 129px;
    margin: 25px auto 24px;
}

.pro_pic img {
    max-width: 100%;
    max-height: 100%;
}

.pro_one .pro_T1 {
    font-size: 22px;
    line-height: 30px;
    color: #1C1C1C;
    font-weight: 400;
    transition: all .3s;
}

.pro_one .pro_T2 {
    font-size: 14px;
    line-height: 22px;
    padding-top: 8px;
    color: #555c60;
}

.pro_list .pro_one:hover .pro_pic img {
    scale: 1.1;
}

.pro_list .pro_one:hover .pro_T1,.pro_list .pro_one:hover .pro_T2 {
    text-decoration: underline;
}


/****/
.proD_main .proD_top {
    padding-bottom: 30px;
    display: flex;
}

.proD_top .proD_show {
    width: 483px;
}

.proD_show .proDS_picA,
.proDS_picA img {
    width: 100%;
    height: 343px;
    border: 1px solid #EFEDED;
    border-bottom: none;
    position: relative;
    box-sizing: border-box;
}

.proDS_picA>p {
    width: 481px;
    height: 60px;
    line-height: 60px;
    background: #ABABAB;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.5;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.proD_show .proDS_picB {
    margin-top: 6px;
}

.proDS_picB ul {
    font-size: 0;
}

.proDS_picB ul li {
    width: 149px;
    margin: 0 12px 12px 0;
    box-sizing: border-box;
    height: 125px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid rgba(28,28,28,0.3);
}
.proDS_picB ul li p {
    width: 100%;
    height: 43px;
    line-height: 43px;
    background: rgba(28, 28, 28, 0.5);
    /* opacity: 0.5; */
    position: absolute;
    bottom: 0;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.proDS_picB ul li.act {
    border: 1px solid #0C6F40;
}
.proDS_picB ul li p.act_t{
    background-color: rgba(255, 1, 1, 0.5);
}
.proDS_picB ul li:nth-child(4n) {
    /* margin-right: 0; */
}

.proDS_picB ul li img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.proD_top .proD_info {
    /* width: calc(100% - 470px);
    float: right; */
    flex: 1;
    margin-left: 40px;
}

.proD_info .proD_T1 {
    padding-left: 5px;
    background: url("../images/icon_pt.jpg") left top/5px 100% no-repeat;
    line-height: 32px;
    font-size: 18px;
    color: #000;
}

.proD_T1 .proD_name {
    line-height: 38px;
    /* border-bottom: 1px solid #e5e5e5; */
    font-size: 22px;
    font-weight: 600;
}

.proD_info .proD_T2 {
    margin: 20px 0 0;
    padding: 5px 15px;
    line-height: 24px;
    font-size: 14px;
    color: #1C1C1C;
    background: rgba(255, 1, 1, 0.07);
}

.proD_T3 {
    display: flex;
    margin-top: 20px;
}

.proD_T3 b {
    display: block;
    line-height: 30px;
    font-size: 14px;
    width: 58px;
}

.proD_T3 ul li {
    line-height: 30px;
    font-size: 14px;
    padding-left: 18px;
    position: relative;
}

.proD_T3 ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #0C6F40;
    opacity: 0.6;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
}

.proD_info .proD_T4 {
    padding-top: 24px;
    display: flex;
    align-items: center;
}

.proD_T4 .proD_ask {
    width: 163px;
    height: 47px;
    line-height: 47px;
    background: #0C6F40;
    border-radius: 4px;
    border: 1px solid #0C6F40;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 26px;
    font-weight: 800;
}

.proD_T4 .proD_share {
    float: left;
}

.proD_share .bdshare-button-style0-16 {
    float: left;
}

.proD_share .bdshare-button-style0-16 .bds_more {
    width: 163px;
    height: 47px;
    background: rgba(255, 1, 1, 0.1);
    border-radius: 4px;
    border: 1px solid #0C6F40;
    font-size: 16px;
    font-weight: 800;
    color: #0C6F40;
    line-height: 47px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.proD_intro .proDI_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 100px;
}

.proDI_nav a {
    width: 175px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-right: 80px;
    cursor: pointer;
}

.proDI_nav a:hover,
.proDI_nav a.act {
    background: #0C6F40;
    color: #fff;
    border-right-color: #0C6F40;
}

.proDI_list .proDI_one {
    display: none;
    line-height: 26px;
    font-size: 14px;
    color: #555c60;
    text-align: justify;
}


.proDI_one img {
    max-width: 100%;
}

/****/
.down_list {
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 30px;
}

.down_list .down_one {
    position: relative;
    display: block;
    width: 214px;
    height: 301px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.64) 100%);
    border-radius: 8px;
    overflow: hidden;
    margin:0 94px 61px 0;
}
.down_list .down_one:nth-child(4n){
    margin-right:0;
}
.down_one .down_pic {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.down_one .down_txt {
    line-height: 28px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 80%;
}

.down_one .download {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.down_txt .down_T1 {
    font-size: 22px;
    font-weight: bold;
    transition: all .6s;
}

.down_one:hover .download {
    display: block;
}

.down_one:hover {
    /* background: url('../images/home/download_mask.png') no-repeat; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.94) 100%);
}

.down_txt .down_T2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

/****/
.con_top {
    line-height: 54px;
    padding: 26px 0 46px;
    font-size: 22px;
    color: #555c60;
}

.con_top .con_nav {
    float: right;
    box-shadow: 0 15px 15px rgba(230, 9, 24, .2);
    font-size: 0;
    height: 54px;
}

.con_nav a {
    width: 150px;
    text-align: center;
    font-size: 16px;
    color: #000;
    display: inline-block;
    box-sizing: border-box;
    border-right: 1px solid #fde3e4;
}

.con_nav a:hover,
.con_nav a.act {
    background: #0C6F40;
    color: #fff;
}

.con_list .con_one {
    position: relative;
    display: flex;
    /* border: 1px solid #eee; */
    margin-bottom: 38px;
}

.con_one .con_map {
    width: 507px;
    height: 336px;
    float: left;
    box-sizing: border-box;
    /* border-right: 1px solid #eee; */
    overflow: hidden;
}

.con_one .con_map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con_map iframe {
    max-width: 100%;
}

.con_one .con_txt {
    width: calc(96% - 600px);
    float: right;
    padding-top: 41px;
    color: #555c60;
    line-height: 28px;
    margin-left: 81px;
}

.con_one .con_mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 95%;
    z-index: -1;
    background: #F5F5F5;
    opacity: 0.3;
}

.con_txt .con_T1 {
    font-size: 22px;
    margin-bottom: 32px;
    font-weight: bold;
}

.con_txt .con_T1::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #0C6F40;
    position: absolute;
    top: 75.5px;
}

.con_txt .con_T2 {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 400;
}

.con_txt .con_email {
    display: block;
    width: 134px;
    line-height: 44px;
    border: 1px solid #0C6F40;
    text-align: center;
    font-size: 14px;
    color: #0C6F40;
}

.con_txt .con_email:hover {
    box-shadow: 0 0 15px rgba(230, 9, 24, .5);
}

/**pager**/
.pager {
    text-align: center;
}

.pager a {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: Arial;
}

.pager a:hover,
.pager a.act {
    color: #0C6F40;
}

.pager a.pager_prev {
    background: url("/images/img/pager_prev.jpg") center no-repeat;
}

.pager a.pager_next {
    background: url("/images/img/pager_next.jpg") center no-repeat;
}




.bg-olc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
}

.miolr,
.miolr * {
    box-sizing: border-box;
}

.miolr {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 45%;
    margin-left: -280px;
    margin-top: -284px;
    /* width: 560px; */
    /* height: 662px; */
    /* padding: 10px; */
    /* background: rgba(0, 0, 0, 0.3); */
}

.miolr .gb {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(/images/img/icon30.png);
}

.smkta {
    background: #fff;
    padding: 20px;
    color: #666;
    position: relative;
}

.smkta h3 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.smkta .d1 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #8D8E8F;
}

.smkta .d1::before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}

.smkta .d1 span {
    color: #0C6F40;
}

.smkta .d2 {
    margin-bottom: 15px;
}

.smkta .d2 .c1 {
    width: 290px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 10px;
}

.smkta .d2 span {
    margin-left: 10px;
    color: #8D8E8F;
}

.smkta .d3 {
    text-align: center;
    padding-top: 15px;
}

.smkta .d3 input {
    width: 150px;
    height: 45px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background: #0C6F40;
}

.honor-ul li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.honor-ul li:nth-child(4n) {
    margin-right: 0;
}

.honor-ul li .honor-li-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.honor-ul li .honor-li-tit {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    padding: 29px 0 20px 17px;
}

.honor-ul li .honor-li-tit::before {
    content: '';
    display: block;
    width: 21px;
    height: 2px;
    background: #0C6F40;
    opacity: 0.75;
}

.lmaeobn * {
    box-sizing: border-box;
}

.lmaeobn {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.ubcenma {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 980px;
    padding: 40px;
}

.ubcenma h3 {
    position: relative;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.ubcenma h3:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    width: 5px;
    height: 40px;
    margin-top: -20px;
    background: #0C6F40;
}

.ubcenma .gb {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/x.png) no-repeat center center;
}

.olmgeb {
    padding-top: 10px;
}

.olmgeb li {
    margin-top: 20px;
    width: 48%;
    float: left;
}

.olmgeb li:nth-child(2n) {
    float: right;
}

.olmgeb li .d1 {
    font-size: 16px;
}

.olmgeb li .d1 span {
    color: #0C6F40;
}

.olmgeb li .d2 {
    margin-top: 6px;
}

.olmgeb li .d2 .c1 {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 42px;
}

.coelam {
    margin-top: 20px;
    text-align: center;
}

.coelam input {
    border: none;
    cursor: pointer;
    width: 150px;
    height: 42px;
    margin: 0 2%;
}









@media (max-width: 1000px) {
    .honor-ul li {
        width: 49%;
    }

    .honor-ul li:nth-child(2n) {
        margin-right: 0;
    }

    .honor-ul li .honor-li-tit {
        font-size: 14px;
    }

    .ubcenma {
        width: 100%;
        padding: 25px;
        height: 100%;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        overflow: auto;
    }

    .ubcenma h3 {
        font-size: 18px;
    }

    .ubcenma h3:before {
        left: -25px;
    }

    .olmgeb li {
        width: 100%;
        margin-top: 15px;
    }

    .coelam input {
        width: 120px;
    }

}

@media (max-width: 640px) {
    .miolr {
        height: auto;
        left: 4%;
        width: 92%;
        margin: 0;
        transform: translateY(-50%);
    }

    .smkta {
        padding: 4%;
    }

    .smkta h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .smkta .d1 {
        font-size: 14px;
    }

    .smkta .d2 {
        margin-bottom: 10px;
    }

    .smkta .d2 .c1 {
        width: 100%;
        height: 32px;
    }

    .smkta .d2 span {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 12px;
        margin-top: 3px;
    }

    .smkta .d3 {
        padding-top: 10px;
    }

    .smkta .d3 input {
        height: 36px;
    }

}
