@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: 20px;
	height: 20px;
	margin: 0px 8px !important;
	opacity: 1;
	border: 2px #fff solid;
}
.swiper-bn-list .swiper-pagination-bullet-active
{
		background: #fff;
}

.index-title .en
{
    font-size: 36px;
    text-align: center;
    color: #ddd;
    text-transform: capitalize;
    line-height: 1em;
    font-family: Barlow !important;
}
.index-title .cn p
{
    line-height: 1.8em;
}
.index-title .cn p i
{
    font-style: initial;
    font-weight: 100;
    color: #01b457;
}
.index-title .cn span
{
    font-weight: normal;
    font-size: 18px;
    color: #999;
    display: block;
}
.index-title .cn
{
    font-size: 48px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
}

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




/**pag1**/


.pag1
{
    padding: 100px 0px;
    width: 100%;
    overflow: hidden;
    background: #f3f3f3;
}
.pag1-center
{
    max-width: 1440px;
    margin: auto;
    position: relative;
    padding: 0px 20px;
}
.swiper-pr
{margin-top: 40px;padding-bottom: 120px;}
.swiper-pr li
{
    padding: 0px;
}
.swiper-pr li .ico
{
    height: 0px;
    padding-top: 60%;
    overflow: hidden;
    position: relative;
}
.swiper-pr li .ico img
{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1);
    object-fit: cover;
    transition: all 0.5s;
    height: 100%;
}
.swiper-pr li:hover .ico img
{
    transform: translate(-50%,-50%)scale(1.1);
}


.swiper-pr li .text
{
    padding: 20px 15px;
}

.swiper-pr li .text .title
{
    font-size: 18px;
    text-align: center;
    color: #333;
    width: 100%;
    margin-bottom: 10px;
}
.swiper-pr li:hover .text .title
{
    color: #009f3b;	
}

.swiper-pr li .text .ext_prsummary
{
    font-size: 15px;
    line-height: 2em;
    color: #999;
    margin-bottom: 20px;
    min-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.swiper-pr li .text .more
{
    text-align: center;
}

.swiper-pr-list
{
	background: #dcdcdc;
	bottom: 27px !important;
	top: initial !important;
	position: absolute;
	max-width: 1200px;
	left: 50% !important;
	transform: translateX(-50%);
	height: 6px !important;
}

.swiper-pr-list .swiper-pagination-progressbar-fill
{
	background: #01b457;
}
.prleft
{
    position: absolute;
    bottom: 0px;
    left: 0%;
    margin-left: 0px;
    z-index: 9;
}


.prleft i:before {
    content: "\f104";
    width: 60px;
    height: 60px;
    display: block;
    color: #999;
    text-align: center;
    background: none;
    cursor: pointer;
    font: normal normal normal 24px/56px FontAwesome;
    border-radius: 100%;
    border: 0px rgba(255,255,255,0.2) solid;
    transition: all 0.5s;
}
.prright
{
    position: absolute;
    bottom: 0px;
    right: 0%;
    margin-right: 0px;
    z-index: 9;
}

.prright i:before {
    content: "\f105";
    width: 60px;
    height: 60px;
    display: block;
    color: #999;
    text-align: center;
    background: none;
    cursor: pointer;
    font: normal normal normal 24px/56px FontAwesome;
    border-radius: 100%;
    border: 0px rgba(255,255,255,0.2) solid;
    transition: all 0.5s;
}

/**pag**/
.pag
{
    padding: 100px 0px;
    background: #f6f6f6;
}
.pag-center
{max-width: 1440px;padding:0px 20px;margin: auto;}

.features
{display: flex;justify-content: space-between;max-width: 1200px;margin: 40px auto 40px;}
.features li
{
    width: calc(100% / 4);
    text-align: center;
    background: url(../images/td1.png) no-repeat center;
    padding: 80px;
}

.features li .title
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #059349;
}
.features li:nth-of-type(2n)
{
    background: url(../images/td2.png) no-repeat center;
}
.index-fl
{overflow: hidden;width: 100%;margin-bottom: 1px;}
.index-fl li
{
    display: flex;
    background: #fff;
    margin-bottom: 4px;
}
.index-fl li p
{
    width: 200px;
    line-height: 66px;
    background: #01b457;
    color: #fff;
    font-size: 16px;
    padding: 0px 20px;
}

.index-fl li p.two
{
    background: #333;	
}

.index-fl li .index-fl-main
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    padding-left: 20px;
}

.index-fl li .index-fl-main a
{
    color: #999;
    line-height: 66px;
    font-size: 15px;
    padding: 0px 10px;
    display: inline-block;
}
.index-fl li .index-fl-main a:hover
{
    color: #01b457;
}

.index-fl li .more img
{
    filter: brightness(100);
}
.index-fl li .more2 img
{
    filter: initial;
}
.index-fl li .more
{
    width: 80px;
    background: #01b457;
    text-align: center;
    line-height: 66px;
}
.index-fl li .more2
{
    width: 80px;
    background: #fff;
    text-align: center;
    line-height: 66px;
    border-left: 1px #f6f6f6 solid;
}

.pag-pr
{overflow: hidden;width: 100%;margin-top: 40px;}
.pag-pr ul
{
    
}
.pag-pr ul li
{
    width: calc((100% - 90px)/4);
    float: left;
    margin-right: 30px;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}
.pag-pr ul li:nth-of-type(4n)
{
	margin-right: 0px;
}

.pag-pr ul li .pr-ico
{
    overflow: hidden;
    position: relative;
    height: 0px;
    background: #fff;
    border: 0px #eee solid;
    padding-top: 76%;
    width: 100%;
}
.pag-pr ul li .pr-ico img
{
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    transform: translate(-50%,-50%)scale(1);
}
.pag-pr ul li:hover .pr-ico img
{
    transform: translate(-50%,-50%)scale(1.1);
}

.pag-pr ul li .title a
{
    font-size: 18px;
    text-align: center;
    margin: 20px 0px 10px;
    color: #333;
    display: block;
}
.pag-pr ul li:hover .title a
{
	color:#01b457;
}

.pag-pr ul li .ext_prsummary
{
    font-size: 14px;
    color: #999;
    line-height: 2em;
    margin: 10px 0px;
    overflow: hidden;
}
.pag-pr ul li .button
{
	display: flex;
	justify-content: space-between;
}



.pag-pr ul li .details
{
    display: block;
    line-height: 40px;
    background: #f2f2f2;
    width: calc((100% - 10px)/2);
    text-align: center;
}
.pag-pr ul li .consultation
{
    display: block;
    line-height: 40px;
    background: #01b457;
    width: calc((100% - 10px)/2);
    text-align: center;
    cursor: pointer;
    color: #fff;
}

/**pag2**/
.pag2
{
    padding: 0px 0px;
    background: url(../images/bg.png) repeat-x;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    height: 108px;
}
.pag2:before
{
	content:'';
	width:40%;
	position: absolute;
	right: 0px;
	background: #059349;
	height: 100%;
	z-index: -1;
}

.pag2-center
{max-width: 1440px;padding: 0px 20px;display: flex;width: 100%;justify-content: space-between;margin: auto;}
.pag2-center .left
{
    display: flex;
    font-size: 14px;
    margin-top: 50px;
}

.pag2-center .left a
{
    margin-right: 30px;
}

.pag2-center .right
{
    display: flex;
    background: #059349;
    height: 108px;
    padding-left: 80px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pag2-center .right:before
{
	content:'';
	width: 50px;
	height: 108px;
	position: absolute;
	left: -50px;
	background: url(../images/s-bg.png) no-repeat left center;
}


.pag2-center .right .searchbox
{
	height: 50px;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	min-width: 300px;
}
.pag2-center .right .searchbox form
{
	display: flex;
}

.pag2-center .right .tel a
{
    font-size: 24px;
    color: #fff;
    background: url(../images/anran_04.png) no-repeat left center;
    padding-left: 34px;
    line-height: 28px;
    font-family: Barlow !important;
    background-size: 28px;
    line-height: 108px;
    padding-right: 30px;
}
.pag2-center .right input
{
    border: none!important;
    line-height: 50px;
    padding: 0 10px;
    width: calc(100% - 54px);
    background: 0 0;
    border: 0;
    padding: 0 10px;
    color: #999;
    outline: 0;
    background: #fff;
    transition: all ease .6s;
    display: inline-block;
}
.pag2-center .right button
{
	border: none;
	background: 0 0;
	line-height: 50px;
	float: right;
	padding: 0 0px;
	outline: 0;
}
.pag2-center .right .fa-search
{
	width: 40px;
	height: 40px;
	background: #059349;
	line-height: 40px;
	border-radius: 100%;
	margin-right: 5px;
}

.fa-search:before {
    content: "\f002";
    color: #fff;
}


/**pag3**/
.pag3
{width: 100%;overflow: hidden;position: relative;}
.pag3-center
{max-width: 100%;margin: auto;padding: 0px 0px;position: relative;}

.pag3-main
{position: relative;}
.pag3-main li
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.pag3-main li.cur
{
    opacity: 1;	
}

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

.pag3-main li .ico img
{width: 100%;}
.pag3-main li .text
{position: absolute;width: 50%;top: 35%;left: 50%;max-width: 40%;transform: translate(-50%,-50%);text-align: center;}
.pag3-main li .text .title
{font-size: 36px;color: #fff;font-weight: bold;}

.pag3-main li .text .title span
{font-weight: 100;}
.pag3-main li .content
{color: #fff;}

.pag3-list
{max-width: 100%;margin: auto;display: flex;justify-content: center;position: absolute;z-index: 2;width: 100%;bottom: 0px;}
.pag3-list li
{
    text-align: center;
    width: 100%;
    background: rgba(27,37,46,0.8);
    padding: 60px 0px;
    margin: 0px vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    border-right: 1px rgba(255,255,255,0.1) solid;
}
.pag3-list li.cur
{
	background: #059349;
}


.pag3-list li img
{
    display: block;
}
.pag3-list li .title
{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
}


/**pag4**/
.pag4
{overflow: hidden;width: 100%;position: relative;background: #f6f7f9;}
.pag4-1
{width: 100%;overflow: hidden;background-size: cover;padding: 100px 0px 100px;background: #fff;}

.pag4-1 .center
{max-width: 1400px;padding: 0px 0px;color: #666;margin: auto;opacity: 1;font-size: 16px;line-height: 2em;text-align: center;margin-top: 0px;display: flex;background: #fff;box-shadow: 0px 10px 20px rgba(0,0,0,0.1);border-radius: 0px 80px 0px 80px;overflow: hidden;justify-content: center;align-items: center;}

.pag4-1 .center .left
{
	text-align: left;
	padding: 0px 50px;
	width: 50%;
}
.pag4-1 .center .left .title
{
	color: #01b457;
	font-size: 30px;
	font-weight:700;
	margin-bottom: 20px;
}

.pag4-1 .center .right
{
	width: 50%;
}
.pag4-1 .center .right img
{
	max-width: 100%;
}

.pag4-1 .index-title .en
{
    color: #dddddd;
}
.pag4-1 .index-title .cn p i {
    color: #01b457;
}
.pag4-1 .index-title .cn {
    color: #333;
}
.pag4-1 .index-title .cn span {
    color: #999;
}
.pag4-1 a
{
	width: 160px;
	line-height: 50px;
	border: 2px #01b457 solid;
	text-align: center;
	display: block;
	margin: auto 0px;
	color: #01b457;
	margin-top: 40px;
	transition: all 0.5s;
}
.pag4-1 a:hover
{
    background: #01b457;	
	color: #fff;
	border: 2px #01b457 solid;	
}


.pag4-2 
{
	overflow: hidden;
	margin-top: 0px;
	position: relative;
}
.pag4-2:before
{
	content:'';
	position: absolute;
	right: 0px;
	width: 50%;
	height: 100%;
}

.pag4-2 .center
{max-width: 1400px;margin: auto;position: relative;border-radius: 0px;display: flex;justify-content: space-between;width: 100%;box-shadow: 0px 0px 0px rgba(0,0,0,0.1);margin: 50px auto 50px;}
.pag4-2 .center ul
{display: flex;justify-content: space-between;width: 100%;}



.pag4-2 .center ul li em
{font-size: 80px;color: #01b457;font-weight: bold;font-style: initial;font-family: arial !important;line-height: 1em;}
.pag4-2 .center ul li em i
{font-size: 40px;color: #01b457;font-weight: bold;font-style: initial;font-family: arial !important; vertical-align:top; display:inline;}
.pag4-2 .center ul li p:nth-of-type(1)
{color: #01b457;font-size: 18px;font-weight: bold;text-align: left;}
.pag4-2 .center ul li p:nth-of-type(2)
{color: #666;font-size: 18px;text-align: left;}

.pag4-3
{width: 100%;overflow: hidden;position: relative;padding: 100px 0px;}
.pag4-3 .center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
}
.pag4-3 .center .left
{
    width: auto;
    float: left;
    padding-right: 50px;
    max-width: 40%;
}

.pag4-3 .center .right img
{
    max-width:100%;
}

.pag4-3 .center .left .title span
{
    font-size: 30px;
    color: #333;
    opacity: 0.2;
    font-family: Barlow !important;
    display: block;
}
.pag4-3 .center .left .title p
{
    font-size: 36px;
    font-weight: bold;
    color: #333;
}
.pag4-3 .center .left .title p i
{
    font-style: initial;
    color: #01b457;
}
.pag4-3 .center .left .title2
{
    font-size: 22px;
    color: #666;
    margin: 40px 0px 10px;
}
.pag4-3 .center ul
{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.pag4-3 .center ul li
{
    width: calc((100% - 10px)/3);
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pag4-3 .center ul li:nth-of-type(3n)
{
	margin-right: 0px;
}

.pag4-3 .center ul li .ico
{
    display: flex;
    height: 116px;
    background: #fff;
    border: 1px #eee solid;
}
.pag4-3 .center ul li .ico img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pag4-3 .center a
{
    display: inline-block;
    margin-top: 50px;
    color: #01b457;
    background: url(../images/news-jt.png) no-repeat right center;
    background-size: 15px;
    padding-right: 30px;
}


/**pag5**/
.pag5
{width: 100%;overflow: hidden;padding: 100px 0px;position: relative;background: #f3f3f3;}
.pag5-center
{max-width: 1440px;padding: 0px 20px;margin: auto;}
.pag5-main
{display: flex;justify-content: space-between;overflow: hidden;position: relative;margin-top: 40px;}
.pag5-main .left
{
    width: 30%;
    display: flex;
    justify-content: space-between;
}
.pag5-main .left .list
{
    width: 100%;
    display: block;
    height: auto;
}
.pag5-main .left .list .ico
{
    height: 0px;
    padding-top: 60%;
    overflow: hidden;
    position: relative;
}
.pag5-main .left .list .ico img
{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1);
    object-fit: cover;
    transition: all 0.5s;
    height: 100%;
}
.pag5-main .left .list:hover .ico img
{
    transform: translate(-50%,-50%)scale(1.1);	
}


.pag5-main .left .list .text
{
    padding: 30px;
    background: #fff;
}
.pag5-main .left .list .text .date
{color: #01b457;margin-bottom: 10px;font-family: Barlow !important;font-size: 14px;}


.pag5-main .left .list .text .title
{
    font-size: 18px;
    color: #676a6e;
}
.pag5-main .left .list:hover .title
{
	    color:#01b457;
}


.pag5-main .left .list .text .ext_summary
{
    font-size: 15px;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
    margin-top: 10px;
}
.pag5-main .left .list .text .more img
{
    max-width: 16px;
    margin-top: 20px;
}
.pag5-main .right
{
    width: calc(70% - 30px);
}
.r-top
{background: #fff;width: 100%;display: flex;padding: 35px 0px;justify-content: space-between;}
.r-top .list
{
    width: calc((100% - 30px)/2);
    display: block;
    padding: 0px 35px;
    border-right: 1px #eee solid;
}
.r-top .list:nth-of-type(2)
{
    border-right: 0px #eee solid;
}
.r-top .list .date
{
    color: #01b457;
    font-family: Barlow !important;
    margin-bottom: 5px;
}
.r-top .list .title
{
    font-size: 18px;
    color: #45454b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.r-top .list .title span
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.r-top .list .title img
{
	width: 16px;
}
.r-top .list .ext_summary
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #999;
    line-height: 2em;
    margin-top: 15px;
}

.r-bott
{margin-top: 30px;width: 100%;overflow: hidden;}
.r-bott ul
{
	display: flex;
	justify-content: space-between;
}

.r-bott li
{width: calc((100% - 30px)/2);background: #fff;padding: 30px;}

.r-bott li .list
{display: flex;justify-content: space-between;padding: 11.5px 0px;}
.r-bott li .list .title
{font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;padding-right: 20px;padding-left: 14px;color: #666;position: relative;}
.r-bott li .list .date
{color: #999;font-family: Barlow !important;}

.r-bott li .list .title:before
{
	content:'';
	width: 5px;
	height: 5px;
	position: absolute;
	background: #059349;
	border-radius: 100%;
	left: 0px;
	top: 50%;
	margin-top: -2px;
}
.r-bott li .list .title:hover
{
	color:#059349;
}

/**pag6**/

.pag6
{
    width: 100%;
    overflow: hidden;
    background: url(../images/bg5.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.pag6-center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
}
.pag6-center .title
{
    font-size: 24px;
    color: #fff;
}
.pag6-center .title span
{
    display: block;
    font-size: 30px;
    color: #fff;
    font-family: CenturyGothic !important;
    opacity: 0.7;
    line-height: 1em;
}
.pag6-right .title span
{
	color: #fff;
	opacity: 1;
	font-weight: 100;
	font-size: 30px;
	margin-bottom: 5px;
	opacity: 1;
}
.pag6-right .title
{
	color: #333;
}

.pag6-left
{
    width: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
}
.pag6-left .form
{
	width: 100%;
	display: block;
	justify-content: center;
	align-items: center;
	padding-left: 0px;
}

.pag6-left .ly
{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

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

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

.pag6-left button
{
    width: 100%;
    border: none;
    line-height: 60px;
    background: #01b457;
    color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
    height: 60px;
}
.pag6-left textarea
{
	border: none;
	width: 100%;
	height: 200px;
	margin-bottom: 0px;
	background: none;
	border: 1px rgba(255,255,255,0.1) solid;
	padding: 10px 10px;
	color: #999;
	margin: 20px 0px;
	line-height: 1.8em;
	overflow: hidden;
}

.pag6-right
{width: 50%;}
.pag6-right .title
{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.pag6-right .summary
{
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.pag6-right .contact
{
    display: flex;
    margin-top: 40px;
}
.pag6-right .contact .zx
{
    color: #fff;
    background: url(../images/icon.png)#01b457 no-repeat 45px center;
    display: block;
    width: 100%;
    line-height: 50px;
    width: 180px;
    padding-left: 75px;
    border-radius: 4px;
}
.pag6-right .contact .tel
{
    font-family: Barlow !important;
    font-size: 24px;
    color: #fff;
    line-height: 1.1em;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 50px;
    margin-left: 20px;
}
.pag6-right .contact .tel span
{
    display: block;
    color: #fff;
    font-size: 14px;
}

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




/**pag7**/
.pag7
{overflow: hidden;position: relative;width: 100%;background: url(../images/bg3.jpg) no-repeat bottom center;padding: 100px 0px 200px;background-size: 100%;}
.pag7-center
{max-width: 1140px;margin: auto;}
.pag7-center li
{

}
.pag7-center li a
{display: flex;height: 117px;justify-content: center;align-items: center;}
.pag7-center li a img
{max-width: 100%;max-height: 100%;object-fit: contain;}
.mySwiper
{
	margin-top: 140px;
	width: 100%;
	overflow: hidden;
}
.customer-lis
{overflow: hidden;text-align: center;}
.customer-lis span
{
    width: 10px;
    height: 10px;
}
.customer-lis span.swiper-pagination-bullet-active
{
    background: #01b457;
}



/**pag9**/
.pag9
{position: fixed;z-index: 9999;height: 100vh;width: 100%;background: rgba(0,0,0,0.7);top: 0px;left: 0px;padding: 20px;display: none;}
.pag9-center
{max-width: 1240px;background: #fff;padding: 40px;margin: auto;border-radius: 10px;position: relative;overflow: hidden;top: 50%;transform: translateY(-50%);}
.pag9-title
{color: #01b457;font-size: 36px;font-weight: bold;text-align: center;width: 100%;overflow: hidden;display: block;margin-bottom: 40px;}

.pag9-title .title
{
    
}

.pag9-title .title span
{
    display: block;
    font-size: 30px;
    font-weight: 100;
    color: #999;
}

.pag9-title .summary
{
    font-size: 18px;
    font-weight: normal;
    color: #666;
    margin-top: 5px;
    display: block;
}



.eject
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
}

.eject .left
{
    width: 50%;
    display: flex;
    background: #f6f6f6;
    padding: 40px;
    justify-content: space-between;
}

.eject .left .left-l
{
    max-width: 134px;
}
.eject .left .left-l img
{
    width: 100%;
    padding: 5px;
    background: #fff;
}
.eject .left .left-l p
{
    text-align: center;
    margin-top: 10px;
}
.eject .left .left-l p span
{
    display: block;
}
.eject .left .left-r{
	margin-left: 20px;
}


.eject .left .left-r .tel
{
    padding: 32px 30px;
    border: 2px #059349 solid;
    display: block;
    background: url(../images/tel2.png) no-repeat 30px center;
    color: #059349;
    padding-left: 75px;
    font-family: Barlow !important;
    font-size: 28px;
}
.eject .left .left-r .tel span
{
    display: block;
    font-size: 16px;
    color: #999;
}

.eject .right
{width: 60%;padding-left: 30px;}


.eject-close
{
    width: 46px;
    position: absolute;
    right: 40px;
    padding: 10px;
    cursor: pointer;
}

.eject .right.pag6-left input
{
	border: 1px #eee solid;
}
.eject .right.pag6-left textarea
{
	border: 1px #eee solid;	
}

.eject .right textarea::-webkit-input-placeholder {
    color: #999 !important;
  }
 
.eject .right textarea::-moz-placeholder {
    color: #999 !important;
  }
 
.eject .right textarea:-moz-placeholder {
    color: #999 !important;
  }
 
.eject .right textarea:-ms-input-placeholder {
    color: #999 !important;
  }


.eject .right input::-webkit-input-placeholder {
    color: #999 !important;
  }
 
.eject .right input::-moz-placeholder {
    color: #999 !important;
  }
 
.eject .right input:-moz-placeholder {
    color: #999 !important;
  }
 
.eject .right input:-ms-input-placeholder {
    color: #999 !important;
  }