@charset "utf-8";
@font-face {
    font-family: SourceSansPro-Bold;
    src: url(../fonts/FuturaBT-Book.TTF)
}

.wzxq1 img {
    width: 60px;
    margin-left: 10px!important;
    margin-top: 6px!important;
}
.mbanner .slick-prev,.mbanner .slick-next{opacity:0;}
.post-99{/* display:none; */}
.banner_link{display:block;position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:300;background:url(../images/banner_link1.png) no-repeat right center/auto 100%;width: 101px;height: 241px;}
.banner_link .text2{color:#fff;position:absolute;top:50%;transform:translateY(-50%);right:9px;width: 200px;opacity:0;text-align:center}
.banner_link .text2 p{display:inline-block;vertical-align:middle;width: 100%;line-height: 2.5;font-size: 18px;}
.banner_link .text2 p:nth-child(2):after{content:'';    display: inline-block;
    margin-left: 8px;width:10px;height:10px;background:url(../images/xqsanjiao.png)no-repeat center/100%;}
.banner_link .text2 p img{width: 60%;}
.banner_link .text2 span{position:relative;left:50%;transform:translateX(-50%);display:inline-block}
.banner_link .text1{
    width:2.6em;
    line-height:1.15em;
    color:#fff;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right: 35px;
    font-size: 20px;
    display:flex;
justify-content: space-around;
    align-items: center;
    }
.banner_link .text1 p{
width:1.5rem;line-height:1.15em;
font-family: SourceSansPro-Bold;
}
.banner_link::before{content:'';display:block;position:absolute;left:0px;right:-30px;top:0;bottom:0;background:url(../images/banner_link1.png) no-repeat right center/auto 100%;opacity: 0;}
.pagelist .index_logo{    position: relative;
    right: 0;
    bottom: 0;display:none}
.pagelist .header .head-left{
display:flex;flex-direction: column;
    gap: 10px;}


.circle{position: absolute;width: 241px;height: 241px;top: 50%;right: 125%;transform: translate(50%, -50%);}
.circle::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; border: 1px solid #fff; border-radius: 50vw; opacity: .5;}
.circle span{width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 50vw;border: rgba(255, 130, 17, 0.8) 1px solid;transform: scale(1);animation: circleScale 5.3s linear infinite;-webkit-transition: all .5s;transition: all .5s;z-index: -1;opacity: 0;}
.circle span:nth-of-type(2) {animation-delay: .3s;}
.circle span:nth-of-type(3) {animation-delay: .6s;}
.circle span:nth-of-type(4) {animation-delay: .9s;}
.circle span:nth-of-type(5) {animation-delay: 1.2s;}
.circle span:nth-of-type(6) {animation-delay: 1.5s;}
.circle span:nth-of-type(7) {animation-delay: 1.8s;}
.circle span:nth-of-type(8) {animation-delay: 2.1s;}
.circle span:nth-of-type(9) {animation-delay: 2.4s;}
.circle span:nth-of-type(10) {animation-delay: 2.7s;}
.circle span:nth-of-type(11) {animation-delay: 3s;}
.circle span:nth-of-type(12) {animation-delay: 3.3s;}
.circle span:nth-of-type(13) {animation-delay: 3.6s;}
.circle span:nth-of-type(14) {animation-delay: 3.9s;}
.circle span:nth-of-type(15) {animation-delay: 4.2s;}
.circle span:nth-of-type(16) {animation-delay: 4.5s;}
.circle span:nth-of-type(17) {animation-delay: 4.7s;}
.circle span:nth-of-type(18) {animation-delay: 5s;}
.circle span:nth-of-type(19) {animation-delay: 5.3s;}

@keyframes circleScale {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    1%{
        opacity: .8;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.52, 1.52);
    }
}
/*
@keyframes jelly{
			0%,100%{ transform:scale(1,1) translateY(-50%); }
			5%     { transform:scale(1.25,.85) translateY(-50%); }
			10%    { transform:scale(.85,1.25) translateY(-50%); }
			15%    { transform:scale(1,1) translateY(-50%); }
			}
.banner_link:hover .circle{display: none;}*/


@keyframes gear-rotate {
	0%{ transform: rotateZ(0deg);}
	100%{ transform: rotateZ(360deg);}
}
@-webkit-keyframes gear-rotate {
	0%{ transform: rotateZ(0deg);}
	100%{ transform: rotateZ(360deg);}
}

@media screen and (min-width:999px){
/*
	.banner_link:hover{width: 200px;}
	.banner_link:hover .text2,.banner_link:hover::before{opacity:1}
	.banner_link:hover .text2{opacity:1;right: 9px;}
	.banner_link:hover .text1{opacity:0}
	.banner_link,.banner_link::before{transition:all ease-in-out .5s;-ms-transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-webkit-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s}
*/
}

@media screen and (max-width:999px){	
.pagelist .header .head-left{    align-items: center;}
.pagelist .header .sitelogo a{        width: auto;}
}