@charset UTF-8;

/**title**/


:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
	margin-top: 154px;
	position: relative;
}

.swiper-bn-list {
	position: absolute;
	width: 100%;
	bottom: 50px !important;
	z-index: 9;
	text-align: center;
}

.swiper-bn-list span {
	background: none;
	width: 12px;
	height: 12px;
	margin: 0px 4px !important;
	opacity: 1;
	border: 2px #fff solid;
}
.swiper-bn-list .swiper-pagination-bullet-active
{
		background: #fff;
}


.pc-bn
{
    display:block;
}
.m-bm
{
    display:none; 
}


.index_title
{text-align: center;width: 100%;margin-bottom: 30px;}
.index_title p
{
    font-size: 18px;
    display: inline-block;
    color: #999;
    position: relative;
    padding-bottom: 15px;
}



.index_title span
{
    font-size: 44px;
    display: block;
    font-weight:bold;
    color: #333;
    width: 100%;
    margin-bottom: 10px;
}
.index_title span i
{
	font-style: inherit;
	color: #399361;
}


.inmore
{
    text-align: center;
    display: block;
    width: 154px;
    margin: 40px auto;
    border-radius: 30px;
    transition: all 0.5s;
}
.inmore:hover
{
    box-shadow: 0px 0px 10px rgba(96,184,208,0.8); 
}

/**pag**/


.pag1
{
    padding: 100px 0px 0px;
    background: #f4f8f7;
}
.pag1_center
{
    max-width: 1440px;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 0px 20px;
}
.pag1_center ul
{
	width: 100%;
}
.pag1_center ul a
{
	width: calc((100% - 20px)/2);
	display: flex;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	float: left;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
} 
.pag1_center ul a:nth-of-type(2n)
{
	margin-right: 0px;
}

.pag1_center ul a .left
{
	width: 50%;
	padding-left: 50px;
} 
.pag1_center ul a .left .name
{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	max-width: 220px;
	margin-bottom: 20px;
} 
.pag1_center ul a:hover .left .name
{
    color: #399361;
}


.pag1_center ul a .left .subname
{
	font-size: 18px;
	margin-bottom: 40px;
	color: #999;
} 
.pag1_center ul a .left .more
{
	color: #399361;
	background: url(../images/more.png) no-repeat left center;
	padding-left: 24px;
} 


.pag1_center ul a .right
{
	width: 58%;
} 
.pag1_center ul a .right img
{
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
} 
.pag1_center ul a:hover .right img
{
	transform: scale(1.1);
}


/**pag2**/
.pag2
{
    width: 100%;
    overflow: hidden;
    background: url(../images/bg2.png)#f4f8f7 no-repeat top center;
    background-size: cover;
    padding-top: 380px;
    padding-bottom: 230px;
}
.pag2_center
{
    
}
.pag2 ul
{max-width: 1440px;margin: auto;padding: 0px 20px;display: flex;justify-content: space-between;}
.pag2 ul li
{
    width: calc((100% - 90px)/4);
    background: rgba(57,147,97,0.9);
    border-radius: 10px;
    padding: 80px 40px;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}
.pag2 ul li:hover
{
	    background: rgba(250,184,57,0.9);
}


.pag2 ul li:nth-of-type(2),.pag2 ul li:nth-of-type(4)
{top: 80px;position: relative;}


.pag2 ul li .ico
{width: 74px;height: 74px;overflow: hidden;background: #fff;border-radius: 100%;margin: auto;}
.pag2 ul li .ico img
{
    position: relative;
    top: 0px;
    transition: all 0.5s;
}
.pag2 ul li:hover .ico img
{
    top: -74px;	
}

.pag2 ul li .title
{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0px 10px;
}
.pag2 ul li .ext_indexsummary
{
    color: #fff;
    font-size: 16px;
    line-height: 2em;
    opacity: 0.9;
}
.pag2 .index_title span,.pag2 .index_title p
{
	color: #fff;
}


/**pag3**/
.pag3
{
    padding: 100px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.pag3_center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
}
.pag3 ul
{width: 100%;display: flex;justify-content: space-between;}
.pag3 ul li
{
    width: calc((100% - 40px)/2);
}
.pag3 ul li .ico
{
    width: 100%;
    height: 0px;
    padding-top: 65%;
    overflow: hidden;
    position: relative;
}
.pag3 ul li .ico img
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%)scale(1);
	transition: all 0.5s;
}
.pag3 ul li:hover .ico img
{
    transform: translate(-50%,-50%)scale(1.1);	
}


.pag3 ul li p
{
    background: #399361;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 25px;
}



/**pag6**/
.pag6
{background: url(../images/bg.jpg) no-repeat center;background-size: cover;width: 100%;height: 100%;overflow: hidden;padding: 100px 0px 400px;}
.pag6_center
{max-width: 1440px;padding: 0px 20px;margin: auto;}
.pag6_center p
{color: #fff;font-size: 16px;line-height: 2em;max-width: 1000px;text-align: center;margin: auto;opacity: 0.8;}
.pag6_center .title{font-size: 48px;text-align: center;color: #fff;font-weight: bold;}
.pag6_center .subtitle
{font-size: 20px;color: #fff;font-weight: bold;text-align: center;opacity: 1;margin: 10px auto;}
.pag6_center ul
{display: flex;justify-content: space-between;margin: 50px auto 0px;}
.pag6_center ul li
{width: auto;text-align: left;}
.pag6_center ul li p:nth-of-type(1)
{line-height: 2em;text-align: left;margin-bottom: 20px;}
.pag6_center ul li p:nth-of-type(2)
{font-size: 18px;font-weight: bold;line-height: 2em;}
.pag6_center ul li p:nth-of-type(2) em
{font-size: 70px;font-style: initial;font-weight: bold;font-family: bahnschrift !important;}

/**pag4**/
.pag4
{
    width: 100%;
    overflow: hidden;
    background: #f4f8f7;
    background-size: cover;
    padding: 100px 0px 120px;
}
.pag4_center
{
    display: flex;
    max-width: 1440px;
    padding: 0px 20px;
    margin: auto;
}
.pag4_left
{
    width: 40%;
    float: left;
    padding-right: 25px;
}
.pag4_left_main
{
    padding: 0px;
    background: #399361;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
}
.news-title
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.news-title p
{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-left: 4px #3ba598 solid;
    padding-left: 10px;
}
.news-title p span
{
    font-size: 14px;
    font-weight: normal;
}
.news-title a
{
    line-height: 30px;
    display: block;
    padding: 0px 10px;
    background: -webkit-linear-gradient(left,#a3cb2b,#239cb2);
    color: #fff;
    border-radius: 20px;
}
.news1
{
    width: 100%;
    overflow: hidden;
}
.news1 .pr_img
{
	position: relative;
	overflow: hidden;
}

.news1 img
{
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.news1:hover img
{
    transform: scale(1.1);
}

.news1 .title
{
    padding: 35px;
    margin-bottom: 0px;
}
.news1 .time
{
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
	font-family: Barlow !important;
	opacity: 0.8;
}
.news1 .title p
{
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 1;
}


.news1 .title span
{
    display: block;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    line-height: 2em;
    opacity: 0.8;
}
.pag4_riht_bottom
{
	padding-left: 25px;
	overflow: hidden;
	width: 100%;
}


.news2
{
    padding: 20px 0px;
    border-top: 1px #eee solid;
}
.news2 .title
{
    font-size: 17px;
    color: #333;
    background-size: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news2 .title p
{
	font-size: 18px;
	color: #6f7877;
}
.news2:hover .title p
{
	color:#399361;
}


.news2 .title span
{
	color: #999;
	font-size: 14px;
	font-family: Barlow !important;
}

.news2 .title:hover
{
	color:#399361;
}

.pag4_right
{
    width: 60%;
    float: left;
    position: relative;
}


.pag4_riht_main
{
    padding: 0px 0px 0px;
    padding-left: 25px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.news3
{
	margin-bottom: 20px;
	width: calc((100% - 50px)/2);
}


.news3 a
{
    display: block;
}
.news3 .pr_img
{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0px;
    padding-top: 60%;
}
.news3 .pr_img img
{
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
}
.news3:hover .pr_img img
{
	transform: translate(-50%,-50%) scale(1.1);
}

.news3 .title
{
    width: 100%;
    padding: 20px 0px;
}
.news3 .title p
{
    font-size: 18px;
    color: #6f7877;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news3:hover .title p
{
    color:#399361;
}

.news3 .title span
{
    color: #999;
    margin-top: 15px;
    font-size: 14px;
    font-family: Barlow !important;
    display: block;
}


/**pag7**/
.pag7
{overflow: hidden;padding: 100px 0px;width: 100%;}
.pag7_center
{position: relative;overflow: hidden;width: 100%;}

.pag7_center:before
{
	content:'';
	width: 92%;
	height: 86%;
	background:#399361;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index: -1;
}


.pag7_main
{

}
.pag7_main li
{display: flex;width: 100%;position: absolute;top: 0px;left: 0px;opacity: 0;transition: all 0.5s;}

.pag7_main li.cur
{
	opacity: 1;
	z-index: 9;
}

.pag7_main li:nth-of-type(1)
{
	position: relative;
}



.pag7_main li .left
{width: 42%;float: left;}
.pag7_main li .left_c
{max-width: 547px;float: right;height: 100%;background: #F4F8F8;padding: 150px 50px 0px;position: relative;overflow: hidden;}


.pag7_main li .title
{display: flex;}
.pag7_main li .title img
{

}
.pag7_main li .title p
{font-size: 32px;font-weight: bold;color: #399361;}
.pag7_main li .indexsummary
{font-size: 22px;color: #666;font-weight: bold;margin-top: 15px;}
.pag7_main li .tags
{font-size: 360px;color: #e7efeb;line-height: 1em;position: absolute;bottom: -160px;font-family: bahnschrift !important;font-weight: 100;}



.pag7_main li .right
{width: 58%;float: left;}
.pag7_main li .right img
{width: 100%;}



.pag7list
{max-width: 1400px;margin: auto;background: #399361;display: flex;justify-content: space-between;}

.pag7list li
{width: 25%;border-right: 1px rgba(255,255,255,0.1) solid;transition: all 0.5s;cursor: pointer;}

.pag7list li.cur
{
	background:#fab839;
}


.pag7list li .title
{display: flex;justify-content: center;align-items: center;padding: 50px 50px;transition: all 0.5s;}
.pag7list li .title img
{filter: brightness(100);height: 44px;}
.pag7list li .title p
{color: #fff;font-size: 22px;font-weight: bold;margin-left: 10px;}
.pag7list li .title p span
{display: block;font-size: 14px;font-weight: normal;opacity: 0.5;font-family: arial !important;}


/**pag5**/

.pag5
{
    padding: 60px 0px;
}
.pag5_center
{
    max-width: 1440px;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 0px 20px;
}
.pag5_center li .title
{
    font-size: 16px;
    text-align: center;
    color: #333;
    margin: 20px 0px;
}
.pag5_center li img
{
    height: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.pag5_center li:hover img
{
    transform: scale(1.1);
}

.pag5_center li .pr_img
{
    padding: 0px;
    border: 1px #eee solid;
    display: flex;
    height: 120px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.swiper_honor
{
	overflow:hidden;
}

.swiper-honor-list
{
    text-align: center;
    margin-top: 10px;
}
.swiper-honor-list span
{
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 0px;
    margin: 0px 5px;
    border-radius: 100%;
}

.swiper-honor-list .swiper-pagination-bullet-active
{
    width: 10px;
    height: 10px;
    background: #23824d;
    border-radius: 100%;
}



