@charset "UTF-8";

.zy-mainArea{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}
.zy-nav>ul{
    width: 1200px;
    display: flex;
    position: relative;
}
.zy-nav>ul>li{
    flex: 1;
    font-family: MicrosoftYaHei;
	font-size: 20px;
    color: #333333;
    margin-top: 50px;
    /* padding-bottom: 20px; */


    padding: 10px;
    /* background: #8ec31f; */

}
.zy-nav>ul>li a{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* width: 113%; */
    margin: 0 auto;
}

.zy-nav>ul>li:hover{
    background: #8ec31f;
    color: #fff;
}

.zy-ss{
    position: absolute;
    width: 80%;
    top: 100%;
    left: 10%;
    display: none;
    background-color: #ffffff;
	box-shadow: 0px 4px 23px 4px 
        rgba(0, 0, 0, 0.08);
}
.zy-ss-left{
    width: 56%;

}
.zy-ss-left>div{
    width: 80%;
    display: flex;
  /*  justify-content: space-between; */
    padding-left: 62px;
    padding-top: 40px;
	padding-bottom: 40px;
	
}
.zy-ss-left>div>ul{
	width: 100%;
	height: 300px;

	/* display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap; */
}

@media (max-width:1200px) {
	.zy-ss-left>div>ul{
		width: 100%;
		height: 300px;
		display: flex;
		flex-direction: column;
		/* justify-content: space-between; */
		flex-wrap: wrap;
	}
	
	
}



.zy-ss-left>div>ul li{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	/* line-height: 44px; */
    margin-top: 30px;
	letter-spacing: 0px;
	color: #333333;
	width: 160px;
	background-color:transparent;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	
	
}
.zy-ss-left>div>ul li:hover{
    font-family: MicrosoftYaHei;
	border-radius: 5px;
	font-size: 16px;
	/* line-height: 44px; */
    margin-top: 30px;
	letter-spacing: 0px;
	color: #8ec31f;
	width: 160px;
	background-color:#f7f7f7;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	float: left;
	margin-right: 20px;
	
	
}


.zy-language .zy-languageCN{
    font-family: MicrosoftYaHei;
	font-size: 20px;
	letter-spacing: 0px;
    color: #8ec31f;
    padding-right: 5px;
}
.zy-ss-right{
    padding-left: 52px;
    width: 44%;
    /* background-color: #f7f7f7; */
    background-color: #8ec31f;
}
.zy-ss-right>div{
    width: 65%;
}
.zy-ss-right h1{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	line-height: 44px;
	font-weight: 600;
    color: #8ec31f;
    color: #fff;
    padding-top: 38px;
    padding-bottom: 21px;
}
.zy-ss-right p{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
    color: #666666;
    color: #fff;
    padding-bottom: 24px;
}
.zy-ss-right h2{
    font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #fff;
    padding-bottom: 55px;
}
.zy-ss-right img{
    position: relative;
    top: -3px;
}
.zy-nav>ul>li:hover .zy-ss{
    display: flex;
}
.zy-nav>ul>li span{
    margin-right: 10px;
}
.zy-nav>ul>li .zy-select1{
    display: none;
}
.zy-nav>ul .zy-active{
    color: #8ec31f;
}
.zy-nav>ul .zy-active .zy-select1{
    display: block;
}
.zy-nav>ul .zy-active .zy-select2{
    display: none;
}
.zy-index-img{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.zy-index-img>div img{
    width: 100%;
}
.zy-brand img{
    width: 100%;
}
.zy-brand{
    margin-top: 60px;
    margin-bottom: 50px;
}
.zy-project{
    margin: 80px 0;
}
.zy-project>h1{
	font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	text-align: center;
    color: #333333;
    padding-bottom: 50px;
}


/* 尾部 */
footer{
    background-image: url(../images/zy-images/zy-footBg.png);
    width: 100%;
}
.zy-foot-top-main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 45px;
    padding-bottom: 50px;
}
.zy-foot-top-main h1{
    font-family: MicrosoftYaHei;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}
.zy-foot-hr{
    width: 40px;
	height: 2px;
    background-color: #8ec31f;
    margin-top: 13px;
    margin-bottom: 30px;
}
.zy-foot-info h2{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #cccccc;
}
.zy-foot-info>div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.zy-foot-info>div:last-child{
    margin-bottom: unset;
}
.zy-foot-info>div>div{
    width: 30px;
}
.zy-footMidList{
    display: flex;
}
.zy-footMid{
    width: 50%;
    border-left: 1px solid rgb(255, 255, 255,0.1);
    border-right: 1px solid rgb(255, 255, 255,0.1);
}
.zy-footMid1{
    width: 40%;
    margin: 0 auto;
}
.zy-footMidList{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #cccccc;
    margin-bottom: 30px;
}
.zy-footMidList:last-child{
    margin-bottom: unset;
}
.zy-footMidList span{
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border: 5px solid ;
    border-color: transparent transparent   transparent #a1a2a4 ;
}
.zy-footRight{
    width: 22%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end
}
.zy-footRight h3{
    font-family: MicrosoftYaHei;
	font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}
.zy-footLeft{
    width: 27%;
}
.zy-foot-bottom{
    background-color: #303843;
}
.zy-foot-bottom-mian{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    line-height: 36px;
}
.zy-foot-bottom-mian>div{
    font-family: MicrosoftYaHei;
	font-size: 12px;
    color: #ffffff;
    height: 36px;
}
.zzpp{
    position: relative;
    left: 14px
}
.zy-indexList{
    width: 100%;
	height: 520px;
    background-color: #8ec31f;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.zy-indexList2{
    width: 100%;
	height: 520px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.zy-indexList2>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}
.zy-indexList>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.zy-indexListImg{
    width: 50%;
}
.zy-indexListContent{
    width: 50%;
    padding-left: 30px;
}
.zy-indexList2 .zy-indexListContent{
    width: 50%;
    padding-right: 30px;
    padding-left: unset;
}
.zy-indexListContent h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
	letter-spacing: 0px;
    color: #ffffff;
    margin-top: 55px;
    margin-bottom: 30px;
}
.zy-indexListContent p{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
}
.zy-indexListContent div{
	width: 140px;
	height: 45px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #8ec31f;
    font-weight: bold;
}
.zy-indexList2 .zy-indexListContent h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
	letter-spacing: 0px;
    margin-top: 55px;
    margin-bottom: 30px;
    color: #333333;
}

.zy-indexList2 .zy-indexListContent div{
	width: 140px;
	height: 45px;
    background-color: #8ec31f;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #fff;
}
.zy-indexList2 .zy-indexListContent p{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}
.zy-loop{
    position: relative;
}
.zy-loop .swiper-container{
    width: 80%;
    margin: 0 auto;
}
.zy-loop .swiper-slide{
    position: relative;
}
.zy-loop .swiper-slide>img{
    width: 100%;
}
.zy-loopMask{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 11%;
    background-color:rgb(6,67,130, 0.6);
    width: 100%;
}
.zy-loopMask h1{
    margin-top: 6%;
    margin-bottom: 7%;
    font-family: MicrosoftYaHei;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
    color: #ffffff;
}
.zy-loopMask>div{
    width: 140px;
	height: 45px;
    background-color: #8ec31f;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8%;
}
.zy-loop .swiper-button-prev{
    background-image: url(../images/zy-images/zy-loopR.png);
    background-size:80%;
    width: 36px;
	height: 36px;
    background-color: #8ec31f;
    border-radius: 100%;
    outline: unset;
    left: 20px;
    transform: rotateY(180deg);
}
.zy-loop .swiper-button-next{
    background-image: url(../images/zy-images/zy-loopR.png);
    background-size:80%;
    width: 36px;
	height: 36px;
    background-color: #8ec31f;
    border-radius: 100%;
    outline: unset;
    right: 20px;
}
.zy-loop .swiper-button-prev.swiper-button-disabled{
    background-image: url(../images/zy-images/zy-rr.png);
    width: 36px;
	height: 36px;
    border: solid 1px #bbbbbb;
    background-color: unset;
    transform: rotateY(180deg);
}
.zy-loop .swiper-button-next.swiper-button-disabled{
    background-image: url(../images/zy-images/zy-rr.png);
    width: 36px;
	height: 36px;
    border: solid 1px #bbbbbb;
    background-color: unset;
}

/* 电镀源 */
.zy-title {
    width: 100%;
    background-color: #8ec31f;
}

.zy-title>div {
    width: 1200px;
    margin: 0 auto;
    height: 280px;
}

.zy-title h1 {
    font-family: MicrosoftYaHei;
    font-size: 44px;
    color: #ffffff;
    padding-top: 75px;
    padding-bottom: 39px;
}

.zy-title>div>div {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.zy-crumbs {
    margin-top: 20px;
}

.zy-crumbs>div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.zy-crumbs>div h1 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-left: 5px;
    margin-right: 5px;
}

.zy-crumbs>div h1:last-child {
    color: #8ec31f;
}

.zy-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 70px;
}

.zy-content>div {
    width: 48%;
}

.zy-content>div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy-content>div:nth-child(2){
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.zy-content h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: MicrosoftYaHei;
    font-size: 26px;
    color: #333333;
}

.zy-content p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}
.zy-l1{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
    color: #333333;
    display: flex;
    justify-content: start;
}
.zy-l1 img{
    margin-right: 10px;
}
.zy-l1>div:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
}
.zy-content-lszyh{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.zy-content-lszyh h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
	letter-spacing: 0px;
    color: #333333;
    margin-bottom: 30px;
}
.zy-content-lszyh h2{
    font-family: MicrosoftYaHei;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.zy-lszyh-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.zy-tszyhImg{
    width: 591px;
	height: 380px;
	background-color: #ffffff;
	box-shadow: 0px 3px 55px 2px 
		rgba(0, 0, 0, 0.1);
}
.zy-lszyh-bottom h3{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 40px;
}
.zy-alfx1{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}
.zy-alfx1>div{
    margin-left: 40px;
}
.zy-alfx1>div h1{
    font-size: 26px;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 30px;
}
.zy-alfx1>div h2{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;;
}
.zy-alfx-main .zy-indexList>div{
    display: flex;
    flex-direction: row-reverse;
}
.zy-alfx-main .zy-indexList>div .zy-indexListContent{
    padding-left: unset;
    padding-right: 30px;
}
.zy-alfx-main .zy-indexList2>div{
    display: flex;
    flex-direction: unset;
}
.zy-alfx-main .zy-indexList2>div .zy-indexListContent{
    padding-left: 30px;
    padding-right: unset;
}
.zy-fwfz{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.zy-fwfz h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 20px;
}
.zy-fwfz-img{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.zy-fwfz-img img{
    width: 100%;
}
.zy-fwfz p{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.zy-fwfz h2{
    font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.zy-yjyhhy{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}
.zy-yjyhhy>div:nth-child(1){
    margin-right: 40px;
}
.zy-yjyhhy>div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.zy-yjyhhy h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
	letter-spacing: 0px;
    color: #333333;
    padding-bottom: 30px;
}
.zy-yjyhhy p{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}
.zy-process{
    width: 100%;
    background-color:rgb(142,195,31,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.zy-process h1{
    font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	letter-spacing: 0px;
    color: #333333;
    margin-top: 3%;
    margin-bottom: 3%;
}
.zy-process img{
    margin-bottom: 6%;
    width: 100%;
}
.zy-process2{
    width: 100%;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.zy-process2 h1{
    font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	letter-spacing: 0px;
    color: #333333;
    margin-top: 3%;
    margin-bottom: 3%;
}
.zy-process2 img{
    margin-bottom: 6%;
    width: 100%;
}
.zy-yyhk{
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.zy-yyhk h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
	letter-spacing: 0px;
    color: #333333;
    padding-bottom: 30px;
}
.zy-yyhk-main{
    display: flex;
    margin-bottom: 10px;
}
.zy-yyhk-main>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zy-yyhk-main h1{
    font-size: 26px;
	letter-spacing: 0px;
    color: #333333;
    padding-bottom: 30px;
}
.zy-yyhk-main h2{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}
.zy-yyhk-main img{
    margin-right: 3%;
}
.zy-wmdjs{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 60px;
}
.zy-wmdjs-video{
    width: 45%;
    margin-right: 5%;
}
.zy-wmdjs-video video{
    width: 100%;
    height: 334px;
}
.zy-wmdjs-right{
    width: 30%;
}
.zy-wmdjs-right>div{
    display: flex;
    margin-bottom: 15px;
    line-height: 22px;
    height: 22px;
    justify-content: space-between;
    width: 100%;
}
.zy-wmdjs-right>div a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #8ec31f;
}
.zy-wmdjs-right>div>div{
    display: flex;
    font-family: MicrosoftYaHei;
	font-size: 20px;
	letter-spacing: 0px;
	color: #333333;
}
.zy-wmdjs-right>div>div img{
    margin-right: 8px;
}
.zy-wmdjs-right h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
	letter-spacing: 0px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 25px;
}
.zy-tghyPbottom{
    height: 80px;
    width: 100%;
}
.zy-qchyList{
    width: 100%;
    height: 350px;
    background-color: #8ec31f;
    display: flex;
    align-items: center;
}
.zy-qchyList>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.zy-qchyList>div img{
    margin-right: 36px;
}
.zy-qchyList>div>div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zy-qchyList>div>div h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
	letter-spacing: 0px;
    color: #ffffff;
    padding-bottom: 20px;
}
.zy-qchyList>div>div p{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.zy-ddhyTable{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.zy-ddhyTable h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
    color: #333333;
    padding-bottom: 30px;
}
.zy-ddhyG{
    width: 100%;
    background-color: #8ec31f;
}
.zy-ddhyG .zy-yyhk-main:last-child{
    padding-bottom: 70px;
}
.zy-ddhyG>.zy-yyhk>h1{
    padding-top: 45px;
}
.zy-ddhyG .zy-yyhk h1{
    color: #fff;
}
.zy-ddhyG .zy-yyhk .zy-yyhk-main h2{
    color: #fff;
}
.zy-Bottzxmfx{
    width: 1200px;
    margin: 0 auto;
}
.zy-Bottzxmfx h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
    color: #333333;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 30px;
}
.zy-Bottzxmfx>img{
    margin-bottom: 20px;
}
.zy-DesignScheme{
    margin-top: 30px;
}
.zy-DesignScheme h2{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 30px;
}
.zy-CostSavings{
    margin-top: 50px;
}
.zy-CostSavings h2{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 30px;
}
.zy-CostSavings h3{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
    color: #333333;
    padding-bottom: 24px;
}
.zy-investmentB1{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
    font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 30px;
}
.zy-investmentB1 span{
    color: #ff0000;
}
.zy-investmentB2{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
    font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 30px;
}
.zy-investmentB2 span{
    color: #ff0000;
}
.zy-investmentB2 b{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	line-height: 30px;
    color: #ff0000;
    margin-top: 10px;
}
.zy-jlpfTable{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 50px;
}
.zy-jlpfTable img{
    width: 100%;
}

.zy-jlpfTable>div{
    margin-right: 10px; 
    margin-left: 10px;
}
.zy-jlpfTable2{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 50px;
}
.zy-jlpfTable2 h1{
    font-family: MicrosoftYaHei;
	font-size: 20px;
    color: #333333;
    padding-bottom: 30px;
}
.zy-jlpfTable2 img{
    width: 100%;
}
.sp_header{
    display: none;
}
.zy-ddhyTable img{
    width: 100%;
}
.zy-gyhy1{
    width: 1200px;
    margin: 0 auto;
}
.zy-gyhy1 h1{
    font-family: MicrosoftYaHei;
	font-size: 26px;
    color: #333333;
    padding-bottom: 30px;
    padding-top: 20px;
}
.zy-gyhy1 p{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
    color: #333333;
    margin-bottom: 30px;
}
.zy-gyhyList h2{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
.zy-gyhy-yykh{
    margin-top: 30px;
    margin-bottom: 50px;
}
.zy-gyhy-yykh h3{
    font-size: 20px;
    color: #333333;
    padding-bottom: 30px;
}
.zy-gyhy-yykh>div{
    display: flex;
    justify-content: space-between;
}
.zy-gyhy2{
    width: 100%;
    background-color: #8ec31f;
}
.zy-gyhy2>div{
    width: 1200px;
    margin: 0 auto;
}
.zy-gyhy2>div>div .zy-l1{
    color: #fff;
}
.zy-gyhy2>div>div:nth-child(1){
    margin-bottom: 35px;
}
.zy-gyhy2 .zy-yyhk{
    color: #fff;
}
.zy-gyhy2 h1{
	font-family: MicrosoftYaHei;
	font-size: 26px;
    color: #ffffff;
    padding-top: 48px;
    padding-bottom: 30px;
}
.zy-gyhy2 p{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.zy-gyhy2 .zy-gyhy-yykh h3{
    color: #fff;
}
.zy-gyhy2 .zy-gyhy-yykh>div{
    padding-bottom: 35px;
    display: flex;
    justify-content: start;
}
.zy-gyhy2 .zy-gyhy-yykh>div img{
    margin-right: 30px;
}
.zy-gyhy3{
    width: 1200px;
    margin: 0 auto;
}
.zy-gyhy3 h1{
    padding-bottom: 30px;
}
.zy-gyhy3{
    font-family: MicrosoftYaHei;
	font-size: 26px;
    color: #333333;
    margin-bottom: 80px;
}
.zy-gyhy3>div h2{
    font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.zy-gyhy3>h2{
	font-size: 20px;
    color: #333333;
    padding-bottom: 5px;
    padding-top: 30px;
}
.zy-gyhy3>p{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333333;
}
.zy-gyhy3 .zy-gyhy-yykh>div{
    display: flex;
    justify-content: start;
}
.zy-gyhy3 .zy-gyhy-yykh>div img{
    margin-right: 30px;
}

@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1477px) {}

@media (max-width:1200px) {
    .zy-mainArea{
        width: 100%;
    }
    .zy-nav{
        width: 100%;
    }
    .zy-nav>ul{
        width: 100%;
    }
    .zy-foot-top{
        width: 100%;
    }
    .zy-foot-top-main{
        width: 100%;
    }
    .zy-footMid1{
        width: 50%;
    }
    .zy-foot-bottom-mian{
        width: 100%;
    }
    .zy-indexListImg img{
        width: 100%;
    }
    .zy-title>div {
        width: 100%;
    }
    .zy-crumbs>div {
        width: 100%;
    }
    .zy-content {
        width: 100%;
    }
    .zy-content-lszyh{
        width: 100%;
    }
    .zy-lszyh-bottom{
        width: 100%;
        flex-direction: column;
    }
    .zy-lszyh-bottom>div{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .zy-alfx1{
        width: 100%;
    }
    .zy-fwfz{
        width: 100%;
    }
    .zy-fwfz-img img{
        width: 98%;
    }
    .zy-yjyhhy{
        width: 100%;
    }
    .zy-yjyhhy img{
        width: 100%;
    }
    .zy-yyhk{
        width: 100%;
    }
    .zy-wmdjs{
        width: 100%;
    }
    .zy-wmdjs-right{
        width: 40%;
    }
    .zy-Bottzxmfx{
        width:100%;
    }
    .zy-DesignScheme img,.zy-CostSavings img{
        width: 100%;
    }
    .zy-Bottzxmfx>img{
        width: 100%;
    }
    .zy-jlpfTable{
        width: 100%;
    
    }
    .zy-jlpfTable2{
        width: 100%;
    }
    .zy-ddhyTable{
        width: 100%;
    }
    .zy-gyhy1{
        width: 100%;
    }
    .zy-gyhy2>div{
        width: 100%;
    }
    .zy-gyhy3{
        width: 100%;
    }
    .zy-gyhy-yykh>div{
        flex-wrap: wrap;
    }

}

@media (max-width:1199px) {}

@media (max-width:990px) {
    .zy-yjyhhy{
        flex-direction: column;
        align-items: center;
    }
    .zy-yjyhhy>div:nth-child(1){
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3%;
    }
    .zy-yjyhhy img{
        width: 80%;
    }
    .zy-wmdjs{
        flex-direction: column;
    }
    .zy-wmdjs-video{
        width: 100%;
    }
    .zy-wmdjs-right{
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .sp_header{
        display: block;
    }
    .zy-mainArea{
        display: none;
    }
}

@media (max-width:767px) {
    .zy-footRight h3{
        font-size: 20px;
    }
    .zy-footMid1{
        width: 80%;
    }
    .zy-footLeft{
        width: 50%;
    }
    .zy-footMid{
        width: 50%;
    }
    .zy-foot-top{
        padding-left: 8px;
    }
    .zy-foot-bottom-mian>div{
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy-foot-top-main{
        flex-wrap: wrap;
    }
    .zy-footRight{
        width: 100%;
        align-items: center;
        margin-top: 20px;
    }
    .zy-foot-bottom-mian{
        flex-direction: column;
    }
    .zy-foot-bottom-mian>div{
        border-bottom: 1px solid #ccc;
    }
    .zy-indexList{
        height: unset;
        padding: 20px 0;
    }
    .zy-indexList2{
        height: unset;
        padding: 20px 0;
    }
    .zy-indexList>div{
        flex-wrap: wrap;
        justify-content: center;
    }
    .zy-indexList2>div{
        flex-wrap: wrap;
        justify-content: center;
    }
    .zy-indexList>div>div{
        width: 90%;
    }
    .zy-indexList2>div>div{
        width: 90% !important;
    }
    .zy-indexListContent{
        padding: unset;
    }
    .zy-loopMask h1{
        margin-top: 6%;
        margin-bottom: 7%;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .zy-loopMask>div{
        width: 110px;
        height: 40px;
        background-color: #8ec31f;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-family: MicrosoftYaHei;
        font-size: 15px;
        color: #fff;
        margin-bottom: 8%;
    }
    .zy-content{
        flex-direction: column;
    }
    .zy-content>div{
        width: 90%;
        margin: 0 auto;
    }
    .zy-tszyhImg{
        width: 100%;
    }
    .zy-tszyhImg>img{
        width: 98%;
    }
    .zy-title>div{
        height: unset;
    }
    .zy-content-lszyh{
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy-alfx1{
        flex-direction: column;
        align-items: center;
    }
    .zy-fwfz{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 10px;
    }
    .zy-fwfz-img{
        margin: 0 8px;
    }
    .zy-yyhk{
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy-yyhk-main{
        flex-direction: column;
    }
    .zy-yyhk-main img{
        margin-bottom: 3%;
    }
    .zy-qchyList{
        height: 400px;
    }
    .zy-qchyList>div{
        flex-direction: column;
    }
    .zy-qchyList>div>div:nth-child(1){
        margin-bottom: 20px;
    }
    .zy-title{
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy-title h1{
        font-size: 25px;
    }
    .zy-title>div>div{
        font-size: 14px;
        padding-bottom: 20px;
    }
    .zy-process h1{
        font-size: 20px;
    }
    .zy-yyhk-main{
        display: block;
    }
    .zy-yjyhhy{
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy-ddhyG{
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy-content img{
        width: 100%;
    }
    .zy-gyhy1{
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy-gyhy2>div{
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy-gyhy3{
        padding-left: 8px;
        padding-right: 8px;
    }
}