
/*滚动条整体样式*/
*::-webkit-scrollbar {width: 15px;height: 15px;}
/*滚动条里面小方块*/
*::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background:#E7313E;}
/*滚动条里面轨道*/
*::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);border-radius: 999px;}
.swiper-container{
    height: 100%;
}
.swiper-container .banner{
    height: 100%;
}
#header {
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 8px 0 hsla(0, 0%, 8%, .09);
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
    min-width: 1200px;
}

#header.white-top {
  box-shadow: none;
  background: transparent;
  
}


#header .inner-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
#header .inner-box>div{
    height: 90px;
    display: flex;
    align-items: center;
}
#header .inner-box .left{
    
}

#header .inner-box .left .main-logo {
    display: flex;
    align-items: center;
    position: relative;
    height: 90px;
}
#header .inner-box .left .main-logo a {
    margin: 0 16px 0 0;
}

#header .inner-box .left .main-logo .logo-box {
	display: inline-block;
	position: relative
}

#header .inner-box .left .main-logo .logo-box img {
    position: relative;
    width: 150px;
    height: 50px;
    top: 1px;
}


#header .inner-box .left .work-service {
    display: flex;
    align-items: center;
    position: relative;
    height: 90px;
}
#header .inner-box .left .work-service>img {
    display:inline-block;
    height: 30px;
}
#header .inner-box .left .work-service>.popup {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    padding: 25px 24px 32px;
    width: 384px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
}

#header .inner-box .left .work-service:hover .popup {
    display: block
}
#header .inner-box .left .work-service>.popup:after {
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: -11px;
  width: 100%;
}

#header .inner-box .left .work-service>.popup:before {
  border: 5px solid transparent;
  border-bottom-color: #fff;
  box-sizing: content-box;
  content: "";
  display: inline-block;
  height: 0;
  left: 40px;
  position: absolute;
  top: -10px;
  width: 0;
  
}

#header .inner-box .left .work-service>.popup .header .logo {
  height: 48px;
  width: 49px
}

#header .inner-box .left .work-service>.popup .header .logo+.flex-col {
  padding-left: 12px
}

#header .inner-box .left .work-service>.popup .header .logo+.flex-col h4 {
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px
}

#header .inner-box .left .work-service>.popup .header .logo+.flex-col .full-name {
  color: rgba(0, 0, 0, .45);
  font-size: 12px;
  line-height: 20px
}

#header .inner-box .left .work-service>.popup .header .logo+.flex-col .full-name .icon-wrap {
  color: #02cd7b;
  font-size: 12px;
  margin-left: 4px
}

#header .inner-box .left .work-service>.popup>.ylbb-flex-row>button {
  height: 28px;
  padding: 0;
  text-align: center;
  width: 50px
}

#header .inner-box .left .work-service>.popup>.ylbb-flex-row>button:hover {
  background-color: #f6fbff !important
}

#header .inner-box .left .work-service>.popup .intro {
  color: rgba(0, 0, 0, .85);
  font-size: 13px;
  line-height: 20px;
  margin-top: 24px
}

#header .inner-box>.right{
    display: flex;
}
#header .inner-box>.right>div{
    position: relative;
}
#header .inner-box>.right>div>a{
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    color: #3a486c;
    height: 90px;
    line-height: 90px;
}
#header .inner-box>.right>div>a:hover{
    color: #E7313E
}
#header .inner-box .right .dropdown-wrap {
    margin-right: 20px;
}
#header .inner-box .right .dropdown-wrap .link {
  margin-right: 0
}
#header .inner-box .right .dropdown-wrap .link.active {
      color: #E7313E;
}
#header .inner-box .right .dropdown-wrap .popup {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 190px;
    padding: 10px 0;
}
#header .inner-box .right .dropdown-wrap .popup:after {
  border: 5px solid transparent;
  border-bottom-color: #fff;
  box-sizing: content-box;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0
}

#header .inner-box .right .dropdown-wrap:hover .popup {
    display: flex;
}
#header .inner-box .right .dropdown-wrap .popup .list-title {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  line-height: 28px
}

#header .inner-box .right .dropdown-wrap .popup .list-title .blue-box {
  background: #E7313E;
  border-radius: 2px;
  height: 12px;
  margin-left: 14px;
  margin-right: 8px;
  width: 3px;
  margin-left: 20px !important
}
#header .inner-box .right .dropdown-wrap .popup .list-container {
  -webkit-box-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

#header .inner-box .right .dropdown-wrap .popup .list-container img {
  height: 22px;
  margin-right: 12px;
  width: 22px
}

#header .inner-box .right .dropdown-wrap .popup .list-container a {
  cursor: pointer;
  color: rgba(0, 0, 0, .85);
  display: block;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  padding: 10px 20px 10px 20px;
  text-align: left;
}

#header .inner-box .right .dropdown-wrap .popup .list-container a:hover {
  background-color: #e6f7ff
}
#header .inner-box .right .dropdown-wrap .popup .list-container img,
#header .inner-box .right .dropdown-wrap .popup .list-container span {
  vertical-align: middle
}


#header .inner-box .right .dropdown-wrap .popup.index {
    width: 140px;
    left: -55px;
}
#header .inner-box .right .dropdown-wrap .popup.index>div{
    width: 190px;
}
#header .inner-box .right .dropdown-wrap .popup.index .list-container a{
    width: 100%;
}

#header .inner-box .right .dropdown-wrap .popup.video {
    width: 180px;
    left: -60px;
}
#header .inner-box .right .dropdown-wrap .popup.video>div{
    width: 190px;
}
#header .inner-box .right .dropdown-wrap .popup.video .list-container a{
    width: 100%;
}

#header .inner-box .right .dropdown-wrap .popup.app{
    width: unset;
    left: -30px;
}
#header .inner-box .right .dropdown-wrap .popup.app>div{
    width: 160px;
}
#header .inner-box .right .dropdown-wrap .popup.app>div.app_list{
    width: 160px;
}
#header .inner-box .right .dropdown-wrap .popup.app .list-container a{
    padding: 10px 0 10px 20px;
    width: 100%;
}
#header .inner-box .right .dropdown-wrap .popup.solution {
    left: -60px;
    width: 195px;
}
#header .inner-box .right .dropdown-wrap .popup.solution>div{
    width: 195px;
}
#header .inner-box .right .dropdown-wrap .popup.solution .list-container a{
    width: 100%;
}

#header .inner-box .right .dropdown-wrap .popup.cooperation {
    width: 140px;
    left: -40px;
}
#header .inner-box .right .dropdown-wrap .popup.cooperation>div{
    width: 190px;
}
#header .inner-box .right .dropdown-wrap .popup.cooperation .list-container a{
    width: 100%;
}

#header .inner-box .right .login,
#header .inner-box .right .register{    
    position: relative;
    font-size: 16px;
    width: 101px;
    border-radius: 2px;
    text-shadow: none;
    box-shadow: unset;
    font-weight: 400;
    padding: 6px 15px;
    text-align: center;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

#header .inner-box .right .login{
    margin-right: 20px;
    margin-left: 40px;
    color: #E7313E;
    border: 1px solid #E7313E;
    background: transparent ;
}
#header .inner-box .right .login:hover{
    color: #E7313E;
    border: 1px solid #E7313E;
    background: transparent ;
}
#header .inner-box .right .register{
    color: #fff;
    border: 1px solid #E7313E;
    background: #E7313E !important;
}
#header .inner-box .right .register:hover{
    color: #fff;
    border: 1px solid #E7313E;
    background: #E7313E !important;
}

#header .inner-box .right .login.logining,
#header .inner-box .right .register.logining{    
    border-radius: 999px;
}


#footer{
    background-color: #353535;
    padding-top: 65px;
}
#footer .inner-box{
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    padding-bottom: 53px;
    height: 250px;
    display: flex;
    justify-content: space-around;
}
#footer .inner-box .company_des {
    margin-right: 30px;
    width: 350px;
}
#footer .inner-box .company_des .logo {
    position: relative;
    top: -8px;
    width: 234px;
    height: 78px;
    margin-bottom: 12px;
}
#footer .inner-box .company_des .des{
    display: flex;
    flex-direction: column;
}
#footer .inner-box .company_des .des>div{
    display: flex;
    margin-bottom: 8px;
}
#footer .inner-box .company_des .des>div.phone{
    margin-bottom: 15px;
}
#footer .inner-box .company_des .des>div.phone span{
    font-size: 28px;
    color: #fff;
}
#footer .inner-box .company_des .des>div>div:first-child{
    width: 80px;
}
#footer .inner-box .company_des .des>div>div:last-child{
    width: calc(100% - 80px);
}
#footer .inner-box .company_des span {
    color: #989999;
    margin-bottom: 6px;
}
#footer .inner-box .menu{
}
#footer .inner-box .menu dl {
    float: left;
    margin-right: 50px;
}
#footer .inner-box .menu dl dt {
    font-size: 18px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    color: #DADADA;
    line-height: 22px;
    margin-bottom: 24px;
}
#footer .inner-box .menu dl .divide{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 13px;
    border-top: 1px solid rgba(136, 136, 136, 1);
}
#footer .inner-box .menu dl .divide.divide-no{
    border: 1px solid rgba(136, 136, 136, 0);
}
#footer .inner-box .menu dl dd {
    margin-bottom: 10px;
    margin-left: 0;
}
#footer .inner-box .menu dl dd a {
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #888888;
    line-height: 20px;
    margin-top: 12px;
}
#footer .inner-box .codes {
    width: 320px;
    display: flex;
    justify-content: space-between;
}
#footer .inner-box .codes .codeItem{
    float: left;
}
#footer .inner-box .codes .codeItem .codeImg {
    position: relative;
    background: #fff;
    width: 137px;
    height: 137px;
}
#footer .inner-box .codes .codeItem .codeImg img {

    width: 100%;
    height: 100%;
}
#footer .inner-box .codes .codeItem p {
    font-size: 15px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 22px;
    margin-top: 12px;
}
#footer .footer_bottom{
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    color: #969799;
}
#footer .footer_bottom .copyright{
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    color: #969799;
    margin-bottom: 10px;
}
#footer .footer_bottom .AQ span{
    margin-right: 30px;
}
#footer .footer_bottom .AQ span,#footer .footer_bottom .AQ a{
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    color: #969799;
}

#footer .footer_bottom .AQ img{
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 4px;
}
#suspension{
    position: fixed;
    bottom: 64px;
    right: 22px;
    z-index: 1502;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
#suspension .contact {
    cursor: pointer;
    position: relative;
    margin-bottom: 4px;
}
#suspension .contact:after {
    content: "";
    display: block;
    border: 2px solid #E7313E;
    border-radius: 50%;
    width: 102px;
    height: 102px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: -1;
}
#suspension .contact a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#suspension .contact .contact-avatar {
    border-radius: 999px;
    padding: 12px;
    width: 114px;
    height: 114px;
    animation: contact-avatar .95s linear infinite;
}
@keyframes contact-avatar {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(0.9)
	}
}
#suspension .contact .contact-avatar_border{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 112px;
    height: 112px;
    background: url(/static/img/ataxonomic/border.png) no-repeat;
    background-size: cover;
    transform-origin: center;
    animation: breathe .95s linear infinite;
}

@keyframes breathe {
    0% {
        transform: scale(1);
        opacity: .6;
    }
    
    25% {
        transform: scale(1.05);
        opacity: .3;
    }
    50% {
        transform: scale(1.1);
        opacity: .1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#suspension .contact .contact-avatar_text {
    z-index: 2;
    width: 74px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(90deg,#E7313E,#f86d77 100%);
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    margin-top: -10px;
    font-size: 12px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
#suspension .contact .contact-avatar_text span {
    user-select: none;
}
#suspension li {
    width: 80px;
    height: 80px;
    opacity: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    position: relative;
}
#suspension li .icon {
    width: 100%;
    height: 100%;
}
#suspension li .code {
    opacity: 1;
    position: absolute;
    left: -220px;
    top: -127px;
    z-index: 11;
    width: 210px;
    height: 292px;
    text-align: center;
    display: flex;
    justify-content: center;
}
#suspension li .code.ggh{
    background: url(/static/img/ataxonomic/contact_code_ggh_bg.png) no-repeat;
    background-size: 100% 100%!important;
}
#suspension li .code.sph{
    background: url(/static/img/ataxonomic/contact_code_sph_bg.png) no-repeat;
    background-size: 100% 100%!important;
}
#suspension li .code .codeImg {
    position: relative;
    background: #fff;
    width: 140px;
    height: 140px;
    margin-top: 90px;
}
#suspension li .code .codeImg img {
    width: 140px;
    height: 140px;
}
.inner-box{
    width: 1320px;
    margin: 0 auto;
}
.fdsx.fdsx-1{
    width: 254px;
    height: 53px;
    opacity: 1;
    background: #E7313E;
    border-radius: 28px;
    box-shadow: 0 0 6px 0 rgb(64,158,255, 0.5);
    border: none;
    font-size: 20px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    cursor: pointer;
    margin-top: 50px;
	animation: fdsx .5s linear infinite alternate backwards;
	margin-left: 25px
}


@keyframes fdsx {
	0% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1.2)
	}
}
.apply-btns{
    display: flex;
    justify-content: center;
    padding-top: 80px;
}
.apply-btns>button{
    width: 146px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
}
.apply-btns .for-agent{
    color: #fff;
    background: #E7313E;
    border: 1px solid #FFFFFF;
    margin-right: 45px;
}
.apply-btns .for-kf{
    color: #E7313E;
    background: #fff;
    border: 1px solid #E7313E;
}

section .inner-box>.content{
    padding-bottom: 80px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
    height: 4px;
    opacity: 1;
    background: #E7313E;
    border-radius: 5px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    opacity: 1;
    background: #d8d8d8;
    border-radius: 5px;
}









#main{
    margin-top: 90px;
}
#main>section:nth-child(odd){
	background-color: #f6f6f6;
}
#main>section:nth-child(even){
	background-color: #fff;
}
#main>section h2.title{
    font-size: 30px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #333;
    line-height: 42px;
    padding: 80px 0;
}
.main-swiper{
    position: relative;
    height: 500px;
}
.main-swiper .swiper-slide .banner img {
    width: 100%;
    height: 100%;
}
.main-swiper .swiper-slide .banner .inner-box{
}
.main-swiper .swiper-slide .banner .content {
    position: absolute;
    top: 80px;
}
.main-swiper .swiper-slide .banner .content .slogan {
    font-size: 35px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333;
    line-height: 56px;
}
.main-swiper .swiper-slide .banner .content .slogan_des {
    font-size: 24px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333;
    line-height: 33px;
    margin-top: 16px;
}
.main-swiper .swiper-slide .banner .content>.tags {
    margin: 36px 0 0;
}
.main-swiper .swiper-slide .banner .content>.tags .tag {
    padding: 10px 16px;
    font-size: 18px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #E7313E;
    margin-right: 24px;
    border: 1px solid #E7313E;
    border-radius: 4px;
}
.main-swiper .swiper-slide .banner .content button {

}
.main-swiper .swiper-slide .banner .content>.slogan>.tag {
    display: inline-block;
    font-size: 20px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #fff;
    width: 146px;
    height: 42px;
    opacity: 1;
    background: #E7313E;
    line-height: 42px;
    border-radius: 21px;
    margin-left: 17px;
    transform: translateY(-3px);
}
.main-swiper .swiper-slide .banner .content>.slogan>.tag>img{
    width: 24px;
    height: 24px;
}



.main-painSpot ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.main-painSpot ul li {
	width: 33%;
	display: flex;
	align-items: center;
	margin-bottom: 80px
}
.main-painSpot ul li>img{
	width: 80px;
	height: 80px;
}
.main-painSpot ul li .text {
	margin-left: 24px;
    width: 100%;
}

.main-painSpot ul li .text .name {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #000;
	line-height: 28px;
	margin-bottom: 10px
}

.main-painSpot ul li .text .des {
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #666;
	line-height: 22px
}



.main-app_details {
	/*height: 888px;*/
}

.main-app_details .tabs {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	border-bottom: 1px solid #e5e5e5
}

.main-app_details .tabs .tabItem {
	cursor: pointer;
	text-align: center;
    margin-top: 30px;
}

.main-app_details .tabs .tabItem.active {
	position: relative
}

.main-app_details .tabs .tabItem.active .name {
	color: #E7313E
}

/*.main-app_details .tabs .tabItem.active:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: -1px;*/
/*	display: inline-block;*/
/*	height: 4px;*/
/*	opacity: 1;*/
/*	background: #E7313E;*/
/*	border-radius: 3px;*/
/*	width: 100%*/
/*}*/
.main-app_details .tabs .tabItem img{
	width: 32px;
	height: 32px;
}
.main-app_details .tabs .tabItem .name {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #333;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 8px
}

.main-app_details .details_content {
	padding-top: 60px;
	padding-bottom: 60px;
    display: flex;
    width: 100%;
}

.main-app_details .details_content .left{
    width: calc(100% - 800px);
}
.main-app_details .details_content .right{
    width: 800px;
}
.main-app_details .details_content .solutionItem {
	transition: all .5s;
	width: 500px;
	height: 132px;
	opacity: 1;
	background: #fff;
	border-radius: 8px;
	padding: 24px 56px;
	margin-bottom: 20px
}

.main-app_details .details_content .solutionItem.active p {
	color: #E7313E
}

.main-app_details .details_content .solutionItem.active {
	transform: translateY(-5px);
	box-shadow: 0 0 12px 0 rgba(175, 187, 197, .2)
}

.main-app_details .details_content .solutionItem .name {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	color: #333;
	line-height: 28px;
	margin-bottom: 12px;
	position: relative
}

.main-app_details .details_content .solutionItem .name img {
	position: absolute;
	left: -30px;
	width: 20px;
	top: 4px
}

.main-app_details .details_content .solutionItem .des {
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #666;
	line-height: 22px
}

.main-app_details .details_content .solutionImg {
    width: 100%;
    height: 430px;
}

.main-video_content {
}

.main-video_content .tabs {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	border-bottom: 1px solid #e5e5e5
}

.main-video_content .tabs .tabItem {
	cursor: pointer;
	text-align: center;
}

.main-video_content .tabs .tabItem.active {
	position: relative
}

.main-video_content .tabs .tabItem.active .name {
	color: #E7313E
}

/*.main-video_content .tabs .tabItem.active:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: -1px;*/
/*	display: inline-block;*/
/*	height: 4px;*/
/*	opacity: 1;*/
/*	background: #E7313E;*/
/*	border-radius: 3px;*/
/*	width: 100%*/
/*}*/
.main-video_content .tabs .tabItem img{
    width: 40px;
    height: 40px;
}
.main-video_content .tabs .tabItem .name {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #333;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 8px
}

.main-video_content .video_list {
	padding-top: 60px;
	padding-bottom: 60px;
    width: 100%;
}
.main-video_content .video_list>div{
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}
.main-video_content .video_list>div>div:first-child{
    padding-right: 50px;
}
/*.main-video_content .video_list>div:nth-child(odd)>.left{*/
/*	float: left;*/
/*}*/
/*.main-video_content .video_list>div:nth-child(odd)>.right{*/
/*	float: right;*/
/*}*/
/*.main-video_content .video_list>div:nth-child(even)>.left{*/
/*	float: right;*/
/*}*/
/*.main-video_content .video_list>div:nth-child(even)>.right{*/
/*	float: left;*/
/*}*/
.main-video_content .video_list .left{
    width: calc(100% - 650px);
}
.main-video_content .video_list .left>div{
	transition: all .5s;
	width: 100%;
	background: #fff;
	border-radius: 8px;
    padding: 24px 56px 24px 56px;
	margin-bottom: 16px
}

.main-video_content .video_list .left .description {
	height: 150px;
}
.main-video_content .video_list .left .description .name {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	color: #333;
	line-height: 28px;
	margin-bottom: 12px;
	position: relative
}

.main-video_content .video_list .left .description .name img {
	position: absolute;
	left: -30px;
	width: 20px;
	top: 4px
}

.main-video_content .video_list .left .description .desc {
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #666;
	line-height: 22px
}
.main-video_content .video_list .left .code-btn{
    display: flex;
    justify-content: space-between;
}
.main-video_content .video_list .left .code-btn .code{
    width: 215px;
    height: 215px;
    background: url(/static/img/ataxonomic/code_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
}
.main-video_content .video_list .left .code-btn .code img{
    width: 100%;
    height: 100%;
}
.main-video_content .video_list .left .code-btn .btns{
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.main-video_content .video_list .left .code-btn .btns button{
    width: 130px;
    height: 50px;
}
.main-video_content .video_list .left .code-btn .btns .scene{
    border: 1px solid #E7313E;
    color: #E7313E;
    background: #ffffff;
}
.main-video_content .video_list .left .code-btn .btns .video{
    border: 1px solid #E7313E;
    color: #ffffff;
    background: #E7313E;
}
.main-video_content .video_list .right{
    width: 650px;
}
.main-video_content .video_list .solutionImg {
    width: 100%;
    height: 430px;
}

.main-manage .manageContent {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding-bottom: 80px
}

.main-manage .manageContent img {
    width: 80px;
    height: 80px;
}
.main-manage .manageContent .name {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #222;
	margin-top: 24px
}

.main-whySelect {
	padding-bottom: 50px;
	background: #f8f9fb
}

.main-whySelect .selectBox {
	display: flex;
	align-items: center;
    margin-bottom: 50px;
}

.main-whySelect .selectBox .selectList {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.main-whySelect .selectBox .selectList li {
    position: relative;
    display: flex;
    justify-content: center;
}

.main-whySelect .selectBox .selectList li .default {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 240px;
	height: 328px;
	opacity: 1;
	background: #fff;
	border: 1px solid #f8f8f8;
	border-radius: 4px
}

.main-whySelect .selectBox .selectList li .default img {
	width: 112px;
	height: 112px
}

.main-whySelect .selectBox .selectList li .default p {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #333;
	margin-top: 39px
}

.main-whySelect .selectBox .selectList li .team {
	transition: opacity .3s linear;
	position: absolute;
	opacity: 0;
	left: 0;
	top: -10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 240px;
	height: 350px;
	background: #E7313E;
	border-radius: 4px;
	box-shadow: 0 0 20px 0 rgba(0, 22, 77, .2)
}

.main-whySelect .selectBox .selectList li .team:hover {
	opacity: 1
}

.main-whySelect .selectBox .selectList li .team p {
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

.main-whySelect .selectBox .selectList li .team .name {
    width: unset;
	font-weight: 500;
	position: relative;
}
.main-whySelect .selectBox .selectList li .team .name>span{
    position: relative;
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.main-whySelect .selectBox .selectList li .team .name>span.divide:after {
	content: "";
	display: inline-block;
	position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
	height: 4px;
	opacity: 1;
	background: #fff;
	border-radius: 3px
}

.main-whySelect .selectBox .selectList li .team .des {
	padding: 20px;
	padding-top: 32px;
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #fff;
}



.main-home_swiper {
	position: relative
}

.main-home_swiper .swiperContent {
	padding-bottom: 144px;
    height: 830px;
}

.main-home_swiper .swiperContent .swiper-slide {
	width: 500px;
	height: 680px
}

.main-home_swiper .swiperContent .swiper-slide img {
	width: 100%
}

.main-home_swiper .swiperContent .swiper-pagination {
	bottom: 80px
}

.main-home_swiper .swiperContent .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 4px;
	opacity: 1;
	background: #d8d8d8;
	border-radius: 5px
}

.main-home_swiper .swiperContent .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	height: 4px;
	opacity: 1;
	background: #E7313E;
	border-radius: 5px
}



.main-partner {
	padding-bottom: 80px
}

.main-partner .content {
	width: 100%;
    height: 420px;
}
.main-partner .content img{
    height: 420px;
}

.product h3.title {
    font-size: 20px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #333;
    line-height: 28px;
    margin-top: 100px;
}
.main-getGuest .tabContent .flow img {
    margin-top: 60px;
    width: 1280px;
}

.main-successful_case .swiperContent {
	padding-bottom: 128px;
    height: 550px;
}

.main-successful_case .swiperContent .swiper-slide {
	width: 680px;
	height: 400px;
	opacity: 1;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 20px 0 #eee;
	padding: 40px
}

.main-successful_case .swiperContent .swiper-slide img {
	width: 587px;
	height: 318px
}

.main-successful_case .swiperContent .swiper-pagination {
	bottom: 80px
}

.main-successful_case .swiperContent .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 8px;
	opacity: 1;
	background: #d8d8d8;
	border-radius: 5px
}

.main-successful_case .swiperContent .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	height: 8px;
	opacity: 1;
	background: #E7313E;
	border-radius: 5px
}



.main-advantages .advantageItem {
    padding-bottom: 85px;
}
.main-advantages .advantageItem .des {
    font-size: 18px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #666;
    margin-top: 20px;
}
.main-advantages .advantageItem .content {
    margin-top: 56px;
}
.main-advantages .advantageItem .content_img {
    float: right;
}
.main-advantages .advantageItem .content .list {
    display: flex;
    flex-direction: column;
    margin-top: 44px;
}
.main-advantages .advantageItem .content .list li {
    display: flex;
    margin-bottom: 40px;
}
.main-advantages .advantageItem .content .list li img {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.main-advantages .advantageItem .content .list li .list_name {
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333;
    margin-bottom: 5px;
}
.main-advantages .advantageItem .content .list li .list_des {
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666;
}





.main-demand {
	padding-bottom: 80px
}

.main-demand .list {
	display: flex;
	flex-wrap: wrap;
	text-align: center
}

.main-demand .list li {
	width: 33%;
	margin-top: 40px
}

.main-demand .list li img {
	width: 80px;
	height: 80px
}

.main-demand .list li .name {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #333;
	padding-top: 24px
}


.main-scheme .title {
	background: #f8f9fb
}

.main-scheme .list li {
	padding-top: 105px;
	background: #f8f9fb
}

.main-scheme .list li:first-of-type {
	padding-top: 0
}

.main-scheme .list li:nth-of-type(2n) {
	background: #fff
}

.main-scheme .list li:nth-of-type(2n) .center {
	flex-direction: row
}

.main-scheme .list li:nth-of-type(2n) .text {
	padding-left: 60px;
	padding-right: 0
}

.main-scheme .list li .center {
	display: flex;
	padding-bottom: 117px;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: space-around
}

.main-scheme .list li img {
	width: 800px;
    height: 430px;
}

.main-scheme .list li .text {
	padding-top: 70px;
	padding-right: 60px;
	max-width: 560px
}

.main-scheme .list li .list_title {
	font-size: 26px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333;
	padding-bottom: 60px;
	position: relative
}

.main-scheme .list li .list_title .item_title {
	position: relative;
	z-index: 1
}

.main-scheme .list li .list_title .index {
	position: absolute;
	left: 0;
	top: -70px;
	font-size: 80px;
	font-family: Arial, Arial-Black;
	font-weight: 900;
	text-align: left;
	color:#E7313E;
	line-height: 113px;
    opacity: 0.3;
}

.main-scheme .list li .name {
	text-indent: 14px;
	font-size: 22px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333;
	position: relative
}

.main-scheme .list li .name:after {
	content: "";
	width: 4px;
	height: 28px;
	opacity: 1;
	background: #E7313E;
	position: absolute;
	left: 0;
	top: 4px
}

.main-scheme .list li .des {
	font-size: 18px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: justify;
	color: #666;
	padding: 10px 0 20px
}

.tags span {
	display: inline-block;
    padding: 4px 15px;
	margin-right: 20px;
	border: 1px solid #E7313E;
	border-radius: 4px;
	color: #E7313E
}

.main-scheme .list li:nth-of-type(2) {
	background: #f8f9fb
}

.main-scheme .list li:nth-of-type(3) {
	background: #fff
}

.main-scheme .list li:nth-of-type(4) {
	background: #fff
}

.main-scheme .list li:nth-of-type(6) {
	background: #f8f9fb
}
.main-marketing {
	background: #f8f9fb;
	padding-bottom: 80px
}

.main-marketing .list {
	display: flex;
	justify-content: space-between
}

.main-marketing .list li {
	padding: 58px 0;
	transition: all .3s;
	flex: 1 1;
	position: relative;
	text-align: center
}

.main-marketing .list li .icon_marketing {
	width: 52px
}

.main-marketing .list li:last-of-type .iconRight {
	visibility: hidden
}

.main-marketing .list li .iconRight {
	width: 40px;
	position: absolute;
	right: -20px;
	top: calc(50% - 20px);
	z-index: 11
}

.main-marketing .list li .name {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	color: #333;
	padding: 32px 0
}

.main-marketing .list li .des {
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #666
}

.main-marketing .list li .des p {
	padding-bottom: 12px
}

.main-marketing .list li .des p:last-of-type {
	padding-bottom: 0
}

.main-marketing .list li:hover {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08)
}

.main-shenqing .content .slider{
    width: 100%;
    height: 2px;
    background-color: #FF7A09;
    position: relative;
    left: 0;
    top: -68px;
}
.main-shenqing .content .items{
    display: flex;
    justify-content: space-around;
}

.main-shenqing .content .items .item img{
    width: 82px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.main-shenqing .content .items .item .transverse {
    text-align: center;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: 21px;
    background-color: #FF7A09;
}
.main-shenqing .content .items .item .desc {
    text-align: center;
    height: 35px;
    margin-top: 25px;
    font-size: 1.5em;
    font-family: "Source Han Sans CN","Helvetica Neue",Helvetica,Arial,sans-serif, serif;
    font-weight: 400;
    line-height: 35px;
    color: #888888;
    opacity: 1;
}


.main-use_sys {
	height: 278px;
	opacity: 1; 
    background: #E7313E!important;
	background-size: cover;
	display: flex;
	align-items: center;
	flex-direction: column
}

.main-use_sys .title {
	font-size: 30px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 60px 0 21px
}

.main-use_sys .numContent {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 100%;
}
.main-use_sys .numContent .numItem{
    width: 250px;
}
.main-use_sys .numContent .des {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #fff
}

.main-use_sys .numContent .num {
	font-size: 56px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #fff
}
.main-user{
    
    background-size: 100% 100%;
}
.main-user .content{
    padding: 40px 0!important;
    padding-bottom: 10px!important;
}
.main-user .content .user {
    display: flex;
}
.main-user .content .user .whole-body{
    width: 333px;
    height: 500;
    position: relative;
    bottom: -10px;
}

.main-user .content .user .whole-body img{
    width: 100%;
    height: 100%;
}
.main-user .content .user .user-description{
    padding-left:  50px;
    display: flex;
    flex-flow: column;
    width: calc(100% - 333px);
    margin-top: 27px;
}
.main-user .content .user .user-description .name{
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 40px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 10px;
    margin-top: 20px;
}
.main-user .content .user .user-description .desc{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0.9;
    margin-bottom: 10px;
}
.main-user .content .user .user-description .description{
    margin-top: 25px;
}
.main-user .content .user .user-description .description>p{
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 18px;
}
.main-user .content .user .user-description .apply-btns{
    padding-top: 30px;
}

.main-block-image .content img{
    width: 100%;
}
.main-block-1 .content .items{
    display: flex;
    justify-content: space-around;
}

.main-block-1 .content .items .item {
    padding: 5px;
    height: 270px;
    width: 290px;
    border: 1px solid #E7313E;
    background: white;
    border-radius: 6px;
    text-align: center;
}

.main-block-1 .content .items .item img{
    width: 50px;
    margin-top: 27px;
}

.main-block-1 .content .items .item .desc0{
    margin-top: 30px;
    font-size: 23px;
    font-family: Source Han Sans CN;
}


.main-block-1 .content .items .item .desc1{
    text-align: left;
    margin: 30px 16px 0 16px;
    font-size: 18px;
    color: #888888;
    font-family: Source Han Sans CN;
}


.main-block-3 .content .items{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.main-block-3 .content .items .item {
    width: 270px;
}
.main-block-3 .content .items .item img{
    width: 68px;
}
.main-block-3 .content .items .item .desc0 {
    margin-top: 48px;
    color: #E7313E;
    font-size: 20px;
    margin-bottom: 12px;
}
.main-block-3 .content .items .item .desc1>div {
    color: #666;
    font-size: 16px;
    margin-top: 12px;
    min-width: 240px;
}

@media only screen and (max-width: 1024px) {
    header,section,footer,#main{
        width: 1500px!important;
    }
}





















