/* ind_pro s */
.ind_pro {
    background: #f8f8f8;
}

.ind_pro .prol {
    margin-top: .5rem;
}

.ind_pro .prol ul {}

.ind_pro .prol ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: .5rem;
    background: #fff;
}

.ind_pro .prol ul li:nth-child(3n) {
    margin-right: 0;
}

.ind_pro .prol ul li img {
    padding: 20px;
}

.prol ul li a {}

.prol ul li a .info {
    padding: .3rem;
    border-top: 1px solid #ccc;
}

.prol ul li a .info .tit {}

.prol ul li a .info .tit h4 {
    font-family: 'hr';
    margin-bottom: 7px;
    font-size: 16px;
}

.prol ul li a .info .tit p {
    color: #959595;
    font-size: 14px;
}

/* ind_pro  e*/


.honor li .img {

    border: 1px solid #ccc;
}

/* ind_ab s */
.ind_ab {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: url(/uploads/image/tdsimage/ind_ab.jpg) no-repeat center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ind_ab .fl {
    width: 50%;
}

.ind_ab .fl .con {
    margin-top: 35px;

}

.ind_ab .fl .con p {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'hr';

}

.ind_ab .fl .num_li {}

.num_li ul {}

.num_li ul li {
    padding: 0 50px;
    position: relative;
}

.num_li ul li:nth-child(1)::before {
    display: none;
}

.num_li ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 70%;
    margin-top: 20px;
    background-color: #ccc;
}

.num_li ul li .num {
    margin-bottom: 12px;
}

.num_li ul li .num .nu {
    font-size: 66px;
    color: #079d49;
    font-family: 'hb'
}

.num_li ul li .num span {
    color: #000;
    font-size: 18px;
}

.num_li ul li p {
    font-size: 18px;
    text-align: center;
}

.ind_ab .fr {
    width: 45%;
    position: relative;
}

.ind_ab .fr::before {
    content: '';
    position: absolute;
    left: 15%;
    top: -20%;
    width: 100%;
    height: 100%;
    background: rgba(7, 157, 73, .7);
    z-index: 0;
}

.ind_ab .fr img {
    z-index: 2;
    position: relative;
}

/* ind_ab e */


/* ind_why s */
.ind_why {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: url(/uploads/image/tdsimage/ind_why.jpg) no-repeat center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ind_why .ind_tit h3 {
    color: #fff;
}

.ind_why .ind_tit p {
    color: #fff;
}

.ind_why .ind_tit::before {
    background: #fff;
}

.why_item {
    margin-top: 50px;
}

.why_item ul {}

.why_item ul li {
    width: 19%;
    margin-right: 1.25%;
    background: #fff;
    padding: 80px 20px;
    border-radius: 12px;
    text-align: center;
}

.why_item ul li:last-child {
    margin-right: 0;
}

.why_item ul li .icon {
    margin-bottom: 60px;

}

.why_item ul li .icon i {
    font-size: 50px;
    border: 1px solid #079d49;
    color: #079d49;
    padding: 25px;
    border-radius: 50%;
}

.why_item ul li .tit {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'hb';
}

.why_item ul li .con {
    font-size: 16px;
    line-height: 1.4;
}

/* ind_why e */


/*ind_solu s */
.ind_solu {}

.ind_solu .su_item {
    margin-top: 50px;
}



.su_item li {
    width: 49%;
    margin-bottom: 35px;
    border-radius: 20px;
    overflow: hidden;
}

.su_item li a {}

.su_item li a .pic {
    width: 50%;
    display: block;
}

.su_item li a .info {
    width: 50%;
    background: #f4f4f4;
    padding: 40px 30px;
}

.su_item li a .info .tit {}

.su_item li a .info .tit h4 {
    font-size: 24px;
}

.su_item li a .info .tit p {
    margin-top: 15px;
    color: #959595;
    font-size: 16px;
}

/*ind_solu e */

/*ind_new s */
.ind_new {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: url(/uploads/image/tdsimage/ind_new.jpg) no-repeat center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new_nav {}

.new_nav ul {}

.new_nav ul li {
    position: relative;
}

.new_nav ul li.fis {
    padding-right: 15px;
    margin-right: 15px;
}

.new_nav ul li.fis::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #626262;

}

.new_nav ul li.move {
    margin-left: 40px;
}

.new_nav ul li a {
    color: #626262;
    position: relative;
    padding-bottom: 3px;
    font-size: 16px;
}

.new_nav ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #079d49;
    transition: all .3s;
}

.new_nav ul li a:hover {
    color: #079d49;

}

.new_nav ul li a:hover::before {
    width: 100%;
}

.innew_con {
    margin-top: 50px;
}

.innew_con .lf {
    width: 40%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    border-radius: 20px;
    overflow: hidden;
}

.innew_con .lf a {
    display: block;
}

.innew_con .lf .pic {}

.innew_con .lf .pic img {
    transition: all .3s;
}

.innew_con .lf:hover .pic img {
    transform: scale(1.1);
}

.innew_con .lf .info {
    background: #fff;
    padding: .4rem;
}

.innew_con .lf .info .tit {
    font-size: 16px;
    margin-bottom: 15px
}

.innew_con .lf .info .con {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.innew_con .lf .info .move {}

.innew_con .lr {
    width: 53%;
}

.innew_con .lr ul {
    height: 100%;
}

.innew_con .lr ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.innew_con .lr ul li a {}

.innew_con .lr .l {}

.innew_con .lr .l .date {
    font-size: 14px;
    color: #aaaaaa;
    margin-bottom: 10px;
}

.innew_con .lr .l .tit {
    font-size: 16px;
    color: #626262;
}

.innew_con .lr .r {}

.innew_con .lr .r i {
    font-size: 18px;
    border: 2px solid;
    font-weight: 700;
    border-radius: 50%;
}

/*ind_new e */


/*ind_pra s */
.parent {
    margin-top: 50px;
    position: relative;
}

.parent .swiper-slide {
    /* border: 1px solid #e4e4e4; */
}

.parent .par_prev {
    font-size: 20px;
    color: #fff;
    background: #a6a6a6;
    left: -50px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    transform: rotate(-180deg);
}

.parent .par_next {
    font-size: 20px;
    color: #fff;
    background: #a6a6a6;
    right: -50px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.parent .par_next:after,
.parent .par_prev:after {
    content: '' !important;
}

/*ind_pra e */




/* pro */
/* =====================产品样式======================== */

.n_pro_list {}

.n_pro_list ul {}

.n_pro_list ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 0.3rem;
    border: 1px solid #e4e4e4;
}

.n_pro_list ul li:hover {
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}

.n_pro_list ul li:nth-child(3n) {
    margin-right: 0;
}

.n_pro_list ul li a {}

.n_pro_list ul li .pic {
    /* border: 1px solid #eee;
	border-color: #ddd; */
    /* margin-bottom: 20px; */
}

.n_pro_list ul li:hover .pic {
    border-color: #079d49;
}

.n_pro_list ul li .pic img {
    padding: 20px;
}

.n_pro_list ul li p {
    color: #333;
    padding: 10px 4%;
    overflow: hidden;
}

.n_pro_list ul li:hover p {
    color: #079d49;
}

.n_pro_list ul li p span {
    line-height: 1.5;
    height: 3em;
    text-align: center;
    font-size: 16px;
}

/* 产品列表 e */

/* 产品详情 s */

.n_pro_det {}

.n_pro_det .top {}

.n_pro_det .top .fl {
    width: 45%;
}

.n_pro_det .top .fl .product_det_pic {
    border: 1px solid #ddd;
}

.n_pro_det .top .fl .product_det_pic ul {}

.n_pro_det .top .fl .product_det_pic ul li {
    padding: 20px;
}


.n_pro_det .top .fl .product_det_ico {
    margin-top: 0.2rem;
}

.n_pro_det .top .fl .product_det_ico ul {}

.n_pro_det .top .fl .product_det_ico ul li {
    border: 1px solid #d7d9db;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-width: calc((100% - 40px)/5);
    cursor: pointer;
}

.n_pro_det .top .fl .product_det_ico ul li.swiper-slide-thumb-active {
    border-color: #079d49;
}

.n_pro_det .top .fl .product_det_ico ul li .pic {
    overflow: hidden;
}

.n_pro_det .top .fr {
    width: 52%;
}

.n_pro_det .top .fr h3 {
    font-size: 0.32rem;
    line-height: 1.3;
    color: #079d49;
    display: block;
    margin-bottom: 0.25rem;
}

.n_pro_det .top .fr .des {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.n_pro_det .top .fr .inquiry {
    margin-top: 0.4rem;
}

.n_pro_det .top .fr .inquiry a {
    padding: 18px 24px;
    border-radius: 6px;
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    background-color: #079d49;
    align-items: center;
}

.n_pro_det .top .fr .inquiry a i {
    margin-left: 0.08rem;
    font-size: 18px;
}

.n_pro_det .bot {
    margin-top: 0.4rem;
}

.n_pro_det .bot .bot_tit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.3rem;
}

.n_pro_det .bot .bot_tit a {
    background: #999999;
    font-size: 16px;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    margin-right: 0.2rem;
}

.n_pro_det .bot .bot_tit a.active {
    background-color: #079d49;
}

.n_pro_det .bot .bot_con {}

.n_pro_det .bot .bot_con .des,
.n_pro_det .bot .bot_con .des p {
    color: #333;
    font-size: 16px;
}

.n_pro_det .bot .bot_con .des {
    display: none;
}

.n_pro_det .bot .bot_con .des.show {
    display: block;
    line-height: 1.5;
}

.n_pro_det .bot .bot_con .des h4 {
    display: inline-block;
    font-size: 24px;
    color: #079d49;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
    /* font-family: "montserrat-bold"; */
}

.n_pro_det .bot .bot_con table {
    background-color: #fff;
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    border-spacing: 0;
}

/* .n_pro_det .bot .bot_con table tr:first-child {
  background-color: #079d49;
}

.n_pro_det .bot .bot_con table tr:first-child td {
  padding: 10px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
} */

/* .n_pro_det .bot .bot_con table tr:first-child td p {
	color: #fff;
} */
.n_pro_det .bot .bot_con table td {
    font-family: "montserrat-light" !important;
    padding: 10px 5px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    border: 1px solid #bbb !important;
    vertical-align: middle !important;
}

/* ny_list */
.ny_list {
    /* margin-top: 0.8rem; */
    margin-top: 0.6rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ddd;
}

.ny_list ul {
    /* margin-top: 0.4rem; */
}

.ny_list ul li {
    width: 23.75%;
    float: left;
    margin-right: 1.66%;
    text-align: center;
}

.ny_list ul li:last-child {
    margin-right: 0;
}

.ny_list ul li a {}

.ny_list ul li .pic {
    border: 1px solid #ddd;
}

.ny_list ul li .pic img {
    padding: 20px;
}

.ny_list ul li p {
    display: block;
    font-size: 16px;
    color: #333;
    height: 20px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 0.2rem;
}

/* 产品详情 e */
/* =====================新闻样式======================== */

/* 新闻列表 s */
.n_newslist {
    background-color: #f6f7fb;
}

.n_newslist ul {}

.n_newslist ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.45rem;
}

.n_newslist ul li:nth-child(3n) {
    margin-right: 0;
}

/* 新闻列表 e */


/* 新闻详情 s */
.n_newsdet {}

.n_newsdet .fl {
    width: calc(100% - 370px);
}

.n_newsdet .fl h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
}

.n_newsdet .fl p.time {
    width: 100%;
    height: auto;
    padding: 0.15rem 0;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.n_newsdet .fl .des {
    width: 100%;
    height: auto;
    padding: 30px 0;
    font-size: 16px;
    line-height: 26px;
    color: #555;
}

.n_newsdet .fl .des p {
    color: #555;
}

.n_newsdet .fr {
    width: 320px;
}

.n_newsdet .fr .tit {}

.n_newsdet .fr .tit p {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    background:  left center no-repeat;
    background-size: 30px auto;
    padding-left: 35px;
    color: #333;
}

.n_newsdet .fr .tit a {
    width: 30px;
    height: 40px;
    background:  right center no-repeat;
    display: block;
}

.n_newsdet .fr .con {
    width: 100%;
    height: auto;
    padding: 10px 20px 20px 20px;
    margin-top: 15px;
    box-shadow: 0px 4px 15px #dedede;
    box-sizing: border-box;
}

.n_newsdet .fr .con ul {}

.n_newsdet .fr .con ul li {
    width: 100%;
    height: auto;
    list-style: none;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
}

.n_newsdet .fr .con ul li a {}

.n_newsdet .fr .con ul li h4 {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 600;
}

.n_newsdet .fr .con ul li p {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.n_newsdet .fr .con ul li:hover p {
    color: #079d49;
}


.n_newslist ul li .date {
    position: absolute;
    background: #079d49;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    bottom: 0.15rem;
    left: 0.15rem;
    z-index: 1;
}

.n_newslist ul li .info {
    background-color: white;
    /* background-color: #f1f1f1; */
    padding: 0.25rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.n_newslist ul li:hover .info {
    background-color: #079d49;
}

.n_newslist ul li .info h4 {
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: block;
    color: #333;
}

.n_newslist ul li .info p {
    margin: 0.12rem 0 0.18rem;
    font-size: 14px;
    line-height: 1.75;
    color: #666;
}

.n_newslist ul li .info i {
    font-size: 14px;
    color: #666;
}

.n_newslist ul li .info span {
    font-size: 12px;
    margin-right: 6px;
}

.n_newslist ul li:hover .info h4,
.n_newslist ul li:hover .info p,
.n_newslist ul li:hover .info i {
    color: white;
}

/* 新闻中心 e */

/* 新闻详情 e */

/* =====================联系样式======================== */

/* 联系方式 s */
.n_contact_info {}

.n_contact_info h3 {
    display: block;
    font-size: 0.32rem;
    color: #333;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 0.3rem;
    margin-bottom: 0.45rem;
    font-family: 'montserrat-bold';
}

.n_contact_info dl {}

.n_contact_info dl dt {
    position: relative;
    padding-right: 8%;
    max-width: 50%;
}

.n_contact_info dl dt:last-child {
    padding-right: 0;
}

.n_contact_info dl dt::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90px;
    background: #dedede;
    top: 0;
    right: 0;
}

.n_contact_info dl dt:last-child::before {
    display: none;
}

.n_contact_info dl dt .ico {
    width: 0.9rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 500px;
    margin-right: 0.24rem;
}

.n_contact_info dl dt .ico i {
    font-size: 0.38rem;
    color: #079d49;
}

.n_contact_info dl dt .txt {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    flex: 1;
}

.n_contact_info dl dt .txt span {
    font-size: 24px;
    color: #333;
    display: block;
    margin-top: 5px;
    font-family: 'montserrat-bold';
}

.n_contact_info dl dt .txt p {}

.n_contact_info .box {
    margin-top: 0.8rem;
}

.n_contact_info .box .fllow {}

.n_contact_info .box .fllow p {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0.2rem;
    font-family: 'montserrat-bold';
}

.n_contact_info .box .fllow span {
    color: #079d49;
}

.n_contact_info .box .des {
    max-width: 48%;
}

.n_contact_info .box .ewm {
    max-width: 100px;
    text-align: center;
}

.n_contact_info .box .ewm img {}

.n_contact_info .box .ewm p {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/* 联系方式 e */

/* 联系留言 s */
.n_contact_mess {
    background: #f2f5f8;
}

.n_contact_mess .fl {
    width: 46.25%;
    overflow: hidden;
    ;
}

.n_contact_mess .fl iframe,
.n_contact_mess .fl #map {
    width: 100%;
    height: 5rem;
    border: none;
}

.n_contact_mess .fl #map img {
    max-width: none;
    width: auto;
}

.n_contact_mess .fr.ny_form {
    padding: 50px 30px;
    background: #fff;
    width: 52%;
    margin-top: 0;
}

.n_contact_mess .fr h3 {
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.3rem;
}

/* 联系留言 e */


.honor li {
    float: left;
    width: calc(92% / 4);
    margin-right: calc(8% / 3);
    margin-bottom: 3%;
}

.honor li:nth-child(4n) {
    margin-right: 0;
}

.honor li p {
    margin-top: 10px;
    font-size: 16px;

}

/* =====================行业样式======================== */

/* 行业列表 s */
.n_app {}

.n_app .ny_tit {
    padding-bottom: 0.55rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #959595;
}

.n_app ul {
    /* padding-top: ;  */
    margin: -1.5px;
}

.n_app ul li {
    float: left;
    width: calc(100% / 3);
    padding: 1.5px;
}

.n_app ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.n_app ul li .pic {}

.n_app ul li .pic p {
    position: absolute;
    padding: 0 1.9vw;
    font-size: 0.24rem;
    color: #fff;
    bottom: 0.3rem;
    right: 0;
    left: 0;
    transition: all .3s;
}

.n_app ul li:hover .pic p {
    transform: translatey(20px);
    opacity: 0;
}

.n_app ul li .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 2vw;
    transition: all .3s;
    transform: translatey(20px);
    opacity: 0;
    background: rgba(7, 157, 73, .9);
    color: white;
    text-align: center;
}

.n_app ul li:hover .txt {
    transform: translatey(0);
    opacity: 1;
}

.n_app ul li .txt .txt_view {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.n_app ul li .txt h4 {
    font-size: 0.24rem;
}

.n_app ul li .txt .des {
    font-size: 14px;
    line-height: 1.5;
    color: white;
    margin: 0.35rem 0;
}

.n_app ul li .txt span {
    display: inline-block;
    padding: 12px 30px;
    background-color: white;
    color: #079d49;
    margin: 0 auto;
    border-radius: 50px;
}

/* 行业列表 e */
/* 关于我们 s */
.about_us.channel_content {
    padding: 0;
}

.about_us01 {
    padding: 50px 0;
    background: #ededed;
}

.about_us01 .content {
    background: #fff;
}

.about_us01 .content .left {
    width: 62.5%;
    float: left;
}

.about_us01 .content .left .box {
    padding: 0.55rem;
}

.about_us01 .content .left .box .en_tit {
    font-size: 0.48rem;
    line-height: 1;
    color: #079d49;
    font-family: impact;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about_us01 .content .left .box .cn_tit {
    font-size: 0.36rem;
    line-height: 1;
    color: #020202;
    margin-bottom: 0.35rem;
}

.about_us01 .content .left .box .con p,
.about_us01 .content .left .box .con {
    color: #383838;
    line-height: 1.4;
}

.about_us01 .content .right {
    width: 37.5%;
    float: right;
    position: relative;
}

/* .about_us01 .content .right .rect-155{padding-bottom:155%;} */
.about_us01 .content .right .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_us01 .content .right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_us01 .content .right .intro {
    position: relative;
    z-index: 2;
}

.about_us01 .content .right .intro .box {
    padding: 0.8rem 0.5rem 0.5rem 0.4rem;
}

.about_us01 .content .right .intro .box .tit {
    font-size: 0.36rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0.35rem;
}

.about_us01 .content .right .intro .box .con {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.about_us01 .content .right .intro .box .list {
    margin-top: 0.2rem;
    font-size: 0;
}

.about_us01 .content .right .intro .box .list li {
    width: 50%;
    display: inline-block;
    text-align: center;
    margin: 0.3rem 0;
}

.about_us01 .content .right .intro .box .list li .number {
    font-size: 0.36rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    transition: all 0.5s ease;
    font-family: "montserrat-bold";
}

.about_us01 .content .right .intro .box .list li .txt {
    font-size: 13px;
    color: #fff;
    transition: all 0.5s ease;
}

.about_us01 .content .right .intro .box .list li .icon {
    width: 57px;
    height: 57px;
    background:  no-repeat;
    margin: 0 auto 5px;
    transition: all 0.5s ease;
}

.about_us01 .content .right .intro .box .list li .icon01 {
    background-position: 0 0;
}

.about_us01 .content .right .intro .box .list li .icon02 {
    background-position: -57px 0;
}

.about_us01 .content .right .intro .box .list li .icon03 {
    background-position: -114px 0;
}

.about_us01 .content .right .intro .box .list li .icon04 {
    background-position: -171px 0;
}

.about_us01 .content .right .intro .box .list li:hover .txt {
    color: #079d49;
}

.about_us01 .content .right .intro .box .list li:hover .number {
    color: #079d49;
}

/*.about_us01 .content .right .intro .box .list li:hover .icon{transform:rotatey(180deg);}*/
.about_us01 .content .right .intro .box .list li:hover .icon01 {
    background-position: 0 -57px;
}

.about_us01 .content .right .intro .box .list li:hover .icon02 {
    background-position: -57px -57px;
}

.about_us01 .content .right .intro .box .list li:hover .icon03 {
    background-position: -114px -57px;
}

.about_us01 .content .right .intro .box .list li:hover .icon04 {
    background-position: -171px -57px;
}

.about_us02 {
    background:  no-repeat center;
    padding: 130px 0;
}

.about_us02 .infor .smal_tit {
    font-size: 20px;
    color: #079d49;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}

.about_us02 .infor .smal_tit:after {
    content: '';
    width: 4px;
    height: 18px;
    background: #079d49;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.about_us02 .infor .big_tit {
    font-size: 0.32rem;
    line-height: 1.5;
    color: #fff;
}

.about_us02 .infor .big_tit span {
    display: block;
    font-size: 0.4rem;
}

.about_us02 .infor .common_btn {
    position: static;
    display: inline-block;
    margin-top: 0.45rem;
}

.about_us02 .infor .common_btn .more .icon1 {
    opacity: 1;
    display: block;
}

.about_us03 {
    padding: 0.75rem 0;
}

.about_us03 .left {
    width: 36%;
    float: left;
    position: relative;
}

.about_us03 .left ul {
    height: 100%;
}

.about_us03 .left li {
    background: #efefef;
    margin-top: 2px;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    width: 100%;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.about_us03 .left li:first-child {
    margin-top: 0;
}

.about_us03 .left li .li_box {
    padding: 0.4rem 0.15rem 0.4rem 0.3rem;
    position: relative;
    z-index: 3;
    line-height: 1.6;
    height: 100%;
}

.about_us03 .left li .li_box .tit {
    font-size: 24px;
    color: #0e0e0e;
    margin-bottom: 5px;
}

.about_us03 .left li .li_box .con {
    font-size: 15px;
    color: #222;
    color: rgba(34, 34, 34, .8);
}

.about_us03 .left li .li_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.5s ease;
}

.about_us03 .left li:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -1px;
    z-index: 3;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.about_us03 .left li:after {
    content: '';
    width: 2px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: -40px;
    top: 30%;
    margin-top: -20px;
    z-index: 3;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.about_us03 .left li.cur {
    background: #079d49;
}

.about_us03 .left li.cur .li_box .tit {
    color: #fff;
}

.about_us03 .left li.cur .li_box .con {
    color: #fff;
}

.about_us03 .left li.cur .li_bg {
    width: 120%;
    background: #079d49
}

.about_us03 .left li.cur:before {
    right: -60px;
    opacity: 1;
    visibility: visible;
}

.about_us03 .left li.cur:after {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.about_us03 .right {
    width: 64%;
    float: right;
    position: relative;
    z-index: 1;
}

.about_us03 .right .rect-5427 {
    padding-bottom: 54.6%;
}

.about_us03 .right .item {
    display: none;
}

.about_us03 .right .item.cur {
    display: block;
}

.about_us04 {
    background: #f1f1f1;
}

.about_us04 .con {
    padding-bottom: 0.25rem;
}

.about_us04 .con ul {}

.about_us04 .con ul li {}

.about_us04 .con ul li a {}

.about_us04 .con ul li .img {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 16px;
    padding: 0.4rem 0.3rem;
}

.about_us04 .con ul li .img .pic {
    box-shadow: 0 0 15px rgb(102 102 102 / 10%);
}

.about_us04 .con ul li p {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    color: #333;
}

.about_us04 .con ul li:hover p {
    color: #079d49;
}

.about_us01 .content .left .con p {
    font-size: 16px;
    line-height: 1.5;
}

.about_us05 {}

.about_us05 {
    /* background-color: #eceef0; */
}

.about_us05 .con {
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.about_us05 .con ul {}

.about_us05 .con ul li {
    overflow: hidden;
}

.about_us05 .con ul li a {
    position: relative;
    overflow: hidden;
}

.about_us05 .con ul li .pic {}

.about_us05 .con ul li p {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0.2rem 2%;
    font-size: 16px;
    color: white;
    background-color: rgb(0, 0, 0, .36);
    text-align: center;
}

.about_us05 .con ul li:hover p {
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
}

.about_us05 .swiper-pagination {
    bottom: 0 !important;
}

/* 关于我们 e */