html {
  padding: 0;
  margin: 0;
  overflow-x:hidden;
}
body {
  font-family: "FZLanTingHeiEL-SC", "FZLanTingHeiS-R-GB", "Microsoft YaHei", "Helvetica Neue", "STHeiti", "Verdana";
  font-size: 12px;
  line-height: 2;
  color: #555;
  background: #f2f2f2;
  overflow-x:hidden;
}
.tc {
  text-align: center;
}
.h10  {
  clear: both;
  float: left;
  width: 100%;
  height: 10px;
}
.box3 dl {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.box3 dl dt {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.box3 dl dt .iconfont {
  color: #73ab3a;
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 65px;
  font-weight: 100;
  -webkit-text-stroke-width: 0px;
}
.box3 dl dd {
  overflow: hidden;
}
.page-team-box {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
/* bttn
-------------------------------------------------------------- */
.btn {
    display: inline-block;
    color: #f2f2f2;
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px;
    margin-top: 10px;
    border: none;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    background: #73ab3a;
    border: 1px solid #80ba45;
}
.bg2 {
    background-image: url(/wp-content/themes/mobile/images/news-bg.jpg);
}
.bg1, .bg2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  background-color: rgba(45,80,240,0.2);
}
.more {
  color: #73ab3a;
  padding: 20px 0;
  font-size:14px;
  text-align: center;
  display: table;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  clear: both;
}
/*============================首页标题=============================*/
.i-title {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  line-height: 36px;
}
.i-title h3 {
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  color: #002;
  margin-bottom: 10px;
}
.i-title h5 {
  font-size: 20px;
  font-weight: 100;
  color: #666;
  text-transform: uppercase;
  text-align: center;
}
.i-title h5 span {
  color: #73ab3a;
  padding-left: 10px;
}

.i-about .slogan {
  margin-bottom: 10px;
}
.i-about .i-about-zongshu {
  font-size: 14px;
}
.i-about .i-about-rz li {
  float: left;
  width: 50%;
  height: 105px;
  margin-bottom: 10px;
  padding: 10px 10px 50px 10px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.i-about .i-about-rz li img {
  width: auto;
  height: 55px;
  margin: 0 auto 10px auto;
  display: block;
}
.bg-box {
  float: left;
  width: 100%;
  color: #f8f8f8;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.i-about-info {
  float: left;
  width: 100%;
  padding: 40px 0 20px 0;
  display: block;
  position: relative;
  z-index: 19;
}
.i-about-info h4 {
  color: #f2f2f2;
  margin-bottom: 10px;
}
.i-about-info li {
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(45,80,240,0.35);;
}

.i-baogao-data {
  padding:40px 0 10px 0;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}
.i-baogao-data dt {
  font: normal 1.4rem/1.6 "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #333;
  font-size: 58px;
  font-weight: 700;
  margin: 0;
  line-height: 45px;
  margin-bottom: 10px;
}


/*//////////////////////////////////////////////////////////////////新闻////////////////////////////////////////////////////////////////////////////*/
.i-news {
  position: relative;
}
.i-news .i-news-block {
  display: block;
}
.i-news .item {
  display: block;
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s;
}
.list-news .item {
  border-radius: 5px;
  background: #fff;
  margin-bottom: 10px; 
  border: none; 
}
.i-news .item .date {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.i-news .item .date .line {
    display: block;
    width: 30px;
    height: 0;
    padding-top: 15px;
    border-bottom: 3px solid #73ab3a;
}
.i-news .item .title {
  font-weight: bold;
  color: #1a1a1a;
  display: -webkit-box;
  height: 52px;
  line-height: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i-news .item .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.article {
  font-size: 14px;
  line-height: 2.2;
  padding: 15px;
  background: #fff;
}
.article .article-top {
  float: left;
  width: 100%;
  padding: 20px 0;
  display: block;
  text-align: center;
}
.article .article-top h1 {
  font-size: 1.25rem !important;
  color: #002;
  margin-bottom: 5px;
}
.article .article-top span {
  font-size: 0.85rem;
}
.article .fanhui {
  padding: 15px;
  color: #73ab3a;
}

/*//////////////////////////////////////////////////////////////////产品////////////////////////////////////////////////////////////////////////////*/
.i-pro {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.i-pro-block .owl-stage-outer {
  padding-bottom: 10px;
}
.i-pro-block .item {
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; 
}
.i-pro-block .item img {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0; 
}
.i-pro-block .item b {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  display: block;
}
.pro-list .item {
  float: left;
  width: 100%;
  padding: 20px;
  margin-top: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.pro-list .item img {
  float: left;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.pro-list .item .txt {
  float: left;
  padding-top: 20px;
}
.pro-list .item .txt h4{
  display: block;
  margin-bottom: 5px;
}
.pro-list .item .txt b {
  display: block;
  margin-bottom: 10px;
}
.pro-list .item .txt b {
  font-size: 14px;
}
.pro-list .pro-info {
  float: left;
  width: 100%;
  display: block;
  background: #c8d2dc;
  padding: 20px;
}
.pro-list .item2 {
  float: left;
  width: 100%;
  background:#fff;
  margin: 10px 0;
}
.pro-list .item2 .txt {
  display: block;
  margin:0 auto;
  text-align: center;
}
.pro-article {
  overflow: hidden;
}
.pro-article .title {
  font-size: 26px;
}
.pro-article .title span {
  font-size: 20px;
  font-weight: 100;
  margin: 10px 0;
  display: block;

}
.pro-article .pro-box {
  padding: 20px 10px;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
.pro-article .pro-box .pro-article-title {
  border-left: 5px solid #73ab3a;
  padding-left: 10px;
}
.pro-article .pro-box .pro-article-title span {
  clear: both;
  display: block;
  font-size: 14px; 
  font-weight: 100;
  margin-top: 10px;
}
.pro-article .pro-box dl {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 20px;
}
.pro-article .pro-box dl:nth-of-type(2n+1) {
  clear: both;
} 
.pro-article .pro-box dl dt {
  display: block;
  margin-bottom: 20px;
}
.pro-article .pro-box dl .iconfont {
    font-size: 45px;
    line-height: 70px;
    font-weight: 100;
    padding: 10px;
    color: #f2f2f2;
    background: #73ab3a;
    /*background: #73ab3a;*/
    border-radius: 360px;
}
.pro-article .pro-box dd b {
  width: 100%;
  display: block;
}
.pro-article .info {
  margin-bottom: 60px;
}
.pro-article .title {
  margin-bottom:10px;
}
.pro-article .sub-title {
  margin-bottom: 20px;
}
.interactive {
  padding-top: 40px;
}
.pro-article .download {
  display: block;
  margin: 20px 0;
  font-weight:700;
}
.pro-article .download .iconfont {
  margin-right: 10px;
}
.pro-article .btn {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  margin-top: 20px;
}

.pro-article .data {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.pro-article .data dl {
  float: left;
  width: 50%;
  padding: 20px 15px;
  text-align: center;
  background: #fff;
  border-right:1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.pro-article .data dl:nth-of-type(2n) {
  border-right:none;
}
.pro-article .data dl:nth-of-type(3),.pro-article .data dl:nth-of-type(4) {
  border-bottom:none;
}
.pro-article .data dt {
  font-size: 24px;
  font-weight: 700;
  font-family: "Rubik",sans-serif;
  color: #232323;
}
.pro-article .data dt span {
  font-size:16px;
  font-weight: 500;
}
.pro-article .data dd {
  padding-top: 5px;
}
.pro-article .data dd span {
  margin-left: 10px; 
}
.pro-article .data-info {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.pro-article .interactive {
  float: right;
  text-align: center;
}
.pro-case {
}
.pro-youshims ul li {
  text-indent: 5px;
  margin-left: 20px;
  list-style: square;
}
.pro-youshi-block {
  float: left;
  width: 100%;
  display: block;
  background: #c8d2dc;
  margin-bottom: 60px;
}
.pro-youshi-block ul {
  padding: 20px 20px 20px 30px;
}
.pro-youshi-block ul li {
  line-height: 2;
  text-indent: 5px;
  list-style: square;
}
.table {
  width:100%;
  max-width:100%;
  font-size:0.8rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pro-table tbody {
  float: left;
  width: 100%;
}
.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
  padding:6px;
  font-size: 0.8rem;
  line-height:1.5;
  vertical-align:top;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  word-break:break-all;
}
.pro-table > tbody > tr >td:nth-of-type(even),.table > thead > tr > th:nth-of-type(even) {
  border-right:none;
}
.table > thead > tr > th {
  vertical-align:bottom;
  border-bottom:2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
  border-top:0;
}
.table > tbody + tbody {
  border-top:2px solid #ddd;
}
.table .table {
  background-color:#fff;
}
.table-condensed > thead > tr > th,.table-condensed > tbody > tr > th,.table-condensed > tfoot > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > td {
  padding:5px;
}
.table-bordered {
  border:1px solid #ddd;
}
.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td {
  border:1px solid #ddd;
}
.table-bordered > thead > tr > th,.table-bordered > thead > tr > td {
  border-bottom-width:2px;
}
.pro-table > tbody > tr:nth-of-type(odd) {
  background-color:#666;
}
table col[class*="col-"] {
  position:static;
  display:table-column;
  float:none;
}
table td[class*="col-"],table th[class*="col-"] {
  position:static;
  display:table-cell;
  float:none;
}
.pro-table>tbody>tr:nth-of-type(even) {
  background-color:#f8f8f8;
}
.pro-table>tbody>tr:nth-of-type(odd) {
  background-color:#fff;
}
.pro-table>tbody>tr {
  background:#fff;
}
.pro-table>tbody>tr>td {
  border:1px solid #fff !important;
}
.pro-table>tbody>tr:nth-child(1) {
  background-color:#555;
  color:#f8f8f8;
  font-size:14px;
  font-weight:bolder;
  height:30px;
}
.table td,.table th {
  vertical-align:middle !important;
  text-align:left;
}
.table-striped>tbody>tr>td:nth-child(1),.table-striped>tbody>tr>th:nth-child(1) {
  font-weight:700;
}
.table-striped>tbody>tr:nth-child(1) {
    background-color: #666 !important;
    color: #f8f8f8;
    font-weight: bolder;
    /* font-style: italic; */
    height: 40px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e8e8e8;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f8f8f8;
}
.pro-box .gongneng li span {
  display: block;
  margin: 0 5px;
  padding: 10px 5px;
  background: #f0f0f0;
  border: 1px dashed #555;
  border-radius:2px;
}
.pro-box .tedian {
  margin-top: 20px;
}
.pro-box .gongneng li,.pro-box .tedian li {
  float: left;
  width: 33.3333333333333333%;
  text-align: center;
  margin-bottom: 20px;
}
.pro-box .tedian li .iconfont {
  font-size:36px;
  font-weight: 100;
  display: block;
}
.pro-box .tedian li span {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

/*//////////////////////////////////////////////////////////////////案例////////////////////////////////////////////////////////////////////////////*/
.i-case {
  float: left;
  background: #fff;
}
.i-case-list li {
  float: left;
  width: 50%;
  padding: 1px;
  position: relative;
}
.i-case-list li:nth-of-type(2n+1) {
  clear: both;
}
.i-case-list li .i-case-pic {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.i-case-list li .i-case-pic img {
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.i-case-list li .i-case-title {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    color: #f8f8f8;
    background-color: rgba(0,0,0,0.7);
}
.list-case {
  float: left;
  width: 100%;
}
.list-case .item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}
.list-case .item b {
  font-size: 14px;
  color: #232323;
}
.list-case .item .first {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.list-case .item li {
  float: left;
  width: 33.333333333333%;
  padding: 5px;
}
.list-case .item li img {
  border-radius: 3px;
}
.list-case .case-img {
  width: 100%;
  height: auto;
  margin:10px 0;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-size:cover;
}
.list-case .case-pro {
  margin-top: 10px;
}
.list-case .case-pro a {
  padding-left: 10px;
  color: #73ab3a;
  font-weight: 700;
}
.list-case .case-img img {
  border-radius:5px;
}
.list-case .item em {
  clear: both;
  display: block;
  font-size:12px;
}
.list-case .item .content {
  overflow: hidden;
}
.category-menu {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.category-menu li {
  float: left;
  width: 25%;
  margin: 10px 0;
  line-height: 1.2 !important;
  text-align: center;
  border-right: 1px solid rgba(30, 30, 30, 0.3);  
}
.category-menu li:nth-of-type(4n) {
  border:none;
}
.category-menu .current-menu-item a {
  color: #1e46e1;
  font-weight: 700;
}

.page-service {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 15px;
}
.page-service .page-box {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.2); 
}
.page-service .title {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-align: center;
}
.page-service .page-box li {
  float: left;
  width: 33.333333333333%;
  text-align: center;
  margin: 10px 0;
}
.page-service .page-box li .iconfont {
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
  display: block;
  overflow: hidden;
}
.page-service .box-shadow {
  padding: 15px;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.36);
  transition: all 0.5s ease;
}<!--0.00022602081298828-->