/**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;
}

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


.pc-bn {
	display: block;
}

.m-bm {
	display: none;
}



/**pagtitle**/
.pagtitle {
	margin-bottom: 40px;
}

.pagtitle .name {
	font-weight: normal;
	font-size: 42px;
	color: #333;
	text-align: center;
	padding-top: 40px;
}

.pagtitle .name span {
	color: #018d33;
	font-weight: bold;
}

.pagtitle .subname {
	font-size: 16px;
	color: #999;
	text-align: center;
	max-width: 700px;
	margin: 5px auto 0px;
	line-height: 1.8em;
}


/**pag1**/
.pag1 {
	overflow: hidden;
	padding: 80px 0px 50px;
	width: 100%;
}

.pag1 .center {
	margin: auto;
	margin-top: 0px;
}

.pag1 .main {
	margin: auto;
	padding: 0px 80px;
}

.indexprfl {
	padding: 0px 40px;
	overflow: hidden;
}

.indexprfl .pr_img img {
	width: 100%;
	transition: all 0.5s;
}

.indexprfl .name {
	line-height: 70px;
	display: block;
	text-align: center;
	background: #018d33;
	font-size: 18px;
	transition: all 0.5s; color:#fff;
}

.indexprfl .pr_img {
	position: relative;
	overflow: hidden; border:solid 4px #018d33;
}

.indexprfl li:hover .pr_img img {
	transform: scale(1.1);
}

.indexprfl li:hover .name {
	background: #035d23;
	color: #fff;
}


.swiper-honor-prev {
	width: 80px;
	height: 80px;
	background: url(../images/left.png) #fff no-repeat center center;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -62px;
	border-radius: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-honor-next {
	width: 80px;
	height: 80px;
	background: url(../images/right.png)#fff no-repeat center center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -62px;
	border-radius: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-honor-next:hover {
	background: url(../images/hright.png)#0d4da1 no-repeat center center;
}

.swiper-honor-prev:hover {
	background: url(../images/hleft.png) #0d4da1 no-repeat center center;
}


/**pag2**/

.pag2 {
	padding-bottom: 0px;
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}

.pag2 .center {
	max-width: 1440px;
	margin: auto;
	padding: 0px 0px;
	overflow: hidden;
}
.pag2 ul
{overflow: hidden;padding: 0px 15px;}
.pag2 ul li
{
	width: calc((100% - 0px)/3);
	float: left;
	padding: 0px 15px;
}
.pag2 ul li .ico
{
	height: 0px;
	position: relative;
	overflow: hidden;
	padding-top: 66%;
}
.pag2 ul li .ico img
{
	width: 100%;
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)scale(1.01);
	height: 100%;
	background-size: cover !important;
}
.pag2 ul li:hover .ico img
{
	transform: translateY(-50%)scale(1.1);	
}


.pag2 ul li p
{
	text-align: center;
	background: #018d33;
	line-height: 70px;
	color: #fff;
	font-size: 22px;
}
/*首页服务行业*/
.in_pro{width:100%; overflow: hidden; padding:0 0; background:#fff;}
.in_pro .center{max-width:1440px;margin:0 auto;}
.in_pro_nav{ overflow:hidden; margin:0 auto; text-align: center; padding-top:20px;}
.in_pro_nav li{overflow: hidden; vertical-align:top; display:inline-block; text-align: center; padding:0 10px; border-right:1px #ccc solid; font-size:16px;}
.in_pro_list{ overflow:hidden;}
.in_pro_list li{ float:left; width:25%; text-align: center;}
.in_pro_list_li{margin:15px; border:0px #eee solid; }
.in-pro-li-img{box-shadow:0px 0px 15px #eee;}
.in_pro_list_li img{max-width:100%;}
.in_pro_list li span{display:block; line-height: 30px; padding:15px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.in_pro_list li a{color:#000;font-size:16px; font-weight:bold; display:block; text-transform: uppercase;}
.in_pro_list li:hover img{opacity:0.8; transition: all .4s;}
.in_pro_list li:hover .in_pro_list_li{ }

.advantage {
	position: relative;
	max-width: 1300px;
	margin: 40px auto 0px;
	overflow: hidden;
	background: #fff;
}



.advantage li
{display: flex;justify-content: center;align-items: center;}

.advantage .text-c {
	width: 50%;
	padding: 10px 70px;
}


.advantage .tittle {
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #018d33;
	font-weight: bold;
}

.advantage .sz {
	color: #fff;
	font-size: 86px;
	font-family: CenturyGothic !important;
	line-height: 1em;
}

.advantage .wz {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	margin-left: 10px;
}

.advantage .wz span {
	display: block;
	font-size: 30px;
	color: #ffff;
	font-weight: bold;
}

.advantage .ext_summary {
	color: #666;
	max-width: 100%;
	line-height: 2em;
	margin-top: 20px;
}

.advantage .more:hover 
{
	border: 1px #0a7310 solid;
	background: #0a7310;
}




.qhlist {
	position: absolute;
	right: 0px;
	padding: 50px;
	z-index: 2;
	bottom: 10%;
	height: auto;
	width: 32%;
}

.swiper-advantage-prev {
	width: 60px;
	height: 60px;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: url(../images/img_03.png) no-repeat left center;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-advantage-prev:hover {

	background: url(../images/img_03.png)#ee1d23 no-repeat left center;
}

.swiper-advantage-next {
	width: 60px;
	height: 60px;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: url(../images/img_04.png) no-repeat left center;
	border-radius: 100%;
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-advantage-next:hover {

	background: url(../images/img_04.png)#ee1d23 no-repeat left center;
}



.advantagefl 
{
	max-width: 1300px;
	margin: auto;
}
.advantagefl li
{display: block;background: #f5f5f5;justify-content: center;align-items: center;transition: all 0.5s;cursor: pointer;text-align: center;}

.advantagefl li.swiper-slide-thumb-active
{
}
.advantagefl li.swiper-slide-thumb-active p
{
	color: #018d33;
}
.advantagefl li.swiper-slide-thumb-active p span
{
	opacity: 0.5;
	color: #fff;
}
.advantagefl li.swiper-slide-thumb-active .ico
{background: #018d33;}
.advantagefl li.swiper-slide-thumb-active .ico img
{
	filter: brightness(0%) invert(100%);
}


.advantagefl li .ico
{
	background: #fff;
	border-radius: 100%;
	width: 90px;
	margin: auto;
}
.advantagefl li .ico img
{
	filter: brightness(100%) invert(0%);
	max-width: 100%;
}

.advantagefl li p
{
	font-size: 22px;
	color: #666666;
	margin-top: 20px;
}
.advantagefl li span
{
	display: block;
	font-weight: 100;
	font-family: bahnschrift;
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
}





/**pag4**/
.pag4 {
	overflow: hidden;
	width: 100%;
	padding: 50px 0px 70px;
	background: url(../images/casebg.png) no-repeat right top;
}


.pag4 .partners .center {
	padding: 0px 10px 0px;
}

.case_center li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	display: block;
	background: #fff;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	padding: 20px;
	background: #f6f6f6;
	width: calc((100% - 90px)/4);
}

.case_center li:nth-of-type(4n) {
	margin-right: 0px;
}


.case_center li:hover {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}


.case_center li .title {
	text-align: center;
	color: #333;
	width: 100%;
	text-align: left;
	line-height: 50px;
	text-align: center;
}

.case_center li .title span {
	display: block;
	color: #999;
	font-size: 15px;
	margin-top: 5px;
	line-height: 1.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 75px;
}

.case_center li:hover a {
	color: #fff;
}
.case_center li:hover
{
	background:#018d33;
}

.case_center li .pr_img img {
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)scale(1);
	object-fit: cover;
	height: 100%;
}

.case_center li:hover .pr_img img {
	transform: translate(-50%, -50%)scale(1.1);
}

.case_center li .pr_img {
	position: relative;
	overflow: hidden;
	padding-top: 100%;
	width: 100%;
}

.case_center li .pr_main {
	background: #fff;
	width: 100%;
	padding: 40px 40px 20px;
}

.case_center li .text {
	width: 100%;
}

.case_center li .text .title a {
	display: block;
	font-size: 24px;
	color: #333333;
	max-width: 290px;
}

.case_center li:hover .text .title a {
	color: #018d33;
}


.case_center li .text2 {
	justify-content: flex-start;
}

.case_center li .text2 .title {
	padding: 0px 0px;
	width: 100%;
}

/**pag7**/

.pag7 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
}

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

.pag7 .right {
	width: 100%;
}
.pag7 .right li
{
	width: calc((100% - 100px)/3);
	margin-right: 50px;
	float: left;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.pag7 .right li:nth-of-type(3n)
{
	margin-right: 0px;
}

.pag7 .right li a{
	display: block;
}

.pag7 .right li .ico {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0px;
	padding-top: 65%;
}

.pag7 .right li .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.pag7 .right li:hover .ico img
{
	transform: translate(-50%, -50%)scale(1.1);	
}

.pag7 .right li .text {
	width: 100%;
	padding: 30px;
}

.pag7 .right li .text .title {
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.pag7 .right li:hover .text .title {
	color:#018d33;
}

.pag7 .right li:nth-of-type(3) a{
	border-bottom: 0px #eee solid;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.pag7 .right li .text .ext_summary {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
	margin: 10px 0px;
}

.pag7 .right li .text .time {
	color: #999;
	margin-top: 20px;
}



/**pag3**/

.pag3 {
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
	background: #f6f6f6;
	padding-bottom: 100px;
}

/*advantage*/
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.main-container{
    width:1400px;
    margin: 0 auto;
}
.advantage-list-bg{
    background: url(../images/advan-bg.png) top center;
    padding: 30px 0;
}
.advantage-list-bg ul li{
    margin: 40px 0;
}
.advantage-list-bg .text{
    width: 700px;
    float: left;
    box-sizing: border-box;
    padding-left: 120px;
    position: relative;
    padding-top: 40px;
}
.advantage-list-bg .text .nub{
    width: 91px;
    height: 91px;
    text-align: center;
    line-height: 91px;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    background: url(../images/nub-bg.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 30px;
}
.advantage-list-bg .text .top{
    font-size: 38px;
    color: #018d33;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.advantage-list-bg .text .top em{
    color: #333333;
	font-style: normal;
}
.advantage-list-bg .text .bottom span{
    font-size: 16px;
    color: #333333;
    display: block;
    padding-left: 20px;
    position: relative;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.advantage-list-bg .text .bottom span:before{
    content: '';
    width: 9px;
    height: 1px;
    display: block;
    background: #333333;
    position: absolute;
    left: 0;
    top: 20px;
}
.advantage-list-bg .text .bottom span em{
    color: #018d33;
	font-style:normal;
}
.advantage-list-bg .img{
    float: right;
}
.advantage-list-bg ul li:nth-child(2n+2) .img{
    float: left;
    margin-right: 85px;
}
.advantage-list-bg .img img{
    width: 615px;
    height: 323px;
    display: block;
}

.advantage .text {
	position: absolute;
	right: 0px;
	padding: 50px;
	background: rgba(13, 77, 161, 0.9);
	z-index: 2;
	top: 0px;
	height: 100%;
	width: 32%;
}



.advantage .tittle {
	display: flex;
	align-items: center;
}

.advantage .sz {
	color: #fff;
	font-size: 86px;
	font-family: CenturyGothic !important;
	line-height: 1em;
}

.advantage .wz {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	margin-left: 10px;
}

.advantage .wz span {
	display: block;
	font-size: 30px;
	color: #ffff;
	font-weight: bold;
}


.advantage .more {
	background: #018d33;
	width: auto;
	display: flex;
	line-height: 46px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	margin-top: 10%;
	justify-content: center;
	align-items: center;
	border: 1px #018d33 solid;
	transition: all 0.5s;
	max-width: 240px;
	font-family: CenturyGothic !important;
	font-size: 22px;
}


.advantage .more:hover 
{
	border: 1px #018d33 solid;
	background:#018d33;
}


.advantage .more img {
	margin-right:5px;
}

.qhlist {
	position: absolute;
	right: 0px;
	padding: 50px;
	z-index: 2;
	bottom: 10%;
	height: auto;
	width: 32%;
}

.swiper-advantage-prev {
	width: 60px;
	height: 60px;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: url(../images/img_03.png) no-repeat left center;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-advantage-prev:hover {

	background: url(../images/img_03.png)#ee1d23 no-repeat left center;
}

.swiper-advantage-next {
	width: 60px;
	height: 60px;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: url(../images/img_04.png) no-repeat left center;
	border-radius: 100%;
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-advantage-next:hover {

	background: url(../images/img_04.png)#ee1d23 no-repeat left center;
}


/**pag5**/

.pag5 {
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0px;
}



.pag5 .left {
	width: 50%;
	color: #666;
	line-height: 2em;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 15px;
}

.pag5 .left .about-title {padding-top:50px;}

.pag5 .left .name {
	font-size: 24px;
	color: #018d33;
	font-weight: bold;
	margin-bottom: 20px;
}

.pag5 .left .name em {
	font-style: normal;
	font-weight: bold;
	color: #0d4da1;
}

.pag5 .left .subname {
	line-height: 2em;
	margin: 20px 0px;
	color: #222;
}

.pag5 .left .more {
	background: #018d33;
	width: 150px;
	display: flex;
	line-height: 44px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	border: 1px #018d33 solid;
	transition: all 0.5s;
	font-size: 14px;
	margin-top: 30px;
}

.pag5 .left .more:hover
{
	background:#018d33;
	border:1px #018d33 solid;
}


.pag5 .left .more img {
	margin-left: 15px;
}


.pag5 .right {
	width: 50%;
	overflow: hidden;
}
.pag5 .right img{
	width:100%;
}
.pag5 .right .ab1 {
	display: block;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 30px 0px;
	font-size: 22px;
	color: #333;
	background: url(../images/img_100.png) no-repeat right center;
}

.pag5 .right .ab2 {
	display: block;
	display: block;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 30px 0px;
	font-size: 22px;
	color: #333;
	background: url(../images/img_103.png) no-repeat right center;
}

.pag5 .right .ab3 {
	display: block;
	display: block;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 30px 0px;
	font-size: 22px;
	color: #333;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
	background: url(../images/img_105.png) no-repeat right center;
}

.pag5 .sz
{max-width: 1340px;margin: auto;padding: 0px 20px;margin-bottom: 40px;}
.pag5 .sz ul
{display: flex;justify-content: space-between;}
.pag5 .sz ul li
{

}
.pag5 .sz ul li .shuzi
{font-family: CenturyGothic !important;font-size: 72px;font-style: normal;color: #018d33;margin-right: 5px;}
.pag5 .sz ul li em:nth-of-type(2)
{font-size: 30px;color: #333;font-family: CenturyGothic !important;font-style: normal;}
.pag5 .sz ul li em:nth-of-type(3)
{font-weight: bold;color: #333;position: absolute;top: 5px;font-style: initial;font-size: 18px;line-height: 1em;right: 0px;}
.pag5 .sz ul li p:nth-of-type(1)
{position: relative;line-height: 60px;}
.pag5 .sz ul li p:nth-of-type(2)
{color: #666;}

/*about history*/
.toPlace {
    position: relative;
    top: 0;
    display: block;
    height: 0;
    overflow: hidden;
}
.padding-110-90 {
	padding: 110px 0 90px;
}
.brand-phylogeny {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.contain {
	width: 1300px;
	margin: 0 auto;
}
.brand-phylogeny .sonTitle {
	width: 100%;
	text-align: center;
}
.sonTitle{width: auto;}
.sonTitle .name{font-family:'SamsungOne700';line-height: 1.1;color: #018d33;text-transform: uppercase;font-size: 18px;}
.sonTitle .text{line-height: 40px;color: #222;margin-top: 10px;font-size: 42px;font-weight:bold;}
.brand-phylogeny-more {
	width: 100%;
}
.margin38 {
	margin-top: 38px;
}
.margin60 {
	margin-top: 60px;
}
.brand-phylogeny .thumbs{width: 100%;position: relative;padding: 0 46px 20px;}
.brand-phylogeny .thumbs-year{display: block;width: 100%;text-align: center;font-size: 18px;color: #787878;text-align: center;transition: all .4s ease;position: relative;line-height: 1;height: 40px;}
.brand-phylogeny .thumbs-year::after{content: "";position: absolute;width: 2px;height: 10px;bottom: 0;background: #cdcdcd;left: 50%;margin-left: -1px;transition: all .4s ease;}
.brand-phylogeny .thumbs-year:hover, .brand-phylogeny .thumbs-year.active{color: #018d33;}
.brand-phylogeny .thumbs-year.active::after{height: 14px;background: #018d33;}
.brand-phylogeny .thumbs::after{content: "";position: absolute;width: calc(100% - 92px);left: 0;right: 0;margin: 0 auto;bottom: 20px;background: #cdcdcd;height: 1px;}
.brand-phylogeny .thumbs-prev, .brand-phylogeny .thumbs-next{width: 40px;height: 40px;cursor: pointer;border-radius: 50%;position: absolute;bottom: 0;border: 2px solid #666;background: url('../images/arrL.svg') no-repeat center/18px auto;transition: all .4s ease;}
.thumbs-prev{left: 0;}
.thumbs-next{right: 0;transform: rotate(180deg);}
.brand-phylogeny .thumbs-prev:hover, .brand-phylogeny .thumbs-next:hover{background-color: #018d33;border-color: #018d33;background-image: url('../images/arrLW.svg');}
.brand-phylogeny .gallery{width: 100%;position: relative;}
.brand-phylogeny-cont{width: 100%;text-align: center;}
.brand-phylogeny-cont .name{font-family:'SamsungOne700';line-height: 1.1;color: #018d33;margin-bottom: 14px;font-size:60px;font-weight:bold;}
.brand-phylogeny-cont .text{color: #777;line-height: 32px;font-size:15px;}

/**pag8**/
.pag8
{
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
	padding: 110px 0px 0px;
}
.pag8 .center
{
	max-width: 1340px;
	margin: auto;
	display: flex;
	padding: 0px 20px;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	padding-bottom: 100px;
}
.pag8 .center .mainl
{
	width: 25%;
}
.pag8 .center .mainl .title
{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}
.pag8 .center .mainl .summary
{
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
}
.pag8 .center .mainl .summary span
{
	display: block;
	font-size: 16px;
	opacity: 0.8;
}
.pag8 .center .mainc
{
	width: 60%;
	border: 1px rgba(255, 255, 255, 0.2) solid;
	border-left: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 0px;
}
.pag8 .center .mainc li
{
	width: calc(100% / 3);
	float: left;
	text-align: center;
	padding: 45px 10px;
	border: 1px rgba(255,255,255,0.2) solid;
	border-right: none;
	border-top: none;
	background: rgba(10,140,84,0.8);
}
.pag8 .center .mainc li p
{
	text-align: center;
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
}
.pag8 .center .mainc li p span
{
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.6;
}

.pag8 .center .mainr
{
	position: absolute;
	right: -100px;
	bottom: 0px;
}
.pag8 .center .mainr img
{
	
}

/**pag6**/

.pag6 {
	padding: 50px 0px;
	overflow: hidden;
	position: relative;
}
.pag6_center {
	max-width: 1440px;
	margin: auto;
	position: relative;
	overflow: hidden;
	padding: 0px 20px;
}
.pag6_center ul {
	display:flex;
	justify-content:space-between;
}
.pag6_center li {
	width:calc((100% - 70px)/8);
	border:1px #eee solid;
	padding:40px 0px;
	border-radius:4px;
	margin:20px 0px;
	transition:all 0.5s;
}
.pag6_center li:hover {
	box-shadow:0px 5px 10px rgba(0,0,0,0.1);
}
.pag6_center li .title {
	font-size:18px;
	text-align:center;
	color:#666;
	margin:20px 0px;
	font-family:bahnschrift !important;
}
.pag6_center li:hover .title {
	color:#015cb5;
}
.pag6_center li .ext_indexsummary {
	font-family:bahnschrift !important;
	font-weight:100;
	color:#999;
	text-align:center;
	font-size:18px;
}
.pag6_center li img {
	height:auto;
	transform:scale(1);
	transition:all 0.5s;
	margin:auto;
	position:relative;
	top:0px;
}
.pag6_center li:hover img {
	top:-44px;
}
.pag6_center li .pr_img {
	padding:0px;
	height:44px;
	margin:auto;
	text-align:center;
	overflow:hidden;
}




.pag5 .center {
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.pr-features {
	max-width: 1340px;
	padding: 0px 15px;
	margin: 40px auto 0px;
	overflow: hidden;
}

.pr-features ul {
	max-width: 1640px;
	margin: auto;
}

.pr-features ul li {
	width: calc((100% - 60px)/6);
	float: left;
	text-align: center;
	padding: 60px 10px;
	background: #fff;
	transition: all 0.5s;
	cursor: pointer;
	border: 1px #eee solid;
	margin: 0px 5px;
}

.pr-features ul li:hover {
	background:#018d33;
}
.pr-features ul li:hover img{
 filter: brightness(0%) invert(100%);
}

.pr-features ul li p {
	margin-top: 10px;
	color: #333333;
	font-size: 24px;
}
.pr-features ul li:hover p{
	color:#fff !important;
}

.pr-features ul li p.ext_indexsummary
{
	font-size: 15px;
	color: #999999;
}


.stripes-1 {
	margin-top: 380px;
	background: #1e2434;
}

	.stripes-1 .border-left22 h2 {
		color: #999;
		font-size: 16px;
		text-align: center;
		margin-top:20px;
	}

		.stripes-1 .border-left22 h2 span {
			color: #333;
			font-size: 50px;
			font-family: 'impact','Poppins', sans-serif;
			font-weight: 600;
		}

	.stripes-1 .border-left22 h5 {
		color: #999;
		font-size: 16px;
		text-align: center;
	}

.stripes-2.stripes-1 {
	margin-top: 0;
}

.stripes-2 {
	background: url(../images/background-2.jpg) no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	background-attachment: fixed;
}

	.stripes-2:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #1e2434;
		opacity: 0.70;
	}

	.stripes-2 .border-left22 h5 {
		color: #fff;
		font-size: 18px;
		font-family: 'Lato', sans-serif;
		font-weight: 600;
		text-align: center;
	}
.num-scro{
    background: 0;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.num-scro .container {
    padding: 0;
    margin-bottom: 0;
	background:#fff;
	border-radius:20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
	padding-bottom:30px;
}
.pag9
{background: url(../images/bg3.png)#f6f6f6 no-repeat center;padding: 160px 0px 50px;}
.pag9 .center
{
	max-width: 1340px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pag9 .center .left
{
	color: #fff;
	width: 40%;
	float: left;
	margin-left: 38%;
}
.pag9 .center .left p:nth-of-type(1)
{
	font-size: 36px;
	font-weight: bold;
}


.pag9 .center .right
{
	width: 30%;
	float: right;
	color: #fff;
	text-align: right;
}
.pag9 .center .right p
{
	color: #fff;
	background: url(../images/img_061.png) no-repeat left center;
	font-size: 24px;
	font-family: CenturyGothic !important;
	padding-left: 55px;
	display: inline-block;
	background-size: 38px;
}
.pag9 .center .right p a
{
	color:#fff;
}

.pag9 .center .right p span
{
	font-size: 14px;
	color: #fff;
	text-align: left;
	display: block;
}