@charset "utf-8";

/* 首页Banner开始 */
.home-banner {
	width: 100%
}

#indexbanner {
	width: 100%
}

#indexbanner .swiper-button-next::after,
#indexbanner .swiper-button-prev::after {
	content: ''
}

#indexbanner .swiper-button-next em,
#indexbanner .swiper-button-prev em {
	font-size: 48px
}

#indexbanner .swiper-button-next,
#indexbanner .swiper-button-prev {
	width: 45px!important;
	height: 45px!important;
	border-radius: 50%;
	background-color: #303030
}

#indexbanner .iconfont {
	color: #FFF
}

#indexbanner .swiper-button-prev {
	left: 40px;
	font-size: 14px
}

#indexbanner .swiper-button-next {
	right: 40px
}

#indexbanner .swiper-button-next:hover,
#indexbanner .swiper-button-prev:hover {
	background-color: #11b97f
}

#indexbanner .swiper-pagination {
	bottom: 10px
}

.home-banner .swiper-slide.swiper-slide-active img {
	animation: bannerimg 4s forwards
}

@keyframes bannerimg {
	0% {
		transform: scale(1)
	}

	80% {
		transform: scale(1.08)
	}

	100% {
		transform: scale(1.05)
	}
}

.home-banner .swiper-pagination-bullet {
	background-color: #e2e2e2;
	border-radius: 999px;
	height: 4px;
	opacity: 1;
	overflow: hidden;
	position: relative;
	width: 32px
}

.home-banner .swiper-pagination-bullet:after {
	background-color: #11b97f;
	border-radius: 999px;
	content: "";
	display: block;
	height: 100%;
	width: 0px
}

.home-banner .swiper-pagination-bullet-active.cur::after {
	transition: width 6s linear;
	width: 100%
}

.home-banner .swiper-pagination-bullet-active.cur {
	border-radius: 999px;
	overflow: hidden
}

@media screen and (max-width:768px) {
	#indexbanner .swiper-pagination {
		bottom: 10px
	}

	#indexbanner .swiper-pagination {
		display: block
	}
	
	#indexbanner .swiper-button-next,#indexbanner .swiper-button-prev {
		display: none
	}
}

@media screen and (max-width:500px) {
	#indexbanner .swiper-button-next,#indexbanner .swiper-button-prev {
		width: 40px!important;
		height: 40px!important
	}

	#indexbanner .swiper-button-prev {
		left: 10px
	}

	#indexbanner .swiper-button-next {
		right: 10px
	}
}
/* 首页Banner结束 */

/* 首页栏目标题开始 */
.index_column{ width:100%; padding:30px 0 0 0; overflow:hidden;}
.index_column .w1400{position:relative; min-height:auto;}
.index_column_title{ width:100%; margin-bottom:0px; overflow:hidden;}
.index_column_title .index_column_title_1{ width:70%; float:left;}
.index_column_title .index_column_title_1 b{ display:block; float:left; font-size:40px; color:#333; line-height:80px;}
.index_column_title .index_column_title_1 span{ display:block; float:left; color:rgba(0,0,0,0.03); font-size:96px; font-family:impact; text-transform:uppercase;margin: -30px 0 0 -80px;}
.index_column_title .index_column_title_more_btn{ width:162px; height:50px; line-height:50px; float:right; background:#00913a; border-radius:30px; text-align:center; font-size:18px;margin: 20px 0 0 0;}
.index_column_title .index_column_title_more_btn:hover{ background:#11b97f;}
.index_column_title .index_column_title_more_btn a{ color:#fff;}
.index_column_title_more{ position:absolute; right:0; top:20px;}
.index_column_title_more span{ display:block; float:left; width:90px; margin:0 40px 0 0; font-size:20px; color:#333; position:relative; cursor:pointer;}
.index_column_title_more span em,.index_column_title_more a em{ width:100%; display:block; height:1px; background:#ddd; margin:15px 0 0;}
.index_column_title_more a{ display:block;float:left; width:90px; font-size:20px; color:#333; position:relative;}
.index_column_title_more span:after,.index_column_title_more a:after{ content:""; display:block; width:6px; height:6px; background:#11b97f; border-radius:100%; position:absolute; right:0; top:3px;}
.index_column_title_more span:hover em,.index_column_title_more span.on em,.index_column_title_more a:hover em{ height:2px;background:#11b97f;}



@media (max-width:767px) {
.index_column{ padding:20px 0 0 0;}
.index_column_title{ margin-bottom:5px;}
.index_column_title_more{ display:none;}
.index_column_title .index_column_title_more_btn{ display:none;}
.index_column_title .index_column_title_1 b{ font-size:22px; line-height:60px;}
.index_column_title .index_column_title_1 span{ font-size:46px;margin: -5px 0 0 -46px;}
}
/* 首页栏目标题结束 */

/* 首页服务开始 */
.Index_Services_Containe{
  display: block;
  max-width: 1400px;
  margin:0 auto;
  position: relative;
}

.spot {
	text-align: center
}

.spot li {
	display: inline-block;
	padding: 0;
	background-color: #000;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	opacity: .2;
	margin: 2px
}

.spot li.on {
	background: #11b97f;
	opacity: 1
}

#Index_Services {
	margin-bottom: 4vw
}

#Index_Services .Index_Services_Main {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around
}

#Index_Services .Index_Services_Main>.Index_Services_Active:nth-child(even) {
	background: #f6f6f6
}

@media screen and (max-width:640px) {
	#Index_Services .Index_Services_Main {
		display: block
	}
}

#Index_Services .Index_Services_Active {
	float: left;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	background-color: #fcfcfc;
	cursor: pointer;
	width: 18%
}

#Index_Services .Index_Services_Active.Index_Services_Current {
	width: 46%;
	background-color: #fff;
	position: relative;
	z-index: 2
}

#Index_Services .Index_Services_Active.Index_Services_Current .Index_Services_Title {
	width: 40%;
	background-color: #00913a
}

#Index_Services .Index_Services_Active.Index_Services_Current .Index_Services_Title * {
	color: #fff
}

#Index_Services .Index_Services_Active.Index_Services_Current .Index_Services_List {
	width: 60%;
	box-shadow: 2px 2px 7px rgba(70,70,70,.2);
	height: 100%;
	background-image: url(../images/Index_Services_Bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: auto auto
}

@media screen and (max-width:640px) {
	#Index_Services .Index_Services_Active.Index_Services_Current .Index_Services_List {
		box-shadow: initial
	}
}

@media screen and (max-width:640px) {
	#Index_Services .Index_Services_Active {
		width: 100%
	}

	#Index_Services .Index_Services_Active.Index_Services_Current {
		width: 100%
	}

	#Index_Services .Index_Services_Active .Index_Services_Title {
		width: 40%;
		background-color: #00913a;
		padding: 7vw 3vw 3vw
	}

	#Index_Services .Index_Services_Active .Index_Services_Title *,#Index_Services .Index_Services_Active .Index_Services_Title .iconfont {
		color: #fff
	}

	#Index_Services .Index_Services_Active .Index_Services_List {
		width: 60%;
		height: 100%;
		background-image: url(../images/Index_Services_Bg.png);
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: auto auto
	}

	#Index_Services .Index_Services_Active .Index_Services_List li {
		margin: 1.2rem 0
	}
}

#Index_Services .Index_Services_List {
	float: right;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	width: 0;
	height: 0;
	padding: 3vw 7% 0
}

#Index_Services .Index_Services_List li {
	margin: 1.5rem 0
}

#Index_Services .Index_Services_List li:hover * {
	color: #00913a
}

#Index_Services .Index_Services_List a {
	font-size: .8rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block
}

@media (max-width:768px) {
	#Index_Services .Index_Services_List a {
		font-size: .88888889rem
	}
}

@media (max-width:640px) {
	#Index_Services .Index_Services_List a {
		font-size: 1rem
	}
}

#Index_Services .Index_Services_List .iconfont {
	float: right;
	font-size: 1.1rem;
	color: #bbb;
	line-height: 1.2;
	margin-right: 2px
}

@media (max-width:768px) {
	#Index_Services .Index_Services_List .iconfont {
		font-size: 1.04761905rem
	}
}

#Index_Services .Index_Services_Title {
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 3vw 1rem
}

#Index_Services .Index_Services_Title * {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

#Index_Services .Index_Services_Title .Index_Services_Icon {
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #00913a;
	font-size: 3.5rem;
	line-height: 1
}

#Index_Services .Index_Services_Title h3 {
	font-size: 1.1rem;
	color: #333;
	font-weight: 700;
	line-height: 2;
	margin: 1.5rem 0 1rem
}

@media (max-width:768px) {
	#Index_Services .Index_Services_Title h3 {
		font-size: 1.04761905rem
	}
}

#Index_Services .Index_Services_Title small {
	font-size: .8rem;
	color: #999;
	display: block;
	font-weight: 400;
	font-family: FontBlar
}

@media (max-width:768px) {
	#Index_Services .Index_Services_Title small {
		font-size: .88888889rem
	}
}

@media (max-width:640px) {
	#Index_Services .Index_Services_Title small {
		font-size: 1rem
	}
}

#Index_Services .Index_Services_Title p {
	font-size: 14px;
	color: #666
}

@media (max-width:640px) {
	#Index_Services .Index_Services_Title p {
		font-size: 13px
	}
}

#Index_Services .Index_Services_Title .icon-yuanquan {
	color: #00913a;
	font-size: 1rem;
	display: inline-block;
	padding-top: 1.5rem
}

#Index_Services .spot {
	display: none
}

@media screen and (max-width:640px) {
	#Index_Services .spot {
		display: block;
		position: relative;
		padding-bottom: 1vw;
		margin-bottom: 5vw;
		margin-top: -6vw;
		z-index: 22
	}
}
/* 首页服务结束 */

/* 首页关于我们开始*/
.index_about{ width:100%; background:url(../images/About_Bg.png) no-repeat; background-size:cover; padding:0px 0; overflow:hidden;}
.index_about .index_about_l{ width:47%; float:left;}
.index_about .index_about_l .index_column_title .index_column_title_1{ width:100%;}
.index_about .index_about_content{font-size:16px; color:#666; width:100%;overflow:hidden; line-height:30px;text-align:justify; word-break:break-all; margin:0; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:6; -webkit-box-orient:vertical; height:180px; margin:-10px 0 42px 0;}
.index_about .index_about_content p,.index_about .index_about_content span{font-size:16px; color:#666; line-height:30px;}
.index_about .index_about_nav ul li{ width:32%; margin:0 2% 0 0; background:rgba(0,145,58,0.1); float:left; padding:15px 0; text-align:center; border-radius:5px;}
.index_about .index_about_nav ul li:nth-child(3){ margin-right:0;}
.index_about .index_about_nav ul li img{ display:block; margin:0 auto 5px;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.index_about .index_about_nav ul li p{ font-size:18px; color:#333;}
.index_about .index_about_nav ul li:hover img{transform: rotateY(180deg);}
.index_about .index_about_img{ width:47%; float:right;}
.index_about .index_about_img a{ display:block; width:100%; height:457px; position:relative;}
.index_about .index_about_img a img{ display:block; width:100%; height:100%; border-radius:20px;}
.index_about .index_about_img a:after{ content:""; display:block; background:url(../images/About_Ico_4.png) no-repeat center center; position:absolute; width:54px; height:54px; bottom:30px; right:35px;}

@media (max-width:1680px) {
.index_about .index_about_img a{ height:450px;}
}

@media (max-width:1600px) {
.index_about{ padding:70px 0;}
.index_about .index_about_img a{ height:442px;}
}

@media (max-width:1560px) {
.index_about .index_about_img a{ height:436px;}
}

@media (max-width:1440px) {
.index_about{ padding:60px 0;}
.index_about .index_about_nav ul li img{ width:45px;}
.index_about .index_about_nav ul li p{ font-size:16px;}
.index_about .index_about_img a{ height:418px;}
}

@media (max-width:1366px) {
.index_about .index_about_img a{ height:415px;}
}

@media (max-width:1280px) {
.index_about .index_about_content{ font-size:15px; line-height:28px; height:165px; margin:-10px 0 40px 0;}
.index_about .index_about_content p,.index_about .index_about_content span{ font-size:15px; line-height:28px;}
.index_about .index_about_img a{ height:386px;}
.index_about .index_about_img a:after{ background-size:50px 50px; right:30px; bottom:25px;}
}

@media (max-width:1200px) {
.index_about{ padding:50px 0;}
.index_about .index_about_nav ul li img{ width:40px;}
.index_about .index_about_nav ul li p{ font-size:15px;}
.index_about .index_about_img a{ height:381px;}
.index_about .index_about_img a img{ border-radius:15px;}
.index_about .index_about_img a:after{ background-size:45px 45px; right:25px; bottom:25px;}
}

@media (max-width:1080px) {
.index_about .index_about_img a{ height:377px;}
}

@media (max-width:1024px) {
.index_about{ padding:40px 0;}
.index_about .index_about_img a{ height:375px;}
.index_about .index_about_img a:after{ background-size:45px 45px; right:20px; bottom:20px;}
}

@media (max-width:820px) {
.index_about{ padding:30px 0;}
.index_about .index_about_content{ font-size:14px; line-height:26px; height:155px; margin:-10px 0 20px 0;}
.index_about .index_about_content p,.index_about .index_about_content span{ font-size:14px; line-height:26px;}
.index_about .index_about_nav ul li img{ width:35px;}
.index_about .index_about_nav ul li p{ font-size:14px;}
.index_about .index_about_img a{ height:343px;}
.index_about .index_about_img a img{ border-radius:10px;}
}

@media (max-width:767px) {
.index_about{ padding:20px 3.5%;}
.index_about .index_about_l{ width:90%;}
.index_about .index_about_img{ width:100%; margin-top:20px;}
.index_about .index_about_img a{ height:auto;}
.index_about .index_about_img a:after{ background-size:40px 40px; right:20px; bottom:20px;}
.index_about .index_about_content{margin:-10px 0 15px 0;}
}

@media (max-width:450px) {
.index_about .index_about_img a:after{ right:15px; bottom:10px;}
}
/* 首页关于我们结束*/

/* 首页新闻资讯开始 */
.center{width:1400px;margin:0 auto}
.index_news{
    padding-bottom: 0px;
}
.index_news .more{
    display: block;
    width: 185px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    margin: auto;
    font-size: 16px;
    color: #333333;
    border: solid 1px #dfdfdf;
    transition:all 0.3s ease-in-out;
}
.index_news .more:hover{
    color: #4177b7;
    border: solid 1px #4177b7;
}
.index_news .news_l{
    width: calc(50% - 36px);
}
.index_news .news_r{
    width: calc(50% - 36px);
}
.index_news .news{
    padding: 58px 0 50px 0;
}
.index_news .news_l .first{
    display: block;
    border-bottom: dashed 1px #bbbbbb;
}
.index_news .news_l .first .img{
    overflow: hidden;
}
.index_news .news_l .first .img img{
    width: 100%;
    height: 262px;
    transition:all 0.3s ease-in-out;
}
.index_news .news_l .first:hover .img img{
    transform: scale(1.1);
}
.index_news .news_l .first .jianjie{
    padding: 18px 0 26px 0;
}
.index_news .news_l .first .jianjie .xian{
    width: 15px;
    height: 2px;
    background: #4177b7;
    margin-top: 42px;
    margin-left: 6px;
    margin-right: 5px;
}
.index_news .news_l .first .jianjie .text{
    width: calc(100% - 36px);
}
.index_news .news_l .first .jianjie .text .biaoti .bt{
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    width: calc(100% - 130px);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.index_news .news_l .first:hover .jianjie .text .biaoti .bt{
    color: #4177b7;
}
.index_news .news_l .first .jianjie .text .biaoti .sj{
    font-size: 16px;
    color: #333333;
    line-height: 46px;
}
.index_news .news_l .first .jianjie .text .biaoti .xq{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index_news .news_l .list_news .each .border{
    width: 15px;
    height: 2px;
    background: #4177b7;
    margin-top: 20px;
    margin-left: 6px;
    margin-right: 8px;
}
.index_news .news_l .list_news .each .p{
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    width: calc(100% - 130px);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.index_news .news_l .list_news .each:hover .p{
    color: #4177b7;
}
.index_news .news_l .list_news .each .shijian{
    font-size: 16px;
    color: #333333;
    line-height: 38px;
}
.index_news .news_l .list_news{
    padding: 16px 0;
}
.index_news .news_r .each{
    display: block;
    padding: 28px 0;
    border-bottom: dashed 1px #bbbbbb;
}
.index_news .news_r .each:nth-child(1){
    padding-top: 0;
}
.index_news .news_r .each .img{
    overflow: hidden;
}
.index_news .news_r .each img{
    width: 194px;
    transition:all 0.3s ease-in-out;
}
.index_news .news_r .each:hover img{
    transform: scale(1.1);
}
.index_news .news_r .each .text{
    width: calc(100% - 220px);
    margin-left: 25px;
    padding-top: 10px;
}
.index_news .news_r .each .text .bt{
    width: calc(100% - 110px);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    height: 46px;
    transition:all 0.3s ease-in-out;
}
.index_news .news_r .each:hover .text .bt{
    color: #4177b7;
}
.index_news .news_r .each .text .rq{
    font-size: 16px;
    color: #333333;
    line-height: 46px;
}
.index_news .news_r .each .text .p{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index_news_list{
    padding-bottom: 0px;
}
.index_news_list a{
    display: block;
    width: calc(50% - 15px);
    padding: 0 32px;
    margin-right: 30px;
    background: #f6f6f6;
    margin-top: 28px;
}
.index_news_list a:nth-child(2n){
    margin-right: 0;
}
.index_news_list a .bt{
    padding-top: 10px;
}
.index_news_list a .bt .p{
    font-size: 18px;
    color: #333333;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    max-width: calc(100% - 40px);
    height: 48px;
    line-height: 48px;
}
.index_news_list a .bt .border{
    height: 3px;
    width: 0px;
    background: #11b97f;
    margin-top: 22px;
    margin-right: 0px;
    transition:all 0.3s ease-in-out;
}
.index_news_list a:hover .bt .border{
    width: 17px;
    margin-right: 12px;
}
.index_news_list a .text{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: 7px;
}
.index_news_list a .time .float_l{
    font-size: 14px;
    color: #888888;
    line-height: 36px;
    height: 36px;
    margin-right: 20px;
    padding-left: 26px;
}
.index_news_list a .time .float_l:nth-child(1){
    background: url("../images/news_icon3.png") center left 3px no-repeat;
}
.index_news_list a .time .float_l:nth-child(2){
    background: url("../images/news_icon4.png") center left 3px no-repeat;
}
.index_news_list a .button_xq{
    line-height: 88px;
    height: 88px;
    font-size: 16px;
    color: #333333;
    width: 123px;
    background: url("../images/news_icon1.png") center right no-repeat;
    transition:all 0.4s ease-in-out;
}
.index_news_list a:hover .button_xq{
    margin-left: calc(100% - 123px);
    color: #11b97f;
    background: url("../images/news_icon2.png") center right no-repeat;
}

@media screen and (max-width:1440px) {
    .center {
        width: 1200px;
    }
}

@media screen and (max-width:1280px) {
    .center{
        width: 1000px;
    }  
}

/* ipad */
@media screen and (max-width:1024px) {
    .center {
        width: 100vw;
    }
    .index_news .news_l {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
    .index_news .news_r {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
    .index_news .news {
        padding: 26px 0 20px 0;
    }
    .index_news .news_l .first .img img{
        height: auto;
    }
    .index_news .news_l .first .jianjie {
        padding: 5px 0 15px 0;
    }
    .index_news .news_r .each {
        padding: 20px 0;
    }
    .index_news .news_r .each img {
        width: 120px;
    }
    .index_news .news_r .each .text {
        width: calc(100% - 140px);
        margin-left: 15px;
        padding-top: 0px;
    }
    .index_news .news_r .each .text .bt{
        height: 26px;
        line-height: 26px;
    }
    .index_news .news_r .each .text .rq {
        line-height: 26px;
    }
    .index_news .more {
        width: 120px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    .index_news {
        padding-bottom: 30px;
    }
    .index_news_list a {
		margin-left: 10px;
        width: calc(100% - 38px);
        padding: 0 15px;
        margin-right: 0px;
        margin-top: 15px;
    }
    .index_news_list a .bt {
        padding-top: 5px;
    }
    .index_news_list a .bt .border {
        height: 2px;
        margin-top: 20px;
    }
    .index_news_list a:hover .bt .border{
        width: 15px;
        margin-right: 8px;
    }
    .index_news_list a .bt .p {
        font-size: 15px;
        max-width: calc(100% - 40px);
        height: 40px;
        line-height: 40px;
    }
    .index_news_list a .time .float_l {
        margin-right: 10px;
    }
    .index_news_list a .text {
        line-height: 22px;
    }
    .index_news_list a .button_xq {
        line-height: 54px;
        height: 54px;
        font-size: 14px;
        width: 110px;
    }
}
/* 首页新闻资讯结束 */





/* 首页合作单位开始 */
.main {
    width: 1400px;
    margin: 0 auto;
}

.partner {
    padding-top: 0px;
}

.partner_img {
    flex-wrap: wrap;
    margin-top: 0px;
}

.partner_img p {
    width:23.125%;
    margin-right: 2.5%;
    margin-bottom: 30px;
    border-radius: 12px;
}

.partner_img p:nth-child(4n) {
    margin-right: 0;
}

.partner_img p img {
    width: 100%;
    transition: all .8s;
    box-shadow: 0px 0px 20px 0px #eee;
    border-radius: 12px;
}

.partner_img p img:hover {
    transform: scale(1.1);
    transition: all .8s;
    box-shadow: 0px 0px 20px 2px #d2dbee;
}

.flex {
    display: flex;
    align-items: center; 
}

@media screen and (min-width: 1000px) and (max-width: 1450px) {

    .main {
        width: 90%;
    }

    .partner_img p {
        width: 23.125%;
        height: auto;
        margin-right: 2.5%;
    }

}


@media (max-width:999px) {
	
    .main {
        width: 90%;
    }

    .partner {
        padding-top: 30px;
    }

    .partner .title i {
        margin-left: -10%;
    }

    .partner_img p {
        width: 48%;
        margin-right: 4%; margin-bottom:15px
    }

    .partner_img p img {
        border-radius: 6px;
    }

    .partner_img p:nth-child(2n) {
        margin-right: 0;
    }

    .partner_img p:nth-child(3n) {
        
    }
	
}
/* 首页合作单位结束 */