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

.index_bn {
	margin-top: 100px;
	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;
}

.index1 .swiper-slide {
	width: 100% !important;
}


.pc-bn {
	display: block;
}

.m-bm {
	display: none;
}



/**pagtitle**/


.pagtitle .name {
	font-weight: bold;
	font-size: 48px;
	color: #333;
	text-align: center;
}

.pagtitle .name span {
	color: #bdd81b;
}

.pagtitle .subname {
	font-size: 18px;
	color: #999;
	text-align: center;
	margin-top: 10px;
}


/**pag1**/
.pag1
{
    background: #f4f5f0;
    overflow: hidden;
    padding: 100px 0px;
}
.pag1 .center
{
    max-width: 1340px;
    margin: auto;
    padding: 0px 20px;
    display: flex;
    margin-top: 40px;
}
.pag1 li
{
	
}

.pag1 li img
{
    transform: scale(1);
    transition: all 0.5s;
	width:100%;
}
.pag1 li:hover img
{
    transform: scale(1.1);   
}
.pag1 .left li
{
    position: relative;
    overflow: hidden;
}

.pag1 .left li .text
{
    position: absolute;
    bottom: 0px;
    color: #333;
    width: 100%;
    padding: 50px;
}
.pag1 .left li .text .name
{
    font-size: 24px;
    color: #353940;
    font-weight: 700;
}
.pag1 .left li .text .def
{
    color: #999999;
    line-height: 2em;
    margin-top: 5px;
}
.pag1 .more
{
	color: #bdd81b;
	font-size: 14px;
	margin-top: 5px;
}


.pag1 .right
{
    margin-left: 24px;
}
.pag1 .top
{
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}
.pag1 .top img
{
    
}
.pag1 .top .text
{
    position: absolute;
    top: 50%;
    padding: 0px 40px;
    transform: translateY(-50%);
}
.pag1 .top .text .name
{
    font-size: 24px;
    color: #fff;
}
.pag1 .top .text .def
{
    color: #fff;
    opacity: 0.8;
    margin-top: 5px;
    line-height: 2em;
}

.pag1 .bottom
{
    display: flex;
    justify-content: space-between;
}
.pag1 .bottom li
{
    width: calc((100% - 25px)/2);
    position: relative;
    overflow: hidden;
}
.pag1 .bottom li img
{
    max-width: 100%;
}
.pag1 .bottom li .text
{
    position: absolute;
    bottom: 0px;
    padding: 15px;
    background: #333;
    width: 100%;
    color: #fff;
    text-align: center;
}

.pag1 .bottom li .text .name
{
    
}
.pag1 .bottom li .text .def
{
    
}


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

.pag2 .center ul {
	display: flex;
	max-width: 1340px;
	margin: auto;
	justify-content: space-between;
	padding: 0px 20px;
	margin-top: 40px;
}

.pag2 .center ul li {
	width: calc((100% - 100px)/3);
	padding: 25px;
	border: 1px #eee solid;
	border-radius: 8px;
}


.pag2 .center ul li .text .title a {
	display: block;
	font-size: 22px;
	color: #333;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	transition: all 0.5s;
}
.pag2 .center ul li:hover .text .title a
{
	color:#bdd81b;
}


.pag2 .center ul li .text .title a:before {
	content: '';
	width: 18px;
	height: 3px;
	background: #bdd81b;
	position: absolute;
	bottom: 0px;
}

.pag2 .center ul li .text .ext_summary {
	color: #999999;
	line-height: 1.8em;
	height: 115px;
	margin-bottom: 25px;
	font-size: 16px;
	overflow: hidden;
}

.pag2 .center ul li .ico {
	height: 0px;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	border-radius: 4px;
}

.pag2 .center ul li .ico img {
	width: 100%;
	display: block;
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	height: 100%;
	background-size: cover !important;
	left: 50%;
}
.pag2 .center ul li:hover .ico img
{
	transform: translate(-50%, -50%) scale(1.1);
}


/*****/




/**pag3**/
.pag3 {
	background: url(../images/bg.jpg) no-repeat center;
	padding: 135px 0px 220px;
	background-size: cover;
}


.pag3 .center .name {
	font-size: 48px;
	color: #ffff;
	font-weight: bold;
	text-align: center;
}

.pag3 .center .name span {
	color: #bdd81b;
}

.pag3 .center .title {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

.pag3 .content {
	text-align: center;
	color: #fff;
	max-width: 1000px;
	margin: auto;
	margin-top: 50px;
	opacity: 0.9;
	padding-top: 0px;
}

.pag3 .content a {
	display: block;
	max-width: 160px;
	line-height: 50px;
	background: #bdd81b;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	margin: auto;
	margin-top: 75px;
	border: 2px #bdd81b solid;
	transition: all 0.5s;
}
.pag3 .content a:hover
{
   background:none;
   border: 2px #fff solid;
}


/**pag4**/
.pag4 {
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

.pag4 .center .content {
	padding: 50px;
}

.pag4 .center {
	max-width: 1300px;
	margin: auto;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	margin-top: -100px;
}

.pag4 ul {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.pag4 ul li {
	text-align: center;
}

.pag4 ul li p:nth-of-type(2) {
	line-height: 1.5;
}

.pag4 ul li .shuzi {
	font-style: inherit;
	font-size: 60px;
	color: #353940;
	font-family: Bebas;
}

.pag4 ul li p:nth-of-type(3) {
	color: #999999;
}



/**pag5**/
.pag5 {
	width: 100%;
	overflow: hidden;
	padding: 100px 0px;
}

.pag5 .center {
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px;
}

.pag5 .main {
	display: flex;
	margin-top: 40px;
}

.pag5 .main-l {
	width: 66.66%;
	display: flex;
	justify-content: space-between;
}

.pag5 .main-l li {
	width: calc((100% - 50px)/2);
}


.pag5 .main-l .ico {
	height: 0px;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	border-radius: 4px;
}

.pag5 .main-l .ico img {
	width: 100%;
	display: block;
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	height: 100%;
	background-size: cover !important;
	left: 50%;
}

.pag5 .main-l li:hover .ico img {
	transform: translate(-50%, -50%) scale(1.1);
}


.pag5 .main-l .text {
	padding: 20px 0px 0px;
}

.pag5 .main-l .text .title a {
	font-size: 18px;
	color: #333333;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pag5 .main-l li:hover .title a {
	color: #bdd81b;
}


.pag5 .main-l .text .ext_summary {
	font-size: 15px;
	color: #999;
	margin: 10px 0px;
	line-height: 1.8em;
}

.pag5 .main-l .text .date {
	color: #cccccc;
	font-family: Barlow;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 20px;
}

.pag5 .main-r {
	width: 33.33%;
	padding-left: 50px;
}

.pag5 .main-r li {
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}



.pag5 .main-r .text .title a {
	display: block;
	font-size: 18px;
	color: #333333;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pag5 .main-r li:hover .title a {
	color: #bdd81b;
}


.pag5 .main-r .text .ext_summary {
	font-size: 15px;
	color: #999;
	margin: 10px 0px;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pag5 .main-r .text .date {
	color: #cccccc;
	font-family: Barlow;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 20px;

}


/**pag6**/

.pag6 {
	width: 100%;
	overflow: hidden;
	padding: 0px 0px 0px;
}
.nypag6
{
	padding: 80px 0px 0px;
}
.pag6 .center {
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
}

.pag6 .top {
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
}


.pag6 .top .advantagmain {
	overflow: hidden;
	width: 100%;
}

.pag6 .top .advantagmain li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pag6 .top .advantagmain li .ico img {
	width: 100%;
}


.pag6 .top .advantagmain li .text {
	width: 50%;
}

.pag6 .top .advantagmain li .text-c {
	max-width: 650px;
	margin-left: auto;
	margin-right: 0px;
	padding-right: 120px;
}

.pag6 .top .advantagmain li .title {
	font-size: 32px;
	color: #333;
	font-family: HarmonyOS_Sans_SC_Bold;
}

.pag6 .top .advantagmain li .ext_aboutgy {
	font-size: 16px;
	line-height: 2em;
	color: #666666;
	margin-top: 20px;
}

.pag6 .top .advantagmain li a.contact {
	display: block;
	max-width: 160px;
	line-height: 50px;
	background: #bdd81b;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
	margin-left: 0px;
	border: 2px #bdd81b solid;
	transition: all 0.5s;
}
.pag6 .top .advantagmain li a.contact:hover
{
	background:none;
	color:#bdd81b;
}


.pag6 .bottom {
	background: #bdd81b;
}

.pag6 .bottom .advantagefl {
	max-width: 1300px;
	margin: auto;
	border-left: 1px rgba(255, 255, 255, 0.2) solid;
	overflow: hidden;
	width: 100%;
}

.pag6 .bottom .advantagefl li {
	width: calc(100% / 4);
	border-right: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 60px 20px;
	cursor: pointer;
}

.pag6 .bottom .advantagefl li.swiper-slide-thumb-active {
	background: #aac316;
}

.pag6 .bottom .advantagefl li .text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.pag6 .bottom .advantagefl li .text img {
	height: 41px;
}

.pag6 .bottom .advantagefl li .title {
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}