html, body{
    font-family: "Microsoft YaHei";
    font-size: 100%;
    background-color: #FFF;
	/*overflow-x: hidden;*/
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*-----start-header----*/
.logo{
	float:left;
}
.logo a{
	color: #FFF;
	font-weight: 700;
	font-size: 3.5em;
}
.logo a:hover{
	text-decoration:none;
}
.top-header{
	position:relative;
}
.header{
	position: absolute;
	top: 0px;
	z-index: 999;
}
/*----navbar-nav----*/
.top-nav ul li a{
	color: #FFFFFF;
	padding: 1.8em 1.3em;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	/*background: url(../img/border-top.png) no-repeat 50% 0px;*/
	color:#FFF;
}
.top-nav ul li a:hover{
	text-decoration:underline;
}
.logo a{
	display:block;
}

/*固定导航在顶部*/
.top-nav ul li a.fixed-top{
	color:black;
	padding: 1.8em 1.3em;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
}
.top-nav ul li.active a.fixed-top,
.top-nav ul li a.fixed-top:hover{
	/*background: url(../img/border-top-fixed.png) no-repeat 50% 0px;*/
	color:#0092DE;
}
.top-nav ul li a.fixed-top{
	padding: 15px 20px 12px 20px;
}

/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top:20px;
	}
	nav a#pull:after {
		content:"";
		background: url(../img/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0em 0;
	}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}
/*----slider----*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: none;/*display: block;*/
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 55px;
	/*background: transparent url(../images/themes.png) no-repeat left top;*/
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  height: auto;
  border: 0;
  width:100%;
  }
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 88%;
	z-index: 999;
	left: 45%;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:13px;
  width:13px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	background:#FFF;
}
.slide-text-info h1{
	font-size: 4.5em;
	font-family: 'nexa_boldregular';
}
.slide-text-info{
	margin-top: 10%;
}
.slide-text-info-btns{
	margin-top:2.5em;
}
.apple{
	width: 214px;
	height: 66px;
	display: inline-block;
	background: url(../img/download-btns.png) no-repeat 0px 0px;
	margin-right:1em;
}
.play-btn{
	width: 214px;
	height: 66px;
	display: inline-block;
	background: url(../img/download-btns.png) no-repeat -237px 0px;
}
 /*----slider----*/
/*------start-features-----*/
.JC_features{
	padding:3em 0 1em;
}
.features{
	padding:4em 0 3em;
}
.features h2{
	font-weight: 700;
	font-size: 2em;
}
.features-grid span{
	width: 276px;
	height: 229px;
	display: inline-block;
	/*background: url(../images/top-icons.png) no-repeat 0px 0px;*/
}
.features-grid span.myIcon1{
	background: url(../img/1.png) no-repeat 0px 0px;
}
.features-grid span.myIcon2{
	background: url(../img/2.png) no-repeat 0px 0px;
}
.features-grid span.myIcon3{
	background: url(../img/3.png) no-repeat 0px 0px;
}
.features-grid span.myIcon4{
	background: url(../img/4.png) no-repeat 0px 0px;
}

.features-compatibility span{
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	/*background: url(../images/top-icons.png) no-repeat 0px 0px;*/
}
.features-grid span.downloadIcon1{
	background: url(../img/downPic1.png) no-repeat 0px 0px;
}
.features-grid span.downloadIcon2{
	background: url(../img/downPic2.png) no-repeat 0px 0px;
}
.features-grid span.downloadIcon3{
	background: url(../img/downPic3.png) no-repeat 0px 0px;
}
.features-grid span.downloadIcon4{
	background: url(../img/downPic4.png) no-repeat 0px 0px;
}
.downloadhover{
	width: 200px;
	height: 200px;
	display: inline-block;
	position: relative;
	top:200px;
}
.downloadhover-icon1{
	/*background: url(../img/down-Android-apple-hover.png) no-repeat 0px 0px;*/
 }
.downloadhover-icon2{
	/*background: url(../img/down-Android-apple-hover.png) no-repeat 0px 0px;*/
}
.downloadhover-icon3{
	/*background: url(../img/down-Android-apple-hover.png) no-repeat 0px 0px;*/
}
.downloadhover-icon4{
	/*background: url(../img/download-h5-hover.png) no-repeat 0px 0px;*/
}


.features-grid h3 a{
	color: #707070;
	font-weight: 600;
	font-size: 0.9em;
}
.features-grid h3 a:hover{
	color:#F06464;
	text-decoration:none;
}
.features-grid p{
	color: #666666;
	font-size: 1em;
	width: 85%;
	margin: 0 auto;
}
.features-grid ul{
	width: 85%;
    margin: 0 auto;
}
.features-grid span.t-icon1{
	background-position: -400px 0px;
}
.features-grid span.t-icon2{
	background-position: -799px 0px;
}
.features-grids{
	padding-top:2.5em;
}
/*-----start-Share-instantly----*/
.Share-instantly{
	background:#ffffff;
	padding-top:3em;
}
.Share-instantly-left span{
	/*width:655px;
	height:587px;*/
	display:block;
	/*background:url(../img/img2.png) no-repeat 0px 0px;*/
}
.Share-instantly-left span.project{
	/*width:547px;
	height:583px;*/
	display:block;
	/*background:url(../img/img4.png) no-repeat 0px 0px;*/
}
.Share-instantly-left span.Purchase-sell-stock{
	/*width:570px;
	height:424px;*/
	display:block;
	/*background:url(../img/img6.png) no-repeat 0px 0px;*/
}
.Share-instantly-left span.dataAnalysis{
	/*width:564px;
	height:483px;*/
	display:block;
	/*background:url(../img/img8.png) no-repeat 0px 0px;*/
}
.Share-instantly-right h3{
	color: #FFF;
	font-family: 'nexa_boldregular';
	font-size: 3em;
}
.Share-instantly-right p{
	color: #AEAEAE;
	line-height: 1.8em;
}
.head-para{
	/*width: 70%;*/
	margin: 1em 0 0.5em;
}
p.img_slider{
	color: #AEAEAE;
	line-height: 1.8em;
	width: 79%;
}
.Share-instantly-right{
	margin-top: 8em;
	padding-left: 3em;
}
/*------ start-feature----*/
.feature{
	background:#E7E7E7;
	padding-top:8em;
}
.feature1{
	background:#0092DE;
	padding-top:3em;
}
.feature h3 {
	color: #FFF;
	font-family: 'nexa_boldregular';
	font-size: 3em;
}
.feature p {
	color: #AEAEAE;
	line-height: 1.8em;
}
.feature p span{
	display:block;
	color:#F06464;
}
p.img_slider1{
	width:100%;
}
.feature-right span{
	width:402px;
	height:429px;
	display:block;
	/*background:url(../img/img1.png) no-repeat 0px 0px;*/
	/*background:url(../img/img1.png) no-repeat;
	background-size: 100%;*/
}
.feature-right span.target{
	/*width:584px;
	height:610px;*/
	display:block;
	/*background:url(../img/img3.png) no-repeat 0px 0px;*/
	/*background:url(../img/img3.png) no-repeat;
	background-size: 100%;*/
}
.feature-right span.opportunities{
	/*width:572px;
	height:469px;*/
	display:block;
	/*background:url(../img/img5.png) no-repeat 0px 0px;*/
	/*background:url(../img/img5.png) no-repeat;
	background-size: 100%;*/
}
.feature-right span.risk{
	/*width:627px;
	height:484px;*/
	display:block;
	/*background:url(../img/img7.png) no-repeat 0px 0px;*/
	/*background:url(../img/img7.png) no-repeat;
	background-size: 100%;*/
}
.feature-left{
	margin-top:3em;
}
/*-----start-gallery----*/
.gallery{
	padding:4em 0 0 0;
}
.gallery h3{
	color:#F0645D;
	font-size:3em;
	font-weight:700;
}
.gallery p{
	color: #666666;
	line-height: 1.8em;
	width: 40%;
}
/*-----*/
/*----- start-download-----*/
.download{
	background: #0092DE;
	/*padding: 7em 0;
	min-height: 540px;*/
	padding-top: 5em;
	padding-bottom: 3em;
}
.download-left{
	text-align: center;
	margin-top: 4.2em;
}
.download-left a span{
	width:304px;
	height:299px;
	display:inline-block;
	background:url(../img/img9.png) no-repeat 0px 0px;
}
.download-right p{
	color:#fff;
	font-size:2.8em;
	font-family: 'nexa_boldregular';
}
.download-right a{
	color: #FFF;
	font-size: 1.5em;
}
.download-right a:hover{
	color:#3A3A3A;
	text-decoration:none;
}
.download-right ul{
	margin:3em 0 0 0;
}
.download-right ul li a span{
	width: 301px;
	height: 276px;
	display: inline-block;
	background: url(../img/companyPrice.png) no-repeat -18px 0px;
}
.download-right ul li a.l-google span{
	background-position: -320px 0px;
}
.download-right ul li a:hover{
	opacity:0.7;
} 
/*------start-compatibility----*/
.compatibility{
	background: #E7E7E7;
	padding: 4em 0;
}
.compatibility h3{
	color: #666666;
	font-family: 'nexa_boldregular';
	font-size: 1.8em;
	border-bottom: 2px solid #CBCBCB;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0;
}
.compatibility h4{
	color:#666;
	font-family: 'nexa_boldregular';
	font-size:1.2em;
}
.compatibility p{
	color: #666666;
	line-height: 1.6em;
	font-size:1em;
}
/*.compatibility  a span:hover{
	opacity:0.8;
}*/
a.cl-icon1 span{
	height: 39px;
	width: 19px;
	display: block;
	background: url(../images/multiple-divice1.png) no-repeat 1px -18px;
}
a.cl-icon2 span{
	height: 36px;
	width: 21px;
	display: block;
	background: url(../images/multiple-divice1.png) no-repeat -34px -21px;
}
a.cl-icon3 span{
	height: 56px;
	width: 47px;
	display: block;
	background: url(../images/multiple-divice1.png) no-repeat -68px 0px;
}
a.cl-icon4 span{
	height: 50px;
	width: 34px;
	display: block;
	background: url(../images/multiple-divice1.png) no-repeat -129px -7px;
}
/*-----*/
a.cl-icon1-l span{
	height: 41px;
	width: 23px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat 1px -5px;
}
a.cl-icon2-l span{
	height: 41px;
	width: 23px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -38px -5px;
}
a.cl-icon3-l span{
	height: 41px;
	width: 23px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -78px -5px;
}
a.cl-icon4-l span{
	height: 41px;
	width: 23px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -118px -5px;
}
a.cl-icon5-l span{
	height: 41px;
	width: 23px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -158px -5px;
}
a.cl-icon6-l span{
	height: 41px;
	width: 65px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -195px -5px;
}
a.cl-icon7-l span{
	height: 50px;
	width: 32px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -273px 2px;
}
a.cl-icon8-l span{
	height: 43px;
	width: 63px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -317px -3px;
}
/*-----start-footer----*/
.footer{
	padding:3em 0;
	background-color: #313131;
}
.footer-left p{
	color: #FFFFFF;
	/*font-weight: 600;
	font-size: 1.1em;
	margin-top:0.1em;*/
	font-size: 18px;
}
.footer-left p a{
	color:#666;
}
.footer-left p a:hover{
	color:#DE5D5D;
	text-decoration:none;
}
.footer-right p{
	color: #666666;
	line-height: 1.6em;
	font-size: 2.1em;
}
.footer-right input[type="text"]{
	padding: 0.8em;
	color: #D5D5D5;
	border: 1px solid #D5D5D5;
	outline: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	width: 69%;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	margin-right: 2%;
}
.footer-right input[type="text"]:hover{
	border-color:#DE5D5D;
	color:#DE5D5D;
}
.footer-right input[type="submit"]{
	background: #F06464;
	outline: none;
	padding: 0.8em 2em;
	color: #fff;
	border: none;
	border-radius: 0.3em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer-right input[type="submit"]:hover{
	background:#9B9B9B;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 26px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../img/to-top1.png") no-repeat 0px 0px;
	border-radius: 30em;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--responsive design--*/
@media (max-width:1024px){
 .top-nav ul li a {
	color: #FFF;
	padding: 1.8em 1em;
	font-size:0.85em;
 }
 .slide-text-info h1 {
	font-size: 2.5em;
 }
 .callbacks_tabs {
	left: 42%;
 }
 .features h2 {
	font-size: 2em;
 }
 .features-grid h3 a {
	font-size: 0.85em;
 }
 .features-grid p {
	font-size: 0.8125em;
 }
 .Share-instantly-right h3 {
	font-size: 2em;
 }
 .feature h3 {
	font-size: 2em;
 }
  .gallery h3{
	font-size:1.5em;
 }
 .Share-instantly-right p{
 	font-size:0.8125em;
 }
 .feature p {
	line-height: 1.8em;
	font-size: 0.8125em;
 }
 .footer-right input[type="text"] {
 	width: 64%;
 }
 .header{
	left:0;
 }
 .download-right p {
	font-size: 1.8em;
 }
 .apple {
	background-size: 190%;
	margin-right: 1em;
 }
 .play-btn {
	background: url(../img/download-btns.png) no-repeat -198px 0px;
	background-size: 190%;
 }
 .download {
	padding: 40px 0 20px;
 }
 .feature-left {
	margin: 0 0 2em 0;
 }
 .download-left {
	margin-top: 2.2em;
 }
 .slide-text-info {
	margin-top: 7%;
 }
 .features-grid span {
	width: 200px;
	height: 200px;
	background-size: 446%;
 }
.features-grid span.companyLicense {
		width:276px;
		height: 229px;
	}
 .features-grid span.t-icon1 {
    background-position: -173px 0px;
 }
 .features-grid span.t-icon2 {
    background-position: -346px 0px;
 }
.Share-instantly-left span, .feature-right span{
	background-size:85%;
	width: 320px;
	height: 430px;
 }
 .Share-instantly-right {
	margin-top:0em;
 }
 .download-left a span {
	background-size:90%;
	width: 240px;
	height: 220px;
 }
 .download-right ul li a span {
	 width: 301px;
	 height: 257px;
	/*background-size: 198%;*/
	 display: inline-block;
	 background: url(../img/companyPrice.png) no-repeat -18px 0px;
}
.download-right ul li a.l-google span {
	background-position: -337px 0px;
}
p.cousel_demo{
	display:none;
}
}
@media (max-width:800px){
 .top-nav ul li a {
	color: #FFF;
	padding: 2em 0.6em;
	font-size: 0.8125em;
 }
 .slide-text-info h1 {
	font-size: 2em;
 }
 .slide-text-info-btns {
	margin-top: 1.5em;
 }
 .slide-text-info-btns {
	margin-top: 1.5em;
 }
 .callbacks_tabs {
	left: 40%;
 }
 .apple {
	width: 170px;
	height: 45px;
 }
 .play-btn {
	width: 170px;
	height: 45px;
 }
 .play-btn {
	background: url(../img/download-btns.png) no-repeat -170px 0px;
	background-size: 190%;
 }
 .head-para {
	width: 100%;
 }
 div.owl-carousel1 {
	width: 100%;
 }
 div.col-md-5.Share-instantly-left, div.col-md-5.feature-right{
    text-align: center;
 }
 .Share-instantly-left span,.Share-instantly-left span.project, .feature-right span, .feature-right span.target,.feature-right span.opportunities,.Share-instantly-left span.Purchase-sell-stock,.feature-right span.risk,.Share-instantly-left span.dataAnalysis{
	background-size:100%;
	width: 250px;
	height: 330px;
	display: inline-table;
 }
 div.col-md-7.download-right {
    text-align: center;
 }
 .download {
	padding: 10px 0 10px;
 }
 .footer {
	padding:10px 0;
 }
 .Share-instantly-right h3, .feature h3{
	font-size: 1.5em;
 }
}
@media (max-width:768px){
 .top-nav ul li.active a, .top-nav ul li a:hover {
	color: #F0645D;
  }
  .top-nav ul li a {
	font-size: 0.8125em;
	padding:0px;
	color: #0092DE;
 }
 .download {
	padding: 10px 0;
 }
 .callbacks_tabs {
	left: 38%;
 }
 nav a#pull img {
   margin-right:0;
 }
}
@media (max-width:640px){
 .header {
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0;
 }
 .slide-text-info h1 {
	font-size: 1.5em;
 }
 .callbacks_tabs {
	left: 36%;
 }
 .footer {
	padding: 10px 0;
 }
 .gallery p {
	line-height: 1.5em;
	width: 100%;
 }
 .callbacks_tabs {
    top:83%;
 }
 .feature-right span {
	height: 320px;
 }
}
@media (max-width:480px){ 
 .slide-text-info h1 {
	font-size: 1.5em;
	margin-top:50px;
 }
 .slide-text-info-btns {
	display: none;
 }
 .callbacks_tabs {
	left: 33%;
	top:80%;
 }
 .logo a {
	font-size: 2.5em;
 }
 nav a#pull img {
	margin-top: -20px;
 }
  .Share-instantly-left span, .feature-right span {
	  background-size: 100%;
	  min-width: 180px;
	  min-height: 170px;
	display: inline-table;
 }
 .Share-instantly-left span, .feature-right span{
 	/*background-position:30px 0;*/
 }
 .download-left a span {
	background-size: 70%;
	width: 220px;
	height: 165px;
	background-position:38px 0;
 }
 .download-right p {
	font-size: 1.4em;
 }
 .download-right a {
	font-size: 1em;
 }
 div.col-md-5.Share-instantly-left, div.col-md-5.feature-right {
	margin-bottom: -4px;
 }
}
@media (max-width:320px){
 .footer-right input[type="text"] {
    width:100%;
    padding: 10px;
 }
 .footer-right input[type="submit"] {
	padding: 10px 20px;
	margin-top: 10px;
 }
 .rslides {
	background:#df5d5d;
	min-height:150px;
 }
 .slide-text-info h1 {
	font-size: 1.1em;
	margin-top: 38px;
 }
 .callbacks_tabs {
	left:25%;
	top:70%;
 }
 .Share-instantly-left span, .feature-right span {
	background-size: 59%;
	width: 180px;
	height: 170px;
	display: inline-table;
 }
 .download-left a span {
	background-size: 60%;
	width: 200px;
	height: 125px;
	background-position: 50px 0;
 }
 .download-right ul li a span {
	 width: 301px;
	 height: 257px;
	 background-size: 80%;
	background-position:1px 0;
 }
.download-right ul li a.l-google span {
	display: none;
 }
}
/*自定义样式 */
.featureh3{
	color: #0092DE !important;
    font-family: "Microsoft YaHei"!important;
}
.featurep{
	color: #666666 !important;
    font-family: "Microsoft YaHei"!important;
}
.publicFont{
	color: #0092DE !important;
	font-size: 24px !important;
    font-family: "Microsoft YaHei"!important;
}
.performanceManagementColor{
	color: #FFFFFF !important;
    font-family: "Microsoft YaHei"!important;
}
.performanceManagementFont{
	font-size: 24px !important;
	color: #FFFFFF !important;
    font-family: "Microsoft YaHei"!important;
}
.publicFontSizeH{
	font-size: 3em;
    font-family: "Microsoft YaHei"!important;
}
.fontColor{
	color: #666666!important;
    font-family: "Microsoft YaHei"!important;
}
.carousel5Pic{
	position: absolute;
	height: 65px;
	background-color: #0092DE;
	width: 100%;
	bottom: 0;
}

@media screen and (max-width: 480px) {
	.loginBtn{
		margin-left: 14px;
		margin-top: 15px;
		color:#0092DE;
        margin-right: 50px;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.loginBtn{
		margin-left: 14px;
		margin-top: 25px;
		color:#0092DE;
        margin-right: 50px;
	}
}
@media screen and (min-width: 769px) {
	.loginBtn{
		margin-left: 14px;
		margin-top: 32px;
		color:#0092DE;
	}
}
.productPrice{
	width: 350px;
/*	min-height: 800px;*/
	background-color: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #0092DE;
}
.productPrice1{
	width: 348px;
	height: 60px;
	/*background-color: #58D8FF;*/
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 24px;
	color: #ffffff;
	padding-top: 12px;
}
.productPrice2{
	width: 348px;
	height: 150px;
	border-bottom: 1px solid #C6C8CB;
	padding-top: 20px;
}
.productPrice3{
	width: 348px;
	height: 300px;
	border-bottom: 1px solid #C6C8CB;
	text-align: left;
	line-height: 30px;
	padding-top: 39px;
}
.productPrice4{
	width: 348px;
	height: 150px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: left;
	line-height: 30px;
	padding-top: 28px;
}
.productPrice:hover{
	border: 1px solid #00DEFF;
	box-shadow: 0 0 15px 1px #DADADA;
}
.linear-gradient1{
	background-image:linear-gradient(to top,#52abfd 0px,#5aeaff 60px);
	background-image: -moz-linear-gradient(to top,#52abfd 0px,#5aeaff 60px);
	background-image:-webkit-linear-gradient(to top,#52abfd 0px,#5aeaff 60px);
	background-image:-o-linear-gradient(to top,#52abfd 0px,#5aeaff 60px);
	background-image:-ms-linear-gradient(to top,#52abfd 0px,#5aeaff 60px);
}
.linear-gradient2{
	background-image:linear-gradient(to top,#277dcc 0px,#00deff 60px);
	background-image: -moz-linear-gradient(to top,#277dcc 0px,#00deff 60px);
	background-image:-webkit-linear-gradient(to top,#277dcc 0px,#00deff 60px);
	background-image:-o-linear-gradient(to top,#277dcc 0px,#00deff 60px);
	background-image:-ms-linear-gradient(to top,#277dcc 0px,#00deff 60px);
}
.linear-gradient3{
	background-image:linear-gradient(to top,#606cb1 0px,#54aced 60px);
	background-image: -moz-linear-gradient(to top,#606cb1 0px,#54aced 60px);
	background-image:-webkit-linear-gradient(to top,#606cb1 0px,#54aced 60px);
	background-image:-o-linear-gradient(to top,#606cb1 0px,#54aced 60px);
	background-image:-ms-linear-gradient(to top,#606cb1 0px,#54aced 60px);
}
.erp>.container>.features-grids>.features-grid>.table-responsive>table>tbody>tr>td{
	height: 72px;
	vertical-align: middle;
	font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.containerCenter{
		text-align:center !important;
	}
    .paddingLeftEm{
		padding-left:0 !important;
	}
}
@media screen and (min-width: 769px){
	.paddingLeftEm{
		padding-left:11em !important;
	}
}

/*金财智能数据分析系统*/
.publicFontContent{
    color: #666666;
    font-size: 16px;
}
ul.salesAnalyze {
    padding-left: 0;
}
    ul.salesAnalyze:after {
        content: "";
        display: block;
        clear: both;
    }

    ul.salesAnalyze li {
        width: 277px;
        list-style: none;
        padding: 0;
        float: left;
    }

        ul.salesAnalyze li a {
            /*line-height: 35px;
            height: 35px;*/
            color: #9E9DA6;
            cursor: pointer;
            display: inline-block;
            width: 100%;
            text-decoration: none;
            font-size:18px;
        }

            /*ul.salesAnalyze li.active a, ul.salesAnalyze li a:hover {
                color: #41A0FF;
            }*/

            ul.salesAnalyze li a dl dt {
                margin-bottom:10px;
            }
div.tabContentWrap>div.tab-pane{
    height:520px;
}

/*鼠标移入背景图片改变*/
.publicBc{
    height:40px;
}
/*销售分析*/
.salesAnalyze_pic1 {
    background: url(/Images/unSel/salesAnalyze_pic1.png) no-repeat center 6px;
}

ul.salesAnalyze li.active a[href="#rankingAnalyze"], ul.salesAnalyze li a[href="#rankingAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/salesAnalyze_hover_pic1.png) no-repeat center 6px;
}

.salesAnalyze_pic2 {
    background: url(/Images/unSel/salesAnalyze_pic2.png) no-repeat center top;
}
ul.salesAnalyze li.active a[href="#refundAnalyze"], ul.salesAnalyze li a[href="#refundAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/salesAnalyze_hover_pic2.png) no-repeat center top;
}

.salesAnalyze_pic3 {
    background: url(/Images/unSel/salesAnalyze_pic3.png) no-repeat center top;
}
ul.salesAnalyze li.active a[href="#budgetAnalyze"], ul.salesAnalyze li a[href="#budgetAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/salesAnalyze_hover_pic3.png) no-repeat center top;
}

.salesAnalyze_pic4 {
    background: url(/Images/unSel/salesAnalyze_pic4.png) no-repeat center 4px;
}
ul.salesAnalyze li.active a[href="#combinationAnalyze"], ul.salesAnalyze li a[href="#combinationAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/salesAnalyze_hover_pic4.png) no-repeat center 4px;
}

/*采购及库存分析*/
.purchaseAndRepertoryAnalyze_pic1{
     background: url(/Images/unSel/purchaseAndRepertoryAnalyze_pic1.png) no-repeat center top;
}
ul.salesAnalyze li.active a[href="#payableAnalyze"], ul.salesAnalyze li a[href="#payableAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/purchaseAndRepertoryAnalyze_hover_pic1.png) no-repeat center top;
}

.purchaseAndRepertoryAnalyze_pic2{
     background: url(/Images/unSel/purchaseAndRepertoryAnalyze_pic2.png) no-repeat center top;
}
ul.salesAnalyze li.active a[href="#reportAnalyze"], ul.salesAnalyze li a[href="#reportAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/purchaseAndRepertoryAnalyze_hover_pic2.png) no-repeat center top;
}

.purchaseAndRepertoryAnalyze_pic3{
     background: url(/Images/unSel/purchaseAndRepertoryAnalyze_pic3.png) no-repeat center top;
}
ul.salesAnalyze li.active a[href="#balanceAnalyze"], ul.salesAnalyze li a[href="#balanceAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/purchaseAndRepertoryAnalyze_hover_pic3.png) no-repeat center top;
}

.purchaseAndRepertoryAnalyze_pic4{
     background: url(/Images/unSel/purchaseAndRepertoryAnalyze_pic4.png) no-repeat center top;
}
ul.salesAnalyze li.active a[href="#multipleAnalyze"], ul.salesAnalyze li a[href="#multipleAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/purchaseAndRepertoryAnalyze_hover_pic4.png) no-repeat center top;
}

/*成本费用分析*/
.costAnalyze_pic1{
 background: url(/Images/unSel/costAnalyze_pic1.png) no-repeat center 2px;
}
ul.salesAnalyze li.active a[href="#productReportAnalyze"], ul.salesAnalyze li a[href="#productReportAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/costAnalyze_hover_pic1.png) no-repeat center 2px;
}

.costAnalyze_pic2{
 background: url(/Images/unSel/costAnalyze_pic2.png) no-repeat center 5px;
}
ul.salesAnalyze li.active a[href="#departmentBudgetAnalyze"], ul.salesAnalyze li a[href="#departmentBudgetAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/costAnalyze_hover_pic2.png) no-repeat center 5px;
}

.costAnalyze_pic3{
 background: url(/Images/unSel/costAnalyze_pic3.png) no-repeat center 3px;
}
ul.salesAnalyze li.active a[href="#remunerationReport"], ul.salesAnalyze li a[href="#remunerationReport"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/costAnalyze_hover_pic3.png) no-repeat center 3px;
}

.costAnalyze_pic4{
 background: url(/Images/unSel/costAnalyze_pic4.png) no-repeat center 8px;
}
ul.salesAnalyze li.active a[href="#departmentCostAnalyze"], ul.salesAnalyze li a[href="#departmentCostAnalyze"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/costAnalyze_hover_pic4.png) no-repeat center 8px;
}

/*资金分析&固定资产分析*/
.fundAnalyze_pic1{
 background: url(/Images/unSel/fundAnalyze_pic1.png) no-repeat center top;
}
ul.salesAnalyze li.active a[href="#fundDayReport"], ul.salesAnalyze li a[href="#fundDayReport"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/fundAnalyze_hover_pic1.png) no-repeat center top;
}

.fundAnalyze_pic2{
 background: url(/Images/unSel/fundAnalyze_pic2.png) no-repeat center 4px;
}
ul.salesAnalyze li.active a[href="#taxexSummarySheet"], ul.salesAnalyze li a[href="#taxexSummarySheet"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/fundAnalyze_hover_pic2.png) no-repeat center 4px;
}

.fundAnalyze_pic3{
 background: url(/Images/unSel/fundAnalyze_pic3.png) no-repeat center 2px;
}
ul.salesAnalyze li.active a[href="#fixedAssetsList"], ul.salesAnalyze li a[href="#fixedAssetsList"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/fundAnalyze_hover_pic3.png) no-repeat center 2px;
}

.fundAnalyze_pic4{
 background: url(/Images/unSel/fundAnalyze_pic4.png) no-repeat center top;
}
ul.salesAnalyze li.active a[href="#unusedFixedAssetsList"], ul.salesAnalyze li a[href="#unusedFixedAssetsList"]:hover {
    color: #41A0FF;
    background: url(/Images/sel/fundAnalyze_hover_pic4.png) no-repeat center top;
}
 /*鼠标移入背景图片改变*/

.JCbottomInfo {
    font-size:16px;
    color:#000000;
    margin-bottom:30px;
    margin-top:26px;
}
.JCbottomDesc{
    height:65px;
    line-height:65px;
}
.tabParent{
    width:200px;
    margin:0 auto;
}
.tabLogo{
    display:inline-block;
    width:14px;
    height:14px;
    margin-right:5px;
}
.tabLogoContent{
    vertical-align: text-bottom;
}
.tabDescriptionTile{
    font-size:14px;
    color:#000000;
    text-align:left;
}
.tabDescriptionContent{
    font-size:12px;
    color:#999999;
    text-align:left;
    margin-left:24px;
}
/*100%目标商业保理系统*/
.functionTick {
    background: url(/referencesFile/referencesImages/Images/tick.png) no-repeat left center;
    padding: 6px 13px;
}
.BL_features {
    padding: 4em 0 1em;
}
.BL_title {
    margin-bottom:20px;
    color:#000000;
    font-size:40px;
}
.BL_Info {
     margin-bottom:50px;
    color:#666666;
    font-size:16px;
}
.BL_Info_span {
     font-size:20px;
}
.tableWidth {
    max-width:633px;
}
.table_title {
    font-size:16px;
    color:#000000;
}
.table_info {
  font-size:14px;
    color:#333333;
}
div.tableWidth .table > tbody > tr > td{
    padding-left:20px;
    vertical-align: middle;
    text-align:left;
}
.responsive_img {
    max-width:100%;
}
.imgInfo {
    font-size:14px;
    color:#333333;
    margin-top:12px;
}
.intelligentNavigation{
    width:1071px;
    height:183px;
    margin:0 auto;
    background:url(/Images/intelligentNavigation.png) no-repeat;
}
.functionList .table tbody tr td{
     font-size:15px;
    color:#000000;
     padding-left:20px;
    vertical-align: middle;
    text-align:left;
    height:48px;
    line-height:48px;
    border:none;
    border-right:1px solid #dddddd;
}
/*.functionList .table tbody tr:nth-child(3) td:first-child,.functionList .table tbody tr:nth-child(5) td:first-child,.functionList .table tbody tr:nth-child(7) td:first-child{
    border-bottom:1px solid #dddddd;
}*/
.functionList .table tbody tr:nth-child(2n){
    background:#F9F9F9;
}

@media screen and (max-width: 768px) {
    .bottomTitle {
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        margin: 6% 0 1%;
    }

    .bottomInfo {
        color: #ffffff;
        font-size: 12px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .bottomTitle {
        color: #ffffff;
        font-size: 23px;
        font-weight: bold;
        margin: 6% 0 1%;
    }

    .bottomInfo {
        color: #ffffff;
        font-size: 14px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .bottomTitle {
        color: #ffffff;
        font-size: 32px;
        font-weight: bold;
        margin: 6% 0 1%;
    }

    .bottomInfo {
        color: #ffffff;
        font-size: 18px;
    }
}
@media screen and (min-width:1200px) and (max-width:1368px) {
    .bottomTitle {
        color: #ffffff;
        font-size: 39px;
        font-weight: bold;
        margin: 6% 0 1%;
    }

    .bottomInfo {
        color: #ffffff;
        font-size: 22px;
    }
}
@media screen and (min-width:1368px) {
    .bottomTitle {
        color: #ffffff;
        font-size: 48px;
        font-weight: bold;
        /*margin:122px 0 38px;*/
        margin: 6% 0 1%;
    }

    .bottomInfo {
        color: #ffffff;
        font-size: 30px;
    }
}



ul.internertInfo{
    margin-top:80px;
}
    ul.internertInfo > li {
        text-align: justify;
        font-size: 16px;
        color: #000000;
        min-height: 26px;
        line-height: 26px;
        white-space: normal;
        list-style: url(/referencesFile/referencesImages/Images/listStyleTick.png)
    }

/*ul.internertInfo>li:nth-child(7),ul.internertInfo>li:nth-child(8),
ul.internertInfo>li:nth-child(10),ul.internertInfo>li:nth-child(12){
    padding-left:12px;
}*/

.bottomBackground {
    max-width: 1920px;
    min-width: 1220px;
    max-height: 412px;
    position: relative
}
.bottomImg_info{ 
   width: auto;
   margin: auto;  
  position: absolute;  
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;  
}
.bottomBackground:before{
    content:"";
    display:table;
}
/*.bottomTitle{
    color:#ffffff;
    font-size:48px;
    font-weight:bold;
    margin:122px 0 38px;
}
.bottomInfo{
    color:#ffffff;
    font-size:30px;
}*/
.strategicPartner{
    max-width:590px;   /*563px-->590;*/ 
} 
.strategicPartnerHeader{
    min-height:70px;
    padding:17px 42px;
    background-color:#00C1DE;
    font-size:24px;
    color:#ffffff;
    text-align:left;
}
.strategicPartnerContent {
    min-height: 250px;
    padding: 30px 15px; /*padding: 30px 42px;-->padding: 30px 15px;*/
    font-size: 14px;
    color: #000000;
    text-align: left;
    border: 1px dashed #00C1DE;
    border-top: none;
    text-align: justify;
}
.strategicPartnerAddress{
    font-size:14px;
    color:#000000;
    text-align:left;
}

/*.BackgroundFactoring{
    min-height:412px;
    background:url(/Images/bottomBackground.png) no-repeat;
    background-size:100%;
}*/

/*集成电路设计行业解决方案*/
.industryPain{

}
.SysFeatures>.container>.container>div.row>div{
    width:230px;
    height:200px;
    font-size: 16px;
}
.SysFeatures1 {
    background: url(/referencesFile/referencesImages/Images/ERP.png) no-repeat;
    padding-top: 123px;
    padding-left: 22px;
}

.SysFeatures2 {
    background: url(/referencesFile/referencesImages/Images/CRM.png) no-repeat;
    padding-top: 123px;
    padding-left: 22px;
}

.SysFeatures3 {
    background: url(/referencesFile/referencesImages/Images/APP.png) no-repeat;
    padding-top: 123px;
    padding-left: 22px;
}

.SysFeatures4 {
    background: url(/referencesFile/referencesImages/Images/WF.png) no-repeat;
    padding-top: 44px;
    padding-left: 75px;
}

.SysFeatures5 {
    background: url(/referencesFile/referencesImages/Images/BI.png) no-repeat;
    padding-top: 44px;
    padding-left: 45px;
}

ul.powerfulDataAnalyze{
    text-align:left;
    box-shadow: 0 0 5px 3px #dddddd;
    border-radius: 8px;
    width: 236px;
}
ul.powerfulDataAnalyze li a{
    display:inline-block;
    padding:12px 0 12px 30px;
    text-decoration:none;
    font-size:16px;
    color:#999999;
    text-align:left;
}
ul.powerfulDataAnalyze li a:hover,ul.powerfulDataAnalyze li.active a{
    text-decoration:none;
    color:#41A0FF;
}
div.tabParentWrap>div.tab-pane{
    height:363px;
}
.dataControl{
     padding:12px 0 12px 30px;
    font-size:28px;
    color:#010101;
    display:block;
    text-align:left;
}

.painSpot1{
    text-align:right;
    position:absolute;
    top: 390px;
    left:-46px;
    color: black;
}
.painSpot2{
     text-align:left;
    position:absolute;
    top: 603px;
    left:713px;
     color: black;
}
.painSpot3{
     text-align:left;
    position:absolute;
    top:202px;
    left:859px;
     color: black;
     white-space:nowrap;
}
/*ul.dropdown_menu{
    display:none;
    position:absolute;
    top:72px;
    left:-46px;
    padding:10px 30px;
    width:230px;
    background-color:#ffffff;
    border-radius:8px;
}
ul.dropdown_menu>li{
    float:none;
    display:block;
}
ul.dropdown_menu>li:not(:last-child){
    border-bottom:1px solid #F1F1F1;
}
ul.dropdown_menu>li>a{
    display:inline-block;
    text-align: center;
    color:#000000;
    padding:0 0;
    text-decoration:none;
    height:50px;
    line-height:50px;
    font-size: 14px;
}
ul.dropdown_menu>li>a:hover{
    color:#1AA6E2;
     text-decoration:none;
}
.topArrow{
            position:absolute;
            display:none;
            top:62px;
            left:50px;
            width: 0px;
            height: 0px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #ffffff;
        }*/
/*电子元器件分销企业必选解决方案*/
.SystemValue>table.table>tbody>tr:nth-child(1)>td:nth-child(2),
.SystemValue>table.table>tbody>tr:nth-child(3)>td:nth-child(2){
    white-space:nowrap;
}
ul.sysTemSoftFuntional{
    width:260px;
    margin: 0 auto;
}
ul.sysTemSoftFuntional li a{
    display:inline-block;
    text-decoration:none;
    font-size:16px;
    color:#B4B4B4;
    width:120px;
    height:38px;
    line-height:38px;
    border:1px solid #ddd;
    border-radius:5px;
    float:left;
    margin:0 10px 10px 0;
}
ul.sysTemSoftFuntional li a:hover,ul.sysTemSoftFuntional li.active a{
    color:#ffffff;
    background:#41A0FF;
}
.sysTemSoftFuntionalTabContent{
    border:1px solid #ddd;
    height:230px;
    padding:20px;
}

ul.sysTemSoftFuntionalContent  li a{
    display:inline-block;
    text-decoration:none;
    font-size:14px;
    color:#B4B4B4;
    width:130px;
    height:38px;
    line-height:38px;
    border:1px solid #ddd;
    border-radius:5px;
    float:left;
    margin:0 10px 10px 0;
    background:#F3F3F4;
}
ul.sysTemSoftFuntionalContent li a:hover,ul.sysTemSoftFuntionalContent li.active a{
    color:#ffffff;
    background:#41A0FF;
    font-size:16px;
}
.container{
    min-width:1220px !important;
}