html, body {
      position: relative;
    }
    body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }

	.swiper-container_indexs{
    transition-delay:.3s;
    }
    .swiper-container_indexs {
        width: 100%;
        height:100%;
        margin:0;
    }
   .swiper-container_indexs   .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	.swiper-container_indexs .swiper-slide .about_homes_l{
		transform:translateX(-200px);
		opacity:0;
		transition:all .4s;}
	.swiper-container_indexs .ani-slide .about_homes_l{
		transform:translateX(0);
		opacity:1;
		}
		.swiper-container_indexs .swiper-slide .about_homes_r{
		transform:translateX(100px);
		opacity:0;
		transition:all .9s;transition-delay:0.6s}
	.swiper-container_indexs .ani-slide .about_homes_r{
		transform:translateX(0);
		opacity:1;
		}
		.swiper-container_indexs .swiper-slide .news_homes_l{
		transform:translateX(-200px);
		opacity:0;
		transition:all .4s;}
	.swiper-container_indexs .ani-slide .news_homes_l{
		transform:translateX(0);
		opacity:1;
		}
		.swiper-container_indexs .swiper-slide .news_homes_r{
		transform:translateY(-500px);
		opacity:0;
		transition:all .9s;transition-delay:0.6s}
	.swiper-container_indexs .ani-slide .news_homes_r{
		transform:translateY(0);
		opacity:1;
		}
		
.back_about{ background:#fff url(../images/about_backs.jpg) center center no-repeat; padding:100px 0;}
.back_about .about_homes{}
.back_about .about_homes .about_homes_l{ float:left; width:54%; text-align:left;}
.back_about .about_homes .about_homes_l .home_Titiles{ font-size:40px; color:#3b3b3b; margin-bottom:40px;}
.back_about .about_homes .about_homes_l .home_Titiles span{ position:relative; display:block; padding-top:40px; padding-bottom:20px;}
.back_about .about_homes .about_homes_l .home_Titiles span img{ max-width:80%;}
.back_about .about_homes .about_homes_l .home_Titiles span::after {
   content: '';
    position: absolute;
    top: 0px;
    left:0%;
    width:110px;
    height: 4px;
    background: #3b3b3b;
}

.back_about .about_homes .about_homes_l .about_descipes{ font-size:15px; line-height:200%; padding-bottom:50px; color:#666666}
.back_about .about_homes .about_homes_l .about_descipes p{ text-indent:2rem}
.show_more{ background-color:#e9972b; color:#FFFFFF; font-size:18px; padding:15px 25px;border-radius:8px; }
.show_more:hover{ color:#FFFFFF}
.back_about .about_homes .about_homes_r{ float:right; width:40%;}
.back_about .about_homes .about_homes_r img{ width:100%;}
/*产品与服务一行样式开始*/
.back_news{ background:#f3f2f5 url(../images/back_news.jpg) center center no-repeat; background-size:cover}
.back_news .newsd_homes{ padding:100px 0}
.back_news .newsd_homes .news_homes_l{ position:relative; float:left; width:520px; text-align:left;}
.back_news .newsd_homes .news_homes_l img.pro_img{width:100%;}
.back_news .newsd_homes .news_homes_l .pro_home_Titiles{ position:absolute; left:50px; bottom:50px; padding-right:50px; color:#FFFFFF; font-size:24px; text-align:left;}
.back_news .newsd_homes .news_homes_l .pro_home_Titiles span.fonts_en{ position:relative; display:block; padding-top:40px; padding-bottom:20px;}
.back_news .newsd_homes .news_homes_l .pro_home_Titiles  span.fonts_en img{ max-width:100%;}
.back_news .newsd_homes .news_homes_l .pro_home_Titiles  span.fonts_en::after {
   content: '';
    position: absolute;
    top: 0px;
    left:0%;
    width:90px;
    height: 4px;
    background: #e9972b;
}
.back_news .newsd_homes .news_homes_r{ position:relative; float:right; width:638px; text-align:left;}
.back_news .newsd_homes .news_homes_r .news_home_titile img{ max-width:100%; margin-bottom:20px;}
.back_news .newsd_homes .news_homes_r ul{}
.back_news .newsd_homes .news_homes_r ul li{ background-color:#FFFFFF;    box-shadow: 0px 0px 10px #ddd; margin-bottom:22px;-webkit-transition: all ease .4s;
	transition: all ease .4s;} 
.back_news .newsd_homes .news_homes_r ul li:hover{-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	box-shadow:0px 0px 25px rgba(0,0,0,.2);-webkit-transition: all ease .4s;
	transition: all ease .4s;}
.back_news .newsd_homes .news_homes_r ul li .news_one_img{ float:left; width:36%;}
.back_news .newsd_homes .news_homes_r ul li .news_one_img img{ width:100%;}
.back_news .newsd_homes .news_homes_r ul li .news_one_fonts{ float:right; width:62%; padding:20px 20px 0px 20px; line-height:200%; font-size:14px; color:#666;}
.back_news .newsd_homes .news_homes_r ul li .news_one_fonts h3{ font-size:18px; font-weight:bold; padding-bottom:10px; color:#000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.back_news .newsd_homes .news_homes_r ul li .news_one_fonts .more{ display:block; text-align:right; padding-top:6px;}
.back_news .newsd_homes .news_homes_r ul li .news_one_fonts .more a{ color:#e9972b}

/*首页解决方案样式开始*/
.Program_home{ background-color:#555555}
.Program_home .swiper-container {
      width: 100%;
      height: 100%;
    }
.Program_home .swiper-container   .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.Program_home .swiper-container   .swiper-slide  .back_img{ width:100%;height: auto; display: block;opacity :1 }
.Program_home .swiper-container   .swiper-slide .back_img_mob{ display:none;opacity :0}
.Program_home   .swiper-slide .banner_fonts{ position:absolute; left:0%; top:50%; width:100%; height:240px; margin-left:0; text-align:center; margin-top:-200px; z-index:2}

.Program_home  .swiper-slide  .position02{ margin-left:0}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:5%; z-index:4}
.swiper-pagination-bullet{ width:8px; height:8px;border-radius:50%; background-color:#FFFFFF;opacity:0.5}	
.swiper-pagination-bullet-active{ background-color:#fff;opacity:1}	

.Program_home   .swiper-slide  .banner_fonts{
		transform:translateY(100px);
		opacity:0;
		transition:all .4s; color:#FFFFFF;}
.Program_home    .swiper-slide  .banner_fonts .icons{width: 130px;
    line-height: 130px;
    height: 130px;
    text-align: center;
    font-size: 60px;
    border: #FFFFFF 1px solid;
    border-radius: 50%;
    margin: 0px auto;}
.Program_home .swiper-container   .swiper-slide  .banner_fonts h3{padding-top:50px;padding-bottom:40px;text-shadow:0px 0px 40px #333;font-family: Montserrat; font-size:36px;}
.Program_home .swiper-container   .swiper-slide  .banner_fonts p{ display:block; padding-bottom:40px;text-shadow:0px 0px 30px #333; font-weight: normal; font-size:20px;} 
.Program_home  .swiper-slide  .banner_fonts p span{position:relative; }
.Program_home   .swiper-slide .banner_fonts p span::after {
   content: '';
    position: absolute;
    top:-30px;
    left:50%;
    width:40px;
    height: 4px;
    background: #fff; margin-left:-20px;
}
.Program_home    .swiper-slide  .banner_fonts  a{ 
z-index: 8;
min-width: 280px;
max-width: 280px;
white-space: nowrap;
font-size: 17px;
line-height: 60px;
font-weight: 400;
color: rgb(255, 255, 255);
font-family: Montserrat;
background-color:#e9972b;
outline: currentcolor none medium;
cursor: pointer;
text-decoration: none;
visibility: inherit;
transition: none 0s ease 0s;
text-align: center;
margin: 0px;
padding:16px 35px;
letter-spacing: 0px;
min-height: 0px;
max-height: none;
filter: brightness(100%);
opacity: 1;
transform: translate3d(0px, 0px, 0px);
transform-origin: 50% 50% 0px;
border-radius:8px;
}
.Program_home   .swiper-slide  .banner_fonts  a:hover{color:#fff; background-color:#ca780c;}
.Program_home .ani-slide .banner_fonts{
		transform:translateY(0);
		opacity:1;
		}
.Program_home   .swiper-slide  .back_img{
		transform:translateX(0);
		opacity:1;
		transition:all .4s;}
.Program_home  .ani-slide .back_img{
		transform:translateX(0);
		opacity:1;
		}	
.Program_home  .swiper-button-next, 
.Program_home  .swiper-button-prev {
	width:60px;
	height:60px;
	margin-top: -30px;
}

.Program_home  .swiper-button-prev {
	left:1%;
	background: url(../images/home_banner_prev.png) no-repeat;
}

.Program_home  .swiper-button-next {
	right:1%;
	background: url(../images/home_banner_next.png) no-repeat;
}


.Program_home .swiper-button-next, .Program_home  .swiper-container-rtl .swiper-button-prev{ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e9972b'%2F%3E%3C%2Fsvg%3E")}
.Program_home .swiper-button-prev, .Program_home .swiper-container-rtl .swiper-button-next{ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e9972b'%2F%3E%3C%2Fsvg%3E")}

.Program_home .swiper-container-horizontal>.swiper-pagination-bullets, .Program_home .swiper-pagination-custom, .Program_home  .swiper-pagination-fraction{ bottom:5%}
.Program_home .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}
.Program_home  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e9972b;
}
/*首页banner切换样式开始*/
/*首页解决方案样式开始*/
.banners_home{ background-color:#555555}
.banners_home .swiper-container {
      width: 100%;
      height: 100%;
    }
.banners_home .swiper-container   .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.banners_home .swiper-container   .swiper-slide  .back_img{ width:100%;height: auto; display: block;opacity :1 }
.banners_home .swiper-container   .swiper-slide .back_img_mob{ display:none;opacity :0}
.banners_home   .swiper-slide .banner_fonts{ position:absolute; left:0%; top:50%; width:100%; height:240px; margin-left:0; text-align:center; margin-top:-150px; z-index:2}

.banners_home  .swiper-slide  .position02{ margin-left:0}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:5%; z-index:4}
.swiper-pagination-bullet{ width:8px; height:8px;border-radius:50%; background-color:#FFFFFF;opacity:0.5}	
.swiper-pagination-bullet-active{ background-color:#fff;opacity:1}	

.banners_home   .swiper-slide  .banner_fonts{
		transform:translateY(100px);
		opacity:0;
		transition:all .4s; color:#FFFFFF;}
.banners_home    .swiper-slide  .banner_fonts .icons{width: 130px;
    line-height: 130px;
    height: 130px;
    text-align: center;
    font-size: 60px;
    border: #FFFFFF 1px solid;
    border-radius: 50%;
    margin: 0px auto;}
.banners_home .swiper-container   .swiper-slide  .banner_fonts h3{padding-top:50px;padding-bottom:40px;text-shadow:0px 0px 40px #333;font-family: Montserrat; font-size:50px;}
.banners_home .swiper-container   .swiper-slide  .banner_fonts p{ display:block; padding-bottom:40px;text-shadow:0px 0px 30px #333; font-weight: normal; font-size:20px;} 
.banners_home  .swiper-slide  .banner_fonts p span{position:relative; }
.banners_home   .swiper-slide .banner_fonts p span::after {
   content: '';
    position: absolute;
    top:-30px;
    left:50%;
    width:40px;
    height: 4px;
    background: #fff; margin-left:-20px;
}
.banners_home    .swiper-slide  .banner_fonts  a{ 
z-index: 8;
min-width: 280px;
max-width: 280px;
white-space: nowrap;
font-size: 17px;
line-height: 60px;
font-weight: 400;
color: rgb(255, 255, 255);
font-family: Montserrat;
background-color:#e9972b;
outline: currentcolor none medium;
cursor: pointer;
text-decoration: none;
visibility: inherit;
transition: none 0s ease 0s;
text-align: center;
margin: 0px;
padding:16px 35px;
letter-spacing: 0px;
min-height: 0px;
max-height: none;
filter: brightness(100%);
opacity: 1;
transform: translate3d(0px, 0px, 0px);
transform-origin: 50% 50% 0px;
border-radius:50px;
}
.banners_home   .swiper-slide  .banner_fonts  a:hover{color:#fff; background-color:#ca780c;}
.banners_home .ani-slide .banner_fonts{
		transform:translateY(0);
		opacity:1;
		}
.banners_home   .swiper-slide  .back_img{
		transform:translateX(0);
		opacity:1;
		transition:all .4s;}
.banners_home  .ani-slide .back_img{
		transform:translateX(0);
		opacity:1;
		}	
.banners_home  .swiper-button-next, 
.banners_home  .swiper-button-prev {
	width:60px;
	height:60px;
	margin-top: -30px;
}

.banners_home  .swiper-button-prev {
	left:1%;
	background: url(../images/home_banner_prev.png) no-repeat;
}

.banners_home  .swiper-button-next {
	right:1%;
	background: url(../images/home_banner_next.png) no-repeat;
}


.banners_home .swiper-button-next, .banners_home  .swiper-container-rtl .swiper-button-prev{ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e9972b'%2F%3E%3C%2Fsvg%3E")}
.banners_home .swiper-button-prev, .banners_home .swiper-container-rtl .swiper-button-next{ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e9972b'%2F%3E%3C%2Fsvg%3E")}

.banners_home .swiper-container-horizontal>.swiper-pagination-bullets, .banners_home .swiper-pagination-custom, .banners_home  .swiper-pagination-fraction{ bottom:5%}
.banners_home .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}
.banners_home  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e9972b;
}
@media (max-width:1000px) {
.back_about .about_homes .about_homes_r{ display:none}
.back_about .about_homes {
   
}
.back_about .about_homes .about_homes_l {
    float: none;
    width: 100%;
    text-align: left;
}
.back_about .about_homes .about_homes_l .home_Titiles span {
    position: relative;
    display: block;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.back_about .about_homes .about_homes_l .home_Titiles {
    font-size: 1.8rem;
    color: #3b3b3b;
    margin-bottom: 1rem;
}
.back_about .about_homes .about_homes_l .about_descipes {
    font-size: 0.9rem;
    line-height: 200%;
    padding-bottom: 2rem;
    color: #666666;
}
.show_more {
    background-color: #e9972b;
    color: #FFFFFF;
    font-size: 0.9rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
}
.back_news{ }
.back_news .newsd_homes {
    padding: 4rem 0;
}
.back_news .newsd_homes .news_homes_l {
    position: relative;
    float: none;
    width: 100%;
    text-align: left;
}
.back_news .newsd_homes .news_homes_r {
    position: relative;
    float: none;
    width: 100%;
    text-align: left;
    padding-top: 1rem;
}
.back_news .newsd_homes .news_homes_r ul li .news_one_img{ display:none}
.back_news .newsd_homes .news_homes_r ul li .news_one_fonts{ float:none; width:100%; padding:2rem}
.Program_home .swiper-container .swiper-slide .back_img {
    width: 300%;
    height: auto;
    display: block;
    opacity: 1;
}
.banners_home .swiper-container .swiper-slide .back_img {
    width: initial;
    height: 100%;
    display: block;
    opacity: 1;
}
.banners_home .swiper-container .swiper-slide .banner_fonts h3 {
    padding-top: 2rem;
    padding-bottom: 40px;
    text-shadow: 0px 0px 40px #333;
    font-family: Montserrat;
    font-size: 1.2rem;
}
.banners_home .swiper-button-prev, .banners_home .swiper-container-rtl .swiper-button-next{ display:none}
.banners_home .swiper-button-next, .banners_home  .swiper-container-rtl .swiper-button-prev{ display:none}
.banners_home .swiper-container .swiper-slide .banner_fonts p {
    display: block;
    padding-bottom: 40px;
    text-shadow: 0px 0px 30px #333;
    font-weight: normal;
    font-size: 1rem;
}
.banners_home    .swiper-slide  .banner_fonts  a{ font-size:1rem}
.Program_home .swiper-button-prev, .Program_home .swiper-container-rtl .swiper-button-next{ display:none}
.Program_home .swiper-button-next, .Program_home  .swiper-container-rtl .swiper-button-prev{ display:none}
.Program_home .swiper-container .swiper-slide .banner_fonts h3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-shadow: 0px 0px 40px #333;
    font-family: Montserrat;
    font-size: 1.3rem;
}
.Program_home .swiper-container .swiper-slide .banner_fonts p {
    display: block;
    padding-bottom: 40px;
    text-shadow: 0px 0px 30px #333;
    font-weight: normal;
    font-size: 1rem;
}
.Program_home    .swiper-slide  .banner_fonts  a{ font-size:0.9rem}
.Program_home .swiper-slide .banner_fonts p span {
    position: relative;
    display: block;
}
.banners_home  .swiper-slide  .banner_fonts p span{ display:block}
}