* {
  margin: 0px;
  padding: 0px;
}

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

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}
::selection { color: #fff; background: #004098; }
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;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

a:hover {
  color: #004098;
}

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"],
input[type="button"],
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-clearfix:after {
  content: "";
  display: block;
  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 {
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

.c-bbx {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-nomg {
  margin: 0 !important;
}

.c-nopt {
  padding-top: 0 !important;
}

.c-nopr {
  padding-right: 0 !important;
}

.c-nopb {
  padding-bottom: 0 !important;
}

.c-nopl {
  padding-left: 0 !important;
}

.c-nopd {
  padding: 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%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

@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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* .f-xx end */
/* .m-xx start */
.m-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc a,
.m-desc p a {
  color: #333
}

.m-desc a:hover {
color: #004098 !important;
}

.m-desc p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc img {
  max-width: 100%;
}

.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;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 3px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
  .table {
    width: 100%;
    overflow: scroll;
  }

  .table table {
    width: 885px;
  }
}

@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 {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

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

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

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

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

.j-offset-right.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  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 {
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

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

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

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

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

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

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

.m-crm {
  margin-top: 25px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

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

.m-crm a:hover {
  color: #004098;
}

.m-crm .active {
  color: #004098;
}

.m-oths {
  margin-top: 40px;
}

.m-oths .oths-item {
  position: relative;
  padding-left: 36px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  overflow: hidden;

  background-repeat: no-repeat;
  background-position: left center;
}

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

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

.m-oths .oths-item a.none:hover {
  color: #333 !important;
}

.m-oths .oths-item .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #004098;
}

.m-oths .oths-item-1 {
  margin-bottom: 15px;
}

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

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

.m-page a {
  margin: 0 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0a0a0a;
  text-align: center;
  border: 1px solid #0a0a0a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

.m-page a.big {
  border: none;
  text-align: center;
}

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

.m-page a.none.big:hover {
  background: #fff !important;
  color: #333 !important;
}

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

.m-page2 {
  position: relative;
}
.m-page2 .pages-btn{ display: inline-block;}
.m-page2 .add-form {

  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 263px;

  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.m-page2 .page-form {
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 263px;
  padding-left: 93px;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/page1.jpg") no-repeat left center;
}

.m-page2 .form-btn,.m-page2 .add-form .add-btn {
  width: 100%;
  height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #333;
  box-sizing: border-box;
  padding: 0 10px; border:none; cursor:pointer;
}

@media screen and (max-width: 959px) {
  .m-page {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-page a {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .m-page2 .page-form {
    margin-left: 25px;
  }

  .m-page2 .form-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 68px;
  bottom: 120px;
  width: 48px;
  height: 48px;
  background: url("../images/gotop.png") no-repeat center;
  background-color: #004098;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
  display: none;
}

@media screen and (max-width: 959px) {
  .returntop {
    right: 8px;
    bottom: 120px !important;
    width: 36px;
    height: 36px;
  }
}

.g-hd {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.25);
}

.m-hdlogo {
  float: left;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 100px;
  font-size: 0;
  text-align: center;
  width: 283px;
}

.m-hdlogo img {
  vertical-align: middle;
  max-height: 100px;
  vertical-align: middle;
}

.m-hdfix1 {
  float: right;
}

.m-hdfix1 .box-fix1 {
  padding-top: 19px;
  padding-bottom: 25px;
}

.m-hdinfo {
  float: left;
}

.m-hdinfo .info-item {
  position: relative;
  float: left;
  margin-right: 40px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.m-hdinfo .info-item a {
  color: #fff;
}

.m-hdinfo .info-item a:hover {
  color: #004098;
}

.m-hdinfo .iconfont {
  margin-right: 5px;
}

.m-hdinfo .box-list {
  position: absolute;
  left: -40px;
  z-index: 3;
  top: 100%;
  display: none;
  width: 234px;
  padding: 2px 5px;
  background-color: #ffffff;
}

.m-hdlang {
  position: relative;
  float: left;
  z-index: 3;
}

.m-hdlang .lang-btn {
  position: relative;
  display: inline-block;
  min-width: 85px;
  height: 28px;
  line-height: 26px;
  padding-left: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  padding-right: 15px;
}

.m-hdlang .lang-btn:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.m-hdlang .lang-list {
  position: absolute;
  left: 0;
  top: 120%;
  width: 100%;
  border: 1px solid #fff; background:#fff;
  border-radius: 5px;
  display: none;max-height: 476px;
  overflow: auto;
}
.m-hdlang .lang-list::-webkit-scrollbar {width: 4px;height: 3px;}
.m-hdlang .lang-list::-webkit-scrollbar-thumb{border-radius: 10px;box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background : rgba(0,0,0,0.2);}
.m-hdlang .lang-list::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}
.m-hdlang .lang-item {
  display: block;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
}

.m-hdlang .lang-item a {
  color: #333;
  display: block;
}

.m-hdlang .lang-item a:hover {
  color: #fff;
  background-color: #004098;
}

.m-hdnav {
  float: left;
}

.m-hdnav .nav-item {
  position: relative;
  float: left;
  margin: 0 16px;
}

.m-hdnav .nav-item>a {
  position: relative;
  display: block;
  padding-bottom: 44px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

.m-hdnav .nav-item>a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  width: 100%;
  width: 100%;
  height: 3px;
  background-color: #004098;
  display: none;
}

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

.m-hdnav .nav-item>a:hover:before {
  display: block;
}

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

.m-hdnav .nav-item>a.active:before {
  display: block;
}

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

.m-hdnav .nav-item>a.current:before {
  display: block;
}

.m-hdnav .sbnav-list {
  position: absolute;
  z-index: 10;
  top: 99%;
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}

.m-hdnav .sbnav-wp {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 0;
  margin-left: 0;
  width: 190px;
}

.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  margin-left: 0;
  width: 180px;
}

.m-hdnav .sbnav-list3 {
  right: 100%;
  top: 0;
  width: 185px;
}

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

.m-hdnav .sbnav-item a {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 37px;
  padding-right: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}

.m-hdnav .sbnav-item a:hover {
  color: #fff;
  background-color: #004098;
}

.m-hdnav .sbnav-item a.active {
  color: #fff;
  background-color: #004098;
}

.m-hdnav .sbnav-item:first-child {
  margin-top: 0;
}

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

.m-hdsch {
  position: relative;
  float: right;
}

.m-hdsch .sch-btn {
  display: block;
  line-height: 30px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
}

.m-hdsch .sch-form {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  width: 254px;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #004098;
}

.m-hdsch .form-text {
  float: left;
  width: 220px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdsch .form-btn {
  float: right;
  width: 30px;
  height: 30px;
  background: url("../images/sch2.png") no-repeat center;
}

@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item {
    margin: 0 8px;
  }

  .m-hdnav .nav-item>a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hdinfo .info-item {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hdnav .sbnav-item a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 15px;
  }
}

@media screen and (max-width: 959px) {
  .g-hd {
    position: relative;
  }

  .m-hdfix1 .box-fix1 {
    padding: 0;
  }

  .m-hdfix1 .box-fix2 {
    display: none;
  }

  .m-hdinfo {
    display: none;
  }

  .m-hdlogo {
    float: none;
    width: 283px;
    /*padding-top: 40px;*/
    /*padding-bottom: 20px;*/
    line-height: 0;
    margin: 0 auto;
  }

  .m-hdlogo img {
    max-width: 100%;
  }

  .m-hdlang {
    position: absolute;
    left: 5px;
    top: 5px;
  }
}

.wap-hd-nav {
  display: none;
}

.wap-nav {
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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/sch2.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;
  -webkit-box-sizing: border-box;
  -moz-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 .addition {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url("../images/shizi.png") no-repeat center center;
}

.wap-nav .addition.active {
  background-image: url("../images/yizi.png");
}

.wap-nav .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;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

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

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

  .wap-nav,
  .menubtn {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .wap-hd-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #004098;
  }

  .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: #004098;
  }
}

.banner {
  position: relative;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.banner .carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  line-height: 60px;
  font-size: 52px;
  font-size: 5.2rem;
  color: #fff;
}

.banner .carousel-control:hover {
  color: #004098;
}

.banner .carousel-control.left {
  left: 5.52083%;
}

.banner .carousel-control.right {
  right: 5.52083%;
}

.banner .dotList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
}

.banner .dotList ul li {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}

.banner .dotList ul li.active {
  background-color: #004098;
}

.banner.hide {
  display: none;
}

@media screen and (max-width: 959px) {
  .banner {
    display: block;
  }

  .banner .carousel-control {
    display: none;
  }

  .banner .dotList ul li {
    width: 10px;
    height: 10px;
  }

  .banner.hide {
    display: block;
  }

  .n-banner {
    display: none;
  }
}

.m-hhd {
  color: #004098;
}

.m-hhd a {
  color: #004098;
}

.m-hhd a:hover {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

.m-hhd .hd-num {
  font-size: 115px;
  font-size: 11.5rem;
  font-weight: bold;
}

.m-hhd .hd-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .m-hhd .hd-num {
    font-size: 40px;
    font-size: 4rem;
  }

  .m-hhd .hd-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.g-habt {
  position: relative;
  padding-top: 9.73958%;
  padding-bottom: 4.01042%;
}

.m-habt {
  padding-top: 0;
  padding-right: 44.16667%;
  padding-bottom: 3.66667%;
}

.m-habt .box-text {
  position: relative;
}

.m-habt .box-img {
  position: absolute;
  right: 0;
  top: 103px;
  width: 43.4375%;
  font-size: 0;
  line-height: 0;
}

.m-habt .box-desc {
  margin-top: 50px;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 8;
-webkit-box-orient: vertical;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-habt .box-desc a {
  display: block;

}

.m-habt .box-desc a:hover {
  color: #004098;
}

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

.m-habt .box-link a {
  display: inline-block;
  min-width: 151px;
  padding: 5px 10px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #004098;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #004098;
  box-sizing: border-box;
}

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

@media screen and (max-width: 1440px) {
  .m-habt {
    padding-top: 30px;
  }
}

@media screen and (max-width: 959px) {
  .m-habt {
    padding: 0;
  }

  .m-habt .box-img {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
  }
  .m-habt .m-habt-iframe{
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
  }
  .m-habt .box-text {
    margin-top: 30px;
  }

  .m-habt .box-desc {
    margin-top: 30px;    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

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

  .g-habt {
    padding: 30px 0;
  }
}

.g-hwys {
  padding-top: 64px;
  height: 248px;
  background: url("../images/hbg1.png") no-repeat center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hwys .box-hd {
  float: left;
  color: #fff;
}

.m-hwys .box-hd a {
  color: #fff;
  text-transform: uppercase;
}

.m-hwys .box-list {
  float: right;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-hwys .list-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 104px;
  width: 170px;
  text-align: center;
  color: #004098;
}

.m-hwys .list-item a {
  color: #004098;
}

.m-hwys .list-item a:hover {
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
}

.m-hwys .item-top {
  color: #004098;
}

.m-hwys .item-top sup {
  font-size: 20px;
  font-size: 2rem;
  vertical-align: top;
}

.m-hwys .item-num {
  font-size: 50px;
  font-size: 5rem;
}

.m-hwys .item-title {
  margin-top: 2px; line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.m-hwys .item-title a {
  display: block;

}

@media screen and (max-width: 1219px) {
  .g-hwys {
    padding-top: 0;
    background: none;
    height: auto;
  }

  .m-hwys .box-hd {
    float: none;
    text-align: center;
    color: #004098;
  }

  .m-hwys .box-hd a {
    color: #004098;
  }

  .m-hwys .box-list {
    margin-top: 30px;
    text-align: center;
    float: none;
  }

  .m-hwys .list-item {
    margin-right: 0;
    width: 33%;
    max-width: inherit;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 959px) {
  .m-hwys .item-num {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-hwys .item-top sup {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hwys .item-title a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .m-hwys .list-item {
    margin-top: 15px;
    width: 100%;
  }

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

.g-hpro {
  margin-top: 172px;
}

.g-hpro .box-hd {
  text-align: center;
}

.g-hpro .box-desc {
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 39px;
  max-width: 780px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}

.g-hpro .box-desc a {
  display: block;

  overflow: hidden;
}

.g-hpro .box-desc a:hover {
  color: #004098;
}

.m-hpro .box-tabhd {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-hpro .tabhd-item {
  margin-right: 32px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 30px;
  padding-left: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}

.m-hpro .tabhd-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background-color: #004098;
  border-radius: 50%;
  display: none;
}

.m-hpro .tabhd-item.active {
  color: #004098;
}

.m-hpro .tabhd-item.active:before {
  display: block;
}

.m-hpro .box-tabbd {
  margin-top: 57px;
  margin-bottom: -25px;
  min-height: 304px;
}

.m-hpro .tabbd-item {
  display: none;
}

.m-hpro .tabbd-item.show {
  display: block;
}

.m-hpro .list-item {
  float: left;
  margin-right: 2.16667%;
  margin-bottom: 25px;
  width: 23.33333%;
}

.m-hpro .item-title {
  margin-top: 6px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hpro .juzdq {
  text-align: center;
  clear: both
}

.m-hpro .box-link {
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-width: 160px;
  padding: 5px 10px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #004098;
  border-radius: 5px;
  border: solid 1px #004098;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block
}

.m-hpro .box-link a:hover {
  color: #fff;
  background-color: #004098;
}

@media screen and (max-width: 1219px) {
  .g-hpro {
    margin-top: 60px;
  }
}

@media screen and (max-width: 959px) {
  .g-hpro {
    margin-top: 30px;
  }

  .g-hpro .box-desc {
    margin-bottom: 30px;
  }

  .g-hpro .box-desc a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hpro .tabhd-item {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hpro .box-tabbd {
    margin-top: 30px;
  }

  .m-hpro .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hpro .box-link {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .m-hpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.g-happl {
  margin-top: 188px;background: url(../images/hbg2.jpg) no-repeat center;
  padding-top: 103px;
  padding-bottom: 73px;
  -webkit-background-size: cover;
  background-size: cover !important;
}

.g-happl .box-fix {
  float: left;
  margin-right: 4.16667%;
  width: 360px;
  height: 587px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.g-happl .box-text {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 54px;
  padding-bottom: 20px;
}

.g-happl .box-hd {
  color: #fff;
}

.g-happl .box-hd a {
  color: #fff;
}

.g-happl .box-hd a:hover {
  color: #ccc;
}

.g-happl .hd-num {
  display: block;
  line-height: 1;
}

.g-happl .box-desc {
  margin-top: 47px;
    line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;
}

.g-happl .box-desc a {
  display: block;
  color: #fff;
}

.g-happl .box-desc a:hover {
  color: #ccc;
}

.m-happl {
  margin-bottom: -30px;
  overflow: hidden;
}

.m-happl .list-item {
  position: relative;
  float: left;
  margin-right: 8.10127%;
  margin-bottom: 30px;
  width: 45.56962%;
}

.m-happl .list-item:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.m-happl .item-pic {
  position: relative;
}

@media screen and (max-width: 959px) {
  .g-happl {
    margin-top: 30px;
    padding: 30px 0;
  }

  .g-happl .box-fix {
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
    width: 100%;
    height: auto;
  }

  .g-happl .box-text {
    padding: 30px;
  }

  .g-happl .hd-num {
    display: inline;
    line-height: 1.2;
  }

  .g-happl .box-desc {
    margin-top: 20px;
  }
}

.g-hnews {
  padding-top: 122px;
  padding-bottom: 176px;
}

.g-hnews .box-hd {
  text-align: center;
}

.g-hnews .box-desc {
  margin-top: 17px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:1;
-webkit-box-orient: vertical;
}
.g-hnews .box-desc a{ display:block;}
.g-hnews .box-desc:hover {
  color: #004098;
}

.m-hnews {
  margin-bottom: -25px;
}

.m-hnews .list-item {
  position: relative;
  float: left;
  margin-right: 2.66667%;
  margin-bottom: 25px;
  width: 48.66667%;
}

.m-hnews .item-fix {
  width: 55.65068%;
  height: 270px;
  background-color: #efefef;
}

.m-hnews .item-pic {
  position: absolute;
  right: 0;
  top: 24px;
  width: 51.0274%;
}

.m-hnews .item-text {
  padding-left: 15px;
  padding-top: 24px;
  padding-right: 45px;
}

.m-hnews .item-time {
  font-size: 16px;
  font-size: 1.6rem;
  color: #004098;
}

.m-hnews .item-title {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  overflow: hidden;
}

.m-hnews .item-title a {
  color: #004098;
  overflow: hidden;
}

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

.m-hnews .item-desc {
  margin-top: 13px;

  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #004098;
  overflow: hidden;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}

.m-hnews .item-desc a {
  display: block;

}

.m-hnews .item-link {
  margin-top: 17px;
  display: inline-block;
  min-width: 132px;
  padding: 5px 10px;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #004098;
  border-radius: 15px;
  box-sizing: border-box;
  text-transform:uppercase;
}

.m-hnews .item-link:hover {
  background-color: #333;
}

@media screen and (max-width: 959px) {
  .g-hnews {
    padding: 30px 0;
  }

  .g-hnews .box-desc {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .m-hnews .item-pic {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .m-hnews .item-title {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-hnews .item-fix {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .m-hnews .item-text {
    padding: 20px;
  }

  .m-hnews .item-desc a {

    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  .m-hnews .list-item {
    width: 100%;
  }
}

.g-ft {
  background: url("../images/fbg1.jpg") no-repeat center top;
  background-color: #3a3a3a;
}

.m-ftfix1 {
  padding-top: 97px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #bbb;
}

.m-ftfix1 a {
  color: #bbb;
}

.m-ftfix1 a:hover {
  color: #fff;
}

.m-ftb1 {
  float: left;
  margin-right: 8.58333%;
  width: 20.83333%;
}

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

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

.m-ftt {
  margin-bottom: 37px;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #fff;
}

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

.m-ftt a:hover {
  color: #ccc;
}

.m-ftinfo {
  color: #ccc;
  word-break: break-word;
}

.m-ftinfo a {
  color: #ccc;
}

.m-ftinfo a:hover {
  color: #fff;
}

.m-ftform .form-bd {
  overflow: hidden;
}

.m-ftform .form-item {
  position: relative;
  margin-bottom: 18px;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
}

.m-ftform .form-item.important {
  background: url("../images/star1.png") no-repeat left 17px;
}

.m-ftform .form-item1 {
  width: 46.98795%;
}

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

.m-ftform .form-item3 {
  width: 34.93976%;
}

.m-ftform .form-item3 input {
  padding-left: 12px;
}

.m-ftform .form-item4 {
  margin-left: 4.01606%;
  width: 28.11245%;
  border: 1px solid #bfbfbf;
  height: 40px;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
  background-color: #f3fbfe;
  padding-left: 0;
}

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

.m-ftform .form-item5 {
  padding-left: 0;
  width: 28.91566%;
}

.m-ftform .form-text {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 12px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #a6a6a6;
  color: #a6a6a6 \9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  box-sizing: border-box;
}

.m-ftform .form-text::-webkit-input-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.m-ftform .form-text:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.m-ftform .form-text::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.m-ftform .form-text:-ms-input-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.m-ftform .form-text2 {
  line-height: 38px;
  height: 86px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftform .form-btn {
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #004098;
}

.m-ftfix2 {
  padding-top: 38px;
  padding-bottom: 30px;
}

.m-ftshare {
  margin-bottom: -10px;
  font-size: 0;
  letter-spacing: 0;
}

.m-ftshare .share-item {
  margin-right: 6px;
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 36px;
  line-height: 36px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

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

.m-fttext {
  margin-top: 51px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
}

.m-fttext a {
  color: #ccc;
}

.m-fttext a:hover {
  color: #004098;
}

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

.m-ftlnk {
  margin-top: 16px;
  overflow: hidden;
}

.m-ftlnk .list-item {
  float: left;
  margin-right: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
}

.m-ftlnk .list-item a {
  color: #ccc;
}

.m-ftlnk .list-item a:hover {
  color: #fff;
}

@media screen and (max-width: 959px) {
  .g-ft {
    background: #3a3a3a;
  }

  /*.m-ftfix1 {*/
  /*  display: none;*/
  /*}*/

  .m-ftlnk {
    display: none;
  }

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

  .m-fttext {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .g-ft {
    background: #3a3a3a;
  }

  /*.m-ftfix1 {*/
  /*  display: none;*/
  /*}*/
  .m-ftb1 {
    float: left;
    margin-right: 8%;
    width: 46%;
    margin-bottom: 10px;
  }

  .m-ftb2 {
    float: left;
    width: 46%;
    margin-bottom: 10px;
  }

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

  .m-ftlnk {
    display: none;
  }

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

  .m-fttext {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .m-ftfix1{padding-top: 24px}

  .m-ftt{position: relative;width: 100%;padding-right: 20px;cursor: pointer;margin-bottom: 10px;box-sizing: border-box;}
  .m-ftt::before{position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-family: "iconfont";content: "\e74f";line-height: 30px;
    font-size: 14px;color: #fff;}

  .m-ftb1 {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .m-ftb2 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .m-ftb3 {
    float: none;
    width: 100%;
  }

  .m-ftinfo, .m-ftnav, .m-ftform{display: none}
}


.m-mnav {
  margin-top: 42px;
  margin-bottom: -15px;
}

.m-mnav .box-wp {
  font-size: 0;
  letter-spacing: 0;
}

.m-mnav .nav-item {
  display: block;
  *display: inline;
  *zoom: 1; float:left;

  margin-right: 2%;
  margin-bottom: 15px;
  width: 31%;
  line-height: 30px;
  padding: 20px 10px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  background-color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;    text-overflow: ellipsis;
    white-space: nowrap; overflow:hidden;
}

.m-mnav .nav-item:hover {
  background-color: #004098;
}

.m-mnav .nav-item.active {
  background-color: #004098;
}

@media screen and (max-width: 959px) {
  .m-mnav {
    margin-top: 30px;
  }

  .m-mnav .box-wp:after {
    display: none;
  }

  .m-mnav .nav-item {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 10px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;


    margin-right: 1% !important;
    margin-left: 1% !important;
    margin-bottom: 15px;
    width: 31%;
  }
}

@media screen and (max-width: 767px) {
.m-ftfix2 {

  padding-bottom: 50px;
}

}
@media screen and (max-width: 480px) {
  .m-mnav .nav-item {
    width: 100%;
  }
}

.g-wp {
  padding-top: 77px;
  padding-bottom: 122px;
}

@media screen and (max-width: 959px) {
  .g-wp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-prol {
  margin-bottom: -40px;
  font-size: 0;
  letter-spacing: 0
}

.m-prol .list-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 40px;
  width: 23.5%;
}

.m-prol .item-pic {
  border: 1px solid #eaeaea;
}

.m-prol .item-text {
  text-align: center;
}

.m-prol .item-title {
  margin-top: 27px;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .item-title a {
  color: #666;
}

.m-prol .item-title a:hover {
  color: #004098;
}

.m-prol .item-title input {
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

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

.m-prol .item-desc a {
  display: block;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.m-prol .item-link {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 230px;
  padding: 5px 10px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #666;
}

.m-prol .item-link:hover {
  color: #fff;
  background-color: #004098;
  border-color: #004098;
}

@media screen and (max-width: 1219px) {
  .m-prol .item-title input {
    margin-right: 10px;
  }
}

@media screen and (max-width: 959px) {
  .m-prol {
    margin-bottom: -30px;
  }

  .m-prol .list-item {
    margin-bottom: 30px;
  }

  .m-prol .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }

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

  .m-prol .item-link {
    margin-top: 8px;
    line-height: 24px;
  }
}

@media screen and (max-width: 640px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

@media screen and (max-width: 375px) {
  .m-prol .list-item {
    margin-left: 0;
    margin-right: 0 !important;
    width: 100%;
  }
}

.m-prob1 .prob-pic {
  margin-right: 5%;
  width: 660px;
}

.m-prob1 .prob-pic-big {
  position: relative;
  float: right;
  width: 490px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.m-prob1 .prob-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	z-index: 8;
	display: none;
  }

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

  .m-prob1 .prob-video.show {
	display: block;
  }

.m-prob1 .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}

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

.m-prob1 .prob-pic-small {
  position: relative;
  float: left;
  width: 126px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.m-prob1 .prob-pic-btn {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
  color: #333;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.m-prob1 .prob-pic-btn.prev {
  top: 0;
}

.m-prob1 .prob-pic-btn.next {
  bottom: 0;
}

.m-prob1 .prob-pic-btn:hover {
  color: #004098;
}

.m-prob1 .prob-pic-list {
  height: 435px;
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul {
  height: 1000%;
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul li {
  margin-bottom: 24px;
}

.m-prob1 .prob-pic-item .item-box {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border: 1px solid #eaeaea;
}

.m-prob1 .prob-pic-item .item-box:hover {
  border-color: #004098;
}

.m-prob1 .prob-pic-item .item-box.active {
  border-color: #004098;
}

.m-prob1 .prob-info {
  overflow: hidden;
}

.m-prob1 .prob-title {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

.m-prob1 .prob-desc {
  margin-top: 25px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-prob1 .prob-down {
  margin-top: 79px;
}

.m-prob1 .prob-down a {
  display: block;
  width: 166px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #333333;
}

.m-prob1 .prob-down .iconfont {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 28px;
  font-size: 2.8rem;
}

.m-prob1 .prob-share {
  margin-top: 66px;
}

.m-prob1 .prob-link {
  margin-top: 40px;
  overflow: hidden;
}

.m-prob1 .prob-link a {
  float: left;
  display: inline-block;
  min-width: 186px;
  padding: 10px 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333; margin-bottom:10px; cursor:pointer;
}

.m-prob1 .prob-link a:hover {
  color: white;
  background-color: #004098;
  border-color: #004098;
}

.m-prob1 .prob-link a.none:hover {
  border: 1px solid #333;
  color: #333;
  background: #fff;
}

.m-prob1 .prob-link a:first-child {
  margin-right: 50px;
}

.m-proshare .share-font {
  float: left;
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-proshare .share-img {
  float: left;
  height: 26px;
}

@media screen and (max-width: 1219px) {
  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }

  .m-prob1 .prob-info {
    padding-top: 0;
    float: none;
    margin-top: 30px;
    width: 100%;
    height: auto;
  }

  .m-prob1 .prob-desc {
    margin-top: 25px;
  }

  .m-prob1 .prob-share {
    margin-top: 25px;
  }

  .m-prob1 .prob-link {
    margin-top: 30px;
  }

  .m-prob1 .prob-link a:first-child {
    margin-right: 10px;
  }

  .m-prob1 .prob-down {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1219px) {
  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .m-prob1 {
    margin-bottom: 30px;
  }

  .m-prob1 .prob-pic {
    display: none;
  }

  .m-prob1 .prob-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-prob1 .prob-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-desc strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-prob1 .prob-share {
    margin-top: 20px;
  }

  .m-prob1 .prob-link {
    margin-top: 20px;
  }

  .m-prob1 .prob-link a {
    min-width: 250px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    float: none;
    margin-bottom: 10px;
  }
}

.m-propic {
  display: none;
}

@media screen and (max-width: 959px) {
  .m-propic {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    overflow: hidden;
  }

  .m-propic .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #004098;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .m-propic .box-btn.prev {
    left: 0;
  }

  .m-propic .box-btn.next {
    right: 0;
  }

  .m-propic .box-bd {
    overflow: hidden;
  }

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

  .m-propic .list-item {
    float: left;
    margin-right: .2%;
    width: 3.2%;
    position: relative;
    overflow: hidden;
  }
.m-propic .list-item .shipin{ position:relative; padding-bottom:100%; overflow:hidden}
  .m-propic .list-item iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .m-propic .item-pic {
    border: 1px solid #004098;
  }
}

@media screen and (max-width: 480px) {
  .m-propic .list-item {
    width: 10%;
  }
}

.m-prott {
  position: relative;
  margin-bottom: 43px;
  padding-bottom: 13px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
}

.m-prott:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 123px;
  height: 3px;
  background-color: #333333;
}

.m-probd {
  margin-top: 95px;
}

.m-probd .box-item {
  margin-top: 56px;
}

.m-probd .box-item:first-child {
  margin-top: 0;
}

.m-probd .bitem-desc {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-probd .bitem-desc a {color: #004098;}
.m-probd .bitem-desc a:hover {color: #333333 !important;}

.m-probd .bitem-desc p,
.m-probd .bitem-desc span,
.m-probd .bitem-desc b {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 959px) {
  .m-probd {
    margin-top: 30px;
  }

  .m-probd .box-item {
    margin-top: 30px;
  }

  .m-probd .bitem-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-probd .bitem-desc p,
  .m-probd .bitem-desc span,
  .m-probd .bitem-desc b {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prott {
    margin-bottom: 25px;
  }
}

.m-taglist {
  font-size: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-taglist .tag-item {
  -webkit-box-flex: 1;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 4px;
  margin-right: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: top;
  padding: 2px 11px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  background-color: #ccc;
}

.m-taglist .tag-item:hover {
  color: #fff;
  background-color: #004098;
}

.m-mpro {
  margin-top: 99px;
}

.m-mpro2 .box-title {
  text-align: center;
}

.m-mpro2 .box-title:before {
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .m-mpro {
    margin-top: 30px;
  }
}

.m-newsl .list-item {
  padding-top: 43px;
  padding-bottom: 44px;
  border-bottom: 1px solid #e1e1e1;
}

.m-newsl .list-item:first-child {
  padding-top: 0;
}

.m-newsl .item-text {
  padding-top: 25px;
}

.m-newsl .item-fix {
  float: left;
  margin-right: 2.75%;
  width: 325px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-newsl .item-title {
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-newsl .item-time {
  margin-top: 33px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-newsl .item-desc {
  margin-top: 23px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-newsl .item-desc a {

  display: block;


}

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

.m-newsl .item-link {
  margin-top: 22px;
  display: block;
  width: 180px;
  height: 36px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #004098;
  background-color: #004098;
  text-transform: uppercase;
  border-radius: 15px;
}

@media screen and (max-width: 959px) {
  .m-newsl .list-item {
    padding: 30px 0;
  }

  .m-newsl .item-time,
  .m-newsl .item-title,
  .m-newsl .item-desc a,
  .m-newsl .item-link {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-newsl .item-time,
  .m-newsl .item-link,
  .m-newsl .item-title,
  .m-newsl .item-desc {
    margin-top: 15px;
  }

  .m-newsl .item-fix {
    float: none;
    max-width: 100%;
    padding: 5px;
  }

  .m-newsl .item-title {
    margin-top: 0;
  }
}

.g-mn {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g-mn1 {
  padding-left: 300px;
}

.g-mn2 {
  padding-right: 400px;
}

@media screen and (max-width: 959px) {
  .g-mn {
    float: none;
    padding: 0;
  }
}

.g-sd {
  float: left;
}

.g-sd1 {
  margin-left: -100%;
  width: 260px;
}

.g-sd2 {
  margin-left: -355px;
  width: 355px;
}

@media screen and (max-width: 959px) {
  .g-sd {
    float: none;
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}

.m-news {
  padding-bottom: 25px;
  border-bottom: 1px solid #d2d2d2;
}

.m-news .news-img {
  margin-bottom: 22px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-news .news-title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
}

.m-news .news-time {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
}

.m-news .news-time span{
  display: inline-block;
  margin: 0 5px;
}

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

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

@media screen and (max-width: 767px) {
  .m-news .news-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-news .news-desc {
    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;
  }

  .m-news .news-desc span {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-appl .box-img {
  margin-bottom: 22px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-appl .box-title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
}

.m-appl .box-time {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
}

.m-appl .box-desc {
  margin-top: 70px;
  line-height: 28px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
}

.m-appl .box-desc p,
.m-appl .box-desc span,
.m-appl .box-desc a {
  line-height: 28px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-appl .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

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

  .m-appl .box-desc p {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-appl .box-desc span {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-sdshare {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-sdshare2{
  text-align: left;
  margin-top: 20px;
}

.m-sdshare .share-title {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #004098;
}

.m-sdshare .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
}

@media screen and (max-width: 959px) {
  .m-sdshare {
    margin-top: 25px;
  }
}

.m-sdnews {
  margin-top: 30px;
  border: 1px solid #b3d3ec;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 15px;
  padding-bottom: 38px;
}

.m-sdnews .box-title {
  position: relative;
  padding-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #004098;
}

.m-sdnews .box-title a {
  color: #004098;
}

.m-sdnews .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 20px;
  background-color: #004098;
}

.m-sdnews .box-list {
  margin-top: 33px;
  overflow: hidden;
}

.m-sdnews .list-item {
  margin-top: 35px;
}

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

.m-sdnews .item-title {
  margin-top: 23px;
  max-height: 48px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
}

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

.m-sdnews .item-time {
  margin-top: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.m-cname {
  margin-bottom: 35px;
  padding-bottom: 12px;
  font-size: 30px;
  font-size: 3rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 959px) {
  .m-cname {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.m-abtb1 .box-desc .box-title {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 14px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.m-abtb1 .box-desc  .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 94px;
  height: 3px;
  background-color: #333333;
}

.m-abtb1 .box-desc {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-abtb1 p {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-abtb1 img {
  height: auto !important;
}

.m-abtb1 .box-desc p,
.m-abtb1 .box-desc span,
.m-abtb1 .box-desc b {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media screen and (max-width: 959px) {
  .m-abtb1 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb1 .box-desc .box-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 14px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; line-height: 25px;
  }

  .m-abtb1 .box-desc  .box-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 94px;
    height: 3px;
    background-color: #333333;
  }
  .m-abtb1 .box-desc p,
  .m-abtb1 .box-desc span,
  .m-abtb1 .box-desc b {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

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

.m-form.m-form1 {
  margin-top: 30px !important;
}

.m-form .form-bd {
  overflow: hidden;
}

.m-form .form-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
}

.m-form .form-item.important {
  background: url("../images/star2.png") no-repeat left 17px;
}

.m-form .form-item1 {
  width: 47.5%;
}

.m-form .form-item2 {
  width: 100%;
}
.m-form .form-item1:nth-child(2n){ float: right;}
.m-form .form-item1:nth-child(2n-1) {
    float: left;
}
.m-form .form-item3 {
  width: 33.08333%;
}

.m-form .form-item3 input {
  padding-left: 12px;
}

.m-form .form-item4 {
  margin-left: 4.16667%;
  width: 117px;
  border: 1px solid #bfbfbf;
  height: 34px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  padding-left: 0;
  background-color: #f3fbfe;
}

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

.m-form .form-item5 {
  padding-left: 0;
  width: 26.91667%;
}

.m-form .form-text {
  width: 100%;
  height: 34px;
  padding-left: 10px;
  padding-right: 12px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  color: #999 \9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.m-form .form-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-form .form-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-form .form-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-form .form-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-form .form-text2 {
  line-height: 34px;
  height: 133px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-form .form-btn {
  width: 100%;
  height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background-color: #004098;
}

@media screen and (max-width: 959px) {
  .m-form {
    margin-top: 30px;
  }

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

  .m-form .form-item3 {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }

  .m-form .form-item4 {
    float: left;
    margin-left: 20px;
    width: 120px;
  }
}

.m-map {
  margin-top: 108px;
}

@media screen and (max-width: 959px) {
  .m-map {
    margin-top: 30px;
  }
}

.m-downl .list-item {
  margin-top: 20px;
  padding-left: 43px;
  padding-right: 43px;
  padding-top: 37px;
  padding-bottom: 38px;
  background-color: #e9e9e9;
}

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

.m-downl .list-item a {
  cursor: pointer
}



.m-downl .item-title {

  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap; overflow:hidden;
}

.m-downl .item-desc {
  margin-top: 23px;
}

.m-downl .item-desc a {
  display: block;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem; cursor: pointer
}

.m-downl .item-link {
  margin-top: 26px;
}

.m-downl .item-link a {
  display: inline-block;
  min-width: 140px;
  padding: 5px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  border-radius: 5px;
  border: 1px solid #333;
  box-sizing: border-box;
}

.m-downl .item-link a:hover {
  color: #fff;
  background-color: #004098;
  border-color: #004098;
}

.m-downl .item-link .iconfont {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .m-downl .list-item {
    margin-top: 30px;
    padding: 30px;
  }
}

.m-ctusinfo .box-title {
  margin-bottom: 35px;
  font-size: 30px;
  font-size: 3rem;
}

.m-ctusinfo .info-item {
  position: relative;
  padding-left: 42px;
  margin-top: 24px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  word-break: break-word;
}

.m-ctusinfo .info-item .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .m-ctusinfo .box-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-ctusinfo .info-item {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-ctusform {
  margin-top: 83px;
  margin-bottom: 47px;
}

.m-ctusform .box-title {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}

.m-ctusform .box-desc {
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #999;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .m-ctusform {
    margin: 30px 0;
  }

  .m-ctusform .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-ctusform .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
.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;
}

.listcart {
  margin-top: 50px;
}

.listcart a.l {
  float: left;
}

.listcart a.r {
  float: right;
}

.listcart a {
  background: #004098;
  display: inline-block;
  height: 34px;
  min-width: 200px;
  line-height: 34px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  border: 1px solid #004098;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-left: 10px;
}

.listcart a:hover {
  border: #004098 solid 1px;
  background: #004098;
  color: #fff !important;
}

@media screen and (max-width:999px) {
  .listcart a {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 0px;
    padding-right: 0px;
    float: none;
  }

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

@media screen and (max-width:500px) {
  .listcart a {
    width: 95% !important;
    float: none;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-top: 1rem
  }
}

.pro1-top {
  margin-bottom: 20px;
}

.pro1-top .item-title {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: solid 1px #ccc;
  color: #333;
  line-height: 30px;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.pro1-top .item-desc {
  line-height: 30px;
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}
.pro1-top .item-desc a {color: #004098;}
.pro1-top .item-desc a:hover {color: #333333;}

.pro1-top .more-btn{
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .pro1-top .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
  }

}


@media only screen and (max-width: 1200px) {
  .gaodeditu .iframe {
    overflow: scroll
  }
}

.xunpanc {
  margin-top: 25px;
  margin-bottom: 14px;
}

.xunpanc table {
  border: 1px solid #004098;
}

.xunpanc table tr:first-child {
  height: 40px;
  color: #333;
  background-color: #004098;
}

.xunpanc table tr .td1 {
  width: 50%;
}

.xunpanc table tr .td2 {
  width: 30%;
}

.xunpanc table tr .td3 {
  width: 20%;
}

.xunpanc table tr td {
  padding: 11px;

}

.xunpanc table tr .td2 {
  font-size: 0;
  line-height: 0;
}

.n-banner .carousel-control {
  display: none !important;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}


.attribute { font-size: 16px; margin-bottom: 29px; }

.attribute .title1 { margin-bottom: 11px; display: inline-block; }

.attribute .title1 span { display: inline-block; min-width: 170px; height: 43px; line-height: 43px; background: #004098; color: #fff; font-size: 16px; font-size: 1.6rem; text-align: center; }


.attribute .name span { display: inline-block; overflow-y: hidden; color: #666; font-size: 16px; font-size: 1.6rem; }

.attribute .name { height: 32px; line-height: 32px; display: inline-block; vertical-align: middle; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; color: #666666; font-size: 16px; font-size: 1.6rem; }

.attribute .name i { color: #999999; position: absolute; right: 5px; top: 0; }

.attribute .name.active { border: 1px solid #004098; }

.attribute .name.active span { color: #004098; }

.attribute .item-box { -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: inline-block; }

.attribute .item-box div { padding: 0px 2px; color: #999999; display: inline-block; vertical-align: middle; margin-right: 9px; cursor: pointer; }

.attribute .item-box p input { display: inline-block; margin-right: 15px; position: relative; top: 1px; }

.attribute .item-box div span { overflow-y: hidden; display: inline-block; vertical-align: middle; max-height: 32px; font-size: 14px; font-size: 1.4rem; color: #999; }

.attribute .check-box-div { display: inline-block; vertical-align: middle; margin-right: 5px; }

.attribute .check-box-div .icon { font-size: 18px; }

.attribute .item-box.active { display: block; }


.prat { margin-bottom: 33px; margin-top: 30px; }

.atbiao { color: #202020; font-size: 20px; font-size: 2rem; line-height: 30px; text-transform: uppercase; }

.atn {  margin-top: 8px; }

.atsp { color: #000000; font-size: 16px; font-size: 1.6rem; line-height: 30px; display:inline-block; }

.atn label { display: inline-block; vertical-align: middle; margin-right: 10px; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 30px; cursor: pointer; }

.atn span { display: inline-block; vertical-align: middle; margin-right: 10px; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 30px; }


.m-hdmenu {
  position: relative;
  float: right;
  z-index: 2;
  margin-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.m-hdmenu .menu-btn { display: block; width: 42px; line-height: 28px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #333; }

.m-hdmenu .menu-btn img{ vertical-align: middle; }

.m-hdmenu .menu-btn.active { color: #333; background-color: #004098; }

.m-hdmenu .menu-list { position: absolute; right: 0; top: 100%; width: 186px; display: none; }

.m-hdmenu .menu-item { padding-top: 2px; }

.m-hdmenu .menu-item a { display: block; line-height: 26px; padding: 5px 12px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #150f03; background-color: rgba(21, 15, 3, 0.5); }

.m-hdmenu .menu-item a:hover, .m-hdmenu .menu-item a.active { color: #fff; background-color: #004098; }

.m-hdmenu li { position: relative; padding-top: 2px; }

.m-hdmenu li:hover > a { background: #004098; color: #fff; }

.m-hdmenu li:hover > ul { display: block; }

.m-hdmenu .menu-list2, .m-hdmenu .menu-list3 { position: absolute; right: 100%; top: 0; width: 100%; display: none; }

@media screen and (max-width: 959px) { .m-hdmenu { display: none; } }

.m-cert {  overflow: hidden; margin-bottom: -30px; font-size:0; letter-spacing:0; }

.m-cert .list-item {margin-right: 2.78571%; margin-bottom: 30px; width: 22.85714%; display:inline-block; vertical-align:top; }

.m-cert .item-top { position: relative; padding-top: 100%; overflow: hidden; border: 1px solid #ccc; }

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

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

.m-cert .item-pic img { position: absolute; 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%) !important; max-width: 100%; max-height: 100%; }

.m-cert .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #000000; background-color: rgba(0, 0, 0, 0.5); }

.m-cert .item-modal i { position: absolute; 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%); font-size: 20px; font-size: 2rem; color: #fff; }

.m-cert .item-title { margin-top: 18px;line-height: 25px; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; }

@media screen and (max-width: 1024px) { .m-cert .item-modal { display: block; top: 0; background: none; } }

@media screen and (max-width: 767px) {
  .m-cert .item-title { margin-top: 15px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-cert .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-videomodal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; background-color: rgba(0, 0, 0, 0.3); display: none; }

.m-videomodal iframe { position: absolute; 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%); width: 1200px; height: 700px; max-height: 80%; max-width: 90%; }

.m-videolist { overflow: hidden; margin-bottom: -50px; font-size:0; letter-spacing:0;}

.m-videolist .list-item {  margin-right: 2.71429%; margin-bottom: 50px; width: 22.85714%; display:inline-block; vertical-align:top; }

.m-videolist .list-item .item-top { position: relative; overflow: hidden; }
.m-videolist .list-item .item-top .shipin{ position:relative; padding-bottom:75%; overflow:hidden}
.m-videolist .list-item iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; }

.m-videolist .list-item .item-title { margin-top: 20px;  line-height: 24px; padding: 0 5px; font-size: 16px; font-size: 1.6rem; color: #333333; font-weight: bold; text-align: center; overflow: hidden;  }

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

.m-videolist .list-item .item-title a:hover { color: #004098; }

@media screen and (max-width: 959px) {
  .m-videolist { overflow: hidden; margin-bottom: -25px;}
  .m-videolist .list-item { margin-left: 1%; margin-right: 1% !important; margin-bottom: 25px; width: 31.33%; }
  .m-videolist .list-item .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-videolist .list-item { width: 48%; } }
.m-faq { overflow: hidden;  margin-top: 0; }

.m-faq .list-item { margin-top: 22px; overflow: hidden; }

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

.m-faq .item-title { background-color: #eeeeee; }

.m-faq .item-title a { position: relative; display: block; padding-top: 10px; padding-bottom: 10px; padding-left: 55px; padding-right: 40px; line-height: 22px; font-size: 16px; font-size: 1.6rem; white-space:pre-wrap; }

.m-faq .item-title a i { position: absolute; left: 15px; top: 6px; /*width: 30px;*/ height: 30px; line-height: 30px; color: #fff; font-size: 20px; font-size: 2rem; text-align: center; background-color: #3d3d3d; padding: 0 5px; }

.m-faq .item-title a:before { content: ""; position: absolute; right: 20px; top: 50%; margin-top: -7px; display: block; width: 14px; height: 14px; background: url("../images/faq1.png") no-repeat center center; }

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

.m-faq .item-title.active a:before { background: url("../images/faq2.png") no-repeat center center; }

.m-faq .item-desc { position: relative; display: none; padding-top: 20px; padding-left: 55px; padding-right: 26px; padding-bottom: 20px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; background: #fafafa; white-space:pre-wrap; }

.m-faq .item-desc i { position: absolute; left: 15px; top: 20px; /*width: 30px;*/ height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #004098; padding: 0 5px; }

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

@media screen and (max-width: 480px) { .m-faq .list-item { margin-top: 20px; }
  .m-faq .item-title, .m-faq .item-desc { font-size: 14px; font-size: 1.4rem; }
  .m-faq .item-title a, .m-faq .item-desc a { font-size: 14px; font-size: 1.4rem; } }

.m-videomodal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; background-color: rgba(0, 0, 0, 0.3); display: none; }
.m-videomodal iframe { position: absolute; 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%); width: 1200px; height: 700px; max-height: 80%; max-width: 90%; }
.m-videomodal .close {position: absolute;right: 10px;top: 10px;z-index: 9;}

.m-form .attachment { clear: both; }
.m-form .attachment.important{background: url(../images/star2.png) no-repeat left 25px}
.m-form .attachment span { float: left; }

.m-form .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-form .attachment .file-group { float: left; margin: 5px 0 0 0px; min-width: 215px; height: 43px; position: relative; overflow: hidden; margin-left:20px }

.m-form .attachment .file-group .file-btn { width: 100%; height: 100%; background-color: #004098; border: 1px solid #004098; color: #FFFFFF; font-size: 16px; font-size: 1.6rem; font-weight: bold; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.m-form .attachment .file-group .file-single { width: 100%; height: 100%; font-size: 0; line-height: 42px; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.m-form .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.m-form .attachment .file-name-p { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; line-height: 40px; }

.m-form .attachment .file-name-p i { cursor: pointer; }

.m-form .attachment .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.m-form .attachment .file-group:hover .file-btn { background-color: #fff; color: #004098; }

.g-hbox {
	padding-top: 43px;
	padding-bottom: 65px;
}

.g-hbox .box-hd {
	text-align: center;
}

@media screen and (max-width: 959px) {
	.g-hbox {
		padding-top: 30px;
		padding-bottom: 30px;
	}

.m-form .attachment .file-group{ float:none}
.m-form .attachment .file-name-p {
    height: auto!important;

    line-height:30px;
}
.m-form .attachment.important {
    background: url(../images/star2.png) no-repeat left 20px;
}
}
.zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.disnone{ display:none}

.inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
.inquiry-success *{text-align: center;}
.inquiry-success p i{font-size: 60px; font-size:6rem;color:#004098}
.inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
.inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #004098;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#004098}

.listcart2{ margin-top:30px; width:100%; clear:both}

.listcart2 a,.listcart2 button{display:inline-block;
  min-width: 200px; box-sizing:border-box;
  font-size:16px;font-size: 1.6rem;
  margin-right:10px;text-align: center;margin-bottom:10px;
  padding-left:5px; padding-right:5px; border:none;
  cursor:pointer; color:#666; border:#666 solid 1px;line-height: 34px;line-height:34px;
}
.listcart2 a:hover,.listcart2 button:hover{ background:#fff;color:#004098;}
@media screen and (max-width: 640px) {.listcart2 a,.listcart2 button{ width:100%; display:block}



}


/*xun pan tijiao*/

.xunpanlb{padding-top: 30px; clear:both; padding-bottom: 30px}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc; background:#004098; }
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px; margin-left:auto; margin-right:auto;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #004098;}
@media screen and (max-width: 520px){
  .xunpanlb .table{border-top: 1px solid #dcdcdc;}
  .xunpanlb .table .thead{display: none;}
  .xunpanlb .table .tbody .td{width: 100% !important;}
  .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}
.m-kf5 .kf-item span {

  font-family: Arial, Helvetica, sans-serif;
}
.pro1-spec{
  overflow: hidden;

}
.more-btn{
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: underline;
}
.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.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; }

.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; }

.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute;
  width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
  .tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}
.cart-list .cart-quantity .simulate-select{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-habt-iframe{
  position: absolute;
  right: 0;
  top: 103px;
  width: 43.4375%;
  font-size: 0;
  line-height: 0;
}
