/* .inditem {
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,0.1);
	position: fixed;
	top: 8.51vh;
	left: 0;
	z-index: 9999;
	animation-name: pulldown;
	-webkit-animation-name: pulldown;
	animation-duration: .5s;
	-webkit-animation-duration: .5s;
}

.inditem-wrap {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 100%;
	overflow: hidden;
	font-size: 0;
	margin-right: 0px;
}

.inditem .inditem-wrap li {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
	-webkit-transition: left 300ms, -webkit-opacity 700ms;
	transition: left 300ms, opacity 700ms;
	font-size: 16px;
}

.inditem .inditem-wrap li .a {
	display: block;
	width: 300px;
	height: 100%;
	color: #fff;
}

.inditem .inditem-wrap li .a .txt {
	display: block;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
}

.inditem .inditem-wrap li .a .txt div:last-child {
	font-size: 14px;
}

.inditem .inditem-wrap li .a .img {
	float: right;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	vertical-align: top;
	display: none;
}

.inditem .inditem-wrap li .a .img img {
	width: 100%;
	height: 100%;
}

.inditem .inditem-wrap .item-1 {
	z-index: 1;
	background-color: rgba(0, 179, 196,0.3);
}

.inditem .inditem-wrap .item-2 {
	z-index: 2;
	background-color: rgba(255, 217, 0,0.3);
}

.inditem .inditem-wrap .item-3 {
	z-index: 3;
	background-color: rgba(241, 141, 0,0.3);
}

.inditem .inditem-wrap .item-4 {
	z-index: 4;
	background-color: rgba(218, 71, 62,0.3);
}

.inditem .trans .a {
	-webkit-opacity: 0;
	opacity: 0;
	display: none\9;
}

.inditem .ready .item-2 {
	transition-delay: 150ms;
	-webkit-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
}

.inditem .ready .item-3 {
	transition-delay: 150ms;
	-webkit-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
}

.inditem .ready .item-4 {
	transition-delay: 150ms;
	-webkit-transition-delay: 450ms;
	-ms-transition-delay: 450ms;
	-moz-transition-delay: 450ms;
}

.inditem .state-0 .item-1 {
	left: 0;
}

.inditem .state-0 .item-2 {
	left: 200px;
}

.inditem .state-0 .item-3 {
	left: 400px;
}

.inditem .state-0 .item-4 {
	left: 600px;
}

.inditem .state-1 .item-1 {
	left: 0;
}

.inditem .state-1 .item-2 {
	left: 290px;
}

.inditem .state-1 .item-3 {
	left: 460px;
}

.inditem .state-1 .item-4 {
	left: 630px;
}

.inditem .state-2 .item-1 {
	left: 0;
}

.inditem .state-2 .item-2 {
	left: 170px;
}

.inditem .state-2 .item-3 {
	left: 460px;
}

.inditem .state-2 .item-4 {
	left: 630px;
}

.inditem .state-3 .item-1 {
	left: 0;
}

.inditem .state-3 .item-2 {
	left: 170px;
}

.inditem .state-3 .item-3 {
	left: 340px;
}

.inditem .state-3 .item-4 {
	left: 630px;
}

.inditem .state-4 .item-1 {
	left: 0;
}

.inditem .state-4 .item-2 {
	left: 170px;
}

.inditem .state-4 .item-3 {
	left: 340px;
}

.inditem .state-4 .item-4 {
	left: 510px;
} */
.myol{
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
	display: none;
}
.myol li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	/* text-align: center; */
	transition: top 500ms;
	-webkit-transition: top 500ms;
}
.item1{
	background-color: rgba(0, 179, 196,0.3);
	z-index: 11;
}
.item2{
	background-color: rgba(255, 217, 0,0.3);
	z-index: 12;
}
.item3{
	background-color: rgba(241, 141, 0,0.3);
	z-index: 13;
}
.item4{
	background-color: rgba(218, 71, 62,0.3);
	z-index: 14;
}
.state0 .item1{
	top:0;
}
.state0 .item2{
	top:40px;
}
.state0 .item3{
	top:80px;
}
.state0 .item4{
	top:120px;
}
.state1 .item1{
	top:0;
}
.state1 .item2{
	top:60px;
}
.state1 .item3{
	top:90px;
}
.state1 .item4{
	top:120px;
}
.state2 .item1{
	top:0;
}
.state2 .item2{
	top:30px;
}
.state2 .item3{
	top:90px;
}
.state2 .item4{
	top:120px;
}
.state3 .item1{
	top:0;
}
.state3 .item2{
	top:35px;
}
.state3 .item3{
	top:70px;
}
.state3 .item4{
	top:130px;
}
.state4 .item1{
	top:0;
}
.state4 .item2{
	top:30px;
}
.state4 .item3{
	top:65px;
}
.state4 .item4{
	top:100px;
}
.myol a{
	font-size: 14px; color: #fff;display: inline-block;margin-top: 5px;margin-left: 5px;
}
.myol span{
	display: inline-block;width: 25px;height: 25px;vertical-align: bottom;margin-left: 10px;
}
.myol p{
	font-size: 12px;text-align: center;
	display: none;
}
@media screen and (max-width : 961px){
	.header .navbox .nav-ul li.nav-li:hover ol.nav2-ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	} 
	.header .navbox .nav-ul li.nav-li:hover .myol {
		display: none;
	}
}
/* @media (max-width : 1200px) {
	.inditem .inditem-wrap li a {
		width: 37.5%;
	}

	.inditem-wrap {
		width: 90%;
	}

	.inditem .state-0 .item-1 {
		left: 0;
	}

	.inditem .state-0 .item-2 {
		left: 25%;
	}

	.inditem .state-0 .item-3 {
		left: 50%;
	}

	.inditem .state-0 .item-4 {
		left: 75%;
	}

	.inditem .state-1 .item-1 {
		left: 0;
	}

	.inditem .state-1 .item-2 {
		left: 37%;
	}

	.inditem .state-1 .item-3 {
		left: 60%;
	}

	.inditem .state-1 .item-4 {
		left: 80%;
	}

	.inditem .state-2 .item-1 {
		left: 0;
	}

	.inditem .state-2 .item-2 {
		left: 20%;
	}

	.inditem .state-2 .item-3 {
		left: 60%;
	}

	.inditem .state-2 .item-4 {
		left: 80%;
	}

	.inditem .state-3 .item-1 {
		left: 0;
	}

	.inditem .state-3 .item-2 {
		left: 20%;
	}

	.inditem .state-3 .item-3 {
		left: 40%;
	}

	.inditem .state-3 .item-4 {
		left: 80%;
	}

	.inditem .state-4 .item-1 {
		left: 0;
	}

	.inditem .state-4 .item-2 {
		left: 20%;
	}

	.inditem .state-4 .item-3 {
		left: 40%;
	}

	.inditem .state-4 .item-4 {
		left: 63%;
	}
} */


.page-banner .banner-con h1 {
    margin-top: 8px;
    font-size: 3.75vw;
    margin-bottom: 11px;
}

.page-banner .banner-con h2 {
    font-size: 3.75vw;
    font-weight: bold;
    opacity: 1;
    margin-bottom: 15px;
}

.page-banner .banner-btn {
    margin-top: 0;
}

@media screen and (max-width: 961px) and (min-width: 319px) {
    .page-banner .banner-con h1 {
        font-size: 0.96rem;
    }

    .page-banner .banner-con h2 {
        font-size: 0.76rem;
    }
}


.my-bq {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    z-index: 13;
}

.my-bq a {
    display: block;
    width: 260px;
    height: 60px;
    padding: 10px 0;
    padding-left: 10px;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;

}

.my-bq a::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}

.mybg1 {
    background-image: url('../images/wlsq-smb.png');
}

.mybg1-in {
    background-image: url('../images/wlsq-smb-in.png');
}

.mybg2 {
    background-image: url('../images/rgzn-smb.png');
}

.mybg2-in {
    background-image: url('../images/rgzn-smb-in.png');
}

.mybg3 {
    background-image: url('../images/dkkf-smb.png');
}

.mybg3-in {
    background-image: url('../images/dkkf-smb-in.png');
}

.mybg4 {
    background-image: url('../images/fzzl-smb.png');
}

.mybg4-in {
    background-image: url('../images/fzzl-smb-in.png');
}

.my-bq a .img {
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 18px;
}

.my-bq a .txt {
    float: right;
    margin-right: 2px;
    text-align: start;
}

.my-bq a .txt p{
	width: 160px;
}

.my-bq a .txt p:first-child {
    font-size: 18px;
    line-height: 20px;
}

.my-bq a .txt p:last-child {
    font-size: 12px;
    line-height: 18px;
}

.fSection.banner .indexSwiper .swiper-slide .banner-con h1 {
    margin-bottom: 0;
}

.fSection.banner .indexSwiper .swiper-slide .banner-con h1 a {
    color: #fff;
}

.banner .indexSwiper .swiper-slide .banner-con h2 {
    color: #fff;
    font-size: 3.75vw;
    margin-bottom: 15px;
}

.fSection.banner .indexSwiper .swiper-slide>img {
    max-width: 100%;
}

.my-bullet-active0 {
    background-color: rgb(0, 179, 196);
}

.my-bullet-active1 {
    background-color: rgb(255, 217, 0);
}

.my-bullet-active2 {
    background-color: rgb(241, 141, 0);
}

.my-bullet-active3 {
    background-color: rgb(218, 71, 62);
}

@media screen and (max-width:961px) {
    .my-bq {
        display: none !important;
    }
}

.spp{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
}
.spp img{
    width: 100%;
    height: 100%;
}

.sec-title h4{
    font-size: 3.75vw;
}
.mytab{
    width: 90%;margin: 0 auto;text-align: center;
}
.mytab li{
    display: inline-block;font-size: 16px;color: #fff;margin: 5px 40px;cursor: pointer;padding-bottom: 5px;
}
.mytab li:hover{
	color: #2660ad;
}
.mytab li span{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: middle;
}
.mytab li span img{
    width: 100%;
    height: 100%;
}
.bb{
    border-bottom: 2px solid #2660ad;
}
.myn{
    width: auto;
    margin: 0;
    margin-top: -20px;
}
.myn li{
    margin: 5px;
}
.profile-sec .section-con .sec-title{
    width: auto;
}
.tab-ul.onflex{
    display: none;
}
@media screen and (max-width: 961px) and (min-width: 319px) {
    .profile-sec .section-con .sec-title{
        width: 100%;
    }
    .sec-title h4{
        font-size: 0.76rem;
        margin: 0 auto;
    }
    .mytab{
        display: none;
    }
    .tab-ul.onflex{
        display: flex;
    }
}

.header .navbox .nav-ul li.nav-li .nav-a{
	position: relative;
}
.tripDown{
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent  transparent;
	top: 55%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.tripDownUp{
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	top: 25%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
}

.f-phone{
	display: none;
}
@media screen and (max-width: 961px){
	.myol{
		text-align: center;
	}
	.fSection.footer .footer-s2{
		height: auto;
	}
	.f-pc{
		display: none;
	}
	.f-phone{
		display: block;
		text-align: center;
	}
}