﻿@charset "UTF-8";
/*===webkit内核滚动条===*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}

::-webkit-scrollbar-track-piece {
  background: #fff;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #919191;
}

::-webkit-scrollbar-corner {
  background-color: #535353;
}

/*===选中字体===*/
::selection, ::-moz-selection, ::-webkit-selection {
  background: #d73135;
  color: #fff;
}

/*===重置样式===*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #666;
  font: 14px/1.43 'Microsoft Yahei', Arial;
  cursor: default;
  min-width: 1200px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

/*===公共样式===*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

/*===主体样式===*/
.container {
  width: 1200px;
  margin: 0 auto;
}

/*===头部===*/
.m-top {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  background-color: #333;
  color: #b0b0b0;
}

.m-top .menu a {
  padding: 0 16px;
  color: #b0b0b0;
}

.m-top .menu a:hover {
  color: #d73135;
}

.m-top .menu a + a {
  border-left: 1px solid #4d4d4d;
}

/*===LOGO===*/
.m-logo .logo-wrap{
  width: 800px;
  padding:10px 0;
  /*background: url(/upload/201704/28/51.png) 440px 23px no-repeat;*/

}

.m-logo .contact-wrap{
  margin-top: 30px;
  padding-left: 45px;
  position: relative;
}

.m-logo .contact-wrap .p-intro {
  color: #4d4d4d;
}

.m-logo .contact-wrap .p-tell {
  color: #ffad10;
  font-size: 24px;
}

.m-logo .contact-wrap .u-t-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 5px;
}

.m-logo .contact-wrap .u-t-icon i {
  font-size: 38px;
  color: #ffad10;
}

/*===头部导航===*/
.m-nav {
  height: 50px;
  line-height: 50px;
  background-color: #d73135;
}

.m-nav .nav-list {
  position: relative;
}

.m-nav .nav-list li {
  float: left;
}

.m-nav .nav-list .active a {
  background-color: #c8272b;
}

.m-nav .nav-list > li > a {
  display: block;
  padding: 0 39px;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.m-nav .nav-list > li > a:hover {
  background-color: #c8272b;
}

.m-nav .nav-list .snav-list {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 25px 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.m-nav .nav-list .snav-list a {
  display: block;
  padding: 0 60px;
}

.m-nav .nav-list .snav-list a:hover {
  color: #ffad10;
}

.m-nav .nav-list .snav-list .iconfont {
  color: #ffad10;
  font-size: 38px;
  vertical-align: middle;
}

.m-nav .nav-list .snav-list .icon-pcweb {
  font-size: 42px;
}

.m-nav .nav-list .snav-list .icon-shouje {
  font-size: 36px;
}

.m-nav .nav-list .snav-list .icon-liebiao-copy {
  font-size: 42px;
}

.m-nav .nav-list .snav-list .icon-gongneng {
  font-size: 34px;
}

.m-nav .nav-list .snav-list .icon-case {
  font-size: 38px;
}

.m-nav .nav-list .snav-list .icon-weicj {
  font-size: 37px;
}

.m-nav .nav-list .snav-list .icon-weiphd {
  font-size: 30px;
}

.m-nav .nav-list .snav-list .p-title .caption {
  padding-left: 15px;
  font-size: 16px;
  line-height: 1;
}

.m-nav .nav-list .snav-list .p-intro {
  position: relative;
  padding-left: 15px;
  color: #999;
}

.m-nav .nav-list .snav-list .p-intro:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ffad10;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.m-nav .nav-list .snav-list li + li {
  border-left: 1px solid #d7d7d7;
}

.m-nav .nav-list > li:hover .snav-list {
  display: block;
}

/*===Baner===*/
.m-slide {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
}

.m-slide .carousel-inner {
  position: absolute;
}

.m-slide .carousel-inner li {
  float: left;
  width: 100%;
  height: 460px;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.m-slide .carousel-inner li a {
  display: block;
  height: 100%;
}

.m-slide .dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.m-slide .dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin: 0 8px;
  font-size: 0;
}

.m-slide .dots li.active {
  background-color: #fff;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.5);
}

.m-slide .u-control {
  display: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  margin-top: -35px;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #b4b4b4;
  border-radius: 3px;
}

.m-slide .u-control .iconfont {
  font-size: 34px;
}

.m-slide .u-control:hover {
  color: #f7f7f7;
  background-color: rgba(0, 0, 0, 0.5);
}

.m-slide .prev {
  left: 60px;
}

.m-slide .next {
  right: 60px;
}

.m-slide:hover .u-control {
  display: block;
}

/*===首页模块公共===*/
.m-mod {
  padding: 76px 0;
  background-color: #fff;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.m-mod .ds-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}

.m-mod .sub-title {
  text-align: center;
  margin-bottom: 58px;
}

.m-mod-gray {
  background-color: #f7f7f7;
}

.m-mod-superiority {
  background-image: url(../img/static/superiority-bg.jpg);
}

/*===产品服务===*/
.m-service .service-list li {
  float: left;
  width: 283px;
  height: 323px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-service .service-list li + li {
  margin-left: 22px;
}

.m-service .service-list .sl-hd {
  height: 175px;
  background-color: #9bcc00;
  background: 50% 100% no-repeat;
  position: relative;
  padding-top: 20px;
}

.m-service .service-list .sl-hd:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #9bcc00;
}

.m-service .service-list .sl-hd .circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto;
  position: relative;
}

.m-service .service-list .sl-hd .circle:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}

.m-service .service-list .sl-hd .circle i {
  font-size: 44px;
  color: #fff;
}

.m-service .service-list .sl-hd .info {
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
}

.m-service .service-list .sl-hd .l-line {
  display: inline-block;
  width: 52px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-service .service-list .sl-bd {
  padding: 50px 25px 0;
  line-height: 1.5;
  color: #444;
}

.m-service .service-list .sl-bd:after {
  border-top-color: #9bcc00;
}

.m-service .service-list .gr .sl-hd {
  background-color: #9bcc00;
  background-image: url(../img/static/gr-bg.png);
}

.m-service .service-list .gr .sl-hd:after {
  border-top-color: #A9D02D;
}

.m-service .service-list .gr .circle:after {
  box-shadow: 0 0 0 5px #9bcc00;
}

.m-service .service-list .bl .sl-hd {
  background-color: #337ab7;
  background-image: url(../img/static/bl-bg.png);
}

.m-service .service-list .bl .sl-hd:after {
  border-top-color: #558EBF;
}

.m-service .service-list .bl .circle:after {
  box-shadow: 0 0 0 5px #337ab7;
}

.m-service .service-list .yl .sl-hd {
  background-color: #f0ad4e;
  background-image: url(../img/static/yl-bg.png);
}

.m-service .service-list .yl .sl-hd:after {
  border-top-color: #EDB76B;
}

.m-service .service-list .yl .circle:after {
  box-shadow: 0 0 0 5px #f0ad4e;
}

.m-service .service-list .rd .sl-hd {
  background-color: #d73135;
  background-image: url(../img/static/rd-bg.png);
}

.m-service .service-list .rd .sl-hd:after {
  border-top-color: #D95457;
}

.m-service .service-list .rd .circle:after {
  box-shadow: 0 0 0 5px #d73135;
}

.m-service .service-list li:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}

.m-service .service-list li:hover .l-line {
  width: 72px;
  height: 2px;
  background: #fff;
}

/*===产品优势===*/
.m-superiority .st-list li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 15px 25px;
}

.m-superiority .st-list .icon-wp {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: #337ab7;
  box-shadow: 0 0 0 7px rgba(51, 122, 183, 0.75);
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-superiority .st-list .icon-wp i {
  font-size: 44px;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-superiority .st-list .intro {
  padding: 30px 0 20px;
  color: #444;
  line-height: 1.6;
}

.m-superiority .st-list .iw-1 {
  background-color: #337ab7;
  box-shadow: 0 0 0 7px rgba(51, 122, 183, 0.75);
}

.m-superiority .st-list .iw-2 {
  background-color: #F0AD4E;
  box-shadow: 0 0 0 7px rgba(240, 173, 78, 0.75);
}

.m-superiority .st-list .iw-3 {
  background-color: #9BCC00;
  box-shadow: 0 0 0 7px rgba(155, 204, 0, 0.75);
}

.m-superiority .st-list .iw-4 {
  background-color: #5BC0DE;
  box-shadow: 0 0 0 7px rgba(91, 192, 222, 0.75);
}

.m-superiority .st-list .iw-5 {
  background-color: #5CB85C;
  box-shadow: 0 0 0 7px rgba(92, 184, 92, 0.75);
}

.m-superiority .st-list .iw-6 {
  background-color: #D73135;
  box-shadow: 0 0 0 7px rgba(215, 49, 53, 0.75);
}

.m-superiority .st-list .iw-7 {
  background-color: #5CB85C;
  box-shadow: 0 0 0 7px rgba(92, 184, 92, 0.75);
}

.m-superiority .st-list .iw-8 {
  background-color: #337AB7;
  box-shadow: 0 0 0 7px rgba(51, 122, 183, 0.75);
}

.m-superiority .st-list .iw-9 {
  background-color: #49297C;
  box-shadow: 0 0 0 7px rgba(73, 41, 124, 0.75);
}

.m-superiority .st-list .iw-10 {
  background-color: #F0AD4E;
  box-shadow: 0 0 0 7px rgba(240, 173, 78, 0.75);
}

.m-superiority .st-list li:hover .icon-wp {
  -webkit-animation: bounceIn cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -moz-animation: bounceIn cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  animation: bounceIn cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

/*===服务套餐===*/
.m-price .price-list > li {
  float: left;
  width: 386px;
  height: 630px;
  padding: 30px 35px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  text-align: center;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-price .price-list > li:hover {
  border-color: #FF3145;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.m-price .price-list > li + li {
  margin-left: 20px;
}

.m-price .price-wrap .tips {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 10px 0 20px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  background: #FF3145;
  writing-mode: vertical-lr;
}

.m-price .price-wrap .tips:after {
  content: "";
  border: 13px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: -1px;
  bottom: 0;
}

.m-price .price-wrap .pr-hd p {
  margin-bottom: 15px;
}

.m-price .price-wrap .p-type {
  line-height: 1;
}

.m-price .price-wrap .p-type i {
  font-size: 86px;
  color: #9BCC00;
}

.m-price .price-wrap .gr i {
  color: #9BCC00;
}

.m-price .price-wrap .yl i {
  color: #F0AD4E;
}

.m-price .price-wrap .rd i {
  color: #D73135;
}

.m-price .price-wrap .p-title {
  font-size: 24px;
  color: #333;
}

.m-price .price-wrap .p-price {
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.m-price .price-wrap .p-price span {
  color: #ffad10;
}

.m-price .price-wrap .p-price span b {
  font-size: 36px;
  padding-right: 6px;
}

.m-price .price-wrap .pr-tb {
  min-height: 272px;
  margin-bottom: 35px;
}

.m-price .price-wrap .pr-tb li {
  font-size: 12px;
  line-height: 33px;
  color: #505050;
  border-bottom: 1px solid #EFEFEF;
}

.m-price .price-wrap .pr-tb li:last-child {
  color: #337AB7;
}

.m-price .price-wrap .pr-btn {
  text-align: center;
}

.m-price .price-wrap .pr-btn .u-link {
  display: inline-block;
  padding: 10px 24px;
  background-color: #E5E5E5;
  color: #7c7c7c;
  margin: 0 10px;
}

.m-price .price-wrap .pr-btn .contact {
  background-color: #d73135;
  color: #fff;
}

.m-price .price-wrap .pr-btn .contact:hover {
  background-color: #db464a;
}

.m-price .price-wrap .pr-btn .more:hover {
  background-color: #f2f2f2;
}

/*===功能体系===*/
.tabs-nav {
  margin-bottom: 50px;
  text-align: center;
}

.tabs-nav li {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #dedede;
  margin: 0 6px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tabs-nav li.active,
.tabs-nav li:hover {
  color: #fff;
  background-color: #d73135;
  border-color: #d73135;
}

.tabs-item {
  display: none;
}

.tabs-item-on {
  display: block;
}

.m-feature .f-list li {
  float: left;
  padding: 20px;
  width: 20%;
  height: 255px;
  border: 1px solid #E6E6E6;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
}

.m-feature .f-list .p-icon i {
  font-size: 56px;
  color: #ccc;
}

.m-feature .f-list .p-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.m-feature .f-list .p-intro {
  line-height: 1.6;
  color: #999;
}

.m-feature .f-list li:hover .p-icon i {
  color: #d73135;
}

.m-feature .f-list li:hover .p-title {
  color: #d73135;
}

/*===客户案例===*/
.m-case .c-list {
  margin-right: -30px;
}

.m-case .c-list li {
  float: left;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.m-case .c-list .case-img {
  height: 240px;
  overflow: hidden;
  position: relative;
}

.m-case .c-list .case-img img {
  max-width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.m-case .c-list .case-img .u-mk {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 240px;
  line-height: 240px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  z-index: 2;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-case .c-list .case-img .u-mk i {
  font-size: 36px;
  color: #fff;
}

.m-case .c-list .case-img:hover .u-mk {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.m-case .c-list .case-title {
  padding: 0 12px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-case .c-list .case-title .more {
  display: none;
}

.m-case .c-list li:hover .case-title {
  color: #d73135;
}

.m-case .c-list li:hover .case-img {
  position: relative;
}

.m-case .c-list li:hover .case-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.m-case .u-more {
  margin-top: 30px;
  text-align: center;
}

.m-case .u-more a {
  display: inline-block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #DFDFDF;
  color: #999;
  letter-spacing: 1px;
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-case .u-more a:hover {
  color: #fff;
  background-color: #d73135;
  border-collapse: #d73135;
}

.m-case .u-more a:hover span {
  padding-left: 14px;
  visibility: visible;
}

.m-case .u-more span {
  color: #fff;
  visibility: hidden;
  padding-left: 6px;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: sans-serif;
  font-weight: 700;
}

/*===新闻模块===*/
.m-information .info-wrap {
  width: 345px;
  margin-right: 68px;
}

.m-information .info-wrap .caption {
  font-size: 24px;
  color: #333;
  line-height: 34px;
}

.m-information .info-wrap .caption .more {
  float: right;
  font-size: 12px;
  color: #C9C9C9;
}

.m-information .info-wrap .caption .more:hover {
  color: #d73135;
}

.m-information .info-wrap .news-list li {
  border-bottom: 1px dashed #dcdcdc;
}

.m-information .info-wrap .news-list a {
  line-height: 37px;
  overflow: hidden;
}

.m-information .info-wrap .news-list a:hover .title {
  color: #d73135;
}

.m-information .info-wrap .news-list .date {
  color: #b0b0b0;
}

.m-information .info-wrap .news-list .title {
  float: right;
  width: 250px;
  color: #777;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-information .info-wrap .news-list li:hover .title {
  font-style: italic;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
}

.m-information .info-wrap .news-list {
  margin-top: 15px;
}

.m-information .slide {
  width: 370px;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.m-information .slide .info-list {
  position: absolute;
  width: 9999px;
  height: 100%;
}

.m-information .slide .info-list li {
  float: left;
  width: 370px;
  height: 100%;
}

.m-information .slide .info-list li a {
  display: block;
  height: 100%;
  background: 50% 50% no-repeat;
}

.m-information .slide .u-pointer {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  text-align: center;
}

.m-information .slide .u-pointer li {
  display: inline-block;
  width: 15px;
  height: 6px;
  background-color: #fff;
  margin: 0 4px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-information .slide .u-pointer li:hover,
.m-information .slide .u-pointer li.focus {
  width: 25px;
}

/*==隔断图==*/
.m-gd-slider {
  padding: 60px 0;
  background: url(../img/static/gd-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.m-gd-slider .u-link {
  display: inline-block;
  width: 188px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #9bcc00;
  border-radius: 5px;
  font-size: 18px;
  margin: 0 50px;
}

.m-gd-slider .u-link:hover {
  background-color: #aee600;
}

.m-gd-slider .bl {
  background-color: #337ab7;
}

.m-gd-slider .bl:hover {
  background-color: #4f93ce;
}

.m-gd-slider .tell {
  margin-left: 10px;
}

.m-gd-slider .tell i {
  color: #ffad10;
  font-size: 36px;
  margin-right: 15px;
}

/*==底部==*/
.g-footer {
  background-color: #242424;
  padding-top: 50px;
}

.g-footer a {
  color: #828282;
}

.m-ft-menu {
  margin-bottom: 20px;
}

.m-ft-menu .menu {
  overflow: hidden;
}

.m-ft-menu .menu dl {
  width: 120px;
  float: left;
  text-align: center;
  font-size: 16px;
}

.m-ft-menu .menu dl dt {
  color: #e6e6e6;
  margin-bottom: 22px;
}

.m-ft-menu .menu dl dd a {
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
}

.m-ft-menu .menu dl dd a:hover {
  color: #d73135;
}

.m-ft-menu .contact {
  text-align: center;
}

.m-ft-menu .contact p {
  margin-bottom: 20px;
}

.m-ft-menu .contact .consulting a {
  display: inline-block;
  width: 130px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  background-color: #0C61B0;
  border-radius: 20px;
}

.m-ft-menu .contact .consulting a i {
  font-family: 32px;
  padding-right: 5px;
}

.m-ft-menu .contact .consulting a:hover {
  background-color: #0f7be0;
}

.m-ft-menu .contact .tell {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #e6e6e6;
  margin-bottom: 10px;
}

.m-ft-menu .contact .intro {
  font-size: 12px;
}

/*==友情链接==*/
.m-fd-link .fd {
  display: inline-block;
  margin-right: 5px;
}

.m-fd-link .link-box {
  display: inline-block;
}

.m-fd-link .link-box a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.m-fd-link .link-box a:hover {
  color: #d73135;
}

/*==版权信息==*/
.m-cpy {
  padding: 10px 0;
  text-align: center;
  background-color: #151515;
}

/*==内页样式==*/
.m-pages .header {
  background: #F8F8F8;
  border-bottom: #ededed 1px solid;
  border-top: #ededed 1px solid;
  overflow: hidden;
}

.m-pages .header .title {
  font-size: 18px;
  color: #444;
  display: inline-block;
  border-left: 3px solid #d73135;
  padding-left: 6px;
  margin-top: 14px;
  line-height: 1;
}

.m-pages .header .subtitle {
  color: #c1c1c1;
  font-size: 16px;
  display: none;
}

.m-pages .header .m-breadcrumb {
  float: right;
  color: #c1c1c1;
  padding: 14px 0;
  font-size: 12px;
  margin: 0;
}

.m-pages .page-main {
  padding: 0 0 50px;
}

.m-pages .page-main .side-nav {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  position: relative;
  z-index: 3;
}

.m-pages .page-main .side-nav a {
  display: inline-block;
  padding: 0 26px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  position: relative;
  margin-right: 5px;
  border: 1px solid #dadada;
  color: #898989;
  border-radius: 30px;
}

.m-pages .page-main .side-nav a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  right: -6px;
  top: 12px;
  background: #D9D9D9;
  display: none;
}

.m-pages .page-main .side-nav a:hover {
  color: #fff;
  background-color: #d73135;
  border-color: #d73135;
}

.m-pages .page-main .side-nav a:last-child:after {
  width: 0;
  height: 0;
}

/*==文本内容区域==*/
.m-text-area p {
  word-wrap: break-word;
  word-break: normal;
  line-height: 26px;
}

/*==分页==*/
.m-pager {
  text-align: center;
  padding: 40px;
}

.m-pager .count {
  display: none;
}

.m-pager a,
.m-pager span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #666;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-pager a i,
.m-pager span i {
  font-size: 14px;
}

.m-pager a:hover,
.m-pager span:hover {
  color: #fff;
  background-color: #d73135;
}

.m-pager .active {
  color: #fff;
  background-color: #d73135;
}

/*==新闻列表==*/
.m-p-news .news-list {
  margin-top: -25px;
}

.m-p-news .news-list li {
  height: 167px;
  padding: 30px;
  border-bottom: 1px solid #F0F0F0;
}

.m-p-news .news-list li a {
  display: block;
  height: 100%;
  position: relative;
}

.m-p-news .news-list li .news-img {
  width: 237px;
  height: 140px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #eee 50% 50% no-repeat;
  background-size: cover;
  display: none;
}

.m-p-news .news-list li .news-mn {
  padding-left: 160px;
  position: relative;
}

.m-p-news .news-list li .news-mn .date {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -31px;
  width: 120px;
  text-align: right;
}

.m-p-news .news-list li .news-mn .date .md {
  color: #c1c1c1;
  top: 22px;
  font-size: 30px;
  display: block;
}

.m-p-news .news-list li .news-mn .date .year {
  color: #c1c1c1;
}

.m-p-news .news-list li .news-mn .title {
  padding: 20px 0;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-p-news .news-list li .news-mn .description {
  color: #999;
  line-height: 1.6;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-p-news .news-list li:hover .date .md {
  color: #999;
}

.m-p-news .news-list li:hover .title {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -moz-transform: translateX(15px);
  transform: translateX(15px);
  color: #d73135;
}

.m-p-news .news-list li:hover .description {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -moz-transform: translateX(15px);
  transform: translateX(15px);
  color: #666;
}

/*==新闻详细==*/
.m-news-view {
  padding: 0 0 10px;
}

.m-news-view .caption {
  padding: 25px 0;
  text-align: center;
}

.m-news-view .caption .title {
  font-size: 24px;
  color: #444;
}

.m-news-view .caption .date {
  color: #c1c1c1;
  font-size: 16px;
  padding-top: 15px;
}

.m-news-view .digest {
  margin-bottom: 25px;
  font-size: 14px;
  color: #666;
  min-height: 20px;
  padding: 12px;
  background-color: #f7f7f7;
  line-height: 1.6;
  border: 1px dashed #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*==图片列表==*/
.m-image li {
  width: 285px;
  margin: 0 15px 25px 0;
  height: 277px;
  background: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.m-image li .img-box {
  height: 195px;
  overflow: hidden;
}

.m-image li .img-box img {
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-image li .img-info {
  padding: 15px 40px 15px 0;
  height: 80px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.m-image li .img-info .title {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-image li .img-info .subtitle {
  margin-top: 8px;
  color: #999;
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-image li .img-info .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: -15px;
  color: #999;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-image li .img-info .arrow i {
  font-size: 18px;
}

.m-image li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #d73135;
  -webkit-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.m-image li:nth-child(4n) {
  margin-right: 0;
}

.m-image li:hover:after {
  width: 100%;
}

.m-image li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.m-image li:hover .img-info {
  padding-left: 10px;
}

.m-image li:hover .img-info .title {
  color: #d73135;
}

.m-image li:hover .arrow {
  right: 10px;
}

/*==图片详细==*/
.m-image-view {
  padding-top: 40px;
}

.m-image-view .img-detail {
  text-align: center;
}

.m-image-view .title {
  font-size: 24px;
  padding: 30px 0;
  text-align: center;
  color: #444;
}

/*===案例===*/
.m-case .case-tabs {
  margin: 40px 0 15px;
  text-align: center;
}

.m-case .case-tabs .wrap {
  width: 800px;
  margin: 0 auto;
}

.m-case .case-tabs .wrap a {
  display: inline-block;
  width: 126px;
  height: 35px;
  line-height: 35px;
  margin: 0 10px 25px 10px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-case .case-tabs .wrap a:hover {
  background: #d73135;
  color: #fff;
  border-color: #d73135;
}

.m-case .case-list {
  margin-left: -20px;
}

.m-case .case-list li {
  float: left;
  width: 280px;
  margin-left: 24px;
  margin-bottom: 10px;
}

.m-case .case-list li a {
  display: block;
  padding-top: 11px;
  background: url(../img/static/case-bg-z.png) no-repeat 0 0;
}

.m-case .case-list li .p-img {
  background: #f2f2f2;
  height: 100%;
  border: 1px solid #eaeaea;
  border-top: 0;
  overflow: hidden;
}

.m-case .case-list li .p-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-case .case-list li .title {
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-case .case-list li:hover a {
  background-position: 0 -12px;
}

.m-case .case-list li:hover .title {
  color: #d73135;
}

.m-case .case-list li:hover .p-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.m-case .colum {
  margin-top: 30px;
}

.m-case .colum .caption {
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #dadada;
  font-size: 18px;
}

.m-case .colum .caption i {
  vertical-align: middle;
  font-size: 24px;
  color: #d73135;
}

.m-case .colum ul {
  padding: 10px 0;
}

.m-case .colum li {
  float: left;
  width: 49%;
}

.m-case .colum li:nth-child(2n) {
  margin-left: 2%;
}

.m-case .colum li a {
  display: block;
  line-height: 40px;
  color: #333;
  border-bottom: 1px dashed #dadada;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-case .colum li a i {
  margin-right: 5px;
  font-size: 12px;
  color: #999;
  vertical-align: middle;
}

.m-case .colum li a span {
  color: #999;
}

.m-case .colum li a:hover {
  color: #d73135;
}

/*==上一条/下一条==*/
.m-page-list {
  padding-top: 30px;
}

.m-page-list p {
  margin-bottom: 10px;
  color: #666;
}

.m-page-list p a {
  padding-left: 5px;
  color: #428bca;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-page-list p a:hover {
  color: #d73135;
  padding-left: 10px;
}

.m-page-list .back {
  cursor: pointer;
}

.m-page-list .back i {
  color: #999;
  margin-right: 3px;
}

.m-page-list .back:hover {
  color: #d73135;
}

.m-page-list .back:hover i {
  color: #d73135;
}

/*==面包屑导航==*/
.m-breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
}

.m-breadcrumb li {
  display: inline-block;
}

.m-breadcrumb li a:hover {
  color: #d73135;
}

.m-breadcrumb li + li:before {
  padding: 0 6px 0 5px;
  color: #ccc;
  content: ">";
  font-family: sans-serif;
}

.m-breadcrumb .active {
  color: #d73135;
}

/*==返回顶部==*/
.m-side-tool {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
}

.m-side-tool li {
  border: 1px solid #dcdcdc;
  border-bottom: none;
  background-color: #fff;
  -webkit-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.m-side-tool li:first-child {
  border-radius: 4px 4px 0 0;
}

.m-side-tool li:last-child {
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0 0 4px 4px;
}

.m-side-tool li:hover {
  background-color: #e6e6e6;
}

.m-side-tool li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}

.m-side-tool li a:after {
  content: attr(data-original-title);
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -15px;
  display: inline-block;
  min-width: 90px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #1a1a1a;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -moz-transform: translateX(15px);
  transform: translateX(15px);
  z-index: 1;
}

.m-side-tool li a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.m-side-tool li i {
  font-size: 26px;
}

/*===申请加盟===*/
.m-text-area .form-box {
  position: relative;
  padding: 10px;
  border: 1px solid #f6f6f6;
  background: #fff;
}

.m-text-area .form-box dl {
  display: block;
  padding: 5px 0;
  overflow: hidden;
}

.m-text-area .form-box dt {
  float: left;
  width: 120px;
  line-height: 42px;
  text-align: right;
}

.m-text-area .form-box dd {
  position: relative;
  padding: 5px 0 5px 10px;
  overflow: hidden;
}

.m-text-area .input {
  display: inline;
  padding: 7px;
  background: #fff;
  color: #333;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  outline: 0;
}

.m-text-area .input:focus {
  border-color: #d73135;
}

.m-text-area textarea {
  width: 600px;
  min-height: 190px;
  resize: vertical;
}

.m-text-area .txt {
  width: 400px;
}

.m-text-area .small {
  width: 120px;
}

.m-text-area .yz-link {
  display: inline-block;
  color: #666;
  line-height: 26px;
}

.m-text-area .yz-link .yzm {
  margin: 0 5px;
}

.m-text-area .yz-link:hover {
  color: #d73135;
}

.m-text-area .btn {
  display: inline-block;
  padding: 0 25px;
  color: #fff;
  height: 38px;
  line-height: 38px;
  background: #d73135;
  border: 1px solid #c8272b;
  border-radius: 2px;
  vertical-align: middle;
  margin: 20px 0 0 120px;
  outline: 0;
}

.m-text-area .btn:hover {
  color: #fff;
  opacity: 0.9;
}

/*===查询结果列表===*/
.m-help .help-ban {
  height: 147px;
  background: url(../img/static/help-bg.jpg) no-repeat center center;
  text-align: center;
}

.m-help .help-ban .search-box {
  display: inline-block;
  margin-top: 50px;
  width: 520px;
  height: 61px;
  border-radius: 5px;
  background: #d73135;
}

.m-help .help-ban .search-box .sr-wrap {
  width: 453px;
  height: 48px;
  border: none;
  margin: 7px 0 0 5px;
  text-indent: 10px;
  font-size: 20px;
  color: #333;
  font-family: "Microsoft Yahei", Arial, sans-serif;
  background: #fff;
  outline: 0;
}

.m-help .help-ban .search-box .sr-btn {
  width: 50px;
  height: 47px;
  background: url(../img/static/icon-sr.png) no-repeat 8px 50%;
  border: none;
  cursor: pointer;
  margin: 5px 0 0 0;
  padding: 0;
  outline: 0;
  font-size: 0;
}

.m-help .help-ban .search-box:hover {
  background: #db464a;
}

.m-help .ntitle {
  padding: 15px 0;
}

.m-help .ntitle .key-word {
  color: #d73135;
}

.m-help .search-list li {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}

.m-help .search-list li a {
  display: block;
  color: #333;
}

.m-help .search-list li a:hover {
  color: #d73135;
}

.m-help .search-list li a:hover i {
  color: #d73135;
}

.m-help .search-list li a i {
  color: #bdbdbd;
  vertical-align: middle;
  margin-right: 2px;
}

.m-help .search-list .date {
  color: #999;
  float: right;
}

.m-help .search-list .nodata {
  text-align: center;
}

/*============================================
*1、展示页面单独样式, 与整站布局无关
*2、只是在‘scss’文件中做了个模块类名
*3、样式为整合样式，可能存在书写不一、差异
*4、如影响到整站，请修改下面的样式，而不是布局样式
*5、如对应内容修改，可单独修改或删除对应模块
============================================*/
.sc-pc .w-container * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  transition: all ease 300ms;
}

.sc-pc .w-container {
  font: 14px/1.5 "Microsoft Yahei";
  width: 1200px;
  margin: 0 auto;
  color: #333;
  cursor: default;
}

.sc-pc input::-webkit-input-placeholder,
.sc-pc textarea::-webkit-input-placeholder {
  color: #e5e5e5;
}

.sc-pc input:-moz-placeholder,
.sc-pc textarea:-moz-placeholder {
  color: #e5e5e5;
}

.sc-pc input::-moz-placeholder,
.sc-pc textarea::-moz-placeholder {
  color: #e5e5e5;
}

.sc-pc input:-ms-input-placeholder,
.sc-pc textarea:-ms-input-placeholder {
  color: #e5e5e5;
}

.sc-pc .market-view {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
  background: url(../shows-img/pc/1.png) center top no-repeat;
  overflow: hidden;
}

.sc-pc .market-view .word {
  width: 600px;
  height: auto;
  position: absolute;
  left: 3%;
  top: 100px;
}

.sc-pc .market-view .word h2 {
  height: 110px;
  line-height: 110px;
  font-size: 65px;
  color: #FFF;
  margin-bottom: 10px;
}

.sc-pc .market-view .word p {
  line-height: 50px;
  font-size: 25px;
  color: #FFF;
}

.sc-pc .market-view .word span {
  color: #f6ff00;
}

.sc-pc .market-view .word .online {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  position: relative;
  top: 30px;
  display: block;
  border-radius: 40px;
  font-size: 20px;
  color: #FFF;
}

.sc-pc .market-view .word .online:hover {
  background: #fff;
  color: #e24a4a;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.sc-pc .market-view .img {
  width: 660px;
  position: absolute;
  right: 0%;
  top: 100px;
}

.sc-pc .market-view .img .pc {
  position: absolute;
  right: 3%;
  top: 0;
  z-index: 1;
}

.sc-pc .market-view .foot {
  position: absolute;
  top: 540px;
  left: 0;
  width: 100%;
  text-align: center;
}

.sc-pc .market-view .foot p {
  font-size: 40px;
  line-height: 45px;
  color: #555;
}

.sc-pc .market-view .foot .online {
  display: inline-block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #e14848;
  border: 2px solid #fff;
  color: #FFF;
  padding: 0 20px;
  border-radius: 34px;
  position: relative;
  top: 20px;
  font-size: 22px;
}

.sc-pc .market-view .foot .online:hover {
  border-color: #e14848;
  background: #FFF;
  color: #e14848;
}

.sc-pc .website-market .img {
  display: block;
  margin: 0 auto;
}

.sc-pc .website-market .zhenduan {
  width: 100%;
  height: 120px;
  background: #0074d1;
  position: relative;
  color: #FFF;
  overflow: hidden;
}

.sc-pc .website-market .zhenduan h2 {
  font-size: 35px;
  line-height: 50px;
  padding: 15px 0 0 0;
  margin-left: 30px;
}

.sc-pc .website-market .zhenduan p {
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 0 30px;
  margin-left: 30px;
}

.sc-pc .website-market .zhenduan a {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #d82b1d;
  color: #FFF;
  font-size: 20px;
  border-radius: 5px;
}

.sc-pc .website-market .zhenduan a:hover {
  background: #c11204;
}

.sc-pc .website-market .zhenduan span {
  color: #f6ff00;
}

.sc-pc .website-market .zhenduan strong {
  color: #f6ff00;
  font-weight: 400;
  font-size: 25px;
}

.sc-pc .website-reason {
  padding-top: 80px;
}

.sc-pc .website-reason .head {
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}

.sc-pc .website-reason .reason {
  width: 100%;
  text-align: center;
  padding: 10px 0 40px;
  overflow: hidden;
}

.sc-pc .website-reason .reason li {
  display: inline-block;
  margin: 0 30px;
  width: 160px;
  *zoom: 1;
  *display: inline;
}

.sc-pc .website-reason .reason h3 {
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  background: #e14848;
  border-radius: 50%;
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
}

.sc-pc .website-reason .reason h3:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5) inset;
}

.sc-pc .website-reason .reason p {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
}

.sc-pc .website-reason .factor {
  width: 100%;
  text-align: center;
  padding: 80px 0 40px;
}

.sc-pc .website-reason .factor li {
  display: inline-block;
  width: 330px;
  margin: 0 20px;
  text-align: left;
  *zoom: 1;
  *display: inline;
}

.sc-pc .website-reason .factor h3 {
  height: 35px;
  line-height: 30px;
  color: #e14848;
  font-size: 24px;
  font-weight: 400;
}

.sc-pc .website-reason .factor p {
  height: 44px;
  line-height: 22px;
  font-size: 15px;
  color: #666;
}

.sc-pc .website-pk {
  width: 100%;
  background: #f4f4f4;
  margin-bottom: 100px;
}

.sc-pc .website-pk .head {
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  text-align: center;
}

.sc-pc .website-pk .head strong {
  color: #db1508;
}

.sc-pc .website-pk .head b {
  font-weight: 400;
  color: #333;
}

.sc-pc .website-pk .head span {
  color: #0080ca;
  font-family: "Microsoft Yi Baiti";
  font-size: 57px;
  padding: 0 20px;
}

.sc-pc .website-pk .main {
  padding: 30px 0;
  text-align: center;
}

.sc-pc .website-case {
  position: relative;
  top: -60px;
  overflow: hidden;
}

.sc-pc .website-case .head {
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.sc-pc .website-case .main {
  width: 100%;
  padding-bottom: 30px;
}

.sc-pc .website-case .main li {
  float: left;
  width: 200px;
  height: 60px;
  margin-bottom: 30px;
  background: #FFF;
}

.sc-pc .website-case .main img {
  display: block;
  width: 100%;
  height: 60px;
}

.sc-pc .website-case .main li:hover {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.sc-pc .website-case .list {
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}

.sc-pc .website-case .list li.item {
  float: left;
  width: 210px;
  margin-left: 37px;
}

.sc-pc .website-case .list li:first-child {
  margin-left: 0;
}

.sc-pc .website-case .list a {
  display: block;
  border: 1px solid #d1d1d1;
}

.sc-pc .website-case .list i {
  display: block;
  height: 378px;
  border: 4px solid #fff;
  overflow: hidden;
}

.sc-pc .website-case .list a:hover {
  border-color: #f60;
}

.sc-pc .website-case .list li.item:hover {
  color: #f60;
}

.sc-pc .website-case .list img {
  width: 100%;
}

.sc-pc .website-case .list span {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
}

.sc-pc .website-case .foot {
  width: 100%;
  height: 35px;
}

.sc-pc .website-case .foot a {
  display: block;
  width: 240px;
  height: 35px;
  line-height: 35px;
  background: #e14848;
  color: #fff;
  border-radius: 35px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

.sc-pc .website-case .foot a:hover {
  background: #af0000;
}

/*===手机建站===*/
.sc-mb .w-container {
  font: 14px/1.5 "Microsoft Yahei";
  color: #333;
  min-width: 1200px;
  margin: 0 auto;
  cursor: default;
}

.sc-mb .mobile-view {
  width: 100%;
  height: 530px;
  background: url(../shows-img/mb/bg-1.png) center top no-repeat;
  position: relative;
  overflow: hidden;
}

.sc-mb .mobile-view .a {
  width: 450px;
  height: 470px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -542px;
  -webkit-animation: flyInLeft 1s ease-in-out forwards;
  -moz-animation: flyInLeft 1s ease-in-out forwards;
  -ms-animation: flyInLeft 1s ease-in-out forwards;
  animation: flyInLeft 1s ease-in-out forwards;
}

.sc-mb .mobile-view .b {
  width: 450px;
  height: 380px;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-animation: flyInUp 1s ease forwards 0.2s;
  -moz-animation: flyInUp 1s ease forwards 0.2s;
  -ms-animation: flyInUp 1s ease forwards 0.2s;
  animation: flyInUp 1s ease forwards 0.2s;
}

.sc-mb .mobile-chart {
  width: 100%;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.sc-mb .mobile-chart .head {
  text-align: center;
  padding-bottom: 20px;
}

.sc-mb .mobile-chart .head h2 {
  height: 80px;
  line-height: 70px;
  font-size: 40px;
  color: #427edf;
}

.sc-mb .mobile-chart .head p {
  font-size: 18px;
  line-height: 30px;
}

.sc-mb .mobile-chart .head span {
  color: #e24949;
}

.sc-mb .mobile-chart .cloud {
  width: 720px;
  margin: 0 auto 30px;
}

.sc-mb .mobile-chart .cloud dd {
  float: left;
  width: 122px;
  height: 122px;
  margin-left: 25px;
  position: relative;
}

.sc-mb .mobile-chart .cloud dd:first-child {
  margin-left: 0;
}

.sc-mb .mobile-chart .cloud dd.even {
  top: 25px;
}

.sc-mb .mobile-chart .chart {
  width: 1027px;
  height: 330px;
  margin: 0 auto;
  text-align: center;
}

.sc-mb .mobile-chart .chart img {
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.sc-mb .mobile-chart .chart img:hover {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.sc-mb .mobile-advantage {
  height: 700px;
  padding-top: 40px;
  background: url(./bg-2.png) center top no-repeat #0078cd;
  overflow: hidden;
}

.sc-mb .mobile-advantage .head {
  text-align: center;
}

.sc-mb .mobile-advantage .head h2 {
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  color: #FFF;
}

.sc-mb .mobile-advantage .head p {
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
}

.sc-mb .mobile-advantage .main {
  width: 225px;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
}

.sc-mb .mobile-advantage .phone {
  width: 225px;
  height: 465px;
  background: url(../shows-img/mb/3-1.png) center center no-repeat;
}

.sc-mb .mobile-advantage .row {
  position: absolute;
  top: 0;
  color: #ffdd40;
  z-index: 2;
}

.sc-mb .mobile-advantage .row-1,
.sc-mb .mobile-advantage .row-3 {
  left: 260px;
  width: 250px;
}

.sc-mb .mobile-advantage .row-2,
.sc-mb .mobile-advantage .row-4 {
  right: 260px;
  width: 340px;
  text-align: right;
}

.sc-mb .mobile-advantage .row-1 {
  top: 110px;
}

.sc-mb .mobile-advantage .row-2 {
  top: 150px;
}

.sc-mb .mobile-advantage .row-3 {
  top: 270px;
}

.sc-mb .mobile-advantage .row-4 {
  top: 320px;
}

.sc-mb .mobile-advantage .row h3 {
  font-size: 25px;
  line-height: 35px;
}

.sc-mb .mobile-advantage .row p {
  font-size: 18px;
  line-height: 26px;
}

.sc-mb .mobile-advantage .row:before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 6px;
  border-radius: 50%;
  -webkit-animation: lamp 2s ease infinite;
  -moz-animation: lamp 2s ease infinite;
  -ms-animation: lamp 2s ease infinite;
  animation: lamp 2s ease infinite;
}

.sc-mb .mobile-advantage .row:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #ffdd40;
  position: absolute;
  top: 17px;
}

.sc-mb .mobile-advantage .row-1:before,
.sc-mb .mobile-advantage .row-3:before {
  left: -80px;
}

.sc-mb .mobile-advantage .row-2:before,
.sc-mb .mobile-advantage .row-4:before {
  right: -80px;
}

.sc-mb .mobile-advantage .row-1:after,
.sc-mb .mobile-advantage .row-3:after {
  left: -70px;
}

.sc-mb .mobile-advantage .row-2:after,
.sc-mb .mobile-advantage .row-4:after {
  right: -70px;
}

.sc-mb .mobile-advantage .foot {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
}

.sc-mb .mobile-advan {
  height: 810px;
  padding-top: 70px;
  overflow: hidden;
  position: relative;
}

.sc-mb .mobile-advan .head {
  font-size: 40px;
  line-height: 60px;
  color: #427edf;
  text-align: center;
  font-weight: 700;
}

.sc-mb .mobile-advan .img {
  position: absolute;
  width: 770px;
  height: 640px;
  bottom: 0;
  right: 50%;
  margin-right: 116px;
}

.sc-mb .mobile-advan .list {
  position: absolute;
  left: 50%;
  top: 190px;
  margin-left: -80px;
  width: 550px;
}

.sc-mb .mobile-advan .list dd {
  height: 110px;
  background: #ebebeb;
  border-radius: 110px;
  position: relative;
  margin-bottom: 30px;
}

.sc-mb .mobile-advan .list dd:hover {
  background: #d9d9d9;
}

.sc-mb .mobile-advan .list .hd {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  background: #0076ca;
  position: absolute;
  top: 0;
  font-size: 22px;
  color: #FFF;
}

.sc-mb .mobile-advan .list dd:hover .hd {
  background: #5dafe9;
  box-shadow: 0 0 0 2px #0076ca inset;
  -webkit-animation: pudding 0.1s linear;
  -moz-animation: pudding 0.1s linear;
  -ms-animation: pudding 0.1s linear;
  animation: pudding 2s linear;
}

.sc-mb .mobile-advan .list .hd strong {
  font-size: 60px;
}

.sc-mb .mobile-advan .list dd.odd {
  padding: 0 30px 0 130px;
}

.sc-mb .mobile-advan .list dd.even {
  padding: 0 130px 0 30px;
}

.sc-mb .mobile-advan .list dd.odd .hd {
  left: 0;
}

.sc-mb .mobile-advan .list dd.even .hd {
  right: 0;
}

.sc-mb .mobile-advan .list h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 12px 0 5px;
  color: #333;
}

.sc-mb .mobile-advan .list p {
  font-size: 16px;
  line-height: 25px;
}

.sc-mb .mobile-advan .list span {
  color: #e24949;
}

.sc-mb .mobile-benefit {
  height: 540px;
  padding-top: 60px;
  background: #444;
  overflow: hidden;
}

.sc-mb .mobile-benefit .head {
  text-align: center;
  line-height: 60px;
  color: #FFF;
  margin-bottom: 60px;
}

.sc-mb .mobile-benefit .head p {
  font-size: 30px;
  height: 80px;
}

.sc-mb .mobile-benefit .head h2 {
  font-size: 47px;
}

.sc-mb .mobile-benefit .list {
  margin: 0 auto;
  color: #e2e2e2;
}

.sc-mb .mobile-benefit .list dd {
  float: left;
  width: 170px;
  margin-left: 60px;
  text-align: center;
}

.sc-mb .mobile-benefit .list dd:first-child {
  margin-left: 22px;
}

.sc-mb .mobile-benefit .list img {
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 0 auto;
}

.sc-mb .mobile-benefit .list img:hover {
  -webkit-animation: pudding 1s linear forwards;
  -moz-animation: pudding 1s linear forwards;
  -ms-animation: pudding 1s linear forwards;
  animation: pudding 1s linear forwards;
}

.sc-mb .mobile-benefit .list h3 {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
}

.sc-mb .mobile-benefit .list p {
  color: #aaa;
  line-height: 20px;
  font-size: 14px;
  text-align: justify;
}

.sc-mb .mobile-case {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-bottom: 60px;
  overflow: hidden;
}

.sc-mb .mobile-case .head {
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  text-align: center;
  color: #427edf;
  margin-bottom: 40px;
}

.sc-mb .mobile-case .head strong {
  font-size: 42px;
  color: #e24949;
}

.sc-mb .mobile-case .list {
  width: 100%;
  margin-bottom: 60px;
}

.sc-mb .mobile-case .item {
  float: left;
  width: 225px;
  height: 442px;
  margin: 0 0 0 18px;
  position: relative;
}

.sc-mb .mobile-case .item:first-child {
  margin-left: 0;
}

.sc-mb .mobile-case .main {
  width: 200px;
  height: 356px;
  background: #fff;
  position: relative;
  left: 13px;
  top: 30px;
  overflow: hidden;
}

.sc-mb .mobile-case .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sc-mb .mobile-case .img img {
  display: block;
  width: 100%;
}

.sc-mb .mobile-case .inf {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.sc-mb .mobile-case .inf:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.sc-mb .mobile-case .inf > * {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFF;
}

.sc-mb .mobile-case .inf p {
  height: 50px;
  line-height: 50px;
  padding-top: 20px;
  font-size: 18px;
}

.sc-mb .mobile-case .code {
  width: 130px;
  height: 130px;
  padding: 10px;
  background: #FFF;
  margin: 0 auto 15px;
}

.sc-mb .mobile-case h3 {
  font-weight: 400;
  margin: 0 20px;
}

.sc-mb .mobile-case .link {
  width: 150px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: 30px;
  background: #1999d6;
  border-radius: 5px;
  color: #FFF;
  font-size: 15px;
}

.sc-mb .mobile-case .link:hover {
  background: #0573a7;
}

.sc-mb .mobile-case .item:hover .inf {
  display: block;
}

.sc-mb .mobile-case .foot {
  width: 100%;
  height: 35px;
}

.sc-mb .mobile-case .foot a {
  display: block;
  width: 240px;
  height: 35px;
  line-height: 35px;
  background: #e14848;
  color: #fff;
  border-radius: 35px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

.sc-mb .mobile-case .foot a:hover {
  background: #af0000;
}

/*===功能列表 & 服务套餐===*/
.sc-gnfw .Inside-Core-Services {
  width: 1130px;
  margin: 0 auto;
}

.sc-gnfw .Packages-x {
  overflow: hidden;
}

.sc-gnfw .Packages-x .Prompt-x {
  height: 185px;
  font-size: 14px;
  margin: 40px 0 0 0;
}

.sc-gnfw .Packages-x .Prompt-x ul {
  padding: 10px 20px 0 220px;
}

.sc-gnfw .Packages-x .Prompt-x ul li {
  margin-bottom: 10px;
  line-height: 22px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.sc-gnfw .Packages-x .Prompt-x ul li span {
  color: #f75730;
}

.sc-gnfw .Packages-x .table-x th {
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sc-gnfw .Packages-x .table-x .fs14 {
  font-size: 14px;
}

.sc-gnfw .Packages-x .table-x .fs16 {
  font-size: 16px;
}

.sc-gnfw .Packages-x .table-x .fs18 {
  font-size: 18px;
}

.sc-gnfw .Packages-x .table-x td {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sc-gnfw .Packages-x .table-x .co1 {
  color: #fff;
}

.sc-gnfw .Packages-x .table-x .co2 {
  color: #fff;
}

.sc-gnfw .h60 {
  height: 60px;
}

/*===域名注册===*/
.sc-dn .table_layout {
  border: 0px solid #ddd;
  margin: 10px auto;
  text-align: center;
  border-bottom: none;
  clear: both;
  width: 1100px;
}

.sc-dn table {
  width: 100%;
  empty-cells: show;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.sc-dn thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.sc-dn .product-detail-desc {
  padding: 10px 25px 15px;
  background: #fffde6;
  color: #666;
  border: 1px solid #eee;
  border-left: 4px solid #ffbd30;
  text-align: left;
  font-size: 14px;
}

.sc-dn .table_layout table tr:last-child {
  background: none;
}

.sc-dn .table_layout table tr:last-child {
  border-bottom: 1px solid #d5e0ef;
}

.sc-dn tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.sc-dn .table_layout table tr th {
  background-color: #ff8408;
  color: #fff;
  border-right: 1px solid #d5e3f5;
  border-left: 1px solid #d5e3f5;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.sc-dn .table_layout table tr td {
  border: 1px solid #d5e3f5;
  color: #666;
  height: 44px;
  line-height: 44px;
}

.sc-dn .table_layout table tr td {
  border-bottom: 1px dashed #d5e0ef;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  padding: 8px 6px;
  text-align: center;
}

.sc-dn .table_layout table tr.t_bg td {
  background-color: #f6fbff;
}

.sc-dn .mt-20 {
  margin-top: 20px;
}

.sc-dn .product-detail-desc .title {
  line-height: 25px;
  padding-left: 25px;
  margin-left: -13px;
  margin-bottom: 5px;
  background: url(../shows-img/dn/manager-common.jpg) no-repeat 0 0 #fffde6;
}

.sc-dn .product-detail-desc .title span {
  padding: 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #4d4d4d;
}

.sc-dn .product-detail-desc p {
  line-height: 2;
  color: #666;
  font-size: 12px;
  padding-left: 16px;
}

/*===虚拟主机===*/
.sc-vh .wide1190 {
  margin: 0 auto;
  width: 1130px;
  _overflow: hidden;
  zoom: 1;
}

.sc-vh .webhosting-info {
  padding: 26px 10px 20px;
  background: #fff;
  position: relative;
}

.sc-vh .webhosting-info table {
  border: 1px solid #e9e9e9;
  text-align: center;
  table-layout: fixed;
  width: 1100px;
}

.sc-vh .webhosting-info table tr {
  height: 70px;
}

.sc-vh .webhosting-info table tr:nth-child(even) {
  background-color: #f4faff;
}

.sc-vh .webhosting-info table tr:nth-child(even) .no {
  background-position: -164px -110px;
}

.sc-vh .webhosting-info table tr:nth-child(even) .add {
  background-position: -326px -110px;
}

.sc-vh .webhosting-info table tr:nth-child(even) .right {
  background-position: 0 -110px;
}

.sc-vh .webhosting-info table tr.even-row {
  background-color: #f4faff;
}

.sc-vh .webhosting-info table tr th {
  height: 56px;
  background: #e6f5ff;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  border-right: 1px solid #d5e3f5;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  z-index: 1;
}

.sc-vh .webhosting-info table tr td {
  border-right: 1px solid #d5e3f5;
  font-size: 12px;
  color: #202020;
  border-bottom: 1px solid #e9e9e9;
  word-break: break-all;
}

.sc-vh .webhosting-info table tr .center {
  padding-left: 10px;
  width: 120px;
  background: #f9f9f9;
  border-right-color: #e9e9e9;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.sc-vh .webhosting-info table tr td .info-price {
  color: #8c8b8b;
  position: relative;
}

.sc-vh .webhosting-info table tr td .info-price span {
  font-size: 26px;
  font-weight: 700;
  color: #ff5f20;
}

.sc-vh .webhosting-info table tr td .info-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 10px;
  margin-bottom: 35px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #2086ee;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/*===金牌邮局===*/
.sc-em .newspadding {
  padding: 15px;
}

.sc-em .newsimg dt {
  float: left;
}

.sc-em .newsimg dt img {
  border: 1px solid #989898;
}

.sc-em .newsimg dd {
  line-height: 18px;
  margin-left: 15px;
  float: left;
  width: 570px;
}

.sc-em .newslist ul {
  margin-top: 5px;
  border-top: 1px solid #EFEFEF;
}

.sc-em .newslist ul li {
  line-height: 32px;
  border-bottom: 1px solid #EFEFEF;
}

.sc-em .newslist ul li a {
  padding-left: 15px;
}

.sc-em .page {
  margin: 30px 0;
  width: 500px;
  float: right;
  clear: both;
}

.sc-em .page ul li {
  display: inline;
  font-family: verdana;
}

.sc-em .page a,
.sc-em .page a:visited {
  border: 1px solid #E9E9E9;
  text-decoration: none;
  background: #FFF;
  width: 21px;
  height: 21px;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
  text-align: center;
}

.sc-em .page a:hover,
.sc-em .page a:active {
  background: #EDF5FE;
  border: 1px solid #ccc;
}

.sc-em .page2 {
  margin-top: 30px;
}

.sc-em .page2 ul li {
  display: inline;
  font-family: verdana;
  margin-right: 5px;
  padding-bottom: 1px;
}

.sc-em .page2 a,
.sc-em .page2 a:visited {
  padding: 5px;
  border: 1px solid #E9E9E9;
  text-decoration: none;
  background: #FFF;
}

.sc-em .page2 a:hover,
.sc-em .page2 a:active {
  background: #EDF5FE;
  border: 1px solid #ccc;
}

.sc-em .pagehover {
  background: #EDF5FE;
  border: 1px solid #ccc;
  color: #F60;
  width: 21px;
  height: 21px;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
  text-align: center;
}

.sc-em .pagebox {
  color: #999;
  width: 21px;
  height: 21px;
  display: block;
  line-height: 21px;
  padding: 3px 5px 4px 8px;
  _padding: 5px 5px 3px 8px;
  margin-left: 10px;
  border: 1px solid #ccc;
}

.sc-em .abstract {
  background: #F5F8FC;
  border: 1px dashed #e0e0e0;
  padding: 10px;
  width: 90%;
  margin: 20px auto;
  text-indent: 2em;
  line-height: 22px;
}

.sc-em .newscon {
  width: 90%;
  margin: auto;
  line-height: 22px;
}

.sc-em .width_760 {
  width: 760px;
  margin: 0 auto;
}

.sc-em .caseclass ul li {
  float: left;
  padding-left: 10px;
  margin-right: 5px;
  width: 125px;
  line-height: 22px;
}

.sc-em .caselist ul {
  margin-top: 5px;
  border-top: 1px solid #EFEFEF;
}

.sc-em .caselist ul li {
  line-height: 32px;
  border-bottom: 1px solid #EFEFEF;
  padding-left: 35px;
}

.sc-em .addbottom {
  display: none !important;
}

.sc-em .padding {
  padding: 5px 10px;
}

.sc-em .height_20 {
  height: 20px;
  clear: both;
}

.sc-em .mail_nav2 ul li {
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  float: left;
}

.sc-em .mail_nav2 ul li a:link,
.sc-em .mail_nav2 ul li a:visited {
  width: 126px;
  height: 35px;
  display: block;
  color: #3987CC;
}

.sc-em .mail_nav2 ul li a:hover {
  color: #F60;
}

.sc-em .mail_class dl {
  width: 33%;
  float: left;
}

.sc-em .mail_class dl dt {
  text-align: center;
  margin: 20px 0;
}

.sc-em .mail_class dl dd {
  height: 26px;
  margin-left: 110px;
}

.sc-em .mail_class_line {
  border: 1px solid #e5f0fb;
  border-bottom: none;
  border-top: none;
}

.sc-em .mail_class p {
  clear: both;
  line-height: 26px;
  color: #999;
  margin-left: 30px;
}

.sc-em .mail_info dl {
  width: 340px;
  float: left;
  margin: 20px 0 0 30px;
}

.sc-em .mail_info dl dt {
  float: left;
  height: 90px;
  width: 77px;
}

.sc-em .mail_info dl dd {
  line-height: 22px;
}

.sc-em .mail_blod {
  color: #3388D8;
  font-weight: bold;
}

.sc-em .clear {
  clear: both;
}

/*===商盟客服===*/
.sc-sr .content {
  width: 1100px;
  margin: 10px auto;
}

.sc-sr .boxTop25 {
  margin-top: 25px;
}

.sc-sr .proList {
  overflow: hidden;
}

.sc-sr .proList li {
  float: left;
  width: 346px;
  height: 90px;
  margin: 0 10px 10px 10px;
  _margin: 0 10px 5px 5px;
  line-height: 2;
  display: block;
}

.sc-sr .proList li span {
  float: left;
  width: 56px;
  height: 56px;
  margin: 5px 10px 0 0;
  text-align: center;
}

.sc-sr .proList li h3 {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.sc-sr .proList li h4 {
  color: #454545;
  font-size: 12px;
  display: block;
  width: 230px;
  float: left;
}

.sc-sr .proList li h3 em {
  font-size: 12px;
  font-weight: normal;
  padding-left: 10px;
  color: #666;
}

.sc-sr .proList li {
  color: #333;
  cursor: default;
}

.sc-sr .proList li span {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.sc-sr .proList li:hover span {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.sc-sr .content p {
  font-size: 14px;
  line-height: 2em;
}

.sc-sr .content p a {
  font-size: 14px;
  line-height: 2em;
}

/*===微屏互动===*/
.sc-wp .wp-container {
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}

.sc-wp .container-even {
  background: #f3f3f3;
}

.sc-wp .wp-container h3 {
  color: #ff4300;
  font-size: 36px;
}

.sc-wp .wp-container .wp-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sc-wp .c-yellow {
  color: #ff4300;
}

.sc-wp .link-ty {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #ff5608;
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  border-bottom: 3px solid #cd531d;
}

.sc-wp .link-ty:hover {
  background: #ff793b;
}

.sc-wp .content-1 .c1-title h3 {
  padding-bottom: 28px;
  text-align: center;
}

.sc-wp .content-1 .c1-title p {
  line-height: 2.2em;
  font-size: 18px;
  text-indent: 2em;
  padding: 0 42px;
}

.sc-wp .content-1 .c1-body {
  overflow: hidden;
}

.sc-wp .content-1 .c1-body .c1-list {
  float: left;
  width: 50%;
  text-align: center;
  margin: 25px 0 20px;
  position: relative;
  min-height: 300px;
}

.sc-wp .content-1 .c1-body .c1-list p {
  font-size: 24px;
  color: #ff4300;
  margin-bottom: 50px;
}

.sc-wp .content-1 .c1-body .c1-list-line:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  right: -2px;
  top: 0;
  border-right: 1px dashed #666;
}

.sc-wp .content-2,
.sc-wp .content-3,
.sc-wp .content-4 {
  padding: 30px 0;
}

.sc-wp .wp-content .int-left {
  width: 50%;
  text-align: center;
  position: absolute;
}

.sc-wp .wp-content .int-word {
  float: right;
  width: 50%;
  padding: 35px 60px 0;
  box-sizing: border-box;
}

.sc-wp .wp-content .int-word-l {
  float: left;
}

.sc-wp .wp-content .int-word h3 {
  margin-bottom: 32px;
}

.sc-wp .wp-content .int-word p {
  line-height: 2em;
  font-size: 16px;
}

.sc-wp .content-4 h3 {
  text-align: center;
  margin-bottom: 60px;
}

.sc-wp .content-4 ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.sc-wp .content-4 ul li {
  float: left;
  width: 20%;
  text-align: center;
  min-height: 197px;
  transition: all ease .4s;
}

.sc-wp .content-4 ul .list-jt {
  background: url(../shows-img/wp/lc-jt.png) no-repeat 50% 50%;
}

.sc-wp .content-4 ul .c4-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all ease .4s;
}

.sc-wp .content-4 ul li:hover {
  color: #18BD9C;
}

.sc-wp .content-4 ul li:hover .c4-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.sc-wp .content-4 ul li span {
  font-size: 18px;
  display: inline-block;
  margin-top: 25px;
}

.sc-wp .content-4 .img-m-2,
.sc-wp .content-4 .img-m-3 {
  margin-right: 20px;
}

.sc-wp .p-20 {
  padding: 20px 0;
  text-align: center;
}

.sc-wp .content-2 {
  min-height: 334px;
}

.sc-wp .content-3 {
  min-height: 355px;
}

.sc-wp .content-3 {
  min-height: 306px;
}

/*===微场景===*/
.sc-wcj .c-top {
  padding: 20px 0;
  text-align: center;
}

.sc-wcj .c-top .title {
  line-height: 50px;
  font-size: 36px;
  color: #FF8B00;
}

.sc-wcj .c-top .subtitle {
  padding-left: 10px;
  font-size: 28px;
  color: #666;
  vertical-align: middle;
}

.sc-wcj .mod {
  border-top: 1px dashed #ddd;
  overflow: hidden;
  padding: 40px 0;
}

.sc-wcj .mod .content {
  float: left;
  width: 50%;
  padding: 0 40px;
}

.sc-wcj .mod .p-info {
  margin-top: 30%;
  font-size: 18px;
  line-height: 2;
}

.sc-wcj .mod .p-info p {
  color: #FF8B00;
  font-size: 28px;
  padding-bottom: 20px;
}

.sc-wcj .m-4 {
  border-bottom: 1px dashed #ddd;
}

.sc-wcj .m-4 .p-info {
  margin-top: 10%;
}

.sc-wcj .case {
  text-align: center;
  padding: 40px 0;
}

.sc-wcj .case a {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #ff5608;
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  border-bottom: 3px solid #cd531d;
}

.sc-wcj .case a:hover {
  background: #ff793b;
}

/*===微广告===*/
.sc-wgg .c-top {
  padding: 20px 0;
  text-align: center;
}

.sc-wgg .c-top .title {
  line-height: 50px;
  font-size: 36px;
  color: #FF8B00;
}

.sc-wgg .c-top .subtitle {
  padding-left: 10px;
  font-size: 28px;
  color: #666;
  vertical-align: middle;
}

.sc-wgg .mod {
  padding: 40px 0;
  text-align: center;
  border-top: 1px dashed #ddd;
}

/*===旧网站产品案例页面===css*/
.container1 {
  line-height: 2em;
  padding: 6px;
  font-size: 14px;
  color: #666;
}

.container1 p {
  padding: 5px;
  margin: 0px;
}

.container1 .changeColor {
  padding: 5px;
  margin: 0px;
  font-weight: bold;
  color: #ff0000;
}

.container1 h3 {
  font-size: 16px;
}

.container1 a {
  padding: 5px 8px;
  color: #4a628d;
  text-decoration: none;
}

.container1 a:hover {
  color: #f60;
}

/*===介绍===*/
.sc-id p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.sc-id .tl {
  margin-top: 10px;
}

.sc-id .ct {
  text-align: center;
}

/*===如意宝介绍===*/
.ryb_js {
  width: 1200px;
  margin: 10px auto;
}

.ryb_js p {
  margin-top: 10px;
  line-height: 30px;
}

.ryb_js img {
  margin-top: 10px;
}

/*===微站===*/
.sc-wz {
  padding: 50px 0;
}

.sc-wz .c-orange {
  color: #FF8B00;
}

.sc-wz .caption {
  font-size: 32px;
  text-align: center;
}

.sc-wz .info {
  font-size: 26px;
  padding-top: 10px;
  text-align: center;
  color: #999;
}

.sc-wz .g-center {
  text-align: center;
  padding: 40px 0;
}

.sc-wz .title {
  font-size: 24px;
  margin-bottom: 10px;
}

.sc-wz .subtitle {
  font-size: 18px;
  padding-left: 40px;
  color: #999;
}

/*===工业电商===*/
.sc-gyds table {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 16px;
}

.sc-gyds table td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}

.sc-gyds .ul1 {
  font-size: 14px;
  padding-top: 20px;
}

.sc-gyds .ul1 li {
  padding-left: 5em;
  text-indent: -5em;
  line-height: 25px;
}

.sc-gyds .ul1 li span {
  color: #ff4800;
}

/*===商盟推广===*/
.sc-smtg .wp-container {
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}

.sc-smtg .container-even {
  background: #f8f8f8;
}

.sc-smtg .wp-container h3 {
  color: #ff4300;
  font-size: 36px;
}

.sc-smtg .wp-container .wp-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sc-smtg .c-yellow {
  color: #ff4300;
}

.sc-smtg .link-ty {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #ff5608;
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  border-bottom: 3px solid #cd531d;
}

.sc-smtg .link-ty:hover {
  background: #ff793b;
}

.sc-smtg .content-1 .c1-title h3 {
  padding-bottom: 28px;
  text-align: center;
}

.sc-smtg .content-1 .c1-title p {
  line-height: 2.2em;
  font-size: 18px;
  text-indent: 2em;
  padding: 0 42px;
}

.sc-smtg .content-1 .c1-body {
  overflow: hidden;
}

.sc-smtg .content-1 .c1-body .c1-list {
  float: left;
  width: 50%;
  text-align: center;
  margin: 25px 0 20px;
  position: relative;
  min-height: 300px;
}

.sc-smtg .content-1 .c1-body .c1-list p {
  font-size: 24px;
  color: #ff4300;
  margin-bottom: 50px;
}

.sc-smtg .content-1 .c1-body .c1-list-line:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  right: -2px;
  top: 0;
  border-right: 1px dashed #666;
}

.sc-smtg .content-2,
.sc-smtg .content-3,
.sc-smtg .content-4 {
  padding: 30px 0;
}

.sc-smtg .wp-content .int-left {
  float: left;
  width: 50%;
  text-align: center;
}

.sc-smtg .wp-content .int-word {
  float: left;
  width: 50%;
  padding: 35px 60px 0;
  box-sizing: border-box;
}

.sc-smtg .wp-content .int-word-l {
  float: left;
}

.sc-smtg .wp-content .int-word h3 {
  margin-bottom: 32px;
}

.sc-smtg .wp-content .int-word p {
  line-height: 2em;
  font-size: 16px;
}

.sc-smtg .content-4 h3 {
  text-align: center;
  margin-bottom: 60px;
}

.sc-smtg .content-4 ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.sc-smtg .content-4 ul li {
  float: left;
  width: 20%;
  text-align: center;
  min-height: 197px;
  transition: all ease .4s;
}

.sc-smtg .content-4 ul .list-jt {
  background: url(../shows-img/wp/lc-jt.png) no-repeat 50% 50%;
}

.sc-smtg .content-4 ul .c4-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all ease .4s;
}

.sc-smtg .content-4 ul li:hover {
  color: #18BD9C;
}

.sc-smtg .content-4 ul li:hover .c4-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.sc-smtg .content-4 ul li span {
  font-size: 18px;
  display: inline-block;
  margin-top: 25px;
}

.sc-smtg .content-4 .img-m-2,
.sc-smtg .content-4 .img-m-3 {
  margin-right: 20px;
}

.sc-smtg .p-20 {
  padding: 20px 0;
  text-align: center;
}

.sc-smtg .content-2 {
  min-height: 334px;
}

.sc-smtg .content-3 {
  min-height: 355px;
}

.sc-smtg .content-3 {
  min-height: 306px;
}

/*===加盟须知===*/
.jmxz {
  line-height: 2em;
  width: 1200px;
  margin: 20px auto;
  font-family: "Microsoft Yahei";
}

.jmxz .clear {
  clear: both;
  overflow: hidden;
}

.jmxz h3 {
  padding: 10px 0;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.jmxz .line {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 80px;
  height: 12px;
  border-bottom: 2px solid #ff8408;
  margin-bottom: 10px;
}

.jmxz .txt_center {
  text-align: center;
  padding: 10px 0 15px;
}

.jmxz .w {
  width: 100%;
}

.jmxz .agent_ul {
  overflow: hidden;
  margin: 0 auto;
}

.jmxz .agent_ul .li33 {
  width: 33%;
  height: 178px;
  float: left;
  list-style: none;
}

.jmxz .agent_ul li {
  width: 25%;
  *width: 24.9%;
  height: 178px;
  float: left;
  list-style: none;
  margin-top: 10px;
}

.jmxz .agent_ul li span {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.jmxz .agent_ul li:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.jmxz .agent_ul li p {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 0;
  margin: 0;
}

.jmxz .h50 {
  height: 150px;
}

.jmxz .table {
  width: 900px;
  background: #ccc;
  border-radius: 5px;
}

.jmxz .table td {
  padding: 5px;
  text-align: center;
  background: #fff;
  line-height: 36px;
  border: 1px solid #ddd;
}

.jmxz .table th {
  color: #333;
  text-align: center;
  background: #ddd;
  line-height: 36px;
  border: 1px solid #ddd;
}

.jmxz .aa-top {
  padding-bottom: 40px;
  background: url(/img/agent-apply-bj.jpg) no-repeat;
  width: 963px;
  margin: 10px auto;
}

.jmxz .aa-top .aa-top-txt {
  padding: 15px 0;
  font-size: 16px;
  color: #303030;
}

.jmxz .aa-top .aa-top-txt .aa-top-left {
  margin-right: 230px;
  float: left;
  width: 370px;
  text-align: right;
}

.jmxz .aa-top .aa-top-txt .aa-top-right {
  margin-left: 0px;
  float: right;
  width: 360px;
  text-align: left;
}

.jmxz .aa-top .aa-top-p {
  margin-top: 170px;
  text-align: center;
}

.jmxz .aa-top .aa-top-txt a {
  font-size: 14px;
  color: #0079f5;
}

.jmxz .aa-top .aa-top-txt a:hover {
  color: red;
}

.jmxz .mt-70 {
  margin-top: 90px;
}

.jmxz .mt-80 {
  margin-top: 90px;
}
