html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4rem;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue',  'Microsoft Yahei', sans-serif, helvetica, arial, Verdana;
}

.rw-font-family-number {
  font-family: "Hiragino Sans GB", 'PingFangSC-Regular', 'helvetica neue', 'hiragino sans gb', 'tahoma', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif';
}

a {
  color: #333;
}

a:hover,
a:focus {
  color: #0e90d2;
}

img {
  max-width: 100%;
  height: auto;
}

/*::selection {*/
/*background: #F37B1D;*/
/*color: #fff;*/
/*}*/

/*::-moz-selection {*/
/*background: #F37B1D;*/
/*color: #fff;*/
/*}*/

/*::-webkit-selection {*/
/*background: #F37B1D;*/
/*color: #fff;*/
/*}*/

.am-container {
  max-width: 1150px;
}

.am-panel {
  box-shadow: 0 0 30px rgba(153, 153, 153, 0.22);
}

.am-modal-footer .am-modal-btn {
  font-weight: 800;
}

.am-titlebar-default .am-btn {
  color: #fff;
}

.show,
.ng-show {
  display: block;
}

.hide,
.hidden,
.ng-hide {
  display: none;
}

.pointer {
  cursor: pointer;
}

.rw-text-decoration {
  text-decoration: line-through;
  background: #CCCCCC;
}

.rw-modal,
.rw-modal-bd {
  text-align: left;
}

/*.rw-body {*/
  /*background: url('../images/bg.png') repeat-x scroll center top transparent;*/
  /*background-position: 0 150px;*/
/*}*/

.rw-body2 {
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.rw-minibar {
  height: 28px;
  line-height: 28px;
  background: #F5F5F5;
  border-bottom: 1px solid #DDD;
  box-shadow: 0 0 5px #888;
  box-shadow: #888888 0px 0px 5px 0px;
}

.site-nav-pipe {
  padding: 0 3px;
  color: #DDD;
}

.tel-font {
  font-family: Georgia;
  font-size: 16px;
}

.rw-minibar2 {
  min-height: 98px;
  height: auto;
  padding-top: 25px;
  background: #FFFFFF;
}

/*修复不能点搜索的问题*/
.rw-minibar2 .am-u-sm-9 {
  z-index: 9;
}

.rw-topbar {
  border: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.rw-nav-background,
.rw-admin-sidebar-list .am-active {
  background-color: #0e90d2;
  /*background-image: linear-gradient(170deg, #3bb4f2, #008dd5);*/
}

.rw-logo img {
  margin-top: -6px;
  margin-bottom: -10px;
  width: 160px;
}

@media only screen and (min-width: 640px) {
  .rw-topbar .am-topbar-nav > li {
    width: 130px;
    text-align: center;
  }
}

.rw-topbar .am-active,
.rw-topbar .am-active > a,
.rw-topbar .rw-active,
.rw-topbar li:hover,
.rw-topbar li a:hover,
.rw-topbar > li > a:hover {
  background: #1768bd !important;
  color: #FFFFFF !important;
  border: none;
}

.rw-topbar .rw-active {
  color: #ffffff !important;
}

.rw-nav {
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
}

@media only screen and (min-width: 640px) {
  .rw-dropdown {
    width: 158px !important;
  }
}

.rw-dropdown {
  background: #1768bd;
}

.rw-dropdown a {
  cursor: pointer !important;
}

.rw-dropdown a i {
  width: 20px;
}

.rw-dropdown-title {
  color: #ffffff !important;
}

.rw-dropdown-content {
  border: 2px solid #009EEC;
}

.rw-dropdown-content:before {
  border-bottom-color: #009EEC;
}

.rw-dropdown-ns {
  color: #f37b1d !important;
}

.rw-container {
  min-height: 530px;
  height: auto;
}

.rw-icon-300 {
  font-size: 300%;
}

.rw-icon-500 {
  font-size: 500%;
}

.rw-footer {
  border-top: 1px solid #CCCCCC;
  background-color: #f8f8f8;
}

.rw-homepage-banner {
  margin-top: -1.6rem;
  min-height: 50px;
  height: auto;
}

.rw-homepage-banner .am-control-nav li a {
  width: 14px;
  height: 14px;
}

.rw-homepage-banner .am-control-nav li a.am-active {
  background: #ffffff;
}

.homepage-banner {
  margin-top: -1.6rem;
  min-width: 100%;
  height: auto;
}

.homepage-banner img {
  min-width: 100%;
  width: auto;
}

.homepage-banner span {
  width: 60px;
  height: 16px;
}

.swiper-pagination-bullet {
  border-radius: 10px;
  border: 1px #ffffff solid;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.swiper-pagination-bullet-active {
  background: transparent;
}

.swiper-button-prev {
  left: 125px;
}

.swiper-button-next {
  right: 125px;
}

.rw-homepage-activity {
  margin-top: -10px;
}

.rw-homepage-activity img {
  width: 100%;
  height: auto;
}

.rw-button-blue,
.rw-button-orange,
.rw-button-red,
.rw-button-green {
  display: inline-block;
  padding: 10px;
  width: 209px;
  height: 59px;
  font-size: 21px;
  line-height: 37px;
  cursor: pointer;
  color: #FFF;
  border-radius: 3px;
  font-weight: 600;
}

.rw-button-blue {
  background: #009EEC;
  border-bottom: 3px solid #0274B9;
}

.rw-button-orange {
  background: #ff910f;
  border-bottom: 3px solid #cd7006;
}

.rw-button-red {
  background: #de3d43;
  border-bottom: 3px solid #b11419;
}

.rw-button-green {
  background: #0e90d2;
  border-bottom: 3px solid #0e90d2;
}

.rw-button-blue:hover,
.rw-button-blue:focus,
.rw-button-orange:hover,
.rw-button-orange:focus,
.rw-button-red:hover,
.rw-button-red:focus,
.rw-button-green:hover,
.rw-button-green:focus {
  color: #FFF;
  margin-top: 3px;
  height: 56px;
  border-bottom: 0px;
}

.rw-hr-none {
  height: 0px;
}

.rw-homepage-div-title {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #34404b;
  font-weight: 600;
  font-family: "Helvetica Neue", "PingFangSC-Light", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.rw-homepage-div1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background: url('../images/builderbg.jpg') 33% 70% no-repeat #87caff;
}

.rw-case {
  background: url('../images/news_bg.jpg');
}

.rw-homepage-div1 .rw-homepage-div-title {
  color: #ffffff;
}

.rw-homepage-div2 {
  padding-top: 80px;
  padding-bottom: 130px;
  background: url('../images/bg_new.png') no-repeat scroll center 100px transparent;
}

.rw-titlebar-title ol {
  padding: 0px;
  margin: 0px;
}

.rw-font-weight-600 {
  font-weight: 600;
}

.rw-panel {
  border: 0px;
}

.rw-panel-yellow,
.rw-panel-orange,
.rw-panel-blue,
.rw-panel-red,
.rw-panel-green {
  color: #fff;
}

.rw-text-white {
  color: #ffffff;
}

.rw-text-red {
  color: #f1683c;
}

.rw-text-yellow {
  color: #FFFF00;
}

.rw-panel-yellow {
  background: #FFB400;
}

.rw-panel-orange {
  background: #f1683c;
}

.rw-panel-blue {
  background: #2b7ed1;
}

.rw-panel-red {
  background: #c5204b;
}

.rw-panel-green {
  background: #74c737;
}

.rw-text-grey {
  color: #c3c3c3;
}

.rw-text-grey2 {
  color: #666;
}

.rw-homepage-windows {
  padding-top: 60px;
  padding-bottom: 80px;
}

.rw-homepage-windows i {
  display: inline-block;
}

.icons-product,
.icons-startup,
.icons-platform {
  width: 96px;
  height: 96px;
  background: url('../images/kickoff_288x288.png') no-repeat;
}

.icons-product {
  background-position: 0 0;
}

.icons-startup {
  background-position: -96px 0;
}

.icons-platform {
  background-position: -192px 0;
}

.icons {
  display: inline-block;
  width: 132px;
  height: 132px;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}

.icons-vip {
  background-position: left -264px;
}

.icons-coin {
  background-position: left top;
}

.icons-money {
  background-position: left -132px;
}

.app-div {
  min-height: 525px;
  padding-top: 10px;
}

.app-div .am-container {
  padding-left: 80px;
}

.app-iphone6 {
  background-image: url(../images/app/iphone6.png);
  background-repeat: no-repeat;
  background-size: 532px auto;
}

.shot {
  min-height: 525px;
  background-position: 182px 80px;
  background-repeat: no-repeat;
  background-size: 255px auto;
}

.shot-start {
  background-image: url(../images/app/start.png);
}

.shot-5 {
  background-image: url(../images/app/5.jpg);
}

.page-step-w {
  min-height: 450px;
  padding-top: 60px;
  padding-bottom: 80px;
  background: #f3f5f8;
}

.page-step {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

.page-step h2 {
  color: #666;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.page-step-ul {
  width: 1000px;
  margin: 0;
  padding: 0;
}

.page-step-ul li {
  background: url('../images/step.png') no-repeat 0 0;
  height: 148px;
  width: 200px;
  float: left;
  list-style: none;
}

.page-step-ul li strong {
  display: inline-block;
  height: 36px;
  width: 200px;
  text-align: center;
  padding-top: 112px;
  line-height: 36px;
  color: #666;
}

.page-step-ul li:hover {
  background: url('../images/stepon.png') no-repeat;
}

.page-step-ul li.li02 {
  background-position: 0 -294px;
}

.page-step-ul li.li03 {
  background-position: 0 -588px;
}

.page-step-ul li.li04 {
  background-position: 0 -441px;
}

.page-step-ul li.li05 {
  background-position: 0 -147px;
}

.rw-homepage-medias .am-tab-panel {
  padding-left: 0px;
  padding-right: 0px;
}

.rw-homepage-medias .rw-border-yello {
  margin-left: 5px;
  margin-right: 5px;
}

.rw-border-yello:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.rw-package-content .am-accordion-item {
  border: none !important;
}

.rw-package-content .am-accordion-item .am-accordion-title {
  background: #fff;
  border: 1px solid #3bb4f2;
  color: #3bb4f2;
}

.rw-package-content .am-accordion-item .am-nav-tabs {
  /*border-bottom: 1px dashed #ddd;*/
}

.rw-package-content .am-accordion-item .am-tabs-nav .am-active a {
  /*border: 1px dashed #ddd;*/
  border-bottom-color: transparent;
}

.rw-package-content .am-accordion-item .am-tabs-bd {
  /*border: 1px dashed #ddd;*/
  border-top: 1px solid #fff;
}

.rw-homepage-medias img {
  width: 120px;
  height: 120px;
}

.rw-media-class a {
  display: inline-block;
  white-space: nowrap;
}

.rw-media-class-title {
  background: #f5f5f5;
}

.rw-media-class-content {
  background: #ffffff;
}

.rw-white-space-nowrap {
  word-wrap: break-word;
}

.rw-white-space-normal {
  white-space: normal;
}

.rw-hr-none {
  margin-top: 0px;
  margin-bottom: 0px;
}

.rw-package-content {
  overflow: hidden;
}

.rw-package-content .am-u-sm-2 .am-nav {
  z-index: 1;
}

.rw-package-content .am-nav a {
  padding-top: 2px;
  padding-bottom: 2px;
}

.package-title {
  background: #fbd0ae;
}

.am-accordion-item:hover .am-accordion-title {
  background-color: #f5f5f5;
}

.am-thumbnail-caption-sm {
  padding: .2rem;
}

.rw-write {
  background-color: #fafafa;
}

.rw-button-red-2 {
  padding: 10px;
  background: #fff;
  color: #e4311b;
  border: 1px solid #F9998E;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.rw-button-red-2:link,
.rw-button-red-2:hover,
.rw-button-red-2:visited {
  cursor: pointer;
  background: #b11419;
  color: #fff;
}

.rw-pay-type-boder,
.rw-pay-type img:link,
.rw-pay-type img:hover,
.rw-pay-type img:visited {
  border: 1px solid #e4393c;
}

.rw-pay-type label,
.rw-pay-type img {
  cursor: pointer;
  width: 154px;
  height: 54px;
}

.rw-balloon-float {
  z-index: 20;
  position: fixed;
  width: 135px;
  left: 0px;
  top: 365px;
}

@media only screen and (max-width: 640px) {
  .rw-balloon-float {
    width: 70px;
    height: 104px;
  }
}

.rw-balloon-float-r {
  z-index: 20;
  position: fixed;
  width: 150px;
  height: 208px;
  right: 10px;
  top: 260px;
}

@media only screen and (max-width: 640px) {
  .rw-balloon-float-r {
    width: 70px;
    height: 104px;
  }
  
  .page-step {
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.page-step-ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-step-ul li {
    background: url('../images/step.png') no-repeat 0 0;
    height: 148px;
    width: 155px;
    float: left;
    list-style: none;
}
}

.consult {
  z-index: 1000;
  position: fixed;
  width: 72px;
  height: 200px;
  right: 0px;
  top: 180px;
}

.flipy {
  -moz-transform:scaleY(-1);
  -webkit-transform:scaleY(-1);
  -o-transform:scaleY(-1);
  transform:scaleY(-1);
  /*IE*/
  filter:FlipV;
}

.consult ul {
  padding-left: 0px;
}

.consult ul li {
  /*text-indent: -9999px;*/
  font-size: 0;
  line-height: 0;
  -webkit-animation: rotateInDownLeft 1.5s 0.5s ease both;
  -moz-animation: rotateInDownLeft 1.5s 0.5s ease both;
}

.consult ul li a{
  height: 72px;
  width: 72px;
  font-size: 12px;
  text-align: center;
}

.consult ul li a:hover i{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.consult ul li a i {
  display: inline-block;
  width: 30px;
  height: 28px;
  padding: 11px 0 9px 0;
  margin: 10px 0 10px 0;
  transition: all 0.5s;
}

.consult ul li a p {
  margin: 5px;
}
.consult ul .on a {
  /*background: url(../images/head.png) no-repeat;*/
  background: url(../images/side/bg-blue.png) no-repeat;
  /*height: 105px;*/
  display: block;
  background-size: 72px 72px;
  color: #ffffff;

}
.consult ul .on a i {
  background: url(../images/side/register.png) center no-repeat;
  background-size: 30px 28px;
}

.consult ul .t1 a:link,
.consult ul .t1 a:visited {
  /*background: url(../images/reg.gif) no-repeat;*/
  background: url(../images/side/bg-blue-border.png) no-repeat;
  /*width: 66px;*/
  /*height: 65px;*/
  display: block;
  background-size: 72px 72px;
  color: #0e8fd2;
}
.consult ul .t1 a i {
  background: url(../images/side/qq-service.png) center no-repeat;
  background-size: 30px 28px;
}



.consult ul .t2 a:link,
.consult ul .t2 a:visited {
  /*background: url(../images/down.png) no-repeat;*/
  background: url(../images/side/bg-orange-border.png) no-repeat;
  /*width: 66px;*/
  /*height: 85px;*/
  display: block;
  background-size: 72px 72px;
  color: #fc6156;

}

.consult ul .t2 a i {
  background: url(../images/side/price.png) center no-repeat;
  background-size: 30px 28px;
}

.consult ul .t3 a:link,
.consult ul .t3 a:visited {
  /*background: url(../images/back.gif) no-repeat;*/
  background: url(../images/side/bg-orange.png) no-repeat;
  /*width: 66px;*/
  /*height: 65px;*/
  display: block;
  background-size: 72px 72px;
  color: #ffffff;

}

.consult ul .t3 a i {
  background: url(../images/side/back-top-top.png) center no-repeat;
  background-size: 30px 28px;
}

.consult ul .t5 a:link,
.consult ul .t5 a:visited {
  background: url(../images/zxzx.png) no-repeat;
  width: 66px;
  height: 65px;
  display: block;
}
.rw-m-navbar a:hover, .rw-m-navbar a:focus {
  color: #FFFFFF;
}

.rw-university-silder {
  min-height: 380px;
  height: auto;
}

@media only screen and (min-width: 640px) {
  .am-with-fixed-navbar {
    padding-bottom: 0px;
  }
}

.rw-footer-img {
  background-color: #F0F0F0;
}

.rw-news-body {
  margin-top: 30px;
  margin-bottom: 60px;
  background-color: #b4daf0;
  /*background-color: #d4d5e0;*/
  background-image: url("../images/news_bg2.jpg");
  background-repeat: repeat-x;
  background-position: center 0;
}

.rw-news-body a {
  color: #0e90d2;
}

.rw-news-to-home, .rw-news-content {
  max-width: 900px;
  width: auto;
  margin: auto;
}

.rw-news-to-home {
  min-height: 60px;
  text-align: center;
}

.rw-news-to-home img {
  float: left;
  margin-top: -30px;
  margin-bottom: -15px;
}

.rw-news-content {
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.rw-news-content img {
  max-width: 550px;
}

.rw-tabs {
  margin: 0px;
}

.rw-tabs .am-tabs-bd {
  border: none;
}

.rw-tabs .am-tab-panel {
  padding-left: 0px;
  padding-right: 0px;
}

.preview-modal .am-modal-dialog {
  overflow-y: scroll;
}

.bqq {
  background-color: #eff4fa;
  border-bottom: 1px solid #d6dfea;
}

.cursor-pointer {
  cursor: pointer;
}

.rw-border-width-2 {
  border-width: 2px !important;
}

/*兼容老的amazeui代码开始*/
.am-tabs-one .am-tabs-nav .am-active a {
  background-color: #15afef;
  color: #fff;
}

.am-tabs-one .am-tabs-nav a {
  line-height: 34px;
  color: #15afef;
  background: #fff;
}

.am-tabs-one .am-tabs-nav li {
  border: 1px solid #15afef;
}

.am-form-group label .am-ucheck-icons {
  top: auto;
}

/*微调amazeui原样式*/
.am-modal-hd .am-close {
  font-size: 24px;
  opacity: .5;
}

.position-relative {
  position: relative;
}

.submintFixedBottom {
  z-index: 1010;
  position: fixed;
  bottom: -65px;
  margin-right: 1.25rem;;
  width: 100%;
}

/**友情链接start**/
.rw-homepage-div3 {
	
	
}

.linkscent{
	margin: 0 auto;
    width: 100%;
	margin-bottom:10px;
}

#nav {
MARGIN: 7px auto 0px; HEIGHT: 117px
}
#nav #hotnews {
BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 89px
}
#Scroll {
CLEAR: both; BORDER-RIGHT: #cdc9ca 1px solid; BORDER-TOP: #cdc9ca 1px solid;FONT-SIZE: 12px; MARGIN: 0px auto; BORDER-LEFT: #cdc9ca 1px solid; WIDTH: 75%; COLOR: #dd514c; LINE-HEIGHT: 27px; BORDER-BOTTOM: #cdc9ca 1px solid; HEIGHT: 27px; TEXT-ALIGN: left
}
#Scroll A {
PADDING-RIGHT: 20px; PADDING-LEFT: 10px; COLOR: #000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none
}
#Scroll A.s_end {
PADDING-RIGHT: 0px; MARGIN-LEFT: 8px
}
/**友情链接end**/
