@font-face {
  font-family: "HelveticaLTStdBoldCond";
  font-display: swap;
  src: url("../fonts/HelveticaLTStdBoldCond.eot");
  src: url("../fonts/HelveticaLTStdBoldCond.eot") format("embedded-opentype"), url("../fonts/HelveticaLTStdBoldCond.woff2") format("woff2"), url("../fonts/HelveticaLTStdBoldCond.woff") format("woff"), url("../fonts/HelveticaLTStdBoldCond.ttf") format("truetype"), url("../fonts/HelveticaLTStdBoldCond.svg#HelveticaLTStdBoldCond") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLTStdCond";
  font-display: swap;
  src: url("../fonts/HelveticaLTStdCond.eot");
  src: url("../fonts/HelveticaLTStdCond.eot") format("embedded-opentype"), url("../fonts/HelveticaLTStdCond.woff2") format("woff2"), url("../fonts/HelveticaLTStdCond.woff") format("woff"), url("../fonts/HelveticaLTStdCond.ttf") format("truetype"), url("../fonts/HelveticaLTStdCond.svg#HelveticaLTStdCond") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
  max-width: 1920px;
  margin: 0 auto;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  transition: all 350ms;
}

a:hover {
  color: #0b82c0;
}

ol, ul, li {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
}

table, embed, video {
  max-width: 100%;
}

input, textarea {
  border: none;
  background: none;
  font-family: inherit;
}

input[type=submit], textarea[type=submit] {
  cursor: pointer;
}

input[type=checkbox], textarea[type=checkbox] {
  cursor: pointer;
}

input[type=radio], textarea[type=radio] {
  cursor: pointer;
}

input:focus, textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

em, i {
  font-style: normal;
}

/* .c-xx start*/
.c-fl {
  float: left;
}

.c-fr {
  float: right;
}

.c-cb {
  clear: both;
}

.c-mg {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.c-oh {
  overflow: hidden;
}

.c-wd {
  width: 1200px;
}

.c-tsn {
  transition: all 350ms;
}

.c-bbx {
  box-sizing: border-box;
}

.c-pr {
  position: relative;
}

.c-mt-5 {
  margin-top: 5px;
}

.c-mt-10 {
  margin-top: 10px;
}

.c-mt-15 {
  margin-top: 15px;
}

.c-mt-20 {
  margin-top: 20px;
}

.c-mt-25 {
  margin-top: 25px;
}

.c-mt-30 {
  margin-top: 30px;
}

.c-mt-35 {
  margin-top: 35px;
}

.c-mt-40 {
  margin-top: 40px;
}

.c-mt-45 {
  margin-top: 45px;
}

.c-mt-50 {
  margin-top: 50px;
}

.c-nomt {
  margin-top: 0 !important;
}

.c-nomr {
  margin-right: 0 !important;
}

.c-nomb {
  margin-bottom: 0 !important;
}

.c-noml {
  margin-left: 0 !important;
}

.c-nofont {
  line-height: 0;
  font-size: 0;
}

.c-nobg {
  background: none !important;
}

/* .c-xx end*/
/* .f-xx start*/
.f-czjz {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}

.f-box {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}

@media screen and (min-width: 960px) and (max-width: 1219px) {
  .f-box {
    width: 950px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .f-box {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
/* .f-xx end*/
/* .m-xx start*/
.m-desc {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 30px;
}

.m-desc a {
  color: #0b82c0;
}

.m-desc a:hover {
  text-decoration: underline;
}

.m-desc p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 30px;
}

.m-desc span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 30px;
}

.m-desc b {
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
  line-height: 30px;
}

.m-desc a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fb7000;
  line-height: 30px;
}

.m-desc img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.m-desc table {
  width: 90%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}

.m-desc table tr td {
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .m-tt1 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .m-tt2 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .m-tt3 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .m-desc1 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .m-desc2 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  [class*=-item] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  [class*=-item] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-modal {
    display: none;
  }
}
/* .m-xx end*/
/* .j-xx start*/
.j-offset-top {
  transition: all 750ms;
  transform: translateY(100px);
  opacity: 0;
}

.j-offset-top.run {
  transform: translateY(0);
  opacity: 1;
}

.j-offset-left {
  transition: all 750ms;
  transform: translateX(100px);
  opacity: 0;
}

.j-offset-left.run {
  transform: translateX(0);
  opacity: 1;
}

.j-offset-right {
  transition: all 750ms;
  transform: translateX(-100px);
  opacity: 0;
}

.j-offset-right.run {
  transform: translateX(0);
  opacity: 1;
}

.j-lazy {
  min-width: 20%;
}

/* .j-xx end*/
[class*=-item] .item-pic {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

[class*=-item] .item-pic img {
  transition: all 350ms;
}

[class*=-item] .item-pic:hover img {
  transform: scale(1.1);
}

[class*=-item] .item-title {
  overflow: hidden;
}

[class*=-item] .item-title a:hover {
  color: #0b82c0;
}

[class*=-item] .item-desc {
  overflow: hidden;
}

[class*=-item] .item-desc a {
  display: block;
}

[class*=-item] .item-desc a:hover {
  color: #0b82c0;
}

.g-hd {
  position: relative;
  z-index: 9;
}

.m-hdbox {
  overflow: visible;
}

.m-hdlogo {
  float: left;
  display: block;
  width: 180px;
  font-size: 0;
  line-height: 0;
}

.m-hdfix1 {
  float: right;
}

.m-hdfix2 {
  float: right;
  padding-top: 4px;
}

.m-hdlang {
  float: left;
  margin-right: 26px;
  width:305px;
  padding-top: 10px;
}

.m-hdsch {
  float: right;
  width: 291px;
  height: 36px;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  margin-top: 12px;
}

.m-hdsch .form-text {
  float: left;
  height: 34px;
  padding: 0 16px;
  width: 264px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  box-sizing: border-box;
}

.m-hdsch .form-btn {
  float: left;
  width: 18px;
  height: 34px;
  padding-right: 7px;
  background: url("../images/sch1.png") no-repeat left center;
}

.m-hdnav .nav-item {
  position: relative;
  float: left;
  font-family: "HelveticaLTStdCond";
}

.m-hdnav .nav-item > a {
  display: block;
  padding: 25px 16.5px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.m-hdnav .nav-item > a:hover {
  color: #0b82c0;
}

.m-hdnav .nav-item > a.current {
  color: #0b82c0;
}

.m-hdnav .nav-item > a.active {
  color: #0b82c0;
}

.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  background-color: #f7f6f6;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}

.m-hdnav .sbnav-list1 {
  top: 100%;
  left: -150px;
  width: 320px;
}

.m-hdnav .sbnav-list2 {
  margin-left: 1px;
  top: 0;
  left: 100%;
  width: 170px;
  padding: 0 5px;
}

.m-hdnav .sbnav-list3 {
  margin-left: 6px;
  width: 368px;
}

.m-hdnav .sbnav-item {
  position: relative;
}

.m-hdnav .sbnav-item > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  border-bottom: 1px solid #e4e5e6;
}

.m-hdnav .sbnav-item1 {
  position: relative;
}

.m-hdnav .sbnav-item1 > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 40px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  border-bottom: 1px solid #e4e5e6;
  background: url("../images/icon2.png") no-repeat 291px center;
}

.m-hdnav .sbnav-item1 > a:hover {
  color: white;
  background-image: url("../images/icon3.png");
  background-color: #0b82c0;
}

.m-hdnav .sbnav-item1 > a.current {
  color: white;
  background-image: url("../images/icon3.png");
  background-color: #0b82c0;
}

.m-hdnav .sbnav-item1 > a.active {
  color: white;
  background-image: url("../images/icon3.png");
  background-color: #0b82c0;
}

.m-hdnav .sbnav-item1:last-child > a {
  border-bottom: none;
}

.m-hdnav .sbnav-item2 > a {
  padding-left: 20px;
  padding-right: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("../images/icon4.jpg") no-repeat left center;
}

.m-hdnav .sbnav-item2 > a:hover {
  color: #0b82c0;
  background-image: url("../images/icon5.png");
}

.m-hdnav .sbnav-item2 > a.active {
  color: #0b82c0;
  background-image: url("../images/icon5.png");
}

.m-hdnav .sbnav-item3 > a {
  padding-left: 20px;
  padding-right: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("../images/icon4.jpg") no-repeat left center;
  border-bottom: none;
}

.m-hdnav .sbnav-item3 > a:hover {
  color: #0b82c0;
  background-image: url("../images/icon5.png");
}

.m-hdnav .sbnav-item3 > a.active {
  color: #0b82c0;
  background-image: url("../images/icon5.png");
}

@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  .m-hdnav {
    display: none;
  }
  .m-hdfix1 {
    float: none;
  }
  .m-hdfix2 {
    float: left;
  }
  .m-hdsch {
    display: none;
  }
  .m-hdlogo {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.wap-hd-nav {
  display: none;
}

.wap-nav {
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  transition: all 0.4s ease 0s;
  z-index: 999999999999999;
  cursor: pointer;
  position: fixed;
  top: -5px;
  right: 0;
  display: block;
}

.wap-nav .nav {
  overflow: hidden;
  width: 300px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: auto;
  overflow: scroll;
}

.wap-nav .nav span {
  font-family: arial, helvetica, sans-serif;
}

.wap-nav .nav form {
  margin: 15px auto;
  width: 258px;
  height: 26px;
  border: 1px solid #fff;
}

.wap-nav .nav form .iptc {
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
}

.wap-nav .nav form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: #fff url("../images/sch1.png") no-repeat center center;
}

.wap-nav .nav > ul {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: scroll;
  padding-top: 45px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.wap-nav .nav > ul > li {
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: 20px;
  position: relative;
}

.wap-nav .nav > ul > li .addition {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url("../images/shizi.png") no-repeat center center;
}

.wap-nav .nav > ul > li .addition.fa:before {
  margin-right: 5px;
  color: #fff;
  text-indent: 0;
}

.wap-nav .nav > ul > li > a {
  margin-right: 40px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.wap-nav .nav > ul > li > a span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.wap-nav .nav > ul > li .c-show {
  display: none;
  width: 100%;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 {
  position: relative;
  padding-left: 15px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > a {
  position: relative;
  margin-right: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
  position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
  position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
  margin-right: 40px;
  text-indent: 35px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
  position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
  margin-right: 40px;
  text-indent: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav > ul > dl {
  padding: 20px;
}

.wap-nav .nav > ul > dl dd {
  float: left;
  margin: 0 2px;
}

.wap-nav .menubtn {
  width: 23px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.wap-nav .menubtn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #0b82c0;
}

@media screen and (min-width: 960px) {
  .wap-nav, .menubtn {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .wap-hd-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: #0b82c0;
  }
  .wap-hd-nav-item {
    width: 25%;
  }
  .wap-hd-nav-item a {
    display: block;
    padding: 5px 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #363636;
  }
  .wap-hd-nav-item a.active {
    color: white;
    background-color: #0b82c0;
  }
}
.banner {
  position: relative;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  overflow: hidden;
}

.banner .dotList {
  position: absolute;
  bottom: 38px;
  width: 100%;
}

.banner .dotList ul {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.banner .dotList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 6px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/dot2.png");
}

.banner .dotList ul li.active {
  background-image: url("../images/dot1.png");
}

.banner .carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -38px;
  width: 75px;
  height: 75px;
}

.banner .carousel-control.left {
  left: 54px;
  background-image: url("../images/jtl1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner .carousel-control.right {
  right: 54px;
  background-image: url("../images/jtr1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner.hide {
  display: none;
}

@media screen and (max-width: 959px) {
  .banner {
    display: block;
  }
  .banner .carousel-control {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .banner .carousel-control.left {
    left: 10px;
  }
  .banner .carousel-control.right {
    right: 10px;
  }
  .banner .dotList {
    bottom: 15px;
  }
  .banner.hide {
    display: block;
  }
  .n-banner {
    display: none;
  }
}
.g-ft {
  padding-top: 80px;
  padding-bottom: 26px;
  background: url("../images/bg1.png") no-repeat center;
  background-size: cover;
  background-color: #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: white;
}

.g-ft a {
  color: white;
}

.g-ft a:hover {
  color: #ccc;
}

.m-ftfix1 {
  overflow: hidden;
}

.m-fttt {
  margin-bottom: 34px;
  line-height: 26px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HelveticaLTStdCond";
  text-transform: uppercase;
}

.m-ftb1 {
  float: left;
  margin-right: 3.583%;
    width: 23.5%;
}

.m-ftb2 {
  float: left;
  width: 23.91667%;
}

.m-ftb3 {
  float: right;
  width: 44.75%;
}

.m-ftinfo .info-item {
  padding-left: 33px;
  background-repeat: no-repeat;
  background-position: left 6px;
}

.m-ftinfo .info-item1 {
  background-image: url("../images/cei4.png");
}

.m-ftinfo .info-item2 {
  background-image: url("../images/ficon2.png");
}

.m-ftinfo .info-item3 {
  background-image: url("../images/ficon3.png");
}

.m-ftinfo .info-item4 {
  background-image: url("../images/ficon4.png");
}

.m-ftinfo .info-item5 {
  background-image: url("../images/ficon5.png");
}

.m-ftnav .nav-item {
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ftform {
  overflow: hidden;
}

.m-ftform .form-item {
  float: left;
  margin-bottom: 14px;
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  border: 1px solid white;
}

.m-ftform .form-item2 {
  width: 59.96276%;
}

.m-ftform .form-item3 {
  float: right;
  padding-left: 0;
  width: 36.87151%;
  background: #f3fbfe;
}

.m-ftform .form-item3 a {
  display: block;
  height: 34px;
  line-height: 32px;
  background: #f3fbfe;
  text-align: center;
}

.m-ftform .form-item3 img {
  max-height: 32px;
  vertical-align: middle;
}

.m-ftform .form-item4 {
  float: left;
  width: 19.73929%;
  padding-left: 0;
}

.m-ftform .form-text {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f1f1f1;
  box-sizing: border-box;
}

.m-ftform .form-text2 {
  height: 74px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 30px;
}

.m-ftform .form-btn {
  width: 100%;
  height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
}

.m-ftfix2 {
  margin-top: 15px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.m-ftfix2 img {
  vertical-align: middle;
}

.m-fttext {
  float: left;
}

.m-ftshare {
  float: right;
}

.m-ftshare .share-item {
  float: left;
  margin-right: 10px;
  width: 29px;
  line-height: 0;
  font-size: 0;
}

.m-ftshare .share-item:hover {
  margin-top: -5px;
}

.m-ftlnk {
  margin-top: 3px;
  min-height: 30px;
  overflow: hidden;
}

.m-ftlnk .list-item {
  float: left;
  margin-right: 15px;
}

@media screen and (max-width: 959px) {
  .m-ftb1 {
    margin-right: 0;
    width: 45%;
  }
  .m-ftb2 {
    float: right;
    width: 40%;
  }
  .m-ftb3 {
    margin-top: 25px;
    clear: both;
    width: 100%;
  }
  .m-ftshare {
    float: left;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .m-ftfix1 {
    display: none;
  }
  .m-ftlnk {
    display: none;
  }
  .m-ftfix2 {
    margin-top: 0;
  }
  .g-ft {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-fttext {
    float: none;
    text-align: center;
  }
  .m-ftshare1 {
    display: none;
  }
  .m-ftshare2 {
    float: none;
    padding-left: 20px;
  }
  .m-ftshare2 .share-item {
    width: 30px;
    margin-right: 10px;
  }
}
.m-crm .box-wp {
  padding-top: 15px;
  padding-bottom: 11px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "HelveticaLTStdCond";
  color: #333;
  border-bottom: 1px solid #0b82c0;
}

.m-crm .box-wp a {
  color: #333;
}

.m-crm .box-wp a:hover {
  color: #0b82c0;
}

.m-crm .box-wp a.active {
  color: #0b82c0;
}

@media screen and (max-width: 767px) {
  .m-crm .box-wp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-oths {
  margin-top: 18px;
}

.m-oths .oths-item {
  padding-left: 38px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

.m-oths .oths-item a {
  color: #333;
}

.m-oths .oths-item a:hover {
  color: #0b82c0;
}

.m-oths .oths-item-1 {
  margin-bottom: 12px;
  background-image: url("../images/oths1.png");
}

.m-oths .oths-item-2 {
  background-image: url("../images/oths2.png");
}

.m-oths a {
  color: #333;
}

.m-page {
  margin-top: 46px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}

.m-page a {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 35px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: all 350ms;
}

.m-page a.big {
  min-width: 78px;
}

.m-page a:hover {
  color: white;
  border-color: #0b82c0;
  background-color: #0b82c0;
}

.m-page a.active {
  color: white;
  border-color: #0b82c0;
  background-color: #0b82c0;
}

.m-page2 {
  position: relative;
  text-align: left;
  padding-right: 170px;
  min-height: 30px;
}

.m-page2 .page-form {
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
  padding-right: 18px;
  box-sizing: border-box;
  background: url("../images/jtt.png") no-repeat right center;
}

.m-page2 .form-btn {
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #0b82c0;
}

@media screen and (max-width: 767px) {
  .m-page {
    margin-top: 25px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .m-page a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .m-page2 {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .m-page2 .page-form {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
  }
}
.m-kf {
  position: fixed;
  z-index: 10;
  right: 6px;
  top: 30%;
}

.m-kf .kf-item {
  display: block;
  line-height: 0;
  font-size: 0;
  margin-bottom: 1px;
  background-color: #d8d8d8;
}

.m-kf .kf-item:hover {
  background-color: #0b82c0;
}

.m-kf .kf-item.active {
  background-color: #0b82c0;
}

.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 53px;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 100%;
    background-color: #0b82c0;
  }
  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    background-color: #0b82c0;
  }
  .m-kf .kf-wx {
    bottom: 100%;
    left: 0;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 30px;
  width: 42px;
  height: 42px;
  background: url("../images/gotop.png") no-repeat center;
  background-color: #0b82c0;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
  display: none;
}

@media screen and (max-width: 959px) {
  .returntop {
    right: 0;
    bottom: 65px;
    width: 36px;
    height: 36px;
  }
}
.m-htt {
  margin-bottom: 70px;
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaLTStdBoldCond";
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

.m-htt a {
  color: #333;
}

.m-htt a:hover {
  color: #0b82c0;
}

@media screen and (max-width: 767px) {
  .m-htt {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.m-hproc {
  margin-top: 80px;
}

.m-hproc .box-list {
  margin-bottom: -20px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
}

.m-hproc .list-item {
  vertical-align: top;
  margin-right: 3.91667%;
  margin-bottom: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16.83333%;
}

.m-hproc .item-pic {
  border-radius: 50%;
  text-align: center;
  border: 10px solid #94c9ec;
}

.m-hproc .item-pic img {
  border-radius: 50%;
}

.m-hproc .item-title {
  margin-top: 17px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "HelveticaLTStdCond";
  color: #333;
}

.m-hproc .item-title a {
  color: #333;
}

.m-hproc .item-title a:hover {
  color: #0b82c0;
}

@media screen and (max-width: 767px) {
  .m-hproc {
    margin-top: 30px;
  }
  .m-hproc .item-title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hproc .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31%;
  }
}
.m-habt {
  margin-top: 76px;
  height: 603px;
  padding-top: 90px;
  padding-bottom: 30px;
  box-sizing: border-box;
  background: url("../images/bg2.png") no-repeat center;
  background-size: cover;
}

.m-habt .box-text {
  max-width: 620px;
  color: #fff;
}

.m-habt .box-text a {
  color: #fff;
}

.m-habt .box-text a:hover {
  color: #0b82c0;
}

.m-habt .box-title {
  padding-bottom: 25px;
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaLTStdBoldCond";
  background: url("../images/bd1.png") no-repeat left bottom;
}

.m-habt .box-info {
  margin-top: 28px;
}

.m-habt .box-info a {
  display: block;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}

.m-habt .box-desc {
  margin-top: 28px;
}

.m-habt .box-desc a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-habt .box-link {
  margin-top: 24px;
}

.m-habt .box-link a {
  display: block;
  max-width: 211px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "HelveticaLTStdCond";
  color: #0b82c0;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}

.m-habt .box-link a:hover {
  color: #fff;
  background-color: #0b82c0;
}

@media screen and (max-width: 767px) {
  .m-habt {
    margin-top: 30px;
    height: auto;
    padding: 30px 0;
  }
  .m-habt .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-habt .box-info {
    margin-top: 20px;
  }
  .m-habt .box-info a {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-habt .box-desc {
    margin-top: 20px;
  }
  .m-habt .box-desc a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-habt .box-link {
    margin-top: 24px;
  }
  .m-habt .box-link a {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.m-hpro {
  position: relative;
  margin-top: 76px;
}

.m-hpro .box-wp {
  position: relative;
}

.m-hpro .box-link {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 106px;
  height: 38px;
  line-height: 36px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "HelveticaLTStdCond";
  color: #0b82c0;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #0b82c0;
}

.m-hpro .box-link:hover {
  color: #fff;
  background-color: #0b82c0;
}

.m-hpro .box-title {
  margin-bottom: 34px;
}

.m-hpro .box-desc a {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
}

.m-hpro .box-bd {
  position: relative;
  margin-top: 59px;
  padding-bottom: 92px;
  overflow: hidden;
}

.m-hpro .box-list {
  width: 1000%;
  overflow: hidden;
}

.m-hpro .list-item {
  position: relative;
  float: left;
  margin-right: 0.2%;
  width: 2.36667%;
  padding-bottom: 56px;
  overflow: hidden;
}

.m-hpro .list-item:hover .item-text {
  bottom: 0;
  background-color: #3e4242;
}

.m-hpro .item-text {
  position: absolute;
  width: 100%;
  bottom: -56px;
  transition: all 350ms;
  text-align: center;
  background-color: #0b82c0;
}

.m-hpro .item-title a {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 15px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hpro .item-link {
  height: 56px;
}

.m-hpro .item-link a {
  display: block;
  margin: 0 auto;
  max-width: 98px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  background-color: #0b82c0;
}

.m-hpro .item-icon {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 16px;
}

.m-hpro .box-btn {
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.m-hpro .box-btn.prev {
  left: 50%;
  margin-left: -52px;
  background-image: url("../images/jtl2.png");
}

.m-hpro .box-btn.prev:hover {
  background-image: url("../images/jtl3.png");
}

.m-hpro .box-btn.next {
  left: 50%;
  margin-left: 10px;
  background-image: url("../images/jtr3.png");
}

.m-hpro .box-btn.next:hover {
  background-image: url("../images/jtr2.png");
}

@media screen and (max-width: 959px) {
  .m-hpro .list-item {
    padding-bottom: 0;
  }
  .m-hpro .item-text {
    position: relative;
    bottom: 0;
    background-color: #333;
  }
  .m-hpro .item-title a {
    padding: 10px;
  }
  .m-hpro .item-link {
    height: 40px;
  }
  .m-hpro .item-link a {
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-hpro {
    margin-top: 30px;
  }
  .m-hpro .box-link {
    display: none;
  }
  .m-hpro .box-title {
    margin-bottom: 25px;
  }
  .m-hpro .box-desc a {
    max-height: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
  }
  .m-hpro .box-bd {
    margin-top: 25px;
    padding-bottom: 55px;
  }
  .m-hpro .list-item {
    margin-right: 0.2%;
    width: 3.2%;
  }
  .m-hpro .item-title a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hpro .list-item {
    width: 4.9%;
  }
}
.m-hform {
  margin-top: 81px;
  height: 458px;
  padding-top: 86px;
  box-sizing: border-box;
  background: url("../images/bg3.png") no-repeat center;
  background-size: cover;
  color: #fff;
}

.m-hform a {
  color: #fff;
}

.m-hform a:hover {
  color: #0b82c0;
}

.m-hform .box-wp {
  margin: 0 auto;
  max-width: 100%;
}

.m-hform .box-title {
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaLTStdBoldCond";
  text-align: center;
}

.m-hform .box-desc {
  margin-top: 15px;
}

.m-hform .box-desc a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.m-hform .box-form {
  margin-top: 48px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
}

.m-hform .form-item {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-hform .form-item1 {
  width: 20.95062%;
  margin-left: 10px;
}

.m-hform .form-item1:first-child {
  margin-right: 2.59259%;
}

.m-hform .form-item2 {
  margin-top: 25px;
  width: 100%;
  padding-bottom: 3px;
}

.m-hform .form-text {
  width: 94%;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}

.m-hform .form-btn {
  width: 202px;
  height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background-color: #fff;
  border-radius: 21px;
  box-shadow: 0 3px 3px 0 rgba(67, 67, 67, 0.5);
}

@media screen and (max-width: 767px) {
  .m-hform {
    height: auto;
    padding: 30px 0;
  }
  .m-hform .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hform .box-desc {
    margin-top: 20px;
  }
  .m-hform .box-desc a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hform .box-form {
    margin-top: 20px;
  }
  .m-hform .form-item2 {
    margin-top: 15px;
  }
  .m-hform .form-text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hform .form-btn {
    width: 202px;
    height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-hnews {
  padding-top: 77px;
  padding-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .m-hnews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-newsl {
  margin-bottom: -53px;
  overflow: hidden;
  margin-top: -14px;
}

.m-newsl .list-item {
  float: left;
  margin-right: 3.58333%;
  margin-bottom: 58px;
  width: 30.91667%;
}

.m-newsl .item-title {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-newsl .item-title a {
  color: #333;
}

.m-newsl .item-title a:hover {
  color: #0b82c0;
}

.m-newsl .item-time {
  margin-top: 24px;
  line-height: 18px;
  padding-left: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0b82c0;
  background: url("../images/time1.png") no-repeat left center;
}

.m-newsl .item-pic {
  margin-top: 28px;
}

.m-newsl .item-desc {
  margin-top: 16px;
}

.m-newsl .item-desc a {
  display: block;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  overflow: hidden;
}

.m-newsl .item-desc a:hover {
  color: #0b82c0;
}

.m-newsl .item-link {
  margin-top: 64px;
}

.m-newsl .item-link a {
  display: block;
  max-width: 117px;
  height: 36px;
  line-height: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border: 1px solid #333;
  border-radius: 19px;
  box-sizing: border-box;
}

.m-newsl .item-link a:hover {
  color: #fff;
  background-color: #0b82c0;
  border-color: #0b82c0;
}

@media screen and (max-width: 767px) {
  .m-newsl {
    margin-bottom: -10px;
  }
  .m-newsl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    margin-bottom: 25px;
    width: 48%;
  }
  .m-newsl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-time {
    margin-top: 10px;
  }
  .m-newsl .item-pic {
    margin-top: 10px;
  }
  .m-newsl .item-desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .m-newsl .list-item {
    margin-left: 0%;
    margin-right: 0% !important;
    width: 100%;
  }
}
.m-mtt {
  margin-top: 21px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaLTStdCond";
  color: #0b82c0;
}

.m-mtt a {
  color: #0b82c0;
}

@media screen and (max-width: 767px) {
  .m-mtt {
    margin-top: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.m-wp {
  padding-top: 55px;
  padding-bottom: 101px;
}

@media screen and (max-width: 767px) {
  .m-wp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-mn {
  float: left;
  width: 100%;
  padding-left: 363px;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  .m-mn {
    float: none;
    padding-left: 0;
  }
}
.m-sd {
  float: left;
  margin-left: -100%;
  width: 322px;
}

@media screen and (max-width: 959px) {
  .m-sd {
    float: none;
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}
.m-sdnav1 {
  background-color: #f7f6f6;
}

.m-sdnav1 .nav-name {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 18px;
  padding-bottom: 12px;
  line-height: 32px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "HelveticaLTStdBoldCond";
  color: #0b82c0;
  text-transform: uppercase;
  text-align: center;
}

.m-sdnav1 .nav-name a {
  color: #0b82c0;
}

.m-sdnav1 .nav-btn {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  background-color: #0b82c0;
  box-sizing: border-box;
}

.m-sdnav1 .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}

.m-sdnav1 .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: white;
}

.m-sdnav1 .nav-item {
  font-family: "HelveticaLTStdCond";
}

.m-sdnav1 .nav-item > a {
  position: relative;
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 14px;
  padding-right: 30px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  border-bottom: 1px solid #e4e5e6;
}

.m-sdnav1 .nav-item > a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  width: 16px;
  height: 100%;
  background: url("../images/icon2.png") no-repeat center;
}

.m-sdnav1 .nav-item > a:hover {
  color: white;
  background-color: #0b82c0;
}

.m-sdnav1 .nav-item > a:hover:before {
  background-image: url("../images/icon3.png");
}

.m-sdnav1 .nav-item > a.active {
  color: white;
  background-color: #0b82c0;
}

.m-sdnav1 .nav-item > a.active:before {
  background-image: url("../images/icon3.png");
}

.m-sdnav1 .nav-item:first-child {
  margin-top: 0;
}

.m-sdnav1 .sbnav-list {
  display: none;
}

.m-sdnav1 .sbnav-list.show {
  display: block;
}

.m-sdnav1 .sbnav-list1 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.m-sdnav1 .sbnav-item > a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.m-sdnav1 .sbnav-item > a:hover {
  color: #0b82c0;
}

.m-sdnav1 .sbnav-item1 > a {
  padding-left: 40px;
  background: url("../images/icon4.jpg") no-repeat 16px 11px;
}

.m-sdnav1 .sbnav-item1 > a:hover {
  background-image: url("../images/icon5.png") no-repeat 16px 14px;
}

.m-sdnav1 .sbnav-item2 a {
  padding-left: 60px;
  background: url("../images/icon4.jpg") no-repeat 40px 10px;
}

.m-sdnav1 .sbnav-item2 a:hover {
  background-image: url("../images/icon5.png") no-repeat 16px 14px;
}

@media screen and (max-width: 959px) {
  .m-sdnav1 .nav-name {
    display: none;
  }
  .m-sdnav1 .nav-btn {
    display: block;
  }
  .m-sdnav1 .nav-list {
    display: none;
  }
}
.m-sdpro {
  margin-top: 74px;
}

.m-sdpro .box-title {
  position: relative;
  margin-bottom: 22px;
  overflow: hidden;
}

.m-sdpro .box-title a {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "HelveticaLTStdBoldCond";
  color: #0b82c0;
}

.m-sdpro .box-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 185px;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}

.m-sdpro .list-item {
  margin-top: 22px;
}

.m-sdpro .list-item:first-child {
  overflow: hidden;
}

.m-sdpro .item-pic {
  float: left;
  margin-right: 16px;
  width: 142px;
}

.m-sdpro .item-text {
  font-family: "HelveticaLTStdCond";
  overflow: hidden;
}

.m-sdpro .item-title {
  display: table-cell;
  height: 129px;
  vertical-align: middle;
}

.m-sdpro .item-title a {
  display: block;
  max-height: 78px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
}

.m-sdpro .item-title a:hover {
  color: #0b82c0;
}

@media screen and (max-width: 767px) {
  .m-sdpro {
    margin-top: 30px;
  }
  .m-sdpro .list-item {
    margin-top: 20px;
  }
  .m-sdpro .item-title a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-mtext {
  padding-bottom: 38px;
  border-bottom: 1px solid #bfbfbf;
}

.m-mtext .box-title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  font-family: "HelveticaLTStdCond";
}

.m-mtext .box-desc {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.m-mtext .box-desc a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fb7000;
  line-height: 30px;
}

.m-mtext .box-desc img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.m-mtext .box-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.m-mtext .box-desc table {
  width: 90%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}

.m-mtext .box-desc table tr td {
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .m-mtext {
    padding-bottom: 25px;
  }
}
.m-prol {
  margin-top: 59px;
}

.m-prol .list-item {
  position: relative;
  margin-top: 38px;
  padding-bottom: 38px;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

.m-prol .list-item:first-child {
  margin-top: 0;
}

.m-prol .item-pic {
  float: left;
  margin-right: 25px;
  width: 239px;
}

.m-prol .item-text {
  padding-top: 22px;
  overflow: hidden;
}

.m-prol .item-title {
  height: 28px;
  line-height: 28px;
  padding-left: 28px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "HelveticaLTStdCond";
  color: #333;
  background: url("../images/icon6.png") no-repeat left center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .item-desc {
  margin-top: 20px;
}

.m-prol .item-desc a {
  display: block;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}

.m-prol .item-desc a:hover {
  color: #0b82c0;
}

.m-prol .item-link {
  position: absolute;
  bottom: 38px;
  width: 100%;
}

.m-prol .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 160px;
  height: 42px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0b82c0;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #0b82c0;
  border-radius: 0px 6px 0px 6px;
}

.m-prol .item-link input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 14px;
  margin-left: 13px;
}

.m-prol .item-icon {
  position: absolute;
  z-index: 2;
  left: 11px;
  top: 14px;
}

@media screen and (max-width: 767px) {
  .m-prol {
    margin-top: 30px;
  }
  .m-prol .list-item {
    margin-top: 25px;
    padding-bottom: 25px;
  }
  .m-prol .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol .item-link {
    bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .m-prol .item-pic {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .m-prol .item-text {
    float: none;
    padding-top: 20px;
  }
  .m-prol .item-desc {
    margin-top: 15px;
  }
  .m-prol .item-link {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
.m-propic {
  margin: 0 auto;
  width: 670px;
}

.m-propic .pic-big {
  position: relative;
  float: left;
  width: 517px;
  height: 427px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
}

.m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}

.m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
}

.m-propic .zoomWrapperImage img {
  max-width: 1200px;
}

.m-propic .pic-small {
  position: relative;
  float: right;
  width: 135px;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}

.m-propic .pic-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
}

.m-propic .pic-btn.prev {
  top: 0;
  background-image: url("../images/jtt1.png");
}

.m-propic .pic-btn.prev:hover {
  background-image: url("../images/jtt2.png");
}

.m-propic .pic-btn.next {
  bottom: 31px;
  background-image: url("../images/jtb1.png");
  bottom: 6px;
}

.m-propic .pic-btn.next:hover {
  background-image: url("../images/jtb2.png");
}

.m-propic .pic-list {
  height: 406px;
  overflow: hidden;
}

.m-propic .pic-list ul {
  height: 2000px;
}

.m-propic .list-item {
  margin-bottom: 24px;
}

.m-propic .item-pic {
  display: block;
  border: 1px solid #bfbfbf;
}

.m-propic .item-pic img {
  width: 100%;
}

.m-propic .item-pic:hover {
  border-color: #0b82c0;
}

.m-propic .item-pic.zoomThumbActive {
  border-color: #0b82c0;
}

.m-propic .zoomPad {
  cursor: default !important;
}

.m-propic .zoomPup {
  display: none !important;
}

.m-propic .zoomWindow {
  display: none !important;
}

.m-propic .zoomPreload {
  display: none !important;
}

.m-propic2 {
  display: none;
}

@media screen and (max-width: 1219px) {
  .m-propic {
    max-width: 100%;
  }
  .m-propic .pic-big {
    width: 440px;
    height: auto;
  }
  .m-propic .pic-small {
    width: 110px;
  }
  .m-propic .pic-list {
    height: 325px;
  }
}
@media screen and (max-width: 959px) {
  .m-propic1 {
    display: none;
  }
  .m-propic2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .m-propic2 .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .m-propic2 .box-btn.prev {
    left: 0;
    background-image: url("../images/jtl2.png");
  }
  .m-propic2 .box-btn.next {
    right: 0;
    background-image: url("../images/jtr3.png");
  }
  .m-propic2 .box-list {
    overflow: hidden;
  }
  .m-propic2 .box-list ul {
    width: 1000%;
  }
  .m-propic2 .list-item {
    float: left;
    margin-left: 0.13%;
    margin-right: 0.13% !important;
    width: 3.1%;
  }
}
@media screen and (max-width: 480px) {
  .m-propic2 .list-item {
    width: 4.8%;
  }
}
.m-proinfo {
  margin-top: 36px;
}

.m-proinfo .box-title {
  padding-left: 32px;
  line-height: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
  font-family: "HelveticaLTStdCond";
  font-weight: normal;
  background: url("../images/icon6.png") no-repeat left 8px;
}

.m-proinfo .box-fix {
  margin-top: 21px;
  overflow: hidden;
}

.m-proinfo .box-link {
  float: left;
  margin-right: 15px;
  margin-bottom: -15px;
  overflow: hidden;
}

.m-proinfo .box-link a {
  float: left;
  margin-bottom: 15px;
  display: block;
  width: 160px;
  height: 42px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0b82c0;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #0b82c0;
  border-radius: 0px 6px 0px 6px;
}

.m-proinfo .box-link a:hover {
  color: #fff;
  background-color: #0b82c0;
}

.m-proinfo .box-link a:first-child {
  margin-right: 53px;
}

.m-proinfo .box-share {
  float: right;
  padding-top: 8px;
}

.m-proinfo .box-share .share-title {
  margin-right: 11px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-proinfo .box-share .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 26px;
  line-height: 0;
  font-size: 0;
}

@media screen and (max-width: 1219px) {
  .m-proinfo .box-link a:first-child {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .m-proinfo {
    margin-top: 25px;
  }
  .m-proinfo .box-link {
    float: none;
    margin-right: 0;
  }
  .m-proinfo .box-share {
    float: left;
    margin-top: 15px;
  }
}
.m-proct {
  margin-top: 60px;
}

.m-proct .box-title {
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HelveticaLTStdBoldCond";
  color: #333;
  text-transform: uppercase;
  /*! background: url("../images/bd3.png") no-repeat 311px center; */
}

.m-proct .box-bd {
  margin-top: 40px;
}

.m-proct .box-bditem {
  margin-top: 22px;
}

.m-proct .box-bditem:first-child {
  margin-top: 0;
}

/*.m-proct .bditem-title {

	line-height: 1.2;

	font-size: 24px;

	font-size: 2.4rem;

	font-family: "HelveticaLTStdCond";

	color: #0b82c0;

}*/
/*	.box-bditem strong {

	line-height: 1.2;

	font-size: 24px;

	font-size: 2.4rem;

	font-family: "HelveticaLTStdCond";

	color: #0b82c0;

}*/
.box-bditem p {
  color: #333;
  line-height: 30px;
}

.m-proct .bditem-desc {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-proct .bditem-desc p {
  font-size: 16px;
  font-size: 1.6rem;
}

.m-proct .bditem-desc span {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-proct {
    margin-top: 30px;
  }
  .m-proct .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    background: none;
  }
  .m-proct .box-bd {
    margin-top: 25px;
  }
  .m-proct .bditem-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-proct .bditem-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-proct .bditem-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-proct .bditem-desc span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-mpro {
  position: relative;
  margin-top: 68px;
}

.m-mpro .box-title {
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HelveticaLTStdBoldCond";
  color: #333;
  text-transform: uppercase;
  /*! background: url("../images/bd2.png") no-repeat 274px center; */
}

.m-mpro .box-title a {
  color: #333;
}

.m-mpro .box-title a:hover {
  color: #0b82c0;
}

.m-mpro .box-btn {
  position: absolute;
  top: 5px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.m-mpro .box-btn.prev {
  right: 34px;
  background-image: url("../images/jtl4.png");
}

.m-mpro .box-btn.prev:hover {
  background-image: url("../images/jtl5.png");
}

.m-mpro .box-btn.next {
  right: 0;
  background-image: url("../images/jtr4.png");
}

.m-mpro .box-btn.next:hover {
  background-image: url("../images/jtr5.png");
}

.m-mpro .box-bd {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.m-mpro .box-list {
  width: 1000%;
  overflow: hidden;
}

.m-mpro .list-item {
  position: relative;
  float: left;
  margin-right: 0.2509%;
  width: 3.17802%;
  padding-bottom: 54px;
  overflow: hidden;
}

.m-mpro .list-item:hover .item-text {
  bottom: 0;
  background-color: #3e4242;
}

.m-mpro .item-text {
  position: absolute;
  width: 100%;
  bottom: -56px;
  transition: all 350ms;
  text-align: center;
  background-color: #0b82c0;
}

.m-mpro .item-title a {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 15px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-mpro .item-link {
  height: 56px;
}

.m-mpro .item-link a {
  display: block;
  margin: 0 auto;
  max-width: 98px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  background-color: #0b82c0;
}

.m-mpro .item-icon {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 16px;
}

@media screen and (max-width: 1219px) {
  .m-mpro .box-title {
    background: none;
  }
}
@media screen and (max-width: 959px) {
  .m-mpro .list-item {
    padding-bottom: 0;
  }
  .m-mpro .item-text {
    position: relative;
    bottom: 0;
    background-color: #333;
  }
  .m-mpro .item-title a {
    padding: 10px;
  }
  .m-mpro .item-link {
    height: 40px;
  }
  .m-mpro .item-link a {
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-mpro {
    margin-top: 30px;
  }
  .m-mpro .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-mpro .box-btn {
    top: 0;
  }
  .m-mpro .box-bd {
    margin-top: 25px;
  }
  .m-mpro .list-item {
    margin-right: 0.2%;
    width: 3.2%;
  }
  .m-mpro .item-title a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-mpro .list-item {
    width: 4.9%;
  }
}
.m-abtb1 {
  overflow: hidden;
}

.m-abtb1 .box-video {
  position: relative;
  float: right;
  margin-left: 29px;
  width: 47.08333%;
  padding-top: 26px;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
}

.m-abtb1 .box-video img {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 15px;
  width: 100%;
  height: 100%;
}

.m-abtb1 .box-video:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 111px;
  height: 111px;
  background-color: #0b82c0;
  z-index: -6666;
}

.m-abtb1 .box-name {
  padding-left: 26px;
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "HelveticaLTStdBoldCond";
  color: #0b82c0;
  text-transform: uppercase;
  background: url("../images/icon7.png") no-repeat left center;
}

.m-abtb1 .box-title {
  margin-top: 27px;
  padding-bottom: 20px;
  line-height: 1.2;
  font-size: 36px;
  font-size: 3.6rem;
  color: #333;
  font-family: "HelveticaLTStdBoldCond";
  text-transform: uppercase;
  background: url("../images/bd4.png") no-repeat left bottom;
}

.m-abtb1 .box-desc {
  margin-top: 32px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.m-abtb1 .box-desc p {
  min-height: 30px;
}

@media screen and (max-width: 959px) {
  .m-abtb1 .box-video {
    float: none;
    margin-left: 0;
    max-width: 565px;
    width: 100%;
    /*padding-top: 350px;*/
    overflow: hidden;
  }
  .m-abtb1 .box-video img {
    top: 0;
    right: 0;
  }
  .m-abtb1 .box-text {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .m-abtb1 .box-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abtb1 .box-title {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .m-abtb1 .box-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb1 .box-desc p {
    min-height: 5px;
  }
}
.m-abtb2 {
  margin-top: 59px;
  background: url("../images/bg4.png") no-repeat center;
  background-size: cover;
  height: 396px;
}

.m-abtb2 .box-text {
  max-width: 595px;
  padding-top: 114px;
  padding-bottom: 30px;
  color: #fff;
}

.m-abtb2 .box-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "HelveticaLTStdBoldCond";
  text-transform: uppercase;
}

.m-abtb2 .box-desc {
  margin-top: 28px;
}

.m-abtb2 .box-desc p {
  padding-left: 22px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  background: url("../images/icon8.png") no-repeat left 8px;
}

@media screen and (max-width: 959px) {
  .m-abtb2 {
    height: auto;
    background-position: left center;
    background-size: auto;
  }
  .m-abtb2 .box-text {
    max-width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .m-abtb2 {
    margin-top: 30px;
  }
  .m-abtb2 .box-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-abtb2 .box-desc {
    margin-top: 20px;
  }
  .m-abtb2 .box-desc p {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    background: url("../images/icon8.png") no-repeat left 5px;
  }
}
.m-abtb3 {
  margin-top: 64px;
}

.m-abtb3 .box-img {
  float: left;
  width: 47.08333%;
  margin-right: 2.91667%;
  font-size: 0;
}

.m-abtb3 .box-text {
  padding-top: 27px;
  overflow: hidden;
}

.m-abtb3 .box-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaLTStdBoldCond";
  color: #333;
  text-transform: uppercase;
}

.m-abtb3 .box-desc {
  margin-top: 28px;
}

.m-abtb3 .box-desc p {
  margin-top: 30px;
  padding-left: 22px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background: url("../images/icon9.png") no-repeat left 8px;
}

.m-abtb3 .box-desc p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .m-abtb3 {
    margin-top: 30px;
  }
  .m-abtb3 .box-img {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-abtb3 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-abtb3 .box-desc {
    margin-top: 20px;
  }
  .m-abtb3 .box-desc p {
    margin-top: 0;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    background: url("../images/icon9.png") no-repeat left 5px;
  }
}
.m-mcert {
  margin-top: 77px;
  padding-top: 58px;
  padding-bottom: 63px;
  background-color: #f6f6f6;
}

.m-mcert .box-wp {
  position: relative;
}

.m-mcert .box-title {
  line-height: 1.2;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaLTStdBoldCond";
  color: #333;
  text-transform: uppercase;
}

.m-mcert .box-btn {
  position: absolute;
  top: 5px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.m-mcert .box-btn.prev {
  right: 39px;
  background-image: url("../images/jtl6.png");
}

.m-mcert .box-btn.prev:hover {
  background-image: url("../images/jtl7.png");
}

.m-mcert .box-btn.next {
  right: 0;
  background-image: url("../images/jtr6.png");
}

.m-mcert .box-btn.next:hover {
  background-image: url("../images/jtr7.png");
}

.m-mcert .box-bd {
  margin-top: 44px;
  overflow: hidden;
}

.m-mcert .box-list {
  width: 1000%;
  overflow: hidden;
}

.m-mcert .list-item {
  position: relative;
  float: left;
  margin-right: 0.55833%;
  width: 2.05%;
  overflow: hidden;
}

.m-mcert .list-item:hover .item-modal {
  top: 0;
}

.m-mcert .item-modal {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-color: #000 \9 ;
  transition: all 350ms;
}

.m-mcert .item-wp {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -53px;
  max-width: 145px;
  text-align: center;
}

.m-mcert .item-icon {
  display: block;
  height: 47px;
  background: url("../images/fd1.png") no-repeat center top;
}

.m-mcert .item-title {
  display: block;
  max-height: 60px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  word-break: break-all;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .m-mcert .item-modal {
    top: 0;
    background: none;
  }
  .m-mcert .item-icon {
    display: none;
  }
  .m-mcert .item-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-mcert {
    margin-top: 30px;
    padding: 30px 0;
  }
  .m-mcert .box-btn {
    top: 0;
  }
  .m-mcert .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-mcert .box-bd {
    margin-top: 25px;
  }
  .m-mcert .list-item {
    margin-right: 0.2%;
    width: 3.2%;
  }
}
.m-imgshow {
  margin-top: 70px;
}

.m-imgshow .box-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaLTStdBoldCond";
  text-transform: uppercase;
  color: #333;
  text-align: center;
}

.m-imgshow .box-ct {
  margin-top: 57px;
}

.m-imgshow #box {
  position: relative;
  height: 505px;
}

.m-imgshow #box ul {
  position: relative;
  margin: 0 auto;
  width: 1060px;
  height: 505px;
}

.m-imgshow #box li {
  position: absolute;
  list-style: none;
  background: #000;
  width: 0;
  height: 0;
  top: 146px;
  left: 377px;
  z-index: 0;
  cursor: pointer;
  border-radius: 3px;
}

.m-imgshow #box li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  box-shadow: 0 0 15px 0px #595959;
  cursor: default;
}

.m-imgshow #box li div {
  margin-top: 25px;
  width: 100%;
  filter: alpha(opacity=70);
  color: #333;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  line-height: 20px;
  height: 20px;
  text-align: center;
}

.m-imgshow #box li div a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
}

.m-imgshow #box li div h4 {
  font: 12px/24px arial;
  border-bottom: 1px #333 solid;
}

.m-imgshow #box li div h4 span {
  color: #f1f1f1;
  margin-left: 10px;
}

.m-imgshow #box li div p {
  margin: 5px 10px 0;
  text-indent: 2em;
}

.m-imgshow #box .prev, .m-imgshow #box .next {
  position: absolute;
  top: 220px;
  display: block;
  width: 52px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.m-imgshow #box .prev {
  left: 0;
  background-image: url("../images/jtl8.png");
}

.m-imgshow #box .prev:hover {
  background-image: url("../images/jtl9.png");
}

.m-imgshow #box .next {
  right: 0;
  background-image: url("../images/jtr9.png");
}

.m-imgshow #box .next:hover {
  background-image: url("../images/jtr8.png");
}

.m-imgshow .box-list {
  display: none;
}

@media screen and (max-width: 1319px) {
  .m-imgshow #box {
    display: none;
  }
  .m-imgshow .box-list {
    display: block;
    margin-bottom: -25px;
    overflow: hidden;
  }
  .m-imgshow .list-item {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    width: 31%;
  }
  .m-imgshow .item-title {
    margin-top: 5px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .m-imgshow {
    margin-top: 30px;
  }
  .m-imgshow .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-imgshow .box-ct {
    margin-top: 25px;
    padding-bottom: 0;
  }
  .m-imgshow .list-item {
    width: 48%;
  }
}
.m-video {
  margin-bottom: -52px;
  overflow: hidden;
}

.m-video .list-item {
  float: left;
  margin-right: 7.66667%;
  margin-bottom: 52px;
  width: 46.16667%;
}

.m-video .item-video {
  position: relative;
  padding-top: 67.14801%;
  font-size: 0;
  overflow: hidden;
}

.m-video .item-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-video .item-title {
  margin-top: 17px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .m-video {
    margin-bottom: -25px;
    overflow: hidden;
  }
  .m-video .list-item {
    float: left;
    margin-right: 0.2%;
    margin-bottom: 25px;
    width: 49%;
  }
  .m-video .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 640px) {
  .m-video .list-item {
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .m-video .item-video {
    padding-top: 300px;
  }
}
.m-down .list-item {
  margin-top: 42px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #c6c6c6;
  overflow: hidden;
}

.m-down .list-item:first-child {
  margin-top: 0;
}

.m-down .item-pic {
  float: left;
  display: block;
  width: 59px;
}

.m-down .item-font {
  float: left;
  margin-left: -59px;
  width: 100%;
}

.m-down .item-font-box {
  margin-left: 83px;
  margin-right: 177px;
}

.m-down .item-title {
  margin-top: -8px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-down .item-title a {
  color: #333333;
}

.m-down .item-title a:hover {
  color: #0b82c0;
}

.m-down .item-desc {
  margin-top: 6px;
}

.m-down .item-desc a {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  overflow: hidden;
}

.m-down .item-desc a:hover {
  color: #0b82c0;
}

.m-down .item-link {
  position: relative;
  float: right;
  margin-top: 21px;
  margin-left: -142px;
  display: block;
  width: 142px;
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0b82c0;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #0b82c0;
}

.m-down .item-link span {
  vertical-align: top;
}

.m-down .item-link:before {
  content: "";
  position: relative;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 100%;
  background: url("../images/down_03.png") no-repeat center;
  transition: all 350ms;
}

.m-down .item-link:hover {
  color: white;
  background-color: #0b82c0;
}

.m-down .item-link:hover:before {
  background-image: url("../images/down_10.png");
}

@media screen and (max-width: 767px) {
  .m-down .list-item {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .m-down .item-pic {
    float: none;
  }
  .m-down .item-font {
    float: none;
    margin-top: 15px;
    margin-left: 0;
  }
  .m-down .item-font-box {
    margin: 0;
  }
  .m-down .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-down .item-desc a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-down .item-link {
    float: none;
    margin-top: 10px;
    margin-left: 0;
  }
}
.m-faq {
  margin-bottom: -21px;
  overflow: hidden;
}

.m-faq .list-item {
  margin-bottom: 21px;
  overflow: hidden;
}

.m-faq .item-title {
  position: relative;
  background-color: #f1f1f1;
}

.m-faq .item-title a {
  position: relative;
  display: block;
  padding-left: 21px;
  padding-right: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0b82c0;
}

.m-faq .item-title a:before {
  content: "";
  position: absolute;
  right: 17px;
  top: 0;
  display: block;
  width: 17px;
  height: 100%;
  background: url("../images/faq_03.png") no-repeat center center;
  transition: all 350ms;
}

.m-faq .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #0b82c0;
  transition: all 350ms;
}

.m-faq .item-title:hover {
  background-color: #0b82c0;
}

.m-faq .item-title:hover a {
  color: white;
}

.m-faq .item-title:hover a:before {
  background-image: url("../images/faq_06.png");
}

.m-faq .item-title:hover:before {
  background-color: #0b82c0;
}

.m-faq .item-title.active {
  background-color: #0b82c0;
}

.m-faq .item-title.active a {
  color: white;
}

.m-faq .item-title.active a:before {
  background-image: url("../images/faq_06.png");
}

.m-faq .item-title.active:before {
  background-color: #0b82c0;
}

.m-faq .item-desc {
  display: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 19px;
  padding-right: 19px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  border: 2px solid #0b82c0;
  border-top: none;
}

.m-faq .item-desc.show {
  display: block;
}

.m-faq .item-desc span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0b82c0;
}

@media screen and (max-width: 480px) {
  .m-faq {
    margin-bottom: -10px;
  }
  .m-faq .list-item {
    margin-bottom: 10px;
  }
  .m-faq .item-title a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .m-faq .item-desc {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-news .news-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #333;
}

.m-news .news-time {
  margin-top: 19px;
  padding-left: 27px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0b82c0;
  background: url("../images/time1.png") no-repeat left center;
}

.m-news .news-desc {
  margin-top: 23px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #d1d1d1;
  color: #333;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-news .news-desc p {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.m-news .news-desc span {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-wrap-mode: wrap !important;
}

.m-news .news-desc a {
  color: #0b82c0;
}

.m-ctusinfo {
  margin-bottom: -15px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
}

.m-ctusinfo .info-item {
  margin-bottom: 15px;
  display: inline-block;
  width: 22.08333%;
  vertical-align: top;
  margin-left: 20px;
}

.m-ctusinfo .item-icon {
  padding-top: 8px;
}

.m-ctusinfo .item-icon img {
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
}

.m-ctusinfo .item-title {
  margin-top: 38px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  /*text-align: left;*/
  word-break: break-all;
}

.m-ctusinfo .item-title a {
  color: #333;
}

.m-ctusinfo .item-title a:hover {
  color: #0b82c0;
}

@media screen and (max-width: 1219px) {
  .m-ctusinfo .info-item {
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
  }
  .m-ctusinfo .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-ctusinfo .info-item {
    width: 48%;
  }
  .m-ctusinfo .item-title {
    margin-top: 10px;
    text-align: center;
  }
}
.m-ctusform {
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  max-width: 888px;
  overflow: hidden;
}

.m-ctusform .box-title {
  margin-bottom: 55px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaLTStdBoldCond";
  color: #333;
  text-align: center;
  padding-bottom: 18px;
  background: url("../images/bd5.png") no-repeat center bottom;
}

.m-ctusform .box-form {
  margin-bottom: -22px;
  overflow: hidden;
}

.m-ctusform .form-item {
  position: relative;
  margin-bottom: 22px;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.m-ctusform .form-item.important {
  background: url("../images/star1.png") no-repeat 13px 18px;
}

.m-ctusform .form-item-1 {
  width: 48.1982%;
}

.m-ctusform .form-item-2 {
  width: 100%;
}

.m-ctusform .form-item-2.important {
  background: url("../images/star1.png") no-repeat 13px 18px;
}

.m-ctusform .form-item-3 {
  margin-right: 1.8018%;
  width: 27.92793%;
}

.m-ctusform .form-item-4 {
  width: 15.42793%;
  height: 50px;
  padding-left: 0;
  line-height: 48px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
}

.m-ctusform .form-item-4 img {
  max-height: 48px;
  vertical-align: middle;
}

.m-ctusform .form-item-5 {
  float: right;
  border: none;
  width: 47.97297%;
  padding-left: 0;
}

.m-ctusform .item-btn1 {
  width: 100%;
  height: 50px;
  padding-left: 0;
  line-height: 50px;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  background-color: #0b82c0;
}

.m-ctusform .item-text {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
}

.m-ctusform .item-text2 {
  height: 120px;
  line-height: 18px;
  padding-top: 16px;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  .m-ctusform {
    float: none;
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-ctusform {
    margin-top: 30px;
  }
  .m-ctusform .box-form {
    margin-bottom: -15px;
  }
  .m-ctusform .box-title {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-ctusform .form-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .m-ctusform .form-item.important {
    background-position: 10px 10px;
  }
  .m-ctusform .item-text {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .item-text2 {
    padding-top: 0;
    height: 144px;
  }
  .m-ctusform .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-map {
  margin-top: 69px;
  line-height: 0;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .m-map {
    margin-top: 30px;
  }
}
/*kefu*/
.kefu {
  position: fixed;
  z-index: 99999999;
  top: 50%;
  margin-top: -100px;
  right: 0px;
  width: 109px;
}

.kefu li {
  margin-top: 4px;
  line-height: 30px;
}

.kefu li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  display: block;
}

.kefu li a:hover {
  color: #0b82c0;
}

#online_qq_tab {
  margin: 0px;
  text-align: center;
}

#online_qq_tab a {
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

#online_qq_tab a#floatShow {
  background: url(../images/kefu2.png);
  width: 45px;
  height: 140px;
  right: 0px;
  position: absolute;
  margin-top: 10px;
}

#online_qq_tab a#floatHide {
  width: 109px;
  height: 23px;
  margin-top: 0px;
  margin-left: 0px;
  position: absolute;
}

.firstRow {
  background: #8596b0;
}

.ken a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 4px;
  padding-left: 37px;
}

.ken a:hover {
  color: #ccc;
}

.kes {
  background: #333 url(../images/cei1.png) no-repeat 10px center;
  color: #fff;
}

.keapp {
  background: #333 url(../images/cei2.png) no-repeat 10px center;
  color: #fff;
}

.keapp2 {
  background: #333 url(../images/cei3.png) no-repeat 10px center;
  color: #fff;
}

.keapp1 {
  background: #333 url(../images/cei4.png) no-repeat 10px center;
  color: #fff;
}

@media screen and (max-width: 639px) {
  .kefu_top {
    display: none;
  }
  #onlineService > a {
    display: none;
  }
  .kefu {
    top: auto;
    margin-top: auto;
    right: auto;
    width: 100%;
    bottom: 0px;
    left: 0px;
  }
  .kefu a {
    width: 50%;
    float: left;
    padding-left: 0px;
    text-align: center;
    background: #333;
    line-height: 45px;
  }
  body {
    padding-bottom: 45px;
  }
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

/*.box-bditem strong {

	line-height: 1.2;

	font-size: 24px;

	font-size: 2.4rem;

	font-family: "HelveticaLTStdCond";

	color: #0b82c0;

	display: block;

	margin-bottom: 11px;

}*/
.box-bditem p {
  color: #333;
  line-height: 30px;
}

.listcart {
  width: 100%;
  margin-top: 40px;
}

.listcart a {
  display: inline-block;
  height: 30px;
  width: 150px;
  line-height: 30px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  color: #0b82c0;
  cursor: pointer;
  border: 1px solid #0b82c0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
}

.listcart a:hover {
  border: #0b82c0 solid 1px;
  background: #0b82c0;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .listcart a {
    width: 40%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .listcart {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .listcart a {
    width: 95% !important;
    float: none;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.m-oths a.no:hover {
  color: #333;
}

.ppp {
  line-height: 30px;
}

.box-link a.no:hover {
  color: #0b82c0;
  border: 2px solid #0b82c0;
  background: #fff;
}

.cover {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000000000000000;
  display: none;
}

@media screen and (min-width: 1220px) {
  .wp {
    width: 1200px;
    margin: auto;
  }
}
.covern {
  background: #fff;
  width: 520px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  padding-top: 58px;
  padding-bottom: 34px;
  top: 200px;
}

.guanbi {
  position: absolute;
  top: 13px;
  right: 14px;
  cursor: pointer;
}

img {
  border: 0;
}

.covernr {
  padding-left: 97px;
  padding-right: 97px;
}

.if {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 27px;
}

.mima {
  width: 282px;
  height: 50px;
  line-height: 50px;
  padding-left: 44px;
  background: #eeeeee url(../images/password.png) no-repeat left center;
  font-size: 16px;
}

.xzbtn {
  width: 142px;
  height: 42px;
  line-height: 40px;
  background: #0086d0;
  color: #fff;
  border: 1px solid #0086d0;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 33px;
  cursor: pointer;
}

.m-page a.no:hover {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #333;
}

.form-item .form-item-4 {
  background: #f3fbfe;
}

.m-page span {
  margin: 0 5px;
  display: inline-block;
  width: 35px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: all 350ms;
}

#ee {
  margin-bottom: 15px;
  background: #f3fbfe;
}

#eee {
  margin-bottom: 15px;
  background: #f3fbfe;
}

@media screen and (max-width: 542px) {
  .covern {
    background: #fff;
    border-radius: 10px;
    margin: 0 auto !important;
    position: relative;
    width: auto;
    padding-top: 58px;
    padding-bottom: 34px;
    top: 200px;
  }
  .mima {
    width: 90%;
    height: 50px;
    line-height: 50px;
    padding-left: 44px;
    background: #eeeeee url(../images/password.png) no-repeat left center;
    font-size: 16px;
  }
}
.m-sdnav1 .sbnav-item2 {
  position: relative;
}

.siji {
  display: none;
}

.siji p {
  line-height: 30px;
  padding-left: 10px;
}

.m-sdnav1 .sbnav-item2:hover .siji {
  top: 0;
}

.siji p:hover a {
  color: #0b82c0;
}

.siji > p > a {
  background: none !important;
}

.form-text::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #fff !important;
}

.form-text::-moz-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #fff !important;
}

.form-text::-moz-placeholder {
  /* Mozilla Firefox 19+*/
  color: #fff !important;
}

.form-text::-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #fff !important;
}

#box div {
  cursor: default;
}

.sous::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #666666 !important;
}

.sous::-moz-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #666666 !important;
}

.sous::-moz-placeholder {
  /* Mozilla Firefox 19+*/
  color: #666666 !important;
}

.sous::-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #666666 !important;
}

.form-text1::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #333333 !important;
}

.form-text1::-moz-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #333333 !important;
}

.form-text1::-moz-placeholder {
  /* Mozilla Firefox 19+*/
  color: #333333 !important;
}

.form-text1::-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #333333 !important;
}

#emaila::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #fff !important;
}

#emaila::-moz-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #fff !important;
}

#emaila::-moz-placeholder {
  /* Mozilla Firefox 19+*/
  color: #fff !important;
}

#emaila::-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #fff !important;
}

.nameaa::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #fff !important;
}

.nameaa::-moz-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #fff !important;
}

.nameaa::-moz-placeholder {
  /* Mozilla Firefox 19+*/
  color: #fff !important;
}

.nameaa::-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #fff !important;
}

.kefu .kf-wx {
  position: absolute;
  right: 100%;
  bottom: 0;
  display: none;
  width: 120px;
}

@media screen and (max-width: 959px) {
  .kefu .kf-wx {
    right: 0;
    bottom: 100%;
  }
}
@media screen and (max-width: 640px) {
  .m-habt {
    background: url(../images/bg222.png) no-repeat center;
  }
}
.m-hdlogo img {
  max-width: 376px;
  /*margin-top: 25px;*/
}

@media screen and (min-width: 960px) and (max-width: 1220px) {
  .m-hdlogo img {
    max-width: 159px;
    margin-bottom: 10px;
    margin-top: 32px;
  }
}
.m-hdnav ul .nav-item:nth-child(8) {
  margin-right: -26px;
}

/*@media screen and (min-width: 960px) {

	.box-list .list-item .j-lazy {

	height: 256px;

}

}*/
@media screen and (max-width: 960px) {
  .m-hdlogo img {
    max-width: 274px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1220px) {
  .cscs {
    height: 256px !important;
  }
}
.guoa img {
  width: 27px;
}

.guoa {
  float: left;
  padding-top: 3px;
  margin-left: 22px;
  margin-top: 10px;
}

.guoafs img {
  width: 27px;
}

.guoafs {
  padding-top: 10px;
  padding-left: 15px;
  float: left;
}

.guoafs a {
  padding-right: 10px;
}

@media screen and (max-width: 960px) {
  .guoafs {
    display: none;
  }
}
.nav .m-ftshare {
  float: none;
  margin-left: 20px;
}

@media screen and (max-width: 725px) {
  .banner .dotList {
    bottom: 2px !important;
  }
}
.brd-solution-list-ul-boxs .boxs {
  padding: 16px 0 0;
}

.richtext {
  font-size: 16px;
  font-size: 1.6rem;
  color: #4c4c4c;
  line-height: 32px;
}

.pres {
  position: relative;
}

.brd-solution-list-ul-boxs {
  width: 100%;
}

.brd-solution-list-ul-boxs.ons {
  margin-top: 32px;
}

.brd-solution-list-ul-boxs ul li {
  width: 46%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5% 40px;
  position: relative;
}

.brd-solution-list-ul-boxs .thumbs {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.brd-solution-list-ul-boxs .thumbs img {
  max-width: 100%;
}

.brd-solution-list-ul-boxs .thumbs.ons {
  height: 260px;
  line-height: 260px;
}

.brd-solution-list-ul-boxs .boxs {
  padding: 16px 0 0;
}

.brd-solution-list-ul-boxs .lis-boxs {
  color: #fff;
  font-size: 16px;
  padding: 16px 25px;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  background: linear-gradient(to right, #024e6d, rgba(49, 161, 209, 0));
  height: 60px;
}

.brd-solution-list-ul-boxs .titles-a {
  font-size: 16px;
  line-height: 28px;
  padding: 0 4%;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 0;
  text-align: left;
}

@font-face {
  font-family: "iconfont"; /* Project id 4309693 */
  src: url("../fonts/iconfont.woff2?t=1698735825366") format("woff2"), url("../fonts/iconfont.woff?t=1698735825366") format("woff"), url("../fonts/iconfont.ttf?t=1698735825366") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e605";
}

.icon-menu2:before {
  content: "\e602";
}

.icon-menu3:before {
  content: "\e789";
}

.icon-zhongzuo:before {
  content: "\e601";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-chexiao:before {
  content: "\e64d";
}

.m-ctusquote {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 88px;
  max-width: 955px;
  font-family: "HelveticaLTStdCond", Arial, Helvetica, sans-serif;
}
.m-ctusquote .box-title {
  margin-bottom: 22px;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "HelveticaLTStdBoldCond", Arial, Helvetica, sans-serif;
  color: #0b82c0;
}
.m-ctusquote .box-table table {
  width: 100%;
  border: none;
}
.m-ctusquote .box-table table tr th {
  border: none;
  background-color: #e1f0f7;
  line-height: 30px;
  padding: 14px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0b82c0;
  text-align: left;
}
.m-ctusquote .box-table table tr th{
  width: 29%;
}
.m-ctusquote .box-table table tr th:last-child{
  width: 13%;
}
.m-ctusquote .box-table table tr td {
  border: none;
  height: auto;
  line-height: 30px;
  padding: 6px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f1f8fb;
}
.m-ctusquote .box-table table tr td input {
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 96px;
  border-radius: 4px;
  border: solid 1px #c6c6c6;
  background-color: #fff;
}
.m-ctusquote .box-table table tr:nth-child(2n) td {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-ctusquote .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusquote .box-table {
    overflow-y: auto;
  }
  .m-ctusquote .box-table table tr td {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusquote .box-table table tr th {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-ctusquote .box-table table tr td, .m-ctusquote .box-table table tr th {
    padding: 8px 15px;
  }
  .m-ctusquote .box-table .table {
    width: 100%;
    min-width: 700px;
  }
}

.m-onlineb1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "HelveticaLTStdCond", Arial, Helvetica, sans-serif;
}
.m-onlineb1 .box-left {
  width: 36.6666666667%;
}
.m-onlineb1 .box-img {
  line-height: 0;
  font-size: 0;
}
.m-onlineb1 .box-link {
  margin-top: 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.m-onlineb1 .box-link a {
  width: 47.7272727273%;
  line-height: 30px;
  padding: 6px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #3b8c4f;
  border-radius: 4px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.m-onlineb1 .box-link a:hover {
  color: #fff;
  background-color: #0b82c0;
}
.m-onlineb1 .box-link img {
  flex: 0 0 auto;
  margin-right: 5px;
}
.m-onlineb1 .box-right {
  width: 59.1666666667%;
}
.m-onlineb1 .box-title {
  position: relative;
  padding-bottom: 14px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  color: #0b82c0;
}
.m-onlineb1 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98px;
  height: 2px;
  background-color: #0b82c0;
}
.m-onlineb1 .box-desc {
  margin-top: 38px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}
.m-onlineb1 .box-info {
  margin-top: 38px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(18, 51, 74, 0.1);
  border-radius: 4px;
}
.m-onlineb1 .box-info .icon {
  margin-right: 20px;
  flex: 0 0 auto;
  width: 60px;
  line-height: 58px;
  box-sizing: border-box;
  border: 1px solid #0b82c0;
  border-radius: 50%;
  text-align: center;
}
.m-onlineb1 .box-info .icon img {
  vertical-align: middle;
}
.m-onlineb1 .box-info .text {
  flex: 1 1 auto;
}
.m-onlineb1 .box-info .title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0b82c0;
}
.m-onlineb1 .box-info .title a {
  color: #0b82c0;
}
.m-onlineb1 .box-info .title a:hover {
  color: #3b8c4f;
}
.m-onlineb1 .box-info .desc {
  margin-top: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .m-onlineb1 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .m-onlineb1 .box-title:before {
    width: 30px;
  }
  .m-onlineb1 .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-onlineb1 .box-link a {
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-onlineb1 .box-link a img {
    width: 18px;
  }
  .m-onlineb1 .box-info {
    margin-top: 20px;
    padding: 15px 10px;
  }
  .m-onlineb1 .box-info .icon {
    width: 44px;
    line-height: 42px;
  }
  .m-onlineb1 .box-info .icon img {
    width: 24px;
  }
  .m-onlineb1 .box-info .title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-onlineb1 .box-info .desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .m-onlineb1 .box-left, .m-onlineb1 .box-right {
    width: 100%;
  }
  .m-onlineb1 .box-left {
    max-width: 440px;
  }
  .m-onlineb1 .box-right {
    margin-top: 20px;
  }
}

.c-oi {
  overflow: inherit;
}

.m-onlineb2 {
  margin-top: 82px;
  font-family: "HelveticaLTStdCond", Arial, Helvetica, sans-serif;
}
.m-onlineb2 .box-tabhd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.m-onlineb2 .tabhd-item {
  min-width: 165px;
  line-height: 30px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #c6c6c6;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-onlineb2 .tabhd-item.active {
  color: #fff;
  background-color: #0b82c0;
  border-color: #0b82c0;
}
.m-onlineb2 .box-tabbd {
  border: 1px solid #c6c6c6;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 45px;
  padding-bottom: 30px;
}
.m-onlineb2 .tabbd-item {
  display: none;
}
.m-onlineb2 .tabbd-item.show {
  display: block;
}
.m-onlineb2 .box-fix {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-onlineb2 .box-img {
  flex: 0 0 auto;
  width: 240px;
  margin-right: 30px;
}
.m-onlineb2 .box-desc {
  flex: 1 1 auto;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}
.m-onlineb2 .box-desc p {
  min-height: 26px;
}
@media screen and (max-width: 1219px) {
  .m-onlineb2 {
    margin-top: 30px;
  }
  .m-onlineb2 .tabhd-item {
    min-width: 0;
    width: 16.66%;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 959px) {
  .m-onlineb2 .box-tabbd {
    padding: 20px;
  }
  .m-onlineb2 .box-fix {
    display: block;
    overflow: hidden;
  }
  .m-onlineb2 .box-img {
    float: left;
    margin-right: 20px;
    width: 30%;
  }
  .m-onlineb2 .box-desc {
    width: inherit;
  }
  .m-onlineb2 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-onlineb2 .tabhd-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .m-onlineb2 .tabhd-item {
    width: 50%;
  }
}

.m-spinghd {
  margin-top: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-spinghd .box-fix {
  flex: 0 0 auto;
  padding: 10px 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 8px;
}
.m-spinghd .box-item {
  width: 32px;
  line-height: 32px;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
}
.m-spinghd .box-item:hover, .m-spinghd .box-item.active {
  color: #3b8c4f;
}
.m-spinghd .box-title {
  flex: 1 1 auto;
  margin-right: 10px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0b82c0;
  font-family: "HelveticaLTStdBoldCond", Arial, Helvetica, sans-serif;
}
.m-spinghd .box-title span {
  color: #3b8c4f;
}
@media screen and (max-width: 959px) {
  .m-spinghd {
    margin-top: 30px;
  }
  .m-spinghd .box-title {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-spingwp {
  margin-top: 35px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .m-spingwp {
    flex-flow: row wrap;
  }
}

.m-spingsd {
  order: 1;
  flex: 0 0 auto;
  width: 235px;
  margin-right: 12px;
}
@media screen and (max-width: 959px) {
  .m-spingsd {
    width: 100%;
    margin-right: 0;
  }
}

.m-spingmn {
  order: 2;
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .m-spingmn {
    width: 100%;
    margin-top: 20px;
  }
}

.m-spingfilter {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
  font-family: "HelveticaLTStdCond", Arial, Helvetica, sans-serif;
}
.m-spingfilter .box-title {
  margin-bottom: 28px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "HelveticaLTStdBoldCond", Arial, Helvetica, sans-serif;
}
.m-spingfilter .box-item {
  margin-top: 20px;
}
.m-spingfilter .box-item:first-child {
  margin-top: 0;
}
.m-spingfilter .bitem-name {
  position: relative;
  padding-right: 20px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "HelveticaLTStdBoldCond", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
.m-spingfilter .bitem-name .icon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.m-spingfilter .bitem-name .icon .icon-bottom7 {
  display: block;
}
.m-spingfilter .bitem-name .icon .icon-right7 {
  display: none;
}
.m-spingfilter .bitem-name .active .icon-bottom7 {
  display: none;
}
.m-spingfilter .bitem-name .active .icon-right7 {
  display: block;
}
.m-spingfilter .bitem-slider .slide-num {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.m-spingfilter .bitem-slider .slide-info {
  margin-top: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-spingfilter .bitem-slider .slide-info a {
  padding: 0 5px;
  border: 1px solid #666;
}
.m-spingfilter .bitem-slider .slide-info a:hover {
  color: #fff;
  background-color: #0b82c0;
  border-color: #0b82c0;
}
.m-spingfilter .bitem-slider .ui-slider-handle {
  border-radius: 50%;
  background: #0b82c0;
}
.m-spingfilter .bitem-check {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-spingfilter .check-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.m-spingfilter .check-item input {
  flex: 0 0 auto;
  margin-right: 10px;
}
@media screen and (max-width: 959px) {
  .m-spingfilter .bitem-name .icon .icon-bottom7 {
    display: block;
  }
  .m-spingfilter .bitem-name .icon .icon-right7 {
    display: none;
  }
  .m-spingfilter .bitem-name .active .icon-bottom7 {
    display: none;
  }
  .m-spingfilter .bitem-name .active .icon-right7 {
    display: block;
  }
  .m-spingfilter .bitem-wp {
    display: none;
  }
}

.m-spingl1 {
  font-family: "HelveticaLTStdCond", Arial, Helvetica, sans-serif;
}
.m-spingl1 .dataTables_length, .m-spingl1 .dataTables_filter, .m-spingl1 .dataTables_info, .m-spingl1 .dataTables_paginate {
  display: none !important;
}
.m-spingl1 .box-table table {
  border: none !important;
}
.m-spingl1 .box-table thead tr {
  background-color: #e1f0f7;
}
.m-spingl1 .box-table thead tr th {
  border: none;
  line-height: 20px;
  padding: 8px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0b82c0;
  text-align: left;
  font-weight: normal;
}
.m-spingl1 .box-table thead tr th:last-child {
  border: none;
  line-height: 20px;
  padding: 8px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0b82c0;
  text-align: left;
  font-weight: normal;
  width: 135px !important;
}
.m-spingl1 .box-table thead tr th:first-child {
  background: none;
}
.m-spingl1 .box-table tbody tr td {
  line-height: 26px;
  /*font-size: 16px;*/
  /*font-size: 1.6rem;*/
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  padding: 8px 10px;
}
.m-spingl1 .box-table tbody tr .down {
  display: inline-block;
  background-color: #0b82c0;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px;
  text-align: center;
}
.m-spingl1 .box-table tbody tr .down:hover {
  color: #fff;
  background-color: #3b8c4f;
}
.m-spingl1 .box-table tbody tr .quote {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-spingl1 .box-table tbody tr .quote input {
  margin-right: 6px;
  width: 34px;
  line-height: 24px;
  height: 26px;
  border-radius: 4px;
  border: solid 1px #c6c6c6;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.m-spingl1 .box-table tbody tr .quote a {
  display: inline-block;
  background-color: #0b82c0;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px;
  text-align: center;
}
.m-spingl1 .box-table tbody tr .quote a:hover {
  color: #fff;
  background-color: #3b8c4f;
}
.m-spingl1 .box-table tbody tr:nth-child(2n) td {
  background-color: #f1f8fb;
}
.m-spingl1 .box-link {
  margin-top: 23px;
  display: flex;
  justify-content: flex-end;
}
.m-spingl1 .box-link .link {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-spingl1 .box-link .iconfont {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0b82c0;
  margin-right: 10px;
}
.m-spingl1 .box-link a {
  line-height: 26px;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0b82c0;
}
.m-spingl1 .box-link a:hover {
  color: #fff;
  background-color: #3b8c4f;
}
@media screen and (max-width: 959px) {
  .m-spingl1 .box-table {
    overflow-y: auto;
  }
  .m-spingl1 .box-table table tr td {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-spingl1 .box-table table tr th {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-spingl1 .box-table table tr td, .m-spingl1 .box-table table tr th {
    padding: 8px 15px;
  }
  .m-spingl1 .box-table .table {
    width: 100%;
    min-width: 980px;
  }
}

.m-spingl2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -18px;
  font-family: "HelveticaLTStdCond", Arial, Helvetica, sans-serif;
}
.m-spingl2 .box-item {
  margin-right: 1.9271948608%;
  margin-bottom: 18px;
  width: 48.8222698073%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 22px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  box-sizing: border-box;
}
.m-spingl2 .box-item:nth-child(2n) {
  margin-right: 0;
}
.m-spingl2 .item-top {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 11px;
  border-bottom: 2px solid #959595;
}
.m-spingl2 .item-no {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0b82c0;
}
.m-spingl2 .item-title {
  margin-top: 3px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #555;
}
.m-spingl2 .item-wp {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 24px;
}
.m-spingl2 .item-down {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-spingl2 .item-down a {
  margin-right: 5px;
  padding: 0 8px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  background-color: #0b82c0;
}
.m-spingl2 .item-down a:hover {
  background-color: #3b8c4f;
  color: #fff;
}
.m-spingl2 .item-info {
  margin-top: 12px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-spingl2 .item-info input {
  width: 38px;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #c6c6c6;
}
.m-spingl2 .item-link {
  margin-top: 11px;
}
.m-spingl2 .item-link a {
  display: inline-block;
  padding: 0 14px;
  border-radius: 4px;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #0b82c0;
}
.m-spingl2 .item-link a:hover {
  background-color: #3b8c4f;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .m-spingl2 .box-item {
    padding: 20px 15px;
  }
  .m-spingl2 .box-item .item-info {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-spingl2 .box-item .item-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .m-spingl2 .box-item {
    width: 100%;
    margin-right: 0;
  }
}

.m-spingl3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -18px;
  font-family: "HelveticaLTStdCond", Arial, Helvetica, sans-serif;
}
.m-spingl3 .box-item {
  margin-right: 1.9271948608%;
  margin-bottom: 18px;
  width: 23.5546038544%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 22px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  box-sizing: border-box;
}
.m-spingl3 .box-item:nth-child(4n) {
  margin-right: 0;
}
.m-spingl3 .item-top {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 11px;
  border-bottom: 2px solid #959595;
}
.m-spingl3 .item-no {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0b82c0;
}
.m-spingl3 .item-title {
  margin-top: 3px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #555;
}
.m-spingl3 .item-wp {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 24px;
}
.m-spingl3 .item-down {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-spingl3 .item-down a {
  margin-right: 5px;
  padding: 0 8px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  background-color: #0b82c0;
}
.m-spingl3 .item-down a:hover {
  background-color: #3b8c4f;
  color: #fff;
}
.m-spingl3 .item-info {
  margin-top: 12px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-spingl3 .item-info input {
  width: 38px;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #c6c6c6;
}
.m-spingl3 .item-link {
  margin-top: 11px;
}
.m-spingl3 .item-link a {
  display: inline-block;
  padding: 0 14px;
  border-radius: 4px;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #0b82c0;
}
.m-spingl3 .item-link a:hover {
  background-color: #3b8c4f;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .m-spingl3 .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
    padding: 20px 15px;
  }
  .m-spingl3 .box-item .item-info {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-spingl3 .box-item .item-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .m-spingl3 .box-item {
    width: 100%;
    margin-right: 0;
  }
}

.m-react {
  margin-top: 89px;
  position: relative;
  font-family: "HelveticaLTStdCond", Arial, Helvetica, sans-serif;
}
.m-react .box-title {
  margin-bottom: 52px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  color: #0b82c0;
  text-align: center;
}
.m-react .btn-wp {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
}
.m-react .box-btn {
  width: 26px;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0b82c0;
  text-align: center;
  border: 1px solid #0b82c0;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
.m-react .box-btn:hover {
  color: #fff;
  background-color: #0b82c0;
}
.m-react .prev {
  margin-right: 10px;
}
.m-react .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-react .list-item {
  float: left;
  margin-right: 0.0391666667%;
  width: 0.2208333333%;
}
.m-react .item-title {
  margin-top: 19px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .m-react {
    margin-top: 30px;
  }
  .m-react .box-title {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-react .btn-wp {
    position: relative;
    top: auto;
    margin-top: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .m-react .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}

.m-onlineb3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "HelveticaLTStdCond", Arial, Helvetica, sans-serif;
}
.m-onlineb3 .box-left {
  width: 36.6666666667%;
}
.m-onlineb3 .box-img {
  line-height: 0;
  font-size: 0;
}
.m-onlineb3 .box-link {
  margin-top: 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.m-onlineb3 .box-link a {
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  padding: 6px 24px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #3b8c4f;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.m-onlineb3 .box-link a:hover {
  color: #fff;
  background-color: #0b82c0;
}
.m-onlineb3 .box-link img {
  flex: 0 0 auto;
  margin-right: 5px;
}
.m-onlineb3 .box-right {
  width: 59.1666666667%;
}
.m-onlineb3 .box-title {
  position: relative;
  padding-bottom: 14px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  color: #0b82c0;
}
.m-onlineb3 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98px;
  height: 2px;
  background-color: #0b82c0;
}
.m-onlineb3 .box-desc {
  margin-top: 38px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}
.m-onlineb3 .box-info {
  margin-top: 38px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(18, 51, 74, 0.1);
  border-radius: 4px;
}
.m-onlineb3 .box-info .icon {
  margin-right: 20px;
  flex: 0 0 auto;
  width: 60px;
  line-height: 58px;
  box-sizing: border-box;
  border: 1px solid #0b82c0;
  border-radius: 50%;
  text-align: center;
}
.m-onlineb3 .box-info .icon img {
  vertical-align: middle;
}
.m-onlineb3 .box-info .text {
  flex: 1 1 auto;
}
.m-onlineb3 .box-info .title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0b82c0;
}
.m-onlineb3 .box-info .desc {
  margin-top: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .m-onlineb3 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .m-onlineb3 .box-title:before {
    width: 30px;
  }
  .m-onlineb3 .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-onlineb3 .box-link a {
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-onlineb3 .box-link a img {
    width: 18px;
  }
  .m-onlineb3 .box-info {
    margin-top: 20px;
    padding: 15px 10px;
  }
  .m-onlineb3 .box-info .icon {
    width: 44px;
    line-height: 42px;
  }
  .m-onlineb3 .box-info .icon img {
    width: 24px;
  }
  .m-onlineb3 .box-info .title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-onlineb3 .box-info .desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .m-onlineb3 .box-left, .m-onlineb3 .box-right {
    width: 100%;
  }
  .m-onlineb3 .box-left {
    max-width: 440px;
  }
  .m-onlineb3 .box-right {
    margin-top: 20px;
  }
}

.m-spingl2 .box-link {
  margin-top: 23px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.m-spingl2 .box-link .link {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-spingl2 .box-link .iconfont {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0b82c0;
  margin-right: 10px;
}
.m-spingl2 .box-link a {
  line-height: 26px;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0b82c0;
}
.m-spingl2 .box-link a:hover {
  color: #fff;
  background-color: #3b8c4f;
}

.m-spingl3 .box-link {
  margin-top: 23px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.m-spingl3 .box-link .link {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-spingl3 .box-link .iconfont {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0b82c0;
  margin-right: 10px;
}
.m-spingl3 .box-link a {
  line-height: 26px;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0b82c0;
}
.m-spingl3 .box-link a:hover {
  color: #fff;
  background-color: #3b8c4f;
}


.banner .slideItem {
  position: relative;
}

.banner iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}



.g-wp{ padding-top: 35px;
    padding-bottom: 82px;}
    .m-nhd .hd-title {
    line-height: 44px;
    font-size: 34px;
    font-size: 3.4rem;
   font-weight:bold;
    color: #0b82c0;
}

.m-nhd .hd-desc {
    margin-top: 16px;
    line-height: 36px;
    font-size: 18px;
    font-size: 1.8rem;
}
.m-newslpy.m-newslpy1 {
    padding-bottom: 10px;
}
.m-newslpy {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -67px;
}
.m-newslpy .list-item {
  
  margin-bottom: 20px;
  vertical-align: top;
}
.m-newslpy .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-newslpy .item-time {
  margin-top: 12px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0b82c0;display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.m-newslpy .item-time img{ margin-right:8px;}
.m-newslpy1 .list-item .item-text {
    background: #f5f5f5;
    padding: 10px 20px 10px 20px;
}
.m-newslpy .item-title {
  margin-top: 9px;
  line-height: 30px;
 
  font-size: 18px;
  font-size: 1.8rem;
  font-weight:bold;
  
  color: #0b82c0;
  overflow: hidden;
}
.m-newslpy .item-title a {
  color: #0b82c0;
}
.m-newslpy .item-desc {
  margin-top: 3px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666;
  padding-bottom: 10px;
}
.m-newslpy .item-desc a {
  color: #666;
}
.m-newslpy .item-desc a:hover {
  color: #0b82c0;
}
@media screen and (max-width: 991px) {
  .m-newslpy {
    margin-bottom: -30px;
  }
  .m-newslpy .list-item {
    margin-bottom: 30px;
  }
  .m-newslpy .item-time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newslpy .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newslpy .item-desc {
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-newslpy .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}