html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

main {
  display: block; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */ }

button,
input {
  /* 1 */
  overflow: visible;
  border: none;
  background: none; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent; }

* {
  box-sizing: border-box; }

body {
  line-height: 1.5;
  font-size: 14px;
  color: #333; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

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

img {
  vertical-align: middle;

    
}

button {
  border: none;
  outline: none; }

.c-btn {
  display: inline-block;
  line-height: 2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  vertical-align: middle; }

.c-btn-pri-radius, .c-btn-pri {
  background-color: #0058B1;
  color: #fff; }
  .c-btn-pri-radius:hover, .c-btn-pri:hover {
    background-color: #003f7e; }

.c-btn-normal-radius, .c-btn-normal {
  background-color: #126ad9;
  color: #fff; }
  .c-btn-normal-radius:hover, .c-btn-normal:hover {
    background-color: #3084ee; }

.c-btn-gray-radius {
  background-color: #e8e8e8; }
  .c-btn-gray-radius:hover {
    background-color: #72bb38;
    color: #fff; }

.c-btn-white-radius, .c-btn-white {
  background-color: #fff;
  color: #72bb38; }
  .c-btn-white-radius:hover, .c-btn-white:hover {
    background-color: #72bb38;
    color: #fff; }

.c-btn-priBorder {
  border: 1px solid #0058B1;
  color: #0058B1; }
  .c-btn-priBorder:hover {
    background-color: #0058B1;
    color: #fff; }

.c-btn-deBorder {
  border: 1px solid #72bb38;
  color: #72bb38; }
  .c-btn-deBorder:hover {
    background-color: #72bb38;
    color: #fff; }

.c-btn-pri-radius, .c-btn-gray-radius, .c-btn-default-radius, .c-btn-normal-radius, .c-btn-white-radius {
  border-radius: 4px; }

.c-btn-m {
  font-size: 16px; }

.c-btn-l {
  font-size: 18px; }

.c-btn-grayborder {
  border: 1px solid #ddd;
  color: #999; }
  .c-btn-grayborder:hover {
    background-color: #72bb38;
    border-color: #72bb38;
    color: #fff; }

.c-btn-norBorder {
  border: 1px solid #126ad9;
  color: #126ad9; }
  .c-btn-norBorder:hover {
    background-color: #126ad9;
    color: #fff; }

.c-btn-default, .c-btn-default-radius {
  background-color: #72bb38;
  color: #fff; }
  .c-btn-default:hover, .c-btn-default-radius:hover {
    background-color: #cb5101;
    border-color: #cb5101; }

.c-btn--long {
  width: 100%; }

.c-btn--form {
  line-height: 54px;
  width: 220px;
  border-radius: 28px;
  font-size: 22px;
  background-color: #fff600;
  color: #D92129; }
  .c-btn--form:hover {
    background-color: #f0e700; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.ellips {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

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

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

.float-l {
  float: left; }

.float-r {
  float: right; }

.cl6 {
  color: #666; }

.cl9 {
  color: #999; }

.white {
  color: #fff; }

.cl-default {
  color: #72bb38; }

.cl-pri {
  color: #0058B1; }

.cl-normal {
  color: #126ad9; }

a.hover-default:hover {
  color: #72bb38; }

.hover-default > a:hover {
  color: #72bb38; }

.bg-gray {
  background-color: #f6f3f7; }

.bg-white {
  background-color: #fff; }

.ft12 {
  font-size: 12px; }

.h14 {
  font-size: 14px; }

.h16, .ft16 {
  font-size: 16px;
  text-align: right;
}

.h18, .ft18 {
  font-size: 18px; }

.h20, .ft20 {
  font-size: 20px; }

.h22, .ft22 {
  font-size: 22px; }

.h24, .ft24 {
  font-size: 24px; }

.h26, .ft26 {
  font-size: 26px; }

.h28, .ft28 {
  font-size: 28px; }

.h30, .ft30 {
  font-size: 30px; }

.h18, .h22, .h24, .h28, .h14, .h16, .h20, .h26, .h30 {
  line-height: 1;
  font-weight: bold; }

.l-wrap {
  width: 1200px;
  margin: 0 auto; }
  .l-wrap:before, .l-wrap:after {
    content: " ";
    display: table; }
  .l-wrap:after {
    clear: both; }

.l-fullwrap {
  min-width: 1200px;
  margin: 0 auto; }

.l-fullimg, .l-fullad {
  min-width: 1200px;
  margin: 0 auto;
  text-align: center; }

.l-fullbg, .l-fullad {
  background-repeat: no-repeat;
  background-position: center top; }

.l-fullbg {
  background-size: cover; }

.l-fullad {
  display: block; }

.l-paddingwrap {
  padding: 30px; }

.inblock {
  display: inline-block; }

.pb10 {
  padding-bottom: 10px; }

.mb10 {
  margin-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.mb20 {
  margin-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.mb30 {
  margin-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.mb40 {
  margin-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.mb50 {
  margin-bottom: 50px; }

.pb60 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

.mb60 {
  margin-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.mb70 {
  margin-bottom: 70px; }

.pb80 {
  padding-bottom: 80px; }

.mb80 {
  margin-bottom: 80px; }

.pb90 {
  padding-bottom: 90px; }

.mb90 {
  margin-bottom: 90px; }

.pb100 {
  padding-bottom: 100px; }

.mb100 {
  margin-bottom: 100px; }

.p20 {
  padding: 20px; }

.pt20 {
  padding-top: 20px; }

.pt70 {
  padding-top: 70px; }

.l-colbox {
  margin-right: -2%; }
  .l-colbox:before, .l-colbox:after {
    content: " ";
    display: table; }
  .l-colbox:after {
    clear: both; }
#l-colbox>.l-col4{
  width: 23%;
}
.l-col2, .l-col3, .l-col4, .l-col5, .l-col6 {
  float: left;
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 2%; }

.l-col2 {
  width: 48%; }

.l-col3 {
  width: 48%; }

.l-col4 {
  width: 18%; }

.l-col5 {
  width: 18%; }

.l-col6 {
  width: 14.6%; }

.c-icon {
  display: inline-block;
  vertical-align: middle; }

.topbar {
  background-color: #efefef;
  color: #333;
  line-height: 40px; }
  .topbar a {
    margin: 0 10px; }
    .topbar a:hover {
      color: #72bb38; }

.l-top {
     padding: 20px 0 35px 0;
    
}

.l-top_logo {
  padding-top: 10px; }

.l-top_r {
  text-align: right;
}
  .l-top_r .left, .l-top_r .right {
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
  .l-top_r .left {
    margin-right: 10px; }
  .l-top_r .right {
    text-align: left;
    width: 230px;
    padding: 15px 0px 0px 11px;
    }
  .l-top_r .right-tel {
    font-size: 30px;
    padding-top: 2px;
    color: #fe6501;
    font-weight: bold;
  }

.l-nav {
  background-color: #61ac2e;
  color: #fff;
  font-size: 0;
}
.l-nav ul{
  width: 100%;
  position: relative;
}
.l-nav li{
  float: left;
  margin: auto;
  display: inline;
  background: url("../images/l-navline.jpg") no-repeat right center;
}
.l-nav li:hover{
  background: url("../images/l-navline.jpg")#72bb38 no-repeat right center;
}
.l-nav li:hover a{
  color: #fff;
}
.l-nav li:last-child{
  background: none;
}
.l-nav li a {
  display: inline-block;
  padding: 0 58px;
  line-height: 56px;
  font-size: 21px;
}
    .l-nav a:hover, .l-nav a.is-active {
      color: #333; }

.l-ys {
  padding: 30px 0; }
  .l-ys .c-icon {
    width: 50px;
    height: 50px;
    background-image: url("../images/icons-ys.png");
    background-size: auto 50px; }
  .l-ys .icon2 {
    background-position: -50px 0; }
  .l-ys .icon3 {
    background-position: -100px 0; }
  .l-ys .icon4 {
    background-position: -150px 0; }
  .l-ys .l-col4 {
    background: none;
    margin-bottom: 0; }
  .l-ys .txtbox {
    display: inline-block; }
  .l-ys .c-icon {
    vertical-align: top;
    margin-right: 6px; }
  .l-ys .title {
    font-size: 16px;
    margin-bottom: 4px; }
  .l-ys .desc {
    color: #999; }

.c-bt {
  font-size: 28px;
  font-weight: bold;
  padding: 65px 0 40px;
  display: block;
  overflow: hidden;
  text-align: center;
  margin: auto;
}

.l-fullbg .c-bt {
  background: url("../images/c-btbj.png")repeat-x left center;
  color: #fff;
  margin-top: 38px;
}
#fwc-bt{
  padding: 9px 0;
  margin-top: 90px
}

.l-buju1_l {
  width: 304px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center; }
  .l-buju1_l .title {
    font-size: 30px;
    margin: 30px 0 20px;
    font-weight: bold; }
  .l-buju1_l .line {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 20px; }
  .l-buju1_l .desc{
    font-size: 18px;
    line-height: 30px;
  }
.l-buju1_l .tel{
  font-size: 22px;
  line-height: 36px;
  padding-left: 50px;
}
  .l-buju1_l .c-btn {
    border: 1px solid #fff;
    line-height: 42px;
    width: 138px;
    font-size: 20px;
    margin: 20px 0;
  }
    .l-buju1_l .c-btn:hover {
      border-color: #72bb38;
      background-color: #72bb38; }

.l-buju1_r {
  width: 880px; }
  .l-buju1_r .l-col3 {
    border: 1px solid #ddd;
    position: relative;
    padding: 0 0px 0px 44px;
    height: 164px; }
  .l-buju1_r .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 30px 0 0px;
    padding-left: 145px;
  }
.l-buju1_r p{
  color: #000;
  margin: 10px;
  padding-left: 50px;
  display: table;
}
  .l-buju1_r .c-btn {
    width: 100px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 16px;
   margin-left: 45px; }
  .l-buju1_r .c-icon {
    float: left;
    margin-top: 30px; }

.l-wxzc {
  background: url(../images/bg-wxzc.png); }
  .l-wxzc .l-wxzc_l {
    width: 100%;
    text-align: center;
    background-color: #fff; }
    .l-wxzc .l-wxzc_l .c-icon {
      width: 90px;
      height: 90px;
      background-image: url(../images/icons-wxzc.png);
      background-size: auto 92px;
    }
    .l-wxzc .l-wxzc_l .icon2 {
      background-position: -96px 0;
    }
    .l-wxzc .l-wxzc_l .icon3 {
      background-position: -176px 0;
    }
    .l-wxzc .l-wxzc_l .icon4 {
      background-position: -256px 0;
    }
    .l-wxzc .l-wxzc_l .icon5 {
      background-position: -330px 0;
    }
    .l-wxzc .l-wxzc_l .icon6 {
      background-position: -406px 0;
    }
    .l-wxzc .l-wxzc_l .icon7 {
      background-position: -496px 0;
    }
    .l-wxzc .l-wxzc_l .icon8 {
      background-position: -596px 0;
    }
    .l-wxzc .l-wxzc_l .icon9 {
      background-position: -686px 0;
    }
    .l-wxzc .l-wxzc_l .icon10 {
      background-position: -776px 0;
    }
  .l-wxzc .l-wxzc_r {
    width: 34%;
    text-align: center;
    background-color: #fff; }
    .l-wxzc .l-wxzc_r .title {
      padding-bottom: 16px;
      padding-top: 6px; }
  .l-wxzc .parttitle {
    background-color: #72bb38;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px; }
  .l-wxzc .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px; }
  .l-wxzc .con {
    padding: 30px 20px 20px 20px;
  }
  .l-wxzc .l-col4 {
    padding:20px 20px 20px 20px;
    background-color: #eceef7; }
  .l-wxzc .imgbox {
    margin: 0 20px;
    position: relative;
    cursor: pointer; }
    .l-wxzc .imgbox:hover .txtbox {
      opacity: 1; }
  .l-wxzc .txtbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 50px 0;
    line-height: 1.8;
    background-color: #eceef7;
    opacity: 0;
    font-size: 16px;
    -webkit-transition: all .4s;
    transition: all .4s; }

.c-zixun {
  width: 808px;
  height: 64px;
  margin: 0 auto;
  line-height: 62px;
  color: #72bb38;
  font-size: 24px;
  border-radius: 32px;
  border: 1px solid #72bb38;
  padding-left: 1em;
  vertical-align: middle;
  background-color: #fff; }
  .c-zixun b {
    font-size: 36px;
    vertical-align: top; }
  .c-zixun .c-btn {
    float: right;
    font-size: 30px;
    padding: 0 30px;
    line-height: 62px;
    border-radius: 32px;
    vertical-align: middle; }

.c-tab_page {
  display: none; }
  .c-tab_page.is-active {
    display: block; }

.c-tab_navItem {
  cursor: pointer; }

.l-kehu_nav {
  margin-right: -2%; }
  .l-kehu_nav .c-tab_navItem {
    width: 18%;
    text-align: center;
    margin-right: 2%;
    float: left;
    position: relative; }
    .l-kehu_nav .c-tab_navItem.is-active .cover, .l-kehu_nav .c-tab_navItem:hover .cover {
      opacity: 1; }
  .l-kehu_nav .photo {
    width: 100%px;
    height: 161px; }
  .l-kehu_nav .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(254, 101, 1, 0.6);
    padding-top: 56px;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s; }

.l-kehu_content {
  margin-bottom: 30px;
  background-color: #fff; }
  .l-kehu_content .c-tab_page {
    height: 394px;
    background: url(../images/khjz-tag.png) 96% top no-repeat; }
  .l-kehu_content img {
    float: left; }
  .l-kehu_content .txtbox {
    float: left;
    width: 692px;
    padding: 50px 40px 0; }
  .l-kehu_content .title {
    font-size: 24px;
    font-weight: bold; }
  .l-kehu_content .subtitle {
    font-size: 20px;
    font-weight: bold;
    margin: 16px 0; }
  .l-kehu_content .desc {
    font-size: 16px;
    line-height: 2;
    height: 10em; }
  .l-kehu_content .num {
    font-size: 36px;
    margin-right: 4px; }

.l-kehu {
  background-image: url(../images/bg-kh.png);
  padding-bottom: 80px; }

.gyZj .l-col5 {
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 20px; }

.gyZj img {
  width: 100%;
  height: 220px;
  margin-bottom: 20px; }

.gyZj .job {
  margin: 14px 0;
  display: inline-block;
  background-color: #72bb38;
  color: #fff;
  font-size: 16px;
  padding: 0 10px; }

.gyZj .desc {
  color: #666;
  margin: 10px 0;
  padding: 0 10px;
  height: 4.5em;
  font-size: 16px; }

.gyZj .tag {
  color: #D5D5D5;
  font-size: 16px; }
  .gyZj .tag:after, .gyZj .tag:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #D5D5D5;
    vertical-align: middle; }
  .gyZj .tag:after {
    margin-left: 10px; }
  .gyZj .tag:before {
    margin-right: 10px; }

.inNews {
  background-image: url(../images/bg-innews.png); }
  .inNews .c-bt {
    color: #333; }

.inNews_content {
  background-color: #fff;
  border: 1px solid #ddd; }

.inNews_nav {
  padding: 20px;
  border-bottom: 1px dashed #ddd; }
  .inNews_nav .c-tab_navItem {
    display: inline-block;
    padding-right: 20px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/arrow1.png) right center no-repeat; }
    .inNews_nav .c-tab_navItem:hover {
      color: #72bb38;
      background-image: url(../images/arrow2.png); }
  .inNews_nav .is-active {
    color: #72bb38;
    background-image: url(../images/arrow2.png); }
  .inNews_nav .more {
    float: right; }
    .inNews_nav .more:hover {
      color: #72bb38; }

.inNews_con .top {
  border-bottom: 1px dashed #ddd;
  padding: 20px 0; }

.inNews_con .top-item {
  float: left;
  width: 50%;
  padding: 0 20px; }
  .inNews_con .top-item:hover .title {
    color: #72bb38; }
  .inNews_con .top-item img {
    float: left;
    width: 156px;
    height: 96px; }
  .inNews_con .top-item .txtbox {
    margin-left: 176px; }
  .inNews_con .top-item .title {
    padding-top: 16px;
    margin-bottom: 12px; }
  .inNews_con .top-item .line {
    width: 14px;
    height: 1px;
    background-color: #d2d2d2; }
  .inNews_con .top-item .time {
    font-size: 12px;
    color: #d2d2d2;
    margin: 6px 0; }
  .inNews_con .top-item .desc {
    color: #999; }

.inNews_con .list {
  padding: 20px 0 30px; }

.inNews_con .list-item {
  float: left;
  width: 46%;
  margin: 0 2%;
  border-bottom: 1px dashed #ddd;
  line-height: 3.5;
  font-size: 0; }
  .inNews_con .list-item:hover {
    color: #72bb38; }
  .inNews_con .list-item .title {
    display: inline-block;
    width: 80%;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle; }
    .inNews_con .list-item .title:before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 3px;
      background-color: #838383;
      margin-right: 4px;
      vertical-align: middle; }
  .inNews_con .list-item .time {
    width: 20%;
    text-align: right;
    display: inline-block;
    font-size: 12px;
    color: #999;
    vertical-align: middle; }

.inNews_left {
  width: 29%;
  border-right: 1px solid #ddd;
  padding-bottom: 30px; }
  .inNews_left img {
    width: 100%;
    height: 212px; }
  .inNews_left .title {
    height: 3em;
    line-height: 1.5;
    margin: 26px 0;
    padding: 0 26px; }
  .inNews_left .desc {
    color: #666;
    height: 3em;
    line-height: 1.5;
    padding: 0 26px;
    margin-bottom: 20px; }
  .inNews_left .c-btn {
    width: 116px;
    line-height: 40px;
    font-size: 16px;
    margin-left: 26px; }

.inNews_right {
  width: 71%; }

.l-hezuo .l-col5 {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }

.l-hezuo img {
  width: 100%;
  height: 98px; }

.l-friendlink {
  margin-bottom: 40px;
  border: 1px solid #72bb38; }
  .l-friendlink .titlebox {
    width: 130px;
    text-align: center;
    padding: 10px 0; }
  .l-friendlink .en {
    font-size: 36px; }
  .l-friendlink .linkbox {
    margin-left: 130px;
    margin-top: 10px;
    border-left: 2px solid #72bb38;
    height: 80px;
    padding: 10px 20px; }
  .l-friendlink a {
    margin-right: 20px;
    line-height: 2;
    white-space: nowrap; }
    .l-friendlink a:hover {
      color: #72bb38; }

.l-buju2--wxzc {
  background-image: url(../images/wxzc/bg-js.png); }

.l-buju2 {
  position: relative;
  padding: 60px 70px 60px 580px;
  background-repeat: no-repeat;
  background-position: 0 center;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
  border-radius: 6px; }
  .l-buju2 .desc {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.6;
    height: 11.2em; }
  .l-buju2 .num {
    font-size: 30px;
    margin-right: 6px; }
  .l-buju2 .c-btn {
    width: 148px;
    line-height: 42px;
    font-size: 16px;
    margin-top: 20px; }
  .l-buju2 .tag {
    position: absolute;
    top: 0;
    left: 85%;
    background-color: #72bb38;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px; }
    .l-buju2 .tag img {
      margin-bottom: 4px; }

.l-qyys .item {
  float: left;
  width: 25%;
  height: 200px;
  color: #fff; }

.l-qyys .item1 {
  background-color: #076fce; }

.l-qyys .item2 {
  background-color: #fff; }

.l-qyys .item4 {
  background-color: #d84c3d; }

.l-qyys .item6 {
  background-color: #e3e3e3; }

.l-qyys .item7 {
  background-color: #72bb38; }

.l-qyys .title {
  font-size: 18px;
  font-weight: bold;
  padding: 30px 20px 10px; }

.l-qyys .line {
  width: 26px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 12px;
  margin-left: 20px; }

.l-qyys .desc {
  padding: 0 20px; }

.l-qyys .item2 .title, .l-qyys .item6 .title {
  color: #333; }

.l-qyys .item2 .line, .l-qyys .item6 .line {
  background-color: #72bb38; }

.l-qyys .item2 .desc, .l-qyys .item6 .desc {
  color: #666; }

.l-zyzs--bg {
  background-image: url(../images/bg-zyzs.png); }

.l-zyzs .l-col4 {
  padding: 10px;
  border: 1px solid #D3D3D3; }

.l-zyzs img {
  width: 100%;
  height: 190px; }

.l-zyzs .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #72bb38;
  line-height: 46px;
  color: #fff;
  margin-top: 10px; }

.l-zjjd .title {
  background-color: #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 68px;
  text-align: center; }

.l-zjjd .l-col3 {
  text-align: center;
  background-color: transparent; }

.l-zjjd img {
  margin: 20px 0; }

.l-zjjd .desc {
  text-align: left;
  background-color: #6d97db;
  padding: 30px;
  height: 248px;
  color: #fff; }

.l-zjjd .desc-title {
  margin-bottom: 20px; }

.l-zjjd .desc-con {
  font-size: 16px; }

.l-buju2--qiye {
  background-image: url(../images/qiye/js.png); }

.qySyfc {
  background-image: url(../images/qiye/bg-fc.png); }
  .qySyfc .l-col2 {
    background-color: transparent;
    padding-left: 50px;
    position: relative; }
  .qySyfc .txtbox {
    background-color: #fff;
    border-radius: 36px;
    height: 170px;
    padding: 0 34px 0 76px; }
  .qySyfc .num {
    width: 104px;
    line-height: 74px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -36px;
    color: #fff;
    background-color: #72bb38;
    border-radius: 38px; }
  .qySyfc .inner {
    display: table-cell;
    height: 170px;
    vertical-align: middle; }
  .qySyfc .desc {
    font-size: 16px;
    margin-top: 10px; }

.qyNr {
  text-align: center; }
  .qyNr .txtbox {
    margin: 0 28px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: relative;
    top: -56px;
    padding: 24px 0;
    border-radius: 4px; }
  .qyNr .title {
    margin-top: 10px; }

.qtPg {
  margin-top: 80px;
  margin-bottom: 80px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32); }

.qtPg_nav {
  line-height: 72px;
  font-size: 0; }
  .qtPg_nav .c-tab_navItem {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 33.33%; }
    .qtPg_nav .c-tab_navItem.is-active {
      background-color: #fff; }
  .qtPg_nav .item1 {
    background-color: #f5f5f5; }
  .qtPg_nav .item2 {
    background-color: #e6e6e6; }
  .qtPg_nav .item3 {
    background-color: #d3d3d3; }

.qtPg_con {
  background-color: #fff;
  padding: 40px; }
  .qtPg_con .txtbox {
    margin-left: 540px; }
  .qtPg_con img {
    float: left; }

.c-newsItem {
  display: block; }
  .c-newsItem:before, .c-newsItem:after {
    content: " ";
    display: table; }
  .c-newsItem:after {
    clear: both; }
  .c-newsItem img {
    float: left;
    width: 306px;
    height: 206px; }
  .c-newsItem .txtbox {
    margin-left: 336px; }
  .c-newsItem .title {
    padding-top: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
      
  }
  .c-newsItem .desc {
    font-size: 16px;
    line-height: 1.6;
    height: 4.8em;
    margin-bottom: 20px; }
  .c-newsItem .c-btn {
    width: 128px;
    line-height: 42px;
    font-size: 16px;
  }

.footer{
  width: 100%;
  overflow: hidden;
  background: #232a34;
}
.footerup{
  width: 1200px;
  overflow: hidden;
  margin: auto;
}
.footupLeft{
  width: 768px;
  padding-top: 20px;
  float: left;
  margin: 70px 20px;
}
.footupRight{
  width: 386px;
  float: right;
  margin-top: 90px;
  color: #fff;
  line-height: 38px;
  padding: 20px 10px 30px 30px;
  background: #2e353e;
}
.footupRight label{
  font-size: 18px;
}
.footupLeft ul.footnav{
  width: 135px;
  float: left;
  overflow: hidden;
  margin-right: 10%;
}
.footupLeft ul.footnav li{
  display: inline;
  float: left;
  line-height: 45px;
  border-bottom: 1px dashed #fff;
  width: 100%;
}
.footupLeft ul.footnav li:first-child{
  border-bottom: none;
  font-weight: bold;
}
.footupLeft ul.footnav li a{
  color: #ffffff;
  font-size: 16px;
}
.footupLeft h1{
  display: block;
  float: left;
  margin-right: 100px;
}
.footupRight> h1{
  background: url("../images/footertel.png") no-repeat left center;
  padding: 10px 32px;
  border-bottom: 1px solid #979a9f;
  font-size: 18px;
}
.footupRight> p{
  background: url("../images/footeradress.png") no-repeat left 20px;
  font-size: 18px;
  padding: 10px 32px;
  line-height: 38px;
}
.footerd{
  width: 100%;
  margin: auto;
  background: #005aa8;
  color: #fff;
  font-size: 18px;
}
.footdcenter{
  width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 24px 0;
  font-size: 16px;
}
.footdcenter span{
  float: right;
}
.footupLeft ul.footnav li a:hover{
  color: #666;
}

/*头部导航*/
#main-menu{
  overflow: ;
}
#main-menu ul.submenu{
  width: 198px;
  top: 56px;
  font-size: 15px;
  position: absolute;
  background: #fff;
  z-index: 99;
  display: none;
}
#main-menu ul.submenu li{
  border-bottom: 1px solid #f2f2f2;
  float: left;
  margin: auto;
  width: 100%;
  background: none;
  text-align: center;
}
#main-menu ul.submenu li a{
  padding: 10px 0px;
  font-size: 15px;
  color: #333;
  line-height: 28px;
}
#main-menu ul.submenu li:hover{
  background: #51ab15;
  color: #fff;
}
#main-menu ul.submenu li:hover a{
  color: #fff;
}
#main-menu ul.submenu li a:hover{
  color:#fff;
}