
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
input[type="submit"],input[type="reset"],input[type="button"],input,textarea{
	resize: none;
	border: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	display: block;
	border: none;
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}
em,i{
	font-style: normal;
}
ul,li{
	list-style-type: none;
}
strong{
	font-weight: normal;
}
a{
	text-decoration: none;
	color: #000;
	font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
	cursor: pointer;
}
a:hover,a:active,a:link{
	text-decoration: none;
	cursor: pointer;
	/* color: #000; */
}
ul,ol{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-family: 'Microsoft YaHei';
}
input{
	font-family: 'Microsoft YaHei';
}
input,select,option,button,textarea{
	font-family: 'Microsoft YaHei';
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
}
a:link,a:active,a:visited,a:hover{
	/* background: none; */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
/*注意-webkit-appearance: none;*/
body{font-size: 15px;}
header{
    position: fixed;
	width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	background: rgba(255,255,255,.8);
}
@-webkit-keyframes gogogo {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
.logo_box .img1 {
	-webkit-animation: gogogo 3s infinite linear;
}
header .logo_box{
	display: flex;
}
header .logo_box img{
	width: auto;
	height: 70px;
}
header .nav{
	height: 80px;
	display: flex;
	align-items: center;
	padding-right: 80px;
}
header .nav ul{
	display: flex;
}
header .nav ul li{
	width: 80px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 5px;
}
header .nav ul li.cur{color:#1FA764 }
header .more{
	position: absolute;
	top: 0;
	right: 30px;
	width: 80px;
	font-size: 25px;
	color: #1FA764;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right_nav{
	position: fixed;
	top: 0;
	right: -200px;
	height: 100%;
	width: 200px;
	z-index: 120;
	background: #fff;
}
.right_nav ul{
	width: 100%;
	padding-top: 80px;
}
.right_nav ul li{
	height: 60px;
	padding: 0 15px;
	position: relative;
}
.right_nav ul li a{position: absolute;top: 0;left: 0;width: 100%;height: 60px;z-index: 10;display: flex;justify-content: center;align-items: center;font-size: 16px;}
.right_nav ul li a i{font-size: 22px;margin-right: 5px;}
.right_nav ul li::before{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 60px;
	background: #1FA764;
	z-index: 9;
}
.right_nav ul li:hover::before{
	transition: left .5s;
	left: 0;
}
.right_nav ul li:hover a{
	color: #fff;
}
.model{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	display: none;
	background: rgba(0,0,0,.5);
}

#swiper-father,#swiper-son{
   position: fixed;
   height: 100%;
   width: 100%;
   background: #EEEEEE;
 }
.swiper-pagination-bullet{
	background: transparent;
	opacity: 1;
	border-radius: 5px;
	border: none;
	outline: none;
}
.swiper-pagination-current{color:#1FA764  }
.swiper-pagination-bullet-active{
	background: #1FA764;
	border: none;
}
.swiper-pagination-bullet span:hover{color:#1FA764 }
.swiper-pagination-bullet-active span{color: #fff}
.swiper-pagination-bullet-active span:hover{color: #fff}

.swiper-slide{
    background-position: top center;
    background-size: cover;
	position: relative;
}

html:root {
    --swiper-theme-color: transparent;
}
html {
    color: -internal-root-color;
}
.index_slide1{
    background-image: url(../images/slide_bg1.jpg);
}
.index_slide2{
    background-image: url(../images/slide_bg2.jpg);
}
.index_slide3{
    background-image: url(../images/slide_bg3.jpg);
}
.about_slide{
    background-image: url(../images/about.jpg);
}
.servce_slide{
    background-image: url(../images/pro.jpg);
}
.case_slide{
    background-image: url(../images/anli.jpg);
}
.news_slide{
    background-image: url(../images/news.jpg);
}
.contact_slide{
    background-image: url(../images/contact.jpg);
}
.box_type{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.type1{
	width:700px;
	height: 405px;
	background: rgba(252,252,252,.6);
}
.type2{
	width:1200px;
	height: 420px;
	background: #fff;
}
.type3{
	width:1200px;
	height: 420px;
	background:  rgba(252,252,252,.6);
}
.type4{
	width:1200px;
	height: 460px;
	background:  #fff;
}
.index_1_1{padding: 20px;position: relative;}
.index_1_1 .col{
	position: absolute;
	top: 20px;
	right: 20px;
	height: 365px;
	width: 64px;
	border: 1px solid #ddd;
	border-top-color: #1FA764;
	border-bottom-color: #1FA764;
}
.index_1_1 .col p{
	writing-mode:lr-tb;
	 text-align: center;
	 height: 100%;
	 font-size: 33px;
    line-height: 1.3;
	padding: 10px 0;
}
.index_1_1 .row1{
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 64px;
}
.index_1_1 .row1>div{
	width: 50%;
	position: relative;
	height: 180px;
	padding: 10px 0;
}
.index_1_1 .row1>div .p1{
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	font-size: 110px;
	color: #1FA764;
}
.index_1_1 .row1>div .p2{
	font-size: 30px;
	position: absolute;
	left: 50%;
	bottom: 36px;
	transform: translateX(-50%);
}
.index_1_1 .row1>p{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 180px;
	padding: 10px 0;
}
.index_1_1 .row1>p .span1{font-size: 28px;}
.index_1_1 .row1>p .span2{font-size: 32px;}
.index_1_1 .row2{display: flex;flex-direction: column;justify-content: space-around;height: 180px;padding: 5px 64px 25px 0;}
.index_1_1 .row2 p{text-align: right;padding-right: 10px}
.index_1_1 .row2 .p1{font-size: 30px;}
.index_1_1 .row2 .p2{font-size: 15px;}
.index_1_1 .row2 .p3 span{margin-right: 15px;font-size: 18px;}
.index_1_1 .row2 .p3 span i{color:#1FA764;margin-right: 5px;}
.index_1_2{padding:50px 20px;}
.index_1_2 .row1{width: 100%;height: 180px;position: relative;}
.index_1_2 .row1 p{position: absolute;top: 8%;z-index: 10;font-size: 88px;width: 100%;text-align: center;}
.index_1_2 .row1 p span{font-size: 60px;}
.index_1_2 .row1>div{position: absolute;left: 0;bottom: 30px;width: 100%;height: 50px;background: #1FA764;z-index: 9;}
.index_1_2 .row2{display: flex;width: 100%;justify-content: space-around;height: 125px;align-items: center;padding: 0 50px;}
.index_1_2 .row2 .item{text-align: center;}
.index_1_2 .row2 .item i{font-size: 36px;color: #1FA764;}
.index_1_2 .row2 .item p{margin-top: 8px;font-size: 20px;}
.index_1_2 .row2 .item p br{display: none}
.index_1_3{padding:40px 20px;}
.index_1_3 .row1{display: flex;padding: 10px 55px;}
.index_1_3 .row1 img{width: 25%;}
.index_1_3 .row2{padding: 0 55px;display: flex;align-items: center;margin: 15px 0;}
.index_1_3 .row2 span{font-size: 35px;}
.index_1_3 .row2 div{margin-left: 5px;}
.index_1_3 .row2 div .p1{font-size: 14px;letter-spacing: 5px;white-space: nowrap;}
.index_1_3 .row2 div .p2{font-size: 17px;letter-spacing: 24px;white-space: nowrap;}
.index_1_3 .row3{padding: 20px 0;}
.index_1_3 .row3 p{text-align: center;background:#1FA764;color: #fff;white-space: nowrap;padding: 1px 2px}
.about_1{padding: 80px 25px 30px}
.about_1 .tit{position: absolute;top:40px;left: 35px;color: #1FA764;font-size: 45px;background: #fff;font-weight: 600;padding: 0 10px;z-index: 5}
.about_1 .tit span{font-size: 30px;margin-left: 10px;}
.about_1 .pic{position: absolute;top: 0;right: 30px;height: 410px;width: auto;z-index: 5}
.about_1 .row{border: 2px solid #1FA764;padding: 25px 25px 10px 25px;position: absolute;top: 80px;left: 25px;z-index: 1;width: 1150px;}
.about_1 .row .p1{font-size: 38px;max-width: 680px;}
.about_1 .row .p2{font-size:20px;max-width: 680px;}
.about_1 .row .p3{font-size:18px;color: #3E3F3F; max-width: 680px;margin-top: 25px;line-height: 30px;}
.about_1 .row .p3::before{display: inline-block;width: 40px;content: " "}
.box_type .more{margin-top: 8px;border: 1px solid #1FA764; color: #1FA764;display: flex;align-items: center;justify-content: center;font-size: 18px;width: 120px;height: 36px;transition: all .4s linear}
.box_type .more i{margin-left: 3px;font-size: 16px;}
.box_type .more:hover{background: #1FA764;color: #fff;}
.contact_1{padding: 60px;display: flex;justify-content: space-between;}
.contact_1 .left{height: 300px;display: flex;flex-direction: column;justify-content: space-between;max-width: 600px;}
.contact_1 .right{height: 300px;width: 530px;border: 1px solid #1FA764}
.contact_1 .left .p1{font-size: 45px;color: #1FA764;font-weight: 600;}
.contact_1 .left .p1 span{font-size: 30px;margin-left: 10px;}
.contact_1 .left .p2{font-size: 24px;display: flex;align-items: center;}
.contact_1 .left .p2 i{width: 40px;display: flex;align-items: center;justify-content: center;}
.news_1{display: flex;padding: 25px;justify-content: space-between;}
.news_1 .left{width: 350px}
.news_1 .left .more{display: none}
.news_1 .right{width: 780px;display: flex;flex-direction: column;justify-content: space-between;}
.news_1 .pic{width: 100%;height: auto;}
.news_1 .left .name{font-size: 24px;color: #1FA764;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 5px}
.news_1 .time{font-size: 14px;color: #4B4B4B;margin-top: 5px}
.news_1 .con{font-size: 16px;color: #4B4B4B; overflow : hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;margin-top: 5px}
.news_1 .tit{font-size: 45px;color: #1FA764;font-weight: 600;}
.news_1 .tit span{font-size: 30px;margin-left: 10px;}
.news_1 .main{display: flex;justify-content: space-between;}
.news_1 .main .item{width: 250px;}
.news_1 .main .item:hover .con{color: #1FA764}
.case_1{padding: 20px}
.case_1 .tit{font-size: 45px;color: #1FA764;font-weight: 600;text-align: center;}
.case_1 .tit span{font-size: 30px;margin-left: 10px;}
.case_1 .small_tit{font-size:18px;margin: 10px 0;padding-left: 30px}
.case_1 .small_tit span{font-size: 14px;margin-left: 200px;}
.case_1 .main{padding: 0 25px}
.case_1 .main .swiper-button-prev{
	position: fixed;
	width: 25px;
    height: 58px;
	margin-top: 0;
    background-size: 25px 58px;
	background-image: url(../images/prev.png);
}
.case_1 .main .swiper-button-prev::after{content: ""}
.case_1 .main .swiper-button-next{
	position: fixed;
	width: 25px;
	height: 58px;
	margin-top: 0;
	background-size: 25px 58px;
	background-image: url(../images/next.png);
}
.case_1 .main .swiper-button-next::after{content: ""}
.case_1 .main .p1{text-align: center;margin-top: 8px;font-size: 16px}
.case_1 .main a img{transition: transform .4s linear;}
.case_1 .main a p{transition: all .4s linear;}
.case_1 .main a:hover img{transform: scale(1.1);}
.case_1 .main a:hover p{color:#1FA764 }
.servce_1{display: flex;padding: 20px;align-items: center;justify-content: space-between;}
.servce_1 .img_box{border-radius: 20px;border: 1px solid #1FA764;overflow: hidden;}
.servce_1 .f_column{display: flex;flex-direction: column;justify-content: space-between;}
.servce_1 .f_row{display: flex;flex-direction: row;justify-content: space-between;}
.servce_1 .h130{height: 130px;width: 240px}
.servce_1 .h280{height: 280px;width: 240px;padding: 20px 15px;background: #fff;transition: all .3s linear}
.servce_1 .h260{height: 260px;width: 330px;padding: 20px 15px;background: #fff;transition: all .3s linear}
.servce_1 .h150{height: 150px;width: 330px}
.servce_1 .h175{height: 170px;width: 300px}
.servce_1 .h235{height: 235px;width: 300px;padding: 20px 15px;background: #fff;transition: all .3s linear}
.servce_1 .p33{font-size: 33px;color: #1FA764}
.servce_1 .p23{font-size: 23px;color: #1FA764;text-transform:uppercase;}
.servce_1 .p24{font-size: 24px;color: #000;margin-top: 20px;line-height: 44px;}
.servce_1 .h280:hover{background:#1FA764}
.servce_1 .h260:hover{background:#1FA764}
.servce_1 .h235:hover{background:#1FA764}
.servce_1 .h280:hover p{color: #fff}
.servce_1 .h260:hover p{color: #fff}
.servce_1 .h235:hover p{color: #fff}
.servce_1 .num_1{height: 420px;position: relative;}
.servce_1 .num_1 img{height: 100%;width: auto;}
.servce_1 .num_2{height: 420px;width: 240px;margin-left: 10px}
.servce_1 .num_3{height: 420px;width: 330px;margin-left: 10px}
.servce_1 .num_3 img{height: 150px;width: 160px}
.servce_1 .num_4{height: 420px;width: 300px;margin-left: 10px}
.servce_1 .num_5{height: 420px;margin-left: 10px;display: flex;align-items: center;justify-content: center;}
.servce_1 .num_5 p{writing-mode:vertical-lr;font-size: 45px;color: #1FA764;font-weight: 600;}
.servce_1 .num_5 p span{font-size: 30px;margin-top: 10px}
/* about */
.ly_main{margin-top: 80px;padding: 80px 0;background-position: top center;background-size: cover;background-repeat: no-repeat;}
.ly_main .main{margin: 0px auto;background:rgba(252,252,252,.6);padding: 30px 20px;}
.ly_box{width: 1200px; max-width: 100%;min-height: 830px;}
.ly_box .box_title{text-align: center;color:#1FA764;font-size: 26px;margin: 20px 0 10px;}
.ly_box_head img{margin: 0 auto;max-width: 100%}
.ly_box_main{padding: 15px 0}
.aboutmain p{line-height: 35px;font-size: 15px;}
.aboutmain p::before{display: inline-block;width: 40px;content: " "}
.servcemain{display: flex;justify-content: space-around;padding: 55px 0;}
.servcemain .item{width: 30%;text-align: center;position: relative;border: 2px solid transparent;border-radius: 5px;padding: 20px 15px;transition: all .4s linear;}
.servcemain .item::before{width: 50px;height: 30px;content: "";position: absolute;top:-5px;left: 50%;transform: translateX(-50%);border-top: 4px solid #1FA764}
.servcemain .item img{display: inline-block;max-width: 100%;}
.servcemain .item .p1{text-transform:uppercase;font-size: 18px;letter-spacing: 5px;white-space: nowrap;margin: 15px 0;}
.servcemain .item .p2{font-size: 16px;opacity: 0;transition: all .4s linear;}
.servcemain .item:hover{border: 2px solid #96D6B7;}
.servcemain .item:hover .p2{opacity: 1;}
.newsmain li{padding-bottom: 30px;border-bottom: 1px solid  #1FA764;margin-bottom: 30px;}
.newsmain .item{display: flex;height: 250px;}
.newsmain .item .imgbox{height: 250px;overflow: hidden;width: 400px;}
.newsmain .item .imgbox img{width: 100%;}
.newsmain .item .rightM{height: 250px;width: 745px;margin-left: 15px;}
.newsmain .item .rightM .p1{font-size: 26px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.newsmain .item .rightM .p2{font-size: 18px;margin: 10px 0;display: flex;align-items: center;}
.newsmain .item .rightM .p2 i{font-size: 22px;color:#1FA764;margin-left: 10px;margin-right: 8px}
.newsmain .item .rightM .p3{font-size: 19px;color: #4B4B4B;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;line-height: 35px;}
.contactmain .contact_1{padding: 30px 0;}
.contactmain .contact_1 .left{height: 250px;}
.contactmain .contact_1 .right{height: 250px;width: 560px;border: none;display: flex;flex-direction: column;justify-content: space-between;}
.contactmain .contact_1 .right .p_tit{font-size: 24px;}
.contactmain .contact_1 .right .p1{display: flex;justify-content: space-between;}
.contactmain .contact_1 .right .p1 input{width: 275px;height: 40px;border: 1px solid #AAAAAA;background: transparent;padding: 10px;font-size: 14px;}
.contactmain .contact_1 .right .p2 textarea{width: 560px;height: 60px;border: 1px solid #AAAAAA;background: transparent;padding: 10px;font-size: 14px;}
.contactmain .contact_1 .right .p1 input::-webkit-input-placeholder,.contactmain .contact_1 .right .p2 textarea::-webkit-input-placeholder{font-size: 14px;color: #000000;font-family: 'Microsoft YaHei'; }
.contactmain .contact_1 .right .p_sub input{background:#1FA764; color: #fff;padding: 10px 15px;border-radius: 4px;font-size: 14px;}
.newsmain2 .p1{font-size: 26px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newsmain2 .p2{font-size: 18px;padding: 10px 0;display: flex;align-items: center;border-bottom: 1px solid #1FA764;}
.newsmain2 .p2 i{font-size: 22px;color: #1FA764;margin-left: 10px;margin-right: 8px;}
.newsmain2 .con{padding: 15px 0;font-size: 18px;}
.casemain{display: flex;flex-wrap: wrap;}
.casemain .item{width: 23%;margin: 1%;position: relative;}
.casemain .item .imgbox{width: 100%;height: 100%;overflow: hidden;}
.casemain .item .imgbox img{width: 100%;height: 100%;transition: transform .3s linear}
.casemain .item .top_right{position: absolute;top: 8px;right: 8px;display: block;width: 40px;height: 40px;border: 2px solid #1FA764;border-left: none;border-bottom: none;transition:all .3s linear }
.casemain .item .bottom_right{position: absolute;bottom: 8px;left: 8px;display: block;width: 40px;height: 40px;border: 2px solid #1FA764;border-top:none;border-right:none;transition:all .3s linear }
/* .casemain .item .case_model{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.5);opacity: 0;transition:all .4s linear }
.casemain .item .case_model a{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #fff;font-size: 16px;}
.casemain .item .case_model p{position: absolute;bottom: 0;left: 0;color: #fff;font-size: 16px;width: 100%;color: #fff;padding: 5px;border-top: 1px solid #1FA764;font-size: 16px;}
.casemain .item:hover .case_model{opacity: 1} */
.casemain .item:hover .top_right{top:-8px;right: -8px;}
.casemain .item:hover .bottom_right{bottom:-8px;left: -8px}
.casemain .item:hover .imgbox img{ transform: scale(1.1);}
.casemain2 .gallery-top{width: 600px;margin: 0 auto;height: 330px;}
.casemain2 .gallery-top img{width: 100%;height: 100%}
.casemain2 .gallery-thumbs{width: 600px;margin: 0 auto;height: 90px;padding: 10px 0;}
.casemain2 .gallery-thumbs .swiper-slide{
  height: 100%;
  opacity: 0.4;
}
.casemain2 .gallery-thumbs .swiper-slide img{width: 100%;height: 100%;}
.casemain2 .gallery-thumbs .swiper-slide-thumb-active{
  opacity: 1;
}
.casemain2 .case_name{
	text-align: center;
	font-size: 22px;
	margin: 10px auto 20px;
	padding-bottom: 10px;
	width: 600px;border-bottom: 1px solid #1FA764;
}
@media screen and (max-width: 767px){
	.ly_box{width: 750px}
	header{padding: 5px 10px 10px 10px;flex-direction: column;align-items: flex-start;height: 95px;}
	header .logo_box{height: 47.2px;}
	header .logo_box img{height:47.2px;width: auto;}
	header .nav ul li { width: 40px;height:30px;font-size: 15px;}
	header .nav ul li.cur { width: 100%;justify-content: flex-start;padding: 0;}
	header .nav{margin-top: 5px;width: 100%;padding-right: 0px}
	header .nav ul {width: 100%;justify-content: space-around;}
	header .more{width: 40px;height: 53.2px;right:10px}

	.right_nav{width: 120px;right: -120px}
	.right_nav ul{padding-top:53.2px; }
	.type1{width: 90%;height: 300px;}
	.type2{width: 90%;height: auto;;min-height: 300px}
	.type3{width: 90%;height: auto;;min-height: 300px}
	.type4{width: 90%;height: auto;;min-height: 300px}
	.index_1_1 .row1{flex-direction: column;padding-right: 0;}
	.index_1_1 .row1>div{width: 100%;position: static;height: auto;display: flex;align-items: center;justify-content: center;}
	.index_1_1 .row1>div .p1{font-size: 40px;position: static;text-align: center;transform: translateX(0);}
	.index_1_1 .row1>div .p2{font-size: 20px;position: static;text-align: center;bottom: 0;transform: translateX(0);}
	.index_1_1 .row1>p{width: 100%;height: auto;}
	.index_1_1 .row1>p .span1{font-size: 20px;text-align: center;}
	.index_1_1 .row1>p .span2{font-size: 20px;text-align: center;}
	.index_1_1 .col{display: none;}
	.index_1_1 .row2{height: auto;padding: 0}
	.index_1_1 .row2 .p1{font-size: 15px;padding-right: 0px;padding-top: 5px;text-align: center;}
	.index_1_1 .row2 .p2{font-size: 15px;padding-right: 0px;padding-top: 5px;display: none}
	.index_1_1 .row2 .p3{padding-top: 10px;padding-right: 0;text-align: center;}
	.index_1_1 .row2 .p3 span{margin-right: 5px;font-size: 14px;}
	.index_1_1 .row2 .p3 span+span{border-left: 1px solid #ddd;padding-left: 5px}
	.index_1_1 .row2 .p3 span i{color:#1FA764;margin-right: 5px;display: none}
	.index_1_2 .row1{height: 100px;}
	.index_1_2 .row1 p{font-size: 28px;top:22%}
	.index_1_2 .row1 p span{font-size: 28px}
	.index_1_2 .row1>div{height: 25px;}
	.index_1_2 .row2{padding: 15px 0;height: auto;}
	.index_1_2 .row2 .item i{font-size: 26px}
	.index_1_2 .row2 .item p{font-size: 14px}
	.index_1_2 .row2 .item p br{display: inline-block;}
	.index_1_3 .row2{flex-direction: column;}
	.index_1_3 .row2 div .p1{ letter-spacing: 0px;text-align: center;font-size: 14px}
	.index_1_3 .row2 div .p2{letter-spacing: 0px;text-align: center;font-size: 14px}
	.index_1_3 .row2 span{font-size: 23px}
	.index_1_3 .row3 p{font-size: 14px;white-space: inherit;}
	.about_1{padding: 30px 15px }
	.about_1 .tit{position: static;font-size: 25px;font-weight: normal;padding: 0;background: transparent}
	.about_1 .tit span{font-size: 20px;}
	.about_1 .pic{display: none;}
	.about_1 .row{width: 100%;position: static;padding: 0;border: none;}
	.about_1 .row .p1{font-size:16px;max-width: 100%;}
	.about_1 .row .p2{font-size:14px;max-width: 100%;}
	.about_1 .row .p3{font-size:14px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-top: 5px;}
	.box_type .more{width: 90px;height: 30px;font-size: 14px}
	.news_1{flex-direction: column-reverse;}
	.news_1 .left{width:100%}
	.news_1 .left .more{display: flex}
	.news_1 .left .name{font-size: 18px}
	.news_1 .left .time{font-size: 14px}
	.news_1 .left .con{display: none}
	.news_1 .right{width: 100%;}
	.news_1 .right .more{display: none}
	.news_1 .right .main{display: none}
	.news_1 .tit{font-size: 23px;font-weight: normal;margin-bottom: 10px;white-space: nowrap;}
	.news_1 .tit span{font-size: 18px;}
	.contact_1{padding: 30px 20px;flex-direction: column;}
	.contact_1 .left{height: auto;max-width: 100%;}
	.contact_1 .right{display: none}
	.contact_1 .left .p1{font-size: 25px;font-weight: normal;}
	.contact_1 .left .p1 span{font-size: 20px}
	.contact_1 .left .p2{font-size: 18px;margin-top: 14px;align-items: flex-start;}
	.contact_1 .left .p2 i{width: 26px;margin-right: 4px}
	.contact_1 .left .p2 span{font-size: 1rem;}
	.ly_main{margin-top: 95px;padding: 0px 0}
	.ly_box .box_title{text-align: center;color:#1FA764;font-size: 20px;margin: 10px 0 0px;}
	.servcemain{padding: 5px 0;}
	.servcemain .item{width: 33.33%;padding: 5px}
	.servcemain .item .p1{display: none}
	.servcemain .item .p2{opacity: 1;font-size: 14px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;display: none}
	.newsmain .item{height: auto;flex-direction: column;}
	.newsmain .item .imgbox{width: 100%;height: auto;}
	.newsmain .item .rightM{width: 100%;height: auto;margin-left: 0;}
	.newsmain .item .rightM .p1{font-size: 20px;}
	.newsmain .item .rightM .p2{font-size: 16px}
	.newsmain .item .rightM .p2 i{font-size: 21px}
	.newsmain .item .rightM .p3{font-size: 14px;line-height: 22px}
	.contactmain .contact_1 .left{height: auto;}
	.contactmain .contact_1 .right{height: auto;margin-top: 15px;width: 100%}
	.contactmain .contact_1 .right .p_tit{font-size: 18px;margin-bottom: 5px}
	.contactmain .contact_1 .right .p1{flex-direction: column;}
	.contactmain .contact_1 .right .p1 input{width: 100%;margin-bottom: 8px;}
	.contactmain .contact_1 .right .p2 textarea{width: 100%;height: 80px;}
	.newsmain2 .p1{font-size: 18px;}
	.newsmain2 .p2{font-size: 16px;padding: 5px 0}
	.newsmain2 .p2 i{font-size: 16px;}
	.newsmain2 .con{font-size:15px; padding: 5px 0;}
	.case_1 .tit{font-size: 23px;font-weight: normal;}
	.case_1 .tit span{font-size: 18px;}
	.case_1 .small_tit{font-size:15px;margin: 10px 0;padding-left: 10px}
	.case_1 .small_tit span{display: none}
	.case_1 .main .p1{text-align: center;margin-top: 4px;font-size: 15px}
	.casemain2 .gallery-top{width: 90%;height:250px;}
	.casemain2 .gallery-thumbs{width: 90%;height: 70px;}
	.casemain2 .case_name{width: 90%;font-size: 18px;}
	.servce_1{flex-direction: column;}
	.servce_1 .num_1{display: none}
	.servce_1 .num_5{height: auto;;margin-left: 0px;}
	.servce_1 .num_5 p{writing-mode:inherit;font-size: 23px;font-weight: normal;}
	.servce_1 .num_5 p span{font-size: 18px;}
	.servce_1 .h130{display: none}
	.servce_1 .h150{display: none}
	.servce_1 .h175{display: none}
	.servce_1 .num_2{width: 100%;height: auto;margin-left: 0}
	.servce_1 .num_3{width: 100%;height: auto;margin-left: 0}
	.servce_1 .num_4{width: 100%;height: auto;margin-left: 0}
	.servce_1 .h280{width: 100%;height: auto;padding: 8px 6px;margin-bottom: 8px}
	.servce_1 .h260{width: 100%;height: auto;padding: 8px 6px;margin-bottom: 8px}
	.servce_1 .h235{width: 100%;height: auto;padding: 8px 6px;margin-bottom: 8px}
	.servce_1 .p24{display: none}
	.servce_1 .p33{font-size: 23px}
	.servce_1 .p23{font-size: 18px}
	.servce_1 .img_box{border-radius: 5px;border: 1px solid #1FA764;overflow: hidden;}
	.casemain{flex-wrap: wrap;}
	.casemain .item{width: 100%;margin: 0;margin-bottom: 15px;}

}
