@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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: 100%;
  font-family: 'PingFangSC-Light', 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', 'Arial', 'sans-serif';
}

a {
  color: #333;
}

a:hover {
  color: #0084ff;
}

a,
a:hover {
  text-decoration: none;
}

a.ablock {
  width: 100%;
  height: 100%;
  display: block;
}

img.iblock {
  width: 100%;
  height: 100%;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 10vw;
  background-color: white;
}

a:hover {
  color: #0084ff;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 0.14rem;
  zoom: 1;
}

.container {
  width: 9.33333rem;
  margin: 0 auto;
  padding: 0px;
}

.banner #main_banner,
.banner .index-banner {
  height: 10rem;
  overflow: hidden;
}

.banner .numberbox {
  width: 100%;
  height: .8rem;
  padding: .2rem 0rem;
  background-color: #0a7be3;
  color: #fff;
}

.banner .numberbox .numbox {
  height: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .numberbox .numbox p {
  width: 24%;
  border-right: 0.01rem solid #fff;
  text-align: center;
}

.banner .numberbox .numbox p span {
  font-size: .3rem;
  margin: 0rem .1rem;
}

.banner .numberbox .numbox p:last-child {
  border-right: none;
}

.ny-banner {
  width: 100%;
}

header {
  width: 100%;
  height: 1.33333rem;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 7px #ccc;
          box-shadow: 2px 2px 7px #ccc;
}

header .header {
  height: 1.33333rem;
  font-size: 0.2rem;
}

header .header .logo {
  width: 3.22667rem;
  height: 0.8rem;
  margin-top: 0.26667rem;
}

header .header .logo img {
  width: 100%;
  height: 100%;
}

header .header .menu {
  width: 0.61333rem;
  height: 0.42667rem;
  margin-top: 0.4rem;
  position: relative;
}

header .header .yybox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 1.33333rem;
  left: 0;
  z-index: 9999;
}

header .header .nav {
  width: 50%;
  height: 100%;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.34rem;
  background: #fff;
}

header .header .nav li {
  width: 100%;
  line-height: 0.5rem;
  border-bottom: 1px solid #ccc;
}

header .header .nav li a {
  display: block;
  color: #333;
  font-size: 0.34rem;
  text-align: center;
}

header .header .nav li a.on, header .header .nav li a:hover {
  font-weight: bold;
  background-color: #0084ff;
  color: #fff;
}

header .header .nav .open > a,
header .header .nav .open > a:hover,
header .header .nav .open > a:focus {
  border-color: #fff;
}

header .header li.menu-item-level-2 {
  border-bottom: none !important;
}

header .header li.menu-item-level-2 a {
  font-size: .32rem;
  padding: 0 !important;
  line-height: 30px !important;
}

header .header li.menu-item-level-2 a.on {
  background-color: #fff;
  font-weight: bold;
  color: #0a7be3;
}

footer {
  width: 100%;
  padding-top: .5rem;
  background: transparent !important;
}

footer .f-top {
  width: 100%;
  background: url(../images/fbg.jpg) no-repeat;
}

footer .f-top .pr {
  padding: .2rem 0rem;
  position: relative;
}

footer .f-top .form {
  width: 48%;
  margin-right: 4%;
  padding: .3rem .2rem;
  background-color: #4B4B4B;
  position: absolute;
  top: -0.3rem;
  left: 0;
  z-index: 22;
  border-radius: .1rem;
}

footer .f-top .form p {
  color: #fff;
  padding-bottom: .1rem;
}

footer .f-top .form p b {
  font-size: .34rem;
  margin-right: .2rem;
}

footer .f-top .form input,
footer .f-top .form textarea {
  width: 3.2rem;
  height: .5rem;
  display: block;
  line-height: .5rem;
  padding: 0rem 0.1rem;
  border: none;
  border-radius: .1rem;
  margin-top: .1rem;
  outline: none;
}

footer .f-top .form textarea {
  width: 100%;
  height: 1rem;
}

footer .f-top .form a {
  width: 1.5rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  background-color: #0a7be3;
  color: #fff;
  font-size: .3rem;
  display: block;
  margin-top: .1rem;
  border-radius: 0.1rem;
}

footer .f-top .f-info {
  width: 48%;
  margin-left: 52%;
}

footer .f-top .f-info p.f-info-top {
  width: 100%;
  padding-bottom: .1rem;
  border-bottom: 0.01rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .f-top .f-info p.f-info-top .f-logo {
  width: 45%;
}

footer .f-top .f-info p.f-info-top .ewm {
  width: 1rem;
}

footer .f-top .f-info .f-flink {
  width: 100%;
  line-height: 2;
  color: #fff;
}

footer .f-top .f-info .f-flink .f-yl {
  margin-top: .1rem;
  font-size: .34rem;
}

footer .f-top .f-info .f-flink .f-alink {
  height: .86rem;
  overflow: hidden;
}

footer .f-top .f-info .f-flink .f-alink a {
  margin-right: .1rem;
  color: #fff;
  font-size: .3rem;
}

footer .f-top .f-info .f-backtop {
  width: 100%;
  display: block;
  margin-top: .35rem;
  color: #fff;
  text-align: center;
}

footer .f-top .f-info .f-backtop img {
  width: .17rem;
  height: .1rem;
  display: block;
  margin: 0rem auto .1rem;
}

footer .f-bottom {
  width: 100%;
  background-color: #0a7be3;
  color: #fff;
}

footer .f-bottom .f-bottom-box {
  padding: .7rem 0rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.01rem solid #fff;
}

footer .f-bottom .f-bottom-box .f-bottom-item {
  width: 32%;
  margin-right: 4%;
  color: #fff;
}

footer .f-bottom .f-bottom-box .f-bottom-item p.tt {
  font-size: .3rem;
  font-weight: bold;
}

footer .f-bottom .f-bottom-box .f-bottom-item p.info {
  margin-top: .1rem;
  line-height: 2;
}

footer .f-bottom .f-bottom-box .f-bottom-item:last-child {
  margin-right: 0;
}

footer .f-bottom .copyright-box {
  width: 100%;
  padding: .6rem 0rem 1.2rem;
  text-align: center;
}

footer .f-bottom .copyright-box .tag,
footer .f-bottom .copyright-box .copyright {
  line-height: 2;
  font-size: .3rem;
}

footer .f-bottom .copyright-box .tag a,
footer .f-bottom .copyright-box .copyright a {
  color: #fff;
}

.f-bottom-box {
  display: none !important;
}

.mb-footer {
  width: 100%;
  height: 40px;
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  z-index: 99;
  color: #fff;
  background-color: #000;
  border-top: 1px solid #fff;
  margin-bottom: 0px;
}

.mb-footer > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mb-footer li {
  width: 25%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.mb-footer li a {
  color: #fff;
}

.mb-footer li img {
  margin-right: 8px;
  vertical-align: middle;
}

/*底部联系我们弹窗样式*/
.wechat_code {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}

.code_cnt {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding-top: 50%;
}

.code_cnt img {
  width: 100%;
  height: 200px;
}

.breadcrumb {
  background-color: transparent;
  font-size: .3rem;
  color: #333;
  margin-bottom: 0rem;
}

.breadcrumb a {
  color: #666;
}

.main {
  width: 100%;
  padding: .5rem 0rem 1rem;
}

.h-main {
  width: 100%;
  background-color: #F7F9FC;
  padding: 0.1rem 0rem 1rem;
}

h2 {
  width: 100%;
  text-align: center;
}

h2 p {
  color: #0a7be3;
  font-size: .3rem;
  font-weight: bold;
}

h2 article {
  color: #666;
  margin-top: .2rem;
}

h2 .index-ytit {
  font-size: .2rem;
  font-weight: normal;
  color: #999 !important;
}

h2 .index-tit22 {
  font-size: .42rem;
  color: #333 !important;
  margin: .2rem 0rem;
}

h2 .hengx {
  width: .3rem;
  height: 0.03rem;
  display: block;
  background-color: #0a7be3;
  margin: 0 auto;
}

h3 {
  width: 100%;
  text-align: center;
  font-size: .3rem;
}

h3 b {
  font-size: .46rem;
  display: block;
  margin-bottom: .15rem;
  color: #0a7be3;
}

a.more,
span.more {
  width: 1.2rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: .2rem auto 0rem;
  border-radius: .05rem;
  background: #0a7be3;
}

ul.menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: .4rem;
}

ul.menu li {
  width: 2rem;
  height: .6rem;
}

ul.menu li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: .6rem;
  text-align: center;
  background-color: #F7F9FC;
  color: #333;
  font-size: .32rem;
  font-weight: bold;
  border-radius: .05rem;
}

ul.menu li a.on, ul.menu li a:hover {
  background-color: #0a7be3;
  color: #fff;
}

.index-service {
  width: 100%;
  background-color: #fff;
  padding: .6rem 0rem;
}

.index-service ul {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-service ul li {
  width: 31.5%;
  border-radius: .06rem;
  -webkit-box-shadow: 0rem 0.05rem 0.05rem rgba(0, 0, 0, 0.05);
          box-shadow: 0rem 0.05rem 0.05rem rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.index-service ul li p {
  width: 100%;
  height: 1.06rem;
  background: url(../images/titbg.jpg) no-repeat;
  padding: .25rem;
  color: #fff;
  border-radius: .06rem .06rem 0rem 0rem;
}

.index-service ul li p a {
  color: #fff;
}

.index-service ul li p b {
  font-size: .26rem;
  margin-bottom: .1rem;
  display: block;
}

.index-service ul li div {
  padding: .25rem;
}

.index-service ul li div article {
  height: 1.6rem;
  padding-bottom: .2rem;
  line-height: 1.5;
  border-bottom: .01rem solid #ddd;
}

.index-service ul li div article::before {
  content: ">>";
  color: #0a7be3;
}

.index-service ul li:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.index-business {
  width: 100%;
  padding: .8rem 0rem;
  background-color: #F7F9FC;
}

.index-business .index-business-tab {
  width: 100%;
  overflow: hidden;
  margin-top: .5rem;
}

.index-business .index-business-tab .index-business-menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.index-business .index-business-tab .index-business-menu a {
  width: 32%;
  height: .8rem;
  display: inline-block;
  background-color: #fff;
  color: #333;
  font-size: .32rem;
  font-weight: bold;
  margin-bottom: .1rem;
  text-align: center;
  line-height: .8rem;
}

.index-business .index-business-tab .index-business-menu a.on, .index-business .index-business-tab .index-business-menu a:hover {
  background-color: #0a7be3;
  color: #fff;
}

.index-business .index-business-tab .index-business-menu a:last-child {
  margin-bottom: 0;
}

.index-business .index-business-tab ul {
  width: 100%;
  height: 100%;
}

.index-business .index-business-tab ul li {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-business .index-business-tab ul li p.scimg {
  width: 2.9rem;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-business .index-business-tab ul li p.scimg img {
  width: 100%;
}

.index-business .index-business-tab ul li div.index-business-cont {
  width: 45%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.index-business .index-business-tab ul li div.index-business-cont div p.tit {
  width: 100%;
  font-size: .22rem;
  font-weight: bold;
  color: #0a7be3;
}

.index-business .index-business-tab ul li div.index-business-cont div article {
  line-height: 2;
  margin: .2rem 0rem;
  font-size: .26rem;
}

.index-business .index-business-tab ul li div.index-business-cont div a.more {
  margin-left: 0;
}

.index-business .index-business-tab ul li .sub-menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-business .index-business-tab ul li .sub-menu a.amenu {
  width: 32%;
  height: 2.7rem;
  background-color: #fff;
  float: left;
  display: block;
  position: relative;
  color: #333;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: .2rem;
  overflow: hidden;
  cursor: pointer;
}

.index-business .index-business-tab ul li .sub-menu a.amenu:nth-child(3n) {
  margin-right: 0;
}

.index-business .index-business-tab ul li .sub-menu a.amenu img {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: .2rem auto;
}

.index-business .index-business-tab ul li .sub-menu a.amenu b {
  display: block;
  font-size: .28rem;
  font-weight: bold;
}

.index-business .index-business-tab ul li .sub-menu a.amenu div.yy {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #0a7be3;
  color: #fff;
  padding: .2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.index-business .index-business-tab ul li .sub-menu a.amenu div.yy b {
  font-size: .18rem;
  margin-bottom: .2rem;
}

.index-business .index-business-tab ul li .sub-menu a.amenu div.yy article {
  line-height: 1.5;
}

.index-business .index-business-tab ul li .sub-menu a.amenu:hover, .index-business .index-business-tab ul li .sub-menu a.amenu.on {
  color: #fff;
}

.index-zhihui {
  width: 100%;
  padding: .8rem 0rem;
}

.index-zhihui ul {
  width: 100%;
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-zhihui ul li {
  width: 32%;
  padding: .4rem .2rem;
  -webkit-box-shadow: 0rem 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-right: 2%;
  margin-bottom: .2rem;
}

.index-zhihui ul li:nth-child(3n) {
  margin-right: 0;
}

.index-zhihui ul li a {
  color: #fff;
}

.index-zhihui ul li img {
  width: 0.58rem;
  height: 0.58rem;
}

.index-zhihui ul li p {
  margin: .3rem 0rem;
}

.index-zhihui ul li p b {
  font-size: .2rem;
  font-weight: bold;
  display: block;
  margin-bottom: .05rem;
}

.index-zhihui ul li article {
  line-height: 1.5;
}

.index-zhihui ul li:first-child {
  background-color: #4F9CDB;
}

.index-zhihui ul li:nth-child(2) {
  background-color: #7B99EE;
}

.index-zhihui ul li:nth-child(3) {
  background-color: #50D2B7;
}

.index-zhihui ul li:nth-child(4) {
  background-color: #FDAD73;
}

.index-zhihui ul li:last-child {
  background-color: #0A7BE2;
}

.index-zhihui ul li:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.index-dashuju {
  width: 100%;
  padding: .8rem 0rem;
  background-color: #F7F9FC;
}

.index-dashuju ul {
  width: 100%;
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-dashuju ul li {
  width: 30%;
  padding: .3rem .2rem;
  background-color: #fff;
  -webkit-box-shadow: 0rem 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.index-dashuju ul li img {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.index-dashuju ul li p {
  font-size: .2rem;
  font-weight: bold;
  text-align: center;
  margin: .3rem 0rem;
}

.index-dashuju ul li article {
  height: .45rem;
  line-height: 1.5;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.index-dashuju ul li:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.index-company {
  width: 100%;
  padding: .8rem 0rem;
  background-color: #fff;
}

.index-company .index-company-box .index-jianjie {
  width: 100%;
  margin-bottom: .5rem;
  overflow: hidden;
}

.index-company .index-company-box .index-jianjie .index-company-tit {
  margin-bottom: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: .15rem;
  border-bottom: 0.02rem solid #ddd;
}

.index-company .index-company-box .index-jianjie .index-company-tit p b {
  font-size: .2rem;
  margin-right: .1rem;
  color: #0a7be3;
}

.index-company .index-company-box .index-jianjie .index-company-tit a {
  color: #333;
  padding-top: .05rem;
}

.index-company .index-company-box .index-jianjie .index-company-cont {
  width: 100%;
  line-height: 2;
}

.index-company .index-company-box .index-jianjie .pic {
  width: 100%;
  height: 2.2rem;
}

.index-company .index-company-box .index-jianjie .pic img {
  width: 100%;
  height: 100%;
}

.index-company .index-company-box .index-jianjie ul {
  width: 100%;
  margin-top: 0.19rem;
}

.index-company .index-company-box .index-jianjie ul li {
  width: 100%;
  padding: .3rem 0rem;
  border-bottom: 0.01rem dashed #ddd;
  list-style-type: circle;
}

.index-company .index-company-box .index-jianjie ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
}

.index-case {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.index-case .picScroll-left {
  width: 100%;
  margin-top: .6rem;
  overflow: hidden;
  position: relative;
  height: 4.4rem;
}

.index-case .picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
  padding: 0 10px;
}

.index-case .picScroll-left .prev,
.index-case .picScroll-left .next {
  display: block;
  width: .8rem;
  height: .8rem;
  overflow: hidden;
  cursor: pointer;
}

.index-case .picScroll-left .prev {
  position: absolute;
  left: 0rem;
  top: 35%;
  z-index: 999;
}

.index-case .picScroll-left .next {
  position: absolute;
  right: 0rem;
  top: 35%;
  z-index: 999;
}

.index-case .picScroll-left .prevStop {
  background-position: -0.6rem 0;
}

.index-case .picScroll-left .nextStop {
  background-position: -0.6rem -0.5rem;
}

.index-case .picScroll-left .tempWrap {
  width: 100% !important;
  height: 4.4rem;
  overflow: hidden;
}

.index-case .picScroll-left .bd ul {
  height: 100%;
  overflow: hidden;
  zoom: 1;
}

.index-case .picScroll-left .bd ul li {
  width: 32.8%;
  height: 4.4rem;
  margin: 0rem .05rem;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
}

.index-case .picScroll-left .bd ul li a.fjbox {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.index-case .picScroll-left .bd ul li .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(46, 111, 209, 0.9);
  color: #fff;
  padding: .25rem .15rem;
  display: none;
}

.index-case .picScroll-left .bd ul li .pic {
  width: 100%;
  height: 3.4rem;
  text-align: center;
  border: .01rem solid #333;
}

.index-case .picScroll-left .bd ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  padding: .02rem;
}

.index-case .picScroll-left .bd ul li .bt {
  height: 1.2rem;
  padding: .1rem;
  line-height: 1.5;
  font-size: .32rem;
  overflow: hidden;
}

.index-case .picScroll-left .bd ul li .title {
  padding: .1rem;
  line-height: .3rem;
  font-size: .2rem;
  font-weight: bold;
}

.index-case .picScroll-left .bd ul li .contbox {
  line-height: 1.5;
  padding: .1rem 0rem;
  font-size: .15rem;
}

.index-case .picScroll-left .bd ul li .more {
  width: 1.2rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  margin: .2rem auto 0rem;
}

.index-xwbox {
  width: 100%;
  padding: .8rem 0rem;
  background-color: #F7F9FC;
}

ul.index-newsul {
  width: 100%;
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.index-newsul li {
  width: 100%;
  margin-bottom: .3rem;
}

ul.index-newsul li a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.index-newsul li a .pic {
  width: 30%;
  height: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.index-newsul li a .pic img {
  width: auto;
  height: 100%;
  max-width: 100%;
}

ul.index-newsul li a .ninfo {
  width: 68%;
}

ul.index-newsul li a .ninfo p {
  width: 100%;
  font-size: .34rem;
  font-weight: bold;
}

ul.index-newsul li a .ninfo article {
  width: 100%;
  margin: .1rem 0rem;
  line-height: 1.5;
  font-size: .3rem;
}

ul.index-newsul li a .ninfo div.time {
  width: 100%;
  font-size: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.index-newsul li a .ninfo div.time p img {
  margin-right: .1rem;
}

/*内页G3云推广  start====================================*/
.g3yun-banner {
  height: 3.4rem;
}

.g3yun-banner img {
  width: 100%;
}

.g3-public-title {
  position: relative;
  text-align: center;
}

.g3-public-title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0.7rem;
  height: 2px;
  background-color: #2e70d1;
  margin-left: auto;
  margin-right: auto;
}

.g3-public-title h2 {
  font-size: 0.4rem;
  font-weight: normal;
}

.g3-public-title h3 {
  font-size: 0.28rem;
  color: #999;
  padding: 0.1rem 0 0.2rem;
  font-weight: normal;
}

/*获客推广*/
.g3-client {
  padding-top: 0.7rem;
}

.g3-client-ul {
  margin-top: 0.2rem;
}

.g3-client-ul li {
  padding: 0.3rem 0;
  border-bottom: 1px dashed #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g3-client-ul li:last-child, .g3-brand-ul li:last-child {
  border-bottom: none;
}

.g3-client-img {
  width: 25%;
}

.g3-client-mg2 {
  width: 2rem;
  height: 1.3rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.g3-client-img img, .g3-client-mg2 img, .g3-client-img3 img, .g3-client-img4 img {
  width: 100%;
  margin-bottom: 0.2rem;
}

.g3-client-img3 {
  width: 2rem;
  height: 1.2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.g3-client-img4 {
  height: 1rem;
  width: 1.8rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.g3-img-title {
  font-size: 0.38rem;
  color: #0094de;
}

.g3-client-content {
  width: 72%;
}

.g3-client-content p strong {
  color: #333;
  font-size: .3rem;
}

.g3-client-content p {
  color: #666;
  font-size: .3rem;
  line-height: 1.5;
}

/*品牌营销*/
.g3-brand {
  padding-top: 0.4rem;
}

.g3-brand-ul {
  margin-top: 0.2rem;
}

.g3-brand-ul li {
  padding: 0.3rem 0;
  border-bottom: 1px dashed #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g3-brand-ul li .g3-client-img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.g3-brand-ul li:nth-child(odd) .g3-client-img {
  width: 1.86rem;
}

.g3-brand-ul li:nth-child(even) .g3-client-img {
  width: 2rem;
}

.g3-brand-ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*内页G3云推广  end====================================*/
.about {
  width: 100%;
}

.about .ny-about {
  width: 100%;
  line-height: 2;
  font-size: .34rem;
}

.about .ny-about img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: .1rem auto;
  display: block;
}

.about ul.licheng {
  width: 100%;
  margin-top: .8rem;
}

.about ul.licheng li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about ul.licheng li div {
  width: 2rem;
  font-size: .4rem;
  font-weight: bold;
  color: #0a7be3;
}

.about ul.licheng li p.xian {
  width: .6rem;
  position: relative;
}

.about ul.licheng li p.xian span {
  width: .2rem;
  height: .2rem;
  background-color: #0a7be3;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 33%;
  top: 0;
  z-index: 2;
}

.about ul.licheng li p.xian b {
  width: 0.02rem;
  height: 100%;
  display: block;
  background-color: #0a7be3;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}

.about ul.licheng li article {
  width: 85%;
  margin-bottom: .3rem;
  line-height: 1.5;
  font-size: .34rem;
}

.about ul.team {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about ul.team li {
  width: 48%;
  border: 0.01rem solid #ddd;
  border-radius: 0.08rem;
  position: relative;
  margin-top: 1.86667rem;
  padding: 1.73333rem 0.15rem 0.2rem;
  margin-right: 4%;
}

.about ul.team li:nth-child(2n) {
  margin-right: 0;
}

.about ul.team li img {
  width: 2.66667rem;
  border-radius: 50%;
  border: .02rem solid #fff;
  -webkit-box-shadow: 0rem 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -1.33333rem;
  left: 0.8rem;
}

.about ul.team li p.name {
  font-size: .38rem;
  font-weight: bold;
  color: #0a7be3;
  text-align: center;
}

.about ul.team li span {
  width: 100%;
  font-size: .32rem;
  display: block;
  margin: .1rem 0rem .2rem;
  text-align: center;
}

.about ul.team li article {
  line-height: 1.5;
  font-size: .34rem;
}

.about ul.contact {
  width: 100%;
}

.about ul.contact li {
  width: 100%;
  margin-top: .4rem;
}

.about ul.contact li .gsname {
  width: 100%;
  text-align: center;
  font-size: .46rem;
  font-weight: bold;
  color: #0a7be3;
}

.about ul.contact li .pic {
  width: 100%;
  height: 1.8rem;
  border: .01rem solid #ddd;
  padding: .15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: .2rem 0rem;
}

.about ul.contact li .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.about ul.contact li article {
  font-size: .36rem;
  line-height: 2;
}

.about ul.partner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about ul.partner li {
  width: 48%;
  height: 4.4rem;
  margin-right: 4%;
  border-bottom: 0.02rem solid #0a7be3;
  -webkit-box-shadow: 0rem 0rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0rem 0.06rem rgba(0, 0, 0, 0.16);
  margin-bottom: .4rem;
}

.about ul.partner li:nth-child(2n) {
  margin-right: 0;
}

.about ul.partner li .pic {
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: hidden;
  border-bottom: 0.01rem solid #ddd;
}

.about ul.partner li .pic img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0rem auto;
}

.about ul.partner li p.name {
  width: 100%;
  height: .8rem;
  padding: .1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .32rem;
}

ul.news-ul {
  width: 100%;
}

ul.news-ul li {
  width: 100%;
  padding: .2rem 0rem;
  border-bottom: 0.01rem dashed #ddd;
}

ul.news-ul li a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.news-ul li a .pic {
  width: 30%;
  height: 2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.news-ul li a .pic img {
  width: auto;
  height: 100%;
  max-width: 100%;
}

ul.news-ul li a .new-info {
  width: 65%;
}

ul.news-ul li a .new-info .tit {
  width: 100%;
  font-size: .36rem;
  font-weight: bold;
}

ul.news-ul li a .new-info article {
  width: 100%;
  margin: .1rem 0rem;
  line-height: 1.5;
  font-size: .3rem;
}

ul.news-ul li a .new-info div.time {
  width: 100%;
  font-size: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.news-ul li a .new-info div.time p img {
  margin-right: .1rem;
}

.new-details {
  width: 100%;
}

.new-details .new-left {
  width: 100%;
  background-color: #fff;
  padding: .5rem .2rem;
}

.new-details .new-left .new-tit {
  width: 100%;
  padding-bottom: .2rem;
  border-bottom: 0.01rem solid #ccc;
  text-align: center;
}

.new-details .new-left .new-tit h2 {
  font-size: .42rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .15rem;
}

.new-details .new-left .new-tit .new-date {
  font-size: .3rem;
}

.new-details .new-left .new-tit .new-date img {
  margin-right: 0.05rem;
}

.new-details .new-left .news-content-box {
  width: 100%;
  padding: .3rem 0rem;
  line-height: 2;
  font-size: .34rem;
}

.new-details .new-left .news-content-box img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.new-details .new-left .next {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new-details .new-left .next a {
  color: #333;
  font-size: .3rem;
}

.new-details .new-left .next a:hover {
  color: #0a7be3;
}

.new-details .new-right {
  width: 100%;
  background-color: #fff;
  padding: .3rem .2rem;
  margin-top: .4rem;
}

.new-details .new-right p.tit {
  font-size: .4rem;
  color: #0a7be3;
  font-weight: bold;
  padding-bottom: .2rem;
  border-bottom: 0.01rem solid #ddd;
}

.new-details .new-right ul {
  margin-top: .2rem;
}

.new-details .new-right ul li {
  width: 100%;
  padding: .15rem 0rem;
  border-bottom: 0.01rem dashed #ddd;
}

.new-details .new-right ul li p {
  font-size: .32rem;
  font-weight: bold;
  margin-bottom: .1rem;
}

.new-details .new-right ul li p a {
  color: #333;
}

.new-details .new-right ul li p a:hover {
  color: #0a7be3;
}

.new-details .new-right ul li div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: .32rem;
}

.new-details .new-right ul li div img {
  margin-right: 0.05rem;
}

.service {
  width: 100%;
  padding-top: .5rem;
}

.service ul.qy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: .4rem;
}

.service ul.qy p {
  text-align: center;
}

.service ul.qy p img {
  width: 1.3rem;
  height: 1.3rem;
}

.service ul.qy p b {
  font-size: .32rem;
  display: block;
  margin-top: .2rem;
}

.service ul.qyfu-two {
  width: 100%;
  margin-top: .5rem;
}

.service ul.qyfu-two li {
  width: 100%;
  padding: .5rem .2rem;
  background-color: #F7F9FC;
  color: #fff;
}

.service ul.qyfu-two li .zz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service ul.qyfu-two li .pic {
  width: 37%;
  height: 2.8rem;
  margin-top: 1.3rem;
  float: left;
  overflow: hidden;
}

.service ul.qyfu-two li .pic img {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.service ul.qyfu-two li .qy-info {
  width: 60%;
  float: right;
}

.service ul.qyfu-two li .qy-info .tit {
  font-size: .42rem;
  font-weight: bold;
  line-height: 2;
  color: #0a7be3;
}

.service ul.qyfu-two li .qy-info article {
  line-height: 1.5;
  margin: .3rem 0rem;
  font-size: .36rem;
  color: #333;
}

.service ul.qyfu-two li .qy-info .tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service ul.qyfu-two li .qy-info .tags span {
  padding: .03rem .06rem;
  display: inline-block;
  margin-right: 0.05rem;
  border: 0.01rem solid #0a7be3;
  border-radius: 0.05rem;
  color: #0a7be3;
}

.service ul.qyfu-two li:nth-child(2n) {
  background-color: #fff;
}

.service ul.qyfu-two li:nth-child(2n) .pic {
  float: right;
}

.service ul.qyfu-two li:nth-child(2n) .qy-info {
  float: left;
}

.service .youshibox {
  width: 100%;
  padding: .5rem 0rem;
  background-color: #F7F9FC;
}

.service .youshibox ul.youshi {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service .youshibox ul.youshi li {
  width: 22%;
  text-align: center;
}

.service .youshibox ul.youshi li b {
  font-size: .3rem;
  display: block;
  margin-bottom: .15rem;
  color: #0a7be3;
}

.service ul.tuiguang {
  width: 100%;
  margin-top: .8rem;
}

.service ul.tuiguang li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: .3rem;
}

.service ul.tuiguang li .pic {
  width: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service ul.tuiguang li .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.service ul.tuiguang li .tg-box {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service ul.tuiguang li .tg-box .tg-item {
  width: 48%;
}

.service ul.tuiguang li .tg-box .tg-item p.tit {
  font-size: .2rem;
  font-weight: bold;
  color: #0a7be3;
}

.service ul.tuiguang li .tg-box .tg-item article {
  width: 100%;
  line-height: 1.5;
  margin-top: .15rem;
}

.service ul.system {
  width: 100%;
  margin-top: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service ul.system li {
  width: 23%;
  margin-right: 2%;
  margin-top: .2rem;
  padding: .2rem;
  -webkit-box-shadow: 0rem 0.03rem 0.06rem #eee;
          box-shadow: 0rem 0.03rem 0.06rem #eee;
  text-align: center;
}

.service ul.system li:nth-child(4n) {
  margin-right: 0;
}

.service ul.system li img {
  height: .3rem;
  width: auto;
  max-width: 100%;
}

.service ul.system li p.tit {
  width: 100%;
  padding-top: .2rem;
  border-top: 0.01rem solid #ddd;
  font-size: .26rem;
  font-weight: bold;
  margin: .2rem 0rem;
}

.service ul.system li article {
  max-height: .63rem;
  line-height: 1.5;
  overflow: hidden;
}

.service ul.ys {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: .3rem;
}

.service ul.ys li {
  width: 30%;
  padding: .2rem;
  margin-right: 3%;
  margin-top: .3rem;
  border: 0.01rem solid #ddd;
  border-radius: 0.05rem;
  -webkit-box-shadow: 0rem 0.03rem 0.06rem #eee;
          box-shadow: 0rem 0.03rem 0.06rem #eee;
}

.service ul.ys li:nth-child(3n) {
  margin-right: 0;
}

.service ul.ys li b {
  width: .1rem;
  height: .1rem;
  border: 0.01rem solid #0a7be3;
  border-radius: 50%;
  display: inline-block;
  margin-right: .1rem;
}

.bigdata {
  width: 100%;
}

.bigdata .h2 {
  text-align: left;
  font-size: .2rem;
}

.bigdata .h2 img {
  width: .3rem;
  height: .3rem;
  vertical-align: middle;
}

.bigdata .h2 b {
  line-height: .3rem;
  margin-left: .2rem;
  font-weight: bold;
}

.bigdata .des {
  padding-left: .5rem;
  line-height: 1.5;
}

.bigdata .h3 {
  font-size: .2rem;
  line-height: 2;
  font-weight: bold;
}

.bigdata .xian {
  width: .5rem;
  height: .02rem;
  background-color: #0a7be3;
  margin: .1rem auto;
}

.bigdata ul.databox {
  width: 100%;
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bigdata ul.databox li {
  width: 30%;
  text-align: center;
  font-size: .26rem;
}

.bigdata ul.databox li span {
  width: .02rem;
  height: .5rem;
  background-color: #0a7be3;
  display: block;
  margin: .1rem auto;
}

.bigdata ul.databox li article {
  font-size: 0.14rem;
  line-height: 2;
}

.bigdata .gongju {
  width: 100%;
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bigdata .gongju p {
  width: 30%;
  text-align: center;
  font-size: .26rem;
}

.bigdata .gongju p img {
  width: 1rem;
  height: 1rem;
  margin: 0.15rem auto;
  display: block;
}

.bigdata .pic {
  width: 100%;
  height: auto;
  margin: .2rem auto;
  display: block;
  text-align: center;
}

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

.data-two {
  width: 100%;
  margin-top: .6rem;
  padding: .6rem 0rem;
  background-color: #F7F9FC;
}

.data-two ul.data-two-ul {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.data-two ul.data-two-ul li {
  width: 48%;
}

.data-two ul.data-two-ul li .tit {
  font-size: .26rem;
  font-weight: bold;
  margin-bottom: .15rem;
}

.data-two ul.data-two-ul li article {
  line-height: 1.5;
}

.xiaofei {
  width: 100%;
  padding: .5rem 0rem;
}

.xiaofei ul.xiaofei-top {
  width: 100%;
  margin-top: .4rem;
}

.xiaofei ul.xiaofei-top li {
  width: 100%;
}

.xiaofei ul.xiaofei-top li .left {
  width: 100%;
}

.xiaofei ul.xiaofei-top li .left p {
  line-height: 1.5;
}

.xiaofei ul.xiaofei-top li .right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xiaofei ul.xiaofei-top li .right img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.zhsys {
  width: 100%;
}

.zhsys .h2 {
  font-size: .32rem;
  color: #0a7be3;
  font-weight: bold;
}

.zhsys .desc {
  width: 100%;
  margin-top: .2rem;
  line-height: 2;
  text-align: center;
}

.zhsys .pic {
  width: 100%;
  margin-top: .4rem;
}

.zhsys .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.zhsys .zh-jiazhi {
  width: 100%;
  margin-top: .6rem;
}

.zhsys .zh-jiazhi .jiazhibox {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.zhsys .zh-jiazhi .jiazhibox .pics {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zhsys .zh-jiazhi .jiazhibox .pics img {
  width: 100%;
}

.zhsys .zh-jiazhi .jiazhibox .zhijia-tab {
  width: 65%;
}

.zhsys .zh-jiazhi .jiazhibox .zhijia-tab .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.zhsys .zh-jiazhi .jiazhibox .zhijia-tab .menu p {
  padding: .05rem .12rem;
  background-color: #F6F6F6;
  border-radius: .05rem;
  line-height: 1.5;
  margin-right: .2rem;
  margin-bottom: .1rem;
  cursor: pointer;
}

.zhsys .zh-jiazhi .jiazhibox .zhijia-tab .menu p.on, .zhsys .zh-jiazhi .jiazhibox .zhijia-tab .menu p:hover {
  background-color: #0a7be3;
  color: #fff;
}

.zhsys .zh-jiazhi .jiazhibox .zhijia-tab .cont {
  width: 100%;
  margin-top: .4rem;
  line-height: 2;
}

.zhsys .zh-jiazhi .jiazhibox .zhijia-tab .cont div b {
  width: .1rem;
  height: .1rem;
  background-color: #0a7be3;
  display: inline-block;
  border-radius: 50%;
}

.zhsys .zh-jiazhi .jiazhibox .zhijia-tab .cont div p {
  margin-left: .1rem;
  display: inline-block;
}

.zhsys .zh-jiazhi .jiazhibox .zhijia-tab .cont .on {
  display: block;
}

.zhsys .zh-jiazhi ul.jiazhi2-ul {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.zhsys .zh-jiazhi ul.jiazhi2-ul li {
  width: 48%;
  margin-bottom: .2rem;
  border: 0.01rem solid #ddd;
  padding: .2rem;
}

.zhsys .zh-jiazhi ul.jiazhi2-ul li .tit {
  font-size: .26rem;
  font-weight: bold;
  color: #0a7be3;
}

.zhsys .zh-jiazhi ul.jiazhi2-ul li article {
  line-height: 1.5;
  margin-top: .15rem;
  height: .65rem;
  overflow: hidden;
}

.zhsys .zh-jiazhi ul.jiazhi-top {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.zhsys .zh-jiazhi ul.jiazhi-top li {
  width: 32%;
  padding: .5rem .2rem .2rem;
  position: relative;
  border: 0.01rem solid #ddd;
  -webkit-box-shadow: 0rem 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}

.zhsys .zh-jiazhi ul.jiazhi-top li img {
  width: .4rem;
  height: .3rem;
  position: absolute;
  top: -.15rem;
  left: 45%;
  z-index: 2;
}

.zhsys .zh-jiazhi ul.jiazhi-top li .tit {
  font-size: .18rem;
  font-weight: bold;
  color: #0a7be3;
  margin-bottom: .2rem;
  text-align: center;
}

.zhsys .zh-jiazhi ul.jiazhi-top li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.zhsys .zh-jiazhi ul.jiazhi-top li div span {
  width: 48%;
  margin-top: .15rem;
}

.zhsys .zh-jiazhi ul.jiazhi-top li div span b {
  width: .08rem;
  height: .08rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #0a7be3;
  margin-right: .1rem;
}

.zhsys .zh-jiazhi ul.jiazhi3-ul {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.zhsys .zh-jiazhi ul.jiazhi3-ul li {
  width: 23%;
}

.zhsys .zh-jiazhi ul.jiazhi3-ul li img.jz3-img {
  width: auto;
  max-width: 100%;
  height: 1.6rem;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.zhsys .zh-jiazhi ul.jiazhi3-ul li .tit {
  font-weight: bold;
  font-size: .26rem;
  color: #0a7be3;
  margin: 0.2rem 0rem;
  text-align: center;
}

.zhsys .zh-jiazhi ul.jiazhi3-ul li article {
  line-height: 1.5;
}

.zhsys .zh-jiazhi ul.jianjie4-ul li {
  width: 23% !important;
  border: none !important;
  padding: 0rem !important;
  text-align: center;
  overflow: hidden;
}

.zhsys .zh-jiazhi ul.jianjie4-ul li .jz4-img {
  width: auto;
  height: 1.98rem;
  overflow: hidden;
  max-width: 100%;
}

.zhsys .zh-jiazhi ul.jianjie4-ul li .tit {
  margin: .2rem 0rem;
}

.zhsys .zh-jiazhi ul.jianjie4-ul li article {
  text-align: left;
}

.zhsys .zh-jiazhi ul.jianjie5-ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.zhsys .zh-jiazhi ul.jianjie5-ul li {
  width: 24% !important;
  margin-bottom: .2rem;
  margin-right: 1%;
}

.zhsys .zh-jiazhi ul.jianjie5-ul li:nth-child(4n) {
  margin-right: 0;
}

.zhsys .changjin {
  width: 100%;
  margin-top: .4rem;
}

.zhsys .changjin .changjin-ul {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.zhsys .changjin .changjin-ul li {
  width: 30%;
  margin-right: 3%;
  margin-bottom: .3rem;
  position: relative;
}

.zhsys .changjin .changjin-ul li:nth-child(3n) {
  margin-right: 0;
}

.zhsys .changjin .changjin-ul li .img {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}

.zhsys .changjin .changjin-ul li .img img {
  width: 100%;
  height: 100%;
}

.zhsys .changjin .changjin-ul li .yy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: .4rem .2rem;
  overflow: hidden;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.zhsys .changjin .changjin-ul li .yy .tit {
  font-size: .2rem;
  font-weight: bold;
  margin-bottom: .2rem;
}

.zhsys .changjin .changjin-ul li .yy article {
  width: 100%;
  line-height: 2;
}

.zhsys .changjin .cj-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.zhsys .changjin .cj-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0rem auto;
}

.zhsys .case {
  width: 100%;
  margin-top: .5rem;
}

.zhsys .case ul.case-ul {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.zhsys .case ul.case-ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: .2rem;
  text-align: center;
}

.zhsys .case ul.case-ul li:nth-child(4n) {
  margin-right: 0;
}

.zhsys .case ul.case-ul li .img {
  width: 100%;
  height: 1.6rem;
  border: 0.01rem solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zhsys .case ul.case-ul li .img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.zhsys .case ul.case-ul li p.tit {
  line-height: 2;
  font-size: .26rem;
}

.shop-banner {
  width: 100%;
  background-color: #F8F9FB;
}

.shop-banner .shop-banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: .7rem;
  line-height: .7rem;
}

.shop-banner .shop-banner-box p {
  width: 25%;
  color: #0a7be3;
  text-align: center;
  font-size: .26rem;
}

.shop-banner .shop-banner-box p img {
  width: .2rem;
  height: .2rem;
  margin-right: .1rem;
  vertical-align: middle;
}

.shopsys {
  width: 100%;
}

.shopsys ul.shop1-ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: .4rem;
}

.shopsys ul.shop1-ul li {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .2rem;
  color: #fff;
  margin-bottom: .15rem;
  margin-right: 1%;
}

.shopsys ul.shop1-ul li:nth-child(4n) {
  margin-right: 0;
}

.shopsys ul.shop1-ul li .spic {
  width: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopsys ul.shop1-ul li .spic img {
  width: 100%;
  height: 0.5rem;
}

.shopsys ul.shop1-ul li .shop1-info {
  width: 70%;
}

.shopsys ul.shop1-ul li .shop1-info .tit {
  font-size: .26rem;
  margin-bottom: .1rem;
}

.shopsys ul.shop1-ul li .shop1-info article {
  line-height: 1.5;
}

.shopsys ul.shop1-ul li:first-child {
  background-color: #16d891;
}

.shopsys ul.shop1-ul li:nth-child(2) {
  background-color: #cc55fd;
}

.shopsys ul.shop1-ul li:nth-child(3) {
  background-color: #ffaf24;
}

.shopsys ul.shop1-ul li:nth-child(4) {
  background-color: #ff7234;
}

.shopsys ul.shop1-ul li:nth-child(5) {
  background-color: #ff60a3;
}

.shopsys ul.shop1-ul li:nth-child(6) {
  background-color: #30bbff;
}

.shopsys ul.shop1-ul li:nth-child(7) {
  background-color: #76d91e;
}

.shopsys ul.shop1-ul li:nth-child(8) {
  background-color: #787bfe;
}

.shopsys ul.shop1-ul li:last-child {
  background-color: #b1701c;
}

.shopsys ul.shop2-ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shopsys ul.shop2-ul li {
  width: 23%;
  margin-right: 2%;
  margin-top: .2rem;
  text-align: center;
}

.shopsys ul.shop2-ul li:nth-child(4n) {
  margin-right: 0;
}

.shopsys ul.shop2-ul li .pic2 {
  width: auto;
  max-width: 100%;
  height: .98rem;
}

.shopsys ul.shop2-ul li .tit {
  font-size: .26rem;
  margin: .2rem;
  font-weight: bold;
}

.shopsys ul.shop2-ul li article {
  line-height: 2;
}

.shopsys ul.zhibo-ul {
  margin-top: .3rem;
}

.shopsys ul.zhibo-ul li {
  width: 31%;
  margin-right: 3%;
  border: 0.01rem solid #ddd;
  padding: .2rem;
}

.shopsys ul.zhibo-ul li:nth-child(3n) {
  margin-right: 0;
}

.shopsys ul.zhibo-ul li:nth-child(4n) {
  margin-right: 3%;
}

.shopsys ul.shequ-ul {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopsys ul.shequ-ul li {
  width: 48%;
  padding: .2rem;
  border: 0.01rem solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: .2rem;
}

.shopsys ul.shequ-ul li .spic {
  width: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopsys ul.shequ-ul li .spic img {
  width: 100%;
  height: 1.2rem;
}

.shopsys ul.shequ-ul li .shop1-info {
  width: 70%;
}

.shopsys ul.shequ-ul li .shop1-info .tit {
  font-size: .26rem;
  font-weight: bold;
  margin-bottom: .2rem;
}

.shopsys ul.shequ-ul li .shop1-info article {
  line-height: 1.5;
}

.shopsys ul.mendian-ul {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shopsys ul.mendian-ul li {
  width: 25%;
  border: 0.01rem solid #ddd;
  padding: .3rem .2rem;
}

.shopsys ul.mendian-ul li .spic {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  text-align: center;
}

.shopsys ul.mendian-ul li .spic img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.shopsys ul.mendian-ul li .tit {
  font-weight: bold;
  font-size: .26rem;
  margin: .2rem 0rem;
  text-align: center;
}

.shopsys ul.mendian-ul li article {
  line-height: 2;
}

@media screen and (max-width: 500px) {
  .nav {
    margin-top: 0 !important;
  }
  .footer .f-bottom .f-bottom-box {
    display: block !important;
  }
  .f-bottom-item {
    width: 100%;
    margin-bottom: .3rem;
    margin-right: 0;
  }
  .index-service ul li div article {
    height: auto;
  }
}
/*# sourceMappingURL=mobileStyle.css.map */