@charset "utf-8";
/*-------------------CSS reset-------------------*/
* {
  margin: 0;
  padding: 0;
}
body,
html {
  width: 100%;
  min-width: 1080px;
  font-family: "Microsoft YaHei", Arial;
  -webkit-text-size-adjust: none;
  color: #333333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
input,
iframe {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
abbr,
acronym {
  border: 0;
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:link,
a:hover,
a:active,
a:visited {
  color: #333333;
}
textarea:focus,
input:focus,
a:focus {
  outline: none;
}
textarea {
  resize: none;
}
input,
textarea {
  border-style: none;
}
img {
  border: none;
}
p {
  line-height: 1.6em;
}
i {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
}
ul {
  list-style: none;
  font-size: inherit;
  outline-offset: 0;
}
strong {
  color: #0579b6;
  font-weight: bold;
}
.center {
  text-align: center;
}
.block {
  position: relative;
  background-color: #f0f0f0;
  box-shadow: 0 0 2px #858585;
  border-radius: 2px;
}
.blank {
  margin: 40px auto;
  padding: 10px 85px;
}
.border {
  border: 7px solid #f0f0f0;
  box-shadow: 0px 0px 2px #858585;
}
.left {
  float: left;
  margin: 20px 20px 20px 0;
}
.sp_left {
  float: left;
}
.right {
  float: right;
}
img.right {
  margin: 20px 0 20px 20px;
}
.sp_right {
  float: right;
}
.inline-block {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
}
.link {
  color: #0579b6;
  cursor: pointer;
}
.tri_up,
.tri_down {
  width: 0;
  height: 0;
  display: block;
}
.tri_up {
  border-top-color: none;
  border-top-width: 0;
}
.tri_down {
  border-bottom-color: none;
  border-bottom-width: 0;
}
.table {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-spacing: 0;
}
.table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.table thead tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.table td {
  font-size: 14px;
}
.table th,
.table td {
  padding: 0.7em 1em;
  text-align: left;
}
.table td[rowspan="2"],
.table td[rowspan="3"],
.table td[rowspan="4"],
.table td[rowspan="5"] {
  background-color: #f0f0f0;
  border-right: 5px solid #333;
}
.multi_table tr:hover {
  background-color: #f0f0f0;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
/*---------------------------------------------------------------------------*/
/* 图标们 */
/*---------------------------------------------------------------------------*/
.icon {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../../img/global/icons.png);
  background-repeat: no-repeat;
}
.icon-v {
  background-image: url(../../img/global/icons_v.png);
}
.icon-user {
  background-position: -168px 0;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-down {
  background-position: -120px -24px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-close {
  background-position: -312px 0;
}
/*---------------------------------------------------------------------------*/
/* 全局 */
/*---------------------------------------------------------------------------*/
.main {
  position: relative;
}
.main .content {
  width: 980px;
  position: relative;
  margin: 0 auto;
  padding: 0px;
  min-height: 300px;
  background-color: #fff;
}
/*---------------------------------------------------------------------------*/
/* 头图 */
/*---------------------------------------------------------------------------*/
.intro_banner {
  width: 100%;
  min-height: 200px;
  text-align: center;
  overflow: hidden;
}
/*---------------------------------------------------------------------------*/
/* 回到顶部 */
/*---------------------------------------------------------------------------*/
.up_arrow {
  display: none;
  position: fixed;
  right: 70px;
  bottom: 70px;
  z-index: 100;
  cursor: pointer;
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1895px;
  width: 58px;
  height: 58px;
}
/*---------------------------------------------------------------------------*/
/* 顶部switch-bar */
/*---------------------------------------------------------------------------*/
.switch-bar,
.switch-bar-placeholder {
  filter: alpha(opacity=0);
  opacity: 0;
  border-bottom: 1px solid #cdcdcd;
  background-color: #FFF;
  width: 980px;
  height: 190px;
  font-size: 0px;
  letter-spacing: -30px;
}
.switch-bar a,
.switch-bar-placeholder a {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  vertical-align: bottom;
  width: 0px;
  font-size: 21px;
  letter-spacing: normal;
  font-weight: normal;
  text-align: center;
  padding: 30px 0;
}
.switch-bar a:hover,
.switch-bar-placeholder a:hover,
.switch-bar a.active,
.switch-bar-placeholder a.active {
  color: #047fbb;
}
.switch-bar a i,
.switch-bar-placeholder a i {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.switch-bar {
  position: absolute;
  top: 0;
}
/*---------------------------------------------------------------------------*/
/* 弹出框 */
/*---------------------------------------------------------------------------*/
.popup {
  background: url(transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true,startColorstr=#80000000,endColorstr=#80000000)\0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 100;
  text-align: center;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
:root .popup {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false,startColorstr=#80000000,endColorstr=#80000000)\0;
}
.popup .popup-box {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  background: url(transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true,startColorstr=#80000000,endColorstr=#80000000)\0;
  background: rgba(0, 0, 0, 0.5);
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 8px;
  text-align: left;
  margin-top: 100px;
  position: relative;
}
:root .popup .popup-box {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false,startColorstr=#80000000,endColorstr=#80000000)\0;
}
.popup .popup-box.popup-rotate-init {
  -moz-transform-origin: center center -400px;
  -ms-transform-origin: center center -400px;
  -o-transform-origin: center center -400px;
  transform-origin: center center -400px;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  -o-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
}
.popup .popup-box.popup-rotate-in {
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.popup .popup-box.popup-rotate-out {
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -moz-transform: rotateY(70deg);
  -ms-transform: rotateY(70deg);
  -o-transform: rotateY(70deg);
  transform: rotateY(70deg);
}
.popup .popup-box .popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup .popup-box .popup-box-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px #000000;
  -moz-box-shadow: 0px 0px 2px #000000;
  box-shadow: 0px 0px 2px #000000;
  padding: 40px;
  background-color: #f8f8f8;
}
/*-------------------------------------------------

头图

------------------------------------------------*/
.index-banner {
  background-color: #00558d;
  background-image: url(http://xhjs.qiniudn.com/bannar.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 430px;
}
.index-banner .banner-content {
  width: 450px;
  margin: 0 auto;
  padding-top: 115px;
  padding-left: 530px;
  color: #0088c8;
}
.index-banner .banner-content h1 {
  -webkit-text-shadow: -1px -1px 0px #285e8d;
  -moz-text-shadow: -1px -1px 0px #285e8d;
  text-shadow: -1px -1px 0px #285e8d;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, Color='#ff285e8d', Positive='true');
  font-size: 28px;
  margin-bottom: 10px;
}
.index-banner .banner-content p {

  -webkit-text-shadow: -1px -1px 0px #fff;
  -moz-text-shadow: -1px -1px 0px #fff;
  text-shadow: -1px -1px 0px #fff;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, Color='#ff285e8d', Positive='true');
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 35px;
}
.index-banner .banner-content p.btn-tips {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.index-banner .banner-content .btn {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1719px;
  display: block;
  width: 144px;
  height: 44px;
}
.index-banner .banner-content .btn:hover {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1765px;
  width: 144px;
  height: 44px;
}
.index-banner .banner-content .btn:active {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1811px;
  width: 144px;
  height: 44px;
}
/*-------------------------------------------------

index

------------------------------------------------*/
.main.index .content {
  padding-top: 30px;
}
.main.index .content .index_feature_box {
  height: 330px;
  padding-top: 15px;
  border-top: #e5e1db 1px solid;
}
.main.index .content .index_feature_box .index_feature_intro {
  display: block;
  width: 460px;
  height: 300px;
  font-size: 14px;
  color: #555555;
  background-repeat: no-repeat;
  margin: 0px 60px;
}
.main.index .content .index_feature_box .index_feature_intro p {
  text-indent: 2em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main.index .content .index_feature_box .index_feature_intro_title {
  color: #108ac6;
  padding: 0px 94px 10px;
  height: 64px;
  background-repeat: no-repeat;
}
.main.index .content .index_feature_box h1 {
  font-size: 30px;
  font-weight: normal;
  height: 30px;
  margin: 9px 0px;
}
.main.index .content .index_feature_box h2 {
  font-size: 20px;
  font-weight: normal;
  height: 20px;
  margin: 0px;
}
.main.index .content .al_left .index_feature_intro {
  float: left;
  padding-right: 400px;
  background-position: center right;
}
.main.index .content .al_left .index_feature_intro_title {
  text-align: left;
  background-position: center left;
}
.main.index .content .al_right .index_feature_intro {
  float: right;
  padding-left: 400px;
  background-position: center left;
}
.main.index .content .al_right .index_feature_intro_title {
  text-align: right;
  background-position: center right;
}
.main.index .content .index_feature_safe {
  background-image: url(../../img/index/safe.png);
}
.main.index .content .index_feature_safe .index_feature_intro_title {
  background-image: url(../../img/index/title_icon1.png);
}
.main.index .content .index_feature_accelerate {
  padding-top: 20px;
  background-image: url(../../img/index/speed.png);
}
.main.index .content .index_feature_accelerate .index_feature_intro_title {
  background-image: url(../../img/index/title_icon2.png);
}
.main.index .content .index_feature_dataProcess {
  padding-top: 30px;
  background-image: url(../../img/index/cloud.png);
}
.main.index .content .index_feature_dataProcess_fwlc {
  padding-top: 30px;
  background-image: url(http://xhjs.qiniudn.com/fwlc.gif);
}
.main.index .content .index_feature_dataProcess .index_feature_intro_title {
  background-image: url(../../img/index/title_icon3.png);
}
.main.index .content .index_feature_box:first-child {
  border-top: none;
}
/*recover bxslider css */
.market-slider .bx-wrapper {
  margin: 0 auto;
}
.market-slider .bx-wrapper .bx-viewport {
  border: 0;
  left: 0;
  max-height: 430px;
}
.market-slider .bx-wrapper .bx-pager,
.market-slider .bx-wrapper .bx-wrapper .bx-controls-auto {
  bottom: -3px;
}
.market-slider .bx-wrapper .bx-default-pager {
  display: none;
}
.market-slider .bx-wrapper .bx-controls-direction a {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.market-banner {
  width: 100%;
}
.market-banner a {
  cursor: pointer;
  display: block;
  height: 430px;
}
.market-banner.bg {
  background-image: url(../../img/index/maket-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 430px;
}
.market-banner img {
  margin: 0 auto;
  max-width: none !important;
}
.index-banner.newyear {
  background-color: #FF4D2D;
  background-image: url(http://xhjs.qiniudn.com/banner2.jpg);
}
/*-------------------------------------------------

feature

------------------------------------------------*/
.main .content {
  /*-------------------------------------------*/
  /*------------------特性内容------------------*/
  /*-------------------------------------------*/
  /*------------------表格布局------------------*/
  /*------------------列表布局（垂直）------------------*/
}
.main .content .switch-bar .feature_developer_support:hover i,
.main .content .switch-bar .feature_developer_support.active i {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -358px;
  width: 86px;
  height: 79px;
}
.main .content .switch-bar .feature_data_process:hover i,
.main .content .switch-bar .feature_data_process.active i {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -194px;
  width: 90px;
  height: 81px;
}
.main .content .switch-bar .feature_accelerate:hover i,
.main .content .switch-bar .feature_accelerate.active i {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -704px;
  width: 82px;
  height: 82px;
}
.main .content .switch-bar .feature_security:hover i,
.main .content .switch-bar .feature_security.active i {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1505px;
  width: 75px;
  height: 87px;
}
.main .content .feature_contents {
  margin-bottom: 50px;
  background-color: #fafafa;
}
.main .content .feature_security .feature1 {
  background: url(../../img/feature/safe/1.png) 15% 50px no-repeat;
}
.main .content .feature_security .feature2 {
  background: url(../../img/feature/safe/2.png) 15% 50px no-repeat;
}
.main .content .feature_security .feature3 {
  background: url(../../img/feature/safe/3.png) 15% 50px no-repeat;
}
.main .content .feature_security .feature4 {
  background: url(../../img/feature/safe/4.png) 15% 50px no-repeat;
}
.main .content .feature_accelerate .feature1 {
  background: url(../../img/feature/acc/1.png) 15% 50px no-repeat;
}
.main .content .feature_accelerate .feature2 {
  background: url(../../img/feature/acc/2.png) 15% 50px no-repeat;
}
.main .content .feature_accelerate .feature3 {
  background: url(../../img/feature/acc/3.png) 15% 50px no-repeat;
}
.main .content .feature_accelerate .feature4 {
  background: url(../../img/feature/acc/4.png) 15% 50px no-repeat;
}
.main .content .feature_data_process .feature1 {
  background-image: url(../../img/feature/data/1.png);
}
.main .content .feature_data_process .feature2 {
  background-image: url(../../img/feature/data/2.png);
}
.main .content .feature_data_process .feature3 {
  background-image: url(../../img/feature/data/3.png);
}
.main .content .feature_data_process .feature4 {
  background-image: url(../../img/feature/data/4.png);
}
.main .content .feature_developer_support .feature1 {
  background-image: url(../../img/feature/dev/1.png);
}
.main .content .feature_developer_support .feature2 {
  background-image: url(../../img/feature/dev/2.png);
}
.main .content .feature_developer_support .feature3 {
  background-image: url(../../img/feature/dev/3.png);
}
.main .content .feature_developer_support .feature4 {
  background-image: url(../../img/feature/dev/4.png);
}
.main .content .table_align {
  padding: 0 30px;
}
.main .content .table_align h1 {
  border-bottom: 1px dashed #ccc;
  margin: 0;
  padding: 30px;
  text-align: center;
  color: #575757;
}
.main .content .table_align .feature_items {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  width: 215px;
  margin: 0 0 20px 0;
  padding: 50px 20px 50px 200px;
  vertical-align: top;
  font-size: 14px;
}
.main .content .table_align .feature_items h2 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #0ca3ea;
}
.main .content .table_align .feature_items p {
  color: #575757;
}
.main .content .ul_align {
  padding: 0 30px;
}
.main .content .ul_align h1 {
  margin: 0;
  padding: 30px;
  text-align: center;
  color: #575757;
}
.main .content .ul_align .feature_items {
  display: block;
  margin: 0;
  vertical-align: top;
  font-size: 14px;
  background-repeat: no-repeat;
  padding: 60px 80px 60px 320px;
  background-position: 15% 50%;
  border-top: 1px dashed #ccc;
}
.main .content .ul_align .feature_items table,
.main .content .ul_align .feature_items table caption {
  text-align: left;
}
.main .content .ul_align .feature_items h2 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #0ca3ea;
}
.main .content .ul_align .feature_items p {
  color: #575757;
}
.main .content .ul_align .pic_right {
  padding-left: 80px;
  padding-right: 320px;
  background-position: 80% 50%;
}
/*-------------------------------------------------

cases

------------------------------------------------*/
.clients {
  height: 260px;
  width: 100%;
  margin: 0 auto;
  background-position: center;
  background-image: url(../../img/case/up_bg.png);
}
.clients .content {
  padding: 25px 0 0 430px;
  width: 550px;
  min-height: 220px;
  position: relative;
  margin: 0 auto;
  background: url(../../img/case/air.png) 0 25px no-repeat;
  text-align: left;
}
.clients .content .intro {
  padding-bottom: 15px;
  border-bottom: 1px solid #aad9e9;
}
.clients .content .intro .banner_title {
  margin: 0;
}
.clients .content .intro .banner_title .sub_title {
  margin-left: 10px;
  font-weight: normal;
  font-size: 20px;
  color: #a6bec8;
}
.intro_banner.case {
  background-color: #14a8e2;
}
.clients .content .intro p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #4f5764;
}
.clients .content .clients_list {
  display: block;
  position: relative;
  padding: 10px;
}
.clients .content .clients_list .prev,
.clients .content .clients_list .next {
  position: absolute;
  display: block;
  padding: 10px 2px;
  top: 20px;
  color: #858585;
  font-weight: bold;
}
.clients .content .clients_list .prev:hover,
.clients .content .clients_list .next:hover {
  color: #333;
}
.clients .content .clients_list .prev {
  left: -10px;
}
.clients .content .clients_list .next {
  right: -10px;
}
.clients .content .clients_list .slide_page {
  font-size: 0;
}
.clients .content .clients_list li.client {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  height: 54px;
  width: 54px;
  margin: 0 3px;
  background-color: #ccc;
  border-radius: 10px;
  border: 3px solid #f0f0f0;
  vertical-align: top;
}
.clients .content .clients_list li.client > img {
  border-radius: 10px;
}
.clients .content .clients_list .pagination {
  display: none;
}
.main .content .cases_box {
  height: 340px;
  padding: 20px;
  border-top: #e5e1db 1px solid;
}
.main .content .cases_box .cases_intro {
  width: 392px;
  font-size: 14px;
  color: #555555;
}
.main .content .cases_box h1 {
  padding: 0px 80px 0px;
  height: 57px;
  line-height: 57px;
  font-weight: normal;
  margin-bottom: 20px;
}
.main .content .cases_box strong {
  color: #6aa502;
  display: block;
  font-weight: normal;
  margin: 0px;
}
.main .content .al_left {
  background-position: center right;
}
.main .content .al_left .cases_intro {
  float: left;
}
.main .content .al_left h1 {
  text-align: left;
  background-position: center left;
}
.main .content .al_right {
  background-position: center left;
}
.main .content .al_right .cases_intro {
  float: right;
}
.main .content .al_right h1 {
  text-align: right;
  background-position: center right;
}
.main .content #cases_camera360 {
  background-image: url(../../img/case/cases/360camera_pic.png);
  background-repeat: no-repeat;
}
.main .content #cases_camera360 h1 {
  background-image: url(../../img/case/cases/360camera.png);
  background-repeat: no-repeat;
  color: #fd7f2b;
}
.main .content #cases_wandou {
  background-image: url(../../img/case/cases/wandoujia_pic.png);
  background-repeat: no-repeat;
}
.main .content #cases_wandou h1 {
  background-image: url(../../img/case/cases/wandoujia.png);
  background-repeat: no-repeat;
  color: #4c8900;
}
.main .content #cases_weico {
  background-image: url(../../img/case/cases/weico+_pic.png);
  background-repeat: no-repeat;
}
.main .content #cases_weico h1 {
  background-image: url(../../img/case/cases/weico+.png);
  background-repeat: no-repeat;
  color: #1889ef;
}
.main .content #cases_meipai {
  background-image: url(../../img/case/cases/meipai_pic.png);
  background-repeat: no-repeat;
}
.main .content #cases_meipai h1 {
  background-image: url(../../img/case/cases/meipai.png);
  background-repeat: no-repeat;
  color: #fd7f2b;
}
.main .content #cases_jianyue {
  background-image: url(../../img/case/cases/jianyue_pic.png);
  background-repeat: no-repeat;
}
.main .content #cases_jianyue h1 {
  background-image: url(../../img/case/cases/jianyue.png);
  background-repeat: no-repeat;
  color: #1889ef;
  padding: 0px 153px 0px;
}
.main .content #cases_chanyou {
  background-image: url(../../img/case/cases/chanyouji_pic.png);
  background-repeat: no-repeat;
}
.main .content #cases_chanyou h1 {
  background-image: url(../../img/case/cases/chanyouji.png);
  background-repeat: no-repeat;
  color: #fd7f2b;
}
.main .content #cases_taigang {
  background-image: url(../../img/case/cases/taigang_pic.png);
  background-repeat: no-repeat;
}
.main .content #cases_taigang h1 {
  background-image: url(../../img/case/cases/taigang.png);
  background-repeat: no-repeat;
  color: #fd7f2b;
}
.main .content .cases_box:first-child {
  border-top: none;
}
.price_main  > .content .switch_content .typical_block .typical_line.last,
.price_main  > .content .switch_content .typical_block .typical_line:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.price_main  > .content .switch_content .typical_block  > li input,
.price_main  > .content .switch_content .typical_block  > li select {
  font-size: 12px;
}
.price_main > .content {
  background-color: #fff;
  padding-bottom: 10px;
}
.price_main > .content .main-body {
  background-color: #fafafa;
  padding-top: 20px;
}
.price_main > .content .main-body .slogan {
  background-color: #fff;
  border: solid 1px #E7E7E8;
  margin: 0px 165px;
  padding: 20px;
}
.price_main > .content .main-body .slogan h5 {
  font-size: 14px;
  margin-bottom: 15px;
}
.price_main > .content .main-body .slogan ul {
  font-size: 12px;
  color: #6D5D63;
  zoom: 1;
}
.price_main > .content .main-body .slogan ul:before,
.price_main > .content .main-body .slogan ul:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.price_main > .content .main-body .slogan ul li {
  float: left;
  margin-left: 10px;
}
.price_main > .content .main-body .slogan ul li:first-child {
  margin-left: 0;
}
.price_main > .content .main-body .slogan ul i {
  vertical-align: bottom;
  margin-right: 2px;
}
.price_main > .content .main-body .slogan .exp-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0;
  color: #fff;
  width: 150px;
  margin: 20px auto 0px;
  text-align: center;
  background-color: #00a0de;
}
.price_main > .content .switch-bar > a {
  padding: 44px 0;
}
.price_main > .content .switch-bar .price:hover i,
.price_main > .content .switch-bar .price.active i {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1193px;
  width: 93px;
  height: 63px;
}
.price_main > .content .switch-bar .calc:hover i,
.price_main > .content .switch-bar .calc.active i {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -982px;
  width: 62px;
  height: 62px;
}
.price_main > .content .switch-bar .esti:hover i,
.price_main > .content .switch-bar .esti.active i {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -853px;
  width: 80px;
  height: 63px;
}
.price_main > .content #esti_block #price_results li.head {
  padding: 10px 0;
}
.price_main > .content #esti_block #price_results li {
  overflow: hidden;
}
.price_main > .content #esti_block #price_results li span {
  width: 40%;
  float: left;
}
.price_main > .content #esti_block #price_results li div {
  overflow: hidden;
  padding: 0.5em 0;
}
.price_main > .content #esti_block #price_results li .left_col {
  width: 20%;
}
.price_main > .content #esti_block #price_results li.result {
  font-size: 16px;
  padding: 1em 0;
}
.price_main > .content #esti_block .typical_block > li.block_body {
  overflow: hidden;
  height: 60px;
  padding: 25px 0;
}
.price_main > .content #esti_block .typical_block > li.block_body > div {
  text-align: left;
  width: 50%;
  float: left;
  position: relative;
}
.price_main > .content #esti_block .typical_block > li.block_body > div .slider {
  left: 50%;
  width: 186px;
  margin-left: -93px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.price_main > .content #esti_block .typical_block > li.block_body > div .num {
  text-align: center;
}
.price_main > .content #esti_block .typical_block > li {
  text-align: center;
}
.price_main > .content #esti_block .typical_block > li input[type="text"] {
  width: 70px;
}
.price_main > .content #esti_block .typical_block > li.block_head {
  overflow: hidden;
}
.price_main > .content #esti_block .typical_block > li.block_head > span {
  width: 50%;
  float: left;
}
.price_main > .content #esti_block .typical_block .typical_line {
  margin: 0;
  padding: 8px 0px;
  color: #6d5d63;
}
.price_main > .content #esti_block .typical_block .block_foot {
  text-align: left;
  padding-left: 45px;
  padding-right: 45px;
}
.price_main > .content #esti_block .typical_block .block_foot span {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  vertical-align: top;
  margin: 5px 0px 5px 0px;
}
.price_main > .content #price_block .typical_block > li {
  height: 16px;
  line-height: 16px;
}
.price_main > .content #price_block .typical_block > li span.amount,
.price_main > .content #price_block .typical_block > li span.price {
  text-align: center;
  width: 49%;
}
.price_main > .content #price_block .typical_block > li span {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
}
.price_main > .content strong.free {
  color: #118c3e;
}
.price_main > .content strong {
  color: #00a0de;
}
.price_main > .content .icon-Qst {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1286px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-right: 0.25em;
  vertical-align: bottom;
}
.price_main > .content > .title {
  padding: 40px 165px;
  background: none;
  line-height: 1em;
  margin: 0;
  padding-left: 270px;
  font-size: 22px;
  font-weight: normal;
  background: url(../../img/price/price_title.png) 165px 65% no-repeat;
}
.price_main > .content > .title > ul {
  width: 100%;
  font-size: 0px;
}
.price_main > .content > .title > ul > li {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  width: 101px;
  padding: 0;
  margin: 0 40px 0 0;
  vertical-align: top;
  font-size: 12px;
  color: #5f7385;
  text-align: center;
}
.price_main > .content > .title > ul > li h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0px;
  line-height: 1em;
  border-bottom: 2px solid #E9E4E4;
}
.price_main > .content > .title > ul > li h3:hover {
  border-color: #047fbb;
  color: #047fbb;
}
.price_main > .content > .title > ul > li.current h3 {
  border-color: #047fbb;
  color: #047fbb;
}
.price_main > .content #calc_block .typical_block > li {
  padding-left: 10px;
  margin: 0;
}
.price_main > .content #calc_block .typical_block > li .num {
  margin-left: 30px;
  max-width: 200px;
}
.price_main > .content #calc_block .typical_block > li .name {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  width: 118px;
  text-align: right;
  margin-right: 30px;
}
.price_main > .content #calc_block .typical_block > li .slider {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  width: 260px;
}
.price_main > .content #calc_block .typical_block > li input {
  width: 80px;
}
.price_main > .content #calc_block .typical_block .head_line {
  height: 23px;
  line-height: 23px;
  padding: 22px 0;
  font-weight: normal;
  background-color: #f9f9f9;
}
.price_main > .content #calc_block .typical_block .typical_line {
  height: 16px;
  line-height: 16px;
  padding: 20px 0px 20px 0px;
}
.price_main > .content .switch_content {
  margin: 0 0px 30px;
  padding: 10px 165px 60px;
}
.price_main > .content .switch_content .sub_block_title {
  margin: 6px 0;
  font-size: 12px;
  color: #4f5155;
  font-weight: normal;
}
.price_main > .content .switch_content .block_title {
  margin: 30px 0 12px;
  color: #4d4a47;
  font-size: 16px;
  font-weight: bold;
}
.price_main > .content .switch_content .typical_block {
  width: 650px;
  border-radius: 5px;
  border: 1px solid #e7e7e8;
}
.price_main > .content .switch_content .typical_block > li {
  position: relative;
  padding: 10px 0 10px 0px;
  font-size: 14px;
}
.price_main > .content .switch_content .typical_block > li a {
  color: #00a0de;
  text-decoration: underline;
}
.price_main > .content .switch_content .typical_block > li .ab_left {
  position: absolute;
  left: 24px;
}
.price_main > .content .switch_content .typical_block > li .slider {
  position: relative;
}
.price_main > .content .switch_content .typical_block > li .slider .chosen {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
}
.price_main > .content .switch_content .typical_block > li .slider.ui-slider {
  height: 9px;
  border-radius: 5px;
  background: url(../../img/price/bar_back.png);
}
.price_main > .content .switch_content .typical_block > li .slider.ui-slider .ui-slider-handle {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1102px;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 2;
  margin-top: -7px;
  margin-left: -12px;
}
.price_main > .content .switch_content .typical_block > li .slider.ui-slider .chosen {
  height: 9px;
  border-radius: 5px;
  background: url(../../img/price/bar_chosen.png);
  box-shadow: 0 0 1px #00a0de;
}
.price_main > .content .switch_content .typical_block > li .slider.ui-slider .ui-slider-handle:focus {
  outline: none;
}
.price_main > .content .switch_content .typical_block > li select {
  background-color: transparent;
  border: 1px solid #ccc;
}
.price_main > .content .switch_content .typical_block > li input {
  border: 1px solid #ccc;
  text-align: center;
}
.price_main > .content .switch_content .typical_block .head_line {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
  color: #4d4a47;
  background-color: #f9f9f9;
}
.price_main > .content .switch_content .typical_block .typical_line {
  background: url(../../img/price/divide.png) center top no-repeat;
  background-color: #fcfcfc;
  color: #6d5d63;
  overflow: hidden;
}
.price_main > .content .icon-Y::before {
  content: '￥';
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  width: 13px;
  top: 1px;
  font-style: normal;
  color: #118c3e;
}
.welcome {
  height: 250px;
  background-image: url(../../img/about/about_banner.png);
  background-position: center center;
}
.welcome .banner_title {
  width: 980px;
  height: 250px;
  line-height: 250px;
  font-size: 60px;
  font-weight: normal;
  color: #0479b5;
  text-align: left;
  margin: 0 auto;
}
div.pagination {
  text-align: right;
  font-size: 12px;
  color: #858585;
}
div.pagination a {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
}
div.pagination a.current,
div.pagination a:hover {
  color: #0579b6;
  text-decoration: underline;
}
.main .content .left_ch {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -30px;
  padding-bottom: 30px;
  width: 200px;
  height: 100%;
  text-align: left;
  background-color: #eeeeee;
  border-top: 5px solid #0078af;
  box-shadow: inset -10px 0 10px #dddddd;
}
.main .content .left_ch .part {
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 20px;
}
.main .content .left_ch .part:first-child {
  border-top: none;
}
.main .content .left_ch .part:last-child {
  border-bottom: none;
}
.main .content .left_ch .part ul.icons {
  padding-left: 20px;
}
.main .content .left_ch .part ul.icons li:hover {
  color: #0579b6;
}
.main .content .left_ch .part ul.icons li:hover .logo {
  border-color: #0579b6;
}
.main .content .left_ch .part ul.icons li:active {
  color: #0579b6;
  background-color: #e5e5e5;
  border-bottom: 1px solid #f9f9f9;
  box-shadow: inset 0 0 2px #aaa;
}
.main .content .left_ch .part ul.icons li {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  width: 52px;
  height: 61px;
  margin: 0 0 5px;
  padding: 5px 0;
  color: #858585;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.main .content .left_ch .part ul.icons li .logo {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  outline: none;
}
.main .content .left_ch .part ul.icons li .name {
  line-height: 1.5em;
  font-size: 12px;
}
.main .content .left_ch .part .title .sub_title2 {
  margin-left: 10px;
  font-size: 14px;
  color: #cbc9ca;
  text-shadow: 1px 1px 1px #fff;
}
.main .content .left_ch .title {
  margin: 24px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #0579b6;
}
.main .content .left_ch .title .sub_title {
  margin-left: 100px;
  font-family: Georgia;
  font-size: 14px;
  color: #858585;
}
.main .content .left_ch .choices li:hover {
  color: #0579b6;
}
.main .content .left_ch .choices li.current {
  color: #0579b6;
  background-color: #e5e5e5;
  border-bottom: 1px solid #f9f9f9;
  box-shadow: inset 0 0 2px #aaa;
}
.main .content .left_ch .choices li {
  margin: 0;
  padding-left: 30px;
  color: #333;
  font-size: 14px;
  line-height: 2.5em;
  border-bottom: 1px solid transparent;
}
.main .content .right_main {
  margin-left: 200px;
  padding-top: 1px;
  background-color: #fff;
}
.main .content .right_main .right_content {
  min-height: 500px;
  padding: 10px 30px 30px;
}
.main .content .right_main .right_content p {
  text-indent: 2em !important;
  margin-top: 14px;
}
.main .content .right_main .right_content h4 {
  margin: 20px 0px;
}
.main .content .right_main .right_content h3 {
  margin: 18px 0px;
}
.main .content .right_main .right_content .article {
  font-size: 14px;
}
.main .content .right_main .right_content .article ul {
  padding: 0 2em;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.main .content .right_main .right_content .article ul li {
  line-height: 1.8em;
  padding: 5px 0px 10px;
  text-indent: 20px;
  background-image: url(../../img/about/pointer.png);
  background-position: left 13px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main .content .right_main .right_content .article ul li a {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
}
.main .content .right_main .right_content .article ul li a:hover {
  color: #0579b6;
  text-decoration: underline;
}
.main .content .right_main .right_content .article p {
  text-indent: 2em;
}
.main .content .right_main .right_content .article div {
  margin: 10px 0;
}
.main .content .right_main .right_content .article.agreement p.agreenment-declare {
  margin-bottom: 1em;
}
.main .content .right_main .right_content .article.agreement ul {
  margin-bottom: 0.5em;
}
.main .content .right_main .right_content .article.agreement ul li {
  background: none;
}
.main .content .right_main .right_content ul.article_list {
  font-size: 14px;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.main .content .right_main .right_content ul.article_list p {
  text-indent: 2em;
}
.main .content .right_main .right_content ul.article_list div {
  margin: 10px 0;
}
.main .content .right_main .right_content ul.article_list li {
  line-height: 1.8em;
  padding: 5px 10px 10px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.main .content .right_main .right_content ul.article_list li .paragraph {
  color: #a6a6a6;
}
.main .content .right_main .right_content ul.article_list li a {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
}
.main .content .right_main .right_content ul.article_list li a:hover {
  color: #0579b6;
  text-decoration: underline;
}
.main .content .right_main .right_content .article_list {
  font-size: 14px;
}
.main .content .right_main .right_content .article_list p {
  text-indent: 2em;
}
.main .content .right_main .right_content .article_list div {
  margin: 10px 0;
}
.main .content .right_main .right_content .news_list li {
  margin: 10px 0;
  padding: 0;
  border: none;
}
.main .content .right_main .right_content .foot_part {
  padding: 0 10px 0px 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.main .content .right_main .right_content .foot_part .scroll_pointer {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  width: 40px;
  height: 80px;
  position: absolute;
  top: 0;
}
.main .content .right_main .right_content .foot_part .scroll_pointer i {
  margin: 30px 14px;
}
.main .content .right_main .right_content .foot_part .scroll_pointer#left {
  left: 0;
}
.main .content .right_main .right_content .foot_part .scroll_pointer#right {
  right: 0;
}
.main .content .right_main .right_content .foot_part .scroll_pointer#left:hover i {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -522px;
  width: 13px;
  height: 20px;
}
.main .content .right_main .right_content .foot_part .scroll_pointer#right:hover i {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1372px;
  width: 13px;
  height: 20px;
}
.main .content .right_main .right_content .foot_part .media_block {
  margin: 0 40px;
  overflow: hidden;
}
.main .content .right_main .right_content .foot_part .media_block .medias {
  height: 80px;
}
.main .content .right_main .right_content .foot_part .media_block .medias > * {
  height: 60px;
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  text-align: center;
}
.main .content .right_main .right_content .foot_part .media_block .medias > * img {
  opacity: 0.4;
}
.main .content .right_main .right_content .foot_part .media_block .medias > * img:hover {
  opacity: 1;
}
.main .content .right_main .right_content .main_parts {
  padding: 10px 10px 0 10px;
  position: relative;
  overflow: hidden;
}
.main .content .right_main .right_content .main_parts .left_parts {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  margin-right: 240px;
  min-width: 460px;
  min-height: 100px;
  font-size: 13px;
  position: relative;
}
.main .content .right_main .right_content .main_parts .left_parts h4 {
  font-size: 1.2em;
}
.main .content .right_main .right_content .main_parts .left_parts .part:last-child {
  border-bottom: none;
}
.main .content .right_main .right_content .main_parts .left_parts .part {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.main .content .right_main .right_content .main_parts .left_parts .part p {
  text-indent: 2em;
  color: #a6a6a6;
}
.main .content .right_main .right_content .main_parts .right_parts {
  width: 220px;
  position: absolute;
  right: 10px;
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  min-height: 100px;
}
.main .content .right_main .right_content .main_parts .right_parts .ad {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.main .content .right_main .right_content .main_parts .right_parts .side_info {
  margin-top: 20px;
}
.main .content .right_main .right_content .main_parts .right_parts .side_info ul.contacts {
  padding: 0 5px;
}
.main .content .right_main .right_content .main_parts .right_parts .side_info ul.contacts li {
  padding: 8px 10px;
  font-size: 12px;
}
.main .content .right_main .right_content .main_parts .right_parts .side_info ul.contacts li .icon.icon_qq {
  background-image: url(../../img/global/qq.png);
}
.main .content .right_main .right_content .main_parts .right_parts .side_info ul.contacts li .icon.icon_telephone {
  background-image: url(../../img/global/telephone.png);
}
.main .content .right_main .right_content .main_parts .right_parts .side_info ul.contacts li .icon {
  margin-right: 5px;
}
.main .content .right_main .right_content .main_parts .right_parts .side_info ul.news {
  border: 1px solid #d7d7d7;
  border-top: none;
  padding: 0 5px;
}
.main .content .right_main .right_content .main_parts .right_parts .side_info ul.news li {
  padding: 8px 10px;
  font-size: 12px;
  border-bottom: 1px dotted #d7d7d7;
}
.main .content .right_main .right_content .main_parts .right_parts .side_info .title {
  padding: 8px 15px;
  margin: 0;
  font-weight: normal;
  color: #595959;
  border: 1px solid #d7d7d7;
  background-color: #ebebeb;
}
.main .content .right_main .right_content .main_parts .right_parts .dev_ad {
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
}
.main .content .right_main .right_content .com_intro {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.main .content .right_main .right_content .job_wrapper {
  position: relative;
  height: 60px;
  z-index: 10;
}
.main .content .right_main .right_content .job_wrapper .job_nav {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 12px;
  top: 0px;
  background-color: #fff;
  width: 720px;
  white-space: nowrap;
}
.main .content .right_main .right_content .job_wrapper .job_nav li {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  margin: 0 0;
  padding: 10px 0;
}
.main .content .right_main .right_content .job_wrapper .job_nav li a {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  padding: 10px 0px 10px 0px;
  margin: 0 9px 0 0;
  border-bottom: 2px solid #e9e4e4;
  font-weight: bold;
  color: #444;
}
.main .content .right_main .right_content .job_wrapper .job_nav li a:hover {
  color: #0579B6;
  border-color: #0579B6;
}
.main .content .right_main .right_content .jobs {
  font-size: 14px;
}
.main .content .right_main .right_content .jobs .job {
  zoom: 1;
  position: relative;
}
.main .content .right_main .right_content .jobs .job ol {
  padding-left: 40px;
}
.main .content .right_main .right_content .jobs .job strong {
  padding: 10px 0;
  display: block;
}
.main .content .right_main .right_content .jobs .job .jobs-placeholder {
  position: absolute;
  top: -60px;
  width: 1px;
  height: 1px;
  left: 0px;
}
.main .content .right_main .right_content .jobs .job .title {
  position: relative;
  padding: 10px 15px;
  margin: 15px 0px;
  font-size: 18px;
  background-color: #f0f0f0;
}
.main .content .right_main .right_content .jobs .job .title .mail_btn {
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 5px;
  color: #ffffff;
  border-style: none;
  border: 1px solid #3d83ca;
  cursor: pointer;
  background-color: #0a6fda;
  background-color: #2a8be9;
  background-image: -o-linear-gradient(bottom, #0a6fda 0%, #4aa7f8 100%);
  background-image: -moz-linear-gradient(bottom, #0a6fda 0%, #4aa7f8 100%);
  background-image: -webkit-linear-gradient(bottom, #0a6fda 0%, #4aa7f8 100%);
  background-image: -ms-linear-gradient(bottom, #0a6fda 0%, #4aa7f8 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0a6fda), color-stop(1, #4aa7f8));
  background-image: linear-gradient(bottom, #0a6fda 0%, #4aa7f8 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px #ffffff;
  -moz-box-shadow: inset 0 1px 1px #ffffff;
  box-shadow: inset 0 1px 1px #ffffff;
  -webkit-text-shadow: 1px 1px 1px #525252;
  -moz-text-shadow: 1px 1px 1px #525252;
  text-shadow: 1px 1px 1px #525252;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#ff525252', Positive='true');
}
.main .content .right_main .right_content .jobs .job .title .mail_btn:hover {
  background-color: #3797f6;
  background-image: -o-linear-gradient(bottom, #0b7bf2 0%, #63b3f9 100%);
  background-image: -moz-linear-gradient(bottom, #0b7bf2 0%, #63b3f9 100%);
  background-image: -webkit-linear-gradient(bottom, #0b7bf2 0%, #63b3f9 100%);
  background-image: -ms-linear-gradient(bottom, #0b7bf2 0%, #63b3f9 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0b7bf2), color-stop(1, #63b3f9));
  background-image: linear-gradient(bottom, #0b7bf2 0%, #63b3f9 100%);
}
.main .content .right_main .right_content .jobs .job .title .mail_btn:active {
  -webkit-box-shadow: inset 0 1px 1px #065aa3;
  -moz-box-shadow: inset 0 1px 1px #065aa3;
  box-shadow: inset 0 1px 1px #065aa3;
}
.main .content .right_main .right_content .news,
.main .content .right_main .right_content .reports {
  min-height: 250px;
  width: 100%;
}
.main .content .right_main .right_content .news h4 .more,
.main .content .right_main .right_content .reports h4 .more {
  position: absolute;
  right: 0px;
}
.main .content .right_main .right_content .news .time,
.main .content .right_main .right_content .reports .time {
  color: #a6a6a6;
  font-size: 12px;
  text-align: right;
}
.main .content .right_main .right_content .news .title,
.main .content .right_main .right_content .reports .title {
  margin: 0.5em 0;
}
.main .content .right_main .right_content .news .paragraph,
.main .content .right_main .right_content .reports .paragraph {
  font-size: 14px;
  text-indent: 2em;
  color: #666;
}
.newsart {
  font-size: 14px;
}
.main.notfound > .content {
  text-align: center;
  padding: 410px 0 240px;
  background-image: url(../../img/notfound/404.png);
  background-position: center 240px;
  background-repeat: no-repeat;
  height: 30px;
  min-height: 0px;
}
.main.notfound > .content p {
  line-height: 30px;
}
.main.notfound > .content a {
  margin: 0 5px;
  color: #0C94DE;
}
.main.notfound > .content a:hover {
  text-decoration: underline;
}
.header {
  -webkit-box-shadow: 0 1px 1px #3867a3;
  -moz-box-shadow: 0 1px 1px #3867a3;
  box-shadow: 0 1px 1px #3867a3;
  width: 100%;
  height: 68px;
  position: relative;
  background: url(../../img/global/header_bg.png);
  z-index: 1;
}
.header .inner_header {
  width: 980px;
  height: 68px;
  position: relative;
  margin: 0 auto;
}
.header .inner_header .main-logo {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -439px;
  width: 128px;
  height: 59px;
  margin: 5px 0px;
}
.header .inner_header .navbar {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 68px;
  font-size: 14px;
}
.header .inner_header .navbar .links {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  padding-right: 10px;
  font-size: 14px;
}
.header .inner_header .navbar .links li.index a {
  height: 20px;
  padding: 24px 30px;
  vertical-align: top;
}
.header .inner_header .navbar .links li.index a i {
  vertical-align: top;
}
.header .inner_header .navbar .links li.current,
.header .inner_header .navbar .links li:hover {
  color: #f0f0f0;
  border-left: 1px solid #01ace0;
  border-right: 1px solid #01ace0;
  background: url(../../img/global/current_header_bg.png) 0 0;
}
.header .inner_header .navbar .links li.current a,
.header .inner_header .navbar .links li:hover a {
  border-left: 1px solid #0072ae;
  border-right: 1px solid #0072ae;
}
.header .inner_header .navbar .links li {
  float: left;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.header .inner_header .navbar .links li a {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  height: 68px;
  padding: 0 8px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #f0f0f0;
}
.header .inner_header .navbar .links li a:hover {
  color: #fff;
}
.header .inner_header .navbar .btn {
  width: 58px;
  height: 27px;
  cursor: pointer;
  padding: 0;
  text-align: center;
  line-height: 27px;
  vertical-align: top;
  margin-top: 20px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, Color='#1a000000', Positive='true');
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
}
.header .inner_header .navbar .btn:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.35);
}
.header .inner_header .navbar .signup {
  background-color: #2f9800;
  background-image: -o-linear-gradient(bottom, #067c00 0%, #58b300 100%);
  background-image: -moz-linear-gradient(bottom, #067c00 0%, #58b300 100%);
  background-image: -webkit-linear-gradient(bottom, #067c00 0%, #58b300 100%);
  background-image: -ms-linear-gradient(bottom, #067c00 0%, #58b300 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #067c00), color-stop(1, #58b300));
  background-image: linear-gradient(bottom, #067c00 0%, #58b300 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #067c00;
  border-top: 1px solid #398500 ;
  border-right: 1px solid #337900;
  border-bottom: 1px solid #2e6d00;
  border-left: 1px solid #337900;
  margin-left: 30px;
}
.header .inner_header .navbar .signup:hover {
  background-color: #55ad08;
  background-image: -o-linear-gradient(bottom, #409003 0%, #69c90d 100%);
  background-image: -moz-linear-gradient(bottom, #409003 0%, #69c90d 100%);
  background-image: -webkit-linear-gradient(bottom, #409003 0%, #69c90d 100%);
  background-image: -ms-linear-gradient(bottom, #409003 0%, #69c90d 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #409003), color-stop(1, #69c90d));
  background-image: linear-gradient(bottom, #409003 0%, #69c90d 100%);
}
.header .inner_header .navbar .login {
  background-color: #01509a;
  background-image: -o-linear-gradient(bottom, #003a77 0%, #0165bd 100%);
  background-image: -moz-linear-gradient(bottom, #003a77 0%, #0165bd 100%);
  background-image: -webkit-linear-gradient(bottom, #003a77 0%, #0165bd 100%);
  background-image: -ms-linear-gradient(bottom, #003a77 0%, #0165bd 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003a77), color-stop(1, #0165bd));
  background-image: linear-gradient(bottom, #003a77 0%, #0165bd 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  background-color: #003a77;
  margin-left: 5px;
  border-top: 1px solid #006aa5;
  border-right: 1px solid #005e93;
  border-bottom: 1px solid #005280;
  border-left: 1px solid #005e93;
}
.header .inner_header .navbar .login:hover {
  background-color: #006da9;
  background-image: -o-linear-gradient(bottom, #006299 0%, #0077b9 100%);
  background-image: -moz-linear-gradient(bottom, #006299 0%, #0077b9 100%);
  background-image: -webkit-linear-gradient(bottom, #006299 0%, #0077b9 100%);
  background-image: -ms-linear-gradient(bottom, #006299 0%, #0077b9 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #006299), color-stop(1, #0077b9));
  background-image: linear-gradient(bottom, #006299 0%, #0077b9 100%);
}
.bottom {
  position: relative;
  background-color: #30373f;
}
.bottom .content {
  width: 980px;
  position: relative;
  margin: 0 auto;
}
.bottom .content .info {
  zoom: 1;
  padding: 25px 10px 25px 0px;
  border-bottom: 1px solid #252a30;
}
.bottom .content .info:before,
.bottom .content .info:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.bottom .content .info .contact,
.bottom .content .info .customers {
  padding-left: 65px;
  position: relative;
  min-height: 120px;
}
.bottom .content .info .contact .bg_icon,
.bottom .content .info .customers .bg_icon {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  position: absolute;
  top: 0px;
  left: 0px;
}
.bottom .content .info .contact .footer_icon,
.bottom .content .info .customers .footer_icon {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  margin-right: 10px;
  vertical-align: middle;
}
.bottom .content .info .contact {
  float: left;
  margin-left: 30px;
}
.bottom .content .info .contact .addr1_sprited:hover {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -29px;
  width: 16px;
  height: 26px;
}
.bottom .content .info .contact .qqwb_sprited:hover {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1336px;
  width: 17px;
  height: 16px;
}
.bottom .content .info .contact .twitter_sprited:hover {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1857px;
  width: 17px;
  height: 17px;
}
.bottom .content .info .contact .sinawb_sprited:hover {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1681px;
  width: 19px;
  height: 17px;
}
.bottom .content .info .contact .sf_sprited:hover {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1594px;
  width: 17px;
  height: 17px;
}
.bottom .content .info .contact .weixin_sprited:hover {
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1955px;
  width: 17px;
  height: 14px;
}
.bottom .content .info .contact .address_icon {
  vertical-align: bottom;
  margin-left: 10px;
}
.bottom .content .info .customers {
  float: right;
  margin-right: 30px;
}
.bottom .content a {
  text-decoration: none;
  color: #68696d;
}
.bottom .content a:hover {
  text-decoration: underline;
}
.bottom .content .footer {
  width: 100%;
  min-height: 40px;
  padding: 15px 0 20px;
  border-top: 1px solid #373e48;
  text-align: center;
}
.bottom .content .footer .footer_shgs {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  background: url('../../img/css-sprite.png') no-repeat;
  background-position: 0px -1632px;
  width: 47px;
  height: 47px;
  margin-top: 15px;
}
.bottom p {
  font-size: 12px;
  line-height: 1.8em;
  color: #68696d;
}
.popup.erweima .popup-box .popup-box-inner {
  background-image: url(http://xhjs.qiniudn.com/wx.jpg);
  background-repeat: no-repeat;
  background-position: center 40px;
  width: 280px;
  padding-top: 324px;
  text-align: center;
}
.ie-mask {
  margin: 200px auto;
  width: 530px;
  height: 300px;
  background-color: #fff;
  border: solid 1px #d2d2d2;
}
.ie-mask .noie-logo {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
  background: url('../../img/noie-css-sprite.png') no-repeat;
  background-position: 0px -100px;
  width: 111px;
  height: 54px;
  margin: 40px 50px 30px;
}
.ie-mask p {
  margin: 0px 50px;
  line-height: 20px;
}
.ie-mask p a {
  margin-left: 5px;
  margin-right: 5px;
  color: #0c94de;
}
.ie-mask p a:hover {
  text-decoration: underline;
}
.ie-mask .recommend-logos {
  position: relative;
  margin-top: 30px;
}
.ie-mask .recommend-logos a {
  display: inline-block;
  _zoom: 1;
  *zoom: 1;
  _display: inline;
  *display: inline;
}
.ie-mask .recommend-logos .chrome {
  position: absolute;
  left: 50px;
  background: url('../../img/noie-css-sprite.png') no-repeat;
  background-position: 0px -1px;
  width: 118px;
  height: 31px;
}
.ie-mask .recommend-logos .ff {
  position: absolute;
  left: 50%;
  margin-left: -32px;
  background: url('../../img/noie-css-sprite.png') no-repeat;
  background-position: 0px -34px;
  width: 98px;
  height: 31px;
}
.ie-mask .recommend-logos .ie {
  position: absolute;
  right: 50px;
  background: url('../../img/noie-css-sprite.png') no-repeat;
  background-position: 0px -67px;
  width: 82px;
  height: 31px;
}
.noie * {
  visibility: hidden;
}
.noie .ie-mask,
.noie .ie-mask * {
  visibility: inherit;
}
.addr1_sprited,
.addr2_sprited,
.contact_sprited,
.data_deal2_sprited,
.data_deal_sprited,
.dev_support2_sprited,
.dev_support_sprited,
.header_logo_sprited,
.home_icon_sprited,
.left_bw_sprited,
.left_sprited,
.link_sprited,
.net_acc2_sprited,
.net_acc_sprited,
.price_balancer1_sprited,
.price_balancer2_sprited,
.price_calculator1_sprited,
.price_calculator2_sprited,
.price_download_sprited,
.price_get_sprited,
.price_handler_sprited,
.price_money1_sprited,
.price_money2_sprited,
.price_put_sprited,
.price_qst_sprited,
.price_space_sprited,
.qqwb_c_sprited,
.qqwb_sprited,
.right_bw_sprited,
.right_sprited,
.safe_st2_sprited,
.safe_st_sprited,
.sf_c_sprited,
.sf_sprited,
.shgs_sprited,
.sinawb_c_sprited,
.sinawb_sprited,
.try_1_sprited,
.try_2_sprited,
.try_3_sprited,
.twitter_c_sprited,
.twitter_sprited,
.up_sprited,
.weixin_c_sprited,
.weixin_sprited {
  background: url('../../img/css-sprite.png') no-repeat;
}
.addr1_sprited {
  background-position: 0px -1px;
  width: 16px;
  height: 26px;
}
.addr2_sprited {
  background-position: 0px -29px;
  width: 16px;
  height: 26px;
}
.contact_sprited {
  background-position: 0px -57px;
  width: 52px;
  height: 52px;
}
.data_deal2_sprited {
  background-position: 0px -111px;
  width: 90px;
  height: 81px;
}
.data_deal_sprited {
  background-position: 0px -194px;
  width: 90px;
  height: 81px;
}
.dev_support2_sprited {
  background-position: 0px -277px;
  width: 86px;
  height: 79px;
}
.dev_support_sprited {
  background-position: 0px -358px;
  width: 86px;
  height: 79px;
}
.header_logo_sprited {
  background-position: 0px -439px;
  width: 128px;
  height: 59px;
}
.home_icon_sprited {
  background-position: 0px -500px;
  width: 22px;
  height: 20px;
}
.left_bw_sprited {
  background-position: 0px -522px;
  width: 13px;
  height: 20px;
}
.left_sprited {
  background-position: 0px -544px;
  width: 12px;
  height: 20px;
}
.link_sprited {
  background-position: 0px -566px;
  width: 52px;
  height: 52px;
}
.net_acc2_sprited {
  background-position: 0px -620px;
  width: 82px;
  height: 82px;
}
.net_acc_sprited {
  background-position: 0px -704px;
  width: 82px;
  height: 82px;
}
.price_balancer1_sprited {
  background-position: 0px -788px;
  width: 80px;
  height: 63px;
}
.price_balancer2_sprited {
  background-position: 0px -853px;
  width: 80px;
  height: 63px;
}
.price_calculator1_sprited {
  background-position: 0px -918px;
  width: 62px;
  height: 62px;
}
.price_calculator2_sprited {
  background-position: 0px -982px;
  width: 62px;
  height: 62px;
}
.price_download_sprited {
  background-position: 0px -1046px;
  width: 26px;
  height: 26px;
}
.price_get_sprited {
  background-position: 0px -1074px;
  width: 26px;
  height: 26px;
}
.price_handler_sprited {
  background-position: 0px -1102px;
  width: 24px;
  height: 24px;
}
.price_money1_sprited {
  background-position: 0px -1128px;
  width: 93px;
  height: 63px;
}
.price_money2_sprited {
  background-position: 0px -1193px;
  width: 93px;
  height: 63px;
}
.price_put_sprited {
  background-position: 0px -1258px;
  width: 26px;
  height: 26px;
}
.price_qst_sprited {
  background-position: 0px -1286px;
  width: 20px;
  height: 20px;
}
.price_space_sprited {
  background-position: 0px -1308px;
  width: 26px;
  height: 26px;
}
.qqwb_c_sprited {
  background-position: 0px -1336px;
  width: 17px;
  height: 16px;
}
.qqwb_sprited {
  background-position: 0px -1354px;
  width: 17px;
  height: 16px;
}
.right_bw_sprited {
  background-position: 0px -1372px;
  width: 13px;
  height: 20px;
}
.right_sprited {
  background-position: 0px -1394px;
  width: 12px;
  height: 20px;
}
.safe_st2_sprited {
  background-position: 0px -1416px;
  width: 75px;
  height: 87px;
}
.safe_st_sprited {
  background-position: 0px -1505px;
  width: 75px;
  height: 87px;
}
.sf_c_sprited {
  background-position: 0px -1594px;
  width: 17px;
  height: 17px;
}
.sf_sprited {
  background-position: 0px -1613px;
  width: 17px;
  height: 17px;
}
.shgs_sprited {
  background-position: 0px -1632px;
  width: 47px;
  height: 47px;
}
.sinawb_c_sprited {
  background-position: 0px -1681px;
  width: 19px;
  height: 17px;
}
.sinawb_sprited {
  background-position: 0px -1700px;
  width: 19px;
  height: 17px;
}
.try_1_sprited {
  background-position: 0px -1719px;
  width: 144px;
  height: 44px;
}
.try_2_sprited {
  background-position: 0px -1765px;
  width: 144px;
  height: 44px;
}
.try_3_sprited {
  background-position: 0px -1811px;
  width: 144px;
  height: 44px;
}
.twitter_c_sprited {
  background-position: 0px -1857px;
  width: 17px;
  height: 17px;
}
.twitter_sprited {
  background-position: 0px -1876px;
  width: 17px;
  height: 17px;
}
.up_sprited {
  background-position: 0px -1895px;
  width: 58px;
  height: 58px;
}
.weixin_c_sprited {
  background-position: 0px -1955px;
  width: 17px;
  height: 14px;
}
.weixin_sprited {
  background-position: 0px -1971px;
  width: 17px;
  height: 14px;
}
.chrome_sprited,
.ff_sprited,
.ie8_sprited,
.noie_logo_sprited {
  background: url('../../img/noie-css-sprite.png') no-repeat;
}
.chrome_sprited {
  background-position: 0px -1px;
  width: 118px;
  height: 31px;
}
.ff_sprited {
  background-position: 0px -34px;
  width: 98px;
  height: 31px;
}
.ie8_sprited {
  background-position: 0px -67px;
  width: 82px;
  height: 31px;
}
.noie_logo_sprited {
  background-position: 0px -100px;
  width: 111px;
  height: 54px;
}
.light-activity {
  margin: 0 auto;
  width: 940px;
  padding-bottom: 226px;
  background: url(../../img/activity/2014.png) right bottom no-repeat;
  margin-bottom: 20px;
}
.light-activity .market-content {
  width: 780px;
  margin: 0 auto;
}
.light-activity .market-content h1 {
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}
.light-activity .market-content p {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #4b383a;
}
.light-activity .market-content p.red-bg {
  background: url(../../img/activity/text-title-bg.png) top left no-repeat;
  width: 575px;
  height: 47px;
  line-height: 43px;
  padding-left: 10px;
}
.light-activity .market-content p.red-bg span {
  color: white;
}
.light-activity .market-content p span {
  color: #0c94de;
}
.light-activity .market-content p span.special {
  font-size: 20px;
}
.light-activity .market-content .red {
  color: #bf1a2a;
}
.light-activity .market-content p.last {
  margin-bottom: 5px;
}
.light-activity .market-content p.left-tip {
  margin-bottom: 10px;
  margin: 0 auto;
  width: 748px;
}
.light-activity .market-content div.left-time {
  width: 748px;
  height: 98px;
  margin: 0 auto 70px;
  background-color: #c00d12;
  background-image: -o-linear-gradient(bottom, #a20405 0%, #dd151f 100%);
  background-image: -moz-linear-gradient(bottom, #a20405 0%, #dd151f 100%);
  background-image: -webkit-linear-gradient(bottom, #a20405 0%, #dd151f 100%);
  background-image: -ms-linear-gradient(bottom, #a20405 0%, #dd151f 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a20405), color-stop(1, #dd151f));
  background-image: linear-gradient(bottom, #a20405 0%, #dd151f 100%);
  border-top: 4px solid #c81113;
  text-align: center;
  color: #fff;
}
.light-activity .market-content div.left-time span.num {
  font-size: 78px;
}
.light-activity .market-content div.left-time span.text {
  font-size: 36px;
}
.light-activity .market-content .market-banner {
  margin: 0 auto;
  text-align: center;
}
.light-activity .market-content div.powered {
  float: right;
  color: #000;
}
.light-activity .market-content div {
  margin-left: 80px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
.light-activity .market-content div.recharge a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #bf1a2a;
  width: 80px;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: -5px;
}
.light-activity .market-content div.signup a {
  color: #0c94de;
}
.light-activity .market-content div.font-small {
  font-size: 12px;
  font-weight: normal;
}
.light-activity .market-content ul {
  margin-left: 80px;
  margin-bottom: 40px;
}
.light-activity .market-content ul li {
  font-size: 14px;
  line-height: 28px;
}
.light-activity .market-content ul li span {
  margin-right: 10px;
  font-size: 18px;
}
.market-banner {
  width: 100%;
}
.market-banner.bg {
  background-image: url(../../img/activity/maket-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 430px;
}
.market-banner img {
  margin: 0 auto;
  max-width: none !important;
}
