@charset UTF-8;

/**title**/


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

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


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


.index_title span
{
    font-size: 60px;
    display: block;
    font-weight:bold;
    color: #01a651;
    font-family: CenturyGothic !important;
}

.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); 
}




/**index-bg**/
body.index-bg {
    background:url(../images/bg1.jpg) no-repeat center;
    margin: 0px;
    overflow: hidden;
    background-size: cover;
}
body.index-bg canvas
{
	opacity: 0.3;
}


.guide-pagemain
{
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.guide-pagemain .center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    text-align: center;
}
.guide-pagemain .title
{
    font-size: 60px;
    color: #fff;
    font-weight: 500;
}
.guide-pagemain .title span
{
    color: #fff;
}
.guide-pagemain .title i {
    font-style: initial;
}
.guide-pagemain .title p
{
    font-size: 22px;
    color: #fff;
    margin: 20px auto 0px;
    opacity: 0.8;
    font-weight: 100;
}
.guide-pagemain .title p a
{
	color: #fff;
	text-decoration: none;
}
.guide-pagemain .center ul li
{display: block;background: #fff;border-radius: 100%;height: 220px;width: 220px;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);transition: all 0.5s;position: relative;}



.guide-pagemain .center ul li:nth-of-type(2)
{
	margin-top: 140px;
}
.guide-pagemain .center ul li:nth-of-type(3)
{
	margin-top: 140px;
}

.guide-pagemain .center ul li a
{
	text-decoration: none;
	padding-top: 65px;
	display: block;
	transition: all 0.5s;
}
.guide-pagemain .center ul li:hover a
{
		padding-top: 45px;
}


.guide-pagemain .center ul li img
{

}
.guide-pagemain .center ul
{
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 60px auto;
    padding: 0px 20px;
}

.guide-pagemain .center ul li .text
{font-size: 18px;color: #059349;font-weight: bold;text-decoration: none;opacity: 0;transition: all 0.5s;}
.guide-pagemain .center ul li:hover .text
{
	opacity:1;
}

/**pag**/


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

.pag1_center li .pr_img
{
    border: 1px #eee solid;
}
.pag1_center ul
{
    padding: 0px 80px;
}

.swiper_products
{overflow: hidden;}
.swiper-button-prev:after,.swiper-button-next:after
{
    color:#ddd;
}
.swiper-button-prev,.swiper-button-next
{
       top: 50%;
    margin-top: 12px; 
}


.swiper-pr-list
{
    text-align: center;
}
.swiper-pr-list span
{
    width: 70px;
    height: 2px;
    background: #999;
    border-radius: 0px;
}

.swiper-pr-list .swiper-pagination-bullet-active
{
    width: 70px;
    height: 2px;
    background: #3ba598;
    border-radius: 0px;
}


/**pag2**/
.pag2
{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.pag2_center
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pag2_left
{
    width: 50%;
    float: left;
}
.pag2_left_c{
    max-width: 700px;
    float: right;
    padding-right: 100px;
}
.about_text
{
    font-size: 16px;
    line-height: 2em;
    color: #6c6c72;
    text-align: left;
}
.about_text ul li
{
	width: calc((100% - 15px)/2);
	float: left;
	border: 1px #eee solid;
	margin-right: 15px;
	margin-bottom: 15px;
}
.about_text ul
{
	overflow:hidden;
}


.about_text ul li a
{
	display:block;
	padding: 10px 20px;
}

.about_text ul li:nth-of-type(2n)
{
	margin-right: 0px;
}

.about_text .title
{
	font-size: 22px;
	display: block;
	font-weight: normal;
	color: #01a651;
	margin-top: 40px;
	margin-bottom: 20px;
}


.index_fl
{
    display: flex;
    max-width: 1400px;
    margin: auto;
    width: 100%;
    justify-content: space-between;
    padding: 0px 0px;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    margin-top: 60px;
}
.index_fl a
{
    width: 20%;
    text-align: center;
    padding: 50px 0px;
    transition: all 0.3s;
}
.index_fl a .pic
{
	height: 36px;
	overflow: hidden;
	position: relative;
}


.index_fl a:nth-of-type(1)
{
	display:none;
}


.index_fl a p 
{
    display: block;
    font-size: 22px;
    color: #54585f;
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
    transition: all 0.3s;
}
.index_fl a:hover p
{
 color:#fff;
}
.index_fl a:hover
{
	background:#01a651;
}


.index_fl a p span
{
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.index_fl a img
{
    filter: grayscale(100%);
    opacity:1;
    position: relative;
    top: 0px;
    transition: all 0.3s;
}

.index_fl a:hover img
{
    filter: grayscale(0%);
    opacity:1; 
    position: relative;
    top: -36px;
}



.pag2_right
{
    width: 50%;
    float: left;
    padding: 0px 0px;
    position: relative;
}

.pag2_right img
{
    width: 100%;
    position: relative;
    z-index: 2;
}
.pag2_right .sz
{
	max-width: 600px;
	position: absolute;
	top: 120px;
	left: 100px;
	z-index: 9;
}
.pag2_right .sz ul
{
	
}

.pag2_right .sz ul li
{
	width: 50%;
	float: left;
	margin-bottom: 60px;
}
.pag2_right .sz ul li em
{
	
}
.pag2_right .sz ul li em 
{
	font-family: CenturyGothic !important;
	font-style: initial;
	font-size: 4vw;
	color: #fff;
	margin-right: 10px;
}
.pag2_right .sz ul li p:nth-of-type(1)
{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5em;
}
.pag2_right .sz ul li p:nth-of-type(2)
{
	font-size: 22px;
	color: #fff;
}

/**pag3**/
.pag3
{
    padding: 0px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    background: #2a333c;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.pag3-left
{
	width: 64%;
}
.pag3-left img
{
	width: 100%;
}
.pag3-right
{
	width: 36%;
	padding: 0px 50px;
}
.pag3-right .title
{
	margin-bottom: 40px;
	font-size: 22px;
	color: #fff;
}
.pag3-right .title em
{
	font-size: 60px;
	display: block;
	font-weight: bold;
	color: #01a651;
	font-style: initial;
	line-height: 1em;
	font-family: CenturyGothic !important;
}
.pag3-right .title span
{
	font-size: 30px;
	display: block;
	color: #fff;
	position: relative;
	padding-bottom: 15px;
}

.pag3-right ul
{overflow: hidden;max-width: 360px;}
.pag3-right ul li
{width: 150px;height: 150px;text-align: center;color: #fff;border: 1px rgba(255,255,255,0.2) solid;border-radius: 100%;padding: 35px 0px;float: left;margin-right: 30px;margin-bottom: 30px;}

.pag3-right ul li .title
{font-size: 22px;margin-top: 10px;}


/**pag4**/
.pag4
{
    width: 100%;
    overflow: hidden;
    background: #f6f7f9;
    background-size: cover;
    padding: 100px 0px 120px;
}
.pag4-title 
{
	margin-bottom: 50px;
}
.pag4-title p
{
	text-align: center;
	font-size: 30px;
	color: #434548;
}
.pag4-title p span
{
	display: block;
	font-size: 48px;
	color: #b0b7bf;
	font-family: CenturyGothic !important;
}


.pag4_center
{
    display: flex;
    max-width: 1440px;
    padding: 0px 20px;
    margin: auto;
}
.pag4_left
{
    width: 50%;
    float: left;
    padding-right: 25px;
}
.pag4_left_main
{
    padding: 0px;
    background: #fff;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
}

.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;
    position: relative;
}


.news1 .text
{
	display: flex;
	position: absolute;
	bottom: 20px;
}
.news1 .text .time
{
	width: 20%;
	text-align: center;
}
.news1 .text .time p
{
	font-size: 48px;
	color: #fff;
	font-family: CenturyGothic !important;
}
.news1 .text .time span
{
	color: #fff;
	display: block;
	font-family: CenturyGothic !important;
}

.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: 10px 30px 10px 0px;
    margin-bottom: 0px;
    width: 80%;
}
.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:hover .title p
{
    color: #fff;
}

.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;
    opacity: 0.8;
}
.news2
{
    padding: 6px 0px;
}
.news2 .title
{
    font-size: 17px;
    color: #333;
    background: url(../images/new_icon.png) no-repeat left center;
    padding-left: 20px;
    background-size: 8px;
}
.news2 .title:hover
{
	color:#3ba598;
}

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

.pag4_riht_main
{
    padding: 0px 0px 0px;
    padding-left: 25px;
}
.news3
{
	border-bottom: 1px #eee solid;
	padding-bottom: 33px;
	padding-top: 33px;
}
.news3:nth-last-of-type(1) 
{
    border-bottom:0px #eee solid;
}

.news3 .time
{
	width: 80px;
	text-align: center;
}
.news3 .time p
{
	font-size: 48px;
	color: #b0b7bf;
	font-family: CenturyGothic !important;
}
.news3 .time span
{
    color: #b0b7bf;
    display: block;
    font-family: CenturyGothic !important;
}
.news3 a
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.news3 .pr_img
{
    width: 30%;
    position: relative;
    overflow: hidden;
    max-height: 142px;
}
.news3 .pr_img img
{
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.news3:hover .pr_img img
{
	transform: scale(1.1);
}

.news3 .title
{
    width: calc(100% - 80px);
    padding-left: 30px;
}
.news3 .title p
{
    font-size: 22px;
    color: #5d656f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news3:hover .title p
{
    color:#01a651;
}

.news3 .title span
{
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    color: #b0b7bf;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: 10px;
    line-height: 1.8em;
}

/**pag5**/

.pag5
{
    padding: 100px 0px 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f6f7f9;
}
.pag5:before
{
	content:'';
	width:100%;
	height: 70%;
	position: absolute;
	top: 0px;
	background: url(../images/bg5.jpg) no-repeat top center;
	background-size: 100%;
}


.pag5-center
{
    max-width: 1440px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.pag5-title
{
	padding: 0px 20px;
	width: 100%;
	overflow: hidden;
}
.pag5-title p
{
	font-size: 30px;
	display: block;
	color: #fff;
	position: relative;
	padding-bottom: 40px;
}
.pag5-title p span
{
	font-size: 60px;
	display: block;
	font-weight: bold;
	color: #fff;
	font-style: initial;
	font-family: CenturyGothic !important;
}

.pag5-center ul
{
	overflow: hidden;
	padding: 0px 20px;
}
.pag5-center ul li
{
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
}
.pag5-center ul li .ico img
{
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.pag5-center ul li:hover .ico img
{
	transform: scale(1.1);
}

.pag5-center ul li .pics
{
	position: absolute;
	top: 30px;
	left: 30px;
}
.pag5-center ul li .text
{
	position: absolute;
	width: 100%;
	padding: 30px;
	bottom: 0px;
}
.pag5-center ul li .text p
{
	font-family: CenturyGothic !important;
	font-size: 30px;
	color: #fff;
}
.pag5-center ul li .text p span
{
	display: block;
	font-size: 22px;
	color: #fff;
}

.pag6
{
    width: 100%;
    overflow: hidden;
    background: url(../images/bg6.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 20px;
}
.pag6-center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}
.pag6-center .title
{
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.pag6-center .title span
{
    display: block;
    font-size: 36px;
    color: #fff;
    font-family: CenturyGothic !important;
    opacity: 0.7;
}
.pag6-right .title span
{
	color: #b0b7bf;
	opacity: 0.4;
}
.pag6-right .title
{
	color: #333;
}

.pag6-left
{
    width: 55%;
    background: #00a650;
    padding: 40px;
}
.pag6-left .ly
{
    display: flex;
    justify-content: space-between;
}

.pag6-left input
{
    border: none;
    line-height: 60px;
    padding: 0px 10px;
    width: 100%;
    background: none;
    border: 1px rgba(255,255,255,0.1) solid;
    margin-bottom: 20px;
    color: #fff;
}

.pag6-left .ly input
{
    width: calc(50% - 10px);
}

.pag6-left button
{
    width: 100%;
    border: none;
    line-height: 60px;
    background: #1fcc72;
    color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.pag6-left textarea
{
	border: none;
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
	background: none;
	border: 1px rgba(255,255,255,0.1) solid;
	padding: 10px;
	color: #fff;
}
.pag6-left textarea::-webkit-input-placeholder {
    color: #fff !important;
  }
 
.pag6-left textarea::-moz-placeholder {
    color: #fff !important;
  }
 
.pag6-left textarea:-moz-placeholder {
    color: #fff !important;
  }
 
.pag6-left textarea:-ms-input-placeholder {
    color: #fff !important;
  }


.pag6-left input::-webkit-input-placeholder {
    color: #fff !important;
  }
 
.pag6-left input::-moz-placeholder {
    color: #fff !important;
  }
 
.pag6-left input:-moz-placeholder {
    color: #fff !important;
  }
 
.pag6-left input:-ms-input-placeholder {
    color: #fff !important;
  }


.pag6-right
{
    width: 43%;
    background: #fff;
    padding: 40px;
}
.pag6-right li
{
    width: calc((100% - 30px)/3);
    float: left;
    border: 1px #eee solid;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pag6-right li img
{
    width: 100%;
}



