﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #303030;
  font-size: 14px;
  font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

.bold {
  font-weight: bold !important;
}

.yellow {
  color: #f8f400;
}

.block_img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.bg_img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-pagination {
  z-index: 9;
}

.swiper-container-vertical .swiper-pagination-h {
  top: 30%;
  right: 10%;
  width: 58px;
  height: 58px;
}
.swiper-container-vertical .swiper-pagination-h .swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  background: #acd146;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.swiper-container-vertical .swiper-pagination-h .swiper-pagination-bullet i {
  display: inline-block;
  padding-top: 20px;
}
.swiper-container-vertical .swiper-pagination-h .swiper-pagination-bullet em {
  display: inline-block;
  padding-top: 13px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
  background: #acd146;
}

.wrap {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

#header {
  z-index: 10;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 70px;
  background: #3cb6be url(../image/nav_bg.jpg) no-repeat right top;
}

#header .auto {
  width: 1000px;
  margin: 0 auto;
}

#header .auto_other {
  position: relative;
}

#header .logo {
  position: absolute;
  left: 0;
  top: 20px;
}

#header nav {
  padding: 26px 180px 0 0;
  margin: 0;
}

#header nav ul {
  float: right;
}

#header ul li {
  list-style: none;
  float: left;
  padding: 0px 20px;
  background: url(../image/nav_line.png) no-repeat right 3px;
  color: #fff;
  font-size: 16px;
  height: 44px;
}

#header ul li.other_web {
  background: none;
  padding-right: 0;
}

#header ul li.other_web a {
  padding-right: 13px;
  margin-right: 10px;
  background: url(../image/nav_line.png) no-repeat right 3px;
}

#header ul li.other_web a:last-child {
  background: none;
}

#header ul li a {
  color: #fff;
  display: inline-block;
  height: 42px;
}

#header ul li a.on, #header ul li a.on:hover {
  color: #acd146;
  border-bottom: 2px solid #acd146;
}

#header ul li a:hover, #header ul li a.aon {
  color: #f8f400;
}

.subnav {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 345px;
  background: rgba(48, 48, 48, 0.9);
  border-top: 1px solid #acd146;
  display: none;
}

#header ul li .subnav a {
  color: #fff;
}

.subnav dl {
  width: 1000px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  height: 345px;
}

.subnav dd {
  float: left;
  padding-top: 110px;
  height: 235px;
}

#show1 dd {
  width: 33%;
}

#show4 dd {
  width: 20%;
}

.subnav dd figure {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 104px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 0 0 2px #fff inset;
  border-radius: 50%;
  transition: all .5s;
}

.subnav dd figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .5s;
}

.subnav dd figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  margin: auto;
  z-index: 10;
}

.subnav dd span {
  padding-top: 20px;
  display: block;
  font-size: 20px;
  font-weight: 300;
  transition: all .3s;
  text-align: center;
  color: #fff;
}

.subnav dd div {
  display: block;
  opacity: 0;
}

.subnav dd div p {
  display: block;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: all .5s .1s;
  margin: 0;
}

.subnav dd div p a {
  font-size: 16px;
  color: #fff;
  background: url(../image/a_topic.png) no-repeat right center;
  padding-right: 15px;
}

#header ul li .subnav dd div p a {
  height: 25px;
}

/*.subnav dd div p a:hover{color:#acd146;}
#show1 dd:hover span {opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px);}*/
.subnav dd:hover div {
  opacity: 1 !important;
}

.subnav dd:hover div p {
  opacity: 1 !important;
  -webkit-transform: translateY(30px) !important;
  transform: translateY(30px) !important;
}

.subnav dd:hover figure {
  box-shadow: 0 0 10px 50px rgba(255, 255, 255, 0) inset;
}

.subnav dd:hover figure::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #acd146;
}

#header ul li #show4 dd p a {
  background: none;
  width: 91px;
  height: 28px;
  display: inline-block;
  line-height: 30px;
  padding-right: 0;
  border: 1px solid #fff;
  border-radius: 15px;
}

/*二维码*/
.subnav dd.nav_ewm {
  position: relative;
}

.subnav dd.nav_ewm figure {
  box-shadow: none !important;
  width: 78px !important;
  height: 64px !important;
  border-radius: 0 !important;
}

.subnav dd.nav_ewm figure::before {
  display: none;
}

.subnav dd.nav_ewm p {
  opacity: 0;
  transition: all .5s .1s;
  position: absolute;
  top: 104px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.subnav dd.nav_ewm:hover p {
  opacity: 1;
}

#header .auto_other a {
  position: absolute;
  top: 21px;
  display: inline-block;
  line-height: 33px;
  color: #fff;
  font-size: 16px;
  border: solid 1px #fff;
  border-radius: 30px;
  width: 85px;
  text-align: center;
}

#header .auto_other a:hover {
  color: #acd146;
  background: #fff;
}

#header a.a-login {
  right: 95px;
}

#header .auto_other a.a-fast {
  right: 0px;
}

.head_notbg #header {
  background: none;
}

#header {
  background: none;
}
#header ul li a {
  height: 34px;
  line-height: 24px;
}
#header ul li a:hover {
  /*border-bottom: 2px solid #acd146;*/
}
#header .subnav {
  top: 62px;
}

/*section_a start*/
.section_a {
    background-color: #3BA8E9;
}
.section_a .nav {
  position: relative;
  z-index: 11;
  margin-top: 80px;
  height: 60px;
}
.section_a .nav.active {
  border-bottom: 1px solid #acd146;
}
.section_a .nav .logo {
  float: left;
  padding-top: 15px;
}
.section_a .nav .nav_list {
  float: right;
  margin-right: 90px;
  line-height: 58px;
}
.section_a .nav .nav_item {
  float: left;
  height: 58px;
  background: url(../image/nav_bg.png) no-repeat right center;
}
.section_a .nav .nav_item a {
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.section_a .nav .nav_item a:hover {
  border-bottom: 2px solid #acd146;
  color: #f8f400;
}
.section_a .nav .last_item {
  background: none;
}
.section_a .nav .login {
  position: absolute;
  right: 0;
  top: 12px;
  width: 90px;
  height: 34px;
  border: 1px solid #fff;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.section_a .nav .login:hover {
  background-color: #acd146;
  border-color: #acd146;
}
.section_a .nav .nav_pop {
  display: none;
  position: fixed;
  left: 0;
  top: 61px;
  z-index: 10;
  width: 100%;
  height: 346px;
}
.section_a .nav .nav_pop .nav_pop_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #303030;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.section_a .nav .nav_pop .wrap {
  z-index: 11;
}
.section_a .nav .nav_pop .nav_product_item {
  float: left;
  width: 33.33333%;
  padding-top: 80px;
}
.section_a .nav .nav_pop .nav_about_item {
  width: 20%;
}
.section_a .nav .nav_pop .nav_icn {
  float: left;
  height: 100%;
  padding-top: 110px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
}
.section_a .nav .nav_pop .nav_icn img {
  margin-bottom: 10px;
}
.section_a .icn_area {
  padding-top:70px;
}
.section_a .title_area{
  width: 642px;
  height: 130px;
  padding-top: 170px;
  margin: 0 auto;
  background: url(../image/section_a_bg.png) no-repeat right top;
  font-size: 64px;
}
.section_a .title_area .title_icn{
  float: left;
  margin-right: 10px;
}
.section_a .title_area .title{
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 0.8em
}
.section_a .title_area .desc{
  color: #fff;
  font-size: 0.45em
}
.section_a .button_area {
  margin-top: 5%;
  text-align: center;
}
.section_a .button_area .download {
  margin-bottom: 4%;
}
.section_a .button {
        display: inline-block;
        width: 300px;
        height: 80px;
        line-height: 80px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 30px;
        text-decoration: none;
        margin-bottom: 15px;
}
.section_a .button:hover {
  border-color: #acd146;
  background-color: #acd146;
}
.section_a .button2 {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-bottom:5px;
}
.section_a .button2:hover {
  border-color: #acd146;
  background-color: #acd146;
}
.section_a .point_list {
  position: relative;
  width: 720px;
  height: 220px;
  margin: 0 auto;
  margin-top: 70px;
}
.section_a .point_list .point_item {
  float: left;
  width: 160px;
  height: 100%;
  color: #fff;
  text-align: center;
}
.section_a .point_list .point_item .title {
  font-size: 16px;
}
.section_a .point_list .point_item .cicle {
  width: 100px;
  height: 100px;
  margin: 30px auto 10px;
  background-color: #fff100;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 100px;
  color: #0d6fb8;
  font-size: 26px;
  text-align: center;
}
.section_a .point_list .point_item .desc {
  width: 140px;
  margin: 0 auto;
  line-height: 1.2;
}
.section_a .point_list .point_list_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/a_list_line.png) no-repeat center 40px;
}
/*section_a end*/
/*section_b start*/
.section_b .b_caption {
  padding-top: 75px;
  color: #303030;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.section_b .content {
  position: relative;
  width: 100%;
  height: 550px;
  margin-top: 100px;
  /*手机+超人*/
}
.section_b .content .b_phone {
  position: absolute;
  left: 40px;
  top: -15px;
  width: 527px;
}
.section_b .content .blue_list {
  position: relative;
  margin-top: 100px;
  margin-left: 5.85859%;
  width: 85.85859%;
  height: 600px;
}
.section_b .content .blue_list .blue_item {
  position: absolute;
  width: 350px;
}
.section_b .content .blue_list .blue_item .blue_img {
  float: left;
  width: 54%;
  margin-right: 12px;
}
.section_b .content .blue_list .blue_item .desc {
  width: 380px;
  padding-top: 75px;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 1.3;
}
.section_b .content .blue_list .blue_item0 {
  position: absolute;
  top: 0;
  left: 29.88235%;
  width: 22.23529%;
}
.section_b .content .blue_list .blue_item0 img {
  width: 100%;
}
.section_b .content .blue_list .blue_item0 .desc {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  color: #acd146;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  font-family: "microsoft yahei ui light","microsoft yahei";
}
.section_b .content .blue_list .blue_item1 {
  top: 0;
  left: 54.11765%;
}
.section_b .content .blue_list .blue_item2 {
  top: 29.66667%;
  left: 66.47059%;
}
.section_b .content .blue_list .blue_item3 {
  top: 59.66667%;
  left: 54.11765%;
}
.section_b .content .blue_list .blue_item4 {
  top: 29.66667%;
  left: 0;
}
.section_b .content .blue_list .blue_item4 .blue_img {
  float: right;
}
.section_b .content .blue_list .blue_item4 .desc {
  width: 41.71429%;
}
.section_b .content .blue_list .blue_item5 {
  top: 59.66667%;
  left: 11.76471%;
}
.section_b .content .blue_list .blue_item5 .blue_img {
  float: right;
}
.section_b .content .blue_list .blue_item5 .desc {
  width: 41.71429%;
}
.section_b .down_arrow {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 25px;
  text-align: center;
}
.section_b .down_arrow .arrow_img {
  display: inline-block;
  height: 100%;
}

/*section_b end*/
/*section_c start*/
.section_c {
  color: #fff;
}
.section_c .wrap {
  display: none;
  padding-left: 170px;
}
.section_c .on_active_v .wrap {
  display: block;
}
.section_c .swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
}
.section_c .c_caption {
  padding-top: 80px;
  font-size: 40px;
  font-weight: normal;
}
.section_c .text_area {
  padding: 50px 0;
  margin-top: 120px;
  background: url(../image/c_border.jpg) no-repeat left top, url(../image/c_border.jpg) no-repeat left bottom;
}
.section_c .text_area .normal_text {
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 1.5625;
}
.section_c .sub_caption {
  margin-bottom: 30px;
}
.section_c .sub_caption h4 {
  margin: 0;
  line-height: 1.5;
  font-size: 50px;
  font-weight: normal;
}
.section_c .text_center {
  padding-left: 0;
  text-align: center;
}
.section_c .text_center .text_area {
  background: url(../image/c_border.jpg) no-repeat center top, url(../image/c_border.jpg) no-repeat center bottom;
}

.section_c_1 {
  background: url(../image/c_bg_2.jpg) no-repeat center center;
}

.section_c_2 {
  background: url(../image/c_bg_3.jpg) no-repeat center center;
}

.section_c_3 {
  background: url(../image/c_bg_3.jpg) no-repeat center center;
}

.section_c_4 {
  background: url(../image/c_bg_4.jpg) no-repeat center center;
}

/*section_c end*/
/*section_d start*/
.section_d {
  background: url(../image/d_bg.png) center repeat-x;
}
.section_d .d_caption {
  padding-top: 60px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.section_d .map {
  position: relative;
  height: 70%;
  margin-top: 120px;
}
.section_d .map .map0 {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 69.09091%;
  margin-left: -34.54545%;
}
.section_d .map .loc {
  position: absolute;
  width: 20%;
}
.section_d .map .loc p {
  position: absolute;
  top: 0;
  padding: 25px 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
}
.section_d .map .map1 {
  position: absolute;
  left: -16%;
  top: 43%;
  width: 46.7%;
}
.section_d .map .map1 .loc {
  top: -40%;
  left: 54%;
}
.section_d .map .map2 {
  position: absolute;
  top: 56%;
  left: 20%;
  width: 44.3%;
}
.section_d .map .map2 .loc {
  top: 37%;
  left: 50.5%;
}
.section_d .map .map3 {
  position: absolute;
  left: 26.80556%;
  top: -3%;
  width: 48%;
}
.section_d .map .map3 .loc {
  left: 49%;
  top: -26%;
}
.section_d .map .map4 {
  position: absolute;
  left: 63%;
  top: 21.7%;
  width: 47.3;
}
.section_d .map .map4 .loc {
  left: 50.74627%;
  top: 10%;
}

/*section_d end*/
/*section_e start*/
.section_e {
  background: url(../image/e_bg.png) center center repeat-x;
}
.section_e .wrap {
  height: auto;
}
.section_e .e_caption {
  position: relative;
  padding-top: 35px;
  margin-top: 0;
  color: #303030;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.section_e .e_caption .get_history {
  position: absolute;
  right: 180px;
  bottom: -20px;
  font-size: 16px;
  color: gray;
}
.section_e .e_caption .get_history:hover {
  color: #acd146;
  text-decoration: underline;
}
.section_e .price_list {
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
.section_e .price_list .price_item {
  float: left;
  width: 240px;
  margin-bottom: 3.5%;
  text-align: center;
}
.section_e .price_list .price_item .img_bg {
  width: 51.6%;
}
.section_e .price_list .price_item .title {
  padding-top: 1.4em;
  margin-bottom: 2%;
  color: #303030;
  font-size: 25px;
}
.section_e .price_list .price_item .desc {
  color: #737373;
  font-size: 18px;
}
.section_e .price_list .price_item sup {
  top: -.2em;
  font-size: .6em;
}
.section_e .phone {
  width: 34.84848%;
  margin: 10px auto;
}
.section_e .font {
  width: 40.90909%;
  margin: 0 auto;
  margin-top: 520px;
  text-align: center;
}


/*section_e end*/
.download_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}
.download_popup .popup_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #07172b;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.download_popup .popup_box {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 474px;
  height: 411px;
  margin-left: -237px;
  margin-top: -205.5px;
  background: url(../image/download_popup.png) no-repeat;
  text-align: center;
}
.download_popup .popup_box .close_btn {
  position: absolute;
  left: 320px;
  top: -33px;
  width: 66px;
  height: 66px;
  background: url(../image/close_btn.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.download_popup .popup_box .qr_code {
  padding-top: 40px;
  margin-bottom: 10px;
}
.download_popup .popup_box .download_area {
  width: 280px;
  height: 110px;
  margin: 0 auto;
}
.download_popup .popup_box .download_area a {
  color: #737373;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.3;
}
.download_popup .popup_box .down_area {
  width: 180px;
  height: 110px;
  margin: 0 auto;
}
.download_popup .popup_box .down_area a {
  color: #737373;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.3;
}
.download_popup .popup_box .download_window{
  float: left;
  width: 64px;
  padding-top: 70px;
  background: url(../image/window.png) no-repeat left top;
}
.download_popup .popup_box .download_window:hover {
  background: url(../image/window.png) no-repeat -64px top;
}
.download_popup .popup_box .download_andriod {
  float: left;
  margin-left: 43px;
  width: 64px;
  padding-top: 70px;
  background: url(../image/android.png) no-repeat left top;
}
.download_popup .popup_box .down_andriod {
  float: left;
  width: 64px;
  padding-top: 70px;
  background: url(../image/android.png) no-repeat left top;
}
.download_popup .popup_box .download_andriod:hover {
  background: url(../image/android.png) no-repeat -64px top;
}
.download_popup .popup_box .download_iPhone {
  float: right;
  width: 65px;
  padding-top: 70px;
  margin-bottom: 8px;
  background: url(../image/iPhone.png) no-repeat left top;
}
.download_popup .popup_box .download_iPhone:hover {
  background: url(../image/iPhone.png) no-repeat -65px top;
}
.download_popup .popup_box .download_tip {
  margin-top: 10px;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 1.28571;
}

@media screen and (max-width: 1441px) {
  .section_a .icn_area {
    padding-top: 100px;
  }
  .section_a .button_area{
    margin-top: 4%;
  }
  .section_a .button {
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
  }

  .section_b .b_caption {
    padding-top: 40px;
  }
  .section_b .content {
    margin-top: 30px;
  }
  .section_b .content .b_phone {
    top: 20px;
    left: 130px;
    width: 369px;
  }
  .section_b .content .green_list .green_item {
    position: absolute;
    width: 320px;
    height: 116px;
  }
  .section_b .content .green_list .green_item .green_img {
    width: 100px;
  }
  .section_b .content .green_list .green_item .crm_title {
    padding-top: 28px;
    margin-bottom: .2em;
    color: #303030;
    font-size: 16px;
  }
  .section_b .content .green_list .green_item .crm_desc {
    width: 310px;
  }
  .section_b .content .green_list .green_item1 {
    left: 420px;
  }
  .section_b .content .green_list .green_item2 {
    top: 125px;
    left: 490px;
  }
  .section_b .content .green_list .green_item3 {
    top: 245px;
    left: 420px;
  }
  .section_b .content .green_list .green_item4 {
    top: 245px;
    left: 280px;
  }
  .section_b .content .green_list .green_item4 .text_area {
    top: 100px;
  }

  .section_c .c_caption {
    padding-top: 20px;
  }
  .section_c .text_area {
    padding: 30px 0;
    margin-top: 60px;
  }
  .section_c .sub_caption {
    margin-bottom: 20px;
  }

  .section_d .wrap {
    width: 720px;
  }
  .section_d .d_caption {
    padding-top: 20px;
  }
  .section_d .map {
    margin-top: 80px;
  }
  .section_d .map .loc p {
    padding: 22% 10%;
    font-size: 12px;
  }

  .section_e .e_caption {
    padding-top: 15px;
    font-size: 30px;
  }
  .section_e .polygan {
    width: 280px;
    height: 140px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .section_e .polygan_item .e_icn {
    position: relative;
    z-index: 6;
    width: 18px;
    margin: 0 auto;
    margin-top: 35px;
  }
  .section_e .polygan_item .e_zyb {
    padding-top: 10px;
    font-size: 22px;
  }
  .section_e .polygan_item .e_space_text {
    font-size: 12px;
  }
  .section_e .polygan_item .e_space_data {
    font-size: 14px;
  }
  .section_e .polygan_item .price_text_data {
    font-size: 18px;
  }
  .section_e .polygan_item .price_text_unix {
    font-size: .7em;
  }
  .section_e .polygan_item1,
  .section_e .polygan_item3 {
    width: 60px;
    height: 60px;
    padding-top: 26px;
  }
  .section_e .polygan_item2 {
    width: 100px;
    height: 140px;
  }
  .section_e .polygan_item2 .text2 {
    padding-top: 10px;
    font-size: 30px;
  }
  .section_e .gray_text {
    margin-top: 1%;
    font-size: 14px;
  }
  .section_e .tel_area {
    height: 77px;
    margin-bottom: 0;
  }
  .section_e .tel_area .title {
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 12px;
  }
  .section_e .tel_area .blue_bg {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .section_e .help_list {
    margin: 14px auto;
  }
  .section_e .help_list .help_item .help_img {
    width: 96px;
  }
}

#home_footer #footer .h_callS{ display:none !important; }
.h_callS{ position:fixed; bottom:5%; right:0; z-index:100;}
.h_callS dd:nth-child(1){ margin-bottom:1px; height:46px;}
.h_callS dd{ position:relative;}
.h_callS dd span{ background-color:#737373; background-position:center center; background-repeat:no-repeat; display:inline-block;height:46px; width:46px; position:relative; z-index:5; cursor:pointer;}
.h_callS dd span a{ display:block; height:46px;}
.h_callS dd span.qq{ background-image:url(../image/nav_r_icon_qq.png);}
.h_callS dd span.tel{ background-image:url(../image/nav_r_icon_tel.png);}
.h_callS dd div{ position:absolute; background-color:#737373; line-height:46px; top:0; color:#fff; text-align:center; font-size:18px; opacity:0;}
.h_callS dd div a{color:#fff;}
.h_callS dd div a:hover{color:#acd146;}
.h_callS dd:nth-child(1) div{ width:144px; right:-144px;}
.h_callS dd:nth-child(2) div{ width:94px;right:-94px;}

.h_callS dd:hover div{ opacity:1;right:37px;-moz-transition:all ease 0.2s; -ms-transition:all ease 0.2s; -0-transition:all ease 0.2s; -webkit-transition:all ease 0.2s;transition:all ease 0.2s; }
@media screen and (max-width: 1370px) 
{
  .h_callS dd div{ font-size:16px;}  
}

.comwidth .logo {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 100px;
    height: 34px;
}
.comwidth .ext {
    position: absolute;
    right: 50px;
    top: 0;
    height: 28px;
    line-height: 28px;
    color: #fff;
}
.comwidth .ext a{
    color:#fff;
}
.comwidth .ext a:hover{
    text-decoration:underline;
}
.comwidth {
    margin: 0 auto;
    height: 28px;
    background-color: #333333;
    position: relative;
}
.comwidth h2,.comwidth span{
	position: absolute;
	right: 3000px;
}
.copyright{ margin-top: 100px;text-align:center; color:#fff; line-height:43px;}