.zixun{
	display: block;
	width:122px;
	position:fixed;
	right:0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	z-index:49;
}
.zixun img{
	display: block;
	width:100%;
}
.lianxi{
	display: block;
	width:122px;
	position:fixed;
	right:0;
	top:52%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	z-index:49;
}
.lianxi img{
	display: block;
	width:100%;
}
#tabMenu{
	display: none;
	position:fixed;
	left:0;
	top:0;
	z-index:20;
}
.hero-box{
	width:100%;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.wrap{
	width:1440px;
	position:relative;
	margin:0 auto 0;
	z-index:1;
}
.wrap-inner{
	width:100%;
	position:relative;
	margin:0 auto;
}
.header{
	width:100%;
	height:48px;	
	background: rgba(21,27,35,1);
	position:fixed;
	z-index:16;
	top:0;
	font-family: PingFangSC;
}
.logo{
	display: block;
	width:140px;
	height:100%;
	float:left;
}
.header a img{
	display: block;
	width:100%;
	height:100%;
}
.header .nav{
	display: block;
	color:#F3F3F9;
	font-size:16px;
	line-height:48px;
	float:left;
	font-family: PingFangSC-Semibold, PingFang SC;
}
.header .nav.active{
	color:#FFFFFF;
	font-weight:600;
}
.header .nav:hover{
	color:#FFFFFF;
	font-weight:600;
}
.header .nav{
	margin-left:80px;
}
.header .nav:nth-child(2){
	margin-left:57px;
}
.language{
	float:right;
	margin-right:52px;
}
.tabLanguage{
	float:left;
	position:relative;
}
.tabLanguage img:nth-child(1){
	display: block;
	width:19px;
	height:19px;
	float:left;
	cursor: pointer;
	margin-top:14px;
}
@keyframes oo{
	0% {
    transform: rotateY(0deg);
	}
	50% {
	    transform: rotateY(90deg);
	}
	
	100% {
	    transform: rotateY(180deg);
	}
}
@-webkit-keyframes oo{
	0% {
    transform: rotateY(0deg);
	}
	50% {
	    transform: rotateY(90deg);
	}
	
	100% {
	    transform: rotateY(180deg);
	}
}
.tabLanguage input{
	width:75px;
	font-size:16px;
	color:#fff;
	float:left;
	outline:none;
	border:none;
	cursor: pointer;
	margin-left:9px;
	line-height:50px;
}
.sanjiao{
	display: block;
    width: 12px;
    position: absolute;
    right: -6px;
    top: 19px;
    transition:all .5s;
    -webkit-transition:all .5s;
}
.tabLanguage ul {
	opacity: 0;
	visibility: hidden;
	z-index:-1;
	width: 120px;
	background-color: #151B23;
	transition: all 0.3s cubic-bezier(.165,.84,.44,1);
    height: auto;
    position: absolute;
    top: 48px;
    right: -6px;
    padding-top:10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tabLanguage:hover ul{
	transition: opacity 0.5s cubic-bezier(.3,.34,.85,.96),transform 0.5s cubic-bezier(.165,.84,.44,1);
    opacity: 1;
    visibility: visible;
    z-index: initial;
}
.tabLanguage:hover .sanjiao{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.tabLanguage ul li{
	width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-indent:32px;
}
.tabLanguage ul li a{
	display: block;
	color: #fff;
}
.controller {
	display: block;
	width:108px;
	height:32px;
	background:#3F6DF8;
	border-radius: 4px;
	float:left;
	text-align: center;
	line-height:32px;
	color:#fff;
	margin-top:8px;
	margin-left:80px;
	font-size:16px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.controller:hover{
	background:#4F7BFF;
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5);
}
.kv{
	width:100%;
	height:864px;
	background:url(../images/kv.png) no-repeat center;
	background-size:cover;
	position:relative;
	overflow: hidden;
}
.cec{
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	align-items: center;
	font-size:16px;
	color:#fff;
	background:rgba(0,0,0,.05);
	border:2px solid #b4b9ff;
	position:absolute;
	left:0;
	top:202px;
	padding:14px 16px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.cec img{
	display:block;
	width:24.5px;
	margin-right:7px;
}
.cec:hover{
	transform:scale(.9);
	-webkit-transform:scale(.9);
}
.ckv{
	width:100%;
	height:816px;
	background:url(../images/pri.png) no-repeat center;
	position:relative;
	overflow: hidden;
}
.ckv h3{
	font-size:72px;
	font-weight:600;
	text-align: center;
	margin-top:105px;
	color:#fff;
	font-family: PingFangSC-Semibold, PingFang SC;
}
.ckvTxt{
	font-size:16px;
	color:#EBF1FF;
	font-family: PingFangSC-Semibold, PingFang SC;
	text-align: center;
	margin-top:34px;
}
.ckvDiv{
	width:1342px;
	overflow: hidden;
	position:relative;
	margin:127px auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.ckvDiv>div{
	width:310px;
	height:254px;
	position:relative;
	overflow: hidden;
}
.ckvDiv>div:nth-child(1){
	background:url(../images/one.png) no-repeat center;
}
.ckvDiv>div:nth-child(2){
	background:url(../images/two.png) no-repeat center;
}
.ckvDiv>div:nth-child(3){
	background:url(../images/three.png) no-repeat center;
}
.ckvDiv>div:nth-child(4){
	background:url(../images/four.png) no-repeat center;
}
.ckvDiv>div p:nth-child(1){
	width:290px;
	height:65px;
	overflow: hidden;
	position:relative;
	margin:10px auto 0;
	font-size:20px;
	color:#fff;
	line-height:65px;
	text-indent:28px;
	letter-spacing: 1px;
	font-weight:600;
}
.ckvDiv>div p:nth-child(2){
	width:290px;
	overflow: hidden;
	position:relative;
	margin:26px auto 0;
	font-size:20px;
	color:#302F2F;
	font-weight:600;
	text-indent:22px;
	letter-spacing: 1px;
}
.ckvDiv>div p:nth-child(2) span:nth-child(2){
	margin:0 4px;
	font-size:48px;
}
.ckvDiv>div p:nth-child(3){
	width:242px;
	height:40px;
	background:#92A6D4;
	border-radius: 4px;
	margin:28px auto 0;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
	font-size:18px;
	text-align: center;
	line-height:40px;
	color:#fff;
}
.ckvDiv>div:nth-child(2) p:nth-child(3) {
	background:#5BC67D;
}
.ckvDiv>div:nth-child(3) p:nth-child(3) {
	background:#EDB023;
}
.ckvDiv>div:nth-child(4) p:nth-child(3) {
	background:#EE8559;
}
.ckvDiv>div:nth-child(4) p:nth-child(2){
	margin-top: 37px;
    font-size: 32px;
}
.ckvDiv>div:nth-child(4) p:nth-child(3){
	margin-top:38px;
}
.ckvDiv>div p:nth-child(3):hover{
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
}
.ckvDiv>div img{
	display: block;
	position:absolute;
	right:10px;
	top:10px;
}
.xfHeader{
	width:1440px;
	height:207px;
	background:#FAFAFA;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1), inset 0px -1px 0px 0px rgba(0,0,0,0.12);
	position:fixed;
	top:48px;
	left:50%;
	margin-left:-720px;
	z-index:15;
	display: none;
}
.leftNav{
	width:225px;
	height:100%;
	/*background:#3F6DF8;*/
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.12);
	float:left;
	position:relative;
}
.rightTab{
	width:1215px;
	height:100%;
	position:relative;
	float:right;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.12);
}
.rightTab ul{
	width:100%;
	height:100%;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.rightTab ul li{
	width:180px;
	overflow: hidden;
	position:relative;
	font-family: PingFangSC-Semibold, PingFang SC;
	text-align: center;
}
.rightTab ul li p:nth-child(1) {
	font-size:20px;
	font-weight: 600;
	color: #485574;
	margin-top:32px;
}
.rightTab ul li:nth-child(2) p:nth-child(1),.rightTab ul li:nth-child(2) p:nth-child(2){
	color:#227A3E;
}
.rightTab ul li:nth-child(3) p:nth-child(1),.rightTab ul li:nth-child(3) p:nth-child(2){
	color:#715619;
}
.rightTab ul li:nth-child(4) p:nth-child(1),.rightTab ul li:nth-child(4) p:nth-child(2){
	color:#863F20;
}
.rightTab ul li p:nth-child(2) {
	font-size:16px;
	font-weight: 600;
	color: #485574;
	margin-top:4px;
}
.rightTab ul li p:nth-child(3) {
	width:100%;
	height:40px;
	background:#92A6D4;
	border-radius: 4px;
	font-size:18px;
	font-weight: 600;
	color: #fff;
	line-height:40px;
	text-align: center;
	margin-top:40px;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
	letter-spacing: 1px;
}
.rightTab ul li p:nth-child(3):hover{
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
}
.rightTab ul li:nth-child(2) p:nth-child(3){
	background:#5BC67D;
}
.rightTab ul li:nth-child(3) p:nth-child(3){
	background:#EDB023;
}
.rightTab ul li:nth-child(4) p:nth-child(3){
	background:#EE8559;
}
.mainPrice{
	width:1440px;
	overflow: hidden;
	position:relative;
	margin:80px auto 0;
}
.mainPrice h3{
	font-size:48px;
	font-weight:600;
	color:#151B23;
	text-align: center;
	font-family: PingFangSC-Semibold, PingFang SC;
}
.mainHeader{
	width:100%;
	height:80px;
	position:relative;
	margin:48px auto 0;
}
.mainHeader ul{
	width:100%;
	height:100%;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.mainHeader ul li{
	width:304px;
	height:100%;
	position:relative;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.06);
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight:600;
	text-align: center;
}
.mainHeader ul li:nth-child(1){
	width:224px;
	background:#E2EAFB;
}
.mainHeader ul li:nth-child(2){
	background:rgba(146,166,212,.6);
}
.mainHeader ul li:nth-child(3){
	background:rgba(91,198,125,.6);
}
.mainHeader ul li:nth-child(4){
	background:rgba(237,176,35,.6);
}
.mainHeader ul li:nth-child(5){
	background:rgba(238,133,89,.6);
}
.mainHeader ul li p{
	text-indent:24px;
}
.mainHeader ul li p:nth-child(1){
	font-size:20px;
	margin-top:13px;
	color:#485574;
}
.mainHeader ul li p:nth-child(2){
	font-size:16px;
	margin-top:4px;
	color:#485574;
}
.mainHeader ul li:nth-child(3) p:nth-child(1){
	color:#227A3E;
}
.mainHeader ul li:nth-child(3) p:nth-child(2){
	color:#227A3E;
}
.mainHeader ul li:nth-child(4) p:nth-child(1){
	color:#715619;
}
.mainHeader ul li:nth-child(4) p:nth-child(2){
	color:#715619;
}
.mainHeader ul li:nth-child(5) p:nth-child(1){
	color:#863F20;
}
.mainHeader ul li:nth-child(5) p:nth-child(2){
	color:#863F20;
}
.mainTable{
	width:100%;
	position:relative;
	font-family: PingFangSC-Semibold, PingFang SC;
}
.mainTable .mainTitle{
	width:100%;
	height:65px;
	background:#FAFAFA;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.06);
}
.mainTable .mainTitle span{
	display: block;
	font-size:18px;
	line-height:65px;
	text-indent:13px;
	color:#3F6DF8;
	font-weight:600;
}
.mainTable .mainDet{
	width:100%;
	position:relative;
}
.mainTable .mainDet ul{
	width:100%;
	height:100%;
	position:relative;
}
.mainTable .mainDet ul li{
	width:1438px;
	height:57px;
	position:relative;
	border:1px solid #F4F4F4;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	border-top:none;
}
.mainTable .mainDet ul li span{
	display: block;
	width:303px;
	height:55px;
	border-right:1px solid #F4F4F4;
	font-size:18px;
	line-height:55px;
	text-align: center;
	color:#666E7E;
}
.mainTable .mainDet ul li span:nth-child(1){
	width:223px;
	text-indent:13px;
	text-align: initial;
	font-weight:600;
}
.mainTable .mainDet ul li span img{
	display: block;
	margin:15px auto 0;
}
.mainTable .mainDet ul li:hover{
	background:#FAFAFA;
}
.kv h3{
	font-size:64px;
	font-weight:600;
	margin-top:275px;
	color:#fff;
	font-family: PingFangSC-Semibold, PingFang SC;
}
.kv .kvDesc{
	width:792px;
	font-size:24px;
	color:rgba(255,255,255,.8);
	line-height:33px;
	margin-top:23px;
	letter-spacing:1px;
}
.kv .kvDesc span{
	color:#FFEA87;
}
.kv ul{
	width:484px;
	overflow: hidden;
	position:absolute;
	right:0;
	top:300px;
}
.kv ul li{
	width:140px;
	height:48px;
	border-radius: 26px;;
	background:rgba(255,255,255,.16);
	float:left;
	text-align: center;
	line-height:48px;
	font-size:24px;
	color:#fff;
	font-weight:500;
}
.kv ul li:nth-child(1){
	background:rgba(255,219,98,.24);
}
.kv ul li:nth-child(2){
	margin:0 32px;
}
.kvTxt{
	width:700px;
	margin-top:26px;
	position:relative;
}
.kvTxt p{
	width:270px;
	overflow:hidden;
	position:relative;
	float:left;
	font-size:24px;
	color:rgba(255,255,255,.8);
	margin-top:20px;
}
.kvTxt.kvTxt_en p{
	width:300px;
	overflow:hidden;
	position:relative;
	float:left;
	font-size:18px;
	color:rgba(255,255,255,.8);
	margin-top:20px;
}
.kvTxt.kvTxt_en p span{
	display:block;
	font-size:38px;
	white-space:nowrap;
}
.kvTxt p span{
	font-size:42px;
	color:#FFEA87;
	font-family: Impact;
	margin-right:10px;
}
.kvTxt p:nth-child(even){
	margin-left:80px;
}
.checkNow.checkNowEn{
	top:766px;
}
.checkNow{
	display: block;
	width:184px;
	height:60px;
	background:rgba(255,255,255,.1);
	border: 2px solid rgba(255,255,255,0.49);
	border-radius: 32px;
	font-size:20px;
	color:#fff;
	text-align: center;
	line-height:60px;
	position:absolute;
	left:0;
	top:664px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.checkNow:hover{
	transform:scale(.9);
	-webkit-transform:scale(.9);
}
.slo{
	display:block;
	width:892px;
	position:absolute;
	top:188px;
	right:-97px;
}
.mainCon{
	width:100%;
	overflow: hidden;
	position:relative;
	padding-bottom:165px;
}
.x1{
	display: block;
	position:absolute;
	left:0;
	top:0;
}
.x2{
	display: block;
	position:absolute;
	right:0;
	top:522px;
}
.x3{
	display: block;
	position:absolute;
	right:0;
	top:857px;
}
.x4{
	display: block;
	position:absolute;
	left:0;
	top:1556px;
}
.x5{
	display: block;
	position:absolute;
	left:0;
	top:2380px;
}
.x6{
	display: block;
	position:absolute;
	right:0;
	top:2716px;
}
.mainTit{
	font-size:48px;
	color:#151B23;
	text-align: center;
	font-weight:600;
	margin-top:114px;
}
.mainTit.mar{
	margin-top:113px;
}
.mainTit.mab{
	margin-top:206px;
}
.mainInt{
	font-size:14pt;
	color:#666E7E;
	text-align: center;
	line-height:24pt;
	margin:5px auto 0;
}
.mainList{
	width:1210px;
	position:relative;
	margin:48px auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.mainList li{
	width:324px;
	height:490px;
	background-color:#fff;
	border-radius: 12px;
	box-shadow: 0px 4px 9px 0px rgba(174,173,173,0.5);
	position:relative;
	overflow: hidden;
	text-align: center;
}
.mainList.mainList_en li{
	height:534px;
}
.mainList li .liCon{
	width:227px;
	height:149px;
	margin:11px auto 0;
}
.mainList li .liCon img{
	display: block;
	width:100%;
}
.mainList li h3{
	width:133px;
	font-size:24px;
	color:#151B23;
	text-align:center;
	font-weight:600;
	position:relative;
	margin:21px auto 0;
}
.mainList.mainList_en li h3{
	width:220px;
	font-size:20px;
}
.mainList.mainList_en li h3:after{
	display:block;
	content:'';
	width:230px;
	height:16px;
	background:#5C8FFF;
	border-radius:8px;
	opacity: .19;
	position:absolute;
	bottom:-4px;
	left:0;
}
.mainList li h3:after{
	display:block;
	content:'';
	width:133px;
	height:16px;
	background:#5C8FFF;
	border-radius:8px;
	opacity: .19;
	position:absolute;
	bottom:-4px;
	left:0;
}
.mainList.mainList_en li p{
	font-size:14px;
}
.mainList li p{
	width:276px;
	padding:12px 5px;
	background:#F6F8FC;
	border-radius:8px;
	margin:24px auto 0;
	font-size:16px;
	color:#606060;
	line-height:22px;
	text-align:center;
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	align-items: center;
}
.mainList li p.ppp{
	display:block;
}
.mainList li p span{
	color:#FF6060;
}
.mainNew{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	margin-top:34px;
}
.mainNew.mainMar{
	margin-top:57px;
}
.mainNew i{
	display:block;
	width:77px;
	height:1px;
	background:#D1D1D1;
	border-radius:5px;
	margin-top:16px;
}
.mainNew span{
	font-size:20px;
	color:#151B23;
	font-weight:500;
	position:relative;
	margin:0 14px;
}
.mainNew span:before{
	display:block;
	content:'';
	width:100%;
	height:12px;
	background:#5C8FFF;
	border-radius:8px;
	opacity: .19;
	position:absolute;
	left:50%;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	padding:0 6px;
	bottom:-2px;
}
.nowrap{
	white-space: nowrap;
}
.mainList li a.newA{
	display: inline;
}
a.newA:visited{
	color:#1677FF;
}
a.newA:hover{
	text-decoration: underline;
}
.mainList li a{
	display: none;
	width:251px;
	font-size:14px;
	color:#1677FF;
	margin:34px auto 0;
	text-align: right;
}
.sec{
	width:1298px;
	height:492px;
	background:url(../images/tuc.png) no-repeat center;
	background-size:cover;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin:45px auto 0;
}
.secMa{
	width:100%;
	height:100%;
	overflow: hidden;
	position:relative;
}
.secMa li{
	width:540px;
	overflow: hidden;
	position:relative;
	float:left;
}
.secMa li:nth-child(1) .iconTit,.secMa li:nth-child(2) .iconTit{
	margin-top:68px;
}
.secMa.secMa_en li .iconTit{
	font-size:18px;
}
.secMa li .iconTit{
	font-size:28px;
	color:#000;
	font-weight:600;
	margin-left:26px;
	margin-top:49px;
}
.secMa li .iconV{
	width:540px;
	height:99px;
	background: rgba(60,71,96,0.07);
	border-radius: 8px;
	overflow: hidden;
	position:relative;
	margin-top:23px;
}
.secMa li .iconV img{
	display: block;
	width:58px;
	height:58px;
	float:left;
	margin-right:34px;
	margin-top:20px;
}
.secMa li .iconV img:nth-child(1){
	margin-left:26px;
}
.secMa li .iconV a{
	display:block;
	font-size:16px;
	color:#000;
	font-weight:400;
	line-height:99px;
	float:right;
	margin-right:44px;
}
.secMa li .iconV a:hover{
	text-decoration:underline;
}
.secMa li:nth-child(odd){
	margin-left:60px;
}
.secMa li:nth-child(even){
	margin-left:80px;
}
.sdk{
	display: block;
	width:760px;
}
.menu{
	width:1298px;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin:37px auto 0;
}
.menu li{
	width:428px;
	height:647px;
	background:#fff;
	position:relative;
}
.menu li.frTit{
	background:url(../images/bg1.png) no-repeat center;
	background-size:cover;
}
.menu li.seTit{
	background:url(../images/bg2.png) no-repeat center;
	background-size:cover;
}
.menu li.thTit{
	background:url(../images/bg3.png) no-repeat center;
	background-size:cover;
}
.menu li p:nth-child(1){
	font-size:28px;
	font-family: PingFangSC-Semibold, PingFang SC;
	color:#fff;
	font-weight:600;
	line-height:40px;
	margin:52px 0 0 41px;
	letter-spacing:1.5px;
}
.menu.menu_en li p:nth-child(1) {
	margin-left:34px;
	font-size:18px
}
.menu li ul{
	width:350px;
	overflow:hidden;
	position:relative;
	margin:23px auto 0;
}
.menu li ul li{
	width:95px;
	height:95px;
	background:rgba(255,255,255,0.08);
	border-radius:12px;
	position:relative;
	float:left;
	margin-left:31px;
	margin-top:25px;
}
.menu.menu li ul li {
	height:110px;
}
.menu li ul li img{
	display:block;
	width:58px;
	margin:2px auto 0;
}
.menu.menu_en li ul li p{
	font-size:12px;
}
.menu li ul li p{
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-top:6px;
}
.menu li ul li:nth-child(1),.menu li ul li:nth-child(4),.menu li ul li:nth-child(7){
	margin-left:0;
}
.menu li a{
	font-size:16px;
	color:#fff;
	position:absolute;
	right:41px;
	bottom:59px;
}
.menu.menu_en li a{
	bottom:45px;
}
.menu li a:hover{
	text-decoration:underline;
}
.mainTit.marc{
	margin-top:131px;
}
.mainNew.mainNew1 span:before {
	width:100%;
	padding:0 10px;
	margin-left:0;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
}
.mainNew.mainNew1{
	margin-top:20px;
}
.choBox{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:58px;
}
.choBox ul{
	width:100%;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.choBox ul li{
	width:255px;
	height:368px;
	overflow:hidden;
	position:relative;
}
.choBox.choBox_en ul li{
	height:433px;
}
.choBox ul li img{
	display: block;
	width:159px;
	margin:0 auto;
}
.choBox ul li .chTi{
	font-size:24px;
	color:#151B23;
	text-align: center;
	font-weight:600;
	margin:19px 0 33px 0;
}
.choBox ul li .chTe{
	font-size:16px;
	color:#606060;
	line-height:22px;
	text-align:center;
}
.choBox ul li .chTe.last{
	position:absolute;
	left:0;
	bottom:0;
}
.choBox ul .jiao{
	width:146px;
	height:23px;
	background:url(../images/xz.png) no-repeat center;
	background-size:cover;
	position:absolute;
	top:69px;
}
.choBox ul .jiao.jiao1{
	left:255px;
}
.choBox ul .jiao.jiao2{
	left:648px;
}
.choBox ul .jiao.jiao3{
	left:1040px;
}
.mainTit.mard {
    margin-top: 199px;
}
.useTit{
	font-size:48pt;
	color:#151B23;
	text-align: center;
	font-weight:600;
	margin-top:212px;
	position:relative;
}
.useTit:before{
	display: block;
	content:'';
	width:77px;
	height:4px;
	background:#3F6DF8;
	border-radius: 5px;
	position:absolute;
	left:50%;
	margin-left:-38.5px;
	bottom:-6px;
}
.inCountry{
	width:1191px;
	position:relative;
	overflow:hidden;
	margin:47px auto 0;
}
.inCountry ul{
	width:100%;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
	text-align: center;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
}
.inCountry ul li{
	width:121px;
	position:relative;
	overflow:hidden;
}
.inCountry ul li img{
	display: block;
	width:121px;
	height:121px;
	margin:0 auto 18px;
}
.inCountry ul li p{
	font-size:20px;
	color:#131313;
	text-align:center;
}
#getOne{
	display: none;
	position:absolute;
	bottom:1%;
}
.getSdk{
	display: block;
	width: 700px;
	height: 80px;
	background: #3F6DF8;
	border-radius: 8px;
	position:fixed;
	left:50%;
	margin-left:-350px;
	bottom:5%;
	font-size:24px;
	color:#fff;
	font-weight:600;
	text-align: center;
	line-height:80px;
	z-index:10;
	opacity: .4;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.getSdk.active{
	opacity: 1;
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
}
.getSdk:hover{
	opacity: 1;
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
}
.useTit{
	margin-top:30px;
	font-size:36pt;
}
.parnterUl{
	width:1195px;
	position:relative;
	overflow:hidden;
	margin:12px auto 0;
}
.parnterUl li{
	width:386px;
	height:105px;
	overflow: hidden;
	float:left;
	margin-top:20px;
	margin-left:15px;
}
.parnterUl li:nth-child(1),.parnterUl li:nth-child(4){
	margin-left:0;
}
.parnterUl li a{
	display: block;
	width:100%;
}
.parnterUl li a img{
	display:block;
	width:100%;
}
.mainNew.mainNew2{
	margin-top:69px;
}
.mainNew.mainNew2 span:before {
    width: 100%;
    padding: 0 10px;
    margin-left: 0;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.tipCon{
	font-size:16px;
	color:#A1ABB9;
	text-align:center;
	margin-top:12px;
}
.footer{
	width:100%;
	overflow: hidden;
	position:relative;
	background-color:#F1F2F6;
	padding-bottom:18px;
}
.footerList{
	width:1310px;
	margin:0 auto 0;
	display: flex;
	display: -webkit-flex;
	position:relative;
}
.footerList ul{
	margin-top:22px;
	margin-right:80px;
}
.footerList ul li:nth-child(1){
	font-size:24px;
	color:#151B23;
	font-weight:bold;
}
.footerList ul li{
	font-size:16px;
	margin-top:20px;
}
.footerList ul li a{
	color:#656971;
}
.footerList ul li a:hover {
	text-decoration: underline;
}
.fp{
	font-size:14px;
	color:#9EA1BF;
	text-align: center;
	margin-top:65px;
	font-family: PingFangSC-Regular, PingFang SC;
}
.fp span{
	margin:0 10px;
}
.foLo{
	display: block;
    position: absolute;
    right: 40px;
    top: 110px;
}
.formTc,.conTc{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:50;
	display: none;
}
.formBody,.conBody{
	width:526px;
	height:404px;
	background-color:#fff;
	border-radius: 8px;
	position:relative;
	overflow: hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.formBody{
	/*height:380px;*/
}
.close{
	display: block;
	width:28px;
	height:28px;
	position:absolute;
	right:24px;
	top:24px;
	transition:all .5s;
	-webkit-transition:all .5s;
	cursor: pointer;
}
.close:hover{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.formBody h3,.conBody h3{
	font-size:24px;
	color:#151B23;
	font-weight:600;
	margin:24px 0 44px 36px;
	letter-spacing: 1px;
}
.formBody .s_put{
	width:460px;
	height:36px;
	position:relative;
	margin:23px auto 0;
}
.formBody .s_put i{
	display: block;
	font-size:16px;
	color:#c7000b;
	position:absolute;
	left:16px;
	top:10px;
	font-style: normal;
}
.formBody .s_put i.seci{
	left:4px;
}
.formBody .s_put i.thci{
	left:-11px;
}
.formBody .s_put p{
	width:100px;
	font-size:14px;
	color:#151B23;
	line-height:36px;
	text-align: right;
	font-weight:500;
	float:left
}
.formBody .s_put input{
	display: block;
	width:342px;
	height:32px;
	background:#F9FAFB;
	outline:none;
	border:1px solid #EBF0F7;
	font-size:14px;
	color:#666E7E;
	line-height:32px;
	text-indent:12px;
	border-radius: 4px;
	float:left
}
.formBody .s_put input.yzm{
	width:228px;
}
.formBody .s_put input.t_yzm{
	width:228px;
}
.formBody .s_put .getMess{
	width:104px;
	height:34px;
	background:#3F6DF8;
	border-radius: 4px;
	text-align: center;
	font-size:14px;
	color:#fff;
	line-height:34px;
	float:left;
	margin-left:10px;
	cursor: pointer;
}
.formBody .s_put .getMess.active{
	pointer-events: none;
}
.formBody .s_put .captacha{
	width:104px;
	height:34px;
	float:left;
	margin-left:10px;
	cursor: pointer;
}
.formBody .s_put .captacha img{
	display: block;
	width:100%;
	height:100%;
}
/*input placeholder样式修改*/
.formBody .s_put input::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
	color:#C4C6C9;
}
.formBody .s_put input::-moz-placeholder { /* Firefox 19+ */  
	color:#C4C6C9;
}	
.formBody .s_put input:-ms-input-placeholder { /* IE 10+ */
	color:#C4C6C9;
}
.formBody .s_put input:-moz-placeholder { /* Firefox 18- */
	color:#C4C6C9;
}
.submit{
	width:455px;
	height:48px;
	background:#3F6DF8;
	border-radius: 8px;
	font-size:16px;
	color:#fff;
	text-align: center;
	line-height:48px;
	transition:all .5s;
	-webkit-transition:all .5s;
	cursor: pointer;
	margin:30px auto 0;
}
.submit:hover{
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
}
.submit.active{
	background:#F1F2F6;
	color:#000;
	pointer-events: none;
}
.conMain{
	width:100%;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	margin-top:44px;
}
.conMain .code{
	width:150px;
	/*overflow: hidden;*/
	position:relative;
	margin-right:68px;
	margin-left:36px;
}
.conMain .code p{
	font-size:14px;
	color:#9EA1BF;
	font-weight:400;
	margin-bottom:8px;
}
.conMain .code img{
	display: block;
	width:150px;
}
.conMain .det .detA{
	font-size:14px;
	color:#9EA1BF;
	margin-top:16px;
}
.conMain .det .detB{
	font-size:16px;
	color:#151B23;
	font-weight:500;
	margin-bottom:16px;
}
.contact{
	width:100%;
	height:88px;
	background:#F1F2F6;
	border-radius: 0px 0px 8px 8px;
	position:absolute;
	left:0;
	bottom:0;
}
.conText{
	width:455px;
	height:100%;
	margin:0 auto 0;
	position:relative;
}
.conText img{
	display: block;
	width:52px;
	float:left;
	margin:18px 16px 0 0;
}
.conText p{
	font-size:20px;
	color:#151B23;
	font-weight:600;
	font-family: PingFangSC-Medium, PingFang SC;
	line-height:88px;
}
/*产品与服务*/
.tabMenu{
	width:100%;
	height:80px;
	background:#F1F2F6;
	position:absolute;
	top:48px;
	left:0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	z-index:15;
	transition:all 1s;
	-webkit-transition:all 1s;
}
.tabMenu a{
	display: block;
	height:100%;
	border-radius: 4px;
	float:left;
	margin-left:40px;
	display: flex;
	display: -webkit-flex;
	padding-right:32px;
}
.tabMenu a.active{
	background-color:#DDE3FA;
}
.tabMenu a .imgBox{
	width:32px;
	height:32px;
	overflow: hidden;
	margin:24px 8px 0 13px;
}
.tabMenu a.active .imgBox img:nth-child(1){
	display: none;
}
.tabMenu a p{
	font-size:16px;
	color:#2C2C2C;
	line-height:80px;
	font-weight:600;
}
.tabMenu a.active p{
	color:#395FFF;
}
.tabMain{
	width:100%;
	overflow: hidden;
	position:relative;
	margin-top:127px;
}
.tabMain>.tabDiv{
	display: none;
	position:relative;
}
.tabMain>.tabDiv.active{
	display: block;
}
.tabTxt{
	margin:103px 58px 0 346px;
}
.tabTxt.tabNone{
	float:none;
	margin-bottom:78px;
}
.tabTxt h3{
	font-size:72px;
	color:#151B23;
	font-weight:600;
	margin-bottom:34px;
}
.textAl{
	font-size:72px;
	color:#151B23;
	font-weight:600;
	margin-bottom:34px;
	text-align: center;
	margin-top:103px;
}
.textAl.textBot{
	font-size:48px;
	margin:137px 0 26px 0;
}
.textAl.textBot{
	font-size:48px;
	margin:231px 0 26px 0;
}
.smapp.smapa{
	margin-bottom:64px;
}
.smapp.smapbv{
	margin-bottom:90px;
}
.smapp{
	font-size:16px;
	color:#666E7E;
	font-weight:600;
	line-height:22px;
	margin-bottom:72px;
	text-align: center;
}
.smap{
	width:712px;
	font-size:16px;
	color:#666E7E;
	font-weight:600;
	line-height:22px;
	margin-bottom:57px;
}
.tabTxt h4{
	font-size:24px;
	color:#151B23;
	margin-bottom:8px;
	margin-top:40px;
}
.tabTxt .smbp{
	font-size:16px;
	color:#9EA1BF;
	font-weight:400;
}
.flex{
	display: flex;
	display: -webkit-flex;
}
.sda{
	display: block;
    width: 453px;
    height: 467px;
    object-fit: cover;
    margin-top: 187px;
    margin-left: 10px;
}
.tabDiv ul{
	width:967px;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.tabDiv ul li{
	width:450px;
	overflow: hidden;
	position:relative;
	text-align: center;
}
.tabDiv ul li h3{
	font-size:24px;
	color:#151B23;
	font-weight:600;
}
.tabDiv ul li p{
	font-size:16px;
	color:#9EA1BF;
	font-weight:400;
	margin-top:4px;
}
.tabDiv ul li img{
	display: block;
	width:100%;
}
.proTit{
	font-size:48px;
	color:#151B23;
	font-weight:600;
	text-align: center;
	margin-top:276px;
}
.proTit.pro{
	margin-top:310px;
}
.proInt{
	font-size:16px;
	color:#666E7E;
	text-align: center;
	font-weight:600;
	margin:26px 0 120px 0;
}
.sdkList{
	width:1256px;
	position:relative;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.sdkList .sdkDiv{
	width:216px;
	height:286px;
	background:#fff;
	box-shadow: 0px 1px 9px 0px rgba(128,173,207,0.23);
	border-radius: 17px;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.sdkList .sdkDiv:hover{
	transform: translate(0,-20px);
	-webkit-transform: translate(0,-20px);
}
.sdkList .sdkDiv img{
	display: block;
	width:152px;
	height:152px;
	margin:12px auto 0;
}
.sdkList .sdkDiv p{
	font-size:24px;
	color:#151B23;
	text-align: center;
	font-weight:600;
	margin:15px 0 12px 0;
}
.sdkList .sdkDiv a{
	display: block;
	width:192px;
	height:40px;
	background:#E5ECFF;
	border-radius: 4px;
	margin:0 auto;
	font-size:16px;
	text-align: center;
	line-height:40px;
	color:#4B4E61;
}
.juCon{
	width:1440px;
	position:relative;
	margin:60px auto 0;
}
.juCon .juPhone{
	display: block;
	width:764px;
	float:left;
	margin-right:94px;
}
.juCon .juList{
	width:582px;
	float:left;
	position:relative;
}
.juCon .juList:before{
	display: block;
	content:'';
	width:1px;
	height:533px;
	background:#5F6882;
	position:absolute;
	left:0;
	top:4px;
}
.juCon .juList .juDiv{
	width:100%;
	height:90px;
	margin-top:12px;
}
.juCon .juList .juDiv .numTip{
	width:27px;
	height:27px;
	background:#5F6882;
	border-radius: 50%;
	font-size:16px;
	text-align: center;
	line-height:27px;
	color:#fff;
	float:left;
	margin: 30px 0px 0px -14px;
    z-index: 2;
    position: relative;
}
.juCon .juList .juDiv .numDiv{
	width:482px;
	height:90px;
	background:#fff;
	float:left;
	margin-left:73px;
	box-shadow: 0px 2px 8px 0px rgba(183,183,183,0.5);
	border-radius: 4px;
	border: 1px solid #FDFDFD;
}
.juCon .juList .juDiv .numDiv.numH{
	height:103px;
}
.juCon .juList .juDiv .numDiv.numA{
	height:106px;
}
.juCon .juList .juDiv.numH{
	height:103px;
}
.juCon .juList .juDiv.numA{
	height:106px;
}
.juCon .juList .juDiv .numDiv img{
	display: block;
	width:61px;
	height:61px;
	margin:12px 16px 0 -28px;
	float:left;
}
.juCon .juList .juDiv .numDiv .juTxt {
	float:left;
}
.juCon .juList .juDiv .numDiv .juTxt p:nth-child(1){
	font-size:16px;
	color:#151B23;
	font-weight:600;
	font-family: PingFangSC-Semibold, PingFang SC;
	margin:12px 0 8px 0;
}
.juCon .juList .juDiv .numDiv .juTxt .numop{
	font-size:14px;
	color:#9EA1BF;
	font-weight:400;
	line-height:20px;
}
.juCon .juList .juDiv .numDiv .juTxt .numop em{
	font-size:40px;
	border-radius: 50%;
	font-style: normal;
	vertical-align: text-bottom;
	margin-right:6px;
}
.twoMain{
	width:1300px;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.tPic{
	display: block;
	width:478px;
	float:left;
	margin-right:15px;
}
.sma{
	display: block;
	width:48px;
	float:left;
	margin:223px 26px 0 0;
}
.ww{
	display: block;
	width:910px;
	margin:0 auto 0;
}
.userLoad{
	width:232px;
	height:48px;
	background:#3F6DF8;
	position:relative;
	font-size:20px;
	text-align: center;
	line-height:48px;
	color:#fff;
	margin:11px auto 0;
}
.ttMain{
	width:1325px;
	height:480px;
	position:relative;
	margin:0 auto 0;
}
.op{
	display: block;
	width:942px;
	float:left;
}
.dlType{
	width:196px;
	height:48px;
	background:#3F6DF8;
	position:absolute;
	left:-6px;
	top:45px;
	font-size:20px;
	color:#fff;
	line-height:48px;
	text-align: center;
}
.ttLo{
	width:500px;
	height:308px;
	background:#fff;
	box-shadow: 0px 4px 9px 0px rgba(174,173,173,0.5);
	border-radius: 8px;
	position:absolute;
	right:0;
	top:172px;
}
.chType{
	width:232px;
	height:48px;
	background:#3F6DF8;
	position:absolute;
	left:50%;
	margin-left:-116px;
	top:-19px;
	font-size:20px;
	color:#fff;
	line-height:48px;
	text-align: center;
}
.ttLo .ioList{
	width:100%;
	height:272px;
	overflow: hidden;
	position:relative;
	margin:36px auto 0;
}
.ttLo .ioList .ioDiv{
	width:68px;
	overflow: hidden;
	position:relative;
	float:left;
	margin-left:45px;
	margin-top:28px;
}
.tabMain .tabDiv:nth-child(3) .ttLo .ioList .ioDiv{
	overflow: visible;
}
.tabMain .tabDiv:nth-child(3) .ttLo .ioList .ioDiv p{
	font-size:14px;
	white-space: nowrap;
}
.ttLo .ioList .ioDiv:nth-child(5){
	clear:both;
}
.ttLo .ioList .ioDiv img{
	display: block;
	width:68px;
	height:68px;
}
.ttLo .ioList .ioDiv p{
	font-size:16px;
	color:#9EA1BF;
	text-align: center;
	margin-top:4px;
}
.ccMain{
	width:1360px;
	margin:0 auto 0;
	position:relative;
}
.ph{
	display: block;
	width:473px;
	float:left;
}
.chqType{
	width:232px;
	height:48px;
	background:#3F6DF8;
	position:absolute;
	left:31px;
	top:-11px;
	font-size:20px;
	color:#fff;
	line-height:48px;
	text-align: center;
}
.ccMain .sma{
	margin:182px 12px 0 21px;
}
.ttLi{
	width:800px;
	height:215px;
	background:#fff;
	box-shadow: 0px 4px 9px 0px rgba(174,173,173,0.5);
	border-radius: 8px;
	position:relative;
	float:left;
	margin-top:96px;
}
.ttLi .ioList{
	width:100%;
	overflow: hidden;
	position:relative;
	margin:31px auto 0;
}
.ttLi .ioList .ioDiv{
	width:168px;
	height:62px;
	border:1px solid #E7E7E7;
	border-radius: 6px;
	overflow: hidden;
	position:relative;
	float:left;
	margin-left:24px;
	margin-top:12px;
}
.ttLi .ioList .ioDiv img{
	display: block;
	width:48px;
	height:48px;
	float:left;
	margin:8px 0 0 12px;
}
.ttLi .ioList .ioDiv p{
	font-size:16px;
	color:#151B23;
	text-align: right;
	float:right;
	line-height:62px;
	margin-right:12px;
}
.chaType{
	width: 232px;
	height: 48px;
	background: #3F6DF8;
	font-size:20px;
	color:#fff;
	line-height:48px;
	text-align: center;
	position:absolute;
	right:61px;
	top:-30px;
}
.foMain{
	width:1312px;
	overflow: hidden;
	position:relative;
	margin:0 auto;
}
.foMain .foDiv{
	width:656px;
	overflow: hidden;
	position:relative;
	float:left;
}
.foMain .foDiv img{
	display: block;
	width:100%;
}
.foMain .foDiv p{
	width:232px;
	height:48px;
	background-color:#3F6DF8;
	margin:11px auto 0;
	font-size:20px;
	color:#fff;
	text-align: center;
	line-height:48px;
}
.foMain .foPic{
	display: block;
	width:1056px;
	margin:0 auto;
}
.tma{
	width:1094px;
	position:relative;
	margin:0 auto 0;
}
.tma p{
	width:610px;
	height:48px;
	background:#3F6DF8;
	position:absolute;
	left:50%;
	margin-left:-305px;
	top:-21px;
	font-size:20px;
	color:#fff;
	text-align: center;
	line-height:48px;
}
.tma img{
	display: block;
	width:100%;
}
/*关于我们*/
.aboutMain{
	width:1242px;
	position:relative;
	margin:127px auto 0;
}
.aboutOne{
	width:100%;
	position:relative;
}
.aboutOne .aboutTxt{
	float:left;
}
.aboutOne h3{
	font-size:72px;
	color:#151B23;
	margin-top:103px;
	font-weight:600;
}
.aboutOne .aobutP{
	width:625px;
	font-size:16px;
	color:#666E7E;
	font-weight:600;
	line-height:28px;
}
.abPic{
	display: block;
	width:428px;
	float:left;
	margin:175px 0 0 158px;
}
.aboutTwo{
	width:1300px;
	position:relative;
	margin:239px auto 0;
}
.aboutTwo h3{
	font-size:72px;
	color:#151B23;
	font-weight:600;
}
.aboutCon{
	width: 100%;
	overflow: hidden;
	position:relative;
	margin:67px auto 0;
}
.aboutCon li:nth-child(1){
	width:284px;
	height:252px;
	background:url(../images/fr.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	float:left;
	margin-right:19px;
}
.aboutCon li{
	width:307px;
	height:252px;
	background:url(../images/sw.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	float:left;
	margin-right:27px;
}
.aboutCon li:nth-child(4){
	width:284px;
	height:252px;
	background:url(../images/ss.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	float:left;
	margin-right:0;
}
.aboutCon li:nth-child(1)>div{
	margin:21px 0 0 22px;
}
.aboutCon li:nth-child(4)>div{
	margin:21px 0 0 44px;
}
.aboutCon li>div{
	width:220px;
	height:114px;
	background:#F8FBFF;
	border-radius: 4px;
	margin:21px auto 0;
	overflow: hidden;
	position:relative;
}
.aboutCon li>div p{
	width:176px;
	font-size:16px;
	color:#666E7E;
	line-height:22px;
	margin:24px auto 0;
}
.aboutCon li .ttp{
	width:220px;
	font-size:16px;
	color:#9EA1BF;
	text-align: center;
	margin:43px auto 0;
}
.aboutCon li .ttp span{
	color:#FF9332;
}
.aboutCon li:nth-child(1) .ttp{
	width:220px;
	font-size:16px;
	color:#9EA1BF;
	text-align: center;
	margin:43px 0 0 22px;
}
.aboutCon li:nth-child(4) .ttp{
	width:220px;
	font-size:16px;
	color:#9EA1BF;
	text-align: center;
	margin:43px 0 0 44px;
}
.aboutCon .xxOne{
	display: block;
    width: 75px;
    position: absolute;
    left: 255px;
    top: 72px;
}
.aboutCon .xxTwo{
	display: block;
    width: 75px;
    position: absolute;
    left: 587px;
    top: 72px;
}
.aboutCon .xxThree{
	display: block;
    width: 75px;
    position: absolute;
    left: 921px;
    top: 72px;
}
.lineDate{
	width:100%;
	height:2px;
	background:#3F6DF8;
	margin-top:30px;
	margin-left:-29px;
}
.lineDate p{
	width:142px;
	height:49px;
	background:#3F6DF8;
	border-radius: 4px;
	font-size:20px;
	color:#fff;
	line-height:49px;
	text-align: center;
	float:left;
	margin-left:183px;
	margin-top:-24px;
}
.lineDate p:nth-child(1){
	margin-left:93px;
}
.aboutThree{
	width:1242px;
	position:relative;
	margin:278px auto 0;
}
.aboutThree h3{
	font-size:72px;
	color:#151B23;
	font-weight:600;
	margin-bottom:58px;
}
.aboutMap{
	width:100%;
	height:450px;
	background:#fff;
	box-shadow: 0px 4px 9px 0px rgba(174,173,173,0.5);
	border-radius: 8px;
}
.map{
	width:934px;
	height:424px;
	float:left;
	position:relative;
	margin:13px 32px 0 13px;
}
.aboutTxtO{
	width:220px;
	float:left;
}
.aboutTxtO .aboutO{
	margin-top:25px;
}
.aboutTxtO .aboutO p:nth-child(1){
	font-size:14px;
	color:#9EA1BF;
	line-height:20px;
}
.aboutTxtO .aboutO p:nth-child(2){
	font-size:16px;
	color:#151B23;
	line-height:20px;
}
.aboutTxtO .aboutO img{
	display: block;
	width:150px;
	margin-top:8px;
}
