﻿@charset "UTF-8";




/*关于*/
.index-honor-list {
    width: 56.9444%;
}
.index-honor-list li {
    width: 48%;
}
.index-honor-list li .box {
    height: auto;
    position: relative;
    box-shadow: 10px 20px 30px -10px rgba(0, 0, 0, 0.4);
}
.index-honor-list li .box .tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
}




/*单页-关于*/
.team-swiper {
    margin-top: 50px;
}
.com-swiper .prev,
.com-swiper .next {
    width: 50px;
    height: 50px;
    margin-top: -20px;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    line-height: 50px;
    font-size: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-swiper .prev {
    left: 0;
}
.com-swiper .next {
    right: 0;
}
.com-swiper .prev .iconfont,
.com-swiper .next .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #007969;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-swiper .next .iconfont {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.com-swiper .prev:hover,
.com-swiper .next:hover {
    background: rgba(0, 121, 105, .9);
}
.com-swiper .prev:hover .iconfont,
.com-swiper .next:hover .iconfont {
    color: #fff;
}
.about-intro {
    background: url(../images/bg-case.jpg) no-repeat center;
    background-size: cover;
    padding-top: 124px;
    padding-bottom: 140px;
}
.about-intro .tit-cont {
    width: 42.3611%;
}
.about-ys-list {
    width: 48.1944%;
}
.about-ys-list .item {
    position: relative;
    width: 47%;
    height: 200px;
}
.about-ys-list .item:first-child,
.about-ys-list .item:nth-child(2) {
    margin-bottom: 45px;
}
.about-ys-list .item .box {
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-ys-list .item:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: solid 1px #d9d9d9;
}
.about-ys-list .item .box .tit {
    font-size: 32px;
    line-height: 1.2;
    color: #007969;
}
.about-ys-list .item .box .des {
    font-size: 16px;
    line-height: 28px;
    color: #595757;
    margin-left: 30px;
    text-align: left;
}


.huanjing-list {
    margin-top: 50px;
}
.huanjing-list .item {
    text-align: center;
    overflow: hidden;
}
.huanjing-list .item .tit {
    line-height: 70px;
    border: solid 1px #dddddd;
    border-top: none;
    font-size: 16px;
    color: #595757;
    padding: 0 15px;
}
.huanjing-list .com-prev,
.huanjing-list .com-next {
    margin-top: -50px;
}

/*服务*/
.page-youshi {
     margin-bottom: 150px;
}
.page-youshi .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.page-youshi .item .pic {
    width: 50.0694%;
}
.page-youshi .item .cont {
    width: 49.9306%;
    align-items: center;
    padding-left: 80px;
    padding-right: 100px;
    background: url(../images/bg-2.png) repeat;
}
.page-youshi .item .cont .en {
    font-size: 16px;
    color: #81868e;
}
.page-youshi .item .cont .cn {
    font-size: 36px;
    color: #007969;
    margin-top: 2px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    position: relative;
}
.page-youshi .item .cont .cn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 3px;
    background-color: #007969;
}
.page-youshi .item .cont .des {
    font-size: 14px;
    line-height: 28px;
    color: #81868e;
    margin-bottom: 35px;
}
.service-list .item {
    width: 23.958%;
    background-color: #f9f9fb;
    padding: 50px 15px 40px;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-list .item:hover {
    background-color: #007969;
}
.service-list .item .box {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-list .item:hover .box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.service-list .item .pic {
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 200px;
    font-size: 0;
}
.service-list .item h4 {
    font-size: 28px;
    color: #1b202e;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 35px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-list .item:hover h4 {
    color: #fff;
}
.service-list .item h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background-color: #007969;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-list .item:hover h4:after {
    background-color: #fff;
}
.service-list .item p {
    font-size: 14px;
    line-height: 28px;
    color: #81868e;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-list .item:hover p {
    color: #fff;
    opacity: 0.45;
}
.service-list .item .zx {
    display: inline-block;
    margin-top: 35px;
    width: 160px;
    height: 36px;
    background-color: #ffffff;
    line-height: 36px;
    font-size: 16px;
    color: #007969;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.service-list .item:hover .box .zx {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.service-list .item .box .zx:hover {
    width: 180px;
}

/*地图*/
.page-cantact .map-box {
    width: 50%;
    height: 480px;
}
.page-cantact .cont {
    width: 100%;
    background: url(../images/bg-2.png);
    padding: 75px 90px 0;
}
.page-cantact .cont h3 {
    font-size: 36px;
    line-height: 1.2;
    color: #e74a45;
    padding-bottom: 25px;
    margin-bottom: 35px;
    position: relative;
}
.page-cantact .cont h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 3px;
    background-color: #e74a45;
}
.page-cantact .cont ul li {
    font-size: 16px;
    color: #1b202e;
}
.page-cantact .cont ul li ~ li {
    margin-top: 20px;
}
.page-cantact .cont ul li span {
    color: #81868e;
    display: inline-block;
    width: 80px;
    font-size: 16px;
    text-align: justify;
    text-align-last: justify;
}


/*留言*/
.form-box .item {
    width: 32.5%;
    height: 52px;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
}
.form-box .item .inp {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #454545;
}
.form-box .item:nth-child(4) {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 36px;
    height: 160px;
}
.form-box .item:nth-child(4) textarea {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    color: #454545;
    font-size: 16px;
}
.form-box .item:last-child {
    border: none;
    width: 100%;
}
.form-box .item .sub {
    background-color: #e74a45;
    line-height: 52px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
@media (max-width: 768px) {
    .form-box .item {
        width: 100%;
        height: 42px;
        margin-bottom: 10px;
    }
    .form-box .item .inp {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }
    .form-box .item:nth-child(4) {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        height: 100px;
    }
    .form-box .item:nth-child(4) textarea {
        padding: 10px 15px;
        font-size: 14px;
    }
    .form-box .item .sub {
        line-height: 42px;
        font-size: 14px;
    }
    .form-box .item:last-child {
        margin-bottom: 0;
    }
}


@charset "UTF-8";
/*常用字号、行高、文字颜色*/
.font-s16 {
    font-size: 16px;
}
.font-s18 {
    font-size: 18px;
}
.font-s20 {
    font-size: 20px;
}
.font-s24 {
    font-size: 24px;
}
.line-h32 {
    line-height: 32px;
}
.color-black {
    color: #2e3136;
}
.color-gray {
    color: #81868e;
}
.color-white {
    color: #fff;
}
/*flex常用*/
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-1 {
    flex: 1;
}
/*text常用*/
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
/*hover阴影*/
.hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hover-shadow-middle:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hover-shadow-bottom:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.hover-shadow-big:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
/*Swiper*/

/*大标题*/
.com-title {
    text-align: center;
}
.com-title.text-l {
    text-align: left;
}
.com-title .tit {
    font-size: 48px;
    color: #333;
    line-height: 1;
}
.com-title.white .tit,
.com-title.white .subtit {
    color: #fff;
}
.com-title.min .tit {
    font-size: 28px;
}
.com-title .subtit {
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin-top: 20px;
}
.com-title .en {
    margin-top: 12px;
    font-size: 14px;
    color: #D5D5D5;
    line-height: 1;
    text-transform: uppercase;
}
.com-title.white .en {
    color: rgba(255, 255, 255, .3);
}
.com-title .des {
    margin-top: 18px;
    font-size: 16px;
    color: #333;
    line-height: 1.2;
}



/*通用分类*/
.com-cate li {
    position: relative;
    float: left;
    margin-left: 85px;
}
.com-cate li a {
    display: inline-block;
    color: #333333;
}
.com-cate li.on a,
.com-cate li:hover a {
    color: #e32f18;
}
.com-cate li:before {
    border-bottom: 5px solid #e32f18;
}
.com-cate li:hover:before,
.com-cate li.on:before {
    margin-left: -16px;
    width: 32px;
}
.page-btn {
    display: inline-block;
    width: 250px;
    line-height: 46px;
    text-align: center;
    background: #41AB03;
    color: #fff !important;
    border-radius: 5px;
    font-size: 24px;
}


/*---网站地图---*/
.sitemap-frame .site-box {
    border-bottom: 2px #666 solid;
}
.sitemap-frame .site-box .left {
    padding: 10px 20px;
    color: #fff;
    background: #555;
}
.sitemap-frame .site-box .left a {
    color: #fff;
    display: inline-block;
}
.sitemap-frame .site-box .right {
    color: #888;
    font-size: 13px;
    line-height: 35px;
    padding-left: 20px;
}
.sitemap-frame .site-box .right a {
    display: inline-block;
    color: #888;
    font-size: 13px;
}
.sitemap-frame .site-box .right a:hover {
    color: #1179a8
}
.sitemap-frame .list {
    width: 100%;
    float: left;
    margin: 40px 0;
    display: table;
}
.sitemap-frame .list li {
    display: table-cell;
    text-align: center;
}
.sitemap-frame .list hr {
    width: 3px;
    height: 100%;
    border: none;
    background: #000;
}
.sitemap-frame .list h4 {}
.sitemap-frame .list h4 a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px #ddd dotted;
    margin: 0 5px;
    background: #999;
    border-radius: 7px;
}
.sitemap-frame .list a:before {
    padding-right: 5px;
}
.sitemap-frame .list .box {
    padding: 20px 0 10px 0;
    clear: both;
    border-left: 1px #ddd solid;
    margin: 0 5px;
}
.sitemap-frame .list .box a {
    position: relative;
    display: block;
    color: #666;
    font-size: 13px;
    background: #ededed;
    padding: 10px 5px;
    margin: 0 0 20px 5px;
    border-radius: 5px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
.sitemap-frame .list .box a:after {
    content: "";
    position: absolute;
    left: -12px;
    top: 20px;
    width: 12px;
    height: 5px;
    display: block;
    background: #CACACA;
    /* border-radius: 50%; */
}
.sitemap-frame .list a:hover {
    color: #fff;
    background: #1179a8
}
.sitemap-frame .list a:hover:after {}
@media (max-width: 1000px) {
    .playnow {
        left: 5%;
        top: 30%;
        margin-left: 0;
        margin-top: 0;
        width: 90%;
        height: auto;
    }
    .video_control {
        width: 100%;
        height: auto;
        box-shadow: none;
    }
    .closevideo {
        position: absolute;
        right: 0;
        top: -50px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }
}
@media (max-width: 768px) {
    .num-scroll-two li {
        width: 33%;
        margin-bottom: 15px;
    }
    .num-scroll-two li .num {
        font-size: 30px;
    }
    .num-scroll-two li .num-tit {
        font-size: 12px;
        margin-top: 0;
    }
    .num-scroll-two li:nth-child(4):before {
        display: none;
    }
}
@media (max-width: 1600px) {
	.nav-list li a {
		font-size: 16px;
	}
	.tit-cont h3,
	.youshi-content .item .cn {
		font-size: 30px;
	}
	.num-scroll-two li .num-cont,
	.num-scroll-two li .num-cont .num {
		font-size: 54px;
	}
	.youshi-content .item.on .des span {
		font-size: 34px;
	}
	.index-honor-list {
	    margin-top: 30px;
	}
	.index-news-list .item .box .cont {
	    padding: 20px 20px 16px;
	}
	.news-list .item .tit {
	    padding-bottom: 18px;
	    margin-bottom: 15px;
	}
	.news-list .item .other {
	    margin-top: 14px;
	}
	.sidebar .tit h2 {
		font-size: 26px;
	}
	.case-list .item .cont {
	    line-height: 60px;
	    padding-left: 20px;
    	padding-right: 20px;
	}
	.case-list .item .abox .cont .tit {
	    font-size: 18px;
	}
	.about-ys-list {
	    width: 50%;
	}
	.about-ys-list .item .box .tit {
	    font-size: 28px;
	}
	.about-ys-list .item .box .des {
	    margin-left: 20px;
	}
	.tit-cont .des p ~ p {
	    margin-top: 10px;
	}
	.huanjing-list .item .tit {
	    line-height: 60px;
	}
	.page-cantact .cont {
	    padding: 50px 60px 0;
	}
	.page-cantact .cont h3 {
	    font-size: 28px;
	}
	.page-cantact .map-box {
	    height: 420px;
	}

	.page-youshi .item .cont .cn {
	    font-size: 30px;
	    padding-bottom: 25px;
	    margin-bottom: 25px;
	}
	.page-youshi .item .cont .des {
	    margin-bottom: 30px;
	}
	.page-youshi .item .cont {
	    width: 49.9306%;
	    padding-left: 60px;
	    padding-right: 60px;
	}
	.service-list .item h4 {
	    font-size: 26px;
	}
}
@media (max-width: 1280px) {
	.page-cantact .cont {
	    padding: 45px 60px 0;
	}
	.page-cantact .cont h3 {
	    font-size: 24px;
	}
	.page-cantact .cont ul li ~ li {
	    margin-top: 10px;
	}

	.page-news-list .item .cont {
	    padding-left: 35px;
	}
	.page-news-list .item .cont .des {
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	    margin-top: 15px;
	}
	.page-news-list .item .cont h4 {
	    font-size: 20px;
	}
	.page-youshi .item .cont {
	    padding-left: 40px;
	    padding-right: 30px;
	}
	.page-youshi .item .cont .cn {
	    font-size: 24px;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.page-youshi .item .cont .des {
	    margin-bottom: 20px;
	    line-height: 1.75;
	}
	.com-more {
	    display: inline-block;
	    padding: 0 30px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}

	.about-ys-list .item .box .tit {
	    font-size: 22px;
	}
	.about-ys-list .item .box .des {
	    margin-left: 15px;
	    line-height: 1.75;
	}

	.case-list .item .abox .cont .cate {
	    /*display: none;*/
	    font-size: 12px;
	}
	.case-list .item .abox .cont .tit {
	    font-size: 16px;
	    width: 50%;
	}
	.num-scroll-two li .num-cont,
	.num-scroll-two li .num-cont .num {
	    font-size: 36px;
	}

	.youshi-content .item .des {
	    font-size: 12px;
	}
	.tit-cont h3, .youshi-content .item .cn {
	    font-size: 26px;
	}
	.youshi-content .item.on .des span {
	    font-size: 28px;
	}
	.youshi-content .item.on .des span em {
	    font-size: 14px;
	}
	.news-list .item .des {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.news-list .item .tit {
	    padding-bottom: 15px;
	}
	.foot-contact li ~ li {
	    margin-left: 60px;
	}

	.youshi-content .item {
		height: 480px;
	}
	.youshi-content .item .cn {
		margin-bottom: 120px;
	}
}
@media (max-width: 1020px) {

}
@media (max-width: 768px) {
	.nav-list,
	.head-right {
		display: none;
	}
	.header .logo img {
	    width: auto;
	    height: 30px;
	}
	.header {
		position: fixed !important;
		line-height: 50px;
		height: 50px !important;
		background: #fff;
		box-shadow: 0 4px 10px rgba(116, 116, 116, 0.1);
	}
	.header.fixed {
	    line-height: 50px;
	    height: 50px;
	}
	.header .logo .slogan {
		margin-left: 8px;
	    font-size: 12px;
	    line-height: 1.5;
	}
	.header .logo .img1 {
		display: none !important;
	}
	.header .logo .img2 {
		display: inline-block !important;
	}
	.navTrigger {
		position: absolute;
		right: 3%;
	}
	.navTrigger span {
		background: #81868e;
	}
	.banner {
		margin-top: 50px;
	}
	.banner .swiper-slide a {
	    height: auto;
	    padding-bottom: 0;
	}

	.index-one {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.tit-cont h3, .youshi-content .item .cn {
	    font-size: 22px;
	    padding-bottom: 20px;
	}
	.tit-cont h2 {
	    font-size: 14px;
	    margin-bottom: 15px;
	}
	.tit-cont .com-more {
	    margin-top: 30px;
	}
	.tit-cont .des {
	    margin-top: 20px;
	    font-size: 14px;
	    line-height: 1.75;
	}

	.com-more {
	    padding: 0 20px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 14px;
	}
	
	.num-scroll {
		margin-top: 30px;
		width: 100%;
	}
	.num-scroll-two {
		width: 100%;
		justify-content: space-between;
	}
	.num-scroll-two li {
		margin-bottom: 0;
	}
	.num-scroll-two li~li {
	    margin-left: 0;
	}
	.num-scroll-two li .num-cont, .num-scroll-two li .num-cont .num {
	    font-size: 24px;
	}
	
	.index-cate {
	    padding-bottom: 40px;
	}
	.index-case-content {
	    margin-top: 30px;
	}
	.case-list .item .abox .cont .cate {}
	.com-cate-list li {
		height: 45px;
	}
	.com-cate-list li a {
	    height: 45px;
	    line-height: 45px;
	    font-size: 16px;
	}
	.case-list .item .cont {
	    line-height: 1.75;
	    padding-left: 15px;
	    padding-right: 15px;
	    padding: 10px 15px;
	}
	.case-list .item .abox .cont .tit {
	    font-size: 15px;
	    width: 100%;
	}
	.case-list .item {
	    margin-bottom: 20px;
	}
	.index-case-content  .tab-item {
		margin-bottom: -20px;
	}
	.youshi-content {
	    margin-top: 30px;
	    margin-bottom: -10px;
	}
	.youshi-content .item,
	.youshi-content .item.on {
	    width: 49%;
	    height: auto;
	    margin-bottom: 10px;
	}
	.youshi-content .item ~ .item {
		margin-top: 0;
	}
	.youshi-content .item.on .box,
	.youshi-content .item .box {
	    padding-left: 15px;
	    padding-right: 15px;
	    padding: 15px 10px;
	}
	.youshi-content .item.on .cn,
	.youshi-content .item .cn {
	    margin-bottom: 30px;
	}
	.youshi-content .item .en {
		font-size: 12px;
	}
	.youshi-content .item .cn {
		font-size: 18px;
	}
	.youshi-content .item .des {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.youshi-content .item .des p {
		width: 50%;
		font-size: 9px;
	}
	.youshi-content .item .des p:nth-child(1),
	.youshi-content .item .des p:nth-child(2) {
		margin-bottom: 20px;
	}
	.youshi-content .item.on .des span em,
	.youshi-content .item .des span em {
	    font-size: 12px;
	    top: -10px;
	}
	.youshi-content .item .cn:after {
		height: 2px;
	}
	.youshi-content .item .pic {
		opacity: 1;
		visibility: visible;
	}
	.youshi-content .item .en, .youshi-content .item .cn {
	    color: #ffffff;
	}
	.youshi-content .item .en br, .youshi-content .item .cn br {
	    display: none;
	}
	.youshi-content .item .des {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    color: #fff;
	}
	.youshi-content .item .des span {
	    display: block;
	    font-family: DINCond-Regular;
	    font-size: 18px;
	    line-height: 1;
	    margin-bottom: 3px;
	    font-weight: 300;
	}
	.youshi-content .item.on .des span {
	    font-size: 18px;
	}

	.index-news-content .news-rec .item~.item {
	    margin-top: 0;
	}

	.partner-list {
	    width: 100%;
	    margin-top: 30px;
	}

	.index-honor-list {
		width: 100%;
	}
	.index-honor-list li .box .tit {
		font-size: 15px;
	}
	.index-news-content {
	    margin-top: 30px;
	}
	.index-news-content .news-rec {
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	}
	.index-news-content .news-rec .item {
		width: 49%;
	}
	.index-news-content .news-rec .item .abox .tit {
	    width: 100%;
	    line-height: 40px;
	    font-size: 14px;
	    padding: 0 10px;
	}
	.index-news-list .item .box .cont {
	    padding: 15px 10px 10px;
	}
	.news-list .item .tit {
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}
	.news-list .item .other {
	    margin-top: 0;
	    font-size: 12px;
	}
	.index-news-content .news-list {
		margin-top: 20px;
	    width: 100%;
	}
	.index-news-list .item {
	    width: 100%;
	}
	.index-news-list .item:nth-child(4),
	.index-news-list .item:nth-child(5),
	.index-news-list .item:nth-child(6) {
		display: none;
	}
	.news-list .item .tit a {
	    font-size: 15px;
	}
	.news-list .item .des {
	    white-space: normal;
	    display: none;
	}
	.foot-logo {
		width: 100%;
	}
	.foot-logo img {
		height: 50px;
	}
	.foot-contact li ~ li {
	    margin-left: 0;
	}
	.foot-contact li {
		width: 48%;
	}
	.foot-contact li:last-child {
		width: 100%;
	}
	.foot-contact li p {
	    font-size: 14px;
	}
	.foot-qr {
	    position: static;
	    margin-top: 30px;
	}
	.footer {
	    padding-top: 40px;
	}
	.foot-nav {
		display: none;
	    width: 70%;
	}
	.foot-nav li {
		margin-right: 5px;
	}
	.foot-nav li ~ li {
	    margin-left: 0;
	}
	.foot-nav li a {
	    color: #aaaaaa;
	    font-size: 14px;
	}
	.copyright {
		font-size: 12px;
	}
	.copyright .fr {
		margin-top: 5px;
		float: none;
	}
	.copyright .fr a {
	    margin-left: 0;
	    margin-right: 10px;
	}

	.page-banner {
	    margin-top: 50px;
	}
	.sidebar,
	.main {
	    width: 100%;
	}
	.side-cate h3, .side-cate ul li {
		width: 33%;
	}
	.side-cate ul {
		display: flex;
		flex-wrap: wrap;
	}
	.side-cate h3 {
		display: none;
	}
	.sidebar .tit h2 {
	    font-size: 22px;
	}
	.sidebar .tit .en {
	    font-size: 12px;
	}
	.sidebar .tit {
	    padding-bottom: 15px;
	    margin-bottom: 10px;
	}
	.side-cate h3 a, .side-cate ul li a {
	    font-size: 14px;
	    line-height: 35px;
	    padding-left: 0;
	}
	.main {
		margin-top: 30px;
	}
	.mian-tit h3 {
	    font-size: 22px;
	    line-height: 30px;
	    margin-left: 10px;
	}
	.mian-tit {
	    height: 30px;
	    line-height: 30px;
	    border-left: 2px solid #007969;
	    margin-bottom: 25px;
	}
	.mian-search {
		width: 150px;
	}
	.content-wrap {
		margin-top: 51px;
	}
	.content-mbx {
	    margin-top: 10px;
	    margin-bottom: 10px;
	    font-size: 12px;
	}
	.content-wrap .tit h1 {
	    font-size: 22px;
	}
	.content-wrap .tit {
		padding-bottom: 20px;
	}
	.content-wrap .cont {
	    padding-top: 20px;
	    padding-bottom: 25px;
	}
	.other-rel .rel-list .item:last-child {
		display: none;
	}
	.page-news-list .item .pic {
	    width: 100%;
	    float: none;
	}
	.page-news-list .item .cont {
	    padding-left: 0;
	    padding-top: 20px;
	}
	.page-news-list .item {
	    padding: 20px 0;
	}

	.page-cantact .map-box {
		width: 100%;
		height: 200px;
	}
	.page-cantact .cont {
	    padding: 20px;
	    width: 100%;
	}
	.page-cantact .cont h3 {
	    font-size: 20px;
	}
	.page-cantact .cont ul li {
	    font-size: 14px;
	}
	.page-cantact .cont ul li ~ li {
	    margin-top: 5px;
	}
	.page-cantact .cont ul li span {
	    font-size: 14px;
	}
	.pt-130 {
	    padding-top: 40px;
	}
	.page-youshi .item .pic {
	    width: 100%;
	}
	.page-youshi .item .cont {
	    padding-left: 0;
	    padding-right: 0;
	    width: 100%;
	    padding: 20px 20px 30px;
	}
	.page-youshi {
	    margin-bottom: 40px;
	}
	.service-list .item {
	    width: 48.5%;
	    padding: 20px 15px 20px;
	    margin-bottom: 10px;
	}
	.service-list .item .pic {
	    width: 100px;
	    height: 100px;
	    line-height: 100px;
	}
	.service-list .item .pic img {
		width: 52%;
	}
	.service-list .item h4 {
	    font-size: 20px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	    margin-top: 20px;
	}
	.service-list .item p {
	    line-height: 1.5;
	}
	.service-list .item p br {
		display: none;
	}
	.service-list .item .zx {
	    display: inline-block;
	    margin-top: 20px;
	    width: 90%;
	    font-size: 14px;
	}
	.about-intro {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about-intro .tit-cont {
	    width: 100%;
	}
	.about-ys-list {
	    width: 100%;
	}
	.tit-cont .brand {
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.about-ys-list .item {
	    position: relative;
	    width: 100%;
	    height: auto;
	}
	.about-ys-list .item:first-child, .about-ys-list .item:nth-child(2),.about-ys-list .item {
	    margin-bottom: 30px;
	}
	.about-ys-list .item .box {
		padding: 20px 15px;
	}
	.about-ys-list .item .box .tit {
	    width: 25%;
	    text-align: right;
	}
	.about-ys-list .item .box .des {
	    margin-left: 30px;
	    flex:1;
	}
	.pt-120 {
	    padding-top: 40px;
	}
	.huanjing-list {
	    margin-top: 40px;
	    padding-bottom: 2px;
	}
	.huanjing-list .item .tit {
	    line-height: 40px;
	}
	.com-swiper .prev:focus, .com-swiper .next:focus {
		outline: none;
	}
	.footer-b {
		padding-bottom: 60px;
	}
}



