/*
 * @Inc: https://www.hz-xg.com/
 * @Author: fegq
 * @Descripttion: this is global style.
 * @version: v0.0.1
 * @Date: 2020-11-03 17:12:21
 * @LastEditors: fegq
 * @LastEditTime: 2021-09-14 18:11:39
 */
/*
common property
*/
/*
common methods
*/

@font-face {
    font-family: 'MontserratBold';
    src: url(../fonts/MontserratBold.ttf);
}

.img {
    display: inline-block;
    width: 100%;
    height: auto;
}

@-webkit-keyframes imgScaling {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes imgScaling {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

table {
    width: 100%;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}

.block-title {
    /* padding: 3.4375rem 0; */
    margin-top: 4.55rem;
    text-align: center;
}

.kitchen .block-title {
    /* padding: 3.4375rem 0; */
    padding-top: 4.55rem;
    margin-top:unset;
    text-align: center;
}

.block-title h3 {
    /* margin-bottom: 1.25rem; */
    margin-top: 1.6rem;
    color: black;
    font-size: 2.55rem;
    /* line-height: 1.3571428571; */
    font-weight: bold;
    letter-spacing: 0.125rem;
}

.block-title p {
    color: #666;
    font-size: 1.5rem;
    /* line-height: 1.5833333333; */
    font-weight: lighter;
    margin-top: 1.6rem;
}

.banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background: black;
}

.banner img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.banner .banner-text {
    position: absolute;
    top: 32%;
    right: 12%;
    width: 53.125rem;
    text-align: right;
}

.banner .banner-text h3 {
    font-size: 4.1875rem;
    color: white;
}

.banner .banner-text p {
    margin-top: 1.25rem;
    margin-bottom: 3.125rem;
    font-size: 1.5625rem;
    line-height: 1.52;
    color: white;
}

.banner .banner-text span {
    margin-left: auto;
    display: block;
    width: 12rem;
    height: 3.375rem;
    line-height: 3.375rem;
    text-align: center;
    font-size: 1.5rem;
    color: white;
    border-radius: 1.6875rem;
    border: 0.0625rem solid white;
    border: 0.0625rem solid #43ea86;
    background: -webkit-gradient(linear, left top, right top, from(#43ea86), to(#43ea48));
    background: linear-gradient(to right, #43ea86, #43ea48);
}

.banner .banner-text span:hover {
    border: 0.0625rem solid #43ea86;
    -webkit-box-shadow: 0 0 1.25rem #43ea86;
    box-shadow: 0 0 1.25rem #43ea86;
    background: -webkit-gradient(linear, left top, right top, from(#ea7d43), to(#ea7d43));
    background: linear-gradient(to right, #43ea86, #43ea86);
}

.banner .banner-page {
    position: absolute;
    bottom: 5%;
    right: 12%;
    width: 12rem;
    height: unset;
}

.banner .banner-page .banner-prev,
.banner .banner-page .banner-next {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon-down.png");
}

.banner .banner-page .banner-prev::after,
.banner .banner-page .banner-next::after {
    /* content: ''; */
}

.banner .banner-page .banner-prev {
    top: 0;
    left: 0;
    float: left;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner .banner-page .banner-next {
    right: 0;
    float: right;
    top: 0.12rem;
}

.banner .banner-mouse {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -29.0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.0rem;
    height: 3.0rem;
    border: 0.3rem solid white;
    border-radius: 6.3125rem;
    cursor: pointer;
    z-index: 1;
    /* display: none; */
}

.banner .banner-mouse span {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background: white;
    border-radius: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-animation: mouse 3s ease-in-out infinite;
    animation: mouse 3s ease-in-out infinite;
}

@-webkit-keyframes mouse {
    0% {
        -webkit-transform: translateY(-1.2rem);
        transform: translateY(-1.2rem);
        opacity: .8;
    }

    100% {
        -webkit-transform: translateY(0.3rem);
        transform: translateY(0.3rem);
        opacity: 1;
    }
}

@keyframes mouse {
    0% {
        -webkit-transform: translateY(-1.2rem);
        transform: translateY(-1.2rem);
        opacity: .8;
    }

    100% {
        -webkit-transform: translateY(0.3rem);
        transform: translateY(0.3rem);
        opacity: 1;
    }
}

/* 新增模块样式开始 */
.service {
    padding: 25px 0;
    background-color: #fff;
    padding-top: 40px !important;
}
.service .container {
    margin: 0 auto;
}

.service-ul {
    width:100%;
    /* min-width: 1024px; */
    padding-left: 40px;
    padding-left: 0;
    border: 0;
    font-size:0;
    overflow: hidden;
    margin: 0 auto;
}
.service-ul li {
    /* margin-left: 18px;
    margin-right: 46px; */
    width:20%;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.service-item {
    /* width: 103px; */
    text-align: center;
}
.service-ul li .service-item-name p{height:52px;line-height: 52px;}
.service-item-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.service-item-name {
    color: #585858;
    font-size: 17px;
    margin-top: 8px;
}
.icon-computer{background-image:url(../images/computer.png);}
/* .icon-computer:hover{background-image:url(../Images/icon-computer.gif);} */
.icon-click{background-image:url(../images/click.png);}
/* .icon-click:hover{background-image:url(../Images/icon-click.gif);} */
.icon-phone{background-image:url(../images/team.png);}
/* .icon-phone:hover{background-image:url(../Images/icon-phone.gif);} */
.icon-cart{background-image:url(../images/cart.png);}
/* .icon-cart:hover{background-image:url(../Images/icon-cart.gif);} */
.icon-gear{background-image:url(../images/gear.png);}
/* .icon-gear:hover{background-image:url(../Images/icon-gear.gif);} */
.icon-terminal{background-image:url(../images/terminal.png);}
/* .icon-terminal:hover{background-image:url(../Images/icon-terminal.gif);} */

/* 合作企业 */
.index-client {
	width:100%;
   
}
.index-box {
	max-width:100rem;
	margin:auto;
	position:relative;
}
.index-client-box {
	width:100%;
	display:table;
}
.index-client-img {
	width:65%;
	height:39.69rem;
	position:relative;
	float:left;
    -webkit-transition: top 0.3s 0.5s linear,background 0.3s linear;
	-o-transition: top 0.3s 0.5s linear,background 0.3s linear;
	transition: top 0.3s 0.5s linear,background 0.3s linear;
}
@-webkit-keyframes myFade{

	0%{
		opacity: 1;
		top:0;
	}

	25%{
		top:-10px;
		opacity: 0.3;
	}

	50%{
		top:0px;
		opacity: 1;
	}

	75%{
		top:10px;
		opacity: 0.3;
	}

	100%{
		opacity: 1;
		top:0px;
	}


}

@-moz-keyframes myFade{

	0%{
		opacity: 1;
		top:0;
	}

	25%{
		top:-10px;
		opacity: 0.3;
	}

	50%{
		top:0px;
		opacity: 1;
	}

	75%{
		top:10px;
		opacity: 0.3;
	}

	100%{
		opacity: 1;
		top:0px;
	}


}

@-o-keyframes myFade{

	0%{
		opacity: 1;
		top:0;
	}

	25%{
		top:-10px;
		opacity: 0.3;
	}

	50%{
		top:0px;
		opacity: 1;
	}

	75%{
		top:10px;
		opacity: 0.3;
	}

	100%{
		opacity: 1;
		top:0px;
	}
}


@keyframes myFade{

	0%{
		opacity: 1;
		top:0;
	}

	25%{
		top:-10px;
		opacity: 0.3;
	}

	50%{
		top:0px;
		opacity: 1;
	}

	75%{
		top:10px;
		opacity: 0.3;
	}

	100%{
		opacity: 1;
		top:0px;
	}

}
.index-client-img .img {
	position:absolute;
	border-radius:50%;
	overflow:hidden;
	box-shadow:0 0 10px 0 rgba(0,0,0,.1);
	transition:all ease 1.5s;
	left:28.69rem;
	top:20.5rem;
	width:5.13rem;
	height:5.13rem;
	cursor:pointer;
	transform-origin: 50% 50%;
	-ms-transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;

	-moz-transition: all .8s linear;
    -o-transition:  all .8s linear;
    transition: all .8s linear;
}
.index-client-img .img img {
	width:100%;
}
.index-client-img .img10 {
	z-index:2;
}
.index-client-img .img:hover {
	-webkit-transform:  scale(1.5) ;
    -moz-transform: scale(1.5) ;
    -ms-transform: scale(1.5);
    -o-transform:  scale(1.5) ;
    transform:  scale(1.5);
}
.index-client-img .img6:hover,.index-client-img .img7:hover,.index-client-img .img9:hover,.index-client-img .img11:hover    {
	-webkit-transform:  scale(1.3) ;
    -moz-transform: scale(1.3) ;
    -ms-transform: scale(1.3);
    -o-transform:  scale(1.3) ;
    transform:  scale(1.3);
}
.index-client-img .img10:hover {
	-webkit-transform:  scale(1.2) ;
    -moz-transform: scale(1.2) ;
    -ms-transform: scale(1.2);
    -o-transform:  scale(1.2) ;
    transform:  scale(1.2);
}

.index-client.active .index-client-img .img1 {
	left:1.06rem;
	top:5.44rem;
	width:3.63rem;
	height:3.63rem;
}
.index-client.active .index-client-img .img2 {
	left:5.81rem;
	top:10.88rem;
	width:5.13rem;
	height:5.13rem;
}
.index-client.active .index-client-img .img3 {
	left:2.88rem;
	top:19.81rem;
	width:4.44rem;
	height:4.44rem;
}
.index-client.active .index-client-img .img4 {
	left:1.06rem;
	top:30.44rem;
	width:3.5rem;
	height:3.5rem;
}
.index-client.active .index-client-img .img5 {
	left:13.13rem;
	top:4.69rem;
	width:5.13rem;
	height:5.13rem;
}
.index-client.active .index-client-img .img6 {
	left:15.25rem;
	top:12.5rem;
	width:6rem;
	height:6rem;
}
.index-client.active .index-client-img .img7 {
	left:11.06rem;
	top:21.06rem;
	width:5.69rem;
	height:5.69rem;
}
.index-client.active .index-client-img .img8 {
	left:10.25rem;
	top:30.25rem;
	width:5.13rem;
	height:5.13rem;
}
.index-client.active .index-client-img .img9 {
	left:25.75rem;
	top:7rem;
	width:6.56rem;
	height:6.56rem;
}
.index-client.active .index-client-img .img10 {
	left:24.31rem;
	top:16.31rem;
	width:8.44rem;
	height:8.44rem;
}
.index-client.active .index-client-img .img11 {
	left:20.31rem;
	top:26.13rem;
	width:6.25rem;
	height:6.25rem;
}
.index-client.active .index-client-img .img12 {
	left:36.94rem;
	top:5rem;
	width:5.13rem;
	height:5.13rem;
}
.index-client.active .index-client-img .img13 {
	left:36.44rem;
	top:15.94rem;
	width:6rem;
	height:6rem;
}
.index-client.active .index-client-img .img14 {
	left:33.31rem;
	top:25.56rem;
	width:6.25rem;
	height:6.25rem;
}
.index-client.active .index-client-img .img15 {
	left:48.88rem;
	top:6.25rem;
	width:4.06rem;
	height:4.06rem;
}
.index-client.active .index-client-img .img16 {
	left:45.94rem;
	top:13.88rem;
	width:5.13rem;
	height:5.13rem;
}
.index-client.active .index-client-img .img17 {
	left:44.63rem;
	top:23.38rem;
	width:5.13rem;
	height:5.13rem;
}
.index-client.active .index-client-img .img18 {
	left:43rem;
	top:32.38rem;
	width:4.19rem;
	height:4.19rem;
}
.index-client.active .index-client-img .img19 {
	left:54.19rem;
	top:20.81rem;
	width:4.06rem;
	height:4.06rem;
}
.index-client.active .index-client-img .img20 {
	left:51.69rem;
	top:30.63rem;
	width:4rem;
	height:4rem;
}
.index-client-tbox {
	width:35%;
	float:right;
	padding-top:12.5rem;
}
.index-client-tbox .title {
	font-size:2.25rem;
	line-height:2.25rem;
	font-weight:bold;
	color:#000;
	margin-bottom:1.5rem;
}
.index-client-tbox .txt {
	font-size:.88rem;
	line-height:1.5rem;
	color:#666;
	margin-bottom:3.13rem;
}
.index-client-tbox .more {
	font-size:1rem;
	line-height:2.25rem;
	padding-right:2.19rem;
	background:url(../images/icon21.png) right center no-repeat;
	display:inline-block;
	color:#000;
	font-family: 'sheepsansbold';
}
.index-advantage {
	width:100%;
	margin:auto;
	position:relative;
}
.index-advantage-box {
	width:100%;
	display:table;
}
.index-advantage-img {
	width:100%;
	height:43rem;
	position:relative;
	float:left;
}
.index-advantage-img .img {
	position:absolute;
	border-radius:50%;
	/* overflow:hidden; */
	box-shadow:6px 6px 10px 2px rgba(0,0,0,.1);
	left:28.69rem;
	top:20.5rem;
	width:1px;
	height:1px;
	cursor:pointer;
	-ms-transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
    transform-origin: 50% 50%;
	-moz-transition: all .8s linear;
    -o-transition:  all .8s linear;
    transition: all .8s linear;
}
.index-advantage-img .imgz {
    left: unset;
    margin: 0 auto;
    top: 0;
    width: 60%;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
    z-index: -1;
    box-shadow: unset;
    border-radius: unset;
}
.index-advantage-img .img img {
	width:100%;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.index-advantage-img .img p {
    display: none;
    color: #666;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 0.3rem;
    border-radius: 0.8rem;
    margin-top: 0;
    width: 18rem;
    left: -30%;
    padding: 0.8rem;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.index-advantage-img .img10 {
	z-index:2;
}
.index-advantage-img .img:hover {
	-webkit-transform:  scale(1.2) ;
    -moz-transform: scale(1.2) ;
    -ms-transform: scale(1.2);
    -o-transform:  scale(1.2) ;
    transform:  scale(1.2);
}
.index-advantage-img .img7:hover,.index-advantage-img .img9:hover,.index-advantage-img .img11:hover    {
	-webkit-transform:  scale(1.3) ;
    -moz-transform: scale(1.3) ;
    -ms-transform: scale(1.3);
    -o-transform:  scale(1.3) ;
    transform:  scale(1.3);
}


.index-advantage.active .index-advantage-img .zhutu {
    left: unset;
    margin: 0 auto;
    top: 0;
    width: 60%;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
    z-index: -1;
    box-shadow:unset;
    border-radius: unset;
}
.index-advantage.active .index-advantage-img .zhutu img {
    width: 100%;
    box-shadow:unset;
    border-radius: unset;
}
.index-advantage.active .index-advantage-img .img1 {
    left: 28rem;
    top: 2rem;
    width: 11rem;
    height: 11rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 2s;
    transition: all 2s ease-in;
    -webkit-animation: doud 2s ease-in-out infinite;
    animation: doud 2s ease-in-out infinite;
    z-index: 22;
}
.index-advantage.active .index-advantage-img .img1:hover {
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
    transition:unset;
    animation: unset;
}
.index-advantage.active .index-advantage-img .img1:hover p {
    display: block;
}
@-webkit-keyframes doud {
    0% {
        -webkit-transform: translate(-0.3rem, -0.3rem);
        transform: translate(-0.3rem, -0.3rem);
        opacity: .8;
    }

    50% {
        -webkit-transform: translate(0.3rem, 0.3rem);
        transform: translate(0.3rem0.3rem, 0.3rem);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-0.3rem, -0.3rem);
        transform: translate(-0.3rem, -0.3rem);
        opacity: .8;
    }
}

@keyframes doud {
    0% {
        -webkit-transform: translate(-0.3rem, -0.3rem);
        transform: translateX(-0.3rem, -0.3rem);
        opacity: .8;
    }

    50% {
        -webkit-transform: translate(0.3rem, 0.3rem);
        transform: translate(0.3rem, 0.3rem);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-0.3rem, -0.3rem);
        transform: translate(-0.3rem, -0.3rem);
        opacity: .8;
    }
}
.index-advantage.active .index-advantage-img .img2:hover {
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
    transition:unset;
    animation: unset;
}
.index-advantage.active .index-advantage-img .img2:hover p {
    display: block;
}
.index-advantage.active .index-advantage-img .img2 {
    left: 20rem;
    top: 16rem;
    width: 10rem;
    height: 10rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 2s;
    transition: all 2s ease-in;
    -webkit-animation: doud 2s ease-in-out infinite;
    animation: doud 2s ease-in-out infinite;
    z-index: 21;
}
.index-advantage.active .index-advantage-img .img3 {
    left: 22rem;
    top: 30rem;
    width: 10.5rem;
    height: 10.5rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 2s;
    transition: all 2s ease-in;
    -webkit-animation: doud 2s ease-in-out infinite;
    animation: doud 2s ease-in-out infinite;
    z-index: 20;
}
.index-advantage.active .index-advantage-img .img3:hover {
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
    transition:unset;
    animation: unset;
}
.index-advantage.active .index-advantage-img .img3:hover p {
    display: block;
}
.index-advantage.active .index-advantage-img .img4 {
    left: 70%;
    top: 2rem;
    width: 11rem;
    height: 11rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 2s;
    transition: all 2s ease-in;
    -webkit-animation: doud 2s ease-in-out infinite;
    animation: doud 2s ease-in-out infinite;
    z-index: 22;
}
.index-advantage.active .index-advantage-img .img4:hover {
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
    transition:unset;
    animation: unset;
}
.index-advantage.active .index-advantage-img .img4:hover p {
    display: block;
}
.index-advantage.active .index-advantage-img .img5 {
    left: 75%;
    top: 16rem;
    width: 10rem;
    height: 10rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 2s;
    transition: all 2s ease-in;
    -webkit-animation: doud 2s ease-in-out infinite;
    animation: doud 2s ease-in-out infinite;
    z-index: 21;
}
.index-advantage.active .index-advantage-img .img5:hover {
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
    transition:unset;
    animation: unset;
}
.index-advantage.active .index-advantage-img .img5:hover p {
    display: block;
}
.index-advantage.active .index-advantage-img .img6 {
    left: 72%;
    top: 30rem;
    width: 10.5rem;
    height: 10.5rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 2s;
    transition: all 2s ease-in;
    -webkit-animation: doud 2s ease-in-out infinite;
    animation: doud 2s ease-in-out infinite;
    z-index: 20;
}
.index-advantage.active .index-advantage-img .img6:hover {
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
    transition:unset;
    animation: unset;
}
.index-advantage.active .index-advantage-img .img6:hover p {
    display: block;
}

.wid100 {
    width: 100%;
    height: auto;
}

.container .cont-plate1 {
    position: relative;
    width: 100%;
    height: auto;
}

.container .cont-plate1 .plate1-bg {
    width: 100%;
    height: auto;
}

.container .cont-plate1 .plate1-bg img {
    width: 100%;
}

.container .cont-plate1 .plate1-top {
    position: absolute;
    top: 4.3rem;
    left: 0;
    width: 100%;
    z-index: 9;
}

.container .cont-plate1 .plate1-top .top-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.container .cont-plate1 .plate1-top .top-English {
    text-align: center;
    color: #666;
    font-size: 1.5rem;
    font-weight: lighter;
    margin-top: 1.6rem;
}

.container .cont-plate1 .plate1-top .top-heng {
    width: 34px;
    height: 5px;
    margin: 1.5rem auto 0;
    border-radius: 0.5rem;
    background: #009966;
}

.container .cont-plate1 .plate1-cent {
    position: relative;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 13.25rem;
    right: 0;
    width: 90%;
}

.container .cont-plate1 .plate1-cent .cent-menu {
    width: 19.8rem;
    height: auto;
    background: linear-gradient(120deg, #00b57a, #026017);
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list {
    position: relative;
    width: 100%;
    height: 8.96rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.4rem 0 0 3.5rem;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon {
    position: relative;
    width: 2.95rem;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon .img2 {
    opacity: 0;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-title {
    margin-top: 3.2rem;
    font-size: 22px;
    color: #fff;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-English {
    margin-top: 0.6rem;
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-arrow {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 2.6rem;
    opacity: 0;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-arrow img {
    width: 100%;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active {
    background: linear-gradient(-90deg, #06e15e, #1b9752);
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-icon .img2 {
    opacity: 1 !important;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-icon .img1 {
    opacity: 0;
}

.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-arrow {
    opacity: 1 !important;
}

.container .cont-plate1 .plate1-cent .cnet-box {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 19.8rem);
    height: 35.8rem;
    opacity: 0;
    visibility: hidden;
}

.container .cont-plate1 .plate1-cent .cnet-box .box-left {
    width: 37.6rem;
    height: 100%;
    padding: 5.3rem 0 0 3.7rem;
    background: #fff;
}

.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-English {
    font-family: 'MontserratBold';
    font-size: 1.9rem;
    font-weight: bold;
    text-align: left;
    line-height: 2.5rem;
    background-image: linear-gradient(-90deg, #06e15e, #65cceb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
}

.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-title {
    margin: 2.8rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    opacity: 0;
}

.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-text {
    padding-right: 5.2rem;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    opacity: 0;
}

.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-button {
    display: block;
    width: 8.8rem;
    height: 2.8rem;
    margin-top: 4.4rem;
    font-size: 14px;
    line-height: 2.55rem;
    text-align: center;
    color: #009966;
    border-radius: 1.5rem;
    border: solid 2px #009966;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-button:hover {
    color: #fff;
    background: #009966;
}

.container .cont-plate1 .plate1-cent .cnet-box .box-right {
    width: calc(100% - 4.28rem);
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.container .cont-plate1 .plate1-cent .cnet-box .box-right img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cent .cnet-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.container .cont-plate1 .plate1-cent .cnet-box-active {
    opacity: 1;
    visibility: visible;
}

.container .cont-plate1 .plate1-cent .cnet-box-active .left-English,
.container .cont-plate1 .plate1-cent .cnet-box-active .left-title,
.container .cont-plate1 .plate1-cent .cnet-box-active .left-text,
.container .cont-plate1 .plate1-cent .cnet-box-active img {
    opacity: 1 !important;
    transition: all 0.6s !important;
    -o-transition: all 0.6s !important;
    -moz-transition: all 0.6s !important;
    -webkit-transition: all 0.6s !important;
}

.container .cont-plate1 .plate1-web-cent {
    display: none;
}

.container .cont-plate2 {
    position: relative;
    width: 100%;
    height: auto;
}

.container .cont-plate2 .plate2-top {
    display: flex;
    justify-content: space-between;
    width: 96.0rem;
    margin: 0 auto;
    padding: 5.8rem 0 2rem;
}

.container .cont-plate2 .plate2-top .top-left {
    width: 50%;
}

.container .cont-plate2 .plate2-top .top-left .left-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.container .cont-plate2 .plate2-top .top-left .left-English {
    margin-top: 1.8rem;
    font-family: 'MontserratBold';
    font-size: 1.6rem;
    color: #cbcbcb;
}

.container .cont-plate2 .plate2-top .top-left .left-heng {
    width: 34px;
    height: 5px;
    margin-top: 1.4rem;
    border-radius: 0.5rem;
    background: #009966;
}

.container .cont-plate2 .plate2-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    height: auto;
}

.container .cont-plate2 .plate2-top .top-right .right-list {
    width: auto;
    height: auto;
    margin-left: 6.8rem;
    cursor: pointer;
}

.container .cont-plate2 .plate2-top .top-right .right-list .list-icon {
    position: relative;
    width: 3.097rem;
    margin: 0 auto;
}

.container .cont-plate2 .plate2-top .top-right .right-list .list-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-top .top-right .right-list .list-icon .img2 {
    opacity: 0;
}

.container .cont-plate2 .plate2-top .top-right .right-list .list-title {
    margin-top: 3.95rem;
    font-size: 22px;
    text-align: center;
    color: #999999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-top .top-right .right-list .list-English {
    margin-top: 0.95rem;
    font-family: 'Arial';
    font-size: 12px;
    color: #333333;
    opacity: 0.4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-top .top-right .right-list-active .list-icon .img2 {
    opacity: 1 !important;
}

.container .cont-plate2 .plate2-top .top-right .right-list-active .list-icon .img1 {
    opacity: 0 !important;
}

.container .cont-plate2 .plate2-top .top-right .right-list-active .list-title {
    color: #009966 !important;
}

.container .cont-plate2 .plate2-top .top-right .right-list-active .list-English {
    color: #009966 !important;
}

.container .cont-plate2 .plate2-box {
    position: relative;
    width: 100%;
    height: 42rem;
}

.container .cont-plate2 .plate2-box .box-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.container .cont-plate2 .plate2-box .box-cont .box-bg {
    width: 100%;
    height: auto;
}

.container .cont-plate2 .plate2-box .box-cont .box-bg img {
    width: 100%;
}

.container .cont-plate2 .plate2-box .box-cont .box-cent {
    position: absolute;
    top: 0;
    left: 50%;
    width: 95.85rem;
    height: 100%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list {
    width: 35.66rem;
    height: 100%;
    padding: 4.9rem 3.7rem 0;
    background: rgba(0, 114, 188, 0.8);
    opacity: 0;
    transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
}

.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-English {
    font-family: 'MontserratBold';
    font-size: 1.86rem;
    text-align: left;
    line-height: 2.3rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
}

.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-title {
    margin: 2.25rem 0 2.0rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
}

.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-text {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
}

.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .link-box {
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
}

.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-button {
    display: block;
    width: 8.4rem;
    height: 2.45rem;
    margin-top: 2.9rem;
    font-size: 14px;
    text-align: center;
    line-height: 2.15rem;
    color: #fff;
    border-radius: 1.45rem;
    border: solid 2px #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-button:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
}

.container .cont-plate2 .plate2-box .box-cont-active {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.container .cont-plate2 .plate2-box .box-cont-active .cent-list {
    opacity: 1 !important;
    transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
}

.container .cont-plate2 .plate2-box .box-cont-active .list-English {
    opacity: 0.5 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
    transition: all 0.6s 1.4s;
    -o-transition: all 0.6s 1.4s;
    -moz-transition: all 0.6s 1.4s;
    -webkit-transition: all 0.6s 1.4s;
}

.container .cont-plate2 .plate2-box .box-cont-active .list-title {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
    transition: all 0.6s 1.8s;
    -o-transition: all 0.6s 1.8s;
    -moz-transition: all 0.6s 1.8s;
    -webkit-transition: all 0.6s 1.8s;
}

.container .cont-plate2 .plate2-box .box-cont-active .list-text {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
    transition: all 0.6s 2.2s;
    -o-transition: all 0.6s 2.2s;
    -moz-transition: all 0.6s 2.2s;
    -webkit-transition: all 0.6s 2.2s;
}

.container .cont-plate2 .plate2-box .box-cont-active .link-box {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
    transition: all 0.6s 2.6s;
    -o-transition: all 0.6s 2.6s;
    -moz-transition: all 0.6s 2.6s;
    -webkit-transition: all 0.6s 2.6s;
}

.container .cont-plate3 {
    width: 100%;
    height: auto;
}

.container .cont-plate3 .plate3-top {
    margin-top: 4.55rem;
    text-align: center;
}

.container .cont-plate3 .plate3-top .top-title {
    margin-top: 1.6rem;
    color: black;
    font-size: 2.55rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
}

.container .cont-plate3 .plate3-top .top-English {
    color: #666;
    font-size: 1.5rem;
    font-weight: lighter;
    margin-top: 1.6rem;
}

.container .cont-plate3 .plate3-top .top-heng {
    width: 34px;
    height: 5px;
    margin: 1.45rem auto 0;
    border-radius: 0.5rem;
    background: #009966;
}

.container .cont-plate3 .plate3-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 1.9rem;
}

.container .cont-plate3 .plate3-box .plate3-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 29;
}

.container .cont-plate3 .plate3-box .box-list {
    position: relative;
    width: 24.35rem;
    height: 42.3rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.container .cont-plate3 .plate3-box .box-list .list-bg {
    width: 100%;
    height: 100%;
}

.container .cont-plate3 .plate3-box .box-list .list-bg img {
    max-width: unset;
    height: 100%;
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

.container .cont-plate3 .plate3-box .box-list .list-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding-left: 4.55rem;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}

.container .cont-plate3 .plate3-box .box-list .list-cent .cent-English {
    font-family: 'MontserratBold';
    font-size: 1.9rem;
    text-align: left;
    line-height: 2.4rem;
    color: #fff;
    opacity: 0.4;
}

.container .cont-plate3 .plate3-box .box-list .list-cent .cent-title {
    margin-top: 1.0rem;
    font-size: 1.47rem;
    font-weight: bold;
    color: #fff;
}

.container .cont-plate3 .plate3-box .box-list .list-cent2 {
    display: none;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12.45rem;
    padding-left:7.9rem;
    background: linear-gradient(-90deg, #00c0ff, #104bb9);
}

.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left {
    width: 21.5rem;
}

.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left .left-English {
    margin-top: 3.5rem;
    font-family: 'MontserratBold';
    font-size: 1.9rem;
    line-height: 2.1rem;
    text-align: left;
    color: #fff;
    opacity: 0.3;
}

.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left .left-title {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-right {
    flex: 1;
    margin-top: 3.5rem;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding-right: 2.3rem;
}

.container .cont-plate3 .plate3-box .box-list .list-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.container .cont-plate3 .plate3-box .box-list-active {
    flex: 1;
    z-index: 9;
}

.container .cont-plate3 .plate3-box .box-list-active .list-bg img {
    transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
}

.container .cont-plate3 .plate3-box .box-list-active .list-cent,
.container .cont-plate3 .plate3-box .box-list-active .list-mask {
    display: none;
}

.container .cont-plate3 .plate3-box .box-list-active .list-cent2 {
    display: flex !important;
}

.container .cont-plate3 .plate3-web-box {
    display: none;
}

/* 案例样式开始 */
.index-case .case{
	height: 56.25rem;
	width: 100%;
	background: no-repeat center top;
	background-size: auto 100%;
	box-sizing: border-box;
	padding-top: 7.815rem;
}
.index-case .case-main{
	width: 53rem;
	position: relative;
}
.index-case .case-main .content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index-case .case-main .content-li .add-dian{
	width: 1.0625rem;
	height: 1.0625rem;
	box-sizing: border-box;
	border: .1875rem solid #bbeace;
	border-radius: 50%;
	background: #009966;
	position: absolute;
	z-index: 1;
}
.index-case .case-main .content-li.active .add-dian{
	border-color: transparent;
	background: transparent;
	z-index: 2;
}
.index-case .case-main .content-li .add-dian:after{
	display: none;
}
.index-case .case-main .content-li .add-dian .add-dian-wx{
	width: 3.9375rem;
	height: 5.9375rem;
	background: url(../images/case-add-icon.png) no-repeat center;
    background-size: 3.9rem;
	position: absolute;
	left: -1.65625rem;
	bottom: -0.09375rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(.625rem);
	text-align: center;
	box-sizing: border-box;
	font-size: .875rem;
	color: #333;
    padding-top: 1.5rem;
    z-index: 6;
    font-style: normal;
}
.index-case .case-main .content-li.active .add-dian .add-dian-wx{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.index-case .case-main .content-li .js{
	width: 49.625rem;
	height: 34.625rem;
	position: absolute;
	top: -2.1875rem;
    right: -56rem;
	box-sizing: border-box;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-1.25rem);
}
.index-case .case-main .content-li.active .js{
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.index-case .case-main .content-li .js .js-nav,
.index-case .case-main .content-li .js .js-main{
	height: 100%;
	float: left;
	background: #fff;

}
.index-case .case-main .content-li .js .js-nav{
	width: 12rem;
	box-sizing: border-box;
	padding: 0 .75rem;
}
.index-case .case-main .content-li .js .js-nav h3{
	color: #333;
	font-size: 1.375rem;
	text-align: center;
	padding: 1.5625rem 0 1.375rem;
	border-bottom: .0625rem solid #dcdcdc;
	letter-spacing: .125rem;
}
.index-case .case-main .content-li .js .js-nav-tab {
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.25rem;
    padding-right: 0.25rem;
	margin-top:1.5625rem;
	position: static;

}
.index-case .case-main .content-li .js .js-nav-tab .t{
	width: 100%;
	font-size: 1.25rem;
	padding-left:1rem;
	color: #333;
	background: url(../images/case-main-js-sq.png) no-repeat right center;
	transition: auto;
}
.index-case .case-main .content-li .js .js-nav-tab.active .t{
	background-image: url(../images/case-main-js-zk.png);
    background-size: auto 100%;
}
.index-case .case-main .content-li .js .js-nav-tab .m{
	width: 100%;
	box-sizing: border-box;
	padding-top: .9375rem;
	position: static;
	min-height: 1.875rem;
	display: none;
	max-height: 15.625rem;
	overflow: hidden;
}
.index-case .case-main .content-li .js .js-nav-tab #wrap{
	overflow: hidden;
	width: 100%;
	height: 15.625rem;
}
.index-case .case-main .content-li .js .js-nav-tab .m::-webkit-scrollbar{
  display:none;
}
.index-case .case-main .content-li .js .js-nav-tab .m:hover .scrollBar{
	opacity: 1;
}
.index-case .case-main .content-li .js .js-nav-tab.active .m{
	display: block;
}
.index-case .case-main .content-li .js .js-nav-tab .m>li{
	width: 100%;
	padding-bottom: 1.25rem;
}
.index-case .case-main .content-li .js .js-nav-tab .m>li:last-child{
	padding-bottom: 0;
}
.index-case .case-main .content-li .js .js-nav-tab .m>li .m-t{
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 1.5625rem;
	/*position: relative;*/
	font-size: 1rem;
	color: #666;
	width: 100%;
	transition: auto;
	padding-right: .5rem
}
.index-case .case-main .content-li .js .js-nav-tab .m>li .m-t .sjx{
	margin-left: .5rem;
	width: 0;
	height: 0;
	border-left: .5rem solid #009966;
	border-top: .25rem solid transparent;
	border-bottom: .25rem solid transparent;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: .4375rem;
	right: 0px;
	transition: auto;
}
.index-case .case-main .content-li .js .js-nav-tab .m>li.active .m-t .sjx{
	opacity: 1;
	visibility: visible;
}
.index-case .case-main .content-li .js .js-nav-tab .m>li .m-t:before{
	content: '';
	width: .3125rem;
	height: .3125rem;
	border-radius: 50%;
	background: #009966;
	position: absolute;
	left: .75rem;
	top: 50%;
	margin-top: -.15625rem;
}
.index-case .case-main .content-li .js .js-main{
	width: 38.6875rem;
	margin-left: .0625rem;
	position: absolute;
	top: 0;
	left: 10.9375rem;
	height: 100%;
	display: none;
}
.index-case .case-main .content-li .js .js-nav-tab .m>li.active .js-main{
	display: block;
}
.index-case .case-main .content-li .js .js-main .js-main-c{
	width: 33.8125rem;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 1.875rem;
}
.index-case .case-main .content-li .js .js-main h4{
	font-size: 1rem;
	color: #fff;
	float: left;
}
.index-case .case-main .content-li .js .js-main p{
	float: right;
}
.pro-del-nav.fixed{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 !important;
	background: #fff;
	z-index: 99;
	box-shadow: 0 .3125rem .625rem rgba(0,0,0,0.2);
	height: 4.375rem;
	box-sizing: border-box;
	padding-top: .90625rem;
}
.pro-del .cpjs .main img{
	margin: .9375rem 0;
}

.index-case-t hr{
	border: none;
	background: #009966;
	margin: 1.25rem 0;
	width: 2.5rem;
	height: 0.375rem;
}

.index-case-t .en{
	color: #666;
	font-size: 2rem;
	text-transform: uppercase;
}
.all-h3 {
    color: #333;
    font-size: 2.25rem;
    font-weight: initial;
}
.index-case{
	width: 100%;
	height: 50rem;
	background: url(../images/index-case-bg.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center top;
	padding-top: 0 !important;
}
.index-case .w1680{
	box-sizing: border-box;
	padding-top:9.375rem;
}
.index-case .case-main{
	width: 40rem;
}
.index-case-main2{
    display: none;
}
.index-case .case-main img{
    border: none;
    vertical-align: middle;
    max-width: 100%;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.index-case .case-main .content-li .js .js-main{
	display: block;
}
.index-case .case-main .content-li .js .js-nav-tab .m{
	position: static;
}
.index-case .case-main .content-li .js .js-main .js-main-c{
	display: none;
}
.case-main .content-li .js .js-nav-tab .m>li.active .js-main .js-main-c{
	display: block;
	z-index: 9;
}
.index-case .case-main .content-li .js{
	box-sizing: border-box;
	padding-top: 5.3125rem;
	background: #fff;
}
.index-case .case-main .content-li .js .js-nav h3{
	display: none;
}
.index-case .js-title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5.3125rem;
	line-height: 5.3125rem;
	box-sizing: border-box;
	padding: 0 2rem;
}
.index-case .js-title-main{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
}
.index-case .js-title h3{
	font-size: 1.375rem;
	color: #333;
	float: left;
}
.index-case .js-title h3 span{
	font-size: 1rem;
	color: #666;
}
.index-case .js-title a{
	float: right;
}
.index-case .js-main-c .img{
	width: 100%;
	height: 21.5625rem;
	overflow: hidden;
}
.index-case .js-main-c .img img{
	width: 100%;
	height: 100%;
}
.index-case .js-main-c .img:hover img{
	transform: scale(1.05);
}
.index-case .js-main-c .img .txt{
	width: 100%;
	height: 2.5rem;
	background: rgb(0,0,0);
	background: rgba(0,153,102,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 2.5rem;
	box-sizing: border-box;
	padding-left: 1.5625rem;
	padding-right: 1.875rem;
}
.index-case .js-main-c .img .txt h4{
	float: left;
	color: #fff;
}
.index-case .js-main-c .img .txt .rcll{
	float: right;
}
.index-case .case-hz{
	margin-top: 0.9375rem;
	color: #65ad35;
	font-size: 3.125rem;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.index-case .case-hz p{
	float: left !important;
	margin-right: 1.5625rem;
    color: #009966;
}
.index-case .case-hz p:last-child{
	margin-right: 0;
}
.index-case .case-hz p span{
	font-size: 1.125rem;
	color: #333;
	margin-left: 0.3125rem;
}
.index-case .case-hz p i{
	font-size: 1.125rem;
}
.index-case-t{
    position: absolute;
    top: 3.125rem;
    left: 0;
    z-index: 2;
}
.case-del-txt{
	width: 100%;
	height: 2.5rem;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 2.5rem;
	box-sizing: border-box;
	padding-left: 1.5625rem;
	padding-right: 1.875rem;
}
.case-del-txt .xinghao{
	float: left;
}
.case-del-txt .rcll{
	float: right;
}

/* 案例样式结束 */

/* 新增模块样式 结束*/
section .top-heng{
    width: 2.125rem;
    height: 0.3125rem;
    margin: 1.45rem auto 0;
    border-radius: 0.5rem;
    background: #009966;
}
.scenes .block-content {
    position: relative;
    margin-top: 1.9rem;
    height: 40.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg15.png");
    overflow: hidden;
}

.scenes .block-content .scenes-left {
    float: left;
    width: 19.4%;
    height: 40.75rem;
}

.scenes .block-content .scenes-left .scenes-left-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2.8125rem;
    height: 5.9375rem;
}

.scenes .block-content .scenes-left .scenes-left-icon span {
    display: inline-block;
    width: 1.8125rem;
    height: 1.8125rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon-cate.png");
}

.scenes .block-content .scenes-left .scenes-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2.8125rem;
    height: 5.625rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.22);
    background: transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.scenes .block-content .scenes-left .scenes-nav li a {
    font-size: 1.25rem;
    color: white;
}

.scenes .block-content .scenes-left .scenes-nav li i {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border: 0.625rem solid transparent;
    border-left: 0.875rem solid white;
}

.scenes .block-content .scenes-left .scenes-nav li:hover, .scenes .block-content .scenes-left .scenes-nav li.active {
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
}

.scenes .block-content .scenes-left .scenes-nav li:hover i, .scenes .block-content .scenes-left .scenes-nav li.active i {
    left: -0.625rem;
    top: 0.3125rem;
    border-left: 0.625rem solid transparent;
    border-top: 0.875rem solid white;
}

.scenes .block-content .scenes-left .scenes-nav li:last-child {
    border-bottom: none;
}

.scenes .block-content .scenes-right {
    float: left;
    width: 80%;
}

.scenes .block-content .scenes-right .scenes-content {
    display: none;
}

.scenes .block-content .scenes-right .scenes-content.active {
    display: block;
}

.scenes .block-content .scenes-right .scenes-right-img {
    float: left;
    width: 67%;
    height: 40.75rem;
}

.scenes .block-content .scenes-right .scenes-right-img img {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.scenes .block-content .scenes-right .scenes-right-des {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.25rem auto;
    padding: 0.3125rem 2.5rem;
    width: 33%;
    height: 35rem;
    color: white;
    overflow-x: hidden;
    overflow-y: auto;
}

.scenes .block-content .scenes-right .scenes-right-des .scenes-des-item {
    margin-bottom: 0.625rem;
}

.scenes .block-content .scenes-right .scenes-right-des .scenes-des-item .scenes-des-title {
    margin-bottom: 0.625rem;
    display: block;
    width: 8.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 1.5rem;
    font-size: 1.125rem;
    color: white;
    border: 0.0625rem solid white;
}

.scenes .block-content .scenes-right .scenes-right-des .scenes-des-item .scenes-des-title:hover {
    background: white;
    color: #0c111c;
}

.scenes .block-content .scenes-right .scenes-right-des .scenes-des-item .scenes-des-content {
    font-size: 0.875rem;
    line-height: 2;
}

.scenes .block-content .scenes-right .scenes-right-des .scenes-des-item:last-child {
    margin-bottom: 0;
}

.industry .block-content {
    margin-top: 1.9rem;
    padding: 3.75rem 0 4.6875rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg4.jpg");
}

.industry .industry-top {
    margin-bottom: 2.5rem;
    width: 100%;
    height: 6rem;
    overflow-x: auto;
    overflow-y: hidden;
}

.industry .industry-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.industry .industry-nav a {
    margin-right: 2.5rem;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23%;
    height: 5.3125rem;
    line-height: 5.3125rem;
    text-align: center;
    background: white;
    border-radius: 0.25rem;
    color: #3e4464;
}

.industry .industry-nav a:last-child {
    margin-right: 0;
}

.industry .industry-nav a img {
    margin-right: 2.1875rem;
    display: inline-block;
    width: 2.1875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.industry .industry-nav a img.industry-nav-img1 {
    display: none;
}

.industry .industry-nav a img.industry-nav-img2 {
    display: block;
}

.industry .industry-nav a.active, .industry .industry-nav a:hover {
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg9.png");
}

.industry .industry-nav a.active img.industry-nav-img1, .industry .industry-nav a:hover img.industry-nav-img1 {
    display: block;
}

.industry .industry-nav a.active img.industry-nav-img2, .industry .industry-nav a:hover img.industry-nav-img2 {
    display: none;
}

.industry .industry-content .industry-item {
    position: relative;
    display: none;
}

.industry .industry-content .industry-item.active {
    display: block;
}

.industry .industry-content .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.industry .industry-content .swiper-slide .industry-left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4.375rem 3.125rem;
    width: 56%;
    height: 29rem;
    border-radius: 0.5rem 0 0 0.5rem;
    background: white;
}

.industry .industry-content .swiper-slide .industry-left h4 {
    margin-bottom: 1.25rem;
    font-size: 1.8rem;
    color: #333;
}

.industry .industry-content .swiper-slide .industry-left div {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    line-height: 2rem;
    color: #666;
}

.industry .industry-content .swiper-slide .industry-left a {
    display: block;
    width: 8.8rem;
    height: 2.8rem;
    margin-top: 4.4rem;
    font-size: .875rem;
    line-height: 2.55rem;
    text-align: center;
    color: #009966;
    border-radius: 1.5rem;
    border: solid 2px #009966;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.industry .industry-content .swiper-slide .industry-left a:hover {
    color: #fff;
    background: #009966;
    transform: translatey(-.625rem);
    -o-transform: translatey(-.625rem);
    -moz-transform: translatey(-.625rem);
    -webkit-transform: translatey(-.625rem);
}

.industry .industry-content .swiper-slide .industry-right {
    position: relative;
    right: 0;
    width: 45%;
    height: 29rem;
    border-radius: 0 0.5rem 0.5rem 0;
    overflow: hidden;
}

.industry .industry-content .swiper-slide .industry-right img {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.industry .industry-content .industry-page {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.875rem;
    height: 2.875rem;
    border-radius: 0.375rem;
    background: #223b64;
    z-index: 2;
}

.industry .industry-content .industry-page div {
    position: relative;
    top: 0.625rem;
    width: 1.875rem;
    height: 1.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon-down.png");
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.industry .industry-content .industry-page div::after {
    content: '';
}

.industry .industry-content .industry-page div.swiper-button-prev {
    margin-right: 1.25rem;
}

.industry .industry-content .industry-page div.swiper-button-next {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.search .search-ls>li {
    float: left;
    margin-bottom: 3.75rem;
    margin-right: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48%;
    height: 13.875rem;
    background: white;
    -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.11);
}

.search .search-ls>li .search-ls-left {
    position: relative;
    width: 37%;
    height: 13.875rem;
}

.search .search-ls>li .search-ls-left span {
    position: absolute;
    top: -1.25rem;
    left: 0.9375rem;
    display: block;
    width: 7.5rem;
    height: 2.5625rem;
    line-height: 2.5625rem;
    background: #223b64;
    color: white;
    font-size: 1.125rem;
    text-align: center;
    border-radius: 0.125rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg11.png");
}

.search .search-ls>li .search-ls-left img {
    display: block;
    width: 100%;
    height: 100%;
}

.search .search-ls>li .search-ls-right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.search .search-ls>li .search-ls-right .search-ls-top {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.25rem 0.625rem 1.25rem 1.5625rem;
    width: 100%;
    height: 10.5rem;
}

.search .search-ls>li .search-ls-right .search-ls-top .search-ls-con {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0.625rem;
    width: 100%;
    height: 5.625rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.search .search-ls>li .search-ls-right .search-ls-top .search-ls-con li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0.9375rem;
    height: 2.8125rem;
}

.search .search-ls>li .search-ls-right .search-ls-top .search-ls-con li b {
    display: block;
    width: 1.1875rem;
    height: 0.6875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon-copy.png");
}

.search .search-ls>li .search-ls-right .search-ls-top .search-ls-con li .text-flow {
    display: block;
    width: 18.75rem;
    font-size: 1rem;
    color: #666;
}

.search .search-ls>li .search-ls-right .search-ls-top .search-ls-con li i {
    display: block;
    width: 1.3125rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon-dl-def.png");
}

.search .search-ls>li .search-ls-right .search-ls-top .search-ls-con li:first-child b {
    width: 1.375rem;
    height: 1.625rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon-hot.png");
}

.search .search-ls>li .search-ls-right .search-ls-top .search-ls-con li:hover .text-flow {
    color: black;
    text-decoration: underline;
}

.search .search-ls>li .search-ls-right .search-ls-top .search-ls-con li:hover i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon-dl.png");
}

.search .search-ls>li .search-ls-right .search-ls-top .search-ls-more {
    font-size: 1.125rem;
    line-height: 2.1111111111;
    color: #666;
}

.search .search-ls>li .search-ls-right .search-ls-swp {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3.375rem;
    overflow: hidden;
}

.search .search-ls>li .search-ls-right .search-ls-bot {
    /*position: absolute;
  bottom: 0;
  right: 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.625rem;
    width: 100%;
    line-height: 3.375rem;
    height: 3.375rem;
    background: #eceef8;
    border-radius: 0.25rem;
    color: #333;
    font-size: 1rem;
}

.search .search-ls>li .search-ls-right .search-ls-bot span {
    display: block;
    text-align: center;
}

.search .search-ls>li .search-ls-right .search-ls-bot span i {
    display: inline-block;
    margin: 0 0.1875rem;
    color: #fa3c3c;
    font-style: normal;
}

.search .search-ls>li:nth-child(2n) {
    margin-right: 0;
}

.search .search-ls>li:nth-child(3), .search .search-ls>li:nth-child(4) {
    margin-bottom: 1.875rem;
}

.exp .block-content {
    margin-top: 1.9rem;
    padding-top: 5.3125rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg5.jpg");
}

.exp .block-content .inner {
    position: relative;
    padding-bottom: 12.5rem;
}

.exp .block-content .inner .exp-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.exp .block-content .inner .exp-top .exp-top-video {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 23.625rem;
}

.exp .block-content .inner .exp-top .exp-top-video img {
    display: inline-block;
    width: 10.25rem;
    height: 10.25rem;
    cursor: pointer;
    -webkit-animation: videoAnima 3s linear infinite;
    animation: videoAnima 3s linear infinite;
}

.exp .block-content .inner .exp-top .exp-top-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5625rem 2.5rem;
    display: block;
    width: 38.125rem;
    height: 23.625rem;
    background: rgba(236, 236, 241, 0.78);
    border-radius: 0.25rem;
}

.exp .block-content .inner .exp-top .exp-top-box .exp-box-title {
    padding-bottom: 1.5625rem;
    color: #333;
    font-size: 1.75rem;
    text-align: center;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.11);
}

.exp .block-content .inner .exp-top .exp-top-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.875rem 0;
}

.exp .block-content .inner .exp-top .exp-top-box ul li {
    float: left;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    text-align: center;
}

.exp .block-content .inner .exp-top .exp-top-box ul li i {
    display: block;
    width: 2.625rem;
    height: 2.3125rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.exp .block-content .inner .exp-top .exp-top-box ul li span, .exp .block-content .inner .exp-top .exp-top-box ul li strong {
    display: block;
    width: 100%;
}

.exp .block-content .inner .exp-top .exp-top-box ul li span {
    margin: 0.625rem auto;
    font-size: 1rem;
    color: #333;
}

.exp .block-content .inner .exp-top .exp-top-box ul li strong {
    font-size: 1.25rem;
    color: #3e4464;
    font-weight: 500;
}

.exp-bot {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5rem;
    width: 100%;
    height: 7rem;
    background: rgba(0, 153, 102, 0.78);
    border-radius: 0.25rem;
}

.exp-bot span {
    display: block;
    margin-right: 3.125rem;
    width: 10%;
    color: white;
    font-size: 1.5rem;
}

.exp-bot form {
    width: 88%;
}

.exp-bot form input {
    margin-right: 2.1875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.5625rem;
    width: 28%;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.55);
    font-size: 1.25rem;
    color: #999;
}

.exp-bot form input:focus {
    color: #333;
    background: rgba(255, 255, 255, 0.88);
    -webkit-box-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.55);
}

.exp-bot form input[type="submit"] {
    margin-right: 0;
    width: 34%;
    background: linear-gradient(-90deg, #00c0ff, #104bb9);
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
}

.exp-bot form input[type="submit"]:focus, .exp-bot form input[type="submit"]:hover {
    background: linear-gradient(-90deg, #104bb9, #00c0ff);
    -webkit-box-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.99);
    box-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.99);
}

@-webkit-keyframes videoAnima {
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes videoAnima {
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.kitchen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg12.png");
}

.kitchen .block-content .kitchen-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kitchen .block-content .kitchen-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.875rem;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.35);
}

.kitchen .block-content .kitchen-item .kitchen-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.8125rem;
}

.kitchen .block-content .kitchen-item .kitchen-item-top i {
    margin-right: 1.5rem;
    display: inline-block;
    width: 4.8125rem;
    height: 4.8125rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.kitchen .block-content .kitchen-item .kitchen-item-top span {
    font-size: 1.125rem;
    color: #333;
}

.kitchen .block-content .kitchen-item .kitchen-item-bot {
    margin-top: 1.25rem;
}

.kitchen .block-content .kitchen-item .kitchen-item-bot p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.875;
    color: #333;
}

.kitchen .block-content .kitchen-item .kitchen-item-bot img {
    display: inline-block;
    margin: 0 auto;
    width: 11.625rem;
    height: 13.625rem;
}

.kitchen .block-content .kitchen-left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0.3125rem;
    width: 29%;
    height: 29rem;
    border-radius: 0.25rem;
    background: white;
}

.kitchen .block-content .kitchen-mid {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 29rem;
}

.kitchen .block-content .kitchen-mid .kitchen-item {
    position: absolute;
    background: white;
}

.kitchen .block-content .kitchen-mid .kitchen-item:nth-child(1) {
    top: 0;
    left: 0;
    margin-bottom: 0.375rem;
    height: 13.25rem;
}

.kitchen .block-content .kitchen-mid .kitchen-item:nth-child(2), .kitchen .block-content .kitchen-mid .kitchen-item:nth-child(3) {
    bottom: 0;
    width: 49.4%;
    height: 15.5rem;
}

.kitchen .block-content .kitchen-mid .kitchen-item:nth-child(2) {
    margin-right: 0.375rem;
    left: 0;
    width: 49.7%;
}

.kitchen .block-content .kitchen-mid .kitchen-item:nth-child(3) {
    right: 0;
}

.kitchen .block-content .kitchen-right {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0.75rem;
    padding: 3.125rem 2.5rem;
    width: 28%;
    height: 29rem;
    border-radius: 0.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg13.png");
}

.kitchen .block-content .kitchen-right h4 {
    margin-bottom: 2.375rem;
    font-size: 1.875rem;
    color: #333;
    font-weight: normal;
}

.kitchen .block-content .kitchen-right form {
    margin: 0 auto;
    width: 100%;
}

.kitchen .block-content .kitchen-right form input,
.kitchen .block-content .kitchen-right form select {
    margin-bottom: 0.9375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.25rem;
    width: 100%;
    height: 3.5625rem;
    line-height: 3.5625rem;
    color: rgba(87, 87, 87, 0.83);
    font-size: 1.25rem;
    background: rgba(213, 218, 232, 0.5);
    border-radius: 0.25rem;
}

.kitchen .block-content .kitchen-right form input:focus {
    color: #333;
    background: #d5dae8;
    -webkit-box-shadow: 0 0 0.625rem rgba(213, 218, 232, 0.33);
    box-shadow: 0 0 0.625rem rgba(213, 218, 232, 0.33);
}

.kitchen .block-content .kitchen-right form .fmbtn,
.kitchen .block-content .kitchen-right form input[type="submit"] {
    margin-top: 0.9375rem;
    margin-bottom: 0;
    height: 4.125rem;
    line-height: 4.125rem;
    background: rgba(213, 218, 232, 0.8);
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    text-align: center;
}

.kitchen .block-content .kitchen-right form .fmbtn:hover,
.kitchen .block-content .kitchen-right form input[type="submit"]:hover, .kitchen .block-content .kitchen-right form input[type="submit"]:focus {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 0.625rem rgba(213, 218, 232, 0.99);
    box-shadow: 0 0 0.625rem rgba(213, 218, 232, 0.99);
}

.kitchen .block-content .kitchen-right::before {
    content: '';
    position: absolute;
    right: 2.5rem;
    top: 0.9375rem;
    display: block;
    width: 4.1875rem;
    height: 5.625rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon-book.png");
}

.kitchen .kitchen-bot {
    margin-top: 3.75rem;
    padding: 3rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg6.jpg");
    color: white;
    text-align: center;
}

.kitchen .kitchen-bot h4 {
    font-size: 2.5rem;
    line-height: 1.7;
    font-weight: normal;
}

.kitchen .kitchen-bot p {
    font-size: 2.25rem;
    line-height: 1.8888888889;
}

.kitchen .kitchen-bot .kitchen-ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 3.4375rem;
}

.kitchen .kitchen-bot .kitchen-ls li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kitchen .kitchen-bot .kitchen-ls li span, .kitchen .kitchen-bot .kitchen-ls li strong {
    margin: 0 auto;
    display: inline-block;
    width: 10.875rem;
}

.kitchen .kitchen-bot .kitchen-ls li strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-size: 3.55rem;
    font-weight: bolder;
    text-shadow: -0.125rem -0.0625rem 1.25rem black;
}

.kitchen .kitchen-bot .kitchen-ls li strong b, .kitchen .kitchen-bot .kitchen-ls li strong i {
    font-style: normal;
    font-weight: normal;
}

.kitchen .kitchen-bot .kitchen-ls li strong i {
    font-size: 0.9375rem;
}

.kitchen .kitchen-bot .kitchen-ls li span {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.2;
    width: 100%;
}

.kitchen .kitchen-bot .kitchen-ls li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    margin-top: 0;
    display: block;
    width: 0.125rem;
    height: 5.375rem;
    background: rgba(255, 255, 255, 0.6);
}

.kitchen .kitchen-bot .kitchen-ls li:last-child::after {
    display: none;
}

.news .block-content {
    padding-bottom: 1.375rem;
}

.news .news-left {
    float: left;
    margin-right: 1.875rem;
    width: 47%;
    background: white;
    -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.22);
}
.news .news-left a{
    position: relative;
    width: 100%;
}

.news .news-left .news-left-img {
    width: 100%;
    height: 26rem;
	overflow:hidden;
}

.news .news-left .news-left-img img {
    margin: 0 auto;
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
}

.news .news-left .news-left-bot {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.875rem;
}

.news .news-left .news-left-bot h4 {
    font-size: 1.25rem;
    line-height: 2.3;
    color: #333;
}

.news .news-left .news-left-bot p {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news .news-left .news-left-bot .newsmore {
    display: block;
    margin-top: 1.875rem;
    width: 6.3125rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    border: 1.0.3125rem solid #666;
    border-radius: 0.25rem;
    color: #999;
    font-size: 1rem;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news .news-left .news-left-bot .newsmore:hover {
    color: white;
    background: #009966;
}

.news .news-right {
    float: left;
    position: relative;
    padding-bottom: 2.1875rem;
    width: 49%;
}

.news .news-right .news-ls li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.9375rem 2.5rem;
    width: 100%;
    height: 8.125rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.14);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news .news-right .news-ls li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.news .news-right .news-ls li a .news-ls-date {
    position: relative;
    margin-right: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
    color: #333;
}

.news .news-right .news-ls li a .news-ls-date strong, .news .news-right .news-ls li a .news-ls-date span {
    display: block;
    width: 100%;
}

.news .news-right .news-ls li a .news-ls-date strong {
    margin-bottom: 0.3125rem;
    font-size: 2.25rem;
}

.news .news-right .news-ls li a .news-ls-date span {
    font-size: 1.25rem;
}

.news .news-right .news-ls li a .news-ls-date::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.3125rem;
    display: block;
    width: 0.0625rem;
    height: 2.625rem;
    background: #aeaeae;
}

.news .news-right .news-ls li a .news-ls-info {
    max-width: 80%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news .news-right .news-ls li a .news-ls-info h4 {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #333;
}

.news .news-right .news-ls li a .news-ls-info p {
    font-size: 1rem;
    line-height: 1.4;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .news-right .news-ls li:last-child {
    border-bottom: none;
}

.news .news-right .news-ls li:hover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg7.png");
    -webkit-box-shadow: 0 0 0.625rem rgba(12, 17, 28, 0.4);
    box-shadow: 0 0 0.625rem rgba(12, 17, 28, 0.4);
}

.news .news-right .news-ls li:hover a .news-ls-date {
    color: white;
}

.news .news-right .news-ls li:hover a .news-ls-info h4, .news .news-right .news-ls li:hover a .news-ls-info p {
    color: white;
}

.news .news-right .swiper-pagination {
    left: 6.25rem;
    bottom: 2.875rem;
}

.news .news-right .swiper-pagination span.swiper-pagination-bullet {
    margin-right: 1rem;
    width: 1.2rem;
    height: 0.5625rem;
    border-radius: .28rem;
    background: rgba(17, 31, 46, 0.69);
}

.news .news-right .swiper-pagination span.swiper-pagination-bullet-active {
    background: #009966;
    width: 0.5625rem !important;
}

.news .news-right .news-more {
    position: relative;
    left: 0;
    font-size: 0.875rem;
    line-height: 2.7142857143;
    color: #666;
}

.news .news-right .news-more:hover {
    color: #333;
}

#ieb .industry .industry-content .industry-page div {
    top: 0.0625rem;
}

/*2021/9/11 fesg*/
.kitchen .block-content .kitchen-mid .kitchen-item .kitchen-item-bot {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.875;
    color: #333;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2;
}
.kitchen .block-content .kitchen-mid .kitchen-item .kitchen-item-bot:hover {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4;
    overflow-y: auto;
}
.return_top {
    position: fixed;
    width: 5.625rem;
    height: 2.9375rem;
    right: 0;
    bottom: 6.25rem;
    background-image: linear-gradient(to bottom right, #06e15e, #65cceb);
    z-index: 23;
    visibility: hidden;
    filter: alpha(opacity = 0);
    opacity: 0;
    transition: 0.2s ease-out;
}
.return_top:hover {
    background-image: linear-gradient(to bottom right, #65cceb, #06e15e);
}
.show{
    visibility: visible;
    filter: alpha(opacity = 100);
    opacity: 1;
}
.return_top .to-top {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    background-image: url(../images/suspend_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* about */
.zbanner {
	height: 25rem;
	background: url(../images/about.jpg) no-repeat center center;
    background-size: cover;
}
.wrap {
    max-width: 75rem;
    padding: 0 .625rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.zbanner .wrap {
	overflow: inherit;
}
.div_font {
	position: absolute;
	top: 176px;
	left: 33px;
	font-family: Arial, 微软雅黑;
}
.div_font.div_font1 {
	top: 250px;
}
.div_font .div_p1 {
	font-size: 48px;
	color: #fff;
}
.div_font .div_p2 {
	color: #fff;
	font-size: 18px;
	margin-top: 24px;
	line-height: 27px;
}
.main_tit {
	line-height: 27px;
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
}
.main_tit p {
	padding-left: 20px;
	background: url(../images/icon15.png) no-repeat left 8px;
}
.main_toggle ul {
	overflow: hidden;
}
.main_toggle ul li {
	float: left;
	width: 16.6667%;
	text-align: center;
	line-height: 87px;
}
.main_toggle.toggle2 ul li {
	width: 50%;
}
.main_toggle ul li a {
	background: #fff;
	margin: 0 1px;
	display: block;
	color: #373737;
	font-size: 16px;
	cursor: pointer;
}
.main_toggle ul li a:hover, .main_toggle ul li.on a {
	background: #d73034;
	color: #fff;
}
.main_tab_ht {
	height: 1px;
	width: 100%
}
.main_tab_ht.fixed {
	height: 87px;
}
.main_tab.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 999;
	background: #fff;
}
.gy_jj {
	background: #f7f7f7;
}
.gy_jj_m {
	padding-bottom: 70px;
    height: 445px;
}
.gy_jj_web {
	float: left;
	width: 51%;
	margin-top: 50px;
	padding-left: 2%;
}
.gy_jj_web p {
	font-size: 13px;
	color: #7f7f7f;
	line-height: 29px;
	text-indent: 2em;
}
.gy_jj_pic {
	float: left;
	width: 45%;
	margin-top: 40px;
}
.gy_jj_pic img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.lsfx_tit.gy_tit {
}
.lsfx_tit.gy_tit h3 {
	text-align: center;
	font-size: 22px;
}
.lsfx_tit.gy_tit span {
	left: 50%;
	margin-left: -1.25rem;
}
.page_lxfs {
	background: #fff;
	margin-top: 70px;
	padding: 0 70px;
	padding-bottom: 110px;
	margin-bottom: 95px;
}
.lsfx_tit {
	padding-top: 1%;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
}
.lsfx_tit h3 {
	font-size: 20px;
	position: relative;
	font-weight: normal;
	line-height: 2.5rem;
	color: #363636;
}
.lsfx_tit h3 a {
	float: right;
	font-size: 12px;
	color: #909090;
	display: inline-block;
	padding-left: 17px;
	background: url(../images/icon50.png) no-repeat left center;
}
.lsfx_tit h3 a:hover {
	color: #d31f23
}
.lsfx_tit span {
	display: block;
	position: absolute;
	bottom: -1px;
	height: 3px;
	width: 2.5rem;
	background: #e63b3e;
}
.lsfx_tit.lsfx_tit1 span {
	width: 5em;
}
.lsfx_tit.lsfx_tit1 {
	margin-bottom: 20px;
}
.lxfs_web {
	float: left;
	width: 50%;
}
.lxfs_web_t {
	margin-top: 33px;
}
.lxfs_web_t h3 {
	font-size: 20px;
	color: #363636;
}
.lxfs_web_t p {
	font-size: 12px;
	color: #969696;
	font-family: Arial;
	margin-top: 15px;
}
.lxfs_web_xq {
	padding-left: 45px;
	margin-top: 30px;
}
.lxfs_web_xq p {
	font-size: 12px;
	color: #959595;
	padding-left: 24px;
	line-height: 20px;
	margin: 7.5px 0;
}
.lxfs_web_xq p.p1 {
	background: url(../images/icon33.png) no-repeat left center;
}
.lxfs_web_xq p.p2 {
	background: url(../images/icon34.png) no-repeat left center;
}
.lxfs_web_xq p.p3 {
	background: url(../images/icon35.png) no-repeat left center;
}
.lxfs_web_xq p.p4 {
	background: url(../images/icon36.png) no-repeat left center;
}
.lxfs_web_xq p.p5 {
	background: url(../images/icon37.png) no-repeat left center;
}
.lxfs_kf {
	margin-top: 15px;
}
.lxfs_kf a {
	display: inline-block;
	margin-right: 15px;
}
.lxfs_ewm {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 30px;
	margin-left: -1px;
	border-left: 1px solid #f0f0f0;
}
.lxfs_ewm_pic {
}
.lxfs_ewm_pic img {
    width:200px;
}
.lxfs_ewm p {
	margin-top: 12px;
}
.gy_zqdw {
	height: 500px;
	padding-top: 144px;
}
.zqdw_tb {
	height: 1px;
	background: #6c6d6d;
	position: relative;
}
.zqdw_tb_m {
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -70px;
	text-align: center;
	background: #525354;
}
.zqdw_tb_m p {
	color: #f7f7f7;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}
.zqdw_ln {
	margin-top: 178px;
	text-align: center;
}
.zqdw_ln span {
	display: inline-block;
	height: 79px;
	line-height: 79px;
	padding: 0 10px;
	border-top: 1px solid #8d7774;
	border-bottom: 1px solid #8d7774;
	font-size: 47.59px;
	font-weight: bold;
	color: #fff;
}
.zqdw_ln span em {
	font-style: normal;
	color: #d31f23;
}
.zqpz_tab {
	margin-top: 60px;
}
.zqpz_list {
}
.zqpz_list_pic {
	width: 50%;
	height: 307px;
}
.zqpz_list_web {
	width: 50%;
	text-align: center;
	display: table;
	height: 307px;
	position: relative;
}
.zqpz_list_web_cell {
	display: table-cell;
	vertical-align: middle;
}
.zqpz_list_web h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
.zqpz_list_web h3 i {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #d31f23;
	vertical-align: middle;
	margin: 0 10px 5px;
}
.zqpz_list_web_cell p {
	line-height: 28px;
	font-size: 13px;
	max-width: 450px;
	margin: 20px auto 0;
}
.zqpz_list_web_sj {
	width: 13px;
	height: 25px;
	background: url(../images/icon52.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -12px;
}
.zqpz_list.zqpz_list1 .zqpz_list_web_sj {
	background: url(../images/icon53.png) no-repeat center center;
	left: auto;
	right: -12px;
}
.gy_zqtd {
	padding: 80px 0;
	background: #fff;
}
.zqtd_l {
	float: left;
	width: 50%;
	height: 444px;
	background: url(../images/pic8.png) no-repeat left top;
}
.zqtd_l_web {
	float: right;
	text-align: center;
	margin-right: 60px;
	padding-top: 215px;
}
.zqtd_l_web h3 {
	font-size: 33px;
	color: #000;
}
.zqtd_l_web p {
	font-size: 22px;
	color: #000;
	margin-top: 20px;
}
.zqtd_r {
	float: right;
	width: 50%;
	height: 444px;
	background: #e83e42 url(../images/pic9.png) no-repeat left top;
	position: relative;
}
.zqtd_r .zqpz_list_web_sj {
	background: url(../images/icon73.png) no-repeat center center;
	width: 30px;
	height: 63px;
	left: -29px;
	margin-top: -32px;
}
.zqtd_r_web {
	float: left;
	margin-left: 100px;
	padding-top: 110px;
	text-align: center;
}
.zqtd_r_web h3 {
	color: #fff;
	font-size: 32.96px;
	margin-top: 27px;
}
.zqtd_r_web span {
	display: block;
	height: 3px;
	background: #fff;
	width: 30px;
	margin: 12px auto 0;
}
.zqtd_r_web p {
	color: #fff;
	margin-top: 12px;
	font-size: 12px;
	overflow-x: hidden;
	overflow: hidden;
}
.zqwh_list span {
	display: none;
}
.gy_zqwh {
	position: relative;
	margin-bottom: 70px;
}
.gy_zqwh_pic {
}
.gy_zqwh_pic img {
	display: block;
	width: 100%;
}
.gy_zqwh_tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gy_titi_bc {
	text-align: center;
	margin-top: 13px;
}
.gy_titi_bc p {
	font-size: 13px;
	color: #000;
}
.zqwh_tab {
}
.zqwh_tab p {
	line-height: 22px;
	font-size: 13px;
}
.zqwh_tab .trt {
	text-align: right;
}
.zqwh_list {
	position: absolute;
}
.zqwh_cx, .zqwh_zz, .zqwh_gx {
	width: 21.5%;
}
.zqwh_cx {
	top: 35.5%;
	left: 10.5%;
}
.zqwh_zz {
	top: 55%;
	left: 9%;
}
.zqwh_gx {
	top: 77%;
	left: 10.5%;
}
.zqwh_chx, .zqwh_yj, .zqwh_sm, .zqwh_gd {
	width: 26%;
}
.zqwh_chx {
	top: 27%;
	left: 66%;
}
.zqwh_yj {
	top: 47.5%;
	left: 69.5%;
}
.zqwh_sm {
	top: 65.5%;
	left: 70%;
}
.zqwh_gd {
	top: 79.5%;
	left: 67%;
}



@media screen and (max-width: 1800px) {
    .kitchen .block-content .kitchen-mid .kitchen-item .kitchen-item-bot {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 1440px) {
    .kitchen .block-content .kitchen-mid .kitchen-item .kitchen-item-bot {
        -webkit-line-clamp: 2;
    }
}

.exp .block-content .inner .exp-top .exp-top-box .exp-box-title {
    text-align: left;
    position: relative;
}
.exp .block-content .inner .exp-top .exp-top-box .descs {
    text-align: left;
    position: relative;
    height: 17rem;
    overflow-y: auto;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #333;
}
.exp .block-content .inner .exp-top .exp-top-box .descs::-webkit-scrollbar {
    width: 5px
}
.exp .block-content .inner .exp-top .exp-top-box .descs::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #009966;
  }
  .exp .block-content .inner .exp-top .exp-top-box .descs::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* background   : #99cc99; */
  }

@media screen and (max-width: 992px) {

    .container{
    	min-width: 100%;
    }
    .service {
        padding: 0;
        background-color: #fff;
        padding: 0 .2rem .2rem !important;
        padding-top: unset !important;
    }

    .service-ul {
        width: 100%;
        min-width: unset;
    }
    .service-ul li:nth-child(n+3) {
        width: 33%;
    }
    .service-ul li:nth-child(-n+2) {
        padding-bottom: .1rem;
    }
    .service-ul li:nth-child(2),.service-ul li:nth-child(5) {
        padding-right: 0;
    }
    .service-ul li {
        width: 50%;
        padding-right:.2rem;
        overflow: hidden;
    }
    .service-ul li .service-item-name {
        margin-top: unset;
    }
    .service-ul li .service-item-name p{
        font-size: 0.30rem;
        line-height: .4rem;
        height: unset;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .service-ul li .service-item{
        overflow: hidden;
    }
}

.show :nth-child(8) {
    display: none;
}
