body, h1, p, a, ul, li, div, img, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
}
li {
    list-style: none;
}
a{
    text-decoration: none;
    color: #666;
}
img {
	max-width: 100%;
}
.m0 {
	margin: 0 !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-right: 0.15rem;
    padding-left: 0.15rem;
}
.row {
    margin-right: -0.15rem;
    margin-left: -0.15rem;
}
a:hover, a:focus {
	text-decoration: none;
}
.mt10 {
	margin-top: 0.1rem;
}
.mt20 {
	margin-top: 0.2rem;
}
.navbar-default .navbar-nav>li>a {
	font-size: 0.12rem;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.navbar {
	margin-bottom: 0;
	font-size: 0.12rem;
}
* {
    transition: all .5s;
}
.nav-h>li:hover {
    background: #305d9a;
    color: #fff;
}
.navbar .container .collapse ul li:hover>a {
    color: #fff;
}
/* 轮播样式 */
.banner-box {
	position: relative;
}
.swiper-slide, .swiper-wrapper {
    height: auto !important;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 1;
    margin: 0.15rem 0;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 0.18rem;
    background: #d9d1cc;
    margin: 0 0.07rem;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fcfbfb;
}

/* 标题样式 */
.module-title {
	padding: 0.6rem 0 0.3rem;
}
.module-title h3 {
	font-size: 0.3rem;
	color: #333333;
	letter-spacing: 0.01rem;
	line-height: 0.6rem;
	font-weight: normal;
	text-align: center;
}
.module-title p {
	font-size: 0.16rem;
	color: #666;
	line-height: 0.32rem;
	text-align: center;
	margin-top: 0.2rem;
}
.module-title.white h3, .module-title.white p {
	color: #fff;
}

/* 我们的优势 */
.adv-list {
	margin-bottom: 0.35rem;
}
.adv-item {
	text-align: center;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	cursor: pointer;
}
.adv-item span {
	border: 2px solid #ff9833;
	display: inline-block;
	padding: 0.2rem;
    border-radius: 100%;
}
.adv-item:hover span {
	background-color: #ff9833;
}
.adv-item h5 {
	font-size: 0.2rem;
	color: #333;	
	line-height: 0.48rem;
	overflow: hidden;
	padding: 0 0.2rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.adv-item p {
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #666;
	padding: 0 0.2rem;
	height: 0.52rem;
	overflow: hidden;
}
i.icon-adv {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background: url("../images/icon-adv.png") no-repeat center center;
	background-size: 1rem auto;
    vertical-align: bottom;
}
.adv-list .adv-item:first-child i.icon-adv {
	background-position: 0 0;
}
.adv-list .adv-item:nth-child(2) i.icon-adv {
	background-position: 0 -0.5rem;
}
.adv-list .adv-item:nth-child(3) i.icon-adv {
	background-position: 0 -1rem;
}
.adv-list .adv-item:nth-child(4) i.icon-adv {
	background-position: 0 -1.5rem;
}
.adv-list .adv-item:nth-child(5) i.icon-adv {
	background-position: 0 -2rem;
}
.adv-list .adv-item:nth-child(6) i.icon-adv {
	background-position: 0 -2.5rem;
}
.adv-list .adv-item:nth-child(7) i.icon-adv {
	background-position: 0 -3rem;
}
.adv-list .adv-item:nth-child(8) i.icon-adv {
	background-position: 0 -3.5rem;
}
.adv-list .adv-item:first-child:hover i.icon-adv {
	background-position: -0.5rem 0;
}
.adv-list .adv-item:nth-child(2):hover i.icon-adv {
	background-position: -0.5rem -0.5rem;
}
.adv-list .adv-item:nth-child(3):hover i.icon-adv {
	background-position: -0.5rem -1rem;
}
.adv-list .adv-item:nth-child(4):hover i.icon-adv {
	background-position: -0.5rem -1.5rem;
}
.adv-list .adv-item:nth-child(5):hover i.icon-adv {
	background-position: -0.5rem -2rem;
}
.adv-list .adv-item:nth-child(6):hover i.icon-adv {
	background-position: -0.5rem -2.5rem;
}
.adv-list .adv-item:nth-child(7):hover i.icon-adv {
	background-position: -0.5rem -3rem;
}
.adv-list .adv-item:nth-child(8):hover i.icon-adv {
	background-position: -0.5rem -3.5rem;
}

/* 短彩信服务 */
.activebg {
    position: relative;
    width: 100%;
    background: #fff;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
   	background-size: cover;
}
.site_service {
	background-image: url("../images/banner-2.png");
}
.service-item {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;;
	cursor: pointer;
}
@media(max-width:750px){
	.service-item {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.service-item span {
	display: inline-block;
	padding: 0.2rem;
	border: 5px solid #fff;
	border-radius: 100%;
}
.service-item h5 {
	font-size: 0.2rem;
	line-height: 0.45rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service-item p { 
	font-size: 0.14rem;
	line-height: 0.22rem;
	color: #fff;
	padding: 0 0.1rem;
	height: 0.88rem;
	overflow: hidden;
}
.service-list .service-item:nth-child(1) span {
	background-color: #93e6d9;
}
.service-list .service-item:nth-child(2) span {
	background-color: #a4b4e5;
}
.service-list .service-item:nth-child(3) span {
	background-color: #a1d1f3;
}
.service-list .service-item:nth-child(4) span {
	background-color: #fcabba;
}
.service-list .service-item:nth-child(5) span {
	background-color: #97b5c9;
}
.service-list .service-item:nth-child(6) span {
	background-color: #ffc682;
}
.service-list .service-item:nth-child(1):hover span {
	background-color: #58ECD6;
}
.service-list .service-item:nth-child(2):hover span {
	background-color: #7A93E0;
}
.service-list .service-item:nth-child(3):hover span {
	background-color: #66B4EA;
}
.service-list .service-item:nth-child(4):hover span {
	background-color: #F3889C;
}
.service-list .service-item:nth-child(5):hover span {
	background-color: #72A9CE;
}
.service-list .service-item:nth-child(6):hover span {
	background-color: #F9B15B;
}
.service-list .service-item:nth-child(7):hover span {
	background-color: #fff;
}
.service-list .service-item:nth-child(8):hover span {
	background-color: #fff;
}
i.icon-service {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background: url("../images/icon-service.png") no-repeat center center;
	background-size: 0.5rem auto;
	vertical-align: bottom;
}
.service-list .service-item:nth-child(1) i.icon-service {
	background-position: 0 0;
}
.service-list .service-item:nth-child(2) i.icon-service {
	background-position: 0 -0.5rem;
}
.service-list .service-item:nth-child(3) i.icon-service {
	background-position: 0 -1.0rem;
}
.service-list .service-item:nth-child(4) i.icon-service {
	background-position: 0 -1.5rem;
}
.service-list .service-item:nth-child(5) i.icon-service {
	background-position: 0 -2.0rem;
}
.service-list .service-item:nth-child(6) i.icon-service {
	background-position: 0 -2.5rem;
}
.service-list .service-item:nth-child(7) i.icon-service {
	background-position: 0 -3.0rem;
}
.service-list .service-item:nth-child(8) i.icon-service {
	background-position: 0 -3.5rem;
}

/* 功能展示 */
.site_display {
	margin-bottom: 0.8rem;
}
.display-img img {
	width: 100%;
}
.display-list {
	padding: 0;
	padding-top: 0.1rem;
}
.display-item {
	text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.display-item h5 {
	font-size: 0.18rem;
	color: #666;
	line-height: 0.36rem;
	font-weight: normal;
}
i.icon-display {
	display: inline-block;
	margin: 0.1rem 0;
	width: 0.6rem;
	height: 0.6rem;
	background: url("../images/icon-display.png") no-repeat center center;	
	background-size: 0.6rem auto;
	vertical-align: bottom;
}
.display-list .display-item:nth-child(1) i.icon-display {
	background-position: 0 0;
}
.display-list .display-item:nth-child(2) i.icon-display {
	background-position: 0 -0.6rem;
}
.display-list .display-item:nth-child(3) i.icon-display {
	background-position: 0 -1.2rem;
}
.display-list .display-item:nth-child(4) i.icon-display {
	background-position: 0 -1.8rem;
}
.display-list .display-item:nth-child(5) i.icon-display {
	background-position: 0 -2.4rem;
}
.display-list .display-item:nth-child(6) i.icon-display {
	background-position: 0 -3.0rem;
}

/* 客户案例 */
.site_case {
	background-image: url("../images/banner-3.png");
}
.site_case>img {
	width: 100%;
}
.site_case .img-box {
	position: relative;
    text-align: center;
    margin-top: 0.37rem;
}
.img-box .content .content-item {
	display: none;
}
.img-box .content .content-item.show {
	display: block;
}
.site_case .img-box .content {
    font-size: 0.22rem;
    line-height: 0.35rem;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3.2rem;
    height: 3.2rem;
    margin-left: -1.6rem;
    padding: 0.1rem 0.2rem;
    text-align: left;
}
.case-box {
	padding: 0;
    margin-top: 260px;
    margin-bottom: 50px;
}
.case-box .row {
	margin: 0;
}
.case-item {
	position: relative;
	padding-left: 0.04rem;
	padding-right: 0.04rem;
	cursor: pointer;
    margin-top: -0.16rem;
}
.case-item img {
	width: 100%;
}
.case-item p {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.48rem;
	text-align: center;
	color: #fff;
	overflow: hidden;
	padding: 0 0.18rem;
	transform: translateY(-50%);
}
.case-item.active p{
	color: #ff9833;
}
.case-item img.normal {
	display: block;
}
.case-item img.selected {
	display: none;
}
.case-item.active img.normal {
	display: none;
}
.case-item.active img.selected {
	display: block;
}
.case_stat {
	text-align: center;
	color: #fff;
	background-color: #0084eb;
	padding: 0.35rem 0 0.3rem;
}
.case_stat h5 {
	font-size: 0.6rem;
	line-height: 0.8rem;
	font-weight: normal;
}
.case_stat p {
	font-size: 0.3rem;
	line-height: 0.4rem;
	height: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 合作伙伴 */
.site_enterprise .row {
	margin-left: -0.05rem;
	margin-right: -0.05rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.site_enterprise .row>div {
	padding-left: 0.05rem;
	padding-right: 0.05rem;
	padding-bottom: 0.1rem;
	cursor: pointer;
}
/*联系我们 */
.con_bg {
    background-image: url("../images/conusBG.jpg");
    background-size: cover;
}
.title1 {
    width: 200px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    border-bottom: 2px solid rgb(255, 255, 255);
    margin: 0px auto;
}
.txt1 {
    width: 66.66666%;
    margin-left: 8.33333%;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}
.W_b {
    margin: 0 auto;
}
.contact-item {
	color: #fff;
}
.contact-item h5 {
    font-size: 0.2rem;
    line-height: 0.32rem;
    font-weight: normal;
    margin-top: 0.05rem;
}
.contact-item p {
    font-size: 0.16rem;
    line-height: 0.24rem;
}
.map {
	width: 100%;
	height: 275px;
}
/* 底部 */
.footermeau {
	margin-top: 0.6rem;
	margin-bottom: 0.3rem;
}
.left_meau {
    border-right: 1px #ddd solid;
}
.left_meau h4 {
    color: #305d9a;
    margin-bottom: 0.2rem;
}
.left_meau p {
    margin: 0 0 0.1rem;
    font-size: 0.12rem;
}
.left_meau a:link, .left_meau a:active, .left_meau a:visited {
    color: #666;
}
.right_con_img .teltphone {
    margin-top: 0.4rem;
}
.right_con_img .teltphone li {
	list-style: initial;
}
.right_con_img .teltphone li p {
    font-size: 0.22rem;
    color: #305d9a;
}
.copyright {
    background: #305d9a;
    padding: 0.05rem 0;
}
.copyright p {
	color: #fff;
	font-size: 0.12rem;
    line-height: 0.16rem;
    text-align: center;
}
.copyright p a {
    color: #fff;
    margin: 0 0.02rem;
}
.copyright p a:hover {
	text-decoration: underline;
}

.copyright a:link, .copyright a:visited, .copyright a:active, .copyright a:hover {
    color: #fff;
}

.why_sel .sel_box ul {
  width: 50%;
  float: left; }
  .why_sel .sel_box ul h3 {
    margin: 0 0 40px; }
    .why_sel .sel_box ul h3 span {
      color: #0084eb;
      font-size: 72px;
      display: inline-block; }
    .why_sel .sel_box ul h3 em {
      font-size: 36px;
      color: #1f1f1f;
      display: inline-block;
      vertical-align: top;
      padding-top: 10px;
      padding-left: 15px; }
      .why_sel .sel_box ul h3 em i {
        color: #0084eb;
        font-size: 72px; }
    @media (max-width: 1000px) {
      .why_sel .sel_box ul h3 {
        margin: 0 0 20px; }
        .why_sel .sel_box ul h3 span {
          font-size: 20px; }
        .why_sel .sel_box ul h3 em {
          font-size: 20px;
          padding: 10px; } }
  .why_sel .sel_box ul li {
    color: #1f1f1f;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px; }
    .why_sel .sel_box ul li::before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #0084eb;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    @media (max-width: 1000px) {
      .why_sel .sel_box ul li {
        font-size: 20px;
        margin-bottom: 10px; } }
  .why_sel .sel_box ul a {
    color: #0084eb;
    font-size: 14px;
    border: 1px solid #158eec;
    border-radius: 4px;
    display: inline-block;
    padding: 9px 15px; }
    .why_sel .sel_box ul a:hover {
      background: #158eec;
      color: #fff; }
  .why_sel .sel_box ul:nth-child(2) {
    text-align: right; }
@media (max-width: 1000px) {
  .why_sel .sel_box {
    padding: 0 10px; }
    .why_sel .sel_box ul {
      width: 100%;
      float: none; }
      .why_sel .sel_box ul:nth-child(2) {
        text-align: left;
        margin-top:10px; } }
@media (max-width: 800px) {
  .why_sel .sel_box ul {
    text-align: center; width: 100%!important;padding-bottom: 10px;}
  .why_sel .sel_box .w_pic_1 img {
    display: block;
    margin: 0 auto; } }

    .why_sel2 {
  background: #0084eb;
  padding: 40px 0 0; }
  .why_sel2 ul {
    width: 50%;
    float: left; }
    .why_sel2 ul .ul_pic {
      position: relative;
      max-width: 442px; }
      .why_sel2 ul .ul_pic .ul_pic2 {
        z-index: 10;
        margin-top: 10px; }
        @media (max-width: 750px) {
          .why_sel2 ul .ul_pic .ul_pic2 {
            width: 150px; } }
  .why_sel2 .sel_box .w_ul2 {
    color: #fff;
    text-align: left !important; }
    .why_sel2 .sel_box .w_ul2 h3 span, .why_sel2 .sel_box .w_ul2 h3 em {
      color: #fff; }
    .why_sel2 .sel_box .w_ul2 li {
      color: #fff;
      text-align: left; }
      .why_sel2 .sel_box .w_ul2 li::before {
        background: #fff; }
    .why_sel2 .sel_box .w_ul2 a {
      color: #fff;
      border: 1px solid #fff; }
      .why_sel2 .sel_box .w_ul2 a:hover {
        border: 1px solid #54b8ea; }

        .section_6 {
  background: #f3fbff;
  overflow: hidden;
  padding: 55px 0 60px; }
  .section_6 ul {
    width: 440px;
    float: left; }
    .section_6 ul:nth-child(2) {
      float: right; }
    .section_6 ul li {
      position: relative;
      padding-left: 10px;
      margin-bottom: 10px; }
      .section_6 ul li a {
        color: #676767;
        font-size: 14px;
        display: block; }
        .section_6 ul li a span {
          color: #b4b4b4;
          font-size: 14px; }
      .section_6 ul li i {
        position: absolute;
        left: 0;
        top: 50%;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #d0d0d0;
        margin-top: -2px; }
  @media (max-width: 1000px) {
    .section_6 {
      padding: 20px; }
      .section_6 ul {
        width: 100%;
        margin-bottom: 1rem; } }
  .section_6 .w_title_2 {
    margin-bottom: 15px; }

.w_title_2 {
  border-bottom: 1px solid #2b99ee;
  padding-bottom: 15px; }
  .w_title_2 span {
    color: #0084eb;
    font-size: 24px; }
  .w_title_2 a {
    float: right;
    color: #b0b0b0;
    font-size: 14px;
    padding-top: 15px; }
  @media (max-width: 750px) {
    .w_title_2 {
      padding-bottom: 15px; }
      .w_title_2 span {
        font-size: 20px; }
      .w_title_2 a {
        padding-top: 15px; } }

    .new_contact{
    	background: url(../images/dx_02.jpg) no-repeat center center;padding:50px 0 30px;
  	}

  .new_contact p{color:#fff;font-size: 30px;text-align: center;}
  .new_contact a{background: #f09e01;color:#fff;display: block;width: 130px;height: 50px;margin:25px auto;text-align: center;line-height: 50px;font-size: 24px;}

  .footer {
  background: #f6f6f6;
  overflow: hidden; }
  .footer .cen {
    margin: 20px auto; }
    @media (max-width: 750px) {
      .footer .cen {
        margin: 1.5rem auto; } }
  .footer .footer_b .foot_7 {
    border-right: 1px solid #e5e5e5;
    float: left; }
    .footer .footer_b .foot_7 h4 {
      color: #0084eb;
      font-size: 20px;
      margin: 0;
      margin-bottom: 10px;
      white-space: nowrap; }
    .footer .footer_b .foot_7 p {
      margin-bottom: 3px; }
      .footer .footer_b .foot_7 p a {
        color: #999ea1;
        font-size: 14px; }
    .footer .footer_b .foot_7 li {
      float: left;
      margin-right: 52px; }
  .footer .footer_b .foot_5 {
    float: left;
    padding: 0 38px; }
    .footer .footer_b .foot_5 .code_bg {
      background: #fff;
      padding: 14px;
      float: left; }
      .footer .footer_b .foot_5 .code_bg img {
        max-width: 128px; }
    .footer .footer_b .foot_5 ul {
      float: left;
      margin-left: 24px; }
      .footer .footer_b .foot_5 ul li {
        margin-top: 10px; }
        .footer .footer_b .foot_5 ul li p {
          color: #0084eb;
          font-size: 18px; }
  @media (max-width: 1080px) {
    .footer .footer_b {
      padding: 0 1rem; }
      .footer .footer_b .foot_7 {
        width: 100%;
        float: none;
        margin-bottom: 1rem;
        border-right: none; }
        .footer .footer_b .foot_7 li {
          width: 25%;
          margin-right: 0; }
        .footer .footer_b .foot_7:after {
          content: '';
          display: block;
          clear: both; }
      .footer .footer_b .foot_5 {
        float: none;
        padding: 0; }
        .footer .footer_b .foot_5:after {
          content: '';
          display: block;
          clear: both; } }
  @media (max-width: 750px) {
    .footer .footer_b .foot_7 h4 {
      font-size: 20px; }
    .footer .footer_b .foot_7 li {
      width: 50%; }
    .footer .footer_b .foot_5 ul {
      margin-left: 10px; } }

.foot_b {
  background: #f6f6f6;
  border-top: 1px solid #d9d9d9;
  padding: 16px 0; }
  .foot_b p {
    margin-bottom: 0;
    color: #bbb;
    font-size: 12px;
    text-align: center; }
    .foot_b p a {
      color: #bbb; }
  @media (max-width: 750px) {
    .foot_b .cen {
      padding: 0 1rem; } }
