@charset "utf-8";
.mm {
  margin: 0 auto;
}
.box {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.sbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* 浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 元素类型 */
.db {
  display: block;
}
.dn {
  display: none;
}
/*文字排版、颜色*/
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  font-family: '微软雅黑', Arial, "Microsoft heiti", "黑体", "宋体", sans-serif;
  color: #333;
  font-size: 14px;
}
body,
button,
input,
select,
textarea {
  outline: none;
}
input,
select,
textarea {
  font-size: 100%;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: middle;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
menu,
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
ins,
a,
a:visited {
  text-decoration: none;
  outline: none;
}
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
/*input[type="checkbox"]{ background:#2460aa; color:#fff; -webkit-text-shadow:none; border-color:#2157db; margin-right:0.08rem; border-radius:2px; -webkit-box-shadow:none;}*/
/*去除ios浏览器中input button的风格*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}
/*移除html5 input="number"的小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*四大按钮色*/
.blink {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin: 10px;
  background: #000 url(/hui.jpg) no-repeat;
  /*background:#000 url(/jin.jpg) no-repeat;*/
  background-size: 150px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: scratchy 5s linear forwards infinite;
}
@keyframes scratchy {
  0% {
    background-position: -50% 0;
  }
  20% {
    background-position: 0% 0px;
  }
  40% {
    background-position: 50% 0px;
  }
  60% {
    background-position: 100% 0px;
  }
  80% {
    background-position: 150% 0px;
  }
  100% {
    background-position: 300% 0px;
  }
}
a {
  color: #333;
}
.bb {
  box-sizing: border-box;
}
.ochu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s;
  border-bottom: 1px solid #e0dddb;
  background: #fff;
  height: 75px;
}
.header > .container {
  display: flex;
  justify-content: center;
}
.header .logo {
  padding-top: 8px;
  width: 320px;
  float: left;
  margin-left: 46px;
}
.header .ul {
  width: 70%;
  float: left;
  margin-left: 300px;
}
.header .ul li {
  float: left;
  margin-right: 70px;
  position: relative;
}
.header .ul li > a {
  position: relative;
  transition: all 0.4s;
  font-size: 16px;
  font-family: 'SourceHanSansCN-Normal';
}
.header .ul li > a:hover {
  text-decoration: none;
  color: #247c32;
}
.header .ul li > a:before {
  height: 2px;
  position: absolute;
  width: 0;
  background: #247c32;
  content: "";
  left: 0;
  bottom: -1px;
  transition: all 0.4s;
}
.header .ul li.cur > a:before,
.header .ul li:hover > a:before {
  width: 100%;
}
.header .ul li:last-child {
  margin-right: 0;
}
.header .ul li .sub {
  color: #000;
  padding: 26px 0;
  display: block;
}
.header .ul li.cur > a {
  color: #247c32;
}
.header .ul li .nav {
  width: 580px;
  height: auto;
  display: none;
  position: absolute;
  background: #f3f3f3;
  z-index: 3999;
  top: 75px;
  left: -260px;
  padding: 30px;
}
.header .ul li .nav .nav_left {
  width: 180px;
  float: left;
  height: auto;
  border-right: 1px solid #e0dddb;
  padding-right: 40px;
}
.header .ul li .nav .nav_left a {
  width: 100%;
  color: #666;
  font-weight: 400;
  height: 50px;
  border: 0;
  margin-top: 0;
  line-height: 50px;
  display: block;
  border-bottom: 1px dashed #929191;
}
.header .ul li .nav .nav_left a:hover {
  color: #247c32;
  font-weight: bold;
}
.header .ul li .nav .nav_left a:nth-child(1) {
  height: 40px;
  line-height: 20px;
}
.header .ul li .nav .nav_right {
  width: 300px;
  padding-left: 40px;
  float: left;
}
.header .ul li .nav .nav_right img {
  margin-bottom: 20px;
  width: 335px;
}
.header .ul li:hover .nav {
  display: block;
}
.nbanner {
  width: 100%;
  height: 320px;
  padding-top: 75px;
}
.nban01 {
  background: url(/images/01.jpg) center bottom no-repeat;
}
.nban02 {
  background: url(/images/02.jpg) center bottom no-repeat;
}
.nban03 {
  background: url(/images/03.jpg) center bottom no-repeat;
}
.nban04 {
  background: url(/images/04.jpg) center bottom no-repeat;
}
.nban05 {
  background: url(/images/05.jpg) center bottom no-repeat;
}
.nban06 {
  background: url(/images/06.jpg) center bottom no-repeat;
}
.nban07 {
  background: url(/images/07.jpg) center bottom no-repeat;
}
.nav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e0dddb;
  background: #fff;
}
.nav .cont {
  width: 1300px;
  height: 60px;
  margin: 0 auto;
}
.nav .cont .cleft {
  width: 100%;
  height: 60px;
  padding-left: 30px;
  background: url(/images/house.png) left center no-repeat;
  box-sizing: border-box;
}
.nav .cont .cleft a {
  font-size: 14px;
  color: #333;
  line-height: 60px;
}
.order {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 600px;
}
.order .cont {
  width: 1300px;
  height: auto;
  overflow: hidden;
  min-height: 600px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.order .cont .cleft {
  width: 24%;
  height: auto;
  overflow: hidden;
  float: left;
}
.order .cont .cleft .title {
  font-size: 28px;
  font-weight: 400;
  background: #247c32;
  box-sizing: border-box;
  padding: 30px 0 30px 30px;
  color: #fff;
}
.order .cont .cleft ul {
  margin-top: 10px;
}
.order .cont .cleft ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff url(/images/icon02.png) 280px center no-repeat;
  background-size: 20px;
  border-bottom: 1px solid #e0dddb;
  padding-left: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.order .cont .cleft ul li a {
  color: #333;
  font-size: 16px;
}
.order .cont .cleft ul li:hover {
  background: #247c32 url(/images/icon02.png) 280px center no-repeat;
}
.order .cont .cleft ul li:hover a {
  color: #fff;
  text-decoration: none;
}
.order .cont .cleft ul .action {
  background: #247c32 url(/images/icon02.png) 280px center no-repeat;
}
.order .cont .cleft ul .action a {
  color: #fff;
  text-decoration: none;
}
.order .cont .cright {
  width: 72%;
  height: auto;
  overflow: hidden;
  float: right;
}
.order .cont .cright .title {
  font-size: 32px;
  color: #247c32;
  font-weight: bold;
  margin-bottom: 50px;
}
.order .cont .cright .content {
  padding-top: 40px;
}
.order .cont .cright .content .wbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 0 30px;
}
.order .cont .cright .content .wbox .lb {
  float: left;
  width: 45%;
  height: auto;
  overflow: hidden;
}
.order .cont .cright .content .wbox .rb {
  float: right;
  width: 45%;
  height: auto;
  overflow: hidden;
}
.order .cont .cright .content .wbox .fw {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
}
.order .cont .cright .content .wbox .fcolor {
  color: #C50E3E;
  font-size: 25px;
}
.order .cont .cright .content .wbox p:first-child {
  text-indent: 0;
}
.order .cont .cright .content .wbox p {
  font-size: 20px;
  line-height: 1.8;
}
.order .cont .cright .content .wbox .lb p:first-child,
.order .cont .cright .content .wbox .rb p:first-child {
  margin-top: 30px;
}
.order .cont .cright .content .tongxing {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 4px solid #C50E3E;
  margin: 40px 0;
  width: 170px;
}
.order .cont .cright .content img {
  max-width: 100%;
}
.order .cont .cright .enterprise {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .cright .enterprise .ebox {
  width: 450px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.order .cont .cright .enterprise .ebox .eleft {
  width: 100%;
  height: 260px;
  float: left;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.order .cont .cright .enterprise .ebox .eleft img {
  width: 100%;
  height: 260px;
}
.order .cont .cright .enterprise .ebox .eright {
  width: 100%;
  border: 1px solid #e0dddb;
  border-left: 0;
  float: right;
  box-sizing: border-box;
  padding: 20px 20px 15px;
  border-radius: 0 0 8px 8px;
  background: #ededed;
}
.order .cont .cright .enterprise .ebox .eright .title {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  color: #000;
}
.order .cont .cright .enterprise .ebox .eright .des {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666;
  justify-content: center;
  text-align: justify;
}
.order .cont .cright .enterprise .ebox .eright a {
  float: right;
  color: #FF9B57;
  margin-top: 10px;
}
.order .cont .cright .enterprise .ebox:nth-child(2n) {
  margin-right: 0;
}
.order .cont .cright .government {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .cright .government ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px #d1d1d1 dashed;
  padding-bottom: 20px;
  padding-top: 20px;
}
.order .cont .cright .government ul li i {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  background: #247c32;
  margin-right: 12px;
  margin-top: 12px;
}
.order .cont .cright .government ul li .txt {
  float: left;
  width: 72%;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order .cont .cright .government ul li .time {
  width: 15%;
  float: right;
  color: #666;
  font-size: 20px;
  line-height: 35px;
  text-align: right;
  padding-right: 1em;
}
.order .cont .cright .government ul li:hover {
  background: #247c32;
}
.order .cont .cright .government ul li:hover a {
  color: #fff;
}
.order .cont .cright .government ul li:hover a .time {
  color: #fff;
}
.order .cont .cright .wow_show {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.order .cont .cright .wow_show .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.order .cont .cright .wow_show .contc {
  font-size: 16px;
  line-height: 2!important;
}
.order .cont .cright .wow_show .contc img {
  padding: 20px 0;
  max-width: 100%;
}
.order .cont .center {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .center .title {
  font-size: 32px;
  color: #247c32;
  font-weight: bold;
  text-align: left;
}
.order .cont .center .content {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 30px;
}
.order .cont .center .content .ztext p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-indent: 2em;
}
.order .cont .center .content .ztext img {
  display: block;
  margin: 30px auto;
  max-width: 1200px;
}
.order .cont .center .content .ztext .sli li {
  list-style-type: disc;
  text-indent: 0;
  margin: 10px 0;
  list-style-position: inside;
  font-size: 20px;
}
.order .cont .center .content .ztext span {
  color: #247c32;
  padding: 0 5px;
  font-weight: bold;
  font-size: 24px;
}
.order .cont .center .content .map {
  width: 634px;
  height: 450px;
  float: left;
}
.order .cont .center .content .text {
  width: calc(100% - 634px);
  background: #f7f7f7;
  height: 450px;
  float: left;
  box-sizing: border-box;
  padding-left: 90px;
  padding-top: 35px;
}
.order .cont .center .content .text p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.order .cont .center .content .text p:first-child,
.order .cont .center .content .text p:nth-child(8) {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.order .cont .center .content .text .wx {
  width: 360px;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.order .cont .center .content .text .wx div {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
  text-align: left;
}
.order .cont .center .content .text .wx div img {
  width: 120px;
  height: 120px;
}
.order .cont .center .content .text .wx div p {
  font-size: 14px;
  text-align: center;
  width: 120px;
  line-height: 2.2;
}
.order .cont .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .news_list ul li {
  width: 100%;
  height: 260px;
  padding: 30px;
  box-sizing: border-box;
  border: #fff 1px solid;
  border-bottom: #e0dddb 1px solid;
}
.order .cont .news_list ul li .left {
  width: 300px;
  height: 200px;
  float: left;
  overflow: hidden;
}
.order .cont .news_list ul li .left img {
  width: 300px;
  height: 200px;
  transition: all 0.5s;
  transform: scale(1);
}
.order .cont .news_list ul li .left img:hover {
  transition: all 0.5s;
  transform: scale(1.4);
  width: 100%;
}
.order .cont .news_list ul li .center {
  width: 670px;
  float: left;
  margin-left: 35px;
}
.order .cont .news_list ul li .center .title {
  font-weight: bold;
  color: #333;
  font-size: 22px;
  padding-bottom: 20px;
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order .cont .news_list ul li .center .text {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.8;
}
.order .cont .news_list ul li .right {
  width: 140px;
  height: 200px;
  float: right;
  text-align: center;
}
.order .cont .news_list ul li .right p:first-child {
  font-size: 72px;
  font-weight: bold;
  color: #666;
}
.order .cont .news_list ul li .right p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
.order .cont .news_list ul li:hover {
  border: #247c32 1px solid;
}
.order .cont .news_show {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.order .cont .news_show .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.order .cont .news_show .cdate {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  color: #666;
}
.order .cont .news_show .contc {
  font-size: 16px;
  line-height: 2!important;
}
.order .cont .news_show .contc img {
  padding: 20px 0;
  max-width: 100%;
}
.order .cont .fpage {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.order .cont .fpage a {
  font-size: 14px;
  color: #666;
  border: #e0dddb 1px solid;
  padding: 5px 10px;
  margin: 0 5px;
}
.order .cont .fpage a:hover {
  background: #247c32;
  color: #fff;
  text-decoration: none;
}
.order .cont .fpage .action {
  background: #247c32;
  color: #fff;
}
.cfooter {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0;
  background: #202020;
  margin-top: 40px;
}
.cfooter .footer_cont {
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
}
.cfooter .footer_cont .footer_left {
  width: 400px;
  height: 120px;
  border-right: 1px #777777 solid;
  padding-top: 0px;
}
.cfooter .footer_cont .footer_left img {
  width: 360px;
}
.cfooter .footer_cont .footer_center {
  width: 500px;
  height: 190px;
  border-right: 1px #777777 solid;
}
.cfooter .footer_cont .footer_center p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.cfooter .footer_cont .footer_center p a {
  font-size: 14px;
  color: #fff;
  margin-right: 30px;
}
.cfooter .footer_cont .footer_center p a:hover {
  text-decoration: underline;
}
.cfooter .footer_cont .footer_center p:nth-child(3) {
  margin-bottom: 60px;
}
.cfooter .footer_cont .footer_right {
  width: 120px;
  padding-left: 10px;
  height: 170px;
}
.cfooter .footer_cont .footer_right img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.cfooter .footer_cont .footer_right p {
  text-align: center;
  height: 22px;
  color: #fff;
  line-height: 22px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .header {
    display: none;
  }
  .nav {
    width: 90%;
    margin: 0 auto;
  }
  .nav .cont {
    width: 100%!important;
  }
  .navR {
    display: block!important;
  }
  .nbanner {
    background-size: auto 160px!important;
    height: 160px!important;
  }
  .order {
    width: 100%;
  }
  .order .cont {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .order .cont img {
    max-width: 100%!important;
  }
  .order .cont .news_list {
    width: 100%!important;
  }
  .order .cont .news_list ul li {
    height: auto!important;
    overflow: hidden;
  }
  .order .cont .news_list ul li .left {
    width: 100%!important;
  }
  .order .cont .news_list ul li .left img {
    width: 100%!important;
  }
  .order .cont .news_list ul li .center {
    width: 100%!important;
    margin-top: 15px;
    margin-left: 0!important;
  }
  .order .cont .news_list ul li .right {
    width: 100%!important;
    margin-top: 15px;
    height: auto!important;
    overflow: hidden;
  }
  .order .cont .news_list ul li .right p {
    font-size: 16px!important;
    float: right;
  }
  .order .cont .news_list ul li .right p:nth-child(1):before {
    content: "-";
  }
  .order .cont .news_show {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .order .cont .news_show .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .order .cont .news_show .cdate {
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    color: #666;
  }
  .order .cont .news_show .contc {
    font-size: 16px;
    line-height: 2!important;
  }
  .order .cont .news_show .contc img {
    padding: 20px 0;
    max-width: 100%;
  }
  .order .cont .mav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 30px;
    display: block;
  }
  .order .cont .mav ul {
    width: 100%;
  }
  .order .cont .mav ul li {
    width: calc(50% - 9px);
    height: 40px;
    margin: 0 10px 18px 0;
    text-align: center;
    background: #333;
    float: left;
    background: #f2f2f2;
    border: #e0dddb 1px solid;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .order .cont .mav ul li a {
    line-height: 40px;
    font-size: 14px;
    color: #000;
  }
  .order .cont .mav ul .action {
    background: #247c32;
  }
  .order .cont .mav ul .action a {
    color: #fff !important;
  }
  .order .cont .mav ul li:nth-child(2n) {
    margin-right: 0;
  }
  .order .cont .cleft {
    display: none;
  }
  .order .cont .cright {
    width: 100%;
  }
  .order .cont .cright .enterprise .ebox {
    width: 100%;
  }
  .order .cont .cright .enterprise .ebox .eleft {
    height: 220px!important;
  }
  .order .cont .cright .enterprise .ebox img {
    height: 220px!important;
  }
  .order .cont .cright .government ul li {
    padding: 10px 0;
  }
  .order .cont .cright .government ul li .txt {
    width: 50%;
  }
  .order .cont .cright .government ul li .time {
    width: 30%;
  }
  .order .cont .content {
    width: 100%;
  }
  .order .cont .content .map {
    width: 100%!important;
    height: auto!important;
    overflow: hidden;
  }
  .order .cont .content .map img {
    width: 100%!important;
  }
  .order .cont .content .text {
    width: 100%!important;
    padding-left: 20px!important;
  }
  .order .fpage a:nth-child(1) {
    display: none;
  }
  .order .fpage a:nth-child(2) {
    display: none;
  }
  .order .fpage a:nth-last-child(6) {
    display: none;
  }
  .order .fpage a:nth-last-child(5) {
    display: none;
  }
  .order .fpage a:nth-last-child(4) {
    display: none;
  }
  .order .fpage a:nth-last-child(3) {
    display: none;
  }
  .order .fpage a:nth-last-child(2) {
    display: none;
  }
  .order .fpage a:last-child {
    display: none;
  }
  .cfooter {
    width: 100%;
    padding: 20px 0!important;
  }
  .cfooter .footer_cont {
    width: 100%!important;
    flex-wrap: wrap!important;
  }
  .cfooter .footer_cont .footer_left {
    display: none;
  }
  .cfooter .footer_cont .footer_center {
    width: 90%!important;
    height: auto!important;
    margin: 10px auto;
    padding: 0 5%;
    border: 0!important;
  }
  .cfooter .footer_cont .footer_center p:nth-child(3) {
    margin-bottom: 16px!important;
  }
  .cfooter .footer_cont .footer_right {
    display: none;
  }
  .mo_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 12px 0;
    transition: all 0.4s;
    background: #fff;
  }
  /*.mo_header.fixed-head{background: rgba(0, 0, 0, 1);}*/
  .mo_header .logo {
    width: 240px;
    margin-left: 10px;
  }
  .mo_header .logo a {
    display: flex;
  }
  .mo_header .yuyan {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
  }
  .mo_header .yuyan .t a {
    color: #000;
  }
  .mo_header .yuyan .t {
    color: #000;
    position: relative;
    padding-left: 26px;
  }
  .mo_header .yuyan .t:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(../image/yuyan2.svg) center center / cover;
    transform: translateY(-50%);
    content: "";
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .header {
    display: block;
  }
  .mo_header {
    display: none;
  }
  .cleft {
    display: block;
  }
  .mav {
    display: none;
  }
}
.nav_box {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  top: 74px;
  width: 100%;
  height: calc(100% - 49px);
  position: fixed;
  right: auto;
  bottom: 0;
  left: -100%;
  overflow: auto;
  z-index: 9999999;
  background: #000;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.nav_box.cur {
  left: 0;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.nav_box .box {
  /*background: #212222;*/
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.nav_box .nav-title {
  height: 57px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav_box .nav-title .navclose {
  width: 22px;
  height: 22px;
  display: block;
  font-size: 0;
  line-height: 41px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.nav_box .nav-title .navclose img {
  width: 100%;
}
.nav_box .nav-title h1 {
  text-align: left;
  width: 86px;
  margin-left: 15px;
  line-height: 0;
  padding-top: 11px;
}
.nav_box .nav-title h1 img {
  width: 100%;
}
.nav_box .navlist {
  width: 100%;
  padding-bottom: 20px;
}
.nav_box .navlist ul > li {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0 15px;
  text-transform: capitalize;
  padding-right: 80px;
}
.nav_box .navlist ul > li.w100 {
  padding-right: 0 !important;
}
.nav_box .navlist ul > li > a {
  display: block;
  color: #fff;
  position: relative;
}
/*.nav_box .navlist ul>li>a.sub:before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 6px;height: 11px;background: url(../image/jtwhite.svg) no-repeat center center / cover;}*/
.nav_box .navlist ul > li .ii {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  background: url(../image/jtwhite.svg) no-repeat center center;
  z-index: 6;
}
.nav_box .navlist ul > li .navlist2 {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: none;
  /*padding: 10px 0;*/
}
.nav_box .navlist ul > li .navlist2 a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}
.nav_box .navlist ul > li .navlist2,
.nav_box .navlist ul > li .secondNav .navlist3,
.nav_box .navlist ul > li .fourthNav .navlist4,
.nav_box .navlist ul > li .fourthNav .navlist4 .fifthhNav .navlist5,
.nav_box .navlist ul > li .fourthNav .navlist4 .fifthhNav .navlist5 .sixthNav .navlist6 {
  position: fixed;
  left: -102%;
  transition: all 0.6s;
  display: block;
  top: 60px;
  width: 100%;
  height: calc(100% - 80px);
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}
.nav_box .navlist ul > li .navlist2 a,
.nav_box .navlist ul > li .secondNav .navlist3 a,
.nav_box .navlist ul > li .fourthNav .navlist4 a,
.nav_box .navlist ul > li .fourthNav .navlist4 .fifthhNav .navlist5 a,
.nav_box .navlist ul > li .fourthNav .navlist4 .fifthhNav .navlist5 .sixthNav .navlist6 a {
  padding: 10px 15px;
  line-height: 1.6;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.nav_box .navlist ul > li.cur .navlist2,
.nav_box .navlist ul > li .secondNav.cur .navlist3,
.nav_box .navlist ul > li .fourthNav.cur .navlist4,
.nav_box .navlist ul > li .fourthNav .navlist4 .fifthhNav.cur .navlist5,
.nav_box .navlist ul > li .fourthNav .navlist4 .fifthhNav .navlist5 .sixthNav.cur .navlist6 {
  left: 0;
}
.nav_box .navlist ul > li .backNav {
  padding: 0 15px;
}
.nav_box .navlist ul > li .backNav span {
  display: block;
  padding: 5px 0 5px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  background: url(../image/back.png) no-repeat left center;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}
.nav_box .navlist ul > li a.cur {
  font-weight: bold;
  color: #fff !important;
}
.navR {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  top: 30px;
}
.menu-i {
  height: 2px;
  right: 0px;
  position: absolute;
  border-radius: 1px;
  font-style: normal;
  background-color: #000;
  display: block;
  transition: all 0.5s;
  border-radius: 2px;
}
.menu-i-1 {
  width: 29px;
  top: 0;
}
.menu-i-2 {
  width: 29px;
  top: 8px;
}
.menu-i-3 {
  width: 29px;
  top: 16px;
}
.mobile-menu-on .menu-i-1 {
  transform: translateY(9px) rotate(45deg);
}
.mobile-menu-on .menu-i-2 {
  opacity: 0;
}
.mobile-menu-on .menu-i-3 {
  transform: translateY(-7px) rotate(-45deg);
}
@media screen and (min-width: 1025px) and (max-width: 1700px) {
  .header .ul {
    margin-left: 5%!important;
  }
}
.index {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.index .top {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .top img {
  width: 100%;
}
.index .menu {
  width: 100%;
  height: 65px;
  background: #247c32;
  padding-top: 5px;
}
.index .menu ul {
  width: 100%;
  height: 65px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.index .menu ul li {
  width: 170px;
  height: 65px;
  position: relative;
}
.index .menu ul li a {
  width: 100%;
  height: 65px;
  display: block;
  line-height: 65px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.index .menu ul li a:hover,
.index .menu ul li .sub {
  text-decoration: none;
  background: #fff;
  color: #247c32;
  border-radius: 30px 30px 0 0;
}
.index .menu ul li .nav {
  width: 580px;
  height: auto;
  display: none;
  position: absolute;
  background: #f3f3f3;
  z-index: 3999;
  top: 65px;
  left: -260px;
  padding: 30px;
}
.index .menu ul li .nav .nav_left {
  width: 180px;
  float: left;
  height: auto;
  border-right: 1px solid #e0dddb;
  padding-right: 40px;
}
.index .menu ul li .nav .nav_left a {
  width: 100%;
  color: #666;
  font-weight: 400;
  height: 50px;
  border: 0;
  margin-top: 0;
  line-height: 50px;
  display: block;
  border-bottom: 1px dashed #929191;
  background: none;
  font-size: 16px;
}
.index .menu ul li .nav .nav_left a:hover {
  color: #247c32;
  font-weight: bold;
  background: none;
}
.index .menu ul li .nav .nav_left a:nth-child(1) {
  height: 40px;
  line-height: 20px;
}
.index .menu ul li .nav .nav_right {
  width: 300px;
  padding-left: 40px;
  float: left;
}
.index .menu ul li .nav .nav_right img {
  margin-bottom: 20px;
  width: 335px;
}
.index .menu ul li:hover a {
  text-decoration: none;
  background: #fff;
  color: #247c32;
  border-radius: 30px 30px 0 0;
}
.index .menu ul li:hover .nav {
  display: block;
}
.index .news {
  width: 1600px;
  height: auto;
  overflow: hidden;
  padding-top: 60px;
  margin: 0 auto;
}
.index .news .news_left {
  width: 700px;
  height: 500px;
  float: left;
  border-radius: 8px;
  /*焦点图*/
}
.index .news .news_left .focus {
  position: relative;
  width: 100%;
  height: 500px;
  float: left;
  border-radius: 8px;
}
.index .news .news_left .focus img {
  width: 700px;
  height: 500px;
}
.index .news .news_left .focus .shadow .title {
  width: 260px;
  height: 65px;
  padding-left: 30px;
  padding-top: 20px;
}
.index .news .news_left .focus .shadow .title a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  overflow: hidden;
}
.index .news .news_left .focus .btn {
  position: absolute;
  bottom: 34px;
  left: 510px;
  overflow: hidden;
  zoom: 1;
}
.index .news .news_left .focus .btn a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  margin: 0 5px;
  color: #B0B0B0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #D9D9D9;
}
.index .news .news_left .focus .btn a:hover,
.index .news .news_left .focus .btn a.current {
  cursor: pointer;
  background: #fc114a;
}
.index .news .news_left .focus .fPic {
  position: absolute;
  left: 0px;
  top: 0px;
}
.index .news .news_left .focus .D1fBt {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
}
.index .news .news_left .focus .shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  height: 48px;
  line-height: 48px;
  background-image: url(/images/sypicnewsdi.png);
  background-repeat: repeat-x;
  display: block;
  text-align: left;
}
.index .news .news_left .focus .shadow a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  margin-left: 10px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.index .news .news_left .focus .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
}
.index .news .news_left .focus .fcon img {
  display: block;
  border-radius: 8px;
  width: 700px;
}
.index .news .news_left .focus .fbg {
  bottom: 12px;
  right: 40px;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
  width: auto;
}
.index .news .news_left .focus .fbg div {
  margin: 4px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px;
}
.index .news .news_left .focus .D1fBt a {
  position: relative;
  display: inline;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 5px;
  color: #B0B0B0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: right;
  background: #D9D9D9;
}
.index .news .news_left .focus .D1fBt .current,
.index .news .news_left .focus .D1fBt a:hover {
  background: #fc114a;
}
.index .news .news_left .focus .D1fBt img {
  display: none;
}
.index .news .news_left .focus .D1fBt i {
  display: none;
  font-style: normal;
}
.index .news .news_left .focus .prev,
.index .news .news_left .focus .next {
  position: absolute;
  width: 40px;
  height: 74px;
  background: url(/images/focus_btn.png) no-repeat;
}
.index .news .news_left .focus .prev {
  top: 50%;
  margin-top: -37px;
  left: 0;
  background-position: 0 -74px;
  cursor: pointer;
}
.index .news .news_left .focus .next {
  top: 50%;
  margin-top: -37px;
  right: 0;
  background-position: -40px -74px;
  cursor: pointer;
}
.index .news .news_left .focus .prev:hover {
  background-position: 0 0;
}
.index .news .news_left .focus .next:hover {
  background-position: -40px 0;
}
.index .news .news_left .shadow {
  color: #fff;
  text-indent: 50px;
  font-size: 20px;
  border-radius: 0 0 8px 8px;
}
.index .news .news_right {
  width: 870px;
  height: 500px;
  float: right;
  border: 1px solid #e0dddb;
  border-radius: 8px;
}
.index .news .news_right .title {
  width: 100%;
  height: 80px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0dddb;
}
.index .news .news_right .title span {
  font-size: 24px;
  color: #247c32;
  line-height: 80px;
  margin-left: 60px;
  display: block;
  width: 100px;
  cursor: pointer;
  height: 75px;
  border-bottom: 4px solid #247c32;
  float: left;
  text-align: center;
  font-weight: bold;
}
.index .news .news_right .title .ct {
  color: #000;
  border-bottom: 4px solid #f5f5f5;
}
.index .news .news_right .title a {
  float: right;
  color: #247c32;
  font-size: 20px;
  margin-right: 60px;
  line-height: 80px;
}
.index .news .news_right .cont {
  box-sizing: border-box;
  padding: 5px 60px;
}
.index .news .news_right .cont ul li {
  list-style-type: disc;
  text-indent: 0em;
  margin: 25px 0;
  list-style-position: inside;
}
.index .news .news_right .cont ul li a {
  font-size: 18px;
}
.index .news .news_right .cont ul li a span {
  float: right;
  color: #bfbfbf;
}
.index .about {
  width: 1600px;
  height: auto;
  overflow: hidden;
  padding-top: 60px;
  margin: 0 auto;
  margin-bottom: 60px;
  clear: both;
}
.index .about .about_left {
  width: 780px;
  height: auto;
  overflow: hidden;
  float: left;
  border-radius: 8px;
  border: 1px solid #e0dddb;
}
.index .about .about_left .title {
  width: 100%;
  height: 80px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0dddb;
}
.index .about .about_left .title i {
  float: left;
  background: #247c32;
  width: 4px;
  height: 30px;
  border-radius: 5px;
  margin-left: 45px;
  margin-top: 25px;
}
.index .about .about_left .title span {
  font-size: 24px;
  color: #247c32;
  line-height: 80px;
  margin-left: 20px;
  display: block;
  width: 160px;
  height: 75px;
  float: left;
  text-align: left;
  font-weight: bold;
}
.index .about .about_left .cont {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 25px;
}
.index .about .about_left .cont .cont_left {
  width: 460px;
  height: auto;
  float: left;
  cursor: pointer;
}
.index .about .about_left .cont .cont_left img {
  width: 100%;
}
.index .about .about_left .cont .cont_right {
  width: calc(100% - 480px);
  float: right;
  text-align: right;
}
.index .about .about_left .cont .cont_right img {
  width: 100%;
}
.index .about .about_right {
  width: 780px;
  height: auto;
  overflow: hidden;
  float: right;
  border-radius: 8px;
  border: 1px solid #e0dddb;
}
.index .about .about_right .title {
  width: 100%;
  height: 80px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0dddb;
}
.index .about .about_right .title i {
  float: left;
  background: #247c32;
  width: 4px;
  height: 30px;
  border-radius: 5px;
  margin-left: 45px;
  margin-top: 25px;
}
.index .about .about_right .title span {
  font-size: 24px;
  color: #247c32;
  line-height: 80px;
  margin-left: 20px;
  display: block;
  width: 160px;
  height: 75px;
  float: left;
  text-align: left;
  font-weight: bold;
}
.index .about .about_right .cont {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 25px;
  text-align: center;
}
.index .about .about_right .cont img {
  width: 93%;
}
.index .zhaoshang {
  width: 1600px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  border: #e0dddb 1px solid;
  clear: both;
  border-radius: 8px;
}
.index .zhaoshang .title {
  width: 100%;
  height: 80px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0dddb;
}
.index .zhaoshang .title i {
  float: left;
  background: #247c32;
  width: 4px;
  height: 30px;
  border-radius: 5px;
  margin-left: 45px;
  margin-top: 25px;
}
.index .zhaoshang .title span {
  font-size: 24px;
  color: #247c32;
  line-height: 80px;
  margin-left: 20px;
  display: block;
  width: 160px;
  height: 75px;
  float: left;
  text-align: left;
  font-weight: bold;
}
.index .zhaoshang .cont {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 25px;
  text-align: center;
}
.index .zhaoshang .cont .zs_left {
  float: left;
  width: 500px;
  height: 400px;
  background: url(/images/sanping.jpg) left center no-repeat;
}
.index .zhaoshang .cont .zs_right {
  width: calc(100% - 540px);
  float: right;
  height: auto;
  overflow: hidden;
}
.index .zhaoshang .cont .zs_right .zs_box {
  float: left;
  width: 326px;
  height: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.index .zhaoshang .cont .zs_right .zs_box img {
  width: 100%;
  height: 200px;
}
.index .zhaoshang .cont .zs_right .zs_box .atlas-text {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all 0.5s;
}
.index .zhaoshang .cont .zs_right .zs_box:hover .atlas-text {
  transition: all 0.5s;
  transform: translate(0px, -35px);
}
.index .zhaoshang .cont .zs_right .zs_box:nth-child(4),
.index .zhaoshang .cont .zs_right .zs_box:nth-child(5),
.index .zhaoshang .cont .zs_right .zs_box:nth-child(6) {
  margin-bottom: 0;
}
.index .zhaoshang .cont .zs_right .zs_box:nth-child(3),
.index .zhaoshang .cont .zs_right .zs_box:nth-child(6) {
  margin-right: 0;
}
.index .xin {
  width: 1600px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
  margin-bottom: 60px;
}
.index .xin .xbox {
  width: 31.4%;
  height: 400px;
  border: 1px solid #e0dddb;
  border-radius: 8px;
}
.index .xin .xbox .title {
  width: 100%;
  height: 80px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0dddb;
}
.index .xin .xbox .title i {
  float: left;
  background: #247c32;
  width: 4px;
  height: 30px;
  border-radius: 5px;
  margin-left: 45px;
  margin-top: 25px;
}
.index .xin .xbox .title span {
  font-size: 24px;
  color: #247c32;
  line-height: 80px;
  margin-left: 20px;
  display: block;
  width: 160px;
  height: 75px;
  float: left;
  text-align: left;
  font-weight: bold;
}
.index .xin .xbox .cont {
  box-sizing: border-box;
  padding: 5px 60px;
}
.index .xin .xbox .cont ul li {
  list-style-type: disc;
  text-indent: 0em;
  margin: 25px 0;
  list-style-position: inside;
}
.index .xin .xbox .cont ul li a {
  font-size: 18px;
}
.index .xin .xbox .cont ul li a span {
  float: right;
  color: #bfbfbf;
}
.index .company {
  width: 1600px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 8px;
  margin-bottom: 60px;
}
.index .company .com_left {
  float: left;
  width: 105px;
  height: 220px;
  text-align: center;
  color: #fff;
  background: #247c32;
  font-size: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.index .company .com_left p {
  width: 100%;
  text-align: center;
}
.index .company .com_right {
  float: left;
  width: calc(100% - 106px);
  height: 318px;
  border: 1px solid #e0dddb;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  box-sizing: border-box;
  padding: 25px;
}
.index .company .com_right td {
  padding-right: 20px;
}
.index .company .com_right td img {
  border-radius: 8px;
  width: 360px;
  height: 220px;
}
.index .company .com_right td p {
  text-align: center;
  line-height: 2.8;
  font-size: 20px;
  color: #000;
}
.nfooter {
  width: 100%;
  height: 200px;
  background: #f2f2f2 url(/images/nfoot-logo.jpg) 100px center no-repeat;
}
.nfooter .cont {
  width: 400px;
  height: auto;
  overflow: hidden;
  float: right;
  margin-right: 100px;
  margin-top: 40px;
}
.nfooter .cont p {
  font-size: 20px;
  color: #333;
  line-height: 2;
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .nfooter {
    background: #f2f2f2 !important;
    height: auto!important;
    overflow: hidden!important;
  }
  .nfooter .cont {
    width: 100%!important;
    margin-right: 0px!important;
    margin-left: 0px!important;
    box-sizing: border-box;
    margin-bottom: 20px!important;
    margin-top: 20px!important;
  }
  .nfooter .cont p {
    font-size: 14px!important;
    text-align: center!important;
  }
}
