@charset "utf-8";
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: #666;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a:hover {
  text-decoration: none;
  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;
}
/*四大按钮色*/
@keyframes scratchy {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.dd {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.bb {
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
}
.header {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 80px;
  padding: 0 50px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  border-bottom: 1px solid #e6e6e6;
}
.header .logo {
  width: 300px;
  height: 80px;
  float: left;
}
.header .menu {
  width: 900px;
  height: 80px;
  float: right;
}
.header .menu a {
  display: inline-block;
  width: 100px;
  height: 80px;
  color: #333;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.header .menu a:hover {
  color: #ea5b13;
}
.header .menu span {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  line-height: 50px;
}
.header .menu span:last-child {
  display: none;
}
.header .web-menu {
  display: none;
}
.header .web-nav {
  width: 100%;
  height: 0;
  position: relative;
  float: left;
}
.header .web-nav .web-nav-content {
  width: 60%;
  height: 0;
  background: #0D2786;
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: 999;
  transition: height 1s;
}
.header .web-nav .web-nav-content ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 30px;
  display: none;
}
.header .web-nav .web-nav-content ul li {
  height: 60px;
  border-bottom: 1px solid #686dcc;
  line-height: 60px;
  text-indent: 1em;
  background: url(/images/left-arr.png) right center no-repeat;
  background-size: 6px;
}
.header .web-nav .web-nav-content ul li a {
  color: #fff;
  font-size: 16px;
}
.header .web-nav .web-nav-hover {
  height: calc(100vh - 80px);
  transition: height 1s;
}
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  height: 800px;
  margin-top: 80px;
}
.aboutus {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(/images/init-1-bg.jpg) no-repeat bottom center #f3f4f8;
  padding: 80px 0 100px;
}
.aboutus .stitle {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding-top: 0;
}
.aboutus .stitle .oh {
  font-size: 21px;
  color: #6f6f6f;
  text-transform: uppercase;
  display: block;
  line-height: 20px;
}
.aboutus .stitle .th {
  font-size: 30px;
  color: #0e0e0e;
  font-weight: bold;
  line-height: 36px;
}
.aboutus .stitle .sh {
  font-size: 14px;
  color: #6f6f6f;
  letter-spacing: 7px;
  display: block;
  margin-top: 8px;
}
.aboutus .tbox {
  padding-top: 90px;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.aboutus .tbox .left {
  width: 50%;
  float: left;
  position: relative;
}
.aboutus .tbox .left img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.aboutus .tbox .left .kuang {
  width: 100%;
  height: 402px;
  position: absolute;
  top: -16px;
  left: -20px;
  border: 2px solid #6fb6ff;
  z-index: 111;
}
.aboutus .tbox .right {
  width: 50%;
  box-sizing: border-box;
  float: right;
  margin-left: -5px;
  padding-left: 75px;
}
.aboutus .tbox .right:after {
  content: '';
}
.aboutus .tbox .right h3 {
  font-size: 24px;
  color: black;
  font-weight: bold;
}
.aboutus .tbox .right p {
  font-size: 18px;
  color: #858585;
  margin: 25px 0 50px;
  line-height: 32px;
}
.aboutus .tbox .right a.more {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  padding: 0 20px;
  border-radius: 10px;
  background: #6fb6ff;
  font-size: 14px;
  color: white;
}
.aboutus .tbox .right a.more:hover {
  background: #ea5b13;
}
.aboutus .tbox .right .box2 {
  padding-top: 40px;
  display: inline-block;
  width: 100%;
}
.aboutus .tbox .right .box2 ul li {
  width: 33.3333%;
  float: left;
  font-size: 16px;
  color: #6fb6ff;
}
.aboutus .tbox .right .box2 ul li p {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
}
.aboutus .tbox .right .box2 ul li em {
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
}
.aboutus .tbox .right .box2 ul li sup {
  font-size: 12px;
}
.aboutus .tbox .right .box2 ul li:nth-child(1) {
  width: 40%;
}
.aboutus .tbox .right .box2 ul li:nth-child(2) {
  width: 30%;
}
.aboutus .tbox .right .box2 ul li:nth-child(3) {
  width: 30%;
}
.faboutus {
  background: url("/images/init-2-bg.jpg") center center no-repeat;
  padding: 120px 0 110px;
  width: 100%;
  margin-top: -5px;
  text-align: center;
}
.faboutus ul {
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.faboutus ul li {
  width: 25%;
  float: left;
  padding: 0 50px;
  box-sizing: border-box;
}
.faboutus ul li i {
  height: 30px;
}
.faboutus ul li h3 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin: 5px 0 20px;
}
.faboutus ul li p {
  font-size: 16px;
  color: white;
  line-height: 30px;
}
.pro {
  padding: 80px 0 100px;
  background: url("/images/init-3-bg.jpg") no-repeat center top #f4f5f9;
}
.pro .stitle {
  width: 100%;
  overflow: hidden;
  height: auto;
  text-align: center;
  padding-top: 0;
}
.pro .stitle .oh {
  font-size: 21px;
  color: #6f6f6f;
  text-transform: uppercase;
  display: block;
  line-height: 20px;
}
.pro .stitle .th {
  font-size: 30px;
  color: #0e0e0e;
  font-weight: bold;
  line-height: 36px;
}
.pro .stitle .sh {
  font-size: 14px;
  color: #6f6f6f;
  letter-spacing: 7px;
  display: block;
  margin-top: 8px;
}
.pro .sbox {
  width: 1140px;
  height: 502px;
  margin: 0 auto;
  margin-top: 80px;
}
.news {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}
.news .news01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #333;
}
.news .news01 .nbox01 {
  width: 62%;
  height: 500px;
  float: left;
  background: url(/images/ind_new1.jpg) left top no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 60px;
  padding-top: 150px;
}
.news .news01 .nbox02 {
  width: 38%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  float: left;
  padding-left: 90px;
  padding-top: 100px;
  padding-right: 90px;
}
.news .news02 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news .news02 .nbox03 {
  width: 31%;
  height: 400px;
  float: left;
  box-sizing: border-box;
  background: url(/images/ind_new2.jpg);
  padding-left: 90px;
  padding-top: 50px;
  padding-right: 90px;
}
.news .news02 .nbox04 {
  width: 31%;
  height: 400px;
  float: left;
  box-sizing: border-box;
  padding-left: 90px;
  padding-top: 50px;
  padding-right: 90px;
  background: #EFEFEF;
}
.news .news02 .nbox05 {
  width: 38%;
  height: 400px;
  float: left;
}
.news .p01 {
  color: #fff;
  font-size: 16px;
  line-height: 60px;
}
.news .p02 {
  color: #fff;
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
}
.news .p03 {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}
.news .p04 {
  color: #333;
}
.hezuo {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 120px 0 0px;
}
.hezuo .hleft {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  padding-top: 60px;
  padding-left: 140px;
}
.hezuo .hleft p:first-child {
  font-size: 42px;
  line-height: 2;
  color: #000;
  font-weight: bold;
}
.hezuo .hleft p:nth-child(2) {
  font-size: 18px;
  color: #666;
}
.hezuo .hright {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
}
.hezuo .hright div {
  float: left;
  width: 240px;
  height: 130px;
  margin-bottom: 30px;
  margin-right: 40px;
}
.hezuo .hright div img {
  width: 100%;
  height: 100%;
}
.bolang {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: -4px;
}
.bolang svg {
  width: 100%;
  height: 200px;
}
.bolang .parallax > use {
  animation: move-forever 12s linear infinite;
  transform-origin: 50% 50%;
}
.bolang .parallax > use:nth-child(1) {
  animation-delay: -2s;
}
.bolang .parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
}
.bolang .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.fbolang {
  background: #F6F6F6;
}
.footer {
  color: #fff;
  background-color: #0f2b46;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.footer .wp {
  width: 1400px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.footer a {
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer a:hover {
  text-decoration: underline;
}
.f_logo {
  margin-bottom: 40px;
}
.f_cen .fl {
  width: 25%;
  float: left;
}
.f_cen .fl .wx {
  max-width: 167px;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  float: left;
}
.f_cen .fl .wx img {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}
.f_cen .fl p {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
.f_cen .fr {
  width: 75%;
  float: right;
}
.f_cen .fr ul li {
  width: 33.33%;
  text-align: center;
  float: left;
}
.f_cen .fr ul li i {
  display: block;
  /* margin-bottom: 20px; */
  margin: 0 auto 20px;
  font-size: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 60px;
}
.f_cen .fr ul li p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
  margin-bottom: 10px;
}
.f_cen .fr ul li:first-child p:last-child {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.fd-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 59px 0 45px;
  overflow: hidden;
}
.fd-top {
  border-color: rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}
.fd-top .box {
  overflow: hidden;
}
.fd-copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5em;
  background-color: #1c1d21;
  padding: 15px 0 13px;
  overflow: hidden;
}
.fd-copy {
  background-color: #0c2640;
}
.fd-copy a {
  color: rgba(255, 255, 255, 0.55);
}
.fd-copy span {
  display: block;
  float: right;
}
.nbanner {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 80px;
  height: 320px;
}
.nbanner .dban {
  width: 100%;
  height: 0;
  position: relative;
}
.nbanner .dban .obanner {
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 123;
}
.nbanner .dban .tbanner {
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 223;
  background: url(/images/mask_01.png);
}
.nbanner .dban .cp {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 260px;
  z-index: 323;
  background: url(/images/cp.png);
}
.nbanner .dban .cntxt {
  width: 300px;
  height: 80px;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 323;
  margin-left: -600px;
}
.nbanner .dban .entxt {
  width: 300px;
  height: 80px;
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 180px;
  z-index: 323;
  margin-left: -600px;
  text-transform: uppercase;
}
.nbanner .dban .oban01 {
  background: url(/images/01.jpg) center center no-repeat;
}
.nbanner .dban .oban02 {
  background: url(/images/02.jpg) center center no-repeat;
}
.nbanner .dban .oban03 {
  background: url(/images/03.jpg) center center no-repeat;
}
.nbanner .dban .oban04 {
  background: url(/images/04.jpg) center center no-repeat;
}
.nbanner .dban .oban05 {
  background: url(/images/05.jpg) center center no-repeat;
}
.snav {
  background: #fff;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.snav .wp {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.snav .wp .cur {
  float: right;
  font-size: 16px;
  color: #000;
  line-height: 73px;
}
.snav .wp .cur a {
  color: inherit;
  margin: 0 9px;
}
.snav .wp .cur a:hover {
  color: #16357a;
}
.snav .wp .cur span {
  margin-left: 9px;
}
.snav .wp .cur .img-home {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
}
.order {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 0;
  background: #F6F6F6;
}
.order .wp {
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.order .wp .title {
  font-size: 40px;
  line-height: 1.9;
  color: #333;
  font-weight: bold;
}
.order .wp .content {
  padding-top: 30px;
  background: url(/images/zhengshu.png) right center no-repeat;
  padding-right: 200px;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.order .wp .content p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  text-indent: 2em;
}
.order .wp .zhengshu {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0;
}
.order .wp .zhengshu .zs01 {
  width: 626px;
  float: left;
  height: 667px;
}
.order .wp .zhengshu .zs02 {
  width: 626px;
  float: right;
  height: 667px;
}
.order .wp .wenhua {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0 0;
}
.order .wp .wenhua .p-list6 {
  padding: 8px 0 11px;
}
.order .wp .wenhua .p-list6 li {
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
}
.order .wp .wenhua .p-list6 .pic {
  float: right;
  width: 48.29%;
  overflow: hidden;
}
.order .wp .wenhua .p-list6 .pic img {
  display: block;
  width: 100%;
}
.order .wp .wenhua .p-list6 .pic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.order .wp .wenhua .p-list6 .txt {
  float: left;
  width: 40%;
  font-size: 16px;
  color: #000;
  line-height: 35px;
  margin-left: 6.8%;
  margin-top: 41px;
}
.order .wp .wenhua .p-list6 .tit {
  font-size: 22px;
  font-weight: 700;
}
.order .wp .wenhua .p-list6 .num {
  display: block;
  font-size: 66px;
  color: #000;
  line-height: 1;
  opacity: 0.07;
  filter: alpha(opacity=7);
  margin-bottom: 14px;
}
.order .wp .wenhua .p-list6 li:nth-child(2n) .pic {
  float: left;
}
.order .wp .wenhua .p-list6 li:nth-child(2n) .txt {
  float: right;
  margin-right: 4%;
}
.order .wp .ul-imgtxtl1 {
  overflow: hidden;
  margin: 0 0px 26px;
}
.order .wp .ul-imgtxtl1 li {
  width: 33.33%;
  float: left;
  padding: 0 20px;
  margin-bottom: 42px;
  box-sizing: border-box;
}
.order .wp .ul-imgtxtl1 li:nth-child(3n+1) {
  clear: left;
}
.order .wp .ul-imgtxtl1 .con {
  display: block;
  width: 100%;
  background-color: #fff;
}
.order .wp .ul-imgtxtl1 .con .pic {
  position: relative;
  overflow: hidden;
  padding-top: 65.7142%;
  height: 0;
}
.order .wp .ul-imgtxtl1 .con .pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.order .wp .ul-imgtxtl1 .con .txt {
  padding: 37px 30px 30px;
  overflow: hidden;
}
.order .wp .ul-imgtxtl1 .con .txt .tit {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
  color: #000;
  height: 2.5em;
  margin-bottom: 16px;
  overflow: hidden;
}
.order .wp .ul-imgtxtl1 .con .info {
  overflow: hidden;
  margin-bottom: 15px;
}
.order .wp .ul-imgtxtl1 .con .info span {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 1.5em;
  color: grey;
  margin-right: 28px;
}
.order .wp .ul-imgtxtl1 .con .info span:last-child {
  margin-right: 0;
}
.order .wp .ul-imgtxtl1 .con .info .icon {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.order .wp .ul-imgtxtl1 .con .info .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.order .wp .ul-imgtxtl1 .con .desc {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 1.88em;
  height: 5.64em;
  overflow: hidden;
}
.order .wp .ul-imgtxtl1 .con:hover .pic img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.order .wp .ul-imgtxtl1 .con:hover {
  -webkit-box-shadow: 12px 0 30px rgba(13, 4, 8, 0.2);
  -moz-box-shadow: 12px 0 30px rgba(13, 4, 8, 0.2);
  -ms-box-shadow: 12px 0 30px rgba(13, 4, 8, 0.2);
  -o-box-shadow: 12px 0 30px rgba(13, 4, 8, 0.2);
  box-shadow: 12px 0 30px rgba(13, 4, 8, 0.2);
}
.order .wp .m-group-detail {
  overflow: hidden;
  padding-top: 31px;
  position: relative;
}
.order .wp .m-group-detail .title {
  font-size: 32px;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
  margin-bottom: 37px;
  box-sizing: border-box;
  border-left: 6px solid #ea5b13;
}
.order .wp .m-group-detail .info {
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
}
.order .wp .m-group-detail .info .left {
  overflow: hidden;
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
  float: left;
}
.order .wp .m-group-detail .info .left span {
  display: block;
  float: left;
  margin-right: 38px;
}
.order .wp .m-group-detail .txt {
  padding: 35px 0 49px;
  color: #000;
  font-size: 16px;
  line-height: 2.19em;
}
.order .wp .ul-listl1 {
  overflow: hidden;
  padding: 37px 0 45px;
}
.order .wp .ul-listl1 li {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 20px;
}
.order .wp .ul-listl1 li .con {
  color: #000;
  overflow: hidden;
}
.order .wp .ul-listl1 li em {
  float: left;
  width: 19px;
  height: 19px;
  margin-top: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.order .wp .ul-listl1 li.next {
  text-align: right;
  padding-right: 0;
  padding-left: 20px;
}
.order .wp .ul-listl1 li.prev em {
  background-image: url(/images/iconl9.png);
  margin-right: 15px;
}
.order .wp .ul-listl1 li.next em {
  background-image: url(/images/iconl8.png);
  margin-left: 15px;
  float: right;
}
.order .wp .ul-listl1 li.prev .con:hover em {
  background-image: url(/images/iconl9-1.png);
}
.order .wp .ul-listl1 li.next .con:hover em {
  background-image: url(/images/iconl8-1.png);
}
.order .wp .list {
  float: left;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  height: 220px;
}
.order .wp .list {
  width: 32%;
  margin-right: 2%;
}
.order .wp .list.list3 {
  margin-right: 0;
}
.order .wp .list.list3 .left {
  float: left;
  width: 100%;
}
.order .wp .list .line {
  width: 35px;
  height: 2px;
  margin: 10px 0 20px;
}
.order .wp .list.list1 .line {
  background: #da2c3a;
}
.order .wp .list.list2 .line {
  background: #dac32c;
}
.order .wp .list.list3 .line {
  background: #1ab04f;
}
.order .wp .list .tit {
  font-size: 22px;
}
.order .wp .list .con {
  font-size: 16px;
}
.order .wp .list .con p {
  margin-bottom: 5px;
  font-size: 20px;
}
.order .wp .list .tel400 {
  font-size: 0.32rem;
  color: #000;
  font-weight: 700;
}
.order .wp .shouji {
  display: none;
}
.order .wp .stop .plt {
  width: 290px;
  float: left;
}
.order .wp .stop .plt .dl1 {
  cursor: pointer;
  margin-bottom: 4px;
}
.order .wp .stop .plt .dl1 dt {
  height: 115px;
  border: 1px solid #ddd;
  padding: 30px 20px 0 30px;
  background: #fff;
  color: #444;
  margin-bottom: 4px;
}
.order .wp .stop .plt .dl1 dt h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
}
.order .wp .stop .plt .dl1 dt p {
  font-size: 14px;
  opacity: 0.25;
  margin-top: 8px;
}
.order .wp .stop .plt .dl1 dt .img {
  display: block;
  float: right;
  margin-top: 10px;
  position: relative;
}
.order .wp .stop .plt .dl1 dt .img img {
  display: block;
}
.order .wp .stop .plt .dl1 dt .img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.order .wp .stop .plt .dl1 dt {
  background: #16357a;
  color: #fff;
}
.order .wp .stop .plt .dl1 dt.act .img img:nth-child(1) {
  opacity: 0;
}
.order .wp .stop .plt .dl1 dt.act .img img:nth-child(2) {
  opacity: 1;
}
.order .wp .stop .plt .dl1 dd {
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.order .wp .stop .plt .dl1 dd .dtp {
  line-height: 55px;
  padding: 0 20px 0 30px;
  background: #fff;
  background-size: 12px;
  color: #333;
}
.order .wp .stop .plt .dl1 dd:hover .dtp,
.order .wp .stop .plt .dl1 dd.active .dtp {
  background-color: #16357a;
  color: white;
}
.order .wp .stop .prt {
  width: calc(100% - 330px);
  float: right;
  height: auto;
  overflow: hidden;
}
.order .wp .stop .prt .nday {
  padding-top: 0;
}
.order .wp .stop .prt ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .wp .stop .prt li {
  width: 32%;
  float: left;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}
.order .wp .stop .prt li a {
  display: block;
}
.order .wp .stop .prt li:nth-child(3n) {
  margin-right: 0;
}
.order .wp .stop .prt li:nth-child(3n+1) {
  clear: both;
}
.order .wp .stop .prt li .img {
  width: 100%;
  overflow: hidden;
  /* padding: 10px 0; */
}
.order .wp .stop .prt li .img img {
  margin: 0 auto;
  width: 100%;
}
.order .wp .stop .prt li .txt {
  padding: 20px 30px 0px;
}
.order .wp .stop .prt li .txt .ltt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.order .wp .stop .prt li .txt .ltc {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999;
  line-height: 1.8;
  margin: 10px 0 20px;
  height: 42px;
}
.order .wp .stop .prt li .txt .xian {
  width: 100%;
  height: 1px;
  background: #ddd;
}
.order .wp .stop .prt li .txt .more {
  position: relative;
  width: 100px;
  text-align: center;
  line-height: 54px;
  background: #fff;
  margin: 0 auto;
}
.order .wp .stop .prt li .txt .more s {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.order .wp .stop .prt li:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.order .wp .stop .prt li:hover .txt .ltt {
  color: #e50011;
}
.order .wp .stop .prt li:hover .txt .ltc {
  color: #000;
}
.order .wp .stop .prt li:hover .txt .more {
  color: #e50011;
  background: #fff;
}
.order .wp .stop .prt li::before {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #e50011;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.order .wp .stop .prt li:hover::before {
  width: 100%;
}
.order .wp .stop .prt li:hover {
  -moz-box-shadow: 0px 2px 10px #ccc;
  -webkit-box-shadow: 0px 2px 10px #ccc;
  box-shadow: 0px 2px 10px #ccc;
}
.order .wp .mktl {
  padding: 80px 0 50px;
}
.order .wp .mktl .cn {
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
}
.order .wp .mktl .line {
  width: 30px;
  height: 2px;
  background-color: #16357a;
  margin: 0 auto;
}
.order .wp .wrap {
  width: 500px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
  border: #16357a 2px solid;
}
.order .wp .wrap img {
  width: 100%;
}
.order .wp .pro_c {
  padding-bottom: 6.25%;
}
.order .wp .pro_c .tabbox {
  margin-bottom: 40px;
  margin-top: 40px;
}
.order .wp .pro_c .tabbox .tab {
  width: 240px;
  text-align: center;
  line-height: 60px;
  color: #444444;
  background-color: #f5f5f5;
  font-size: 16px;
  cursor: pointer;
}
.order .wp .pro_c .tabbox .act-tab,
.order .wp .pro_c .tabbox .act-tab a {
  background-color: #16357a;
  color: #fff;
}
.order .wp .pro_c .tabbox .tab:hover {
  color: #fff;
  background: #16357a;
}
.order .wp .pro_c .tabbox .act-tab::after {
  bottom: -6px;
  opacity: 1;
}
.fpage {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.fpage a {
  font-size: 14px;
  color: #666;
  border: #e0dddb 1px solid;
  padding: 5px 10px;
  margin: 0 5px;
}
.fpage a:hover {
  background: #043d82;
  color: #fff;
}
.fpage .action {
  background: #043d82;
  color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .header {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    overflow: initial;
    padding: 0px 20px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    border-bottom: 1px solid #e6e6e6;
  }
  .header .logo {
    width: 60%;
    height: 80px;
    float: left;
  }
  .header .logo img {
    width: 100%;
  }
  .header .menu {
    display: none;
  }
  .header .web-menu {
    width: 30px;
    height: 30px;
    float: right;
    padding: 25px 0;
    display: block;
  }
  .header .web-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background: #0D2786;
    margin-bottom: 6px;
  }
  .header .web-menu span:nth-child(3) {
    margin-bottom: 0;
  }
  .header .web-menu p {
    display: none;
  }
  .header .web-menu p img {
    width: 30px;
  }
  .header .web-nav {
    width: 100%;
    height: 0;
    position: relative;
    float: left;
  }
  .header .web-nav .web-nav-content {
    width: 60%;
    height: 0;
    background: #0D2786;
    position: absolute;
    top: 0px;
    left: -20px;
    z-index: 999;
    transition: height 1s;
  }
  .header .web-nav .web-nav-content ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 30px;
    display: none;
  }
  .header .web-nav .web-nav-content ul li {
    height: 60px;
    border-bottom: 1px solid #686dcc;
    line-height: 60px;
    text-indent: 1em;
    background: url(/images/left-arr.png) right center no-repeat;
    background-size: 6px;
  }
  .header .web-nav .web-nav-content ul li a {
    color: #fff;
    font-size: 16px;
  }
  .header .web-nav .web-nav-hover {
    height: calc(100vh - 80px);
    transition: height 1s;
  }
  .banner {
    height: 240px;
  }
  .banner .box_skitter_large {
    height: 240px;
  }
  .banner img {
    width: 100%;
    height: 240px;
  }
  .banner .box_clone {
    display: none!important;
  }
  .banner .prev_button {
    display: none!important;
  }
  .banner .next_button {
    display: none!important;
  }
  .aboutus {
    padding: 40px 0;
  }
  .aboutus .stitle {
    width: 100%;
  }
  .aboutus .tbox {
    width: 100%;
    padding-top: 40px;
    height: auto;
    overflow: hidden;
  }
  .aboutus .tbox .left {
    width: 80%;
    height: 240px;
    margin-left: 12%;
  }
  .aboutus .tbox .left img {
    width: 100%;
    height: 220px;
  }
  .aboutus .tbox .left .kuang {
    height: 220px;
  }
  .aboutus .tbox .right {
    width: 90%;
    margin-right: 4%;
    padding: 0;
  }
  .aboutus .tbox .right .box2 {
    padding-top: 20px;
  }
  .aboutus .tbox .right .box2 ul li p {
    font-size: 12px;
  }
  .aboutus .tbox .right .box2 ul li em {
    font-size: 30px;
  }
  .faboutus {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #333;
    padding: 30px 0;
  }
  .faboutus ul {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .faboutus ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .pro {
    padding: 40px 0;
  }
  .pro .sbox {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
  }
  .pro .sbox img {
    width: 100%;
  }
  .news {
    padding: 0;
  }
  .news .news01 .nbox01 {
    width: 100%;
    height: 220px;
    background-size: 100% 220px;
    padding-top: 40px;
  }
  .news .news01 .nbox02 {
    width: 100%;
    height: 380px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 30px;
  }
  .news .news02 .nbox03 {
    width: 100%;
    height: 380px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 30px;
  }
  .news .news02 .nbox04 {
    width: 100%;
    height: 380px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 30px;
  }
  .news .news02 .nbox05 {
    width: 100%;
    height: 220px;
  }
  .hezuo {
    padding: 40px 0 0;
  }
  .hezuo .hleft {
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .hezuo .hright {
    width: 100%;
  }
  .hezuo .hright div {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .bolang svg {
    width: 100%;
    height: 100px;
  }
  .footer .wp {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .footer .wp .f_cen .fl {
    width: 100%;
  }
  .footer .wp .f_cen .fr {
    width: 100%;
    padding-top: 30px;
  }
  .footer .wp .f_cen .fr ul li {
    width: 100%;
  }
  .nbanner {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
    height: 200px;
  }
  .nbanner .dban {
    width: 100%;
    height: 0;
    position: relative;
  }
  .nbanner .dban .obanner {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 123;
  }
  .nbanner .dban .tbanner {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 223;
    background: url(/images/mask_01.png);
  }
  .nbanner .dban .cp {
    display: none;
  }
  .nbanner .dban .cntxt {
    width: 50%;
    height: 80px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 10%;
    top: 70px;
    z-index: 323;
    margin-left: 0px;
  }
  .nbanner .dban .entxt {
    width: 50%;
    height: 80px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 10%;
    top: 120px;
    z-index: 323;
    margin-left: 0px;
    text-transform: uppercase;
  }
  .nbanner .dban .oban01 {
    background: url(/images/05.jpg) center center no-repeat;
    background-size: 200% 200px;
  }
  .snav .wp {
    width: 80%;
    margin: 0 auto;
  }
  .snav .wp .cur {
    float: left;
  }
  .order {
    padding-top: 30px;
  }
  .order .wp {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .order .wp .title {
    font-size: 26px;
  }
  .order .wp .content {
    padding: 0;
    background: none;
  }
  .order .wp .zhengshu .zs01 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .order .wp .zhengshu .zs01 img {
    width: 100%;
  }
  .order .wp .zhengshu .zs02 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .order .wp .zhengshu .zs02 img {
    width: 100%;
  }
  .order .wp .wenhua .p-list6 .txt,
  .order .wp .wenhua .p-list6 li:nth-child(2n) .txt {
    float: none;
    width: auto;
    margin: 0;
    padding: 15px 10px;
    font-size: 13px;
  }
  .order .wp .wenhua .p-list6 .pic,
  .order .wp .wenhua .p-list6 li:nth-child(2n) .pic {
    float: none;
    width: auto;
  }
  .order .wp .wenhua .p-list6 {
    padding-bottom: 15px;
    padding-top: 0;
  }
  .order .wp .wenhua .p-list6 li {
    margin-bottom: 15px;
  }
  .order .wp .wenhua .p-list6 .num {
    font-size: 28px;
  }
  .order .wp .wenhua .p-list6 .tit {
    font-size: 16px;
  }
  .order .wp .ul-imgtxtl1 li {
    width: 100%;
  }
  .order .wp .ul-listl1 li {
    width: 100%;
    height: 35px;
  }
  .order .wp .ul-listl1 li.next {
    text-align: left;
    padding-left: 0;
  }
  .order .wp .ul-listl1 li.next em {
    float: left;
    margin: 0 15px 0 0;
  }
  .order .wp .list {
    width: 100%;
    margin-bottom: 20px;
  }
  .order .wp .shouji {
    display: block;
  }
  .order .wp .stop .pltm {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
  }
  .order .wp .stop .pltm span {
    display: block;
    width: 50%;
    line-height: 20px;
    text-align: center;
    float: left;
    line-height: 50px;
    background: #ddd;
    color: #666;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .order .wp .stop .pltm span a {
    color: #333;
  }
  .order .wp .stop .pltm span:nth-child(2n) {
    border-right: 0;
  }
  .order .wp .stop .pltm span.active,
  .order .wp .stop .pltm span:hover {
    background: #16357a;
    color: #fff;
  }
  .order .wp .stop .pltm span:hover a,
  .order .wp .stop .pltm span.active a {
    color: white;
  }
  .order .wp .stop .plt {
    display: none;
  }
  .order .wp .stop .prt {
    width: 100%;
    float: none;
  }
  .order .wp .stop .prt li {
    width: 100%;
    margin-bottom: 20px;
  }
  .order .wp .stop .prt li .ltt {
    font-size: 18px;
  }
  .order .wp .wrap {
    width: 80%;
  }
  .order .map img {
    width: 100%;
  }
  .order .ppro img {
    width: 100%;
  }
}
