@charset "utf-8";

/* CSS Document */
html,
body {
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "arial", "Helvetica", "Helvetica Neue";.nav>ul>li>a
  color: #272727;
  line-height: 2em;
  text-align: center;
  background-color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea {
  font-family: "arial", "Helvetica", "Helvetica Neue";
  color: #272727;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #272727;
}

a:hover {
  color: #00B263;
  text-decoration: none;
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

input::-webkit-input-placeholder {
  color: #838383;
}

input::-moz-placeholder {
  color: #838383;
}

input:-ms-input-placeholder {
  color: #838383;
}
.THW { position: fixed; z-index: 1000; left: 0; top: 0; width: 100%;}.wrap { padding-top: 105px;}

@media only screen and (max-width:828px) {
	.wrap { padding-top: 122px;}
}

@media only screen and (max-width:540px) {
	.wrap { padding-top: 132px;}
}

.topW {
  background-color: #000;
  line-height: 31px;
  min-width: 1120px;
  color: #9e9d9d;
}

.topW::after {
  display: block;
  clear: both;
  content: "";
}

.top {
  width: 1120px;
  margin: 0 auto;
}

.top::after {
  display: block;
  clear: both;
  content: "";
}

.top .topL {
  float: left;
}

.top .topR {
  float: right;
}

.top .topR a {
  color: #9e9d9d;
}

.top .tel {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url(../imgs/tel.png) 0 center no-repeat;
  padding-left: 1.75em;
}

.top .tel span {
  margin-right: 6.5em;
}

.top .email {
  padding-left: 1.75em;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url(../imgs/email.png) 0 center no-repeat;
  margin-right: 1.5em;
}

.lanBox {
  float: right;
  position: relative;
  z-index: 500;
}

.lanBox .btn {
  cursor: pointer;
  color: #000;
  background-color: #00B263;
  padding: 0 11px 0 15px;
  line-height: 30px;
}


.lanBox .btn .txt {
  display: inline-block;
  vertical-align: middle;
}

.lanBox .btn .arr {
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  background: url(../imgs/arrow.png) center center no-repeat;
  background-size: 10px auto;
}

.lanBox .dropDown {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  min-width: 100%;
  width: auto;
  background-color: #00B263;
  color: #000;
  line-height: 2.2em;
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
}

.lanBox .dropDown li {
  cursor: pointer;
  padding: 0 0.4em;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
  right: 0
}

.lanBox .dropDown li:hover {
  right: -2px;
}

.lanBox .dropDown li a {
  color: #000;
}

.headerW {
  border-top: 1px solid #333;
  background-color: #000;
  color: #fff;
  clear: both;
  height: 74px;
  position: relative;
  z-index: 400;
}

.header {
  margin: 0 auto;
  width: 1120px;
}

.header:after {
  display: block;
  content: "";
  clear: both;
}

.header .logo {
  float: left;
  padding: 15px 0 0;
}

.header .logo img {
  display: block;
  width: 168px;
  height: auto;
}

.navW {
  float: right;
  margin-top: 17px;
}

.nav {
  margin: 0 -1em 0 0;
  line-height: 40px;
  height: 40px;
  color: #fff;
}

#navM {
  display: none;
}

.nav>ul>li {
  float: left;
  display: block;
  position: relative;
  z-index: 100;
  cursor: pointer;
  padding: 0 1.1em;
  height: 57px;
}

.nav>ul>li>a {
  position: relative;
  z-index: 0;
  display: block;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
}

.nav>ul>li>.btn {
  text-transform: uppercase;
}

.nav>ul>li>.btn>a {
  color: #fff;
  display: inline-block;
}

.nav>ul>li>a .line {
  background-color: #00B263;
  width: 0;
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0;
}

.nav>ul>li.hover>a,
.nav>ul>li.cur>a {
  color: #fff;
}

.nav>ul>li.hover a .line,
.nav>ul>li.cur>a .line {
  width: 100%;
}

.nav .sub_nav {
  display: none;
  position: absolute;
  top: 74px;
  left: 50%;
  margin-left: -5em;
  width: 10em;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  background: #0158a7;
  filter: Alpha(opacity=80);
  background: rgba(1, 88, 167, 0.8)
}

.nav .sub_nav>ul {
  padding: 0.5em 0;
}

.nav .sub_nav li {
  line-height: 2.8em;
  font-weight: normal;
}

.nav .sub_nav li a {
  color: #fff;
}

.nav .sub_nav li a:hover {
  color: #c5e2fc;
}

.nav .liW {
  position: static;
}

.nav .liW .sub_nav {
  display: none;
  left: 0;
  right: 0;
  margin-left: 0;
  width: auto;
  background-color: transparent;
}

.nav .liW .sub_nav_con {
  max-width: 1120px;
  background-color: #fff;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.nav .liW .sub_nav_con .tab {
  float: left;
  width: 32%;
  background-color: #efefef;
}

.nav .liW .sub_nav_con .tab li {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #c9c9c9;
  cursor: pointer;
  font-weight: bold;
  padding: 1.2em 1.9em 1.1em;
  text-align: left;
  line-height: 1.2em;
  color: #000;
}

.nav .liW .sub_nav_con .tab li.current::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #00B263;
}

.nav .liW .sub_nav_con .conz {
  float: left;
  width: 68%;
  padding-top: 0.8em;
}

.nav .liW .sub_nav_con .con {
  display: none;
  margin: 0 7%;
}

.nav .liW .sub_nav_con .con:first-child {
  display: block;
}

.nav .liW .sub_nav_con .tabName {
  display: none;
}

.nav .liW .sub_nav_con .list {
  text-align: left;
  font-size: 14px;
  line-height: 2.4em; font-weight: normal;
}

.nav .liW .sub_nav_con .list a {
  display: inline-block;
  color: #000;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
  right: 0;
  padding-left: 1.2em;
  background: 0 0.8em no-repeat;
  background-size: 1em auto;
}

.nav .liW .sub_nav_con .list a:hover {
  right: -2px;
  background-image: url(../imgs/arrow2d22.png);
}

.btnMenu {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.4em;
  cursor: pointer;
  width: 1.8em;
  height: 1.8em;
  background: url(../imgs/menu.png) center center no-repeat;
  background-size: contain;
}

.btnBack {
  display: none;
  position: absolute;
  right: 0.6em;
  top: 1.3em;
  margin-top: 0;
  cursor: pointer;
  width: 1.6em;
  height: 1.6em;
  background: url(../imgs/arrow32.png) center center no-repeat;
  background-size: contain;
}

/*banner*/
.banner {
  position: relative;
  z-index: 0;
  height: 380px;
  padding: 0 1em;
  background: #000 center center no-repeat;
  background-size: cover;
}

.banner .bmask {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=35);
  -moz-opacity: .35;
  opacity: 0.35;
}

.banner .con {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
}

.banner .con .txt {
  margin: 0 5%;
  text-align: left;
  color: #fff;
}

.banner .con .txt h1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3em;
  text-transform: uppercase;
}

.banner .con .txt p {
  width: 56%;
  margin: 1em auto 0 0;
  line-height: 1.7em;
}

.banner .con .txt .btn {
  margin-top: 1em;
  display: inline-block;
  cursor: pointer;
  padding: 2px 1.8em 0;
  line-height: 2.2em;
  background-color: #00B263;
  font-weight: bold;
  transition: all 0.5s;
}

.banner .con .txt .btn:hover {
  background-color: #000;
  color: #00B263;
}

.banner .con .txt .btn2 {
  border: 2px solid #ffffff;
  margin-top: 1em;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  padding: 2px 1.8em 0;
  line-height: 2.2em;
  font-weight: bold;
  transition: all 0.5s;
}

.banner .con .txt .btn2:hover {
  background-color: #fff;
  color: #000;
}

.banner .con .txt .line {
  margin: 0.6em auto 0 0;
  width: 10.5em;
  height: 4px;
  background-color: #00B263;
}

.banner .conr {
  justify-content: flex-end
}

.banner .conr .txt {
  text-align: right;
}

.banner .conr .txt .line {
  margin: 0.6em 0 0 auto;
}

.banner .conr .txt p {
  margin: 1em 0 0 auto;
}

.position {
  max-width: 1120px;
  margin: 0 auto;
  line-height: 1.4em;
  text-align: left;
}

.position .con {
  padding: 1.3rem 1rem 1.3rem;
  font-size: 12px;
}

.position .con span {
  font-weight: bold;
}

.position .con .line {
  margin: 0 0.8em;
}

.proBoxW {
  padding: 0 1em;
}

.proBox {
  max-width: 1120px;
  margin: 0 auto;
}

.proBox .list ul {
  margin: 0 -1.2%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

.proBox .list li {
  width: 25%;
  margin-top: 2em;
}

.proBox .list .lib {
  position: relative;
  z-index: 0;
  margin: 0 4.8%;
  padding: 1em;
  display: block;
  background-color: #fff;
  overflow: hidden;
}

.proBox .list .pic {
  display: block;
  width: 100%;
  padding-top: 66.6%;
  height: 0;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.proBox .list .name {
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  margin: 1em auto 0;
  height: 2.6em;
  overflow: hidden;
  line-height: 1.3em;
}

.proBox .list .pMask {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 1.3em;
  height: 100%;
  text-align: left;
  transition: all 0.3s;
  background: #000;
  filter: Alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7)
}

.proBox .list .pMaskc {
  display: block;
  padding: 1.6em 0 0;
}

.proBox .list .lib:hover .pMask {
  top: 0;
}

.proBox .list .pMask .name2 {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.2em;
  height: 1.2em;
  overflow: hidden;
  color: #00B263;
}

.proBox .list .pMask p {
  margin-top: 0.9em;
  overflow: hidden;
  color: #fff;
  line-height: 1.35em;
  height: 8.1em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.proBox .list .pMask .btn {
  margin-top: 0.8em;
  display: inline-block;
  color: #fff;
  line-height: 1.8em;
  padding: 0.1em 0 0;
  transition: all 0.5s;
  font-weight: bold;
}

.proBox .list .pMask .btn:hover {
  text-decoration: underline;
}

.proBox .list .line {
  margin: 1.1em auto 0;
  height: 4px;
  width: 32%;
  background-color: #00B263;
}

.proBox .list .pMask .line {
  margin: 0.4em auto 0 0;
}

.box404 {
  background-color: #fff;
  max-width: 1140px;
  margin: 3.3em auto 0;
}

.box404 .con {
  padding: 3em 1em 3em;
  color: #000;
  font-weight: bold;
}

.box404 .tit {
  line-height: 1.4em;
  font-size: 3.5em;
}

.box404 .txt {
  margin-top: 0.7em;
  line-height: 1.4em;
  font-size: 2.1em;
}

.box404 .txts {
  margin-top: 0.9em;
  line-height: 1.4em;
  font-size: 1.5em;
}

.link4Box {
  max-width: 1140px;
  margin: 2.3em auto 0;
}

.link4Box .list ul {
  margin: 0 -1.2%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

.link4Box .list li {
  width: 33.3%;
  margin-top: 1em;
}

.link4Box .list .lib {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 0;
  margin: 0 4.8%;
  background-color: #000;
  overflow: hidden;
}

.link4Box .list .pic {
  display: block;
  width: 100%;
  padding-top: 66.6%;
  height: 0;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.link4Box .list .pMask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1.3em;
  height: 100%;
  text-align: left;
  display: block;
  transition: all 0.3s;
  background: #000;
  filter: Alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link4Box .list .lib:hover .pMask {
  background: #000;
  filter: Alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7);
}

.link4Box .list .pMask .name {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2em;
  overflow: hidden;
  color: #fff;
}

.link4Box .list .line {
  display: block;
  margin: 0.7em auto 0;
  height: 4px;
  width: 32%;
  background-color: #00B263;
}

.contactBoxWb {
  background-color: #fff;
}

.contactBoxW {
  background-color: #fff;
  max-width: 1120px;
  margin: 5.3em auto 0;
}

.contactBox {
  padding: 2em 6.2% 4em;
}

.contactBox .tit {
  position: relative;
  z-index: 0;
  text-align: left;
  font-size: 2em;
  line-height: 1.9em;
  text-transform: uppercase;
}

.contactBox .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 5.3rem;
  background-color: #00B263;
}

.contactBox .con {
  margin-right: -19px;
}

.contactBox .con:after {
  clear: both;
  content: "";
  display: block;
}

.contactBox .w1 {
  float: left;
  width: 33.33%;
  margin-top: 1em;
}

.contactBox .w2 {
  float: left;
  width: 50%;
  margin-top: 1em;
}

.contactBox .w3 {
  float: left;
  width: 100%;
  margin-top: 1em;
}

.contactBox .inputw,
.contactBox .inputw2 {
  border: 1px solid #d1d1d1;
  background-color: #f8f8f8;
  margin-right: 19px;
  padding: 0 12px;
}

.contactBox .inputw2 {
  position: relative;
  z-index: 0;
  padding-right: 4em;
}

.contactBox .input {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  outline-width: 0;
  color: #272727;
  font-size: 16px;
  line-height: 2.8em;
  background-color: transparent
}

.contactBox .textarea {
  margin: 0.8em 0 0.6em;
  padding: 0;
  width: 100%;
  border: 0;
  outline-width: 0;
  color: #272727;
  font-size: 16px;
  height: 4.8em;
  line-height: 1.2em;
  background-color: transparent;
}

.contactBox .btnW {
  clear: both;
}

.contactBox .btn {
  margin-top: 1em;
  display: inline-block;
  cursor: pointer;
  padding: 2px 1.8em 0;
  line-height: 2.2em;
  text-transform: uppercase;
  background-color: #00B263;
  font-weight: bold;
  transition: all 0.5s;
  border: none;
  outline: none;
}

.contactBox .btn:hover {
  background-color: #000;
  color: #00B263;
}

.contactBoxW2 {
  background-color: #fff;
  max-width: 1120px;
  margin: 3.3em auto 0;
}

.contactBoxW2 .contactBox {
  padding: 1.6em 3em;
}

.contactBoxW2 .contactBox .tit {
  font-weight: bold;
}

.flinkW {
  margin-top: 3em;
  min-width: 1120px;
  background-color: #000;
}

.flink {
  width: 1120px;
  margin: 0 auto;
  padding: 3.7em 0 1.2em;
  color: #fff;
}

.flink:after {
  content: "";
  clear: both;
  display: block;
}

.flink .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.flink .logof {
  width: 168px;
  height: auto;
}

.flink .list dl {
  flex: 1;
  text-align: left;
  margin: 0 0.9em;
}

.flink .list dl:first-child,
.flink .list dl:last-child {
  flex: 1.25
}

.flink .list dt {
  margin-top: 1.1em;
  font-size: 16px;
  font-weight: bold;
}

.flink .list dl:first-child dt {
  margin-top: 0
}

.flink .list dt a {
  color: #fff;
}

.flink .list dt a:hover {
  color: #cde6fd;
}

.flink .list dd {
  margin-top: 1.5em;
  max-width: 210px;
}

.flink .list dd li {
  line-height: 2em;
}

.flink .list dd li a {
  color: #fff;
  position: relative;
  z-index: 0;
  right: 0;
  transition: all 0.5s;
}

.flink .list dd li a::before {
  position: absolute;
  left: -1.3em;
  top: 0em;
  width: 1em;
  height: 1em;
  background: url(../imgs/arrow32d2.png) center center no-repeat;
  background-size: contain;
}

.flink .list dd li a:hover {
  right: -2px;
}

.flink .list dd li a:hover::before {
  content: "";
}

.flink .list dt.dts {
  margin-top: 1.7em;
}

.flink .list dd.dds {
  margin-top: 0;
}

.footerW {
  background-color: #000;
  padding: 0 1em;
  border-bottom: 6px solid #00B263;
}

.footer {
  border-top: 1px solid #333;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1em 0 1em;
  color: #9e9d9d;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

.footer .follow {
  width: 48%;
  text-align: right;
}

.footer .follow .tit {
  font-weight: bold;
}

.footer .follow .list {
  margin-top: 0.5em;
  margin-right: -0.5em;
}

.footer .follow a {
  color: #9e9d9d;
  margin: 0 0.5em;
}

.footer .follow a img {
  display: inline-block;
}

.footer .copyright {
  width: 48%;
  text-align: left;
  margin-right: 2em;
}

.footer .copyright span {
  margin-right: 1em;
}

.footer:after {
  content: "";
  clear: both;
  display: block;
}

.footer a {
  color: #fff;
}

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

/*分页*/
.page {
  padding: 1.4em 0 0;
  font-size: 0.9em;
}

.page a {
  margin: 0.6em 0.2em 0;
  vertical-align: middle;
  padding: 0.1em 0 0;
  width: 2em;
  overflow: hidden;
  height: 2em;
  line-height: 2em;
  border: 1px solid #dbdbdb;
  color: #252525;
  display: inline-block;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}

.page span {
  vertical-align: middle;
  margin: 0 0.5em;
}

.page a:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.page a.cur {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.page .prev {
  padding: 0.1em 1em 0;
  width: auto;
}

.page .prev::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "<";
}

.page .next {
  padding: 0.1em 1em 0;
  width: auto;
}

.page .next::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: ">";
}

.hidenPC {
  display: none;
}

.hidenM {
  display: block;
}

@media only screen and (max-width:1140px) {
  .topW {
    min-width: auto;
    padding-left: 1em;
  }

  .top {
    width: auto;
  }

  .headerW {
    padding-left: 1em;
    padding-right: 1em;
  }

  .header {
    width: auto;
  }

  .nav {
    margin-right: 0;
  }

  .nav>ul>li:last-child {
    margin-right: 0;
  }

  .flinkW {
    min-width: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .flink {
    width: auto;
  }
}

@media only screen and (max-width:1000px) {
  .nav>ul>li {
    padding: 0 0.7em;
  }
}

@media only screen and (max-width:960px) {
  .proBox .list .pMask p {
    line-height: 1.3em;
    height: 6.5em;
    -webkit-line-clamp: 5;
  }
}

@media only screen and (max-width:900px) {
  .nav>ul>li {
    padding: 0 0.3em;
  }
}

@media only screen and (max-width:828px) {

  html,
  body {
    font-size: 16px;
  }

  .hidenPC {
    display: block;
  }

  .hidenM {
    display: none;
  }

  .topW {
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 6px;
  }

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

  .top .email {
    margin-right: 1em;
  }

  .top .tel span {
    margin-right: 1em;
  }

  .headerW {
    height: auto;
    padding: 1.7em 1em 0.6em;
  }

  .header {
    width: auto;
    height: auto;
    position: relative;
    z-index: 100;
  }

  .header .logo {
    float: none;
    text-align: center;
    padding-top: 0;
  }

  .header .logo img {
    display: block;
    width: 140px;
  }

  .lanBox {
    display: none;
    position: absolute;
    top: 1em;
    margin-top: 0;
    float: none;
    left: 1em;
  }

  .lanBox .dropDown {
    line-height: 2em;
  }

  .lanBox .dropDown li {
    text-align: center;
  }

  .btnMenu {
    display: block;
  }

  .btnBack {
    display: block;
    width: 1.4em;
    height: 1.4em;
  }

  .navW {
    border-bottom: 0;
  }

  .nav {
    float: 0;
    position: fixed;
    z-index: 9999999;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 1.1em;
    background: #000;
  }

  #navM {
    display: block;
  }

  .nav>ul {
    position: absolute;
    left: 1em;
    right: 0.2em;
    top: 7em;
    bottom: 0;
    overflow-y: auto;
  }

  .nav>ul>li {
    display: block;
    float: none;
    font-size: 1em;
    border-bottom: 1px solid #333;
    line-height: 3em;
    margin: 0;
    padding: 0;
    height: auto;
    text-align: left;
  }

  .nav>ul>li .btn {
    display: block;
    position: relative;
    z-index: 0;
  }

  .nav>ul>li .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -0.4em;
    width: 0.8em;
    height: 0.8em;
    background: url(../imgs/arrow32.png) center center no-repeat;
    background-size: contain;
  }

  .nav>ul>li .btn.btnShow::after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
  }

  .nav .sub_nav {
    position: static;
    width: auto;
    background-color: transparent;
    margin-left: 0;
  }

  .nav .liW .sub_nav {
    min-width: auto;
    background-color: transparent;
    box-shadow: 0 0 0;
    font-size: 0.9em;
  }

  .nav .liW .sub_nav_con {
    width: 100%;
    display: block;
    background-color: transparent;
  }

  .nav .liW .sub_nav_con .tab {
    display: none;
  }

  .nav .liW .sub_nav_con .conz {
    float: none;
    width: auto;
    padding-top: 0;
  }

  .nav .liW .sub_nav_con .con {
    display: block;
    border-top: 1px solid #333;
  }

  .nav .liW .sub_nav_con .tabName {
    display: block;
    position: relative;
    z-index: 0;
  }

  .nav .liW .sub_nav_con .tabName::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -0.4em;
    width: 0.8em;
    height: 0.8em;
    background: url(../imgs/arrow32.png) center center no-repeat;
    background-size: contain;
  }

  .nav .liW .sub_nav_con .show::after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
  }

  .nav .liW .sub_nav_con .tabName:hover {}

  .nav .liW .sub_nav_con .list {
    display: none;
  }

  .nav .liW .sub_nav_con .list a {
    color: #999;
  }

  .nav .liW .sub_nav_con .list a:hover {
    color: #00B263;
  }

  .nav>ul>li>a {
    padding: 0;
  }

  .nav>ul>li>a:hover {
    color: #00B263;
  }

  .nav .sub_nav>ul {
    padding: 0;
  }

  .nav .sub_nav li {
    line-height: 3em;
    border-top: 1px solid #2c2c2c;
  }

  .nav .sub_nav li a {
    color: #999;
    display: block;
    padding-left: 1em;
  }

  .nav .sub_nav li a:hover {
    background-color: transparent;
    color: #484848;
  }

  .nav .sub_nav .txt {
    color: #999;
    line-height: 1.6em;
    padding: 1em;
  }

  .nav>ul>li>a .arrow {
    display: none;
  }

  .nav>ul>li>a .line {
    display: none;
  }

  .nav>ul>li>a:hover .arrow {
    display: none;
  }

  .position .con {
    padding: 1rem 1rem 0.9rem;
  }

  .proBoxW {
    margin-top: 3em;
  }

  .proBox .list ul {
    margin: 0;
  }

  .proBox .list li {
    margin: 0;
    width: 33.3%;
  }

  .proBox .list .lib {
    margin: 2%;
  }

  .proBox .list .pMask {
    padding: 0 1em;
  }

  .proBox .list .pMask .name2 {
    font-size: 0.8em;
    text-overflow: inherit;
    white-space: normal;
    height: auto;
  }

  .proBox .list .pMask p {
    font-size: 0.75em;
    line-height: 1.3em;
    height: 5.2em;
    -webkit-line-clamp: 4;
  }

  .contactBox .w1,
  .contactBox .w2,
  .contactBox .w3 {
    float: none;
    width: 100%;
  }

  .contactBox .txt {
    float: none;
    text-align: left;
  }

  .contactBox .tit {
    font-size: 1.3em;
  }

  .contactBox .btnW {
    margin-right: 19px;
    float: none;
  }

  .flinkW {
    min-width: auto;
  }

  .flink {
    width: auto;
    padding: 2em 0;
  }

  .flink .logof {
    width: 100px;
    height: auto;
  }

  .flink .list {
    float: none;
    display: block;
    width: auto;
    clear: both;
    padding-top: 3em;
    flex-wrap: wrap
  }

  .flink .list dl {
    flex: auto;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2em;
  }

  .flink .list dl:nth-child(5) {
    clear: both;
  }

  .flink .list dd {
    margin-top: 0.6em;
    max-width: 100%;
  }

  .flink .list dd li a:hover {
    color: #00B263;
  }

  .flink .list dd li a:hover::before {
    display: none;
  }

  /*底部*/
  .footer {
    display: block;
  }

  .footer .follow {
    margin-top: 1em;
    text-align: center;
    float: none;
    width: 100%;
  }

  .footer .copyright {
    text-align: center;
    float: none;
    float: none;
    width: 100%;
    margin-right: auto;
  }

  .footer .follow a {
    margin: 0 0.5em;
  }

  .banner {
    padding: 3em 0;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }

  .banner .con {
    position: relative;

    width: 82%;
    height: 100%;
    overflow: hidden;
  }

  .banner .con .txt {
    margin: 0;
  }

  .banner .con .txt h1 {
    font-size: 1.3em;
  }

  .banner .con .txt p {
    width: 100%;
  }

  .link4Box .list ul {
    display: block;
    margin: 0 1em;
  }

  .link4Box .list li {
    width: auto;
  }
}

@media only screen and (max-width:680px) {
  .proBox .list li {
    width: 50%;
  }
}

@media only screen and (max-width:320px) {

  html,
  body {
    font-size: 14px;
  }
}


.ceBoxW{max-width: 1120px; margin: 5.3em auto 0;}
.ceBox {
  padding: 0 0 4em;
}

.ceBox .tit {
  position: relative;
  z-index: 0;
  text-align: left;
  font-size: 2em;
  line-height: 1.9em;
  text-transform: uppercase;
}

.ceBox .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 5.3rem;
  background-color: #00B263;
}
.swiper-ce {}
.ceBox .swiper-ce { margin-top: 2em;}
.swiper-ce .swiper-slide { width: 33.3%;}
.swiper-ce .item { margin: 0 0.5em 0 5em; padding: 1.5em 1em 1.5em 2em; position: relative; z-index: 0; background-color: #fff;
-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
.swiper-ce .item { background-color: #fff;}
.swiper-ce .pic { width: 5em; height: 5em; position: absolute; left: -4em; top: 0;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; overflow: hidden;}
.swiper-ce .pic img { display: block; width: 100%; height: 100%; object-fit: cover;}
.swiper-ce .item .txt { text-align: left; height: 4.8em; overflow: hidden; text-align: left; line-height: 1.6em;}
.swiper-ce .item .name { margin-top: 0.5em; font-weight: bold; text-align: right; height: 1.5em; overflow: hidden;}

@media only screen and (max-width:1152px) {
	.ceBoxW {  padding-left: 1em; padding-right: 1em;}
}
@media only screen and (max-width:828px) {
	.ceBoxW {  padding-left: 6.2%; padding-right: 6.2%;}
	.ceBox .tit { font-size: 1.3em;}
}

.reqBoxW {  background-color: #fff;}
.reqBox {
  background-color: #fff;
  max-width: 1120px;
  margin: 0 auto 0;
  padding: 2em 0 2em;}
  
.reqBox .reqCon {  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}

@media only screen and (max-width:1180px) {
	.reqBox {  margin: 0 1em 0;  width: auto;}
}
.reqBox .txtb { text-align: left; width: 48%;}.reqBox .txtb h4 { margin-top: 0.8em; font-size: 1.2em;}
.reqBox .contBox { width: 48%;  padding: 2em 0 2em;}.reqBox .txtb2 { border-top: 1px solid #eee; width: 100%; text-align: left; padding: 2em 0;}

.reqBox .tit {
  position: relative;
  z-index: 0;
  text-align: left;
  font-size: 2em;
  line-height: 1.9em;
  text-transform: uppercase;
}

.reqBox .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 5.3rem;
  background-color: #00B263;
}

.reqBox .con:after {
  clear: both;
  content: "";
  display: block;
}

.reqBox .w1 {
  float: left;
  width: 33.33%;
  margin-top: 1em;
}

.reqBox .w2 {
  float: left;
  width: 50%;
  margin-top: 1em;
}

.reqBox .w3 {
  float: left;
  width: 100%;
  margin-top: 1em;
}

.reqBox .inputw,
.reqBox .inputw2 {
  border: 1px solid #d1d1d1;
  background-color: #f8f8f8;
  margin-right: 19px;
  padding: 0 12px;
}

.reqBox .inputw2 {
  position: relative;
  z-index: 0;
  padding-right: 4em;
}

.reqBox .input {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  outline-width: 0;
  color: #272727;
  font-size: 16px;
  line-height: 2.8em;
  background-color: transparent
}

.reqBox .textarea {
  margin: 0.8em 0 0.6em;
  padding: 0;
  width: 100%;
  border: 0;
  outline-width: 0;
  color: #272727;
  font-size: 16px;
  height: 4.8em;
  line-height: 1.2em;
  background-color: transparent;
}

.reqBox .btnW {
  clear: both;
}

.reqBox .btn {
  margin-top: 1em;
  display: inline-block;
  cursor: pointer;
  padding: 2px 1.8em 0;
  line-height: 2.2em;
  text-transform: uppercase;
  background-color: #00B263;
  font-weight: bold;
  transition: all 0.5s;
  border: none;
  outline: none;
}

.reqBox .btn:hover {
  background-color: #000;
  color: #00B263;
}

@media only screen and (max-width:828px) {
	.reqBox .reqCon  { flex-direction: column-reverse;	align-items: stretch;}
	.reqBox .txtb {  width: 100%;}
	.reqBox .contBox {	 width: auto; margin-right: -1em; margin-left: -1em; padding: 2em 6.2%;	}
	.reqBox .w1,	
	.reqBox .w2,	
	.reqBox .w3 { float: none; width: 100%;}
	.reqBox .inputw, .reqBox .inputw2 { margin-right: 0;}
}

.faqBoxW { margin-top: 4em; padding: 0 1em;}
.faqBox {max-width: 1120px; margin: 0 auto;}
.faqBox .tit {font-weight: bold; font-size: 2em; line-height: 1.3em; 
 text-transform: uppercase; text-align: left;}
.faqBox .line {  margin: 0.6em auto 0 0; width: 5.2rem; height: 4px;
  background-color: #00B263;}

.faqBox .list {border-top: 1px solid #ddd; text-align: left;}
.faqBox .list li { border-bottom: 1px solid #ddd;}
.faqBox .list .ftit { position: relative; z-index: 0; padding: 1.3em 1em 1.2em; padding-left: 2em; 
cursor: pointer; color: #999;  line-height: 1.4em; font-size: 16px;}
.faqBox .list .ftit::before { content: ""; position: absolute; left: 0; top: 1.35em;
background:url(../imgs/plus.png) center center no-repeat; background-size:contain ;
 width: 17px; height: 17px;}
.faqBox .list .ftit.show::before {background-image:url(../imgs/sub.png);}
.faqBox .list .fcon { display: none; padding-left: 2.2em; margin-bottom: 1.8em; line-height: 1.8em;}


.seoBoxW {padding: 4em 1em;}
.seoBox {max-width: 1120px; margin: 0 auto;}
.seoBox .tit {font-weight: bold; font-size: 2em; line-height: 1.3em; 
 text-transform: uppercase; text-align: left;}
.seoBox .line {  margin: 0.6em auto 0 0; width: 5.2rem; height: 4px;
  background-color: #00B263;}
.seoBox .txt { margin-top: 1.5em; text-align: left;}

.caroBoxW { background-color: #fff; padding: 4em 1em;}
.caroBox {max-width: 1120px; margin: 0 auto;}
.caroBox .tit {font-weight: bold; font-size: 2em; line-height: 1.3em; 
 text-transform: uppercase; text-align: left;}
.caroBox .line {  margin: 0.6em auto 0 0; width: 5.2rem; height: 4px;
  background-color: #00B263;}
.caroBox .txt {margin-top: 1.5em; text-align: left;}
.caroBox .swiper-caro-w { padding: 0 5%; position: relative; z-index: 0; margin-top: 2em;}
.caroBox .swiper-slide { width: 32.66%;}
.caroBox .picb { background-color: #f8f8f8; padding: 1em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-ms-transform:scale(0.7,0.7); /* IE 9 */
-webkit-transform: scale(0.7,0.7); /* Safari */
transform: scale(0.7,0.7); /* 标准语法 */ }
.caroBox .pic { position: relative; z-index: 0; width: 100%; padding-top: 66.7%;}
.caroBox .pic img { position: absolute; left: 0; top: 0; width:100%; height: 100%; object-fit: cover; 
}

.caroBox .swiper-slide-active .picb {-ms-transform:scale(1,1); /* IE 9 */
-webkit-transform: scale(1,1); /* Safari */
transform: scale(1,1); /* 标准语法 */ }

.caroBox .btnPrev { position: absolute; left: 0; top: 50%; width: 1.5em; height: 2em; margin-top: -1em;
background: url(../imgs/arrow2.png) center center no-repeat;
background-size:contain ;
transform: rotate(180deg);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari and Chrome */
cursor: pointer;
filter:alpha(opacity=50);-moz-opacity:0.5; opacity:0.5;}
.caroBox .btnNext { position: absolute; right: 0; top: 50%; width: 1.5em; height: 2em; margin-top: -1em;
background: url(../imgs/arrow2.png) center center no-repeat;
background-size:contain ; cursor: pointer;
filter:alpha(opacity=50);-moz-opacity:0.5; opacity:0.5;}

.caroBox .btnPrev:hover,.caroBox .btnNext:hover {filter:alpha(opacity=100);-moz-opacity:1.0; opacity:1.0;}

@media only screen and (max-width:828px) {
	/* .caroBox .tit { font-size: 1.3em;} */
	.caroBox .swiper-caro-w { padding: 0 1.5em;}
	.caroBox .picb {
	-ms-transform:scale(0.9,0.9); /* IE 9 */
	-webkit-transform: scale(0.9,0.9); /* Safari */
	transform: scale(0.9,0.9); /* 标准语法 */ }
}