@charset "utf-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}
@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}
@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
@font-face {
  font-family: font_ding;
  src:url(../font/DingTalk_JinBuTi_Regular.ttf);
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family:number_only}
.yw{font-family:MontDemo}
.font_ding{font-family:font_ding}
body {
    font: 0.16rem/1.5 "pingfang_m",'pingfang_b','pingfang_r','pingfang_r';
    color: #161b27;
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {max-width: 14rem;margin:0 auto;width: 90%;position: relative;z-index: 2;}
a:hover {
    text-decoration: none;
    color: #132b88;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    width: 0.52rem;
    height: 0.52rem;
    background: url(../images/swiper_jtzc.png) center center no-repeat;
    font-size: 0;
    background-size: 100%;
}
.swiper-button-prev:hover,.swiper-button-next:hover{background: url(../images/swiper_jtxz.png) center center no-repeat;background-size: 100%;}
.swiper-button-prev{
    left: -0.62rem;
}
.swiper-button-next{
    right: -0.62rem;
    transform: rotate(180deg);
}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.phone_menu {
    width: 0.34rem;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.phone_menu .icon_bar{width: 0.3rem;height: 2px;background-color: #000000;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display: block;}
.phone_menu .icon_bar:nth-of-type(2){margin:5px 0;width: 0.2rem;}
.phone_menu.kai .icon_bar:nth-of-type(2){opacity:0}
.phone_menu.kai .icon_bar:first-child{-webkit-transform:translate(0,7px) rotate(45deg);-ms-transform:translate(0,7px) rotate(45deg);transform: translate(0,8px) rotate(45deg);}
.phone_menu.kai .icon_bar:last-child{-webkit-transform:translate(0,-7px) rotate(-45deg);-ms-transform:translate(0,-7px) rotate(-45deg);transform: translate(0,-6px) rotate(-45deg);}

.swiper-fade .swiper-slide {
    opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .blog-slider__content > * {
	transform: translateY(90px);
	transition: all .4s;
}
.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}
.blog-slider__content > *:nth-child(1) {
	transition-delay:0s;
}

.blog-slider__content > *:nth-child(2) {
	transition-delay: 0.1s;
}
.blog-slider__content > *:nth-child(3) {
	transition-delay: 0.2s;
}
.blog-slider__content > *:nth-child(4) {
	transition-delay: 0.3s;
}
.blog-slider__content > *:nth-child(5) {
	transition-delay: 0.4s;
}
.blog-slider__content > *:nth-child(6) {
	transition-delay: 0.5s;
}
.blog-slider__content > *:nth-child(7) {
	transition-delay: 0.6s;
}
.blog-slider__content > *:nth-child(8) {
	transition-delay: 0.7s;
}
.blog-slider__content > *:nth-child(9) {
	transition-delay: 0.8s;
}
.blog-slider__content > *:nth-child(10) {
	transition-delay: 0.9s;
}
.blog-slider__content > *:nth-child(11) {
	transition-delay: 1s;
}
.blog-slider__content > *:nth-child(12) {
	transition-delay: 1.1s;
}
.blog-slider__content > *:nth-child(13) {
	transition-delay: 1.2s;
}
.blog-slider__content > *:nth-child(14) {
	transition-delay: 1.3s;
}
.blog-slider__content > *:nth-child(15) {
	transition-delay: 1.4s;
}
/**clear_end**/


/****/
.nav_part {
    /* position: fixed; */
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.nav_part .wal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.8rem;
}
.nav_logo {}

.nav_logo img {
    width: 1.65rem;
}

.nav_logo img.writh_logo {
    display: block;
}

.nav_logo img.cai_logo {
}

.top_nav {
    /* width: 70%; */
}

.top_nav .nav_main {
    display: flex;
    align-items: center;
}

.top_nav .nav_main ul {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.top_nav .nav_main ul li {
    position: relative;
    flex: 1;
    text-align: center;
}

.top_nav .nav_main ul li .one_level {
    line-height: 0.7rem;
    color: #fff;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_nav .nav_main ul li .one_level h3 {}
.top_nav .nav_main .link_a {}
.top_nav .nav_main .tel {
    font-size: 0.16rem;
    line-height: 0.28rem;
}

.top_nav .nav_main .tel img {
    width: 0.28rem;
    margin: 0 0.1rem 0 0;
}

.index_banner .item .zi span {
    font-size: 0.26rem;
    font-family: 'pingfang_l';
    margin: 0 0 0.7rem 0;
    display: block;
}
a.writh_a {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    text-align: center;
    color: #fff;
}

a.black_a {
    border-radius: 50px;
    color: #fff;
    text-align: center;
}

.top_nav .nav_main .link_a a {
    line-height: 0.4rem;
    display: inline-block;
    width: 1.2rem;
    margin: 0 0 0 0.25rem;
    font-size: 0.14rem;
    background: #0098ed;
}

.two_nav_list {
    position: absolute;
    left: -0.5rem;
    right: -0.5rem;
    top: 0.7rem;
    background: rgba(255,255,255,0.9);
    display: none;
}
.two_nav_list.show {
    display: block;
}
.two_nav_list a {
    font-size: 0.14rem;
    display: block;
    line-height: 0.3rem;
}

.top_nav .nav_main ul li.has {}

.top_nav .nav_main ul li.has a.one_level:after {content: "";width: 0.08rem;height: 0.08rem;display: block;border-left: 0.01rem solid #fff;border-top: 0.01rem solid #fff;transform: rotate(-135deg) translate(0, 0.05rem);margin: 0 0 0 0.1rem;}
.nav_part.fixd {
    background: #fff;
}
.writh_nav {
    background: #fff;
    position: relative;
}
.nav_part.fixd .nav_logo img.writh_logo,.writh_nav .nav_logo img.writh_logo {
    display: none;
}

.nav_part.fixd .nav_logo img.cai_logo,.writh_nav .nav_logo img.cai_logo {
    display: block;
}

.nav_part.fixd  .top_nav .nav_main ul li .one_level,.writh_nav  .top_nav .nav_main ul li .one_level {
    color: #333;
}


.nav_part.fixd .top_nav .nav_main ul li.has a.one_level:after,.writh_nav .top_nav .nav_main ul li.has a.one_level:after {
    border-left: 0.01rem solid #666;
    border-top: 0.01rem solid #666;
}

.nav_part.fixd a.writh_a,.writh_nav a.writh_a {
    border: 1px solid #122a88;
    color: #122a88;
}
.index_banner {
    position: relative;
    overflow: hidden;
}

.index_banner img.bg {
    /* width: 100%; */
    height: 7rem;
}

.index_banner .item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.index_banner .item .wal{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_banner .item .zi {
    /* width: 60%; */
    color: #fff;
    line-height: 0.72rem;
    /* flex: 1; */
    position: relative;
    z-index: 2;
}

.index_banner .item .zi h3 {
    font-size: 0.6rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.15rem;
    font-weight: bold;
}

.index_banner .item .zi p {
    font-size: 0.6rem;
    font-family: 'pingfang_m';
}

.index_banner .item .zi .link_a {}

.index_banner .item .zi .link_a a {
    border: 0.02rem solid #ffffff;
    width: 2rem;
    display: inline-block;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.22rem;
    margin: 0 0.1rem 0 0;
    box-shadow: 0px 0.09rem 0.2rem rgba(27,98,193,0.2);
    color: #fff;
}

.index_banner .item .zi .link_a a.writh_a {
    background: #fff;
    color: #0098ed;
}

.index_banner .item .imgj {
    text-align: center;
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.index_banner .item .imgj img {
    width: 100%;
}
.swiper-pagination {}

.swiper-pagination span.swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50px;
    background: #0070ed;
    opacity: 1;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.5rem;
    background: #fff;
}

.index_part {
    padding: 0.6rem 0;
    overflow: hidden;
    position: relative;
}

.index_ti {
    text-align: center;
    margin: 0 0 0.5rem;
}

.index_ti .ti {}

.index_ti .ti h4 {
    font-size: 0.45rem;
    font-family: 'pingfang_b';
    color: #222222;
}

.index_ti .ti p {
    font-size: 0.18rem;
    color: #666666;
}

.hard_where {}

.hard_where ul {
    display: flex;
    justify-content: space-between;
    gap: 0.34rem;
    padding: 0 0 1rem;
    position: relative;
    margin: 0 0 0.4rem 0;
}

.hard_where ul li {
    flex: 1;
    position: relative;
    z-index: 2;
}
.hard_where ul li:nth-child(2n+1) {
    transform: translate(0px, 1rem);
}
.hard_where ul li .item {
    text-align: center;
}

.hard_where ul li .item .ti {
    border-radius: 0.06rem;
    border: 0.03rem solid #fff;
    box-shadow: 0 0 0.43rem rgba(148,169,194,0.23);
    background: linear-gradient(180deg, #edf3f9, #fff);
    padding: 0.3rem 0;
    margin: 0 0 0.5rem;
    position: relative;
}

.hard_where ul li .item .ti img {
    width: 0.59rem;
    margin: 0 0 0.25rem 0;
}

.hard_where ul li .item .ti h4 {
    font-size: 0.2rem;
    color: #222222;
    font-weight: bold;
    margin: 0 0 0.05rem;
}

.hard_where ul li .item .ti p {
    color: #738193;
    line-height: 0.3rem;
}

.hard_where ul li .item .ti:after {content: "";width: 0;height: 0;/* border-top: 0.15rem solid white; *//* border-right: 0.15rem solid transparent; *//* border-left: 0.15rem solid transparent; */position: absolute;bottom: -0.165rem;left: 50%;transform: translate(-50%, 0px);background: #fff;width: 0.15rem;height: 0.15rem;transform: rotate(45deg) translate(-50%, 0px);}

.hard_where ul li .item .dots {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    border-radius: 50%;
    background: rgba(56,140,241,0.2);
    margin: 0 auto;
    position: relative;
}

.hard_where ul li .item .dots i {
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    background: linear-gradient(90deg, #1e78ff, #7eb1ff);
    border-radius: 50%;
    left: 0.04rem;
    top: 0.04rem;
}

.hard_where ul:after {content: "";width: 100%;position: absolute;bottom: -0.1rem;height: 2rem;background: url(../images/line.png) bottom center no-repeat;background-size: 100%;z-index: 1;}

.hard_where .link_a {
    width: 2.5rem;
    line-height: 0.6rem;
    font-weight: bold;
    font-size: 0.22rem;
    text-align: center;
    background: #0098ed;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
}

.hard_where .link_a a {
    color: #fff;
}

.bg_f6faff {
    background: #f6faff;
}

.index_solution {}

.index_solution ul {}

.index_solution ul li {}

.index_solution ul li .item {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 0.15rem;
    margin: 0 0 0.15rem;
    padding: 0.5rem 0.5rem 0;
    gap: 0.5rem;
    align-items: center;
}

.index_solution ul li .item .text {
    flex: 1.2;
    order: 1;
    /* flex: 1; */
}

.index_solution ul li .item .text .ti {
    display: flex;
    align-items: center;
    margin: 0 0 0.3rem;
}

.index_solution ul li .item .text .ti img {
    width: 0.71rem;
    margin: 0 0.25rem 0 0;
}

.index_solution ul li .item .text .ti h4 {
    font-size: 0.36rem;
    font-weight: bold;
}

.index_solution ul li .item .text .p {
    line-height: 0.36rem;
    color: #666666;
    font-size: 0.18rem;
    height: 1.8rem;
}

.index_solution ul li .item .text .p p {}

.index_solution ul li .item .text .link_a {}

.index_solution ul li .item .text .link_a a {
    width: 1.7rem;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 50px;
    background: #0098ed;
    display: inline-block;
    font-size: 0.18rem;
    color: #fff;
    border: 0.02rem solid #0098ed;
    margin: 0 0.15rem 0 0;
}

.index_solution ul li .item .text .link_a a:first-child {}

.index_solution ul li .item .text .link_a a:last-child {
    color: #0098ed;
    background: #fff;
}

.index_solution ul li .item .imgj {
    flex: 1;
    order: 2;
}

.index_solution ul li .item .imgj img {
    width: 100%;
}

.index_solution ul li:nth-child(2n) .item .text {
    order: 2;
}

.index_solution ul li:nth-child(2n) .item .imgj {
    order: 1;
}

.index_sixbox {}

.index_sixbox ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.16rem;
    gap: 0.3rem;
}

.index_sixbox ul li {
    width: calc(33.33% - 0.2rem );
    /* padding: 0.16rem; */
    border-radius: 0.1rem;
}

.index_sixbox ul li .ti {
    line-height: 0.66rem;
    font-size: 0.24rem;
    color: #fff;
    background: #0098ed;
    text-align: center;
    font-weight: bold;
    border-radius: 0.1rem 0.1rem 0 0;
}

.index_sixbox ul li .main {
    border: 1px solid #c4deff;
    border-radius: 0 0 0.1rem 0.1rem;
}

.index_sixbox ul li .main .imgj {}

.index_sixbox ul li .main .imgj img {
    width: 100%;
}

.index_sixbox ul li .main p {
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #666666;
    padding: 0.2rem;
}

.bg_case {
    background: url(../images/bg_case.png);
    background-size: cover;
}

.color_fff {
    color: #fff !important;
}
.index_sixbox .link_a {
    width: 2.5rem;
    line-height: 0.6rem;
    font-weight: bold;
    font-size: 0.24rem;
    text-align: center;
    background: #0098ed;
    border-radius: 50px;
    color: #fff;
    margin: 0.54rem  auto 0;
}

.index_sixbox .link_a a {
    color: #fff;
}

.index_case {
    overflow: hidden;
    border-radius: 0.2rem;
}
.swiper-pagination1 {
    position: relative;
    bottom: 0 !important;
    margin: 0.3rem 0 0;
}

.index_case .case_box {
    display: flex;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.2rem;
    box-sizing: border-box;
}

.index_case .case_box .imgj {
    flex: 1;
    border-radius: 0.2rem;
}

.index_case .case_box .imgj img {}

.index_case .case_box .zi {
    flex: 1.1;
    padding: 0.4rem 0.5rem 0 0.8rem;
}

.index_case .case_box .zi .ti {
    display: flex;
    align-items: center;
}

.index_case .case_box .zi .ti h3 {
    font-size: 0.36rem;
    margin: 0 0.2rem 0 0;
}

.index_case .case_box .zi .ti span {
    color: #89a8c1;
    border-radius: 0.1rem;
    background: #eaf5ff;
    line-height: 0.38rem;
    padding: 0 0.2rem;
}

.index_case .case_box .zi .p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #666666;
    padding: 0.4rem 0;
    position: relative;
}
.index_case .case_box .zi .p p{
    position: relative;
    z-index: 2;
    text-align: justify;
}
.index_case .case_box .zi .p:before{content:"";width: 0.81rem;height: 0.61rem;display: block;background: url(../images/syin.png);background-size: 0.81rem;position: absolute;left: -0.3rem;top: 0.1rem;z-index: 1;}
.index_case .case_box .zi .p:after{content:"";width: 0.81rem;height: 0.61rem;display: block;background: url(../images/xyin.png);background-size: 0.81rem;position: absolute;right: -0.3rem;bottom: 0.4rem;z-index: 1;}
.index_case .case_box .zi a {
    width: 1.88rem;
    line-height: 0.55rem;
    font-size: 0.18rem;
    color: #fff;
    background: #0098ed;
    border-radius: 50px;
    display: block;
    text-align: center;
}

.index_logos {}

.index_logos ul {}

.index_logos ul li {
    margin: 0 0 0.14rem;
}

.index_logos ul li .item {
    display: flex;
    align-items: center;
}

.index_logos ul li .item label {
    width: 1.4rem;
    line-height: 0.74rem;
    background: linear-gradient(105deg, #fff, #f3fafe);
    text-align: center;
    border-radius: 0.1rem;
    position: relative;
    box-shadow: 0 0.05rem 0.18rem rgba(132,169,219,0.2);
    margin: 0 0.3rem 0 0;
    font-size: 0.2rem;
    color: #0098ed;
}

.index_logos ul li .item .logo {
    display: flex;
    justify-content: space-between;
    flex: 1;
    gap: 0.12rem;
}

.index_logos ul li .item .logo .imgj {
    flex: 1;
    text-align: center;
    background: #fff;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.74rem;
}

.index_logos ul li .item .logo .imgj img {
    max-width: 80%;
    max-height: 80%;
}

.index_logos ul li .item label:after {content: "";width: 0;height: 0;border-left: 0.15rem solid #f4fafe;border-top: 0.15rem solid transparent;border-bottom: 0.15rem solid transparent;position: absolute;right: -0.1rem;top: 50%;transform: translate(0, -50%);}

.index_zhuanye {}

.index_zhuanye ul {
    display: flex;
    margin: -0.2rem;
}

.index_zhuanye ul li {
    padding: 0.2rem;
    width: 27%;
    transition: all 0.3s;
}

.index_zhuanye ul li .item {
    background: url(../images/zybg.png) top center no-repeat;
    background-size: cover;
    border: 1px solid #dcefff;
    border-radius: 0.06rem;
    padding: 0.25rem;
    height: 5.1rem;
}

.index_zhuanye ul li .item img {
    width: 1.38rem;
    margin: 0.2rem auto;
    display: block;
}

.index_zhuanye ul li .item h3 {
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #222222;
    margin: 0 0 0.35rem;
}

.index_zhuanye ul li .item .p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #666666;
    margin: 0 0 0.31rem;
    height: 1.08rem;
    overflow: hidden;
}

.index_zhuanye ul li .item .p p {
    display: none;
    position: relative;
    padding: 0 0 0 0.15rem;
}

.index_zhuanye ul li .item .link_a {}

.index_zhuanye ul li .item .p span {
    display: block;
    padding: 0 0 0 0.15rem;
}

.index_zhuanye ul li .item .link_a span.jt {
    display: block;
    margin: 0.5rem 0 0;
}

.index_zhuanye ul li .item .link_a span.jt img {
    width: 0.51rem;
    margin: 0;
}

.index_zhuanye ul li .item .link_a a {
    display: none;
    width: 1.7rem;
    line-height: 0.5rem;
    color: #fff;
    background: #0098ed;
    text-align: center;
    border-radius: 50px;
}

.index_zhuanye ul li.on .item .link_a a {
    display: block;
}

.index_zhuanye ul li.on .item .link_a span.jt {
    display: none;
}

.index_zhuanye ul li.on .item .p span {
    display: none;
}

.index_zhuanye ul li.on .item .p {}
.index_zhuanye ul li.on .item img {
    margin: 0.2rem 0;
}

.index_zhuanye ul li.on .item h3 {
    text-align: left;
}
.index_zhuanye ul li .item .p p:first-child {
    display: block;
}
.index_zhuanye ul li.on {
    width: 46%;
}

.index_zhuanye ul li.on .item .p p {
    display: block;
}

.index_zhuanye ul li .item .p p:before {content: "";width: 0.08rem;height: 0.08rem;display: block;border-radius: 50%;background: #0098ed;position: absolute;left: 0;top: 0.12rem;}
.bg_form {
    background: url(../images/bg_form.png);
    background-size: cover;
    transition: all 0.3s;
}

.index_ad {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/adbg.png);
    background-size: cover;
    display: none;
    z-index: 999;
}

.index_formbox {
    box-shadow: 0px 0.1rem 0.11rem 0px rgba(26, 148, 255, 0.14);
    background: #fff;
    border-radius: 0.2rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.index_formbox .left {
    width: 48%;
    color: #fff;
    padding: 0.5rem;
}

.bg_ban {
    background: url(../images/bg_ban.png) right bottom;
    background-size: cover;
}

.index_formbox .left .ti {
    margin: 0 0 0.2rem 0;
}

.index_formbox .left .ti h3 {
    font-size: 0.48rem;
}

.index_formbox .left .ti span {
    font-size: 0.36rem;
    display: block;
}

.index_formbox .left .p {
    font-size: 0.2rem;
    line-height: 0.6rem;
}

.index_formbox .left .p p {
    background: url(../images/gou.png) left center no-repeat;
    background-size: 0.26rem;
    padding: 0 0 0 0.35rem;
}

.index_formbox .right {
    width: 52%;
    padding: 0.5rem;
}

.index_formbox .right .ti {}

.index_formbox .right .ti h3 {
    font-size: 0.36rem;
}

.index_formbox .right .ti span {
    display: block;
    font-size: 0.18rem;
    color: #666;
    margin: 0.1rem 0;
}

.index_formbox .right .form_box {}

.index_formbox .right .form_box .input {
    border: 1px solid rgb(234, 234, 234);
    line-height: 0.6rem;
    padding: 0 0.2rem 0 0.4rem;
    border-radius: 0.05rem;
    margin: 0.15rem 0 0;
    position: relative;
}

.index_formbox .right .form_box .input label {
    position: absolute;
    left: 0.2rem;
}

.index_formbox .right .form_box .input label em {
    color: #ff0000;
}

.index_formbox .right .form_box .input input {
    color: #999ca8;
    font-size: 0.18rem;
    width: 100%;
    line-height: 0.6rem;
}

.index_formbox .right .form_box .input select {
    width: 100%;
    border: 0;
    color: #999ca8;
    line-height: 0.6rem;
    font-size: 0.18rem;
}

.index_formbox .right .form_box .input select option {
    line-height: 0.6rem;
}

.index_formbox .right .form_box button {
    width: 2.8rem;
    line-height: 0.65rem;
    border-radius: 0.05rem;
    background: #0098ed;
    color: #fff;
    font-size: 0.24rem;
    margin: 0.3rem 0 0;
}
.index_formbox .right .form_box .input input::placeholder {
    color: #999ca8;
}
.index_ad .wal {
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_ad .left {
    color: #fff;
}

.index_ad .left h3 {
    font-size: 0.34rem;
}

.index_ad .left span {
    display: block;
    font-size: 0.18rem;
}

.index_ad .right {}

.index_ad .right a {
    display: inline-block;
    width: 2.7rem;
    line-height: 0.6rem;
    color: #fff;
    background: #fe9a20;
    text-align: center;
    border-radius: 50px;
    font-size: 0.24rem;
}

.index_ad .right span {
    font-size: 0.24rem;
    color: #fff;
    display: inline-block;
    margin: 0 0 0  0.2rem;
}

.index_ad .close {
    background: url(../images/close.png) center center no-repeat;
    position: absolute;
    right: -0.36rem;
    top: 0;
    width: 0.36rem;
    height: 0.36rem;
    display: block;
    background-size: 0.36rem;
}
.index_ad.show {
    display: block;
}

.bg_form.padding2 {
    padding: 0.6rem 0 1.4rem;
}
.fight_float {
    position: fixed;
    right: 0.2rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}

.fight_float .online {
    background: linear-gradient(0deg, #4cbffc, #258df5);
    width: 0.48rem;
    border-radius: 50px;
    padding: 0.02rem;
}

.fight_float .online a {
    color: #fff;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.fight_float .online a .imgj {
}

.fight_float .online a .imgj img {
    width: 100%;
}

.fight_float .online a span {
    writing-mode: tb;
    text-align: center;
    display: block;
    padding: 0.2rem 0;
    letter-spacing: 0.02rem;
}

.fight_float .float_five {
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 0.02rem 0.32rem 0px rgb(112 145 158 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.fight_float .float_five img{
    width: 0.39rem;
}
.fight_float .float_four a {color: #0098ed;font-size: 0.14rem;display: block;}
.float_three {
    width: 0.84rem;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 0.02rem 0.32rem 0px rgb(112 145 158 / 20%);
    padding: 0.2rem 0;
    margin: 0 0 0.2rem 0;
};
}
.fight_float .float_four a .imgj {}

.fight_float .float_four a .imgj img {
    width: 0.39rem;
}

.floatmore1 {
    position: absolute;
    left: -1.48rem;
    top: 0;
    background: #fff;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    /* width: 1rem; */
    box-shadow: 0px 0.02rem 0.32rem 0px rgb(112 145 158 / 20%);
    color: #0198ed;
    display: none;
}

.floatmore1 span {}

.floatmore2 {
    position: absolute;
    left: -1.48rem;
    top: 0;
    background: #fff;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    /* width: 1rem; */
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 10%);
    color: #0198ed;
    display: none;
}

.floatmore2 span {}

.floatmore3 {
    position: absolute;
    left: -1.12rem;
    top: 0;
    background: #fff;
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 10%);
    color: #2b4273;
    display: none;
}

.floatmore3 span {}

.floatmore3 span img {}
.fight_float .float_four:hover .floatmore1{display:block}

.fight_float .float_four:hover .floatmore2{display:block}

.fight_float .float_four:hover .floatmore3{display:block}
.fight_float .float_four:after {content: "";display: block;width: 0.3rem;height: 1px;background: #ddd;margin: 0.1rem auto;}

.fight_float .float_four:last-child:after {
    display: none;
}

.float_four {
    text-align: center;
    position: relative;
}




.pop {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    z-index: 999;
}

.pop.show {
    display: flex;
}

.pop_main {
    background: #fff;
    border-radius: 0.2rem;
    box-shadow: 0 0.17rem 0.27rem rgba(0,0,0,0.2);
    /* padding: 0.4rem; */
    position: relative;
    max-width: 70%;
}

.pop_form {
    padding: 0.4rem;
}

.popclose {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/popclose.png) center center no-repeat;
    background-size: 0.23rem;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}

.pop_form h3 {
    font-size: 0.4rem;
}

.pop_form p {
    font-size: 0.2rem;
}

.pop_form .ti {
    text-align: center;
    margin: 0 0 0.4rem 0;
}

.pop_form .main {}

.pop_form .main .input {
    border: 1px solid rgb(234, 234, 234);
    line-height: 0.6rem;
    padding: 0 0.2rem 0 0.4rem;
    border-radius: 0.05rem;
    margin: 0.15rem 0 0;
    position: relative;
}

.pop_form .main .input label {
    position: absolute;
    left: 0.2rem;
}

.pop_form .main em {
    color: #ff0000;
}

.pop_form .main .input input {
    color: #666;
    font-size: 0.18rem;
    width: 100%;
    line-height: 0.6rem;
}

.pop_form .main .input input::placeholder {
    color: #999ca8;
}

.pop_form .main .input select {
    width: 100%;
    border: 0;
    color: #999ca8;
    line-height: 0.6rem;
    font-size: 0.18rem;
}

.pop_form .main .input textarea {
    width: 100%;
    padding: 0.2rem 0;
    font-size: 0.18rem;
    color: #9ea1ac;
}

.pop_form .main button {
    border-radius: 0.05rem;
    background: #00aeeb;
    display: block;
    width: 100%;
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #fff;
    margin: 0.2rem 0;
}

.pop_form .main .tips {
    text-align: center;
    color: #9c9c9c;
}

.pop_form .main .tips a {
    color: #00aeeb;
}

.pop_succ {
    padding: 0.6rem;
}

.pop_succ img {
    width: 2.9rem;
    margin: 0 auto 0.4rem;
    display: block;
}

.pop_succ .ti {
    text-align: center;
}

.pop_succ .ti h3 {
    font-size: 0.48rem;
    margin: 0 0 0.1rem 0;
}

.pop_succ .ti p {
    font-size: 0.24rem;
    color: #666;
}
.hard_where ul li:hover .item .ti {
    border: 0.03rem solid #0198ed;
    box-shadow: 0 0 0.43rem rgb(148 169 194 / 50%);
}

.hard_where ul li:hover .item .ti:after {
    border-right: 0.03rem solid #0198ed;
    border-bottom: 0.03rem solid #0198ed;
    bottom: -0.18rem;
}

.index_sixbox ul li:hover {
    box-shadow: 0 0 0.43rem rgb(148 169 194 / 50%);
}

.index_logos ul li .item .logo .imgj:hover {
    box-shadow: 0 0 0.43rem rgb(148 169 194 / 20%);
}
.pop_more {
    border-radius: 0.1rem;
    overflow: hidden;
}



.pop_more img {
    width: 100%;
}


.foot_box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #182736;
    margin: 0.6rem 0 0;
    line-height: 0.6rem;
    color: #fff;
    gap: 0.2rem;
    font-size: 0.14rem;
}

.foot_box em {
    color: red;
    font-weight: bold;
}

.foot_box p {
    opacity: 0.8;
}

.foot_box span {
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin: 0 0 0 0.5rem;
}

.foot_box span img {
    width: 0.2rem;
}


.foot_box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #182736;
    margin: 0.6rem 0 0;
    line-height: 0.6rem;
    color: #fff;
    gap: 0.2rem;
    font-size: 0.14rem;
}

.foot_box em {
    color: red;
    font-weight: bold;
}

.foot_box p {
    opacity: 0.8;
}

.foot_box span {
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin: 0 0 0 0.5rem;
}

.foot_box span img {
    width: 0.2rem;
}