﻿html,body {
  font:14px/1.6 -apple-system,BlinkMacSystemFont,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
  background: #fff;
}
#header {
  margin: 0 auto;
  position: relative;
}
#header .header-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#header #logo a {
  background-image: url(../images/logo@1x.png);
  background-repeat: no-repeat;
  display: block;
  width:270px;
  height:40px;
  text-indent:-10000em;
  overflow: hidden;
}
#hang .logo a {
  background: url(../images/logo@1x.png) no-repeat;
  display: block;
  width:270px;
  height:40px;
  text-indent: -10000em;
  overflow: hidden;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2) {
  #header #logo a {
    background: url(../images/logo@2x.png) no-repeat;
    background-size: 100%;
  }
  #hang .logo a {
    background: url(../images/logo@2x.png) no-repeat;
    background-size: 100%;
  }
}
#header #logo.rooster-year a {
  background: url(../images/logo-year-of-the-rooster.png) no-repeat;
  width: 375px;
  height: 88px;
  margin-top: -20px;
}
#view {
  width: 100%;
  height: 750px;
  position: relative;
  overflow: hidden;
  background: url("../images/intro-bg.png") no-repeat center;
  background-color: #f9f9f9;
}
#hang {
  width: 100%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 1000;
  position: fixed;
  height: 70px;
}
#hang .header-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 13px 0 0 0;
}
#hang .page-nav {
  float: right;
}
#hang .page-nav,
#header .page-nav {
  float:right;
}
#hang .page-nav > ul,
#header .page-nav > ul {
  margin-bottom:20px;
}
#hang .page-nav > ul > li,
#header .page-nav > ul > li {
  float:left;
  margin-left:35px;
  height:50px;
  line-height:45px;
}
#hang .page-nav > ul > li.product,
#header .page-nav > ul > li.product {
  position: relative;
}
#hang .page-nav > ul > li.product em,
#header .page-nav > ul > li.product em {
  display: inline-block;
  width: 15px;
  height: 7px;
  background: url("../images/down-more-icon.png") no-repeat;
  margin-left: 5px;
}
#hang .page-nav > ul > li.product.show .product-item-list,
#header .page-nav > ul > li.product.show .product-item-list {
  display: block;
}
#hang .page-nav > ul > li.product .product-item-list,
#header .page-nav > ul > li.product .product-item-list {
  position: absolute;
  display: none;
  width: 115px;
  height: 115px;
  padding-top: 10px;
  padding-left: 15px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow:  0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px #eee;
  right: 0px;
  top: 40px;
}
#hang .page-nav > ul > li.product .product-item-list li:nth-child(1),
#header .page-nav > ul > li.product .product-item-list li:nth-child(1) {
  margin-top: 6px;
  /* padding-left: 3px; */
}
#hang .page-nav > ul > li.product .product-item-list li,
#header .page-nav > ul > li.product .product-item-list li {
  line-height: normal;
  margin-top: 9px;
}
#hang .page-nav > ul > li.product .product-item-list li a,
#header .page-nav > ul > li.product .product-item-list li a {
  color: #666;
  font-size: 12px;
  font-weight: 200;
}
#hang .page-nav > ul > li.product .product-item-list li a:hover,
#header .page-nav > ul > li.product .product-item-list li a:hover {
  /* color: #999; */
  color: #e38032;
}
#hang .page-nav > ul > li a,
#header .page-nav > ul > li a {
  display:inline-block;
  color:#000;
  font-size:14px;
  font-weight: 200;
}
#hang .page-nav > ul > li a:hover,
#header .page-nav > ul > li a:hover {
  text-decoration: none;
  color: #e38032;
}
#hang .page-nav > ul > li.login a,
#header .page-nav > ul > li.login a {
  color: #e38032;
  border: 1px solid #e38032;
  border-radius: 3px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#hang .page-nav > ul > li.login a:hover,
#header .page-nav > ul > li.login a:hover {
  color: #fff;
  background-color: #e38032;
  text-decoration: none;
}
#intro {
  margin-top:120px;
  text-align:center;
}
#intro h2 {
  font-size:32px;
  color:#000;
  font-weight: 200;
}
#intro .get-start {
  width: 115px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  height: 42px;
}
#intro .get-start .apply-entry {
  display:inline-block;
  background-color: #e38032;
  height:40px;
  width:115px;
  line-height:40px;
  font-size:16px;
  color: #fff;
  cursor:pointer;
  border-radius:2px;
  position:absolute;
  z-index:999;
  top:0px;
  left:0px;
  font-weight: 100;
}
#intro .get-start .apply-entry:hover {
  text-decoration:none;
  background-color: rgba(227, 128, 50, 0.8);
}
#intro p {
  color:#999;
  font-size:14px;
  font-weight: 200;
}
#intro .product-brief {
  width: 995px;
  margin: 0 auto;
  margin-top: 135px;
}
#intro .product-brief .product-brief-item {
  width: 210px;
}
#intro .product-brief .product-brief-item.pay-sulotion-brief {
  margin-left: 51.6px;
  margin-right: 25.85px;
}
#intro .product-brief .product-brief-item.wx-crm-brief {
  margin-left: 25.85px;
  margin-right: 51.6px;
}
#intro .product-brief .product-brief-item i {
  display: inline-block;
  background: url(../images/arrow-gray.png) no-repeat;
  width: 9px;
  height: 5px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
#intro .product-brief .product-brief-item a:hover i {
  background: url(../images/arrow-green.png) no-repeat;
}
#intro .product-brief .product-brief-item a:hover {
  color: #e38032;
  border-bottom: 1px solid #e38032;
}
#intro .product-brief .marketing-brief em {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffab0a;
  border-radius: 50%;
  margin-bottom: 5px;
}
#intro .product-brief .pay-sulotion-brief em {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #1cb669;
  position: relative;
  border-radius: 50%;
  margin-bottom: 5px;
}
#intro .product-brief .pay-sulotion-brief em:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
#intro .product-brief .wx-crm-brief em {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #419794;
  margin-bottom: 5px;
  margin-top: 5px;
}
#intro .product-brief .wx-app-brief em {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
#intro .product-brief .wx-app-brief em img{
	display: block;
  width: 30px;
  height: 30px;
}
#intro .product-brief .product-brief-item h3.brief-title {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
#intro .product-brief .product-brief-item p.detail {
  margin-top: 5px;
  color: #666;
  text-align: left;
  font-weight: 200;
}
#intro .product-brief .product-brief-item a {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #999;
  font-weight: 200;
}
#intro .product-brief .product-brief-item a:hover {
  text-decoration: none;
}
#advantage {
  width:100%;
  height: 645px;
  background-color:#2a2f33;
}
#advantage .advantage-box {
  width:1145px;
  margin:0 auto;
}
#advantage .advantage-box .advantage-list {
  width: 230px;
  margin-top: 80px;
}
#advantage .advantage-bg {
  width: 850px;
  margin-top: 70px;
}
#advantage .advantage-box h3 {
  color:#fff;
  font-size:32px;
  padding-top:85px;
  text-align:center;
  font-weight: 100;
}
#advantage .advantage-box .advantage-list em {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  margin-top: 4px;
}
#advantage .advantage-box .advantage-list li:not(:nth-child(1)) {
  margin-top: 35px;
}
#advantage .advantage-box .advantage-list .adva-content {
  width: 180px;
  margin-left: 20px;
}
#advantage .advantage-box .advantage-list .adva-content h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 200;
}
#advantage .advantage-box .advantage-list .adva-content p {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  font-weight: 200;
}
#advantage .advantage-box .advantage-list .adva-1 em {
  background: url("../images/service-icon.png") no-repeat;
  background-size: 100%;
}
#advantage .advantage-box .advantage-list .adva-2 em {
  background: url("../images/scene-icon.png") no-repeat;
  background-size: 100%;
}
#advantage .advantage-box .advantage-list .adva-3 em {
  background: url("../images/product-icon.png") no-repeat;
  background-size: 100%;
  height: 38px;
}
#advantage .advantage-box .advantage-list .adva-4 em {
  background: url(../images/react-icon.png) no-repeat;
  background-size: 100%;
  height: 30px;
}
#partner-box {
  width: 995px;
  height: 605px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
#partner-box h3 {
  margin-top: 145px;
  font-size: 32px;
  color: #000;
  font-weight: 200;
}
#partner-box p {
  font-size: 16px;
  color: #999;
  margin-top: 5px;
  font-weight: 200;
}
#partner-box img {
  display: block;
  width: 870px;
  margin: 0 auto;
  margin-top: 75px;
}
#partner-box .more {
  display: inline-block;
  color: #7a7a7a;
  margin-top: 70px;
}
#partner-box .more em {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/more-icon.png) no-repeat;
  background-size: 100%;
  vertical-align: text-bottom;
  margin-right: 5px;
}
#partner-box .more:hover {
  text-decoration: none;
  color: #e38032;
}
#partner-box .more:hover span {
  border-bottom: 1px solid #e38032;
}
#partner-box .more span {
  border-bottom: 1px solid #cccccc;
}
.display-box img {
  display:block;
  margin:0 auto;
  margin-top: 65px;
}
#apply {
  width:100%;
  height:260px;
  overflow:hidden;
}
#apply .apply-wrap {
  width:1000px;
  margin:0 auto;
  height:260px;
  overflow:hidden;
  text-align:center;
}
#apply .apply-wrap h3 {
  color:#353535;
  text-align:center;
  font-size:32px;
  margin-top: 105px;
  font-weight: 200;
}
#apply .apply-wrap p {
  font-size:14px;
  color:#7f7f7f;
  text-align:center;
  font-weight: 200;
}
#apply .apply-wrap a {
  display:inline-block;
  background-color: #e38032;
  color: #fff;
  border-radius: 3px;
  margin-top:15px;
  width:115px;
  height:40px;
  line-height:40px;
  font-size: 16px;
  font-weight: 100;
}
#apply .apply-wrap a:hover {
  text-decoration:none;
  background-color: rgba(227, 128, 50, 0.8);
}
#apply .apply-wrap a {
  text-decoration: none;
}
#consult {
  width:100%;
  height:225px;
  background-color:#fff;
  overflow:hidden;
}
#consult ul {
  width:670px;
  overflow:hidden;
  margin:0 auto;
  margin-top: 10px;
}
#consult ul li {
  width:130px;
  float:left;
  text-align:center;
}
#consult ul li:nth-child(2) {
  margin-left:140px;
  margin-right:140px;
}
#consult ul li em {
  display:block;
  width:25px;
  height:25px;
  margin:0 auto;
}
#consult ul li.community em {
  background:url("../images/community-icon.png") no-repeat center center;
}
#consult ul li.online-service em {
  background:url("../images/online-service-icon.png") no-repeat center center;
}
#consult ul li.phone-consult em {
  background:url("../images/phone-consult-icon.png") no-repeat center center;
}
#consult ul li.partner em {
  background:url("../images/partner-icon.png") no-repeat center center;
}
#consult ul li dl {
  margin-top:10px;
}
#consult ul li dl a {
  display:inline-block;
  color:#999;
  border-bottom: 1px solid #ccc;
}
#consult ul li dl a:hover {
  text-decoration: none;
  color: #e38032;
  border-bottom: 1px solid #e38032;
}
#consult ul li dl dt {
  font-size:16px;
  color:#8f8f8f;
  font-weight: 200;
}
#consult ul li dl dd {
  font-size:12px;
  color:#999;
  font-weight: 300;
}
#partner {
  width:100%;
  height: 95px;
  line-height: 95px;
  overflow:hidden;
  background-color:#f9f9f9;
  text-align:left;
  /* border-bottom: 1px solid #ececec; */
}
#partner .partner-wrap {
  width:1000px;
  overflow:hidden;
  margin:0 auto;
  height: 94px;
  border-bottom: 1px solid #ececec;
}
#partner .partner-wrap h3 {
  float:left;
  color:#b3b3b3;
  font-size:18px;
}
#partner .partner-wrap ul  {
  float:left;
}
#partner .partner-wrap ul li  {
  float:left;
  margin-left:35px;
  line-height:85px;
}
#partner .partner-wrap ul li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter:alpha(opacity=40);
  -moz-opacity:0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
#partner .partner-wrap ul li a:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
}
#footer {
  margin:0px;
  width:100%;
  background-color:#f8f8f8;
  text-align:left;
  padding-bottom: 20px;
}
#footer .footer-wrap {
  width:1000px;
  margin: 0 auto;
}
#footer .footer-wrap .copyright {
  float:left;
  overflow:hidden;
  margin-top: 40px;
  font-size:12px;
  color:#c3c3c3;
}
#footer .footer-wrap .copyright em {
  display:inline-block;
  width:35px;
  height:35px;
  background:url("../images/dipower-icon.png") no-repeat center center;
  margin-right:5px;
  vertical-align: top;
}
#footer .copyright-info {
  text-align:left;
  display:inline-block;
  color: #bababa;
}
#footer .rest {
  float:right;
  overflow:hidden;
  margin-left:250px;
  margin-top:40px;
}
#footer .rest > div {
  float:left;
}
#footer .rest > div ul li {
  font-size:10px;
  margin-bottom:2px;
}
#footer .rest > div ul li a {
  color: #cacaca;;
  margin:0px;
  font-weight: 200;
}
#footer .rest > div h3 {
  color:#757575;
  margin-bottom:10px;
  font-size:12px;
  font-weight: 200;
}
#footer .rest > div:nth-child(2) {
  margin-left:160px;
  margin-right:160px;
}
#MEIQIA-BTN {
  width: 28px !important;
  font-size: 12px !important;
  padding: 10px 0px 3px 0 !important;
}
#MEIQIA-BTN-ICON{margin:-5px 0px  5px 4px !important;}
#MEIQIA-BTN-TEXT {
  width: 18px !important;
  padding: 0 8px !important;
  margin-top: 3px !important;
  font-size: 12px !important;
}
