.banner-box {
    width: 100%;
    height:500px;
    left: 0;
    top: 0;
    z-index: 10;
    min-height: 400px;
}
.banner-box .content {
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}
.banner-info {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.banner-info .title {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 700;
    font-size: 4.8rem;
    color: #FFFFFF;
}
.banner-info .breadcrumb-nav {
    width: 100%;
    height: auto;
    left: 0;
    top: 4rem;
    background: transparent;
    border: 0;
    color: #FFFFFF;
}

 .banner-info .breadcrumb-nav .nav-box {
    margin: 0;
    padding: 0
}

 .banner-info .breadcrumb-nav .nav-box, .banner-info .breadcrumb-nav .nav-box  {
    font-size: 1.2rem;
    color: #FFFFFF;
    line-height: 1.2
}

 .banner-info .breadcrumb-nav .nav-box a {
    color: #fff;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

 .banner-info .breadcrumb-nav .nav-box a:hover {
    color: #FFFFFF
}

 .banner-info .breadcrumb-nav .nav-box span {
    margin: 0 .8em;
    color: #8E8E8E
}
img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
    border: 0;
    vertical-align: top;
}
.inner-solution .content {
    margin: 0 auto;
    width:100%;
    max-width: 1600px;
    overflow: hidden;
}
.inner-solution {
    width: 100%;
    height: auto;
    position: relative;
    background: #FFFFFF;
    overflow: hidden
}

.inner-solution .solution-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.inner-solution .solution-box .solution-list {
    width: 100%;
    height: auto;
    margin: 5rem 0;
    overflow: hidden;
    margin-bottom: 5rem;
    
}

.inner-solution .solution-box .solution-list .item {
    width: 48%;
    background: #F7F7F7;
    border-radius: 2rem;
    overflow: hidden;
    margin-right: 2%;
    float: left;
    margin-bottom:5rem;
    
}

.inner-solution .solution-box .solution-list .item a {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden
}

.inner-solution .solution-box .solution-list .item  a .img {
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden
}

.inner-solution .solution-box .solution-list .item a .img .pb {
    padding-bottom: 5rem
}

.inner-solution .solution-box .solution-list .item a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.inner-solution .solution-box .solution-list .item .info {
    width: 100%;
    height: auto;
    padding: 40px 40px;
    overflow: hidden
}

.inner-solution .solution-box .solution-list .item .info .title {
    width: 100%;
    height: auto;
    font-size: 2.6rem;
    color: #000000
}

.inner-solution .solution-box .solution-list .item .info .more {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.inner-solution .solution-box .solution-list .item .info .more span {
    font-size: 1.2rem;
    color: #222222
}

.inner-solution .solution-box .solution-list .item .info .more i {
    width: 7px;
    height: 10px;
    font-size: 0;
    margin-left: 10px;
    color: #222222;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}


.inner-solution .solution-box .solution-list .item::after {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
    background: #3d8a38;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-solution .solution-box .solution-list .item:hover .img img {
    transform: scale(1.05)
}

.inner-solution .solution-box .solution-list .item:hover .info .title {
    color: #3d8a38
}

.inner-solution .solution-box .solution-list .item:hover .info .more span,.inner-solution .solution-box .solution-list .item:hover .info .more i {
    color: #3d8a38
}

.inner-solution .solution-box .solution-list .item:hover::after {
    width: 100%
}

.inner-solution .solution-box .public-pager {
    margin-top: var(--spacing-70)
}

@media (max-width: 1280px) {
    .inner-solution .solution-box {
        padding:40px 0 50px
    }
}

@media (max-width: 768px) {
    .banner-info .breadcrumb-nav {
    width: 90%;
    height: auto;
    left: 10%;
    top: 4rem;
    background: transparent;
    border: 0;
    color: #FFFFFF;
    
}
    .banner-info .title {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    color: #FFFFFF;
    margin-top: 30px;
}
    .inner-solution .solution-box .solution-list {
        display:block;
        width:90%;
        margin: 0px auto;
        padding:0px 20px;
    }

    .inner-solution .solution-box .solution-list .item .item {
        margin-top: 20px
    }
     .inner-solution .solution-box .solution-list .item {
        width:100%;
      }
      .inner-solution .solution-box .solution-list .item .info .title {
      margin: 0;
      font-size: 1.2rem;
    }
    .inner-solution .solution-box .solution-list .item .info .more span {
    font-size: 1rem;
    color: #222222;
}
}
 h3 {
    font-weight: 700;
}
  .inner-solution-about {
	width:100%;
	height:auto;
	margin: 5rem 0rem;
	overflow:hidden;
	margin-bottom: 0rem;
}
.inner-solution-about .container {
	z-index:5
}
.inner-solution-about .solution-images {
	width:100%;
	height:100vh;
	max-height:800px;
	position:relative;
	z-index:1;
	overflow:hidden
}
.e_container-2 {
    position: absolute;
    left: 38.333%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.e_container-2 > .p_item {
    max-width: 50%;
}
.e_text-3 {
    line-height: 1;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
}
.e_richText-5{
    color: #fff;
   font-size: 1.2rem;
   line-height: 2;
}
.e_text-6 {
    width: 180px;
    margin-top: 5vw;
    line-height: 40px;
    background: #fff;
    color: var(--yx_Color);
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
}
@media screen and (max-width: 980px) {
    .product-detail-feature-item .shtitle-1 {
	color:#333;
	margin-top:5%;
	font-weight:bold;
	font-size: 2rem;
	line-height: 2.2;
}
    .product-detail-feature-item .shtext-1 {
	color:#666666;
	margin-top:2%;
	font-size: 1rem;
	line-height: 1.6;
}

  .e_container-2 {
    position: absolute;
   left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
       width:90%;
}
.e_container-2 > .p_item {
    max-width: 100%;
}
.e_text-3 {
    line-height: 1;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
}
.e_line-4 {
    width: 60px;
    height: 4px;
    transition: all ease 2s .9s;
    margin: 1.5vw 0 3vw;
    border: none;
    background: #fff;
}
hr {
    box-sizing: content-box;
    height: 0;
}
.e_richText-5 {
    color: #fff;
    line-height: 2;
    font-size: 1.2rem;
}
.clearfix {
}
.e_text-6 {
    width: 180px;
    margin-top: 5vw;
    line-height: 40px;
    background: #fff;
    color: var(--yx_Color);
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
}
.font42 {
    font-size: 2.2rem;
}
.font42 {
    font-size
}
.fnt_48 {
    font-size: 48px;
}
.e_line-4 {
    width: 60px;
    height: 4px;
    transition: all ease 2s .9s;
    margin: 1.5vw 0 3vw;
    border: none;
    background: #fff;
}
hr {
    box-sizing: content-box;
    height: 0;
}
.e_richText-5 {
    color: #fff;
    line-height: 2;
    font-size: 1.2rem;
}
.clearfix {
}
.e_text-6 {
    width: 180px;
    margin-top: 5vw;
    line-height: 40px;
    background: #fff;
    color: var(--yx_Color);
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
}
.product-detail-feature {
	padding:2% 0 0 0;
	overflow:hidden;
	background:#f5f5f5;
}
.product-detail-feature-title {
	text-align:center;
}
.product-detail-feature-title .shtitle-2 {
	font-weight:900;
}
.product-detail-feature-title .shentitle-2 {
	color:#999;
}
.product-detail-feature-list {
	margin:3% auto;
	max-width:1600px;
	width:100%
}
.product-detail-feature-item {
	float:left;
	width:48%;
	overflow:hidden;
	margin-bottom:3%;
	margin-right:2%;
}
.product-detail-feature-item.mr0 {
	margin-right:0;
}

.product-detail-feature-item a {
	display:block;
	position:relative;
	background:#fff;
	border-radius: 2rem;
}
.product-detail-feature-item a:hover .shicon-2 {
	opacity:1;
	mix-blend-mode:color;
}
.product-detail-feature-item a:hover .featurebg,.product-detail-feature-item a:hover .shicon-3 {
	opacity:1;
}
.product-detail-feature-item a:hover .text,.product-detail-feature-item a:hover .shtitle-1 {
	color:#333;
}
.product-detail-feature-item .pic {
	position:relative;
	height:385px;
}
.product-detail-feature-item .featurebg {
	opacity:0;
}
.product-detail-feature-item .shicon-2 {
	position:absolute;
	right:0;
	bottom:0;
	width:45%;
	z-index:1;
}
.product-detail-feature-item .shicon-3 {
	position:absolute;
	right:0;
	bottom:0;
	width:45%;
	z-index:2;
	opacity:0;
}
.product-detail-feature-item .text {
	position:absolute;
	left:0%;
	top:45%;
	width:100%;
	text-align: center;
	z-index:11;
	color:#333333;
	transform:translateY(-50%);
}
.product-detail-feature-item .shicon-1 {
	width:10rem;
	height:10rem;
	margin: 0px auto;
	text-align: center;
}
.product-detail-feature-item .shtitle-1 {
	color:#333;
	margin-top:5%;
	font-weight:bold;
	font-size: 2.2rem;
}
.product-detail-feature-item .shtext-1 {
	color:#666666;
	margin-top:2%;
}
.font42 {
	font-size:4.2rem;
}
.font32 {
	font-size:3.2rem;
}
.font18 {
	font-size:1.2rem;
}
.facp{
    margin: 1rem auto;
    max-width: 1600px;
    width: 100%;
    overflow: hidden;
}
.cplist a .img img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
    vertical-align: top;
   display: inline-block;
}
.cplist {
    width: 31%;
    float:left;
    border-radius: 2rem;
    background: #F7f7f7 ;
    margin-right: 2%;
}
.cplist a {
    width: 100%;
    height: 100%;
}
.cplist a .img {
    width: 100%;
    height: auto;
}
.cplist .img .pb {
    padding-bottom: 60%;
}
.cplist .pb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.cplist a .info {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 var(--spacing-30) var(--spacing-60);
    overflow: hidden;
}
.cplist a .info .title {
	width:100%;
	height:auto;
	font-weight:500;
	font-size:2rem;
	color:#222222;
	line-height:4;
	-webkit-transition:all .35s ease;
	-o-transition:all .35s ease;
	transition:all .35s ease;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.cplist a .info .details {
	width:100%;
	height:auto;
	max-height:calc(2em * 1.625);
	font-size:1.4rem;
	color:#999999;
	line-height:1.625;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.cplist  a .info .more {
	width:100%;
	height:auto;
	margin-top:var(--spacing-20);
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center
}
.cplist  a .info .more span {
	font-size:1.2rem;
	color:#222222;
	line-height: 3;
	margin-bottom: 2rem;
}
.product-detail-section-content{
    width:100%;
    margin: 0px auto;
    overflow: hidden;
}
/* 服务3  */
.cloud-product-box {
	background:#f7f7f7；
	 width: 100%;
    max-width: 1600px;
    margin: 2rem auto;
    position: relative;
}
.cloud-product-wrapper {
	margin:0 auto;
	width:1600px
}
.cloud-product {
	position:relative;
	z-index:9;
	padding:110px 0 80px
}
.cloud-product-title {
	height:32px;
	text-align:center;
	line-height:32px;
	font-size:32px;
	color:#333
}
.color-blue {
	color:#009fd9
}
.cloud-product-explain {
	margin-top:26px;
	margin-bottom:82px;
	height:16px;
	line-height:16px;
	text-align:center;
	font-size:16px;
	color:#999
}
.cloud-product-ul {
	width:100%
}
.cloud-product-ul li {
	position:relative;
	margin-left:12px;
	width:312px;
	height:522px;
	float:left;
	background:#f7f7f7
}
.cloud-product-ul li:first-child {
	margin-left:0
}
.cloud-product-single-top {
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#f7f7f7
}
.cloud-product-name {
	font-size:18px;
	color:#333;
	font-weight:700
}
.cloud-product-single-bottom {
	width:100%;
	height:340px
}
.empty-space {
	width:100%;
	height:99px;
	padding:26px 0 0 0;
}
.single-bottom-item {
	height:340px;
	width:100%
}
.single-bottom-item:first-child {
	border-right:1px solid #eee
}
.bg-product-pic {
	width:100%;
	height:82px
}
.server-header-01 {
	background:#f7f7f7 
}
.server-header-02 {
	background:#f7f7f7 
}
.server-header-03 {
	background:#f7f7f7 
}
.server-header-04 {
	background:#f7f7f7
}

.server-header-active-01 {
	background:url(../image/product_header_active_icon_01.png) center no-repeat
}
.server-header-active-02 {
	background:url(../image/product_header_active_icon_02.png) center no-repeat
}
.server-header-active-03 {
	background:url(../image/product_header_active_icon_03.png) center no-repeat
}
.server-header-active-04 {
	background:url(../image/product_header_active_icon_04.png) center no-repeat
}

.product-introduce-title {
	margin-bottom:14px;
	height:22px;
	line-height:22px;
	font-size:22px;
	text-align:center
}
.product-introduce-title.normal-weight {
	font-weight:400
}
.product-introduce-content {
	margin:0 auto 26px;
	width:180px;
	line-height:14px;
	font-size:14px;
	text-align:center;
	color:#999
}
.product-introduce-list {
	margin:0 auto;
	padding-top:28px;
	height:135px;
	width:84%;
	border:1px solid #f1f1f1;
	border-left:none;
	border-right:none
}
.introduce-list-small {
	margin-bottom:18px;
	line-height:14px;
	font-size:14px;
	color:#999;
	text-align:center
}
.product-introduce-price {
	margin:48px auto 0;
	font-size:14px;
	text-align:center;
	color:#333
}
.price-blue {
	color:#0af;
	font-size:38px
}
.normal-inner {
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s
}
.active-inner {
	position:relative;
	display:none;
	height:100%;
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s
}
.introduce-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:360px
}
.active-inner-01 {
	background:url(../image/producet_bg_01.jpg) center no-repeat
}
.active-inner-02 {
	background:url(../image/producet_bg_02.jpg) center no-repeat
}
.active-inner-03 {
	background:url(../image/producet_bg_03.jpg) center no-repeat
}
.active-inner-04 {
	background:url(../image/producet_bg_04.jpg) center no-repeat
}
.active-inner-05 {
	background:url(../image/producet_bg_05.jpg) center no-repeat
}
.cloud-product-ul li.active .active-inner {
	display:block;
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
.cloud-product-ul li.active .normal-inner {
	display:none;
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0
}
.cloud-product-ul li {
	-webkit-box-shadow:1px 1px 12px rgba(0,0,0,.08);
	-moz-box-shadow:1px 1px 12px rgba(0,0,0,.08);
	box-shadow:1px 1px 12px rgba(0,0,0,.08);
	-webkit-transition:width .15s linear;
	-o-transition:width .15s linear;
	-moz-transition:width .15s linear;
	transition:width .15s linear
}
.cloud-product-ul li.active {
	z-index:9;
	width:304px;
	-webkit-box-shadow:0 4px 20px rgba(0,0,0,.2);
	-moz-box-shadow:0 4px 20px rgba(0,0,0,.2);
	box-shadow:0 4px 20px rgba(0,0,0,.2)
}
.active .product-introduce-content {
	color:#eff6ff
}
.active-product-introduce-title {
	color:#fff
}
.active .product-introduce-list {
	padding-top:22px;
	border-color:#3f9ff9
}
.introduce-list-large {
	margin:0 auto;
	width:228px;
	line-height:22px;
	color:#ddebff;
	font-size:14px
}
.warper {
	max-width:1300px;
	margin:0 auto;
}
.fl {
	float:left
}
.fr {
	float:right
}
.warper .clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.warper .clearfix:before,.clearfix:after {
	content:" ";
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.warper .clearfix:after {
	clear:both;
}
.warper .clearfix {
	*zoom:1;
}
.pr {
	position:relative;
}
.warper {
	max-width:1600px;
	margin:0 auto;
}
.about-main2 {
	height:890px;
	width:100%;
	overflow:hidden;
}
.about-main2 .licheng-bg {
	background-color:rgba(255,255,255,.8);
	width:100%;
	height:100%;
	position:relative;
}
.about-main2 .licheng-bg .warper {
	height:100%;
}
.about-main2 .licheng-bg img {
	height:518px;
	position:absolute;
	bottom:0px;
	left:0;
}
.about-main2 .ny-title {
	padding-top:80px;
	text-align:center
}
.ny-title .title-ch {
	text-transform:uppercase;
	font-size:42px;
	line-height:60px;
	margin:8px 0 20px 0;
	color:#1a1a1a;
	text-align:center;
}
.ny-title i {
	display:block;
	width:42px;
	height:4px;
	content:'';
	margin:18px auto;
	background:#3d8a38;
}
.about-main2 .licheng-content {
	position:absolute;
	width:100%;
	height:100%;
}
.about-main2 .licheng-content .swiper-wrapper,.about-main2 .licheng-content .swiper-slide,.about-main2 .licheng-content ul {
	width:100%;
	height:100%;
}
.about-main2 .licheng-content ul li {
	width:25%;
	float:left;
	height:100%;
	display:block;
}
.about-main2 .licheng-content ul li a {
	display:block;
	width:100%;
	position:relative;
	height:320px
}
.about-main2 .licheng-content ul li .date {
	color:#3d8a38;
	font-size:30px;
}
.about-main2 .licheng-content ul li.item1 .line,.about-main2 .licheng-content ul li.item3 .line,.about-main2 .licheng-content ul li.item5 .line {
	margin-bottom:30px;
}
.about-main2 .licheng-content ul li.item2 .line,.about-main2 .licheng-content ul li.item4 .line {
	margin-top:30px;
}
.about-main2 .licheng-content ul li.item1 .line:after,.about-main2 .licheng-content ul li.item3 .line:after,.about-main2 .licheng-content ul li.item5 .line:after {
	width:25px;
	height:25px;
	background-color:rgba(61,138,56,0.8);
	display:block;
	content:"";
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
	position:absolute;
}
.about-main2 .licheng-content ul li.item2 .line:before,.about-main2 .licheng-content ul li.item4 .line:before {
	width:25px;
	height:25px;
	background-color:rgba(61,138,56,0.8);
	display:block;
	content:"";
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
	position:absolute;
}
.about-main2 .licheng-content ul li .lc-left {
	position:absolute;
}
.about-main2 .licheng-content ul li .line {
	height:250px;
	width:1px;
	display:block;
	background-color:#3d8a38;
	position:relative;
	left:30px;
}
.about-main2 .licheng-content ul li .lc-right {
	position:absolute;
	left:30px;
	width:300px;
	height:100%;
	display:table;
}
.about-main2 .licheng-content ul li.item5 .lc-right {
	width:300px;
}
.about-main2 .licheng-content ul li.item2 .lc-right,.about-main2 .licheng-content ul li.item4 .lc-right {
	width:300px;
}
.about-main2 .licheng-content ul li .lc-right .right-text {
	padding:20px;
	display:table-cell;
	vertical-align:middle;
}
.about-main2 .licheng-content ul li.item1 a {
	top:75px;
}
.about-main2 .licheng-content ul li.item1 .lc-left .line:after {
	bottom:-25px;
	left:-11px;
}
.about-main2 .licheng-content ul li.item1 .lc-right {
	bottom:68px;
}
.about-main2 .licheng-content ul li.item2 a {
	top:250px;
}
.about-main2 .licheng-content ul li.item2 .lc-left .line:before {
	top:-25px;
	left:-11px;
}
.about-main2 .licheng-content ul li.item2 .lc-right {
	top:80px;
}
.about-main2 .licheng-content ul li.item3 a {
	top:100px;
}
.about-main2 .licheng-content ul li.item3 .lc-left .line:after {
	bottom:-25px;
	left:-11px;
}
.about-main2 .licheng-content ul li.item3 .lc-right {
	bottom:100px;
}
.about-main2 .licheng-content ul li.item4 a {
	top:293px;
}
.about-main2 .licheng-content ul li.item4 .lc-left .line:before {
	top:-25px;
	left:-11px;
}
.about-main2 .licheng-content ul li.item4 .lc-right {
	top:70px;
}
.about-main2 .licheng-content ul li.item5 a {
    top: 210px;
}
}
.about-main2 .licheng-content ul li.item5 .lc-left .line:after {
	bottom:-25px;
	left:-11px;
}
.about-main2 .licheng-content ul li.item5 .lc-right {
	bottom:100px;
}
.about-main2 .licheng-content .right-text h3 {
	font-size:16px;
	margin-bottom:10px;
}
.about-main2 .licheng-content .right-text p {
	font-size:16px;
}
.content1 {
	width:100%;
	margin:0px auto;
	max-width: 1600px;
}
.tit {
	font-size:32px;
	text-align:center;
	margin:5px 0;
	line-height:60px;
}
.chi {
	color:#333;
}
.eng {
	text-transform:uppercase;
	font-size:16px;
	line-height:30px;
	color:#535353;
}
.edge1-content>h2:after {
    display: block;
    width: 68px;
    height: 4px;
    content: '';
    margin: 18px auto;
    background: #3d8a38;
}
.gsjs {
	width:550px;
	margin-left:660px;
	padding-top:70px;
}
.gsjs p {
	line-height:35px;
}
.edge1 {
    padding: 0px 0;
    line-height: 1.75;
    color: #333;
    background-size: cover;
}
.abou {
	font-size:36px;
	color:#3da83e;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	margin-bottom:25px;
	opacity:0.5;
	font-style:italic;
}
.gsys {
	text-align:right;
	color:#333;
	font-weight:bold;
	font-size:20px;
}
.ct_main{
    width: 100%;
    background: #fff;
    padding: 30px 0;
}
.ct_nav {
	overflow:hidden;
	border-bottom:1px solid #f7f7f7;
	width:100%;
	max-width: 1600px;
	margin: 0px auto;
	text-align: center;
}
.ct_nav.on {
	position:fixed;
	top:76px;
	background:#fff;
	z-index:999;
	width:100%;
	max-width: 1600px;
	margin: 0px auto;
	text-align: center;
	overflow:hidden;
}
.ct_nav li {
	float:left;
	font-size:16px;
	color:#2b2b2b;
	line-height:72px;
	height:72px;
	position:relative;
	margin-right:60px;
	cursor:pointer;
}
.ct_nav li.on {
	color:#3d8a38;
	font-weight:bold;
	
}
.ct_nav li.on::after {
	content:'';
	position:absolute;
	width:100%;
	height:4px;
	background:#3d8a38;
	border-radius:30px;
	bottom:0;
	left:0;
}

.intr_box {
    margin-top: 30px;
}

.about {
	padding:35px 0;
	
}
.about .wabout {
	width:1600px;
	margin:0 auto;
	padding: 0 0px;
}
.about .txtabout {
	width:100%;
}
.about .txtabout .titabout {
	height:60px;
	line-height:57px;
	border-bottom:1px solid #3d8a38;
}
.about .txtabout .titabout h3 {
	display:inline-block;
	color:#333;
	font-size:30px;
	border-bottom:6px solid #3d8a38;
}
.about .txtabout .titabout span {
	color:#666;
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
}
.about .txtabout .conabout {
	color:#666;
	font-size:14px;
	line-height:36px;
	text-align:justify;
	padding-top:40px;
}
.about .imgabout {
	width:500px;
	height:500px;
	overflow:hidden;
	transition:all 1s;
}
.about .imgabout img {
	width:100%;
	height:100%;
	display:block;
	transition:all 1s;
}
.about .imgabout:hover img {
	transform:scale(1.1);
}
.about .ysabout {
	position:absolute;
	left:10%;
	top:110%;
	bottom:0px;
	width:798px;
	height:138px;
	background:#fff;
	border:1px solid #d6d6d6;
	box-shadow:0 0 13px rgba(0,0,0,0.1);
}
.about .ysabout li {
	float:left;
	width:33.33%;
	text-align:center;
	padding:30px 0;
}
.about .ysabout li h2 {
	position:relative;
	display:inline-block;
}
.about .ysabout li h2 b {
	position:relative;
	color:#666;
	font-size:36px;
}
.about .ysabout li h2 i {
	position:absolute;
	top:-10px;
	right:-18px;
	font-size:14px;
	font-weight:300;
}
.about .ysabout li span {
	display:block;
	color:#666;
	font-size:16px;
	font-weight:300;
	line-height:30px;
}
.fr {
    float: right;
}
.fl {
    float: left;
}

.case_js {
    width:100%;
    margin-top: 25px;
    overflow: hidden;
}
.about .txtabout .conabout em {
    color: #90c31e;
    font: 32px "Microsoft YaHei";
    font-style: normal;
    font-weight: 700;
}
.about .txtabout .conabout span {
    display: block;
    font: 24px "Microsoft YaHei";
    color: #333;
    padding-top: 5px;
    position: relative;
    padding-bottom: 18px;
    font-weight: bold;
}
 p {
    line-height: 30px;
    font-size: 16px;
    color: #444;
    padding: 10px 0px;
}
.example1-item {
    float: left;
    width: .156%;
    padding: 12px;
    margin-top: 20px;
}
.example1-item>h3 {
    display: block;
    width: 80%;
    margin-top: 8px;
    font-size: 16px;
    text-align: center;
}
.absolute {
    width: 100%;
    margin: 50px 0;
    text-align: center;
    margin-bottom: 50px;
}
 .absolute .item3 {
	margin-top:50px ;
}
 .absolute .item3 .item {
	display:inline-block;
	vertical-align:top;
	width:25%;
	position:relative;
	padding:30px 0;
}
 .absolute .item3 .item::after {
	content:'';
	display:block;
	position:absolute;
	width:1px;
	height:100%;
	background:#d9dbdb;
	top:0;
	right:0;
}
 .absolute .item3 .item:last-child::after {
	display:none;
}
 .absolute .item3 .item i {
	display:inline-block;
}
 .absolute .item3 .item h3 {
	font-size:28px;
	color:#1a1a1a;
	margin:20px 0;
}
 .absolute .item3 .item h5 {
	width:80%;
	font-size:16px;
	line-height:28px;
	opacity:.6;
	font-weight:normal;
	color:#1a1a1a;
	margin:0 auto;
	min-height:100px;
	text-align: left;
}
 .img img {
	display:block;
	width:100%;
}
.title-style {
    overflow: hidden;
}
.title-style h2{
    text-transform: uppercase;
    font-size: 42px;
    line-height: 60px;
    margin: 8px 0 20px 0;
    color: #1a1a1a;
    text-align: center;
    
}
.title-style h5 {
	color:999999;
	font-size:16px;
}
.title-style h2:after {
	display:block;
	width:68px;
	height:4px;
	content:'';
	margin:18px auto;
	background:#3d8a38;
}
.example1-content>h2:after {
	display:block;
	width:68px;
	height:4px;
	content:'';
	margin:18px auto;
	background:#3d8a38;
}
.abone {
    padding: 3rem 0rem;
}
.cer8 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}
.abt {
    width: 100%;
    position: relative;
}
.ani.find, .ani.tfind {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.abtpicbg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 60px;
}
.abtpicbg {
  width: 50%;
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 9999;
  text-align: center;
}
.abtpicbg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 60px;
}
.abtother {
  width: 40%;
  float: left;
  position: relative;
  z-index: 1;
}
.abcate1 .en {
  font-size: 42px;
  color: #255ba9;
  line-height: 50px;
  font-family: 'helvetica';
  font-weight: bold;
}
.abcate1 .en span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#94c620), to(#287d22));
  background-image: linear-gradient(to right, #94c620, #287d22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.abcate1 .cn {
  font-size: 32px;
  color: #333;
  line-height: 42px;
  font-weight: bold;
  margin-top: 10px;
}
.abtother .abtcon {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  margin-top: 56px;
  overflow: auto;
}
.abtother .abtcon img {
  display: none;
}
@media screen and (max-width: 1400px) {
  .abtother {
    width: 46%;
  }
  .abtother .abtcon {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .abtpicbg {
    position: relative;
    width: 100%;
    height: auto;
  }
  .abtpicbg img {
    width: auto;
    max-width: 100%;
    border-radius: 0 40px;
  }
  .abtother {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
  .abcate1 {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .abone {
    padding: 100px 0;
  }
  .abcate1 .en {
    font-size: 36px;
  }
  .abcate1 .cn {
    font-size: 26px;
  }
}
.cultrue {
    padding: 2.75rem 0 0rem;
}
.cultrue .wrap .top-li {
    width: 48%;
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 2rem;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}
.cultrue .wrap .top-li img {
    width: 100%;
}
.cultrue .wrap .top-li .pos-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.cultrue .wrap .top-li .pos-cont .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
}
.cultrue .wrap .top-li .pos-cont .icon div {
    width: 0.9rem;
    margin-right: 0.3rem;
}
.cultrue .wrap .top-li .pos-cont .icon p {
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 1;
}
.cultrue .wrap .top-li .pos-cont .intro  p{
    color: #FFFFFF;
    line-height: 2;
    text-align: center;
}
img {
    display: block;
    max-width: 100%;
}
.tit-18 {
    line-height: 1.8;
    font-size: 18px;
}
.show-content {
	float:left;
	width:100%;
}
.show-content>div {
	margin-left:-28px;
}
.show-content>div>h4 {
	font-size:38px;
	line-height:1;
	color:#989898;
}
.show-content>div>h3 {
	font-size:28px;
}
.show-content>div>h2 {
	font-size:32px;
	margin-top:58px;
}
.show-content>div>h2>b {
	margin-right:8px;
	color:#3d8a38;
}
.show-content>div>h1 {
	font-size:26px;
	margin-top:8px;
	font-weight:normal;
}
.show-content>div>aside {
	font-size:15px;
	margin-top:18px;
	padding-top:18px;
	border-top:1px solid #e8e8e8;
	color:#686868;
}
.show-content>div>aside>p+p {
	margin-top:8px;
}
.show-contact {
	margin-top:68px;
}
.show-contact>p {
	font-size:16px;
	margin-bottom:8px;
}
.show-contact>a {
	display:inline-block;
	position:relative;
	color:#fff;
	border-radius:40px;
	overflow:hidden;
	border:2px solid #3d8a38;
	background:#3d8a38;
}
.show-contact>a:after {
	position:absolute;
	left:100%;
	top:100%;
	content:'';
	width:0;
	height:0;
	border-radius:50%;
	transition:0.6s;
	transform:translate(-50%,-50%);
	background:#fff;
}
.show-contact>a>i {
	float:left;
	position:relative;
	z-index:2;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	transition:0.6s;
	font-size:18px;
	margin:2px;
	border-radius:40px;
	background:#fff;
	color:#3d8a38;
}
.show-contact>a>u {
	float:left;
	position:relative;
	z-index:1;
	font-size:16px;
	text-decoration:none;
	line-height:40px;
	height:40px;
	padding:0 28px 0 16px;
}
.show-contact>a:hover {
	color:#3d8a38;
}
.show-contact>a:hover>i {
	color:#fff;
	animation:szu 2s infinite;
	background:#3d8a38;
}
.show-contact>a:hover:after {
	width:300px;
	height:300px;
}
@media(max-width:1200px) {
	.show {
	padding:38px 0;
}
.show-image {
	padding-right:140px;
}
.show-content>div {
	margin-left:-78px;
}
}@media(max-width:992px) {
	.show:before {
	display:none;
}
.show-image {
	position:relative;
	top:auto;
	bottom:auto;
	width:auto;
	padding-right:0;
}
.show-content {
	float:none;
	width:auto;
	margin-top:18px;
}
.show-content>div {
	margin-left:0;
}
.show-content>div>h2 {
	margin-top:28px;
}
.show-contact {
	margin-top:28px;
}
}@media(max-width:767px) {
	.show {
	padding:18px 0;
}
.show-content>div>h4 {
	font-size:26px;
}
.show-content>div>h3 {
	font-size:22px;
}
.show-content>div>h2 {
	font-size:24px;
}
.show-content>div>h1 {
	font-size:20px;
	margin-top:4px;
}
.show-content>div>aside {
	font-size:14px;
	margin-top:12px;
	padding-top:12px;
}
.show-contact>p {
	font-size:15px;
}
}
/* 企业理念 */
.qyln a .img img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
    vertical-align: top;
    display: inline-block;
}
.qyln {
    width: 23%;
    float:left;
    border-radius: 2rem;
    background: #F7f7f7 ;
    margin-right: 2%;
}
.qyln  a {
    width: 100%;
    text-align: center;
    margin: 3rem auto;
}
.qyln  a .img {
    width: 100%;
}
.qyln .img .pb {
    padding-bottom: 10px;
}
.qyln .pb {
    width: 200px;
    height: auto;
    text-align: center;
    margin: 3rem auto;
    padding-bottom: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.qyln a .info {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 var(--spacing-30) var(--spacing-60);
    overflow: hidden;
}
.qyln  a .info .title {
	width:100%;
	height:auto;
	font-weight:500;
	font-size:2rem;
	color:#222222;
	line-height:2;
	-webkit-transition:all .35s ease;
	-o-transition:all .35s ease;
	transition:all .35s ease;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.qyln a .info .details {
	width:100%;
	height:auto;
	max-height:calc(2em * 1.625);
	font-size:1.4rem;
	color:#999999;
	line-height:1.625;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.qyln  a .info .more {
	width:100%;
	height:auto;
	margin-top:var(--spacing-20);
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center
}
.qyln  a .info .more span {
	font-size:1.2rem;
	color:#222222;
	line-height: 3;
	margin-bottom: 2rem;
}
.qyln a .img img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
    vertical-align: top;
    display: inline-block;
}
/* 荣誉资质 */
.honor{padding:58px 0; overflow:hidden; position:relative; background:#fff; overflow:hidden;}
.honor-title{font-size:28px;}
.honor-title>h4{display:block; font-size:38px; line-height:1; color:#989898;}
.honor-title>h3{display:block; font-size:28px;}
.honor-title:after{display:block; width:48px; height:4px; content:''; margin-top:4px; background:#3d8a38;}
.honor-outer{width:10000%;}
.honor-outer:after{display:block; content:''; clear:both;}
.honor-item{float:left; width:0.17%; padding:18px;border:none;height:380px}
.honor-item span{display:block; padding:1px; width:auto;  box-align:center;height:298px}
.honor-item span>img{display:block; max-width:100%; max-height:100%;}
.honor-item p{display:block; padding:15px 0px; width:215px;font-size:16px;line-height:28px; text-align:center}
@media(max-width:980px){
.honor{padding:18px 0;width:100%;}
.honor-title>h4{font-size:26px;}
.honor-title>h3{font-size:22px;}
.honor-outer {
    width: 100%;overflow: hidden;display:flex;
}
.honor-item{width:48%;height:auto;justify-content:column}
.honor-item span{width:100%;height: auto;float:left;}
}
/*  发展历程2*/
.fr {
    float: right;
}
.flexCS {
    justify-content: flex-start;
}
.history {
    padding: 92px 0;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.year-content {
    width: 1500px;
    position: relative;
}

.history_cr {
    width: 88px;
    line-height: 28px;
    text-align: right;
    position: relative;
}

.history_cr:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 200px;
    left: 1px;
    top: 7px;
    background: #e3e3e3;
}

.history_cr li {
    height: 28px;
    margin-bottom: 10px;
    position: relative;
}

.history_cr li.active,.history_cr li:hover {
    color: #3d8a38;
    cursor: pointer
}

.history_cr li.active:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 21px;
    left: 0;
    top: 7px;
    background: #3d8a38;
}

.history_cls {
    width: 1402px;
    display: flex;
    justify-content: space-between;
}

.history_cp {
    width:99%;
    display: flex;
    justify-content: space-between;
}

.history_cp  img {
    width: 561px;
    height: 240px;
    display: block;
    overflow: hidden;
    float: left;
    border-radius: 2rem;
}

.history_cp span {
    display: block;
    float: left;
    font-size: 60px;
    line-height: 60px;
    margin: 100px 40px;
}
.history_cp p{
    display: block;
    float: left;
    font-size: 20px;
    line-height: 60px;
    padding:100px 40px 20px 0px;
}
.history_cqh {
    width:1405px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.history_cw.overtext {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}

.history_cw {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.history_cw ul {
    clear: both;
    overflow: hidden;
}

.history_cw li {
    display: block;
    line-height: 32px;
}

.history_cw li span {
    width: 128px;
    display: inline-block;
}

.history_cw:before {
    content: "";
    left: 0;
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
    z-index: 9;
}

.history_cw.active:before {
    background: none;
}

.overtext.active {
    height: auto;
}

.btn-loadmore {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #7f7e7e;
    margin-top: 35px;
    margin-top: 0;
}

.btn-loadmore span {
    display: inline-block;
    background: url(/Skins/DefaultNews/neiye/ico08.gif) no-repeat right center;
    padding-right: 24px;
    color: #3c424e;
}

.btn-loadmore:last-child span {
    background: url(/Skins/DefaultNews/neiye/ico09.gif) no-repeat right center;
}

.btn-loadmore.active {
    display: none;
}

.history_c1 {
    width: auto;
    opacity: 0.1;
    display: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}

.history_c1.active {
    opacity: 1;
    display: block
}
@media screen and (max-width: 980px) {
    .title-style h2 {
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 60px;
    margin: 8px 0 20px 0;
    color: #1a1a1a;
    text-align: center;
}
.ct_nav.on {
    display: none;
    width:19%;
    position: fixed;
    top: 76px;
    background: #fff;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    padding: 0 160px;
}
.ct_nav li {
    width:19%;
    float: left;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 72px;
    height: 72px;
    position: relative;
    margin-right: 1%;
    cursor: pointer;
}
.qyln {
    width: 100%;
    float: left;
    border-radius: 2rem;
    background: #F7f7f7;
    margin-right: 2%;
    margin-bottom: 2rem;
}
.about-main2 {
    display:none;
}
.qyjg {
    width: 100%;
    float: left;
    border-radius: 2rem;
    background: #F7f7f7;
    margin-right: 2%;
    margin-bottom: 2rem;
}
.qyjg img{
    width:100%;
}
}
/* 发展历程3 */
.cate4 .cn {
    font-size: 42px;
    color: #000;
    line-height: 60px;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
}
.ffazhan {
  padding: 144px 0;
  background: #ffffff url('../images/fazhanbg.jpg') bottom / cover no-repeat;
}
.fazhan {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: 100px auto 0;
  max-width: 1536px;
  padding: 0 96px;
}
.fazhan .swiper-container {
  height: 360px;
}
.fazhan .swiper-slide {
  width: 342px;
}
.fazhan .swiper-slide a {
  display: block;
  height: 100%;
  font-size: 0;
  cursor: pointer;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.fazhan .swiper-slide a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 35px;
  z-index: 0;
  width: 5px;
  height: 270px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39700), to(rgba(243, 151, 0, 0)));
  background-image: linear-gradient(to bottom, #f39700, rgba(243, 151, 0, 0));
}
.fazhan .swiper-slide a.i1 {
  padding-top: 114px;
}
.fazhan .swiper-slide a.i1:before {
  top: 149px;
  height: 215px;
}
.fazhan .swiper-slide a.i2 {
  padding-top: 0;
}
.fazhan .swiper-slide a.i2:before {
  top: 35px;
  height: 270px;
}
.fazhan .swiper-slide a.i3 {
  padding-top: 38px;
}
.fazhan .swiper-slide a.i3:before {
  top: 73px;
  height: 144px;
}
.fazhan .swiper-slide a.i4 {
  padding-top: 44px;
}
.fazhan .swiper-slide a.i4:before {
  top: 79px;
  height: 266px;
}
.fazhan .swiper-slide i {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  width: 25px;
  height: 25px;
  -webkit-transition: 1s;
  transition: 1s;
  background: url('../images/quan.png') center no-repeat;
}
.fazhan .swiper-slide:hover i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.fazhan .swiper-slide a.i1 i {
  top: 124px;
}
.fazhan .swiper-slide a.i2 i {
  top: 10px;
}
.fazhan .swiper-slide a.i3 i {
  top: 48px;
}
.fazhan .swiper-slide a.i4 i {
  top: 54px;
}
.fazhan .swiper-slide .year {
  height: 42px;
  font-size: 30px;
  color: #f39700;
  line-height: 42px;
  position: relative;
  font-family: "avian";
  margin-bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fazhan .swiper-slide dl {
  width: 240px;
  overflow: auto;
}
.fazhan .swiper-slide dd {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  white-space: normal;
}
.fazhan .swiper-slide-active .year {
  font-size: 36px;
  text-indent: 10px;
  font-weight: bold;
}
.fazhan .swiper-slide a.i1 dl {
  max-height: 196px;
}
.fazhan .swiper-slide a.i2 dl {
  max-height: 288px;
}
.fazhan .swiper-slide a.i3 dl {
  max-height: 256px;
}
.fazhan .swiper-slide a.i4 dl {
  max-height: 256px;
}
.fazhan .sw-next,
.fazhan .sw-prev {
  position: absolute;
  top: 108px;
  width: 32px;
  height: 52px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #f39700;
}
.fazhan .sw-prev {
  left: 16px;
  background: transparent url('../images/lt-fz.png') center no-repeat;
}
.fazhan .sw-next {
  right: 16px;
  background: transparent url('../images/gt-fz.png') center no-repeat;
}
.fazhan .sw-prev:hover {
  background-image: url('../images/lth-fz.png');
  background-color: #f39700;
}
.fazhan .sw-next:hover {
  background-image: url('../images/gth-fz.png');
  background-color: #f39700;
}
.yaowan {
  position: relative;
  margin: 40px auto 0;
  height: 58px;
  padding-bottom: 10px;
  z-index: 3;
  overflow: hidden;
}
.yaowan .swiper-container {
  height: 100%;
}
.yaowan .swiper-slide {
  width: 362px;
  height: 100%;
  text-align: center;
  position: relative;
}
.yaowan .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: url('../images/ruler.png') bottom no-repeat;
}
.yaowan .swiper-slide .num {
  font-size: 24px;
  color: #f39700;
  line-height: 40px;
  font-family: "avian";
}
.yaowan .swiper-slide-active .num {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .fazhan {
    padding: 0 5%;
  }
  .fazhan .swiper-slide {
    width: 320px;
  }
  .fazhan .sw-prev {
    left: 0;
    top: 200px;
  }
  .fazhan .sw-next {
    right: 0;
    top: 200px;
  }
}
.fcase{
    width:100%;
    max-width: 1600px;
    margin: 0 auto;
}
.fcaselist {
  width: 100%;
  height: 940px;
  font-size: 0;
  margin: 36px 0 0;
  padding: 0 18px;
  position: relative;
  margin-left: -18px;
}
.fcaselist li {
  position: absolute;
  z-index: 1;
  width: 50%;
}
.fcaselist li.i1 {
  left: 0;
  top: 0;
}
.fcaselist li.i2 {
  right: 0;
  top: 0;
}
.fcaselist li.i3 {
  left: 0;
  bottom: 0;
}
.fcaselist li.i4 {
  right: 0;
  bottom: 0;
}
.fcaselist li.i1,
.fcaselist li.i4 {
  height: 342px;
}
.fcaselist li.i2,
.fcaselist li.i3 {
  height: 562px;
}
.fcaselist li.i1,
.fcaselist li.i2 {
  margin-bottom: 36px;
}
.fcaselist li .lin {
  padding: 0 18px;
  height: 100%;
}
.fcaselist li  {
  padding: 0 7%;
  display: block;
  position: relative;
  height: 100%;
}
.fcaselist li .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.fcaselist li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fcaselist li h3 {
  font-size: 32px;
  color: #333;
  line-height: 48px;
  font-weight: bold;
  height: 48px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fcaselist li:hover h3 {
  color: #fdd900;
}
@media screen and (max-width: 1400px) {
  .fcase {
    padding: 110px 0;
  }
}
@media screen and (max-width: 1024px) {
  .fcase {
    padding: 80px 0;
  }
}
@media screen and (max-width: 750px) {
  .fcase {
    padding: 60px 0;
  }
}
@media screen and (max-width: 840px) {
  .fcaselist {
    padding: 0;
    margin-left: 0;
    height: 904px;
  }
  .fcaselist li .lin {
    padding: 0;
  }
  .fcaselist li.i1,
  .fcaselist li.i2 {
    margin-bottom: 0;
  }
  .fcaselist li h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .fcaselist li h3 {
    font-size: 20px;
  }
  .fcaselist li .txt {
    font-size: 16px;
  }
}
.flexCS {
    justify-content: flex-start;
}
.flexCE, .flexCS {
    display: flex;
    align-items: center;
}
.HiPower {
    width: 100%;
    margin: 0rem auto;
    background: #f7f7f7;
    overflow: hidden;
}
.highpowerseven {
	width:100%;
	max-width:1600px;
	position:relative;
	text-align:center;
	margin:5rem auto;
}
.highpowerseven .highpowersevenDiv {
	gap:3rem;
	margin:5rem auto;
}
.highpowersevenDiv .highpowersevenDivTop {
	gap:3rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne {
	position:relative;
	width:74.4rem;
	height:31.8rem;
	margin:0 0 0rem;
	display: flex;
	flex-direction: column;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>div::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, transparent 80%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, transparent 80%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 90%, rgba(0, 0, 0, .8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>div {
	height:100%;
	width:100%;
	border-radius:2rem;
	
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>div .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    color: #fff;
    transition: all .5s;
   
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>div .txt h3 {
    font-size: 2.4rem;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>img {
	width:74.4rem;
	height:31.8rem;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo {
	text-align:left;
	position:relative;
	width:35.7rem;
	height:31.8rem;
	margin:3rem 0 3rem;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 90%, rgba(0, 0, 0, .8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTop>div:nth-child(2) {
	margin:0 0 0rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo .txt {
	 position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    color: #fff;
    transition: all .5s;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo .txt h3 {
    font-size: 2.4rem;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivDown,.highpowerseven .highpowersevenDiv .highpowersevenDivTop {
	gap:3rem;
	margin:0rem 0 0 0;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo:first-child,.highpowerseven .highpowersevenDiv .highpowersevenDivTwo:nth-child(2) {
	margin:0;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo .highpowersevenDivTwo3Text {
	position:absolute;
	top:3rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo>img {
	width:35.7rem;
	height:31.8rem;
	top:3rem;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivThree {
	position:relative;
	width:35.7rem;
	height:66.6rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivThree::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 90%, rgba(0, 0, 0, .8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivThree .highpowersevenDivThreeText {
	position:absolute;
	top:6.1rem;
	width:100%;
}
.flexC,.flexCCA {
	display:flex;
	flex-direction:column;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivThree>img {
	width:35.7rem;
	height:31.8rem;
	border-radius:2rem;
}
@media screen and (max-width: 980px) {
.highpowerseven .highpowersevenDiv {
     width:100%;  
      margin: 0rem 0rem;
      float: left;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTop>div:nth-child(1) {
    width: 100%;
    height:100%;
    gap: 1rem;
    margin: 0rem 0rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2rem;
    overflow: hidden;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTop>div{
    width: 100%;
    margin: 0 0 0rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivDown, .highpowerseven .highpowersevenDiv .highpowersevenDivTop {
    width: 100%;
    gap: 0rem;
    margin: 0rem 0rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne {
     text-align: left;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 3rem 0 3rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>div .txt h3 {
    font-size: 1.5rem;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo:first-child, .highpowerseven .highpowersevenDiv .highpowersevenDivTwo:nth-child(2) {
    margin-bottom: 2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo {
    text-align: left;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0rem 0 0rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>img {
   width: 100%;
    height: 100%;
    border-radius: 2rem ;
    display: block;
    overflow: hidden;
    min-height: 342px;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo>img {
    width: 100%;
     height: 100%;
    top: 3rem;
    border-radius: 2rem;
    overflow: hidden;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo .txt h3 {
    font-size: 1.5rem;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
}
.rongyury {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.rongyury ul li {
    display: block;
    float: left;
    width: 15%;
    margin-right: 2%;
    background: #fff;
    padding: 2%;
    box-sizing: border-box;
    transition: all .5s;
    margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
 .rongyury ul li {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #fff;
    padding: 2%;
    box-sizing: border-box;
    transition: all .5s;
    margin-bottom: 10px;
}
}
.rongyury ul li a.t {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rongyury ul li a.t:hover {
    color: #0056f9;
}
/* 颜色 end*/
.rongyury .boxry:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.rongyury ul:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.rongyury .pro_boxry {
    margin-bottom: 0px;
}
.rongyury ul li:nth-of-type(even) {
    margin-right: 0;
}
.rongyury ul li .pic {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}
.rongyury ul li img {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    transition: all .5s;
}
.rongyury ul li .pro_c a {
    display: none;
}
.rongyury ul li .pro_c p {
    display: none;
}
.rongyury ul li:hover {
    box-shadow: 0px 10px 15px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.rongyury ul li .pic:hover img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}