 @keyframes circleProgressLoad_right {

 	0% {transform: rotate(45deg);}

 	50%,

 	100% {transform: rotate(225deg);}

 }



 @keyframes circleProgressLoad_left {



 	0%,

 	50% {transform: rotate(45deg);}

 	100% {transform: rotate(225deg);}

 }



.banner * {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

.banner{padding-top:80px;position: relative;}

.banner .f-14 {font-size: 14px;}

.banner .pcimg {width: 100%;height: auto;}

.banner .swiper-slide img {display: block;width: 100%;left: 0;top: 0;}

.banner .bannerPic {

 	position: relative;

 	width: 100%;

 	height: auto;

 	transition: all 1s ease 2.5s;

 	transform: perspective(1000px) translate3d(0, 0, 100px);

 }

.banner .swiper-slide.active .bannerPic {transition: all 5s ease 0s;transform: perspective(1000px) translate3d(0, 0, 0px);}

.banner .swiper-slide.active .b_line {transition: all 2s ease .8s;transform: translateY(0);opacity: 1;}

.banner .swiper-button-prev {

 	background-image: none;

 	left: calc(8.335% - 32px);

 	top: 40%;

 	width: 64px;

 	height: 100px;

 	text-align: center;

 	line-height: 100px;

 	color: #ffffff;

 	background-color: rgba(202, 202, 202, 0.3);

 	transition: all .3s ease;

 }

.banner .swiper-button-next {

 	background-image: none;

 	right: calc(8.335% - 32px);

 	top: 40%;

 	width: 64px;

 	height: 100px;

 	text-align: center;

 	line-height: 100px;

 	color: #ffffff;

 	background-color: rgba(202, 202, 202, 0.3);

 	transition: all .3s ease;

 }



.banner .swiper-button-next.swiper-button-disabled {background-color: rgba(0, 0, 0, 0.3);}

.banner .swiper-button-prev.swiper-button-disabled {background-color: rgba(0, 0, 0, 0.3);}

.banner .swiper-button-next .iconfont,

.banner .swiper-button-prev .iconfont{font-size:46px;font-weight: bold;}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 14px;}

.banner .swiper-pagination-bullet {

 	width: 12px;

 	height: 12px;

 	background-color: #4da842;

 	opacity: 0.3;

 	color: transparent;

 }

.banner .swiper-pagination-bullet-active {

 	opacity: 1;

 	width: 42px;

 	height: 42px;

 	line-height: 42px;

 	text-align: center;

 	border: 2px solid rgba(255, 255, 255, 0.4);

 	background-color: transparent;

 	color: #4da842;

 }

.banner .swiper-pagination-bullet-active .rightcircle {

 	-webkit-animation: circleProgressLoad_right 6s linear infinite;

 	animation: circleProgressLoad_right 6s linear infinite;

 }

.banner .swiper-pagination-bullet-active .leftcircle {

 	-webkit-animation: circleProgressLoad_left 6s linear infinite;

 	animation: circleProgressLoad_left 6s linear infinite;

 }

.banner .swiper-pagination-bullet-active .wrapper_con {display: block;}

.banner .swiper-pagination {font-size: 0;}

.banner .swiper-pagination>span {display: inline-block;vertical-align: middle;position: relative;}

.banner .swiper-container-rtl .swiper-button-next {left: calc(8.335% - 32px);}

.banner .swiper-container-rtl .swiper-button-prev {right: calc(8.335% - 32px);}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 5%; }

.banner .swiper-pagination-custom {bottom: 5%;}

.banner .swiper-pagination-fraction {bottom: 5%;}

.banner .right {right: -2px;}

.banner .left {left: -2px;}

.banner .circleProgress {

 	width: 42px;

 	height: 42px;

 	border: 2px solid transparent;

 	border-radius: 50%;

 	position: absolute;

 	top: 0;

 	-webkit-transform: rotate(-135deg);

 }

.banner .rightcircle {border-bottom: 2px solid #4da842;border-left: 2px solid #4da842;right: 0;}

.banner .leftcircle {border-top: 2px solid #4da842;border-right: 2px solid #4da842;left: 0;}

.banner .wrapper_con {width: 21px;height: 42px;position: absolute;top: -2px;overflow: hidden;display: none;}

@media only screen and (max-width: 1024px) and (min-width: 769px) {

 	.banner .swiper-button-prev {width: 40px;height: 40px;line-height: 40px;}

 	.banner .swiper-button-next {width: 40px;height: 40px;line-height: 40px;}

 }

@media only screen and (max-width: 768px) {

 	.banner .swiper-pagination-bullet {width: 8px;height: 8px;margin: 0 6px;}

 	.banner.rightcircle {display: none;}

 	.banner .swiper-button-prev {display: none;}

 	.banner .swiper-button-next {display: none;}

 }



#bottomBtn{

    position:absolute;

    width:49px;

    height:93px;

    left:7%;

    bottom:10%;

    right: 0;

    z-index:998;

    -webkit-animation: shakeY 5s infinite;

    animation: shakeY 5s infinite;

    background: url(../images/icon-down.png) no-repeat;

    background-size: contain;cursor: pointer;

}

@-webkit-keyframes shakeY {

	0%,

	to {transform: translateY(0)}

	10%,

	30%,

	50%,

	70%,

	90% {transform: translateY(-5px)}

	20%,

	40%,

	60%,

	80% {transform: translateY(5px)}

}



@keyframes shakeY {

	0%,

	to {transform: translateY(0)}

	10%,

	30%,

	50%,

	70%,

	90% {transform: translateY(-5px)}

	20%,

	40%,

	60%,

	80% {transform: translateY(5px)}

}

/*******index css*******/

.indexTit {color: #118c3c;overflow: hidden;text-align: center;padding: 30px 0 56px;}

.indexTit .en {text-transform: uppercase;line-height: 35px;font-size: 24px;}

.indexTit h3 {font-size: 24px;color: #835026;}

.index .in_title {padding-top:50px;}

.index .in_title .entit {text-transform:uppercase;letter-spacing:10px;margin-bottom: 12px;font: normal 74px "AvantGarde Bk BT";color: #f0f0f0;text-align: center}

.index .in_title .tit{width: 300px;margin: 0 auto;font-size:46px;font-weight: bold;text-align: center;color: #282828;}





/* 关于我们 */

.index #floor_1_main {/* height:1075px; */background: #f6f6f6 url(../images/bg1.jpg) no-repeat center/cover;padding-bottom: 145px;}

.index #floor_1_main .in_title{/* margin-top:55px; */}

.index #floor_1_main .floor_1{position: relative; width: 94%;max-width: 1600px;height: auto;min-height: 192px;margin:120px auto 0 auto;}

.index #floor_1_main .floor_1 .floor_1_con{position: relative;}
.index #floor_1_main .floor_1 .floor_1_con .txt{width:800px;float:left;}

.index #floor_1_main .floor_1 .floor_1_con .numlist{display: flex;justify-content:space-between;width:700px;}

.index #floor_1_main .floor_1 .floor_1_con .numlist dl {}

.index #floor_1_main .floor_1 .floor_1_con .numlist dl dt {font-size:16px;color: #1a9b31;}

.index #floor_1_main .floor_1 .floor_1_con .numlist dl dt .counter{font-size:58px;color: #1a9b31;font-weight: bold;margin-right:6px;}

.index #floor_1_main .floor_1 .floor_1_con .numlist dl dd{font-size: 16px;color:#1a9b31;margin-top:10px;}

.index #floor_1_main .floor_1 .floor_1_con .desc{width:910px;margin-top:75px;}

.index #floor_1_main .floor_1 .floor_1_con .desc h3{font-size:24px;font-weight: bold;margin-bottom:40px;}

.index #floor_1_main .floor_1 .floor_1_con .desc p{line-height:30px;font-size:14px;color:#4c4c4c;}

.index #floor_1_main .floor_1 .floor_1_con .about-imglist{margin-top:70px;}

.index #floor_1_main .floor_1 .floor_1_con .about-imglist li{width:175px;height: 194px;display: inline-block;margin:0 10px;cursor: pointer;}

.index #floor_1_main .floor_1 .floor_1_con .about-imglist li>img{width: 100%;height: 100%;transition: all .5s;}

.index #floor_1_main .floor_1 .floor_1_con .about-imglist li:first-child{margin-left: 0;}

.index #floor_1_main .floor_1 .floor_1_con .about-imglist li:hover img{/* transform:translateY(10px); */transform: rotateY(180deg);}

.index #floor_1_main .floor_1 .floor_1_con .rt{float: right;position: relative;width: 40%;}
.index #floor_1_main .floor_1 .floor_1_con .rt img{margin-top: -30px;width: 100%;display: block;}
.index #floor_1_main .floor_1 .video-btn{position: absolute;bottom:46%;right:41%;display: block;}
.index #floor_1_main .floor_1 .video-btn a{display: block;}




/* 产品中心 */

#floor_2_main {background:url(../images/bg2.jpg) no-repeat center/cover;padding:70px 0 30px 0;}

#floor_2_main .in_title{padding-top: 0;}

#floor_2_main .in_title .entit{color: #fff;opacity: .2;}

.floor_2{margin-top:70px;}

.floor_2 .lts{float: left;width:450px;padding-top:20px;}

.floor_2 .lts li{padding-left:120px;margin-bottom:30px;position: relative;}

.floor_2 .lts li::before{

	content: "";display: block;

	position: absolute;

	left: 0;top: 50%;width:0 ;

	height: 2px;

	background: #abd9b3;

	transition:all 0.3s;

	-ms-transition:all 0.3s;  /* IE 9 */

	-moz-transition:all 0.3s;     /* Firefox */

	-webkit-transition:all 0.3s; /* Safari 和 Chrome */

	-o-transition:all 0.3s;

}

.floor_2 .lts li.on::before{width: 105px;} 

.floor_2 .lts li:hover::before{width: 105px;} 

.floor_2 .lts li.on a,.floor_2 .lts li:hover a{font-size:28px;font-weight: bold;background-color:#fff;border-radius:60px;color:#1e9c38;padding:12px 60px;}

.floor_2 .lts li a{font-size:26px;line-height:80px ;color: #fff;}

.floor_2 .swiper_por{float: right;width: calc(100% - 550px);overflow: hidden;padding-bottom:50px;}

.floor_2 .swiper_por{position: relative;display: none;}

.floor_2 .swiper_por:first-child{display: block;}

.floor_2 .swiper_por li {width: auto;}

.floor_2 .swiper_por li a{background-color: #fff;

	/*background:url(../images/prolistbg.png) no-repeat center/cover;*/transition: all .5s;

	border-radius: 20px;

	overflow: hidden;

	width: 1060px;

	margin-right: 80px;

	opacity:0.58 ;

	display: block;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-o-box-sizing: border-box;

	box-sizing: border-box;

}

.floor_2 .swiper_por .imgs{float: left;width: 600px;height: 660px;position: relative;}

.floor_2 .swiper_por .imgs img{

	position: absolute;

	left: 0;right: 0;

	top: 50%;z-index: 1;

	transform:translateY(-50%);

	-ms-transform:translateY(-50%);  /* IE 9 */

	-moz-transform:translateY(-50%);     /* Firefox */

	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */

	-o-transform:translateY(-50%); 

	max-width: 80%;max-height: 80%;

	display: block;

	margin: 0 auto;

}

.floor_2 .swiper_por .info{height:100%;padding-right:600px;padding:70px 50px 50px 58%;}

.floor_2 .swiper_por .info .name{font-size:35px;color:#209a36;font-weight: bold;line-height:1;margin-bottom: 50px;}
.floor_2 .swiper_por .info .brief{background:url(../images/ico-d.png) no-repeat 0 0;padding-top:60px;line-height:28px;color:#808080;height: 168px;margin-bottom: 50px;}
.floor_2 .swiper_por .info .brief div{font-size:14px; color:#929292;}

.floor_2 .swiper_por .info .tips{font-size:16px; color:#268727; font-weight:bold;margin-bottom:30px;}

.floor_2 .swiper_por .info .morebtn{border-radius:4px;background:#209a36;line-height:56px;height:56px;padding: 0 20px;color:#fff;transition: all .5s;}

.floor_2 .swiper_por .info .morebtn>span{float: right;font-size:20px;}

.floor_2 .swiper_por li:hover .morebtn{border-radius:50px;padding:0 50px;background-image: linear-gradient(to right, #11911f , #a0c71a);}



.floor_2 .swiper_por li a{

	transition:all 0.3s;

	-ms-transition:all 0.3s;  /* IE 9 */

	-moz-transition:all 0.3s;     /* Firefox */

	-webkit-transition:all 0.3s; /* Safari 和 Chrome */

	-o-transition:all 0.3s;

}

.floor_2 .swiper_por li.swiper-slide-active a{opacity: 1;}

.floor_2 .swiper_por .btn{

	position: absolute;

	bottom: 0;

	right:360px ;

	width: 110px;

	height: 110px;

	border-radius: 50%;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-o-box-sizing: border-box;

	box-sizing: border-box;

	padding-top:30px;

	background: #f8b62b;

	z-index: 111;text-align: center;

}

.floor_2 .swiper_por .prev,

.floor_2 .swiper_por .next{display: inline-block;width:50px;height:50px;line-height:50px;cursor: pointer;}

.floor_2 .swiper_por .prev .icon,

.floor_2 .swiper_por .next .icon{font-size:30px;color:#fff;}









/*发展历程*/

.showreel_box {width: 100%;border-radius: 10px;background-color: #fff;overflow: hidden;position: relative;height: 90px;line-height: 90px;padding: 0 90px;margin-bottom: 50px;box-shadow: 0 0 90px rgba(29,56,75,.17);}

.showreel_box .btn_img_prev,  .showreel_box .btn_img_next {display: block;z-index: 1;position: absolute;top: 0;width: 90px;height: 100%;text-align: center;color: #bebdc2;cursor: pointer; }

.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover{color: #00653b;}

.showreel_box .btn_img_prev i,  .showreel_box .btn_img_next i {font-size: 18px;}

.showreel_box .btn_img_prev {left: 0; }

.showreel_box .btn_img_next {right: 0; }

.view_box{overflow: hidden;width: 100%;height: 100%;position: relative;}

.showreel_box .list_u_img_box{font-size: 0;width: 99999999px;position: absolute;left: 0; top: 0;transition: left .5s ease;}

.showreel_box .list_u_img_box > a {

  position: relative;

  width: 125px;

  display: inline-block;

  vertical-align: middle;

   font-size: 20px;

   text-align: center;

   color: #979ba0;

   cursor: pointer;

   transition: all .5s ease;

 }

.showreel_box .list_u_img_box > a.on{font-size: 24px;color: #00653b;position: relative;cursor: auto;}

.showreel_box .list_u_img_box > a::after{

  content: '';

  display: block;

  position: absolute;

  left: 50%;

  top: 76.666%;

  margin-left: -.5em;

  width: 0;

  height: 5px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  background-color: #00653b;

  transition: all .5s ease;

}

.showreel_box .list_u_img_box >a:hover{color: #00653b;}

.showreel_box .list_u_img_box > a.on::after,.showreel_box .list_u_img_box >a:hover::after{width: 1em;}

.showreel_box .list_u_img_box > img:last-child {margin-right: 0; }

.disab{pointer-events:none;opacity: 0;}

  

#floor_3_main {background: #f6f9fb;}

.pure:before,

.pure:after { content: " ";display: table;clear: both;box-sizing: border-box;}

.tab_time_bottom *{box-sizing: border-box;}

/*发展历程*/

.dev_con{background-color: #f6f9fb;position: relative;}

.dev_con .tea_case{padding:75px 0 30px 0;width: 67.71%;margin: 0 auto;position: relative;z-index: 1;}

.tab_time_bottom .showreel_box {

  width: 100%;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  border-radius: 10px;

   background-color: transparent;

  overflow: hidden;

  position: relative;

  height: 90px;

  line-height: 90px;

  padding: 0 90px;

  box-shadow: none;

  margin-bottom: 0;

}

.tab_time_bottom .showreel_box .list_u_img_box > a{position: relative;display: inline-block;vertical-align: middle;text-align: center; cursor: pointer;transition: all .5s ease;width:123px;font-size: 16px;color: #979ba0;}

.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {font-size: 16px;color: #00653b;}

.tab_time_bottom .showreel_box .list_u_img_box > a::after {

  content: '';

  display: block;

  position: absolute;

  left: 50%;

  top: 70%;

  margin-left: -1em;

  width: 0;

  height: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  background-color: #00653b;

  transition: all .5s ease;

}

.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {width: 2em;}

.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;

  height: 40px;

  width: 40px;

  line-height: 40px;

  color: #7a858a;

  text-align: center;

  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);

  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);

  box-shadow: 0 0 27px rgba(29, 56, 75, .17);

  top: 50%;

  left: 25px;

  margin-top: -20px;

}

.tab_time_bottom .showreel_box .btn_img_next{ right: 25px;left: auto;}

.dev_tex_box > div{

  display: none;

  line-height: 45px;

  font-size:16px;

  font-weight: bold;

  min-height:260px;text-align:center;min-height: 140px;padding-top: 50px;

}

.time_title_case{position: relative;padding-top: 115px;padding-bottom: 115px;overflow: hidden;}

.at_time{

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  color: #e9eff2;

  font-size: 300px;

  line-height: 0.8;

  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));

  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));

  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));

  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));

  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

.time_sha{

  position: absolute;

  pointer-events: none;

  z-index: 2;

  width: 100%;

  height: 100%;

  background: -ms-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);

  background: -moz-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);

  background: -o-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);

  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(246, 249, 251, 0)),color-stop(0.9,rgba(246, 249, 251, 0)), color-stop(1, rgba(246, 249, 251, 1)));

  background: -webkit-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);

}

.time_line_case{margin: 0 auto;width: 83.33333%;margin-top: .5rem;}

.time_line_box{width: 99999px;position: relative;top: 0;left: 0;transition: all .5s ease;}

.time_line_box > div{

  float: left;

  position: relative;

  width: 330px;

  height: 6px;

  background: -ms-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);

  background: -moz-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);

  background: -o-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);

  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));

  background: -webkit-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);

  font-size: 20px;

  line-height: 1;

}

.btn_time{

  position: absolute;

  right: -10px;

  top: -7px;

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background-color: #00653b;

  z-index: 1;

  cursor: pointer;



}

.btn_time > span{

  position: absolute;

  left: 50%;

  margin-left: -23px;

  top: -50px;

  z-index: 2;

  transition: all .5s ease;

}

.time_line_box > div:nth-child(odd) .btn_time > span{bottom: -50px;top:auto;}

.btn_time::after{

  content: '';

  display: none;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%,-50%);

  width: 36px;

  height: 36px;

  background-color: rgba(14,111,57,.15);

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  animation:dot1 2s infinite ease;

  -webkit-animation:dot1 2s infinite ease; /* Safari 和 Chrome */}

@keyframes dot1 {

  0%{width: 20px;height: 20px;}

  50%{ width: 36px;height: 36px;}

  100%{ width: 20px;height: 20px;}

}

.btn_time:hover::after{display: block;}

.time_line_box > div.bodes{

  pointer-events: none;

  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);

  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);

  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);

  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));

  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);

}

.bodes .btn_time{background-color: #959798;}

.bodes .btn_time span{color: #979ba0;}

/*波浪背景*/

.wave_box{width: 100%;height: 350px;position: absolute;left: 0;bottom: 0;overflow: hidden;}

.wave {overflow: hidden;position: absolute;top: 129%;width: 140%;transform: translateY(-50%);color: #fff;margin-left: -20%;animation: 3s ease-in-out infinite alternate waveAnimateA;}

@keyframes waveAnimateA {

  0% {transform: translate(-80px,-52%);}

  100% {transform: translate(80px,-50%);}

}

.wave svg {

  fill: rgba(233,239,242,1);

  width: 102%;

  margin-left: -1%;

  height: auto;

}

.st0{fill:#E9EFF2;opacity:0.5}

.st1{opacity:0.5;fill:#E9EFF2;}

.st3{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_1_);}



.titie_box_bg{

  width: 130px;

  position: absolute;

  left: 50%;

  top: 50%;

  margin: -65px 0 0 -65px;

  z-index: 1;

  transform: scale(0);

transition: all .5s ease;

}

.titie_box_bg svg{width: 100%;position: relative;z-index: 1;}

.titie_box_bg #title_bg_down{opacity: .3;transform: rotate(37deg) scale(1.02);position: absolute;left: 0;right: 0;z-index: 0;}

.time_line_box .on .btn_time > span{

  font-size: 40px;

  color: #fff;

  top: 50% !important;

  transform: translate(-50%,-50%);

  bottom: auto !important;

  margin-left: 0;

}

.time_line_box .on .btn_time .titie_box_bg{transform: scale(1);}

.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{animation: alpha 2.25s linear infinite forwards;}

@keyframes alpha {

  0% {transform: rotate(0);}

  25% {}

  50% {border-radius: 50%;}

  75% {}

  100% {transform: rotate(360deg);}

}



/*荣誉资质*/

#floor_4_main {background: #fff;}

#floor_4_main .floor_4 {position: relative;z-index: 1;height: 784px;}

#floor_4_main .floor_4:before {

    content: '';

    position: absolute;

    z-index: 1;

    background: linear-gradient(to right, rgba(10, 45, 137, 1), rgba(111, 186, 68, 1));

    width: 100%;

    height: 240px;

    left: 0px;

    bottom: 0px;

}

#floor_4_main .floor_4 .floor_4_con {position:relative;width: 94%;max-width: 1600px;height: auto;min-height: 192px;margin: 40px auto 0 auto;}

#floor_4_main .floor_4 .floor_4_con .honor-txt{margin-left: 0;clear: left;margin-right: 0;width: 33.1255%;padding-top:30px;}

#floor_4_main .floor_4 .floor_4_con .honor-txt p{line-height: 30px;color:#666;}

#floor_4_main .floor_4 .floor_4_con .honor-txt .btn{display:inline-block;background: linear-gradient(to right, #a0c71a, #11911f);

    border-radius: 50px;transition: all .36s ease;padding:0 36px;color:#fff;line-height: 45px;margin-top:40px;}

#floor_4_main .floor_4 .floor_4_con .honor-txt:hover .btn{transform:translateY(-10px);}

#floor_4_main .floor_4 .floor_4_con:before{content: '';position: absolute;left: 0;bottom:-20px;z-index:2;width: 453px;height: 137px;background: url(../images/honors.png) no-repeat left center;}

#floor_4_main .floor_4 .floor_4_con .honor-pic{width: 63.87449999999999%;margin-right: 0;margin-left: 3%;position: relative;}

.honor-pic .swiper-slide{display:block;position: relative;overflow:hidden;height:415px;width:auto;box-shadow: 0 0 20px rgba(0,0,0,.1);text-align:center;background-color:#fff;}

.honor-pic .swiper-slide .pic{height:415px;overflow: hidden;}

.honor-pic .swiper-slide .pic img{width:100%;height: 100%;transition: all .5s;}

.honor-pic .swiper-slide:hover .pic>img{transform: scale(1.1);}

.honor-pic .swiper-slide .con {background:rgba(77,168,66,.7);position: absolute;left: 0px;bottom: 0px; width: 100%;height: 0;

display: flex;align-items:center;justify-content: center;color:#fff;visibility: hidden;transition: all .5s;}

.honor-pic .swiper-slide .con>p{padding:0 10px;}

.honor-pic .swiper-slide:hover .con{visibility:visible;height: 100%;}

.honor-pic .swiper-slide:hover{transform:translateY(-10px);}



.honor-pic .swiper-container{padding:20px;}

.honor-pic .swiper-button-prev,.honor-pic .swiper-button-next{background: linear-gradient(to right, #a0c71a, #11911f);border-radius:50%;width:42px;height: 42px;;line-height:42px;text-align: center;}

.honor-pic .swiper-button-prev>.iconfont,.honor-pic .swiper-button-next>.iconfont{font-size:24px;color:#fff;}

.honor-pic .swiper-button-prev{left:-50px;}

.honor-pic .swiper-button-next{right:-50px;}

.honor-pic .swiper-button-prev.swiper-button-disabled{background:#b3b3b3;opacity: 1;}

.honor-pic .swiper-button-next.swiper-button-disabled{background:#b3b3b3;opacity: 1;}





/*新闻动态*/

#floor_5_main {padding-bottom: 45px;background: #fff;}

#floor_5_main .inews {position: relative;margin-top: 80px;}

#floor_5_main .inews .inews-picbox{width:480px;}

#floor_5_main .inews .img{overflow: hidden;border-radius:4px;}

#floor_5_main .inews .img>img{width:100%;height: 100%;transition: all .5s;}

#floor_5_main .inews .inews-picbox .img{margin-bottom:10px;}

#floor_5_main .inews .inews-picbox img{width: 100%;height:275px;}

#floor_5_main .inews .inews-picbox:hover .img>img{transform: scale(1.5,1.5);}

#floor_5_main .inews .time{color:#666;}

#floor_5_main .inews h2{font-size:16px;color:#333;margin:6px 0;}

#floor_5_main .inews p{color:#808080;line-height: 26px;}

#floor_5_main .inews .inews-picbox:hover h2{color:#2ea136;}



#floor_5_main .inews .inews-list {width:680px;}

#floor_5_main .inews .inews-list li {height: 105px;border-bottom:1px solid #ddd;position: relative;padding-left:160px;padding-bottom:17px;margin-top:17px;}

#floor_5_main .inews .inews-list li:before{ content:""; display:block; width:0; height:3px; background: #45a51d;background: linear-gradient(to top right,#11911f,#9fc61a);position:absolute; left:0; bottom:-1px; transition:1s; z-index:2;}

#floor_5_main .inews .inews-list li:hover:before{ width:100%; }

#floor_5_main .inews .inews-list li:first-child{margin-top:0;}

#floor_5_main .inews .inews-list li .img {position:absolute;left:0;width:140px;height: 105px;overflow: hidden;border-radius:4px;transition: all .5s;}

#floor_5_main .inews .inews-list li .img>img{width:100%;height: 100%;transition: all .5s;}

#floor_5_main .inews .inews-list li:hover .img>img{transform: scale(1.5,1.5);}

#floor_5_main .inews .inews-list li .time{line-height:1;}

#floor_5_main .inews .inews-list li:hover h2{color:#2ea136;}

#floor_5_main .inews .inews-list li:hover .img{box-shadow:0 0 6px rgba(0,0,0,.5);}



.ind-sum6{background-color:#f9f9f9;}

.sum6-list{padding:34px 0;}

.sum6-list li{width:25%;float: left;}

.sum6-list li:first-child{width:27%;}

.sum6-list li:nth-child(2){width:24%;}

.sum6-list li:nth-child(3){width:24%;}

.sum6-list li>div{position:relative;padding:30px 20px 0 70px;background-color:#fff;margin-right:20px;height:80px;transition: all .5s;}

.sum6-list li:last-child>div{margin-right:0px;}

.sum6-list li img{position: absolute;left:20px;top:30px;}

.sum6-list li h3{color:#666;}

.sum6-list li p{color:#333;font-size:14px;line-height:22px;}

.sum6-list li:hover>div{box-shadow:0 0 20px rgba(0,0,0,.1);margin-top:-10px;}





/* @media only screen and (max-width: 1360px){} */

@media screen and (min-width:1300px) and (max-width:1561px){
	.index #floor_1_main {padding-bottom: 60px;}
	.index #floor_1_main .floor_1 .floor_1_con {}
  .index #floor_1_main .floor_1 .floor_1_con .txt {width: 680px;}
	.index #floor_1_main .floor_1 .floor_1_con .desc {width:auto;}
	.index #floor_1_main .floor_1 .floor_1_con .about-imglist li {width: 16%;}
	.index #floor_1_main .floor_1 .floor_1_con .about-imglist li>img{max-width: 100%;height: auto;}
   .index #floor_1_main .floor_1 .floor_1_con .rt img {margin-top: 30px;}
	.index #floor_1_main .floor_1 .floor_1_con .video-btn {bottom: 36%;right: 36%;}
	.index #floor_1_main .floor_1 .floor_1_con .video-btn img{width:90%;}

	.floor_2 .lts {width: 350px;}
	.floor_2 .lts li.on a {font-size: 28px;padding: 10px 50px;}

	.floor_2 .swiper_por { width: calc(100% - 400px);}
	.floor_2 .swiper_por li a {width: 920px;}
	.floor_2 .swiper_por .imgs {width: 500px;height: 560px;}
	.floor_2 .swiper_por .info {padding-right:500px;padding: 33px 50px 50px 58%;}
	.floor_2 .swiper_por .info .name {margin-bottom: 27px;}
	.floor_2 .swiper_por .btn {right: 80px;padding-top:20px;}
	.floor_2 .swiper_por .btn {width: 90px;height: 90px;}
	.floor_2 .swiper_por .prev, .floor_2 .swiper_por .next {width:40px;height:40px;}	

	#floor_4_main .floor_4 {height: 725px;}
	#floor_4_main .floor_4 .floor_4_con .honor-txt p {word-break:break-all;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
	#floor_4_main .floor_4 .floor_4_con .honor-txt .btn {margin-top:30px;}
	.honor-pic .swiper-slide {height: 360px;}
	.honor-pic .swiper-slide .pic {height: 100%;position: relative;}

	/* .honor-pic .swiper-slide .pic img {max-width: 100%; height: auto;position: absolute;left: 0;top:50%;transform: translateY(-50%);} */

	

}