:root {
	--main-color:#1785fd;
	--main-color-1:#ffffff;
    --main-backgroud: linear-gradient(90deg, #452ca9, #5289d1);
    /* --main-hover: linear-gradient(135deg, #00a199, var(--main-green)); */
	--main-backgroud-zi: linear-gradient(90deg, #5186d0, #dde6f324);
	--main-font14:14px;
	--main-color-43:#434343;
	--main-color-666:#666666;
	--main-color-999:#999999;
}
*{
	margin:0;
	padding:0;
}
body {
	font-family:"微软雅黑","黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: var(--main-font14);
	line-height: 1.428571429;
	color: var(--main-color-43);
	background-color: var(--main-color-1);
  }
/* 字体 */
@font-face {
	font-family: 'webfont';
	font-display: swap;
	src: url('./font/NotoSansHans-Medium.otf'); 
  }
  /* 中文字体 */
  .Chinese_Font{
    /* font-family:"webfont" !important;
	font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale; */
}
@font-face {
	font-family: 'heitiBold';
	font-display: swap;
	src: url('./font/NotoSansHans-Bold.otf'); 
  }
  /* 中文字体 */
  .ChineseTitle_Font{
    font-family:"heitiBold" !important;
	font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'yinwen';
	font-display: swap;
	src: url('./font/LeagueGothic-Regular.otf'); 
  }
  /* 英文字体 */
.English_Font{
    font-family:"yinwen" !important;
	font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
	letter-spacing: 3px;
    -moz-osx-font-smoothing: grayscale;
}

/* =s Reset */
a{
	text-decoration: none;
}
html {
/*font-size: 62.5%;*/
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-overflow-scrolling: touch;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
/* body{ */
	/* background-color: #434343 */
	/* font-family:"heitiBold" !important;
	font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale; */
/* } */

.scroll-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2em;
    width: 1.2em;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 2em;
    border: solid 3px;
    -webkit-transition: .4s;
    transition: .4s;
}
.scroll-icon:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--main-color-1);
}
.scroll-icon::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--main-color-1);
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@-webkit-keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}
@keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
/* =e Reset */
.width{
	width:75%;
	margin:auto;
}
.displayBlock{
	display: block !important;
}
.position_relative{
	position: relative;
}
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt50{
	padding-top:50px;
}
.mb-10{
	margin-bottom:10px;
}
.mr-10{
	margin-right:10px;
}
.ml-10{
	margin-left:10px;
}
.right0{
	right:0
}
.textRight{
	text-align: right;
}
.pl50{
	padding-left:50px;
}
.plr30{padding:0px 30px;}
.fl{
	float: left;
}
.fr{
	float: right;
}
.section{
	width:100%;
	height:937px;
}
.clear{
	clear: both;
}
.mb-20{
	margin-bottom:20px;
}
/* header */
.header{
	width:100%;
	/* height:1050px; */
	position: relative;
}

.header_Top{
	width:100%;
	position: fixed;
	top:0;
	z-index: 99;
}
.header_Top_backBox{
	width:100%;
	position: relative;
	
}
.header_Top_back_q{
	width:100%;
	background: var(--main-color-1);
	opacity: 0.2;
	z-index: 9;
}
/* 分两个滚动到浅色底时切换 */
.header_Top_back_s{
	width:100%;
	background: #1c2543;
	 /* //#39548d */
	opacity: 0.7;
	z-index: 9;
	box-shadow: 0px 0px 20px 0px rgb(44 53 76 / 48%);
}
.header_Top_Con{
	width:100%;
	position: absolute;
	z-index: 99;
	top:0;
	font-size:24px;
	color:var(--main-color-1);
}
.header_Top_Right{
	position:absolute;
	right:0;
	top:0;
}
.header_Top_nav{
	width:auto;
	float: left;
}
.header_Top_nav ul li{
	font-size:20px;
	line-height:50px;
	float: left;
	display: inline-grid;
    margin-right: 36px;
	padding-top:25px;
	letter-spacing: 1px;
	cursor: pointer;
}
.header_Top_nav a{
	text-decoration: none;
	color:var(--main-color-1);
}
.header_Top_nav ul .nav{
	width:40px;
	margin: auto;
	display: none;
	border-bottom:4px solid var(--main-color-1);
}
.header_country{
	padding-right:30px;
	float: left;
	padding-top:27px;
	position: relative;
}
.header_country .countryImg{
	width:51px;
	height:34px;
	margin-left:20px;
}
.header_country .icon{
	width:30px;
	height:16px;
	position: absolute;
	right:0;
	margin-top:3px;
	cursor: pointer;
}

.header_countryBox{
	width:100px;
	height:auto;
	transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;  
	position: absolute;
	top:80px;
	display: none;
}
.none{
	display: none;
}
.action{
	display: block !important;
}
.header_countryBox_back{
	width:100%;
	height:100%;
	display: inline-block;
	background: #1c2543;
	opacity: 0.7;
	position: absolute;
	z-index: 9;
}
.header_countryBox ul{
	position: relative;
	z-index:99;
}
.header_countryBox ul li{
	width:100%;
	text-align: center;
	transition: all 0.35s;
    padding: 20px 0px;
	cursor:pointer;

}
.header_countryBox ul li img{
	height:30px;
}
.header_countryBox ul li:hover{
	background:#175de426
}
.header_banner{
	width:100%;

	position: relative;
	top:0;
	left:0;
	z-index: 1;
}
.header_banner img{
	width: 100%;
}
.icon-size-12 :after {
	width:10px;
	height:10px;
	content: ' ';
	position: absolute;
	right: -4px;
	top: -2px;
	width: 8px;
	height: 8px;
	background-color: red;
	border-radius: 4px;
}
/*中间部分*/
.ag7-main{width: 100%;}
.ag7-main .phone-index-banner{display: none;}

.ag7-bannerslide{position: relative; }
.ag7-bannerslide .slidebox{position: relative;height:937px;}
.ag7-bannerslide .slidebox li{display:block; position: absolute; width:100%; height: 100%;}
.ag7-bannerslide img{display:block; width: 100%; height:100%;position: absolute; z-index: 9;}
.ag7-bannerslide .slidebox_text{
	width:100%;
	position: absolute;
	z-index:10;
	color:var(--main-color-1);
}
.ag7-bannerslide .text1 h1{
	width: 72%;
	font-size: 48px;
    line-height: 50px;
    padding-top: 262px;
    padding-bottom: 40px;
}
.ag7-bannerslide .text1 p{
	width: 72%;
	font-size: 34px;
    padding-bottom: 15px;
}
.aboutText{
	width: 72%;
	font-size: 22px;
	line-height:33px;
	padding-bottom:15px;
}
.indexlunbo_Box_Con p ::before{
	content: '●';
	padding-right: 10px;
}
.ag7-bannerslide .text1 p:before 
{
	content: '●';
	padding-right: 10px;
}
.ag7-bannerslide .text4 h2{
	font-size:60px;
	line-height: 60px;
	font-weight: 800;
	padding-top:352px;
	padding-bottom:40px;
}
.ag7-bannerslide .text4 p{
	font-size:22px;
	font-weight: 500;
	padding-bottom:20px;
}
.ag7-bannerslide .text3 h2{
	font-size:60px;
	line-height: 60px;
	font-weight: 800;
	padding-top:462px;
	padding-bottom:40px;
}
.ag7-bannerslide .text3 p{
	font-size:22px;
	font-weight: 500;
	padding-bottom:20px;
}
.ag7-bannerslide .slideGif{
	position: absolute;
	z-index: 10;
	display:block; 
	bottom: 7%;
	left:50%;

}
.ag7-bannerslide .slideGif img{
	width:100px;
	height:100px;
}
.ag7-bannerslide .slidelist{ position:absolute;right:0;bottom:55%;width: 60px;height: auto;color: var(--main-color-1);font-size: var(--main-font14);z-index:10;display: inline-block;}
.ag7-bannerslide .slidelist .slidelistXian{width:20px;height:2px;display: inline-block;}
.ag7-bannerslide .slidelist ul{ position:absolute; z-index:10; width:100%;text-align: center;}
.ag7-bannerslide .slidelist ul li{width: 100%; line-height: 36px; margin:5px 0 10px; cursor: pointer;}


/*  */
.index_Con{
	width:100%;
	height:auto;
	background-color:#F3F5FC;
}
.indexText1{
	font-size: 44px;
    line-height: 44px;
    color: #0A111A;
    font-weight: bold;
    /* letter-spacing: 2px; */
    padding-top: 110px;
}
.titleBox_pt{
	padding-top:92px;
}
.titleBox{
	width:100%;
	position: relative;

}
.titleIcon{
	position: absolute;
	width:50px;
	height:50px;
}
.aboutUsRight_Icon{
	height:55px;
	position: absolute;
	right:0px;
	top:54%;
}
.aboutUsRight_Icon img{
	width:100%;
}
.titleBack{
	color:#0A111A;
	font-size:45px;
	position:relative;
}
.indexText2{
	font-size: 22px;
    line-height: 28px;
    color: var(--main-color-43);
    padding-top: 22px;
}
.indexText3{
	font-size:24px;
	line-height: 40px;
	/* letter-spacing: 2px; */
	font-weight: 500;
	padding-top:5px;
}
.indexlunbo{
	width:100%;
	height: auto;
	box-shadow: 0px 0px 20px 0px rgba(118, 153, 242, 0.2);
	position: relative;

}
.indexlunbo_Box{
	width: 100%;
	height: 580px;
	position: relative;
	display: flex;
	z-index: 1;
	display: none;
}
.indexlunbo_Box_IMG{
	width:100%;
	position: absolute;
	z-index: 1;
}
.indexlunbo_Box_Con{
	position: absolute;
	z-index: 9;
}
.indexlunbo .cur{
	display: block;
}
.indexlunbo .img{
	width:80px;
	position: absolute;
	margin-top: 20px;
	top:0
}
.indexlunbo_xiao{
	position: absolute;
	z-index: 9;
	bottom:-40px;
	left:38%;
}
.indexlunbo_yuan1{
	width:80px;
	height:80px;
	border-radius: 50px;
	float: left;
	margin-right:40px;
	display: inline-block;
	cursor: pointer;
}
.indexlunbo_xiao .cur{
	width: 100px;
    height: 100px;
	display: block;
}
.indexlunbo_xiao .cur img{
	width:100px;
	margin-top:0px;
}
.SizeTitle{
	font-size:44px;
}
.indexlunbo_Box h3{
	line-height: 45px;
	color:#173672;
	font-weight: 800;
	padding-top:160px;
}
.indexlunbo_Box_p1{
	margin-top: 100px;
}
.indexlunbo_Box_p2{
	font-size:24px;
	line-height: 24px;
	padding-top:30px;
	width:650px;

	color:#525A64;

}
.logoImg{
	height: 80px;
}
.HeaderHieght{
	height:80px;
}
.countryImg img{
	height: 25px;
}
/* 解决方案 */
.index_solve{
	width:100%;
	height:auto;
	/* height:1078px; */
	background-image: url('./../img/solve.png');
}
.index_solveTitle{
	width:100%;
	padding-top: 123px;
	text-align: center;
	font-weight: bold;
	font-size:48px;
	color:var(--main-color-1);
}
.index_solveBack{
	width:100%;
	height:620px;
	margin:auto;
	background-color:rgba(255, 255, 255, 0.2);
	margin-top:65px;
	border-radius: 10px;
	color:var(--main-color-1);
	position: relative;
}
.index_solveUl{
	width:96%;
	height:auto;
	position: absolute;
	z-index: 9;
}
.index_solveUl li{
	width: 100%;
    height: 82px;
	overflow: hidden;
    line-height: 82px;
    font-size: 18px;
    color: var(--main-color-1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index_solveUl li:last-child{
	border-bottom:none
}
.index_solveUl li div{
	float: left;
}
.index_solveUl .solve_1{
	width:18%;
	min-height: 1px;
}
.index_solveUl .solve_2{
	width:30%;
	min-height: 1px;
	text-align: center;

}
.index_solveUl .solve_3{
	width:30%;
	text-align: center;
	min-height: 1px;
}
.index_solveUl .solve_4{
	width:21%;
	min-height: 1px;
	text-align: center;
	padding-left: 3%;
}
.index_solveUl .color{
	color:#64B8FF;
	font-weight: bold;
}
.index_solveLiTitle{
	line-height: 36px !important;
    font-size: 24px !important;
    font-weight: 500;
    /* letter-spacing: 2px; */
    padding-top: 10px;
    text-align: center;
}
.solve_lineHeight{
	line-height: 30px !important;
	padding-top:10px;
}
.solve_back{
	width:29%;
	height:670px;
	position: absolute;
	z-index:2;
	border-radius: 10px;
	background-size: cover;
	background-image: url('./../img/solve_bg.png');
	background-repeat: no-repeat;
	top:-30px;
	left:40.5%;
	box-shadow: 0px 0px 20px 0px rgb(118 153 242 / 20%);
}
.solve_back1{
	width: 30%;
    height: 620px;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    background-size: cover;
    background-image: url(./../img/solve_bg1.png);
    background-repeat: no-repeat;
    top: 0px;
    left: 19%;
	box-shadow: 0px 0px 20px 0px rgb(118 153 242 / 20%);
}
/* 产品与服务 */
.product_tb{
	width:100%;
	/* height:900px; */
	padding:5px 0px 56px 0px;
}
/* .product_tb img{
	/* width:100%; */
	/* height: 570px; */
/* } */ 
.product_back{
	width:100%;
	height:850px;
	background-size: cover;
	background-image: url('./../img/product_back.png');
	background-repeat: no-repeat;
}
.product_Con{
	width:100%;
	position: relative;
	height: auto;
	/* padding-top:80px */
}
.colorBai{
	color:var(--main-color-1);
}
.product_back2{
	width:100%;
	height:1080px;
	background-size: cover;
	background-image: url('./../img/product_back2.png');
	background-repeat: no-repeat;
}
.product_back3{
	width:100%;
	height:1000px;
	background-size: cover;
	background-image: url('./../img/product_back3.png');
	background-repeat: no-repeat;
}
.product_C_yun{
	width:100%;
	height:auto;
	padding-top:35px;	
}
.product_C_yun ul li{
	width:32.5%;
	height:318px;
	float: left;
	color:var(--main-color-1);
	font-size:24px;
	margin-right:1%;
	margin-bottom:9px;
	text-align: center;

	background-color: rgba(17, 20, 43, 0.2);
}
.product_C_yun ul li img{
	/* padding:50px 0px; */
}
.product_C_yun ul li p{
	margin-bottom:10px;
	/* letter-spacing: 2px; */
	font-size:22px;
	line-height: 25px;
	padding:0% 2%;
}
.product_C_yun ul li:nth-child(3n+0){
	margin-right:0px;
}
.product_ke{
	padding-top:75px;
	display: flex;
}
.product_ke li{
	width:480px;
	height:550px;
	position: relative;
	float: left;
	margin-right:80px;
	background:var(--main-color-1);
	border-radius: 10px;
	padding:0px 30px;
}
.product_ke li:nth-child(3n+0){
	margin-right:0px;
}
.product_keYuan{
	width:140px;
	height:140px;
	border-radius: 140px;
	position: absolute;
	top:-70px;
	left:35%
}
.product_keYuan img{
	width:100%;
}
.product_ke li h3{
	font-size:28px;
	color:#0A111A;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	padding-top:80px;
	padding-bottom:20px;
}
.product_ke li p {
	color:#525A64;
	font-size:20px;
	padding-bottom:20px;
	/* letter-spacing: 1px; */
	line-height: 35px;
}
.product_T_Box{
	position: absolute;
	right:0;
	top:100px;
}

.product_T_Yuan{
	width:80px;
	height: 80px;
	float: left;
	border-radius: 80px;
	opacity: 0.5;
	/* margin-right:28px; */
	cursor: pointer;
	margin-top:15px;
}
.product_T_Box .cur{
	width:100px !important;
	height:100px !important;
	border-radius: 100px !important;
	margin-top:0px !important;
	opacity: 1 !important;
}
.product_T_Yuan img{
	/* width: 100%; */
	width: 100px;
    position: absolute;
    top: 0;
}

.product_CImg_Box img{
	width:100%;
}
.product_CImg_Box div{
	display: none;
}
.product_back .cur{
	display: block !important;
}
.product_CImg_Box{
	width:36%;
	position: absolute;
	left: 0;
	top:220px;
	z-index: 9;
	display: none;
	/* animation:mymoveLeft 2s;
	animation-iteration-count:1;
	-webkit-animation:mymoveLeft 2s;
	-webkit-animation-iteration-count:1; */
}
@keyframes mymoveLeft
{
from {top:10%;}
to {top:30%;}
}
.product_CON_Box{
	width:70%;
	height:430px;
	background-color: rgba(215, 228, 254, 0.8);
	position: absolute;
	right:0;
	bottom:0px;
	display: none;
	/* animation:mymoveRight 2s;
	animation-iteration-count:1;
	-webkit-animation:mymoveRight 2s;
	-webkit-animation-iteration-count:1; */
}
@keyframes mymoveRight
{
from {right:-100px;}
to {right:0px;}
}
.product_CON_Box .titleImg{
	width: 50px;
	height:50px;
}
.product_CON_Box .title{
    padding-top: 30px;
    font-size: 40px;
	display: inline-block;
    font-weight: bold;
    color: #0E2553;
    margin-bottom: 25px;
}
.product_CON_Box .title span {
    padding-top: 15px;
}
.product_CON_Box .title2{
    padding-top: 30px;
    padding-left: 90px;
    font-size: 40px;
    font-weight: bold;
    color: #0E2553;
    background-image: url(./../img/2.png);
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
.product_CON_Box .title3{
    padding-top: 30px;
    padding-left: 90px;
    font-size: 40px;
    font-weight: bold;
    color: #0E2553;
    background-image: url(./../img/3.png);
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
.product_CON_Box .title4{
    padding-top: 30px;
    padding-left: 90px;
    font-size: 40px;
    font-weight: bold;
    color: #0E2553;
    background-image: url(./../img/4.png);
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
.product_CON_Box .title5{
    padding-top: 30px;
    padding-left: 90px;
    font-size: 40px;
    font-weight: bold;
    color: #0E2553;
    background-image: url(./../img/5.png);
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
.product_CON_Box .title6{
    padding-top: 30px;
    padding-left: 90px;
    font-size: 40px;
    font-weight: bold;
    color: #0E2553;
    background-image: url(./../img/6.png);
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
.product_CON_Box .title7{
    padding-top: 30px;
    padding-left: 90px;
    font-size: 40px;
    font-weight: bold;
    color: #0E2553;
    background-image: url(./../img/7.png);
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
.product_CON_Box .pl{
    padding: 4% 8% 1% 10%;
}
.product_CON_Box p{
    font-size: 22px;
    color: #0A111A;
    /* letter-spacing: 1px; */
    line-height: 35px;
    padding-left: 90px;
    /* padding-right: 99px; */
}
.product_app{
	width:100%;
	padding-bottom:140px;
	position: relative;
}
.product_appImg{
	width:100%;
}
.product_appImg img{
	width:100%
}
.aboutUs{
	width:100%;
	display: flex;
	padding-bottom:50px;
	padding-top:40px;
}
.aboutUs_left{
	/* width:570px; */
	height:600px;
	float: left;
}
.aboutUs_right{
	padding-left:70px;
	float: left;
}
.aboutUs_Line{
	width:320px;
	height:6px;
	margin-top:50px;
	margin-bottom:40px;
	background-color: #5890FF;
}
.aboutUs_text1{
	font-size:24px;
	line-height:42px;
	color:#525A64;
}
.aboutUs_text2{
	font-size:30px;
	color:#525A64;
	margin-top:25px;
	font-weight: bold;
}
.aboutUs_Box{
	width:40%;
	position: absolute;
	right: 0;
	top:20%;
	z-index: 9;
}
.aboutUs_Box img{
	width:100%;
}
.aboutUs_TB_1{
	text-align: center;
}
.aboutUs_TBDiv{
	width:100%;
	height:auto;
}
.aboutUs_TBDiv ul li{
	margin:0px 12px;
	float: left;
	position: relative;
}
.aboutUs_TBDiv .YuaZU{
	position: relative;
	left: 35px;
	height:420px;
}
.YuaZU_2{
	margin-top: 70px;
}
.YuaZU_3{
	margin-top: 70px;
}
.YuaZU_4{
	margin-top: 70px;
}
.YuaZU_5{
	margin-top: 70px;
}
.YuaZU_6{
	margin-top: 70px;
}
.YuaZU_7{
	margin-top: 70px;
}
.YuaZU_8{
	margin-top: 70px;
}
.YuaZU_9{
	margin-top: 70px;
}
.YuaZU_10{
	margin-top: 70px;
}
.YuaZU_11{
	margin-top: 70px;
}
.aboutUs_TBDiv .YuaZUWidth{
	width:30px;
	background: #4E7CFF;
	position: absolute;
}
.aboutUs_TBDiv .YuaZUBor_1{
	height:200px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZUBor_2{
	height:98px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZUBor_3{
	height:300px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZUBor_4{
	height:100px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZUBor_5{
	height:120px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZUBor_6{
	height:200px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZUBor_7{
	height:150px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZUBor_8{
	height:150px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZUBor_9{
	height:60px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZUBor_10{
	height:60px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZUBor_11{
	height:60px;
	border-radius: 20px;
	top:100px;
}
.aboutUs_TBDiv .YuaZULine{
	width:2px;
	background: #4E7CFF;
	height:420px;
	position: absolute;
	top:0;
	left:var(--main-font14);
}
.aboutUs_TBDiv_Text{
	text-align: center;
	color:#414A5D;
	padding:20px 0px;
	position: relative;
	width: 100px;
}
.aboutUs_TBDiv_Text .text1{
	font-size:38px;
	line-height: 40px;
	padding:10px 0px;
	font-weight: 400;
}
.aboutUs_TBDiv_Text .text2{
	font-size:18px;
	font-weight: 800;
}
.aboutUs_CON_Box{
	width:78%;
	height:470px;
	background-color: rgba(215, 228, 254, 0.8);
	position: absolute;
	left:0;
	bottom: 11%;
}
.aboutUs_CON_Box .pl{
	color:#0A111A;
	font-size:22px;
	padding: 5% 22% 4% 5%;
	line-height: 40px;
}
.aboutUs_Con{
	width:100%;
	height:auto;
	padding-bottom:50px;
	background-color:var(--main-color-1);
}
.aboutUs_Ul{
	width:100%;
	display: inline-block;
	padding-top:40px;
	/* display: flex; */
}
.aboutUs_Ul ul li{
	width: 32%;
    margin-right: 1.5%;
    background: #fbfbfb;
    border: 1px solid #f5f5f5;
    min-height: 1px;
    float: left;
    padding: 1%;

}
.aboutUs_Ul img{
	width:100%;
}
.aboutUs_Ul ul li:nth-child(3n+0){
	margin-right:0px;
}
.aboutUs_back{
	width:100%;
	height:800px;
	background-size: cover;
	background-image: url('./../img/DT.png');
	background-repeat: no-repeat;
}
.aboutUs_back p{
	color: #F3F5FB;
	font-size:22px;
	line-height: 35px;
	font-weight: 100;
	letter-spacing: 1px;
}
.aboutUs_back .title{
	font-weight: 500;
	font-size: 24px;
	padding:40px 0px 25px 0px;
}
.aboutUs_back .wxIcon{
	vertical-align: middle;
	padding-left:10px;
	cursor: pointer;
}
.wxAlert{
	position: relative;
}
.wxQr{
	display: none;
	padding:20px;
	background:var(--main-color-1);
	position: absolute;
	left:13%;
	z-index: 999;
	border-radius: 10px;
}
#body{
	display: none;
}
#tips{
	width:100%;
	height:30px;
	background:#b13232cc;
	text-align: center;
	color:var(--main-color-1);
	position: fixed;
	font-size: var(--main-font14);
	line-height: 30px;
	top:0;
	z-index: 9999;
	display: none;
}
.question_CON_Box{
	width:70%;
	height:430px;
	overflow: hidden;
	background-color: rgba(215, 228, 254, 0.8);
	position: absolute;
	right:0;
	bottom:0px;
	display: none;
	/* animation:mymoveRight 2s;
	animation-iteration-count:1;
	-webkit-animation:mymoveRight 2s;
	-webkit-animation-iteration-count:1; */
}
.question_CON_a{
	color: blue;
    cursor: pointer;
    border-bottom: 2px solid blue;
}
.question_CON_Box .titleCon{
	padding-top:30px;
	padding-left:110px;
	font-size:42px;
	font-weight: 500;
	color:#0E2553;
	margin-bottom:25px;
}
.question_CON_Box .titleImg{
	width: 50px;
	height:50px;
}
.question_CON_Box .title{
    padding-top: 30px;
    font-size: 40px;
	display: inline-block;
    font-weight: bold;
    color: #0E2553;
    margin-bottom: 25px;
}
.question_CON_Box .title span {
    padding-top: 15px;
}
.question_CON_Box .pl{
	padding-left:110px;
	padding-top: 50px;
    padding-bottom: 20px;
}
.question_CON_Box p{
	font-size:22px;
	color:#0A111A;
	/* letter-spacing: 2px; */
	line-height: 35px;
	padding-left: 110px;
    padding-right: 100px;
    margin-bottom: 10px;
	/* font-weight: 300; */
}
.question_Box{
	width: 100%;
	padding-bottom:5vh;
	display: inline-block;
}
.question_Left{
	width:65%;
	float: left;
}
.question_Left img{
	width:100%;
}
.question_Height{
	/* height:510px; */
}
.question_Right{
	padding: 2% 3%;
    width: 35%;
    float: left;
    font-size: 22px;
    line-height: 32px;
    /* letter-spacing: 2px; */
    color: var(--main-color-43);
    text-indent: 2rem;
}
.question_Right p{
	padding-bottom:15px;
}
.question_Right p::before{
	content: '●';
	padding-right: 10px;
}
/*  */
.about-client {
    position: relative;
	background:var(--main-color-1);
}
.about_Hieght{
	height:1000px;
	overflow: hidden;
}
.aboutUsTb_bak{
	width:100%;
	position: absolute;
	z-index: 1;
}
.aboutUsTb_Con{
	width:100%;
	position: absolute;
	z-index: 2;
}
.aboutUsTb_bak img{
	width:100%;
}
.aboutUsTitleLi{
	position: absolute;
	right:0;
	top:61%;
}
.aboutUsTitleLi ul li{
	font-size:24px;
	line-height:40px;
	margin-right:20px;
	font-weight: 500;
	color:#414A5D;
	cursor:pointer;
	float: left;
}
.aboutUsTitleLi ul .navColor{
	color:#4E7CFF;
	font-weight: 800;
}
.aboutUsTitleLi ul .nav{
	width:40px;
	color:#4E7CFF;
	margin: auto;
	display: none;
	border-bottom:4px solid #4E7CFF;
}
.about-client-line {
    position: absolute;
    bottom: 100px;
}
.about-client .about-title h2, .about-client .about-title h4 {
    color: var(--main-color-43);
}
.about-title h2 {
    padding-bottom: 15px;
    font-size: 46px;
    font-weight: bold;
    color: #787878;
	padding-top:40px;
}
.about-title h2, .about-title h4 {
    margin: 0;
	text-align: center;
}
.about-title.letmove h4 {
    transition: transform .8s .1s, opacity .8s .1s;
}
.about-title h4 {
    font-size: 16px;
    color: #787878;
	padding-bottom:40px;
}
.about_tb{
	height:600px;
}
/* 尾部 */
.footer{
	width:100%;
	height: 400px;
	background:#141620;
	position: relative;
}
.footer_b{
	width: 100%;
	color:#787B90;
	position: absolute;
	font-size:16px;
	line-height:24px;
	bottom: 20px;
	text-align: center;
}
.footer_b a{
	color:#787B90;
	text-decoration: none;
}
.footer_li{
	height:auto;
	float: left;
	margin-top:50px;
	padding-left:90px;
}
.footer_li:nth-child(1){
	padding-left:8%;
}
.footer_li h3{
	color:var(--main-color-1);
	font-size:24px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom:40px;
}
.footer_li p{
	color:#787B90;
	font-size:20px;
	line-height: 24px;
	padding-bottom:10px;
	cursor:pointer;
}
.footer_qr{
	width:150px;
	float: right;
	padding-top:55px;
	height:auto;
	margin-right:14%;
	text-align: center;
}
.footer_qr img{
	width:100%;
}
.footer_qr p{
	color:#787B90;
	font-size:22px;
	line-height: 22px;
	padding-top:20px;
}

/* quan */
.circleProgress_wrapper{
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 1;
	display: none;
}
.wrapper{
	width: 50px;
	height: 100px;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.right{
right:0;
}
.left{
left:0;
}
.circleProgress{
width: 90px;
height: 90px;
border: 5px solid transparent;
border-radius: 50%;
position: absolute;
top: 0;
}

.rightcircle{
border-top:5px solid #6FACFF;
border-right:5px solid #6FACFF;
right:0;
-webkit-animation: circleProgressLoad_right 8.05s linear infinite;
}
.leftcircle{
border-bottom: 5px solid #6FACFF;
border-left: 5px solid #6FACFF;
left: 0;
-webkit-animation: circleProgressLoad_left 8.05s linear infinite;
}
@-webkit-keyframes circleProgressLoad_right{
0%{
	-webkit-transform: rotate(45deg);
}
50%,100%{
	-webkit-transform: rotate(225deg);
}
}
@-webkit-keyframes circleProgressLoad_left{
0%,50%{
	-webkit-transform: rotate(45deg);
}
100%{
	-webkit-transform: rotate(225deg);
}
}
/* 侧边栏 */
.sidebar{
	position: fixed;
	z-index: 99;
	right: 0px;
	/* background:pink; */
	font-size:var(--main-font14);
	top:50%;
}
.sidebar a{
	color:rgb(26 202 255);
}
.sidebar .cur{

}
.sidebar .cur .or{
	width:25px;
	margin-left:10px;
	height:4px;
}
.sidebar ul li{
	min-height:1px;
	height: 35px;
	cursor:pointer;
    line-height: 2px;
}
.sidebar ul li .or{
	width:20px;
	height:2px;

	background:rgb(26 202 255);
	display: block;

}
.video {
    max-width: 100%;
    height: auto;
}
.demonstrationUl{
	width: 90%;
	margin:auto;
	padding-top:50px;
}
.demonstrationUl_Li{
	width: 100%;
	display: inline-block;
	padding:20px 50px;
}
.demonstrationUl_Li:nth-child(2n-1){
	background: #f5f5f5;
}
.demonstrationUl_text{
	width:50%;
}
.demonstrationUl_img{
	width:50%;
}
.demonstrationLi_text{
	font-size:34px;
	font-weight: bold;
	color:var(--main-color-43);
	line-height: 80px;
	padding-left:40px;
}
.demonstrationLi_Ul{
	padding-top:10px;
	margin-top:100px;
	border-left:1px solid var(--main-color-999);
	margin-left:40px;
	padding-left:15px;
}
.demonstrationLi_Ul li{
	padding-left:30px;
	padding-top:0px !important;
	margin-left:40px;
	padding-bottom:20px;
	color:var(--main-color-666);
	background:url('./../img/gou.png') no-repeat 0% 18%;
}

.demonstrationBanner {
	width:100%;
	display:inline-block;
    background-image: var(--main-backgroud);
    color: var(--main-color-1);
    padding-top: 200px;
    padding-bottom: 100px;
}
.demonstrationBanner h1{
    font-size: 42px;
	margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.demonstrationBanner h3{
	margin-top: 0.5em;
	font-size: 24px;
    margin-bottom: 1.8em;
}
.demonstrationBanner p{
	font-size: 22px;
    margin-bottom: 1.5em;
}
.demonstrationBanner a{
	display: inline-block;
    padding: 4px 15px;
    color: var(--main-color);
    background-color: var(--main-color-1);
    border-radius: 10px;
    font-size: var(--main-font14);
}

.demonstrationBan_text{
	width:50%;
}
.demonstrationTab{
	width: 100%;
	display: inline-block;
	border-bottom:2px solid #d3d3d3;
	padding-top:50px;
}
.demonstrationTab ul li{
	float: left;
	line-height: 45px;
	font-size:16px;
	width: 16.66%;
	text-align: center;
	cursor: pointer;
}
.demonstrationTab ul li:hover{
	color:var(--main-color);
	border-bottom:1px solid var(--main-color);
	/* font-weight: bold; */
}
.demonstrationTab .nav{
	color:var(--main-color);
	border-bottom:1px solid var(--main-color);
	/* font-weight: bold; */
}
.demonstrationTab_Con{
	width:100%;
	padding-top:20px;
	/* height:500px; */
	font-size:16px;
}
.demonstrationTab_Con h3{
	font-size: 26px;
	font-weight: bold;
	color:var(--main-color-43);
	padding:20px 0px;
}
.jgduibi{
	width:100%;
	background: var(--main-backgroud-zi);
}
.jgduibi_left{
	width:1160px;
	margin:auto;
	height:985px;
	padding-top:50px;
}
.jgduibiBck{
	width:350px;
	padding:32px 24px;
	height: 885px;
	background-color: var(--main-color-1);
	margin-bottom:50px;
	border-radius: 8px;
	transition: all .2s ease-in-out;
    position: relative;
    z-index: 2;
	box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jgduibiTwo{
	/* box-shadow: 0 2px 8px rgba(136, 85, 231, 0.445); */
	/* border:1px solid #452ca936; */
	margin-left:30px;
}
.jgduibiThree{
	/* box-shadow: 0 2px 8px rgba(52, 56, 248, 0.445); */
	/* border:1px solid #5540cc36; */
	margin-left:30px;
}
.jgduibiTips{
	font-size: var(--main-font14);
    line-height: 22px;
    text-align: center;
    color: var(--main-color-999);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 15px;
}
.jgduibiTips>span{
	padding:0px 8px;
}
.jgduibiTips>em {
    display: inline-block;
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #e8e8e8;
}
.jgduibiTab{
	width: 100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jgduibiTab_qa{
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
    color: var(--main-color-666);
    margin-top: 8px;
    margin-bottom: 10px;
}
.jgduibi_q{
	text-align: left;
	color:var(--main-color-666);
}
.jgduibi_a{
	text-align: right;
	color:var(--main-color-999);
}
.jgduibiTitle{
	color:var(--main-color-43);
	font-size:38px;
	padding-bottom:15px;
}
.jgduibiT2{
	color:var(--main-color-999);
	font-size:var(--main-font14);
}
.jgduibiTab p{
	width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: var(--main-color-666);
    margin-top: 8px;
    margin-bottom: 10px;
	padding-left:10px;
}
.jgduibiTab p:before{
	content: '●';
	text-align: left;
	padding-right:10px;
}
.jgduibiBtn{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    position: static;
    width: 228px;
    height: 40px;
    font-size: 16px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 32px;
    color: var(--main-color-1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	cursor: pointer;
}
.jgduibi_pic{
	padding-top:30px;
	text-align: right;
	width: 100%;
	font-size:16px;
	color:var(--main-color-666);
	font-weight: bold;

}
.jgduibi_picY{
	text-decoration: line-through;
	font-size:var(--main-font14);
	color:var(--main-color-999);
	padding-bottom:10px;
}
.jgduibi_picX>em{
	color:var(--main-color-43) !important;
	font-size:20px;
}
.jgduibi_picX>span{
	color:var(--main-color-43) !important;
	font-size:20px;

}
.mesForm{
	background-image: url(../img/formBanner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.container{
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.mesFormBox{
	width: 100%;
	/* display: flex; */
}
.mesForm_con{
	--bs-gutter-x: 1.5rem;
	background-color: #fff;
    padding: 1.5em 5em;
    border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.mesForm_con>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5em * .5);
    padding-left: calc(1.5em * .5);
}
.mesForm_con h1{
	font-size:38px;
	font-weight: bold;
	color:var(--main-color-43);
	padding-bottom:1em;
}
.mesForm_con div{
	position: relative;
}
.mesForm_con input {
    padding: 1em;
    background: unset;
	font-size:18px;
    border: 1px solid !important;
    border-radius: 5px !important;
	color:var(--main-color-666);
    border-color: #cccccc !important;
    font-family: 'HanSansCN-Light';
    width: 100%;
    height: 60px;
}
input:focus{
	outline: none;
	border:1px solid var(--main-color)
}
.mesForm_con .code{
	position: absolute;
    right: 2em;
    top: 0.76em;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    padding: 5px 10px;
    color: var(--main-color);
    font-size: 16px;
    font-family: 'HanSansCN-Light';
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}
.mesForm_con .button{
	width: 100%;
	padding:25px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.button button{
	width: 50%;
    background-color: var(--main-color);
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 10px;
	padding:10px 0px;
    border: 0;
    border-radius: 30px;
	cursor: pointer;
}
.mesF_Select{
	padding: 1em;
    background: unset;
    font-size: 18px;
    border: 1px solid !important;
    border-radius: 5px;
    border-color: #cccccc !important;
	color:var(--main-color-666);
    width: 100%;
    height: 60px;
	cursor: pointer;
}
.mesF_Ul{
	display: none;
	width: 100%;
	position: absolute;
	top:-3px;
	background-color:var(--main-color-1);
	border:1px solid #cccccc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 99;
}
.mesF_Ul ul li{
	width: 100%;
	height:50px;
	line-height: 50px;
	padding-left:1em;
	color:var(--main-color-666);
	cursor: pointer;
	font-size: 16px;
	border-bottom:1px solid #cccccc;
}
.mesF_Ul ul li:hover{
	color:var(--main-color)
}
.mesF_Ul ul li:last-child{
	border-bottom: none;
}
#mesFormSucc{
	display: none;
}
#mesFormSucc p{
	text-align: center;
	color:var(--main-color-43);
	padding-bottom:20px;
	/* font-weight: bold; */
	font-size:18px;
}
#mesTime{
	font-size:16px !important
}
.mesTable_con{
	--bs-gutter-x: 1.5rem;
	background-color: #fff;
    padding: 1.5em 5em;
    border-radius: 10px;
	display: inline-block;
	flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.pageSpan{
	color:#5a5e66;
	font-size:13px;
	line-height: 28px;
	padding-left:20px;
}
.el-table-All {
    width: 100%;
    border: 1px solid #dfe6ec !important;
    border-bottom: 0px;
    overflow: hidden;
    border-radius: 5px;
}
.pagination {
    position: relative;
    display: inline-block;
}
.mesTable_con h3{
	color:var(--main-color-43);
	font-weight: bold;
	font-size: 24px;
	padding:20px;
}