/* 2023-11 HLP */
:root{
	--hy-color:#0b61de;
	--hy-bg:#0b61de;
	--hy-gradient-opposite:linear-gradient(to right,#0b60e4,#3abcb7);
	--hy-gradient:linear-gradient(to right,#3abcb7,#0b60e4);
}
/* 转动条样式 */
/* ::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{background:var(--hy-bg);height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:var(--hy-bg);}
::-webkit-scrollbar-thumb:vertical:hover{background:var(--hy-bg);} */

/* 字体 */
@font-face{font-family:"MiSans";src:url("/plug-in/0kinglink/fonts/MiSans-Medium.ttf");font-weight:400;font-style:normal}
@font-face{font-family:"思源黑体";src:url(/plug-in/0kinglink/fonts/SourceHanSansCN-Regular.otf);font-weight:400;font-style:normal}

/* css reset start */
body{font-family:'思源黑体','Source Han Sans','思源黑体 CN','Source Han Sans CN',"Helvetica Neue",Helvetica,Arial;color:#333;width:100%;min-width:320px;font-size:14px;word-break:break-word;overflow-x:hidden;background:#fff;/* text-transform: capitalize; */}
textarea{resize:none}
img{user-select: none;}
p{margin-bottom:10px;}
p:last-child{margin-bottom:0;}
a{text-decoration:none;color:#333;}
a:hover{color:var(--hy-color);}
ul{margin-bottom:0;}
.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.img{width:100%;overflow:hidden;position:relative;-webkit-transition:all .5s;transition:all .5s}
.img img{display:block;width:100%;-webkit-transition:all .5s;transition:all .5s}
.zoomImg:before{content: "";position: absolute;top: 0;left: -90%;z-index: 2;display: block;width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);-webkit-transform: skewX(-25deg);-ms-transform: skewX(-25deg);transform: skewX(-25deg);-webkit-transition: all 0.75s;transition: all 0.75s;}
a:hover .zoomImg>img,
.zoomImg:hover>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
a:hover .zoomImg:before,
.zoomImg:hover:before{left:125%;}
.fixedBg{background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fl{float:left}
.fr{float:right}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{border:none;outline:0}
a.swiper-slide{display:block}
.wrapper{min-height:70vh;padding-top:60px;transition: all 0.3s;}
.inside-main{position: relative;width:100%;overflow: hidden;padding:40px 0;background-repeat: no-repeat;background-position: center;background-size:cover;}
.gotop{width:30px;height:30px;position:fixed;bottom:-40px;right:15px;background:rgba(0,0,0,.25);border-radius: 50%;overflow: hidden;z-index:100;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.55,0,.1,1)}
.gotop>.icon{position: absolute;left:0;top:0;display: block;width:100%;height:100%;border-radius: 50%;transform: rotate(-90deg);transform-origin: center;display: flex;justify-content: center;align-items: center;font-style: normal;transition: all .2s;}
.gotop>.icon:after{content: 'next';font-family: 'swiper-icons';color:#fff;font-size:12px;transform: scale(0.6);transform-origin: center;text-transform: none;}
.gotop>.icon-2{left:0;top:100%;background:var(--hy-bg);}
.gotop.on{bottom:15px;}
.gotop:hover{box-shadow: 1px 2px 3px rgb(0,0,0,0.16);}
.gotop:hover>.icon-1{top:-100%;}
.gotop:hover>.icon-2{top:0;}
.InfoContent{line-height:1.5;color:#666;overflow: hidden;}
.InfoContent img{display:inline-block;max-width:100%;height: auto!important;}
.InfoContent video{display:block;max-width:100%;margin:0 auto}
.InfoContent p{text-align:justify;text-justify: distribute-all-lines;}
.InfoContent ul,
.InfoContent ol{list-style: none;padding:0;margin:0 0 14px;}
.InfoContent ul:last-child,
.InfoContent ol:last-child{margin-bottom:0;}
.InfoContent li{position: relative;padding-left:14px;margin-bottom:14px;}
.InfoContent li:last-child{margin-bottom:0;}
.InfoContent li:after{content: '';position: absolute;width:4px;height:4px;border-radius: 50%;background:#666;left:0;top:11px;}
.InfoContent li p{margin:0;text-indent: 0;}
.text-indent p{text-indent: 2em;}
.colorWhite{color:#fff;}
.colorWhite a{color:#fff;}
.hrefAnchor{position: absolute;top:-60px;}
@media (max-width:767px){
	.PC-show{display:none!important}
}
@media (max-width:575px){
	.container{width:100%;padding-left:15px;padding-right:15px}
}
@media (min-width: 576px){
	.container{padding-left:0;padding-right:0;}
}
@media (min-width:768px){
	.hrefAnchor{top:-70px;}
	.wrapper{padding-top:70px;}
	.inside-main{padding:50px 0;}
	.Min-show{display:none!important}
}
@media (min-width:992px){
	.hrefAnchor{top:-80px;}
	.inside-main{padding:60px 0;}
	.wrapper{padding-top:80px;}
	
}
@media (min-width:1200px){
	.inside-main{padding:70px 0;}
	.InfoContent{font-size:16px;}
}
@media (min-width:1400px){
	.hrefAnchor{top:-90px;}
	.wrapper{padding-top:90px;}
}
@media (min-width:1600px){
	.container{max-width:1400px;}
}


/* 导航 */
.header .container{position: relative;}
.header .navbar{padding:0;background-color:#fff;box-shadow: 0 0 5px rgba(0,0,0,.15);transition: all 0.3s linear 0s;}
.header .navbar-brand{padding:5px 0;margin-right:0;outline: none;}
.navbar-brand .navbar-brand-item{display:block;height:50px;}
.header .nav-link{position:relative;font-size:14px;color:#333;line-height:30px;-webkit-transition:all .3s;transition:all .3s}
.header .nav-link::after{content: '';position: absolute;width:100%;height:2px;left:0;bottom:12px;background:var(--hy-bg);background:var(--hy-gradient);opacity: 0;transform: translateY(5px);transition:all .5s;}

.header .dropdown-toggle{display: none;cursor: pointer;}
.header .nav-link:hover,
.header .nav-item:hover .nav-link,
.header .active .nav-link{}
.header .active .nav-link{font-weight: 700;}
.header .nav-link:hover::after,
.header .nav-item:hover .nav-link::after,
.header .active .nav-link::after{opacity: 1;transform: none;}
.header .navbar-toggler{padding:0;border:none;width:30px;height:30px;position: absolute;right:15px;top:15px;}
.header .navbar-toggler:focus{box-shadow:none}
.header .navbar-toggler .icon-bar{width:30px;height:2px;background-color:#333;display:block;position:relative;-webkit-transition:all .3s;transition:all .3s}
.header .navbar-toggler .icon-bar+.icon-bar{margin-top:6px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);top:4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(2){display:none}

.top-btns{display: flex;margin-left:20px;}
.top-btn .icon{display: block;width:100%;height:100%;display: flex;justify-content: center;align-items: center;}
.top-btn-search{width:40px;height:40px;cursor: pointer;border-radius: 50%;transition: all 0.3s;}
.top-btn-search:hover{background:rgba(0,0,0,0.05);}
.top-btn-search .icon{background-image: url(/plug-in/0kinglink/images/icon/search-icon.png);background-repeat:no-repeat;background-size:auto;background-position:center;}

.top-search-box{position: fixed;left:0;right:0;top:60px;background:#fff;box-shadow: 0 5px 10px rgb(0,0,0,0.1);padding:15px;overflow: hidden;visibility: hidden;opacity: 0;transition: transform .4s ease,opacity .2s ease;}
.top-search-form{display: flex;padding:15px 0;max-width:540px;margin:0 auto;background:#fff;transform: translateY(20%);transition:inherit}
.top-search-form>input{display: block;width:100%;height:46px;font-size:14px;margin-right:15px;border:1px solid #eee;border-radius: 0;padding:10px;background:#f9f9f9;color:#555;outline: none;}
.top-search-form>input:focus{border-color:#ddd;}
.top-search-form .btn-submit{flex: 0 0 auto;padding:0;margin:0;width:46px;height: 46px;border-radius: 4px;background-color:rgba(0,0,0,0.05);background-image:url(/plug-in/0kinglink/images/icon/search-icon.png);background-repeat:no-repeat;background-size:auto;background-position:center;border:none;outline: none;transition: all 0.3s;}
.top-search-form .btn-submit:hover{background-color:rgba(0,0,0,0.08);}
.top-search-box.active{visibility: visible;opacity: 1;}
.top-search-box.active .top-search-form{transform: none;}
/* 二级导航 */
.header .dropdown-menu{border-radius:0;border:none;margin-top:0;box-shadow:none;padding:0;background:#fff;}
.header .dropdown-item{position:relative;font-size:14px;color:#333;line-height:30px;padding:10px;white-space: nowrap;text-align: center;transition: all 0.3s;}
.header .dropdown-menu>li{border-bottom:1px dotted #f1f1f1;}
.header .dropdown-menu>li:last-child{border-bottom:none;}
.header .dropdown-item:hover{color:var(--hy-color);background-color:rgba(0,0,0,0.05);}
@media (max-width:768px){
	.nav-mask{position: fixed;width:100%;height:100%;left:0;top:0;z-index: 1029;background:rgba(0,0,0,0.1);display: none;}
	.nav-mask.active{display: block;}
	.header .nav-link{padding:10px 15px;border-bottom:1px dotted rgba(0,0,0,0.05);}
	.header .nav-link::after{bottom:0;}
	.header .fixed-top .navbar-collapse {
		max-height: calc(100vh - 60px);
		height: calc(100vh - 60px)!important;
		padding:0;
		margin:0;
		position: fixed;
		right:0;
		top:60px;
		width:66.666666%;
		background:#fff;
		transform: translateX(100%);
		opacity: 0;
		box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);
		transition: all 0.3s;
		overflow-y: auto;
		z-index: 1030;
	}
	.header .fixed-top .navbar-collapse::-webkit-scrollbar{width:3px;height:3px}
	.navbar-collapse.collapse{display: block!important;}
	.navbar-collapse.collapse.show{transform: none;opacity: 1;}
	
	
	.top-btns{position: absolute;right:65px;top:10px;}
	.top-btn-search{width:40px;height:40px;}
	
	
	/* 二级导航 */
	.header .dropdown-toggle{display: block;width:50%;height:51px;top:0;right:0;z-index: 2;position: absolute;top:0;right:0;}
	.header .dropdown-toggle::after{content: '';display: block;position: absolute;width:6px;height:6px;right:15px;top:50%;margin-top:-3px;border-top:1px solid #333;border-right:1px solid #333;border-bottom:none;border-left:none;margin-left: 0;vertical-align: 0;transform: rotate(135deg);transform-origin: center;z-index:2;transition: all 0.3s;}
	.header .nav-link:hover + .dropdown-toggle::after,
	.header .nav-item:hover .nav-link + .dropdown-toggle::after,
	.header .active .nav-link + .dropdown-toggle::after{border-top-color:#0b60e4;border-right-color:#0b60e4;}
	.header .dropdown-toggle[aria-expanded=true]::after{transform: rotate(-45deg);border-top-color:#0b60e4;border-right-color:#0b60e4;}
	.header .dropdown-menu{background:rgba(0,0,0,0.02);padding:10px 15px;}
	.header .dropdown-item{padding-left:15px;padding-right:15px;text-align: left;line-height: 20px;}
	.header .dropdown-item:hover + .dropdown-toggle::after{border-top-color:var(--hy-color);border-right-color:var(--hy-color);}
}
@media (min-width:768px){
	.nav-mask{display: none;}
	.top-search-box{top:70px;}
	.top-search-form{max-width:720px;}
	.header .navbar-brand{padding:3px 0;}
	.navbar-brand .navbar-brand-item{height:64px;}
	.header .navbar-nav .nav-link{font-size:16px;padding:20px 5px;}
	.header .nav-item+.nav-item{margin-left:20px}
	
	.header .dropdown-menu{min-width:120px;left:50%;transform: translateX(-50%);box-shadow: 0 2px 5px rgba(0,0,0,0.15);}
	.header .dropdown-item{font-size:14px;}
}
@media (min-width:992px){
	.top-btns{margin-left:50px;}
	.header .navbar-nav .nav-link{padding:25px 10px;}
	.header .nav-link::after{bottom:16px;}
	.header .dropdown-menu{min-width:140px;}

	.top-search-box{top:80px;padding:20px;transition: all 0.3s;}
	.top-search-form{max-width:640px;padding:30px 15px;}
}
@media (min-width:1200px){
	.top-btns{margin-left:80px;}
	.header .nav-item+.nav-item{margin-left:30px}
	.header .navbar-nav .nav-link{font-size:18px;}
	.header .dropdown-item{font-size:16px;}
}
@media (min-width:1400px){
	.header .navbar-nav .nav-link{padding:30px 10px;}
	.top-search-box{top:90px;}
}
@media (min-width:1600px){
	.top-btns{margin-left:110px;}
	.header .nav-item+.nav-item{margin-left:40px}
}

/*搜索效果*/
.inside-form{margin-bottom:35px;display: flex;align-items: center;flex-flow: row wrap;}
.inside-form form{position: relative;width:600px;max-width:100%;overflow: hidden;margin-bottom:8px;}
.inside-form form input{display: block;width:100%;height:50px;font-size:14px;border:1px solid #bfbfbf;background:none;padding:0 85px 0 15px;outline: none;border-radius: 5px;}
.inside-form form input:focus{border-color:#707070;}
.inside-form form .button{position: absolute;right:0;top:0;display:block;width:70px;height:100%;line-height:45px;padding:0;text-align: center;background-color:#333;border:0;border-radius:0 5px 5px 0;font-size:16px;color:#fff;outline:none;z-index: 2;background-image: url(/plug-in/0kinglink/images/icon/i1h.png);background-repeat: no-repeat;background-position: center;}
.inside-form form .button:hover{background-color:var(--hy-color);}
.search-keyList{font-size:14px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search-keyList *{margin-right:5px;color:#666}
.search-keyList span{color:#333;font-weight: 700;}
.search-keyList a:hover{text-decoration: underline;color:#333;}
@media (min-width: 768px) {
	.inside-form form{margin-right:20px;}
	.inside-form form input{font-size:16px;}
	.search-keyList{font-size:16px;}
}

/*foot*/
.footer{font-size:14px;color:#666;overflow: hidden;background:#fafafa;}
.footer a{color:#666;}
.footer a:hover{color:var(--hy-color);}
.foot-top{padding:40px 0 0;}
.foot-nav{margin-left:-10px;margin-right:-10px;line-height:24px;}
.foot-nav>dl{padding-left:10px;padding-right:10px;margin:0 0 30px;}
.foot-nav dt{font-size:14px;margin-bottom:12px;font-weight: 700;}
.foot-nav dt>a{display: block;color:#333;}
.foot-nav dd{font-size:14px;margin:0;}
.foot-nav dd>a{display: block;margin-bottom:10px;}
.foot-contact p{margin-bottom:10px;}
.foot-contact p>span{color:var(--hy-color);font-family:"MiSans";}
.foot-ewm{display: flex;flex-flow: row wrap;text-align: center;margin-top:30px;}
.foot-ewm .item{margin-right:15px;}
.foot-ewm .item:last-child{margin-right:0;}
.foot-ewm .item img{width:138px;display: block;margin:0 auto 10px;box-shadow: 0 0 9px rgba(138,141,147,0.14);}

.copyright{font-size:12px;padding:15px 0;line-height:24px;text-align: center;border-top:1px solid rgba(218,218,218,0.7);color:rgba(51,51,51,.5);}
.copyright>p{margin:0}
.copyright a{display:inline-block;color:rgba(51,51,51,.5);}
.copyright a img,.copyright img{display:inline-block;vertical-align:middle}
.copyright a:hover{text-decoration:underline;color:rgba(51,51,51,.5);}
img.support{display:block;height:12px;vertical-align:-2px!important;opacity: 0.5;}

.foot-consultation{padding:60px 0;}
.foot-consultation h5{font-size:20px;font-weight: 700;margin:0;line-height: 1.4;}
.foot-consultation .InfoContent{width:80%;margin:15px auto;color:#fff;}
.foot-consultation .public-href>.more{width:180px;line-height:50px;font-size:18px;border-radius: 30px;}
.foot-consultation .public-href>.more{transform-origin: center;animation:aroundAnimation 2s ease 0s infinite both;transform-origin: bottom center;}
@-webkit-keyframes aroundAnimation{
	10%{transform: translateX(0) rotate(2deg);}
	20%{transform: translateX(0) rotate(-2deg);}
	30%{transform: translateX(0) rotate(2deg);}
	40%{transform: translateX(0) rotate(0deg);}
	50%{transform: translateX(0) rotate(0deg);}
	60%{transform: translateX(0) rotate(0deg);}
	70%{transform: translateX(0) rotate(0deg);}
	80%{transform: translateX(0) rotate(-2deg);}
	90%{transform: translateX(0) rotate(2deg);}
	100%{transform: translateX(0) rotate(-2deg);}
}
@keyframes aroundAnimation{
	10%{transform: translateX(0) rotate(2deg);}
	20%{transform: translateX(0) rotate(-2deg);}
	30%{transform: translateX(0) rotate(2deg);}
	40%{transform: translateX(0) rotate(0deg);}
	50%{transform: translateX(0) rotate(0deg);}
	60%{transform: translateX(0) rotate(0deg);}
	70%{transform: translateX(0) rotate(0deg);}
	80%{transform: translateX(0) rotate(-2deg);}
	90%{transform: translateX(0) rotate(2deg);}
	100%{transform: translateX(0) rotate(-2deg);}
}
@media (max-width:767px){
	.foot-nav{margin:0;}
	.foot-nav dl{padding:0;margin-bottom:0;border-top:1px solid #dbdbdb;}
	.foot-nav dt{margin-bottom:0;position: relative;font-weight: 400;}
	.foot-nav dt>a{line-height: 45px;color:#666;}
	.foot-nav dd{border-top:1px solid #dbdbdb;}
	.foot-nav dd>a{line-height: 35px;margin:0;}
	.foot-nav dd>a:first-child{margin-top:10px;}
	.foot-nav dd>a:last-child{margin-bottom:10px;}
	.foot-nav .icon{position: absolute;width:50%;height:100%;text-align: right;right:0;top:0;cursor: pointer;}
	.foot-nav .icon>svg{position: absolute;right:0;top:50%;margin:0;margin-top:-8px;}
	.foot-nav .icon[aria-expanded="true"]>svg{transform: rotate(180deg);}
	.foot-nav .icon path{fill: #666;}
	
	.foot-contact{padding-top:20px;}
	.foot-ewm{padding-bottom:20px;justify-content: center;}
	.foot-consultation .public-href>.more{font-family: "MiSans";}
}
@media (min-width:768px){
	.foot-top{padding:40px 0 5px;}
	.foot-nav{display: flex;flex-flow: row wrap;justify-content: space-between;}
	.foot-nav .collapse:not(.show){display: block;}
	.foot-nav dt .icon{display: none;}
	.foot-nav dt{font-size:16px;}
	.foot-nav dd>a:last-child{margin-bottom:0;}
	.foot-contact{max-width:200px;}

	.copyright{font-size:14px;display: flex;justify-content: space-between;flex-flow: row wrap;}
	img.support{height:14px;}
	
	.foot-consultation{padding:80px 0;}
}
@media (min-width:992px){
	.foot-contact{max-width:388px;}
}
@media (min-width:1200px){
	.foot-nav dt{font-size:18px;}
	.foot-nav dd{font-size:16px;}
	
	.foot-consultation{padding:100px 0;}
	.foot-consultation h5{font-size:24px;}
	.foot-consultation .public-href>.more{width:200px;font-size:20px;line-height:56px;}
}


/*首页 - 问题*/
.index-title{position: relative;margin-bottom:30px}
.index-title .line{width:30px;height:3px;margin-bottom:15px;background:var(--hy-bg);background:var(--hy-gradient);}
.index-title .h2{font-size:24px;font-weight: 700;margin:0;line-height: 1;}
.index-title .h2 + .line{margin-top:15px;margin-bottom:0;}
.text-white .index-title .line{background:#fff;}
.index-title.text-center .line{margin-left:auto;margin-right:auto;}

.public-href.text-center{display: flex;justify-content: center;}
.public-href>.more{position: relative;display: block;width:130px;line-height:40px;font-size:14px;color:#fff;text-align: center;cursor: pointer;background:var(--hy-bg);background:var(--hy-gradient-opposite);transition: all 0.5s;}
.public-href>.more:hover{color:#fff;background:var(--hy-bg);background:var(--hy-gradient);}
.public-href.white>.more{background:#f2f8fe;color:var(--hy-color);}
.public-href.white>.more:hover{color:#fff;background:var(--hy-bg);background:var(--hy-gradient);}
@media (max-width:767px){
	.index-title{text-align: center;}
	.index-title .line{margin-left:auto;margin-right:auto;}
}
@media (min-width:768px){
	.index-title{margin-bottom:35px}
}
@media (min-width:1200px){
	.index-title .line{height:5px;margin-bottom:20px;}
	.index-title .h2{font-size:30px;}
	.index-title .h2 + .line{margin-top:20px;}
	.public-href>.more{width:140px;line-height: 48px;}
}
@media (min-width:1600px){
	.public-href>.more{width:160px;font-size:16px;}
}
/*首页*/
.banner{position: relative;width:100%;overflow: hidden;}
.banner .swiper-slide>img{display:block;width:100%}
.banner-main .swiper-slide:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;z-index: 1;background:rgba(0,0,0,0.1);}

.public-swiper-pagination .swiper-pagination-bullet{position:relative;width:20px;height:20px;opacity: 1;background:transparent;border-radius: 0;margin:0 5px!important;}
.public-swiper-pagination .swiper-pagination-bullet::before{content: '';width:100%;height:3px;position: absolute;left:0;top:8px;background:#666;opacity: 0.5;}
.public-swiper-pagination .swiper-pagination-bullet-active::before{opacity: 1;background:var(--hy-bg);background:var(--hy-gradient);}

.banner .swiper-pagination{bottom:10px;}
.banner .public-swiper-pagination .swiper-pagination-bullet::before{background:#fff;}
.banner .public-swiper-pagination .swiper-pagination-bullet-active::before{;background:var(--hy-bg);background:var(--hy-gradient);}

.banner .swiper-button-prev,
.banner .swiper-button-next{color:#fff;width:50px;height:50px;margin-top:-25px;}
.banner .swiper-button-prev{left:0;}
.banner .swiper-button-next{right:0;}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{font-size:30px;}
/*banner文字*/
.banner-text{color:#fff;}
.banner-text .container{position:absolute;left:50%;top:50%;z-index:9;transform:translate(-50%,-50%);z-index: 3;}
.banner-text .text{text-align: center;}
.banner-text h2{font-size:20px;font-weight:700;margin:0;transform: translate(0,100%);opacity: 0;transition: all 1s ease 0.2s;}
.banner-text h6{font-size:14px;font-weight:400;margin:15px 0 0;transform: translate(0,100%);opacity: 0;transition: all 1s ease 0.5s;}
.swiper-slide-active .banner-text h2,
.swiper-slide-active .banner-text h6{opacity:1;transform:none;}


@media (max-width:767px){
	.banner .swiper-button-prev,
	.banner .swiper-button-next{display: none;}
}
@media (min-width:768px){
	.public-swiper-pagination .swiper-pagination-bullet{width: 30px;}
	
	.banner-text h2{font-size:24px;}
	.banner-text h6{font-size:16px;}
	
	.banner1 .banner-text .container{display: flex;flex-direction: column;align-items: flex-end;}
	.banner1 .banner-text .text{padding-right:5%;text-align: left;}
	.banner1 .banner-text h2,
	.banner1 .banner-text h6{transform: translate(20%,0);}
	.banner1.swiper-slide-active .banner-text h2,
	.banner1.swiper-slide-active .banner-text h6{opacity:1;transform:none;}
}
@media (min-width:1200px){
	.public-swiper-pagination .swiper-pagination-bullet::before{height:5px;}
	
	.banner-text h2{font-size:38px;}
	.banner-text h6{margin-top:25px;}
	.banner .swiper-pagination{bottom:20px;}
	.banner .swiper-button-prev{left:2%;}
	.banner .swiper-button-next{right:2%;}
}
@media (min-width:1600px){
	.banner-text h2{font-size:48px;}
	.banner-text h6{font-size:18px;}
	
	.banner .swiper-button-prev:after,
	.banner .swiper-button-next:after{font-size:40px;}
	.banner .swiper-button-prev{left:5%;}
	.banner .swiper-button-next{right:5%;}
}
/*banner视频*/
.videoBox{position: absolute;width:100%;height:100%;left:0;top:0;}
.videoBox video{position: relative;display: none;width:100%;height:100%;object-fit: contain;background:#000;}
.videoBox:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.25);z-index: 1;display: none;}
.videoBox .playBtn{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;cursor: pointer;background:rgba(0,0,0,0.1)}
.videoBox .playBtn>img{display: block;width:50px;position: absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;}
.videoBox .playBtn:hover>img{-webkit-animation: bounce 1.5s linear;animation: bounce 1.5s linear;}

.banner .videoBox{z-index: 2;}
.banner .videoBox:after{display: block;}
.banner .videoBox video{display: block;width:100%;height:100%;background:#1a1a1a;object-fit: cover;}
.banner .videoBox .playBtn{background:transparent;}
@media (max-width:767px){
	.banner .videoBox{display: none;}
	.banner .videoBox{z-index: 4;}
	.banner .videoBox.play{z-index: 2;}
	.banner .videoBox video{opacity: 0;}
	.banner .videoBox.play video{opacity: 1;}
}
@media (max-width:575px){
	.videoBox .playBtn>img{width:36px;margin-left:-18px;margin-top:-18px;}
}
@media (min-width:768px){
	.banner .videoBox .playBtn{display: none;}
}
@media (min-width:1200px){
	.videoBox .playBtn>img{width:76px;margin-left:-38px;margin-top:-38px;}
}

.row{margin-left:-7.5px;margin-right:-7.5px;margin-top:-15px;}
.row .column{padding-left:7.5px;padding-right:7.5px;margin-top:15px;}
.row a{display: block;}
a:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
@media (min-width: 768px) {
	.row{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
	.row .column{padding-left:10px;padding-right:10px;margin-top:20px;}
}


/*搜索*/
.index-search{width:100%;padding:12px 0;background:#f6f6f6;overflow: hidden;}
.index-search-box{display: flex;flex-flow: row wrap;align-items: center;justify-content: space-between;}
.index-search-box>div{width:100%;}
.index-search-keyword{display: flex;line-height: 24px;}
.index-search-keyword .tit{flex: 0 0 auto;font-size:12px;position: relative;font-weight: 700;padding-left:28px;}
.index-search-keyword .tit>img{position: absolute;height:20px;left:0;top:0;}
.hot-word{width:100%;overflow: hidden;}
.hot-word a{font-size:12px;margin:0 10px;float: left;color:#666;}
.hot-word a:hover{color:var(--hy-color);text-decoration: underline;}
.index-search-form form{display: block;position: relative;}
.index-search-form input{display: block;width:100%;height:32px;border-radius: 0;padding:0 60px 0 15px;font-size:14px;box-shadow: none;border:1px solid #e6e6e6;background:#fff;outline: none;}
.index-search-form .btn-submit{padding:0;margin:0;border:none;box-shadow: none;border-radius: 0;position: absolute;width:60px;height:100%;right:0;top:0;background:var(--hy-color);background:var(--hy-gradient-opposite);color:#fff;}
.index-search-form .btn-submit:hover{background:var(--hy-color);background:var(--hy-gradient);}
@media (max-width:767px){
	.index-search-keyword + .index-search-form{margin-top:12px;}
	.index-search-form + .index-search-keyword{margin-top:12px;}
}
@media (min-width:768px){
	.index-search-box>.index-search-keyword{width:auto;max-width:60%;}
	.index-search-box>.index-search-form{width:34%;}
	.index-search-keyword .tit{padding-left:32px;}
	.index-search-keyword .tit>img{height:24px;}
	.index-search-keyword .tit,
	.hot-word a{font-size:14px;}
}

.returnList{margin-left:-10px;margin-right:-10px;margin-top:-10px;}
.returnList .column{padding:0 10px;margin-top:10px;}
.returnList .item{position: relative;border-bottom:1px solid #dbdbdb;}
.returnList .return-title{position: relative;transition: all 0.5s;}
.returnList .return-title>a{position: relative;;padding:15px 0;font-size:16px;color:#333;display:block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.3s;}
.returnList .return-title>a::before{content: '';position: absolute;width:6px;height:6px;border-radius: 50%;left:-10px;top:50%;margin-top:-3px;background:var(--hy-bg);background:var(--hy-gradient);transition: all 0.3s;}
.returnList .item:hover .return-title>a::before{left:0;}
.returnList .item:hover .return-title>a{padding-left:15px;color:var(--hy-color);}
@media (min-width: 768px) {
	.returnList{margin-left:-20px;margin-right:-20px;margin-top:-20px;}
	.returnList .column{padding:0 20px;margin-top:20px;}
}
@media (min-width: 1200px) {
	.returnList{margin-left:-30px;margin-right:-30px;}
	.returnList .column{padding:0 30px;}
	.returnList .item{}
	.returnList .return-title>a{padding:20px 0;font-size:18px;}
}


/*首页 - 关于ag平台游戏官网*/
.index-about-main{padding:30px 15px;padding-bottom:0;box-shadow:0 0 12px rgba(0,81,204,0.08);background:#fff;transition: all 0.3s;}
.index-about-main-top{}
.index-about-main-top .img{}
.index-about-main-top .text{width:100%;overflow: hidden;}
.index-about-main-top .index-title{margin-bottom: 30px;}
.index-about-main-top .public-href{margin-top:30px;margin-bottom:30px;}
.index-about-main:hover{box-shadow:0 0 12px rgba(0,81,204,0.2);}

.index-about-main-ul{list-style: none;margin:0 -5px;padding:40px 0 30px;}
.index-about-main-ul>li{padding:0 5px;display: flex;justify-content: center;position: relative;}
.index-about-main-ul>li::before{content: '';position: absolute;width:1px;height:100%;top:0;left:0;background:#000;opacity: 0.05;}
.index-about-main-ul>li:first-child::before{display: none;}
.index-about-main-ul .inner{background:var(--hy-gradient-opposite);-webkit-background-clip: text;color: transparent;}
.index-about-main-ul .num{font-size:14px;line-height: 1;display: flex;align-items: flex-start;}
.index-about-main-ul .num>span{font-size:20px;font-family: 'MiSans';line-height: inherit;}
.index-about-main-ul .num>i{font-style: normal;padding-left:5px;}
.index-about-main-ul p{font-size:14px;margin:15px 0 0;}
.index-about-main-ul .inner:hover{background:var(--hy-gradient);-webkit-background-clip: text;color: transparent;}
@media (max-width: 767px) {
	.index-about-main-top .public-href>.more{margin:0 auto;}
}
@media (min-width: 768px) {
	.index-about-main{padding:30px;padding-bottom:0;}
	.index-about-main-top{display: flex;flex-direction: row-reverse;align-items: center;}
	.index-about-main-top .img{width:280px;flex:0 0 auto;}
	.index-about-main-top .text{padding-left:30px;}
	.index-about-main-top .public-href{margin-bottom:0;}
	.index-about-main-ul{padding:50px 0 40px;}
	.index-about-main-ul .num{font-size:18px;}
	.index-about-main-ul .num>span{font-size:28px;}
	.index-about-main-ul .num>i{padding-left:8px;padding-top:8px;}
	.index-about-main-ul p{font-size:16px;}
	.index-about-main-ul>li::before{width:3px;}
}
@media (min-width: 992px) {
	.index-about-main-top .img{width:370px;}
}
@media (min-width: 1200px) {
	.index-about-main-top .img{width:520px;}
	.index-about-main-top .text{padding-left:40px;}
	.index-about-main-top .public-href{margin-top:50px;}
	.index-about-main-ul{padding:60px 0 50px;}
	.index-about-main-ul .num{font-size:24px;}
	.index-about-main-ul .num>span{font-size:38px;}
}
@media (min-width: 1600px) {
	.index-about-main-ul .num{font-size:30px;}
	.index-about-main-ul .num>span{font-size:48px;}
	.index-about-main-ul p{font-size:18px;}
}

/*首页 - 产品效劳*/
.index-product-list{}
.index-product-list{margin:0;}
.index-product-list .column{padding:0;margin:0;}
.index-product-list .inner{display: block;}
.index-product-list .img{}
.index-product-list .text{position: relative;padding:25px 15px;background:#fff;}
.index-product-list .text::before{content: '';position: absolute;width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #fff;right:13%;top:-16px;}
.index-product-list .line{width:30px;height:3px;background:var(--hy-bg);background:var(--hy-gradient);margin:15px 0;}
.index-product-list h2{font-size:18px;font-weight: 700;margin:0;}
.index-product-list h2>span{color:#333;}
.index-product-list .p{line-height:1.67;color:#666;}
.index-product-list .inner:hover h2>span{background:var(--hy-gradient-opposite);-webkit-background-clip: text;color: transparent;}
.index-product-list .inner:hover .img>img{transform: scale(1.1);}
@media (max-width: 767px){
	.index-product-list .column + .column{margin-top:20px;}
}
@media (min-width: 768px) {
	.index-product-list .inner{height:500px;display: flex;flex-direction: column;}
	.index-product-list .img,
	.index-product-list .text{height:50%;}
	.index-product-list .img>img{position: absolute;width:100%;height:100%;object-fit: cover;}
	.index-product-list .column:nth-child(2) .text{order: -1;}
	.index-product-list .column:nth-child(2) .text::before{border-bottom:none;top:auto;border-top:16px solid #fff;bottom:-16px;}
	.index-product-list h2{font-size:20px;}
	.index-product-list .txt{max-height:100%;overflow-x: hidden;overflow-y: auto;}
	.index-product-list .txt::-webkit-scrollbar{width:5px;height:5px}
	.index-product-list .txt::-webkit-scrollbar-track{background:#f1f1f1}
	.index-product-list .txt::-webkit-scrollbar-thumb{background:#c1c1c1;height:60px}
	.index-product-list .txt::-webkit-scrollbar-thumb:window-inactive{background:#c1c1c1;}
	.index-product-list .txt::-webkit-scrollbar-thumb:vertical:hover{background:#c1c1c1;}
}
@media (min-width: 992px) {
	.index-product-list .inner{height:520px;}
	.index-product-list .text{padding:35px 30px;}
}
@media (min-width: 1200px) {
	.index-product-list .inner{height:580px;}
	.index-product-list .p{font-size:16px;}
	.index-product-list .line{height:5px;}
}
@media (min-width: 1600px) {
	.index-product-list .p{font-size:18px;}
	.index-product-list h2{font-size:24px;}
}

/*首页 - 焦点优势*/
.index-coreAdvantages-swiper .swiper{padding:15px;margin:-15px;}
.index-coreAdvantages-list .swiper-slide{height:auto;}
.index-coreAdvantages-list .inner{padding:30px 20px;padding-bottom:0;height:100%;background:#fff;box-shadow:0 0 12px rgba(0,81,204,0.08);text-align: center;transition:all 0.3s;}
.index-coreAdvantages-list .icon{width:60px;margin:0 auto 20px;transition:all 0.3s;}
.index-coreAdvantages-list .icon>img{width:100%;display:block;}
.index-coreAdvantages-list .text{padding:25px 0;border-top:1px solid rgba(153,153,153,0.25);}
.index-coreAdvantages-list .text h6{font-size:16px;font-weight: 700;margin:0 0 10px;}
.index-coreAdvantages-list .text p{font-size:12px;color:#b6b6b6;margin:0;text-transform: uppercase;font-weight: 300;}
.index-coreAdvantages-list .text .p{font-size:14px;color:#666;margin:0;}
.index-coreAdvantages-list .inner:hover{box-shadow:0 0 12px rgba(0,81,204,0.2);}
.index-coreAdvantages-list .inner:hover .icon{transform: rotateY(180deg);}
.index-coreAdvantages-list .inner:hover h6>span{background:var(--hy-gradient-opposite);-webkit-background-clip: text;color: transparent;}
.index-coreAdvantages-swiper .swiper-pagination{position: static;margin-top:20px;}

.index-coreAdvantages .index-coreAdvantages-list .text h6{font-weight: 500;}
@media (min-width: 768px) {
	.index-coreAdvantages-list .inner{padding:30px;padding-bottom:0;}
	.index-coreAdvantages-list .icon{width:80px;margin-bottom:30px;}
	.index-coreAdvantages-list .text{padding-bottom:30px;}
	.index-coreAdvantages-list .text h6{font-size:20px;}
	.index-coreAdvantages-list .text p{font-size:14px;}
}
@media (min-width: 1200px) {
	.index-coreAdvantages-list .inner{padding:40px;padding-bottom:0;}
	.index-coreAdvantages-list .icon{width:100px;margin-bottom:40px;}
	.index-coreAdvantages-list .text p{font-size:16px;}
	.index-coreAdvantages-list .text .p{font-size:16px;}
}
@media (min-width: 1600px) {
	.index-coreAdvantages-list .inner{padding:50px;padding-bottom:0;}
	.index-coreAdvantages-list .icon{width:120px;margin-bottom:50px;}
	.index-coreAdvantages-list .text{padding-bottom:40px;}
	.index-coreAdvantages-list .text h6{font-size:24px;}
	
}

/*首页 - 相助同伴*/
.index-partner-main .index-title .public-href{margin-top:20px;}
.index-partner-box{padding-top:35px;padding-bottom:15px;}
.index-partner-list .column{width:25%;margin-top:-10px;}
.index-partner-list .column:nth-child(n+22){display: none;}
.index-partner-list .img{width:88%;margin:0 auto;}
.index-partner-list .inner{position: relative;width:60px;height:60px;max-width:100%;margin:0 auto;display: flex;flex-direction: column;justify-content: center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-partner-list .inner::before{content: '';display: block;position: absolute;width: 100%;height: 100%;transform: rotate(-45deg);background-color: #fff;border:1px solid #fff;transition: all 0.3s;}
.index-partner-list .inner:hover::before{border-color:#0b60e4;}
@media (max-width: 991px) {
	.index-partner-main .index-title{text-align: center;}
	.index-partner-main .index-title .line{margin-left:auto;margin-right:auto;}
	.index-partner-main .index-title .public-href>.more{margin:0 auto;}
}
@media (max-width: 767px) {
	.index-partner-box{max-width:350px;margin:0 auto;}
	.index-partner-list .column:nth-child(5),
	.index-partner-list .column:nth-child(12),
	.index-partner-list .column:nth-child(19){margin-left:12.5%;}
}
@media (max-width: 379px) {
	.index-partner-list .inner{width:50px;height:50px;}
}
@media (min-width: 768px) {
	.index-partner-box{padding-top:70px;padding-bottom:20px;}
	.index-partner-list .inner{width:75px;height:75px;}
	.index-partner-list .column{width:16.6666%;margin-top:-20px;}
	.index-partner-list .column:nth-child(7){margin-left:8.3333%;}
	.index-partner-list .column:nth-child(12){margin-left:16.6666%;}
	.index-partner-list .column:nth-child(16){margin-left:24.9999%;}
	.index-partner-list .column:nth-child(19){margin-left:33.3332%;}
	.index-partner-list .column:nth-child(21){margin-left:41.6665%;}
}
@media (min-width: 992px) {
	.index-partner-box{max-width:810px;}
	.index-partner-list .inner{width:90px;height:90px;}
	.index-partner-list .column{margin-top:-25px;}
	.index-partner-main{display: flex;justify-content: space-between;align-items: center;}
	.index-partner-main .index-title .public-href{margin-top:35px;}
}
@media (min-width: 1200px) {
	.index-partner-box{max-width:960px;padding-bottom:30px;}
	.index-partner-list .inner{width:110px;height:110px;}
}
@media (min-width: 1400px) {
	.index-partner-box{max-width:1040px;}
	.index-partner-list .inner{width:120px;height:120px;}
}

/*首页 - 新闻*/
.index-title-main{margin-bottom:35px;}
.index-nav{text-align: center;}
.index-nav>a{padding:0 15px;font-weight: 700;color:#666;font-size:16px;line-height:1;border-right:2px solid rgba(160,154,154,0.2);}
.index-nav>a:last-child{border-right:none;}
.index-nav>a:hover,
.index-nav>a.active{color:var(--hy-color);}
.index-news-row{margin-left:-10px;margin-right:-10px;margin-top:-30px;}
.index-news-row .column{padding-left:10px;padding-right:10px;margin-top:30px;}
.index-news-row .href{display: block;height:100%;background:#fff;position: relative;}
.index-news-row .href::after{content: '';position: absolute;left:0;top:0;right:0;bottom:0;opacity: 0;box-shadow: 0 0 16px rgba(3,94,231,0.18);border:1px solid #0b60e4;transition:all 0.5s;}
.index-news-row .text{padding:20px 0;transition: all 0.5s;}
.index-news-row h3{font-weight: 700;font-size:16px;margin:0 0 10px;color:#333;}
.index-news-row .line{height:1px;background:#f4f4f4;margin:15px 0;}
.index-news-row .date{color:#666;opacity: 0.8;font-family: 'MiSans';}
.index-news-row .p{line-height: 24px;height:72px;margin-bottom:10px;color:#666;}
.index-news-row .href:hover .text{padding:20px;}
.index-news-row .href:hover::after{opacity: 1;box-shadow: 0 0 16px rgba(3,94,231,0.18);border-color:#0b60e4;}
.index-news-row .href:hover h3>span{background:var(--hy-gradient-opposite);-webkit-background-clip: text;color: transparent;}
.index-news-row + .public-href{margin-top:40px;}
@media (max-width: 767px) {
	.index-news-row .href::after{opacity: 1;border-color:#f1f1f1;box-shadow:0 0 12px rgba(0,81,204,0.08);}
	.index-news-row .text{padding:20px 15px;}
}
@media (min-width: 768px) {
	.index-title-main{display: flex;justify-content: space-between;align-items: flex-end;}
	.index-title-main .index-title{margin-bottom:0;}
	
	.index-news-row h3{font-size:18px;}
}
@media (min-width: 1200px) {
	.index-nav>a{font-size:18px;}
	.index-news-row{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.index-news-row .column{padding-left:20px;padding-right:20px;margin-top:40px;}
	.index-news-row h3{font-size:20px;}
}


/*内页共用*/
.inside-banner{position:relative;overflow:hidden;}
.inside-title-box{position: absolute;left:0;right:0;top:50%;transform: translateY(-50%);}
.inside-title-box .index-title{margin-bottom:0;}

/* 二级导航 */
.submenu-swiper{border-bottom:1px #f1f1f1 solid;background:#fafafa;}
.submenu-swiper .swiper{padding:10px 0;margin-left:-8px;margin-right:-8px}
.submenu-nav{list-style:none;margin:0;padding:0}
.submenu-nav .nav-item{width:auto;padding:0 8px;}
.submenu-nav .nav-link{min-width:100px;font-size:14px;line-height:16px;color:#333;padding:10px;border-radius: 20px;text-align:center;background:transparent;transition: all 0.3s;}
.submenu-nav .active .nav-link,
.submenu-nav .nav-link:hover{color:#fff;background:var(--hy-bg);background:var(--hy-gradient-opposite);}
.submenu-swiper .swiper-scrollbar{left:0;width:100%;bottom:0;height:2px;}
.submenu-swiper .swiper-scrollbar-drag{background:rgba(255,255,255,0.5)}

/* 分页 */
.pager-main{font-size:14px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:30px 0 0;list-style: none;}
.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0;list-style: none;padding:0;}
.pager li{padding:0;margin:0 5px}
.pager li>a,.pager li>span{position: relative;display:block;float:none;font-size:14px;border:1px #eeeeee solid;background-color:#f5f5f5;color:#333;border-radius:4px;padding:0;margin:0;width:32px;height:32px;line-height:30px;text-align: center;-webkit-transition: all 0.3s;transition: all 0.3s;}
.pager .next>a:before,
.pager .next>span:before,
.pager .previous>a:before,
.pager .previous>span:before{content: '';position: absolute;width:6px;height:6px;left:50%;top:50%;margin-top:-3px;margin-left:-3px;border-top:1px solid #9e9e9e;border-right:1px solid #9e9e9e;transition: all 0.3s;}
.pager .next>a:before,
.pager .next>span:before{transform: rotate(45deg);}
.pager .previous>a:before,
.pager .previous>span:before{transform: rotate(-135deg);}
.pager .active>a,
.pager li>a:hover{color:var(--hy-color);border-color:var(--hy-color);background-color:#f5f5f5}
.pager .next>a:hover:before{border-color:var(--hy-color);}
.pager .previous>a:hover:before{border-color:var(--hy-color);}

/* 详情页 */
.public-details>div{box-shadow: 0 0 12px rgba(0,81,204,0.08);background:#fff;}
.public-details>div + div{margin-top:30px;}
.details-main{padding:30px 20px;}
.details-recommend{padding:30px 20px;} 
.details-recommend .go-back{padding:0;margin-bottom:15px;}
.InfoTitle{margin-bottom:25px;}
.InfoTitle h2{font-size:18px;margin:0;line-height:1.4;font-weight: 700;}
.InfoTitle .date{font-size:14px;color:#666;line-height:20px;margin-top:10px;}
.InfoTitle .date>img{margin-right:10px;margin-top:-2px;}

.info-prev-next{position: relative;padding: 25px 0 0;border-top:1px #F0F0F0 solid;margin-top: 30px;}
.info-prev-next a{color: #666;font-size: 14px;line-height:30px;display: block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.info-prev-next a:hover{color:var(--hy-color);}
.go-back{padding:25px;}
.go-back a{display: block;color: #fff;text-align: center;width: 100%;line-height: 50px;font-size:16px;background:var(--hy-bg);background:var(--hy-gradient-opposite);}
.go-back a:hover{color:#fff;background:var(--hy-bg);background:var(--hy-gradient);}
@media (max-width: 767px) {
	.inside-banner>.img>img{width:180%;margin-left:-40%;}
	.go-back a{margin:0 auto;}
}
@media (max-width: 575px) {
	.pager li{display: none;}
	.pager li.previous,
	.pager li.next{display: block;}
}
@media (min-width:768px){
	.pager-main{margin-top:40px}
	
	.InfoTitle h2{font-size:20px}
	.details-main{padding:40px;}
	.details-recommend{padding:40px 40px 25px;} 
	.go-back{margin-bottom:0;}
	.info-prev-next{margin-top:40px;}
	.info-prev-next-div{display: flex;align-items: center;justify-content: space-between;}
	.info-prev-next-div>div{max-width:48%;}
}
@media (min-width:992px){
	.pager li>a,.pager li>span,
	.pager-main{font-size:16px;}
	
	.submenu-swiper .swiper{margin-left:-15px;margin-right:-15px}
	.submenu-nav .nav-item{padding:0 15px;}
	.submenu-nav .nav-link{min-width:120px;font-size:16px;line-height:20px;}
}
@media (min-width:1200px){
	.public-details{display: flex;justify-content: space-between;align-items: flex-start;}
	.details-main{width:71.428571%;}
	.public-details>div + div{margin-top:0;}
	.details-recommend{position: -webkit-sticky;position: sticky;top:80px;width:27.142857%;}
	.InfoTitle{margin-bottom:35px;}
	.InfoTitle h2{font-size:24px}
	.info-prev-next a{font-size:16px;}
}
@media (min-width:1400px){
	.details-recommend{top:90px;}
}
@media (min-width:1600px){
	.info-prev-next a{font-size:18px;}
}


/* 关于 - ag平台游戏官网简介 */
.about-list{box-shadow: 0 0 12px rgba(0,81,204,0.08);background:#fff;}
.about-list>div{width:100%;}
.about-list .about-list-text{padding:30px 15px;}
.about-list-text .index-title{margin:0;}
.about-list-text .InfoContent{margin:30px 0 0;}
.about-list-text .InfoContent p{margin-bottom:20px;}
.about-list-text .InfoContent p:last-child{margin-bottom:0;}
.about-list-img .img:hover>img{transform: none;}
.about-main-ul-box{background:var(--hy-bg);background:var(--hy-gradient-opposite);}
.about-main-ul-box .index-about-main-ul{padding:30px 0;}
.about-main-ul-box .index-about-main-ul .inner{background:none;color:#fff;-webkit-background-clip:border-box;}
.about-main-ul-box .index-about-main-ul>li::before{background:#fff;}
@media (min-width:768px){
	.about-list .about-list-text{padding:40px 3%;}
	.about-main-ul-box .index-about-main-ul{padding:40px 0;}
}
@media (min-width:992px){
	.about-list{display: flex;}
	.about-list .about-list-text{width:52.5%;}
	.about-list-text .InfoContent{max-height:320px;overflow-x: hidden;overflow-y: auto;padding-right:3%;}
	.about-list-text .InfoContent::-webkit-scrollbar{width:5px;height:5px}
	.about-list-text .InfoContent::-webkit-scrollbar-track{background:#f1f1f1}
	.about-list-text .InfoContent::-webkit-scrollbar-thumb{background:#c1c1c1;height:60px}
	.about-list-text .InfoContent::-webkit-scrollbar-thumb:window-inactive{background:#c1c1c1;}
	.about-list-text .InfoContent::-webkit-scrollbar-thumb:vertical:hover{background:#c1c1c1;}
	.about-list-img .img{height:485px;}
	.about-list-img .img>img{position: absolute;width:100%;height:100%;object-fit: cover;}
	
	.about-list .about-list-img{width:47.5%;}
}
@media (min-width:1200px){
	.about-main-ul-box .index-about-main-ul{padding:50px 0;}
}


/* 关于 - 声誉资质 */
#lightGallery-Gallery .thumb_cont .thumb_info .count{opacity:0}
#lightGallery-outer #lightGallery-close{width:40px;height:40px;line-height:40px;top:30px;right:30px;background:var(--hy-bg);color:#fff;opacity: 1;transition: all 0.5s;}
#lightGallery-outer #lightGallery-close:after{font-size:20px;font-weight:lighter}
#lightGallery-outer #lightGallery-close:hover{background:var(--hy-bg);color:#fff;transform: rotate(360deg);}
#lightGallery-outer #lightGallery-action{margin-left:-33px;}
#lightGallery-outer #lightGallery-action .cLthumb{display: none!important;}

.honor-list{margin:-30px -10px 0;}
.honor-list .column{margin-top:30px;padding-left:10px;padding-right:10px;}
.honor-list .img{padding-bottom:90%;border:1px solid #e6e6e6;background:#fff;cursor: pointer;}
.honor-list .img>img{position: absolute;width:auto;height:auto;max-width:90%;max-height:90%;margin:auto;left:0;top:0;right:0;bottom:0;}
.honor-list p{text-align: center;margin:15px 0 0;font-size:14px;line-height: 1.65;font-weight: 700;}
.honor-list .swiper-slide:hover .img>img{-webit-transform: scale(1.1);transform: scale(1.1);}
@media (min-width:768px){
	.honor-list p{font-size:16px;}
}
@media (min-width:1200px){
	.honor-list{margin:-40px -20px 0;}
	.honor-list .column{margin-top:40px;padding-left:20px;padding-right:20px;}
	.honor-list p{font-size:18px;margin-top:20px;}
}
@media (min-width:1600px){
	.honor-list p{font-size:20px;}
}


/* 关于 - 视频 */
.videoModal .modal-dialog{width:90%;display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:15px;}
.videoModal .btn-close{position:absolute;width:30px;height:30px;background:var(--hy-bg);opacity:1;color:#fff;z-index:999;right:5%;top:5%;border-radius:50%;transition: all 0.5s;}
.videoModal .btn-close>i{display: block;font-style: normal;background:url(/plug-in/0kinglink/images/icon/close.png) no-repeat center;width:100%;height:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}
.videoModal .btn-close:focus{outline:0}
.videoModal .btn-close:hover{background-color:var(--hy-color);}
.videoModal .btn-close:hover>i{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.modal-static.videoModal .btn-close{transform: scale(1.5);}
.videoModal .modal-body{padding:0;}
.videoModal .modal-content{padding:0;border:none;border-radius: 0;background:#fff;box-shadow: 0 0 0 rgba(0,0,0,0);}
.videoModal video{display: block;width:100%;margin:0 auto;outline: none;max-height:80vh;background:#000;}
.modal.fade .modal-dialog{
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.show .modal-dialog{
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
@media (max-width:767px){
	.videoModal .modal-dialog{padding-left:0;padding-right:0;}
}
@media (min-width:768px){
	.videoModal .modal-dialog{width:80%;max-width:1200px;}
	.videoModal .btn-close{right:5%;top:10%;}
}

/* 相助同伴 */
.partner-list{margin:-20px -10px 0;}
.partner-list .column{padding-left:10px;padding-right:10px;margin-top:20px;}
.partner-list .img{display: block;padding:10px 0;height:100%;background:#fff;box-shadow:0 0 12px rgba(0,81,204,0.08);}
.partner-list .img>img{width:auto;max-width:100%;margin:0 auto;}
.partner-list .img:hover{box-shadow:0 0 12px rgba(0,81,204,0.2);}
@media (min-width: 1200px){
	.partner-list .column{width:20%;}
}

/* ag平台游戏官网风范 */
.about-team .swiper-wrapper{
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}
.about-team .swiper-slide{height:auto;}
.team-list .href{display: block;position: relative;background:rgba(0,0,0,0.05);height:100%}
.team-list .img{box-shadow:0 0 12px rgba(0,81,204,0.08);height:100%;display: flex;flex-direction: column;justify-content: center;}
.team-list .href:hover .img>img{transform: scale(1.1);}
.team-list .videoBox .playBtn>img{width:40px;height:40px;margin-left:-20px;margin-top:-20px;}
@media (min-width: 992px){
	.team-list .videoBox .playBtn>img{width:50px;height:50px;margin-left:-25px;margin-top:-25px;}
}

/* 效劳内容 */
.product-list .column{}
.product-list .inner{text-align: center;cursor: pointer;}
.product-list .line{width:30px;height:2px;background:#fff;margin:15px auto;}
.product-list h2{font-size:18px;font-weight: 700;margin:0;}
.product-list .inner>.text{padding:15px 0;}
.product-list .img .mask{position: absolute;left:0;top:0;width:100%;height:100%;padding:25px 15px;background:rgba(11,96,228,0.9);background:linear-gradient(to right,rgba(11,96,228,0.9),rgba(58,188,183,0.9));opacity: 0;transition: all 0.5s;display: flex;flex-direction: column;justify-content: center;}
.product-list .img .text{color:#fff;max-height:100%;overflow-x: hidden;overflow-y: auto;}
.product-list .img .p{font-size:14px;line-height: 1.5;}
.product-list .img h2{font-size:16px;}
.product-list .inner:hover h2>span{background:var(--hy-gradient-opposite);-webkit-background-clip: text;color: transparent;}
.product-list .inner:hover .img>img{transform: scale(1.1);}
.product-list .inner:hover .mask{opacity: 1;}
.product-list .img .text::-webkit-scrollbar{width:3px;height:3px}
.product-list .img .text::-webkit-scrollbar-track{background:#ccc}
.product-list .img .text::-webkit-scrollbar-thumb{background:var(--hy-bg);height:60px}
.product-list .img .text::-webkit-scrollbar-thumb:window-inactive{background:var(--hy-bg);}
.product-list .img .text::-webkit-scrollbar-thumb:vertical:hover{background:var(--hy-bg);}
@media (min-width: 768px){
	.product-list h2{font-size:20px;}
	.product-list .img h2{font-size:18px;}
	.product-list .inner>.text{padding:20px 0;}
}
@media (min-width: 768px) and (max-width:991px){
	.product-list .img h2,
	.product-list .line{display: none;}
}
@media (min-width: 1200px){
	.product-list .img .mask{padding:35px 25px;}
	.product-list .line{height:5px;}
	.product-list h2{font-size:24px;}
	.product-list .img .p{font-size:16px;}
	.product-list .img h2{font-size:22px;}
}

/* 效劳包管 */
.service-guarantee-list{margin:-12px -6px 0;}
.service-guarantee-list .column{padding:0 6px;margin-top:12px;}
.service-guarantee-list .href{position: relative;display: block;overflow: hidden;}
.service-guarantee-list .text{position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(11,96,228,0.9);background:linear-gradient(to right,rgba(11,96,228,0.9),rgba(58,188,183,0.9));color:#fff;text-align: center;display: flex;flex-direction: column;justify-content: center;padding:15px;opacity: 0;visibility: hidden;transform: rotateY(-90deg);transition: all 0.5s;}
.service-guarantee-list h5{font-size:16px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.service-guarantee-list h5+p{font-size:12px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.service-guarantee-list .text>img{display: block;width:30px;height:30px;margin:0 auto;}
.service-guarantee-list figcaption{position: absolute;font-size:16px;line-height:20px;padding:10px;width:100%;left:0;bottom:0;color:#fff;text-align: center;background:rgba(0,0,0,0.65);transition: all 0.3s;}
.service-guarantee-list .href:hover .img>img{transform: scale(1.1);}
.service-guarantee-list .href:hover .text{opacity: 1;visibility: visible;transform: none;}
.service-guarantee-list .href:hover figcaption{bottom:-70px;}
@media (max-width:575px){
	.service-guarantee-list .column{width:100%;}
}
@media (min-width:768px){
	.service-guarantee-list h5{margin-bottom:15px;}
	.service-guarantee-list h5,
	.service-guarantee-list figcaption{font-size:18px;}
	.service-guarantee-list figcaption{padding:15px;}
	.service-guarantee-list h5+p{font-size:14px;margin-bottom:15px;}
	.service-guarantee-list .text>img{width:35px;height:35px;}
}
@media (min-width:1200px){
	.service-guarantee-list h5{font-size:20px;}
}


/* 新闻动态 */
.news-list{margin-top:-20px;}
.news-list .href{display:block;color:#666;padding:20px 0;border-bottom:1px dotted #e4e4e4}
.news-list .text{position: relative;transition:all .5s}
.news-list h3{font-size:16px;font-weight:700;color:#333;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all .5s;transition:all .5s}
.news-list .p{margin-top:10px;line-height:26px;height:52px;}
.news-list .other{display: flex;justify-content: space-between;align-items: center;font-size:14px;padding-top:15px;margin-top:20px;color:#999;border-top:1px dotted #e4e4e4;}
.news-list .date{padding-left:25px;background-image: url(/plug-in/0kinglink/images/icon/icon3.png);background-repeat: no-repeat;background-position: left center;line-height:20px;}
.news-list .more{width:100px;border-radius: 20px;line-height:40px;}

.news-list .href:hover h3>span{background:var(--hy-gradient-opposite);-webkit-background-clip: text;color: transparent;}
.news-list .href:hover .img>img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.news-list .href:hover .public-href>.more{color:#fff;background:var(--hy-bg);background:var(--hy-gradient);}

.news-recommend-list>.item{border-bottom:1px solid #f1f1f1;}
.news-recommend-list>.item:last-child{border-bottom:none;}
.news-recommend-list>.item>a{padding:12px 0;position: relative;display: block;font-size:14px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.3s;}
.news-recommend-list>.item>a::before{content: '';position: absolute;width:6px;height:6px;border-radius: 50%;left:-10px;top:50%;margin-top:-3px;background:var(--hy-bg);background:var(--hy-gradient);transition: all 0.3s;}
.news-recommend-list>.item>a:hover{padding-left:15px;}
.news-recommend-list>.item>a:hover::before{left:0;}
@media (max-width:600px){
	.news-list .text{padding:20px 0 0;}
	.news-list .other{display:flex;justify-content:space-between;align-items:center;border-top:none;padding:0;}
}
@media (min-width:601px){
	.news-list .href{display:flex;align-items: center;}
	.news-list .img{width:27.5%;flex:0 0 auto}
	.news-list .text{width:100%;overflow:hidden;padding-left:30px;padding-right:16%;}
	.news-list .more{position: absolute;right:0;top:45px;}
}
@media (min-width:768px){
	.news-list{margin-top:-35px;}
	.news-list .href{padding:35px 0;}
	.news-list h3{font-size:18px}

	.news-recommend-list>.item>a{padding:15px 0;font-size:16px;}
}
@media (min-width:1200px){
	.news-list h3{font-size:20px}
	.news-list .text{padding-left:40px;}
	.news-list .other{padding-top:20px;margin-top:40px;}
	.news-list .p{margin-top:15px;}
}



/* 关于 - 联系ag平台游戏官网 */
.contact-main>div + div{margin-top:40px;}
.contact-list .InfoContent{font-family:"MiSans";}
.contact-ewm{display: flex;flex-flow: row wrap;margin-top:30px;}
.contact-ewm>.item{margin-right:20px;font-size:18px;text-align: center;}
.contact-ewm img{display: block;max-width:138px;margin:0 auto 15px;box-shadow: 0 0 12px rgba(0,81,204,0.08);}
.contact-ewm span{display: block;}

.contact-map{position: relative;height:320px;margin-top:40px;}
.contact-map>div{width:100%;height:100%;}
.contact-map a{position: absolute;display: block;width:100%;height:100%;left:0;top:0;z-index: 2;}
@media (min-width:768px){
	.contact-map{height:500px;}
	.contact-list .InfoContent{font-size:16px;}
}
@media (min-width:992px){
	.contact-main>div + div{margin-top:0;}
	.contact-main{display: flex;justify-content: space-between;}
	.contact-info{width:47.857143%;padding-right:50px;}
	.contact-ewm{margin-top:45px;}
	.contact-msg{width:52.142857%;}

	.contact-map{margin-top:50px;}
}
@media (min-width:1200px){
	.contact-map{margin-top:60px;}
	.contact-list .InfoContent{font-size:18px;}
}

/* 效劳网点 */
.store_title{text-align: center;}
.storeList{height:100%;}
.storeRow{display: flex;align-items: stretch;flex-flow: row wrap;margin:0;box-shadow:0 0 12px rgba(0,81,204,0.08);}
.storeRow:before,
.storeRow:after{display: none;}
.storeRow .column{padding:0;margin:0;}
.storeList .inner{width:100%;height:100%;background:#fff;padding:30px 20px;}
.storeList .h2{font-size:18px;font-weight: 700;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e4e4e4;}
.storeList ul{list-style: none;padding:0;}
.storeList li{position: relative;padding:15px;border-bottom:1px dotted #e4e4e4;}
.storeList li.active{background:#f9f9f9;}
.storeList .InfoContent{cursor: pointer;}
.storeList .InfoContent p{margin-bottom:5px;}
.storeList .divUl{max-height:400px;padding-right:8px;overflow-y:auto;overflow-x:hidden;}
.storeList .divUl::-webkit-scrollbar{width:5px;height:5px}
.storeList .divUl::-webkit-scrollbar-track{background:#f1f1f1}
.storeList .divUl::-webkit-scrollbar-thumb{background:#c1c1c1;height:60px}
.storeList .divUl::-webkit-scrollbar-thumb:window-inactive{background:#c1c1c1;}
.storeList .divUl::-webkit-scrollbar-thumb:vertical:hover{background:#c1c1c1;}

.storeMap{height:100%;min-height:450px;}
.storeMap>div{height:100%;}
.tdt-control-copyright{display: none;}
.tdt-infowindow-content{font-size:14px;width:255px!important;line-height: 1.67;font-family: inherit;}
.tdt-infowindow-content h1{font-size: 16px;color: #0b60e4;font-weight: 700;margin-bottom:5px;}
@media (min-width:992px){
	/* 门店盘问预约 */
	.storeList ul{padding:0 10px 0 0;}
	.storeList li{padding:20px 15px;}
	.storeList .inner{padding:35px;}
	.storeList .h2{font-size:20px;}
	.storeList .divUl{max-height:500px;}
	.storeMap{min-height:600px;}
}

/* 表单 */
.message-form .row{margin-left:-25px;margin-right:-25px;margin-top:0;}
.message-form .column{padding-left:25px;padding-right:25px;margin-bottom: 25px;margin-top:0;}
.message-form .column:last-child{margin-bottom:0;}
.message-form .inner{position: relative;}
.message-form label{position: absolute;top: 0;left: 0;right: 0;margin: 0;height: 45px;line-height: 45px;padding: 0 15px;color: #ccc;font-size: 14px;overflow: hidden;pointer-events: none;transition: all .3s;}
.message-form label.incorrect,
.message-form .input_filled.error label{display: none;}
.message-form .input_filled.error label.incorrect{display: block;}
.message-form .input_filled label{font-size: 12px;height: auto;line-height: 20px;-webkit-transform: translate3d(0,-120%,0);transform: translate3d(0,-120%,0);padding: 0;top:2px;}
.message-form .error label{color: red;}
.message-form .form-control{display: block;font-size: 14px;height: 45px;border-radius: 0;box-shadow: none;color: #333;padding: 8px 15px;border-color:#e6e6e6;}
.message-form .form-control:focus{border-color:#e6e6e6}
.message-form .error .valid_message{font-size: 12px;line-height: 20px;color: #d60000;position: absolute;left: 0;bottom: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);display: none;}
.message-form textarea.form-control{height: 200px;padding:15px;}
.message-form .img-code-input{display: flex;align-items: center;}
.message-form .img-code-input .inner{width: 100%;}
.message-form .img-code-input .img-code{flex: 0 0 auto;width: 90px;height: 45px;}
.message-form .img-code-input .img-code img{display: block;width: 100%;height: 100%;cursor: pointer;}
.message-form .btn{width: 180px;line-height: 55px;font-size: 16px;border:none;border-radius: 0;margin:10px 0 0;padding: 0;box-shadow: none;outline: none;transition: all .3s;}
@media (min-width:768px){
	.message-form .column{margin-bottom: 30px;}
	.message-form label{font-size:16px;}
	.message-form .input_filled label{font-size: 14px;}
	.message-form .form-control{font-size: 16px;}
}<!--耗时1753877847.4721秒-->