@charset "UTF-8";


header{
    width: 100%;
    height: 80px;
}
.sp_header{
    display: none;
}
header>div{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.zy-topNav>ul{
    display: flex;
}
.zy-topNav>ul>li{
    width: 125px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zy-topNav>ul>li a{
    width: 100%;
    display: block;
    text-align: center;
    border-right-width: 80%;
    border-right: 1px solid #ccc;
}
#zy-lastA>a{
    border-right: transparent;
}

.zy-topNav div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 78px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    width: 100%;
}
.zy-underLine{
    position: relative;
    display: block;
	width:64px;
    height:2px;
    transition: 2s ease;
}
.zy-underLine::after{
    position: relative;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border: 5px solid #fff;
    width: 0;
    height: 0;
    display: block;
    transition: 2s ease;
}
.zy-topNav>ul>li:hover .zy-underLine{
	background-color:#11487f;
}
.zy-topNav>ul>li:hover div{
    font-weight: 600;
    color: #11487f;
}
.zy-topNav>ul>li:hover .zy-underLine::after{
    border-color: transparent transparent  #11487f;
}
.zy-logo{
    display: flex;
    align-items: center;
}
.zy-logo h1{
    font-family: SourceHanSansCN-Bold;
	font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding-left: 18px;
}
.zy-top-loop{
    position: relative;
    margin-bottom: 8%;
}
.zy-data{
    width: 1400px;
    margin: 0 auto;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.zy-top-loop .swiper-slide img{
    width: 100%;
}
.zy-top-loop .swiper-button-next{
    width: 50px;
    height: 50px;
    background-color: rgb(50,46,43,0.5);
    color: #eee;
    border-radius: 100%;
    background-image:url(../images/zy-images/topLoopR.png);
    background-size: 50% 50%;
}
.zy-top-loop .swiper-button-prev{
    width: 50px;
    height: 50px;
    background-color: rgb(50,46,43,0.5);
    color: #eee;
    border-radius: 100%;
    background-image:url(../images/zy-images/topLoopL.png);
    background-size: 50% 50%;
}
.zy-data>div img{
    width: 100%;
}
.zy-AboutUs{
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    align-items: center;
    margin-top: 4%;
}
.zy-AboutUs img{
    width: 100%;
}
.zy-AboutUs-right{
    width: 45%;
}
.zy-AboutUs-right h1{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
    color: #333333;
    padding-bottom: 8px;
    font-weight: 700;
}
.zy-AboutUs-right h2{
    font-family: MicrosoftYaHei;
	font-size: 8px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 0px;
	color: #333333;
    opacity: 0.3;
    padding-bottom: 10px;
}
/* .zy-AboutUs-right .zy-hr1{
    width: 200px;
	height: 2px;
    background-color: #11487f;
    margin-bottom: 30px;
} */
.zy-AboutUs-right p{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 2em;
}
.zy-AboutUs-right .zy-searchMore{
    width: 142px;
	height: 44px;
	border-radius: 5px;
    border: solid 1px #11487f;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 44px;
	letter-spacing: 0px;
    color: #11487f;
    text-align: center;
    margin-top: 30px;
}

.zy-loop-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 280px;
    margin: 0 auto;
}

.zy-loop-img img{
    width: 100%;
}
.zy-mid-loop .swiper-container{
    width: 90%;
}
.zy-mid-loop{
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}


.zy-mid-loop-slide{
    background-color: rgb(248,249,251);
    border: 1px solid #fff;
   

}
.zy-mid-loop-slide h1{

	font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
    padding-left: 30px;
}
.zy-mid-loop-slide h2{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
    color: #999999;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;   
    padding-left: 30px;
}
.zy-hr2{
    width: 130px;
	height: 1px;
	background-color: #999999;
    opacity: 0.5;
    margin-bottom: 13px;
    margin-left: 30px;
}
.zy-mid-loop-slide h3{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 36px;
    color: #999999;
    margin-bottom: 30px;
    padding-left: 30px;
}
.zy-mid-loop-slide:hover{
    border: 1px solid #11487f;
}
.zy-mid-loop-slide:hover h3{
    color: #11487f;
}
.zy-mid-loop .swiper-button-next,.zy-mid-loop .swiper-button-prev{
    position: absolute;
    top: 50%;
    outline: unset;
    z-index: 6;
}
.zy-videoAndzhengshu{
    width: 100%;
    display: flex;
}
.zy-videoAndzhengshu>div{
    width: 50%;
}
.zy-video img{
    width: 100%;
}
.zy-ryzs-loop {
    position: relative;
}

.zy-ryzs-loop .swiper-container {
    width: 80%;
    height: 100%;
}

.zy-ryzs-loop .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.zy-ryzs-loop .swiper-slide-active,
.zy-ryzs-loop .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 5;
}

.zy-ryzs-loop .swiper-button-prev,
.zy-ryzs-loop .swiper-button-next {
    outline: unset;
}
.zy-ryzs-loop .swiper-slide img {
    width: 100%;
    border-radius: 8px
}
.zy-ryzs-loop .swiper-button-prev{
    background-image: url(../images/zy-images/zy-zsL.png);
    z-index: 6;
}
.zy-ryzs-loop .swiper-button-next{
    background-image: url(../images/zy-images/zy-zsR.png);
    z-index: 6;

}
.zy-new-phone{
    display: none;
}
.zy-new{
    display: block;
    margin-top: 80px;
    margin-bottom: 60px;
}
.zy-new-search{
    width: 142px;
	height: 44px;
	border-radius: 5px;
    border: solid 1px #11487f;
    margin: 0 auto;
    line-height: 44px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 16px;
    color: #11487f;
    margin-bottom: 100px;
}
.zy-new li>a{
    display: flex;
}
.zy-new li:hover{
    background-color: rgb(0,95,175,0.1)
}
.zy-new li:hover .zy-new-left{
    padding: unset;
    height: 240px;
    align-items: center;
    color: #005faf;
}
.zy-new li:hover h1,.zy-new li:hover h2,.zy-new li:hover p{
    color: #005faf;
}
.zy-new li:hover .zy-new-left img{
    display: flex;
}
.zy-new-left img{
    display: none;
    height: 200px;
}
.zy-yuan{
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 100%;
    margin: 0 auto;
}
.zy-new-left,.zy-new-right{
    width: 50%;
    padding-bottom: 30px;
}
.zy-new-left{
    padding-right: 35px;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: flex-end;
}
.zy-new-left>div>img{
    width: 9px;
    height: 17px;
    margin-top: 70px;
    margin-left: 120px
}
.zy-new-left h1{
    font-family: MicrosoftYaHei;
	font-size: 48px;
    color: #999999;
    text-align: right;
}
.zy-new-left h2{
    font-family: MicrosoftYaHeiLight;
	font-size: 14px;
    color: #999999;
    text-align: right;
}
.zy-new-left>div{
    margin: 0 50px;
    /* height: 200px; */
}
.zy-new-right{
    padding-left: 35px;
    padding-right: 35px;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.zy-new-right h1{
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
    color: #333333;
    font-weight: 600;
}
.zy-new-right p{
	font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;  
}
.zy-new ul li:nth-child(2)>a{
    display: flex;
    flex-direction: row-reverse;
}
.zy-new ul li:nth-child(2)>a .zy-new-left{
    display: flex;
    flex-direction: row-reverse;
    border-left: 1px solid #ccc;
}
.zy-new ul li:nth-child(2)>a .zy-new-left{
    padding-left: 35px;
    padding-right: unset;
}
.zy-new ul li:nth-child(2)>a .zy-new-right{
    border-right: 1px solid #ccc;
}
.zy-new ul li:nth-child(2)>a .zy-new-right{
    padding-right: 35px;
}
.zy-footer-top{
    width: 100%;
    height: 264px;
    background-image: url(../images/zy-images/zy-footer.png);
}
.zy-footer-topMain{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.zy-footer-logo{
    display: flex;
    align-items: center;
    height: 264px;
}
.zy-footer-content{
    display: flex;
}

.zy-ewm{
    display: flex;
    align-items: center;
    justify-content: center;
}
.zy-ewm h1{
    font-family: MicrosoftYaHei;
	font-size: 20px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
}
.zy-footer-content{
    width: 75%;
    display: flex;
    align-items: center;
}
.zy-footer-content1{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ccc;
}
.zy-footer-content1>div{
    width: 210px;
}
.zy-footer-content1:nth-child(2)>div{
    width: 350px;
}
.zy-footer-content1 h1{
    font-family: MicrosoftYaHei;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
    color: #ffffff;
    padding-bottom: 10px;
}
.zy-hr3{
    width: 40px;
	height: 2px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
}
.zy-footerLi{
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #cccccc;
}
.zy-sanjiao{
    width: 0;
    height: 0;
    border: 5px solid;
    border-color:  transparent  transparent  transparent #ccc;
    padding-right: 5px;
}
.zy-wzdh{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.zy-lxwm{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0px;
    color: #cccccc;
    margin-bottom: 20px;
}
.zy-lxwm img{
    margin-right: 5px;
}
.zy-footer-bottom{

    background-color: #0d4072;
}
.zy-footer-bottom>div{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zy-footer-bottom>div>div{
    font-family: MicrosoftYaHei;
    height: 36px;
	font-size: 12px;
    letter-spacing: 0px;
    line-height: 36px;
	color: #ffffff;
	opacity: 0.7;
}
.foot1{
    display: block;
}
.foot2{
    display: none;
}
.zy-ryzs-loop{
    margin-top: 60px;
}
 

@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1400px) {
    .zy-data{
        width: 100%;
        margin: 0 auto;
    }
    header>div{
        width: 100%;
    }
    .zy-AboutUs{
        width: 100%;
    }
    .zy-AboutUs>div:nth-child(1){
        width: 50%;
    }
    .zy-footer-topMain{
        width: 100%;
    }
    .zy-footer-bottom>div{
        width: 100%;
    }
    .zy-topNav>ul>li{
        width: 110px;
    }
}



@media (max-width:990px) {
    .zy-topNav>ul>li{
        width: 80px;
    }
    .zy-footer-top{
        height: unset;
    }
    .zy-footer-top{
        height: unset;
    }
    .zy-footer-content{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .zy-footer-content1>div{
        margin-right: 15px;
    }
    .zy-footer-content1:nth-child(1){
        width: 40%;
    }
    .zy-footer-content1:nth-child(2){
        width: 50%;
    }
    .zy-footer-topMain{
        display: flex;
        justify-content: space-around;
    }
    .zy-footer-content1 .zy-wzdh{
        width: 100%;
    }
    .zy-footer-bottom div{
        display: flex;
        flex-direction: column;
    }
    .foot1{
        display: none;
    }
    .foot2{
        display: block;
    }
}

@media (max-width:767px) {
    header{
        height: 50px;
    }
    header>div:nth-child(1){
        display: none;
    }
    .sp_header{
        display: block;
    }
    .zy-videoAndzhengshu{
        display: flex;
        flex-direction: column;
    }
    .zy-videoAndzhengshu>div{
        width: 100%;
    }
    .zy-ryzs-loop .swiper-slide .swiper-slide-duplicate{
        height: unset !important;
    }
    .zy-AboutUs{
        justify-content: start;
        flex-direction: column;
    }
    .zy-AboutUs>div:nth-child(1){
        width: 98%;
        margin-bottom: 20px;
    }
    .zy-AboutUs>div{
        width: 98%;
    }
    .zy-new{
        display: none;
    }
    .zy-new-phone{
        display: block;
    }
    .zy-new-phone{
        margin: 10px 8px;
    }
    .zy-new-phoneC{
        display: flex;
        justify-content: start;
        flex-direction: column;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .zy-new-phoneC div{
        margin: 0 auto;
    }
    .zy-new-phoneC h1{
        font-family: MicrosoftYaHei-Bold;
	    font-size: 18px;
        color: #333333;
        margin-bottom: 10px;
    }
    .zy-new-phoneC h2{
        font-family: MicrosoftYaHei;
        font-size: 14px;
        letter-spacing: 0px;
        color: #999999;
        margin-bottom: 10px;
    }
    .zy-new-phoneC h3{
        font-family: MicrosoftYaHei;
        font-size: 42px;
        color: #999999;
        margin-top: 10px;
    }
    .zy-AboutUs-right h1{
        font-size: 18px;
    }
    .zy-top-loop .swiper-button-next,.zy-top-loop .swiper-button-prev{
        width: 30px;
        height: 30px;
    }

    .zy-footer-content {
        flex-direction: column;
        
    }
    .zy-footer-content1:nth-child(1) {
        width: 100%;
    }
    .zy-footer-content1:nth-child(2) {
        width: 100%;
        padding: 4%;
    }
    
}