﻿@charset "utf-8";
.adbox {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 100px;
    right: calc(100% - 350px);
    max-width: 350px;
}

.adbox.on {
    animation: myfirst 18s linear;
    -moz-animation: myfirst 18s linear;
    /* Firefox */
    -webkit-animation: myfirst 18s linear;
    /* Safari 和 Chrome */
    -o-animation: myfirst 18s linear;
}

@keyframes myfirst {
    0% {
        top: 100px;
        right: 0%;
        opacity: 1;
        z-index: 1000;
    }
    30% {
        top: 100px;
        right: 0%;
        opacity: 1;
        z-index: 1000;
    }
    40% {
        right: calc(100% - 350px);
        z-index: 1000;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        z-index: 0;
    }
}

/*.bannerBox {
    position: relative;
    overflow: hidden;
    z-index: 99;
    width: 100%;*/
    /*margin-top: -100px*/
/*}*/

/*.bannerBox .video_cm {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 50%;
}

.bannerBox .video_cm .video_v {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}

.bannerBox .banner {
    position: relative;
}*/

.banner .pc-banner{
	display: block;
}

.banner .mobile-banner{
	display: none;
}

.banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .tab.swiper-pagination-bullets {
    position: absolute;
    right: 70px;
    z-index: 6;
    width: 28px;
    left: inherit;
    font-size: 0;
    top: 10px;
    margin: auto 0;
    height: 114px;
}

.banner .tab.swiper-pagination-bullets .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 auto !important;
    display: block;
    position: relative;
    outline: none;
    width: 28px;
    height: 28px;
    display: block;
}

.banner .tab.swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.banner .tab.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    margin: -9px 0 0 -9px;
}

@media(max-width: 960px){
	.banner{
		margin-top: 60px;
	}
	
	.banner .pc-banner{
		display: none;
	}
	
	.banner .mobile-banner{
		display: block;
	}

	.banner .tab.swiper-pagination-bullets {
        text-align: left;
        padding-left: 5%;
        bottom: 14px;
        left: 0;
        width: 100%;
        right: auto;
        height: auto;
        top: auto;
    }
    .banner .tab.swiper-pagination-bullets .swiper-pagination-bullet {
        position: relative;
        margin: 0 8px !important;
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
    }
    .banner .tab.swiper-pagination-bullets .swiper-pagination-bullet::before {
        width: 10px;
        height: 10px;
    }
    .banner .tab.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
        width: 16px;
        height: 16px;
    }
}

/*.bannerBox .banner .swiper-slide .pic, .bannerBox .banner .swiper-slide .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bannerBox .banner .swiper-slide .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bannerBox .banner .swiper-slide .txt {
    display: flex;
    align-items: center;
}

.bannerBox .banner .swiper-slide .txt .box {
    width: 1200px;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
}

.bannerBox .banner .swiper-slide .txt .box1 {
    width: 600px;
}

.bannerBox .banner .swiper-slide .txt .box1 .t2 {
    padding-top: 1%;
}
*/
/*.bannerBox .banner .swiper-slide .txt .box1 .t1 img{ width: 73.66666666666667%;}*/

/*.bannerBox .banner .swiper-slide .txt .box1 .t2 img {
    width: 51.33333333333333%;
}

.bannerBox .banner .swiper-slide .txt .box1 .t3 img {
    width: 97.5%;
}

.bannerBox .banner .swiper-slide .txt .box2 {
    width: 700px;
}

.bannerBox .banner .swiper-slide .txt .box2 .t2 {
    padding-top: 1%;
}*/

/*.bannerBox .banner .swiper-slide .txt .box2 .t1 img{ width: 89.85714285714286%;}*/

/*.bannerBox .banner .swiper-slide .txt .box2 .t2 img {
    width: 78.14285714285714%;
}

.bannerBox .banner .swiper-slide .txt .box2 .t3 img {
    width: 99.28571428571429%;
}

.bannerBox .banner .swiper-slide .txt .box3 {
    width: 700px;
}

.bannerBox .banner .swiper-slide .txt .box3 .t2 {
    padding-top: 1%;
}*/

/*..bannerBox .banner .swiper-slide .txt .box3 .t1 img{ width: 63%;}*/

/*.bannerBox .banner .swiper-slide .txt .box3 .t2 img {
    width: 53.28571428571429%;
}

.bannerBox .banner .swiper-slide .txt .box3 .t3 img {
    width: 95.57142857142857%;
}

.bannerBox .banner .tab {
    position: absolute;
    right: 15px;
    z-index: 6;
    width: 28px;
    left: inherit;
    font-size: 0;*/
    /*margin-bottom: -57px;bottom: 50%;*/
/*}*/

/*.bannerBox .banner .tab .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 5px auto;
    display: block;
    position: relative;
    outline: none;
    width: 28px;
    height: 28px;
}

.bannerBox .banner .tab .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.bannerBox .banner .tab .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.bannerBox .nav {
    position: absolute;
    width: 100%;
    bottom: 50px;
    z-index: 5;
}

.bannerBox .nav .auto {
    position: relative;
}

.bannerBox .nav .tab ul {
    display: flex;
    justify-content: space-between;
}

.bannerBox .nav .tab li {
    background: #fff;
    width: 33%;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.bannerBox .nav .tab li>a {
    display: block;
    padding: 25px 30px;
}

.bannerBox .nav .tab li .img {
    float: right;
    width: 50px;
    height: 50px;
    background: center no-repeat;
}

.bannerBox .nav .tab li .info {
    line-height: 25px;
}

.bannerBox .nav .tab li .info .t {
    color: #333;
}

.bannerBox .nav .tab li .info .p {
    color: #999;
}

.bannerBox .nav .tab li:nth-child(1) .img {
    background-image: url(../images/h1.png);
}

.bannerBox .nav .tab li:nth-child(2) .img {
    background-image: url(../images/h2.png);
}

.bannerBox .nav .tab li:nth-child(3) .img {
    background-image: url(../images/h3.png);
}

.bannerBox .nav .tab li .box {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 30px;
}

.bannerBox .nav .tab li:hover .box {
    display: block;
}*/

.inAbout {
    position: relative;
    padding-left: 270px;
    display: flex;
    align-items: center;
    height: 205px;
}

.inAbout .pic {
    position: absolute;
    left: 0;
    top: 0;
}

.inAbout .pic a {
    display: block;
    position: relative;
}

.inAbout .pic, .inAbout .pic a {
    width: 270px;
    height: 205px;
    overflow: hidden;
}

.inAbout .txt {
    padding-left: 45px;
}

.inAbout .txt .p {
    line-height: 30px;
    height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.inAbout .txt .more {
    padding-top: 30px;
}

.inAbout .txt .more a {
    display: block;
    width: 165px;
    line-height: 45px;
    border: 1px solid #d4a253;
    background: #fff;
    text-align: center;
    ;
    border-radius: 23px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.inAbout .txt .more a span {
    color: #d4a253;
}

.inAbout .txt .more a:hover {
    color: #fff;
    background: #d4a253;
}

.inAbout .txt .more a:hover span {
    color: #fff;
}

.inItem {
    overflow: hidden;
}

.inItem dl {
    overflow: hidden;
    margin-right: -3%;
}

.inItem dd {
    float: left;
    width: 22%;
    margin-right: 3%;
}

.inItem dd a {
    display: block;
}

.inItem dd .pic {
    position: relative;
    height: 0;
    padding-bottom: 66%;
    overflow: hidden;
}

.inItem dd .t {
    text-align: center;
    line-height: 35px;
}

.inHonor {
    overflow: hidden;
}

.inHonor dl {
    overflow: hidden;
    margin-right: -3%;
}

.inHonor dd {
    float: left;
    width: 22%;
    margin-right: 3%;
}

.inHonor dd a {
    display: block;
    background: #fff;
    padding: 4px;
}

.inHonor dd .pic {
    position: relative;
    height: 0;
    padding-bottom: 79%;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .bannerBox .nav .tab li:hover {
        background: #d4a253;
    }
    .bannerBox .nav .tab li:hover .info .t, .bannerBox .nav .tab li:hover .info .p {
        color: #fff;
    }
    .bannerBox .nav .tab li:nth-child(1):hover .img {
        background-image: url(../images/h1_on.png);
    }
    .bannerBox .nav .tab li:nth-child(2):hover .img {
        background-image: url(../images/h2_on.png);
    }
    .bannerBox .nav .tab li:nth-child(3):hover .img {
        background-image: url(../images/h3_on.png);
    }
    .footer {
        background: #d4a253;
    }
}

@media screen and (max-width: 1200px) {
    .bannerBox .banner .swiper-slide {
        padding-bottom: 60%;
        height: 0;
    }
    .bannerBox .nav {
        bottom: 25px;
    }
}

@media screen and (max-width: 960px) {
    .bannerBox .nav .tab li .box {
        padding: 15px;
    }
    .inAbout {
        height: 167px;
        padding-left: 220px;
    }
    .inAbout .pic, .inAbout .pic a {
        width: 220px;
        height: 167px;
        overflow: hidden;
    }
    .inAbout .txt {
        padding-left: 25px;
    }
    .inAbout .txt .more a {
        line-height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .bannerBox {
        padding-top: 60px;
        margin-top: 0;
    }
    .bannerBox .nav {
        position: initial;
    }
    .bannerBox .nav .tab ul {
        display: block;
    }
    .bannerBox .nav .tab li {
        width: 100%;
        padding: 15px 0 0 0;
    }
    .bannerBox .nav .tab li>a {
        display: block;
        padding: 0;
    }
    .bannerBox .nav .tab li .img {
        background-size: 30px 30px;
    }
    .bannerBox .nav .tab li .box {
        display: block;
        position: initial;
        padding: 15px 0 0 0;
    }
    .inHonor {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .inItem dd {
        width: 47%;
    }
    .inHonor dd {
        width: 47%;
        margin-bottom: 3%;
    }
    .inAbout {
        height: 95px;
        padding-left: 125px;
    }
    .inAbout .pic, .inAbout .pic a {
        width: 125px;
        height: 95px;
        overflow: hidden;
    }
    .inAbout .txt {
        padding-left: 15px;
    }
    .inAbout .txt .p {
        line-height: 24px;
        height: 48px;
        -webkit-line-clamp: 2;
    }
    .inAbout .txt .more {
        padding-top: 15px;
    }
    .inAbout .txt .more a {
        line-height: 30px;
        width: 120px;
    }
    .adbox {
        display: none;
    }
}

.ind_wrap {
    width: 76%;
    margin: 0 auto;
    background-color: #ffffff;
}

.ind_wrap .ind_title {
    color: #d4a253;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ind_wrap .ind_cont {
    overflow: hidden;
}

.ind_wrap .ind_cont .about_cont {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}

.ind_wrap .ind_cont .ind_about_cont {
    order: 1;
    width: 66.66%;
    padding-right: 80px;
}

.ind_wrap .ind_cont .ind_about_cover {
    order: 2;
    width: 33.33%;
    overflow: hidden;
}

.ind_wrap .ind_cont .ind_about_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform ease 0.3s;
}

.ind_wrap .ind_cont .ind_about_cover img:hover{
	transform: scale(1.1);
}

.ind_wrap .ind_cont .ind_about_cover .ind_about_cover_img {
    width: 100%;
}

.ind_wrap .ind_cont .ind_about_intro {
    color: #333;
    font-size: 16px;
    line-height: 200%;
    text-indent: 2em;
    margin-bottom: 20px;
}

.ind_wrap .ind_cont .ind_about_intro:last-child {
    margin-bottom: 0;
}

.ind_wrap .ind_cont .service_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.ind_wrap .ind_cont .service_item {
    position: relative;
    width: calc(12.5% - 8px);
    margin: 0 4px 8px;
    height: 170px;
}

.ind_wrap .ind_cont .service_item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ind_wrap .ind_cont .service_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.ind_wrap .ind_cont .service_item:hover img {
    transform: scale(1.1);
}

.ind_wrap .ind_cont .service_item .service_title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(103, 101, 104, 0.8);
}

.ind_wrap .ind_cont .service_item .service_title a {
    color: #fff;
}

.ind_wrap .ind_cont .service_item .service_title a:hover {
    color: #fff;
}

.ind_wrap .ind_cont .hz_menu {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.ind_wrap .ind_cont .hz_menu li {
    width: calc(20% - 10px);
}

.ind_wrap .ind_cont .hz_menu li a {
    display: block;
    line-height: 32px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 15px 3px;
}

.ind_wrap .ind_cont .hz_menu li.active a {
    background-color: #d4a253;
    color: #fff;
}

.ind_wrap .ind_cont .hz_menu li a i {
    display: block;
    font-weight: bold;
    color: #d4a253;
    font-size: 20px;
    font-style: normal;
}

.ind_wrap .ind_cont .hz_menu li.active a i {
    color: #fff;
}

.ind_wrap .ind_cont .hz_menu li a span {
    display: block;
    color: #333333;
    font-size: 22px;
    font-weight: 600;
}

.ind_wrap .ind_cont .hz_menu li.active a span {
    color: #fff;
}

.ind_wrap .ind_cont .hz_cont .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ind_wrap .ind_cont .hz_cont .con {
    display: none;
}

.ind_wrap .ind_cont .hz_cont .con.active {
    display: block;
}

.ind_wrap .ind_cont .hz_cont .con {
    display: none;
}

.ind_wrap .ind_cont .hz_cont {
    padding-top: 40px;
    line-height: 2;
    color: #333;
}

.ind_wrap .ind_cont .hz_cont img {
    max-width: 100%;
    display: inline-block;
    vertical-align: center;
}

.ind_wrap .ind_cont .hz_cont .jm_r {
    text-align: center;
}

.ind_wrap .ind_cont .hz_cont .c {
    color: #d4a253;
}

.ind_wrap .ind_cont .hz_cont .jm_com1 .jm_l {
    width: 63.7%;
}

.ind_wrap .ind_cont .hz_cont .jm_com1 .jm_l .jm_a {
    font-size: 18px;
}

.ind_wrap .ind_cont .hz_cont .jm_com1 .jm_l .jm_a .b {
    font-size: 26px;
}

.ind_wrap .ind_cont .hz_cont .jm_com1 .jm_l .jm_b {
    font-size: 14px;
}

.ind_wrap .ind_cont .hz_cont .jm_com1 .jm_l .jm_b p {
    padding-top: 22px;
}

.ind_wrap .ind_cont .hz_cont .jm_com1 .jm_r {
    width: 32.8888%;
}

.ind_wrap .ind_cont .hz_cont .jm_com2 .jm_l {
    width: 60.59%;
}

.ind_wrap .ind_cont .hz_cont .jm_com2 .jm_l p {
    padding-top: 20px;
}

.ind_wrap .ind_cont .hz_cont .jm_com2 .jm_r {
    width: 37.7777%;
}

.ind_wrap .ind_cont .hz_cont .jm_com3 .jm_l {
    width: 55.70%;
}

.ind_wrap .ind_cont .hz_cont .jm_com3 .jm_l ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ind_wrap .ind_cont .hz_cont .jm_com3 .jm_l li {
    width: 49%;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.ind_wrap .ind_cont .hz_cont .jm_com3 .jm_l li .img {
    background: #d4a253;
    border-radius: 50%;
    overflow: hidden;
    width: 75px;
}

.ind_wrap .ind_cont .hz_cont .jm_com3 .jm_l li .img img {
    display: block;
    width: 100%;
}

.ind_wrap .ind_cont .hz_cont .jm_com3 .jm_l li p {
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}

.ind_wrap .ind_cont .hz_cont .jm_com3 .jm_l li:hover .img {
    background: #d3a253;
}

.ind_wrap .ind_cont .hz_cont .jm_com3 .jm_r {
    width: 34%;
    overflow: hidden;
}

.ind_wrap .ind_cont .hz_cont .jm_com3 .jm_r img{
	width: 100%;
	transition: transform ease 0.3s;
}

.ind_wrap .ind_cont .hz_cont .jm_com3 .jm_r img:hover{
	transform: scale(1.1);
}

.ind_wrap .ind_cont .hz_cont .jm_com4 .jm_l {
    width: 61.48%;
}

.ind_wrap .ind_cont .hz_cont .jm_com4 .jm_l ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ind_wrap .ind_cont .hz_cont .jm_com4 .jm_l li {
    width: 25%;
    padding: 15px 10px;
    text-align: center;
}

.ind_wrap .ind_cont .hz_cont .jm_com4 .jm_l li .img {
    background: #d4a253;
    border-radius: 50%;
    overflow: hidden;
    width: 40%;
    max-width: 70px;
    display: inline-block;
    vertical-align: top;
}

.ind_wrap .ind_cont .hz_cont .jm_com4 .jm_l li .img img {
    display: block;
    width: 100%;
}

.ind_wrap .ind_cont .hz_cont .jm_com4 .jm_l li p {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 10px;
}

.ind_wrap .ind_cont .hz_cont .jm_com4 .jm_l li:hover .img {
    background: #d4a253;
}

.ind_wrap .ind_cont .hz_cont .jm_com4 .jm_r {
    width: 34.74%;
    overflow: hidden;
}

.ind_wrap .ind_cont .hz_cont .jm_com4 .jm_r img{
	width: 100%;
	transition: transform ease 0.3s;
}

.ind_wrap .ind_cont .hz_cont .jm_com4 .jm_r img:hover{
	transform: scale(1.1);
}

.ind_wrap .ind_cont .hz_cont .jm_com5 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

.ind_wrap .ind_cont .hz_cont .jm_com5 ul li {
    width: 20%;
    text-align: center;
    padding: 7px;
}

.ind_wrap .ind_cont .hz_cont .jm_com5 ul li .img {
    width: 100%;
    position: relative;
    padding-bottom: 69.685%;
    overflow: hidden;
}

.ind_wrap .ind_cont .hz_cont .jm_com5 ul li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_wrap .ind_cont .hz_cont .jm_com5 ul li .h3 {
    color: #d4a253;
    font-weight: bold;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 6px;
}

.ind_wrap .ind_cont .hz_cont .jm_com6{
    flex-wrap: wrap;
}

.ind_wrap .ind_cont .hz_cont .jm_com6 .title{
    width: 100%;
}

.ind_wrap .ind_cont .hz_cont .jm_com6 .jm_l {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.ind_wrap .ind_cont .hz_cont .jm_com6 .jm_l>p{
    width: 100%;
}

.ind_wrap .ind_cont .hz_cont .jm_com6 ul{
    width: 50%;
}

.ind_wrap .ind_cont .hz_cont .jm_com6 li {
    display: flex;
    width: 100%;
    padding: 8px 0;
    align-items: center;
}

.ind_wrap .ind_cont .hz_cont .jm_com6 li img {
    display: block;
    width: 35px
}

.ind_wrap .ind_cont .hz_cont .jm_com6 li p {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 12px;
}

.ind_wrap .ind_cont .hz_cont .jm_com6 li p.last {
    padding-left: 0;
}

.ind_wrap .ind_cont .hz_cont .jm_com6 .jm_r {
    width: 30%;
    overflow: hidden;
}

.ind_wrap .ind_cont .hz_cont .jm_com6 .jm_r img{
	transition: transform ease 0.3s;
}

.ind_wrap .ind_cont .hz_cont .jm_com6 .jm_r img:hover{
	transform: scale(1.1);
}

.ind_wrap .ind_cont .hz_cont .jm_com8 {
	position: relative;
}

.ind_wrap .ind_cont .hz_cont .jm_com8 p {
    font-size: 15px;
}

.ind_wrap .ind_cont .hz_cont .jm_com8 p strong {
    font-weight: bold;
    font-size: 18px;
    color: #d4a253;
}

.ind_wrap .ind_cont .hz_cont .jm_com8 .cnm_ewm {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.ind_wrap .ind_cont .hz_cont .jm_com8 .cnm_ewm img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.ind_wrap .ind_cont .news-list {
    width: 100%;
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: space-between;
}

.ind_wrap .ind_cont .news-item {
    width: calc(33.33% - 20px);
}

.ind_wrap .ind_cont .news-item-title-wrap {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.ind_wrap .ind_cont .news-item-title-wrap .news-item-title {
    float: left;
    font-size: 20px;
    color: #d4a253;
}

.ind_wrap .ind_cont .news-item-title-wrap .news-item-more {
    float: right;
    font-size: 20px;
    color: #999;
}

.ind_wrap .ind_cont .news-item-title-wrap .news-item-more:hover {
    color: #d4a253;
}

.ind_wrap .ind_cont .news-item-item {
    overflow: hidden;
    margin-top: 15px;
}

.ind_wrap .ind_cont .news-item-item .news-item-item-title {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    float: left;
    font-size: 14px;
}

.ind_wrap .ind_cont .news-item-item .news-item-item-title:hover {
    color: #d4a253;
}

.ind_wrap .ind_cont .news-item-item .news-item-item-time {
    width: 40%;
    color: #999;
    float: right;
    text-align: right;
    font-size: 14px;
}

@media screen and (max-width:1600px){
    .ind_wrap .ind_cont .ind_about_cont{
            padding-right: 40px;
    }
    .ind_wrap .ind_cont .ind_about_cover{
        width: 52.33%;
    }
}

@media(max-width: 768.98px) {
    .ind_wrap {
        width: 100%;
        padding: 0 10px;
    }
    .ind_wrap .ind_title {
        font-size: 26px;
    }
    .ind_wrap .ind_cont .about_cont {
        flex-wrap: wrap;
    }
    .ind_wrap .ind_cont .ind_about_cover {
        order: 1;
        width: 100%;
    }
    .ind_wrap .ind_cont .ind_about_cont {
        order: 2;
        padding-right: 0;
        width: 100%;
        margin-top: 10px;
    }
    .ind_wrap .ind_cont .ind_about_intro {
        line-height: 150%;
        margin-bottom: 10px;
    }
    .ind_wrap .ind_cont .service_list {
        flex-wrap: wrap;
    }
    .ind_wrap .ind_cont .service_item {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
        height: 150px;
    }
    .ind_wrap .ind_cont .hz_menu {
        flex-wrap: wrap;
    }
    .ind_wrap .ind_cont .hz_menu li {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
    .ind_wrap .ind_cont .hz_menu a {
        font-size: 14px;
        line-height: 28px;
    }
    .ind_wrap .ind_cont .hz_menu li a i {
        font-size: 18px;
    }
    .ind_wrap .ind_cont .hz_menu li a span {
        font-size: 13px;
    }
    .ind_wrap .ind_cont .hz_menu .flex {
        display: block;
    }
    .ind_wrap .ind_cont .hz_menu .jm_com .jm_l, .ind_wrap .ind_cont .hz_menu .jm_com .jm_r {
        width: 100% !important;
    }
    .ind_wrap .ind_cont .hz_menu .jm_com .jm_r {
        padding-top: 25px;
    }
    .ind_wrap .ind_cont .hz_menu .jm_com4 .ul li {
        width: 33.3333%;
    }
    .ind_wrap .ind_cont .hz_cont .jm_com {
        display: block;
    }

    .ind_wrap .ind_cont .hz_cont .jm_com6 ul{
        align-items: stretch;
    }

    .ind_wrap .ind_cont .hz_cont .jm_com6 li p{
        font-size: 12px;
    }
    .ind_wrap .ind_cont .hz_cont .jm_com .jm_r, .ind_wrap .ind_cont .hz_cont .jm_com .jm_l {
        width: 100%;
    }
    .ind_wrap .ind_cont .hz_cont .jm_com1 .jm_l .jm_a .b {
        font-size: 20px;
    }
    .ind_wrap .ind_cont .hz_cont .jm_com4 .jm_l li {
        width: 50%;
    }
    .ind_wrap .ind_cont .hz_cont .jm_com4 .jm_l li .img {
        width: 30%;
        max-width: 60px;
    }
    .ind_wrap .ind_cont .hz_cont .jm_com5 ul li {
        width: 50%;
    }
    .ind_wrap .ind_cont .hz_cont .jm_com8 .cnm_ewm{
    	position: relative;
    	padding-top: 15px;
    }
    .ind_wrap .ind_cont .news-list{
    	flex-wrap: wrap;
    }
	.ind_wrap .ind_cont .news-item{
		width: 100%;
	}
	.ind_wrap .ind_cont .news-item:not(:last-child){
		margin-bottom: 10px;
	}
}


.ind_wrap .sdfn .sdfn-list{
	display: flex;
	flex-wrap: wrap;
}

.ind_wrap .sdfn .sdfn-item{
	position: relative;
	width: 20%;
	padding: 70px 30px;
	border-width: 0px;
	border-style: solid;
	border-color: #ececec;
	border-right-width: 1px;
	text-align: center;
}

.ind_wrap .sdfn .sdfn-item:nth-child(-n + 5){
	border-bottom-width: 1px;
}

.ind_wrap .sdfn .sdfn-item:nth-child(5n){
	border-right-width: 0;
}

.ind_wrap .sdfn .sdfn-item-title{
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #1a1a1a;
}

.ind_wrap .sdfn .sdfn-item-hide{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 15px 15px;
	opacity: 0;
	background-color: #d4a253;
	color: #ffffff;
	transition: opacity ease 0.3s;
}

.ind_wrap .sdfn .sdfn-item:hover .sdfn-item-hide{
	opacity: 1;
}

.ind_wrap .sdfn .sdfn-item-hide-title{
	font-size: 18px;
	font-weight: bold
}

.ind_wrap .sdfn .sdfn-item-hide-text{
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
}

@media (max-width: 1600px) {
	.ind_wrap .sdfn .sdfn-item-icon img{
		max-width: 100px;
	}
	.ind_wrap .sdfn .sdfn-item-title{
		font-size: 16px;
	}
	.ind_wrap .sdfn .sdfn-item-hide-text{
		font-size: 12px;
	}
}


@media (max-width: 768px) {
	.ind_wrap .sdfn .sdfn-body{
		margin: 20px auto;
		max-width: 100%;
	}
	.ind_wrap .sdfn .sdfn-item{
		width: 50%;
		border-bottom-width: 1px;
	}
	.ind_wrap .sdfn .sdfn-item:nth-child(5n){
		border-right-width: 1px;
	}
	.ind_wrap .sdfn .sdfn-item:nth-child(9),
	.ind_wrap .sdfn .sdfn-item:nth-child(10){
		border-bottom-width: 0;
	}
	.ind_wrap .sdfn .sdfn-item-icon img{
		max-width: 80px;
	}
	.ind_wrap .sdfn .sdfn-item-title{
		font-size: 18px;
	}
	.ind_wrap .sdfn .sdfn-item-hide{
		padding: 10px;
	}
	.ind_wrap .sdfn .sdfn-item-hide-title{
		font-size: 16px;
	}
	.ind_wrap .sdfn .sdfn-item-hide-text{
		font-size: 10px;
	}
}