html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x:scroll;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  font-family: 'NotoSansHans-Thin', 'Heiti SC', 'Microsoft Yahei', simsun, sans-serif;
}
.left {
  float: left;
}
@media screen and (max-width: 768px) {
  .left {
    float: none;
  }
}
.zero {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}
.purple {
  color: #584f60;
}
@media screen and (max-width: 768px) {
  .no-mobile {
    display: none !important;
    visibility: none !important;
  }
}
@media screen and (min-width: 769px) {
  .no-desktop {
    display: none;
    visibility: none;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .container {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.word {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 1.6;
}
.hero {
 background: rgb(116,52,129);
}
.header .content {
	min-width: 1200px; 
  height: 94px;
  background: rgb(255,255,255);/*rgb(116,52,129);*/
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header .content {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header .content {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.header .content:before,
.header .content:after {
  content: " ";
  display: table;
}
.header .content:after {
  clear: both;
}
.logo{
	width:200px;
	height: 100px;
	display: inline-block;
	/*margin: 15px 0;*/
}
.logo > img{
	width: 100%;
	
}
.header .content h1.logo {
  width: 121px;
  height: 94px;
  background: url(../img/logo.png) transparent no-repeat center center;
  text-indent: -9999px;
  margin: 0;
  float: left;
}
.header .nav {
  float: right;
}
.header .nav .active {
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
.header .nav ul {
  list-style: none;
  list-style-type: none;
  margin: 0 20px 0;
  padding: 0;
}
.header .nav ul li {
  display: inline-block;
  line-height: 94px;
  font-size: 18px;
  margin-left: 45px;
}
.header .nav ul li a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 4px;
  color: rgb(116,52,129);
}
.colorize {
  background-color: rgb(255,255,255);/*rgb(116,52,129);*/
  color: #fff;
}
/*.indexHero {
  background: url("../images/index-hero.jpg") rgb(116,52,129) no-repeat center center;
}*/
@media screen and (max-width: 375px) {
  .indexHero {
    background: url("../images/mobile-hero.jpg") #393c4b no-repeat top left;
    background-size: 375px;
  }
}
.indexHero .slogan {
  position: absolute;
  top: 190px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .indexHero .slogan {
    top: 80px;
    padding: 14px;
  }
}
.indexHero .slogan .slogan-title {
  font-size: 80px;
  margin-bottom: 26px;
  line-height: 1.4;
}
.indexHero .slogan .slogan-title .en {
  font-size: 68px;
}
@media screen and (max-width: 768px) {
  .indexHero .slogan .slogan-title {
    font-size: 40px;
    line-height: 1.6;
  }
  .indexHero .slogan .slogan-title .en {
    font-size: 30px;
  }
}
.indexHero .slogan .intro {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .indexHero .slogan .intro {
    line-height: 1.4;
  }
}
.mobile-feature {
  max-width: 500px;
  margin: 50px auto;
  padding: 10px;
  border: 1px solid transparent;
  color: #929292;
}
.mobile-feature .feature {
  margin-top: 100px;
}
.mobile-feature .feature-title {
  font-size: 18px;
  color: #584f60;
}
.mobile-feature img {
  display: block;
  margin: 30px auto;
  max-width: 300px;
}
.feature-list {
  margin-top: -80px;
}
.feature-list .feature {
  background-color: rgba(200,0,0,0.3);
  /*margin-bottom: 80px;*/
  border: 1px solid transparent;
}
.feature-list .feature .feature-content {
  color: #929292;
  position: relative;
  height: 554px;
}
@media screen and (min-width: 1024px) {
  .feature-list .feature .feature-content {
    width: 960px;
    margin: 0 auto;
    /*overflow: hidden;*/
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .feature-list .feature .feature-content {
    width: 100%;
  }
}
.contact-hero {
  height: 710px;
}
.contact-hero .container {
  position: relative;
  overflow: visible;
}
.aboutus_words{
	position:relative;
	top:-724px;
}
.contact-hero .container .wording {
  position: absolute;
  left: 0px;
  top: 60px;
  border: 0px solid transparent;
  background: #584f60;
  color: #fff;
  padding: 10px 25px;
}
.contact-hero .container .wording h2 {
  font-size: 22px;
  padding: 0;
}
.contact-hero .container .wording p {
  margin-bottom: 14px;
  line-height: 1.8;
  font-size: 14px;
  width: 625px;
}
.contact-wrapper {
  border: 0px solid transparent;
  margin-top: 60px;
  font-size: 16px;
  color: #929292;
}
.contact-wrapper h2 {
  font-weight: normal;
}
.contact-wrapper p {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    margin-top: 45px;
  }
}
.contact-wrapper div {
  margin-bottom: 50px;
}
.contact-wrapper h2 {
  font-size: 30px;
  color: #584f60;
}
.contact-wrapper .social-network {
  margin-bottom: 0;
}
footer {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid transparent;
  font-size: 12px;
  background: rgb(116,52,129);
  color: #fff;
  text-align: center;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 20px;
    padding: 0;
  }
}
footer .links {
  font-size: 12px;
  display: inline-block;
}
footer .links ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer .links ul {
    display: block;
  }
}
footer .links ul li {
  float: left;
  border-right: 1px solid #fff;
  margin-right: -1px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  footer .links ul li {
    display: block;
    float: none;
    padding: 20px;
  }
}
@media screen and (max-width: 414px) {
  footer .links ul li {
    border-right: 0px solid transparent;
  }
}
footer .links ul li a {
  text-decoration: none;
  color: #fff;
}
footer .social {
  display: inline-block;
  font-size: 21px;
}
footer .social a {
  color: #ccc;
  text-decoration: none;
  display: inline-block;
}
footer .social a:visited {
  color: #ccc;
}
footer .social a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .social {
    display: block;
  }
}
footer .social i {
  padding: 0 6px;
}
footer .copyright {
  margin: 10px 0;
}
.mobile-contact {
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 10px;
}
.mobile-contact h2 {
  font-size: 20px;
}
.mobile-contact p {
  font-size: 14px;
}
.center {
  text-align: center;
}
.files.word {
  padding-top: 40px;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .files.word {
    padding: 14px;
  }
}
.files.word h1 {
  color: #584f60;
}
.files.word h2 {
  color: #584f60;
  margin-top: 30px;
  font-size: 18px;
}
.mobile-screenshot {
  width: 70%;
  max-width: 320px;
}
.arrow_box_down {
  position: relative;
  background: #fff;
}
.arrow_box_down:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: '\0020';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-top-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
.wechat-link-wrapper {
  position: relative;
}
.wechat-link-wrapper .qr-code {
  position: absolute;
  top: -173px;
  left: -55px;
  border: 1px solid #584f60;
}
.wechat-link-wrapper:hover .hide {
  display: block;
}
.wechat-link-wrapper .hide {
  display: none;
}
.download:before,
.download:after {
  content: " ";
  display: table;
}
.download:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .download {
    width: 100%;
    text-align: center;
  }
}
.download .dl {
  margin: 0;
}
.download .dl a {
  display: block;
  height: 50px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .download .dl {
    float: none;
  }
}
.download .qr-code {
  margin-left: 30px;
  float: left;
}
.download .qr-code img {
  width: 112px;
  height: 112px;
}
#qihoo-dl,
#yyb-dl {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}
#vendors a {
  height: auto;
}



/*开始*/
ul li{
	list-style: none;
}
.flow{
	width: 100%;
	height: 100%;
}
.flow_pic > img{
	min-width: 1200px;
}
/*服务模式介绍*/
.mode{
	margin-bottom: 100px;
}
.mode_item{
	width: 300px;
	padding: 10px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	float: left;
	margin: 30px 38px;
}
.mode_item_mid{
	/*margin: 0 115px;*/
}
.mode_pic{
	width: 100%;
	height: 300px;
}
.mode_pic > img{
	width: 100%;
	height: 100%;
}
.mode_title{
	padding: 5px;
	text-align: center;
	color: #584f60;
}
.mode_word{
	height: 84px;
	padding: 10px;
	text-align: justify;
	color: #929292
}
/*合作伙伴  个性云*/
.cooperate,.massing,.feature_list_title{
	width: 1200px;
	margin: 70px auto;
}
.cooperate_title,.massing_title,.feature_list_title{
	text-align: center;
	color: #584f60;
	padding: 20px 0;
	margin: 60px auto;
	background: url(../img/title_bg.png) no-repeat center bottom;
}
.feature_list_title{
	padding-top: 100px;
}
.cooperate_detail{
	width: 100%;
	padding: 20px;
}
.cooperate_item{
	width: 160px;
	height: 160px;
	float: left;
	margin-left: 20px;
}
.cooperate_item > img{
	width: 100%;
}





/*solution.html start*/
.clear{
	clear: both;
}
.move_pic{
	width: 100%;
	height: 100%;
}
.solution_li,.solution_li2{
	width:100%;
	margin:0 auto;
	background:#fff;
}
.solution_li2 .solution_title{
	text-align: left;
}
.solution_li2 .solution_int{
	text-align: left;
}
.solution_li_con,.solution_li2_con{
	/*width:1200px;*/
	width: 100%;
	overflow:hidden;
	min-height:200px;
	margin:0 auto;
	padding:100px 0;

}
.solution_img{
	width:600px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.solution_content{
	width:100%; 
	overflow:hidden; 
	margin:0px auto; 
	position:relative;
}
.solution_con{
	width:600px;
	margin:0 auto;
	margin-top:50px;
	overflow:hidden;
}
.solution_img img{
	text-align:center;
	margin:0 auto;
}
.solution_title{
	color:#584f60;
	font-size:30px;
	font-family:"微软雅黑";
	font-weight:bold;
}
.solution_int{
	font-size:20px;
	color: #929292;
	font-family:"微软雅黑";
	line-height:26px;
	margin-top:20px;
}
.box-l{left:-20%;position: absolute;}
.box-r{left:50%;top:10%;position: absolute;}
.box-l2{left:50%;position: absolute;}
.box-r2{left:50%;position: absolute;}

h3{font-weight: normal;font-size: 16px;}
.tj{text-align: justify;}
