    /*
  css首页样式
*/
/*html,body{
	font-family: PingFang, sans-serif;
}*/
/*菜单*/
.layer{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: .5;
	z-index: 10;
}
/*.page-hidden{
	overflow: hidden;
    height:100%;
}*/
.menu {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
}
.menu-top{
	width: 100%;
	height: 2.7rem;
	background: #252b33;
	/*border-bottom: 1px solid #eff3f4;*/
	position: relative;
	z-index: 99;
}
.menu-top .icon-logo-white{
	margin:.5rem 0 0 1rem;
}
.menu-top a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.menu-btn{
	width: 2.4rem;
    height: 2.1rem;
    text-align: center;
    position: absolute;
    top: 0rem;
    right: .0rem;
    margin: 0.6rem 0.6rem 0 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.menu .line{
	display: inline-block;
	height: 2px;
	width: 1.6rem;
	background: #fff;
	position: absolute;
	right: 0.2rem;
}
.menu .line1{
    top: .2rem;
}
.menu .line2{
    top: .7rem;
}
.menu .line3{
    top: 1.2rem;
}
.menu-list{
  width: 100%;
  background: #fff;
  position: fixed;
  line-height: 3rem;
  border-bottom: 1px solid #eff3f4;
  z-index: 90;
}
.menu-list li{
	padding-left: 1.2rem;
	border-top: 1px solid #eff3f4;
}
.menu-list li a{
	color: #6294e5;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
}
.menu-list li span{
	float: right;
	margin-right: 1rem;
	font-size: 1.2rem;
}
.menu-list .second-list{
	line-height: 1.8rem;
	position: relative;
    top: -0.6rem;
	display: none;
}
.menu-list .second-list dd a{
	font-size: 1rem;
	text-indent: 2.5em;

}
/*内容*/
.home-card {
    width: 100%;
}
.home-card .top-bg {
    width: 100%;
    height: 21rem;
    overflow: hidden;
    position: relative;
    background: #f5f5f5 url(../img/index-img1.png) center top no-repeat;
    background-size: 100%;
    padding-bottom: .4rem;
}
.home-card .top-bg .cont{
	text-align: center;
	color: #fff;
	font-family: PF_Index, sans-serif;
}
.home-card .top-bg .tit{
	font-size: 2.4rem;
	padding: 4.8rem 0 .8rem;
}
.home-card .top-bg .tit-sm{
	font-size: 1rem;
}
.home-card .top-bg .home-btn{
	display: inline-block;
	width: 7.2rem;
	height: 2.2rem;
	border-radius: 20px;
	border: 1px solid #fff;
	font-size: 1rem;
	color: #fff;
	line-height: 1rem;
	padding-top: 0.4rem;
	margin-top: 1.2rem;
	font-family: "Microsoft YaHei";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}
.home-card .top-bg .home-btn span{
	font-size: 0.8rem;
}
.home-card .home-btn.logined{
    height: 1.8rem;
    width: 6rem;
    line-height: 1.5rem;
}
.home-card .top-bg .icon-down{
	position: absolute;
	bottom: 4.5rem;
	left: 50%;
	margin-left: -1rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.home-content{
	padding: 2rem 2rem 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.bg-content{
	background: #f8fcff;
}
.home-content .home-tit-box{
	text-align: center;
	margin-bottom: 2rem;
}
.home-content .home-tit-box .title{
	font-size: 2rem;
	color: #333;
	margin-bottom: .5rem;
}
.home-content .home-tit-box .line{
	display: inline-block;
    width: 12rem;
    height: 1px;
    background: radial-gradient(#aaadaf 10%, white 100%);
    position: relative;
}
.home-content .home-tit-box .square{
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border: 1px solid #aaadaf;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.4rem;
    margin-top: -.5rem;
    transform: rotate(45deg);
}
.home-content .home-tit-box .tip{
	font-size: 1rem;
	color: #666;
	margin-top: 1.2rem;
}
.home-content .freetry-btn{
	display: inline-block;
    width: 8rem;
    height: 2.6rem;
    line-height: 2.6rem;
    background: #db1f3c;
    color: #fff;
    font-size: 1rem;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 2rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.home-content.spn-content{
    /*background: url(../img/index-bg.png) 0 0 no-repeat;
    background-size: 100%;*/
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.spn-content .badge{
    width: 30%;
}
.spn-content .cont{
    text-align: center;
    margin-top: 2.5%;
}
.spn-content .btn{
    text-align: center;
    display: inline-block;
    padding: .5rem 1rem;
    color: #fff;
    font-family: "Microsoft YaHei";
    border-radius: 4px;
    cursor: pointer;
    margin-top: 3%;
    background: #1dd6f2;
    font-size: 1rem;
    border: 1px solid #1dd6f2;
}
.spn-content .btn:hover{
    opacity: .9;
}
.spn-content .msg{
    font-size: 1rem;
    margin-top: 1%;
}
.map-content{
    width: 100%;
    height: 14rem;
    padding: 0;
    margin: 6% auto 0;
    background: url(../img/index-map.png) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
}
.map-content .cood{
    display: inline-block;
    width: 1.5rem;
    text-align: center;
    position: absolute;
    z-index: 1;
    opacity: 0;
}
.map-content .cood.cap{
    top: 37%;
    right: 19.5%;
    opacity: 1;
}
.map-content .cood.AE{
    top: 37.6%;
    right: 37.3%;
    z-index: 2;
}
.map-content .cood.AU{
    top: 64%;
    right: 14%;
}
.map-content .cood.BR{
    top: 58%;
    left: 32.5%;
}
.map-content .cood.CA{
    top: 12.4%;
    left: 11%;
}
.map-content .cood.DE{
    top: 17.6%;
    right: 43%;
}
.map-content .cood.ES{
    top: 29.8%;
    right: 52.3%;
    z-index: 2;
}
.map-content .cood.FR{
    top: 22.7%;
    right: 47.8%;
}
.map-content .cood.IN{
    top: 39.6%;
    right: 28.6%;
}
.map-content .cood.IT{
    top: 30.5%;
    right: 45%;
}
.map-content .cood.JP{
    top: 30%;
    right: 12.5%;
}
.map-content .cood.MX{
    top: 40%;
    left: 17.8%;
}
.map-content .cood.TR{
    top: 28.6%;
    right: 40.2%;
}
.map-content .cood.UK{
    top: 17%;
    left: 44%;
}
.map-content .cood.US{
    top: 26.6%;
    left: 14.4%;
}
.map-content.animate .cood.AE{
    animation: coodBlcok 1s .4s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.AU{
    animation: coodBlcok 1s 1s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.BR{
    animation: coodBlcok 1s 1.2s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.CA{
    animation: coodBlcok 1s 1.8s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.DE{
    animation: coodBlcok 1s .6s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.ES{
    animation: coodBlcok 1s .8s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.FR{
    animation: coodBlcok 1s .7s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.IN{
    animation: coodBlcok 1s .2s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.IT{
    animation: coodBlcok 1s .6s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.JP{
    animation: coodBlcok 1s .8s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.MX{
    animation: coodBlcok 1s 1.8s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.TR{
    animation: coodBlcok 1s .6s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.UK{
    animation: coodBlcok 1s .9s linear;
    animation-fill-mode: forwards;
}
.map-content.animate .cood.US{
    animation: coodBlcok 1s 1.9s linear;
    animation-fill-mode: forwards;
}
@keyframes coodBlcok {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.map-content .icon-index{
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
}
.map-content .index-cap{
    background: url(../img/index-cap.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-AE{
    background: url(../img/index-AE.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-AU{
    background: url(../img/index-AU.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-BR{
    background: url(../img/index-BR.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-CA{
    background: url(../img/index-CA.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-DE{
    background: url(../img/index-DE.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-ES{
    background: url(../img/index-ES.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-FR{
    background: url(../img/index-FR.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-IN{
    background: url(../img/index-IN.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content.index-IT{
    background: url(../img/index-IT.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-JP{
    background: url(../img/index-JP.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-MX{
    background: url(../img/index-MX.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-TR{
    background: url(../img/index-TR.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-UK{
    background: url(../img/index-UK.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-US{
    background: url(../img/index-US.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-BE{
    background: url(../img/index-BE.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .index-EG{
    background: url(../img/index-EG.png) 0 0 no-repeat;
    background-size: 100%;
}
.map-content .dot:before {
    content: "";
    width: .8rem;
    height: .8rem;
    background: #00a8ff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -.4rem;
    bottom: -.4rem;
    transform: rotateX(110deg);
}
.map-content .dot:after{
    content: '';
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    box-shadow: 0 0 1px 2px rgba(109,196,242, 0.8);
    left: 50%;
    margin-left: -.6rem;
    bottom: -.6rem;
    z-index: 3;
    opacity: 0;
    background: #6dc4f2;
    -webkit-animation: halo 1.8s 0.5s infinite ease-out;
    -moz-animation: halo 1.8s 0.5s infinite ease-out;
    animation: halo 1.8s 0.5s infinite ease-out;
}
@keyframes halo {
    0% {
        opacity: 0;
        transform: scale(0.1) rotateX(110deg);
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: 0;
        transform: scale(1.2) rotateX(110deg);
    }
}
.map-content .name{
	display: inline-block;
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0)  scale(.6);
}
.map-content .left-line{
    display: inline-block;
    width: 0;
    margin-left: 12%;
    margin-top: 1%;
    height: 100%;
    position: absolute;
    right: 22%;
    float: left;
    background: url(../img/index-map-line.png) right 0 no-repeat;
    
}
.map-content.animate .left-line{
    animation: left-line 2s linear;
    animation-fill-mode: forwards;
}
@keyframes left-line {
    0% {
        width: 0;
    }
    100% {
        width: 64.8%;
    }
}
.map-content .right-line{
    display: inline-block;
    width:0;
    height: 50%;
    margin-top: 1%;
    position: absolute;
    left: 78%;
    float: left;
    background: url(../img/index-map-line2.png) 0 0 no-repeat;
}
.map-content.animate .right-line{
    animation: right-line 1s linear;
    animation-fill-mode: forwards;
}
@keyframes right-line {
    0% {
        width: 0;
        height: 50%;
    }
    80% {
        height: 60%;
    }
    100% {
        width: 8%;
        height: 70%;
    }
}
.home-sizedis .cood{
    float: left;
    width: 20%;
    margin-bottom: 1rem;
    font-size:.6rem;
    text-align: center;
}
.home-sizedis .cood img{
    width: 80%;
    height: 2.4rem;
}
.home-infor-box{
	margin-top: 1rem;
}
.home-infor-box .tit{
	font-size: 1.6rem;
	padding: 2rem 0 1.8rem;
	position: relative;
}
.home-infor-box .tit:before{
	content: "";
	width: 2.5rem;
	height: .3rem;
	background: #00c1de;
	position: absolute;
	left: 0;
	top:0;
}
.home-infor-box .msg{
	color: #626770;
	line-height: 1.8rem;
	padding-left: 1.2rem;
	position: relative;
}
.home-infor-box .msg:before{
	content: "";
	width: .6rem;
	height: .6rem;
	background: #fff;
	border: .1rem solid #00c1de;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .5rem;
}

.home-infor-box .btn{
	display: inline-block;
    width: 8rem;
    height: 2.6rem;
    line-height: 2.6rem;
    background: #1d4270;
    color: #fff;
    font-size: 1rem;
    border-radius: 2rem;
    text-align: center;
    margin-top: 1.5rem;
   	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.home-infor-box .js-simple-gallery{
	margin-top: 3rem;
	width: 106%;
    transform: translateX(-3%);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.more-func-list li{
 	float: left;
 	width: 50%;
 	text-align: center;
 	margin:1rem 0;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 .more-func-list .tit{
  	color: #303742;
  	font-size: 1.3rem;
  	margin-top: .2rem;
 }
 .more-func-list .tip{
  	color: #626770;
  	font-size: .9rem;
  	width: 90%;
  	margin:.5rem auto;
 }
 .home-evaluate{
 	 padding: 2rem 0 0;
 }
 .home-evaluate-list{
 	width: 90%;
 	margin: 2rem auto 1rem;
 }
 .home-evaluate-list li{
 	float: left;
 	width: 50%;
 	text-align: center;
 	cursor: pointer;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 .home-evaluate-list .box {
    display: inline-block;
    width: 85%;
    height: 5.4rem;
    line-height: 5.4rem;
}
.home-evaluate-list li.active .box{
 	box-shadow: 0 0 10px #dcefff;
}
.home-evaluate-list .name{
  	font-size: .8rem;
  	margin-top: 1rem;
 }
 .home-evaluate-list li.active .name{
 	color: #1d4270;
}
.home-evaluate-cont{
  	background: #f7f8fa;
  	position: relative;
}
.home-evaluate-cont .triangle{
	width: 0;
    height: 0;
    border-left: .8rem solid transparent;
    border-right: .8rem solid transparent;
    border-bottom: .7rem solid #f7f8fa;
    position: absolute;
    top: -.6rem;
    left: 6.5rem;
    display: none;
}
.home-evaluate-cont img{
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    margin:1.6rem 1rem 0 1.8rem;
    float: left;
}
.home-evaluate-cont .name{
	padding-top: 1.6rem;
	font-size: 1.6rem;
}
.home-evaluate-cont .company{
	color: #666;
	font-size: .9rem;
}
.home-evaluate-cont .content{
	margin-top: 1.5rem;
	color: #333;
	font-size: .9rem;
	line-height: 1.6rem;
	padding: 0 1.8rem 1.6rem;
}
.swiper-container {
    margin-top: 1rem;
    width: 100%;
 }
.swiper-slide {
    text-align: center;
    background: #fff;
   padding-bottom: 4rem;
   margin-bottom: 2rem;
}
.swiper-slide li{
	float: left;
	width: 50%;
	font-size: .85rem;
	color: #4b4b52;
}
.swiper-slide li p{
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 13rem;
}
.swiper-pagination{
	margin-bottom: 2rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.home-box .eval-cont{
   width: 88%;
   margin: auto;
}
.bigdata-content{
	background: #f5f5f5;
	text-align: center;
}
.bigdata-content .data-logo{
	margin-top: 3rem;
	display: inline-block;
	width: 18rem;
	height: 4rem;
	background: url(../img/data-logo.png) 0 0 no-repeat;
	background-size: 100%;
}
.data-search-box{
	width: 95%;
	margin: 1rem auto 0;
	position: relative;
}
.data-search-box .data-select{
	width: 4rem;
	height: 3rem;
	border: 1px solid #00C1DE;
	color: #00C1DE;
	vertical-align: middle;
	margin-left: .3rem;
	border-right: none;
	border-radius: 0;
}
.data-search-box .data-input{
	width: 13.2rem;
	height: 2.85rem;
	border: 1px solid #00C1DE;
	padding: 0 1.8rem 0 .6rem;
	color: #666;
	vertical-align: middle;
	position: relative;
	left: -.3rem;
	border-radius: 0;
}
.data-search-box .icon-delete{
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/icon-delete.png) 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	right: 5.5rem;
	top:.9rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.data-search-box .btn{
	display: inline-block;
	width: 4rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background: #00C1DE;
	vertical-align: middle;
	position: relative;
	left: -.6rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.data-search-box .icon-data-search{
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../img/icon-data-search.png) 0 0 no-repeat;
	background-size: 100%;
	vertical-align: middle;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.data-msg-box{
	margin-top: 4rem;
	background: #f7fafc;
}
.data-msg-box ul li{
    text-align: center;
    font-size: 18px;
	width: 45%;
    height: 5.2rem;
	padding: 1.4rem 1rem .5rem .4rem;
	margin-bottom: 0;
	background: #f7fafc;
	border-bottom: 2px solid #f7fafc;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.data-msg-box ul li:nth-child(2){	
	width: 58%;
}
.data-msg-box ul li:nth-child(3){	
	width: 55%;
}
.data-msg-box ul li:nth-child(4){	
	width: 58%;
}
.data-msg-box ul li.active{
	background: #e5f9fc;
	border-bottom: 2px solid #00C1DE;
}
.data-msg-box ul li .cont{
	width: 80%;
}
.data-msg-box .icon-data1,
.data-msg-box .icon-data2,
.data-msg-box .icon-data3,
.data-msg-box .icon-data4,
.data-msg-box .icon-data5,
.data-msg-box .icon-data6{
	display: inline-block;
	width: 2.4rem;
	height: 2.4rem;
	float: left;
	margin-top: .2rem;
}
.data-msg-box .icon-data1{
	background: url(../img/icon-data1.png) 0 0 no-repeat;
	background-size: 100%;
}
.data-msg-box .icon-data2{
	background: url(../img/icon-data2.png) 0 0 no-repeat;
	background-size: 100%;
}
.data-msg-box .icon-data3{
	background: url(../img/icon-data3.png) 0 0 no-repeat;
	background-size: 100%;
}
.data-msg-box .icon-data4{
	background: url(../img/icon-data4.png) 0 0 no-repeat;
	background-size: 100%;
}
.data-msg-box .icon-data5{
	background: url(../img/icon-data5.png) 0 0 no-repeat;
	background-size: 100%;
}
.data-msg-box .icon-data6{
	background: url(../img/icon-data6.png) 0 0 no-repeat;
	background-size: 100%;
}
.data-msg-box .cont{
	width: 74%;
	margin-left: 2.8rem;
}
.data-msg-box .cont h3{
	font-size: 1.2rem;
	text-align: left;
}
.data-msg-box .cont span{
	display: inline-block;
	font-size: .8rem;
	text-align: left;
	color: #999;
}

/*底部信息*/
.footer{
	background: #252b33;
	margin: auto;
	text-align: center;
	padding: 0.5rem 0 .3rem;
}
.ft-list a{
	color: #e2e3e4;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.footer p{
	 font-size: .8rem;
	 color: #e2e3e4;
	 line-height: 1.4rem;
}
.footer2{
	background: #fff;
	border-top: 1px solid #e8e8e9;
	
}
.footer2 li a,
.footer2 p{
	color: #1c1b20;
}
.footer3{
	background: #287d8a;
	border-top: 1px solid #438d98;
}
.footer3 li a,
.footer3 p{
	color: #fff;
}
.footer4{
	background: #e6f1f6;
}
.footer4 li a,
.footer4 p{
	color: #1c1b20;
}
