@import "iconfont.css";
.c99 {
  color: #999;
}
.c66 {
  color: #666;
}
.c-fff {
  color: #fff;
}
.vm {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a:hover {
  text-decoration: none;
}
h3,
p {
  margin: 0;
}
html,
body {
  overflow-x: hidden !important;
  width: 100%;
}
html {
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
body {
  font-family: '微软雅黑', 'arial', "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  min-width: 320px;
  background-color: #fff;
  color: #46535A;
}
a,
a:hover {
  color: #46535A;
  cursor: pointer;
}
a:hover {
  color: #3c7ad7;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fl {
  float: left;
  display: inline-block;
}
.fr {
  float: right;
  display: inline-block;
}
.c:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.c {
  *zoom: 1;
}
.container {
  max-width: 1345px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wow {
  visibility: hidden;
}
.tac {
  text-align: center;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
img {
  max-width: 100%;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
div:focus,
a:focus,
li:focus,
*:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: 0;
}
.is_wap {
  display: none !important;
}
.is_pc {
  display: block;
}
.tar {
  text-align: right;
}
div:focus {
  outline: none;
}
div {
  outline: none;
}
.jbox {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #666;
  margin-left: 3px;
  vertical-align: middle;
}
.pics {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.trsAll {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
  position: relative;
}
.text-overflow {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c000 {
  color: #000;
}
.c1 {
  color: #00FBAA;
}
.menu-btn {
  height: 16px;
  width: 24px;
  position: relative;
  display: block;
  margin-left: 20px;
  margin-top: 1.5%;
}
.menu-btn span {
  display: block;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}
/* Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  opacity: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.msec {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.flexs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.flex_mjustify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_crosscenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_mcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_box_1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.align-center {
  align-items: center;
}
.db {
  display: box;
  display: -webkit-box;
  box-align: center;
  -webkit-box-align: center;
}
.db > li,
.flex {
  -moz-box-flex: 1.0;
  -webkit-box-flex: 1.0;
  box-flex: 1.0;
}
.bet {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.wrap {
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.oh {
  overflow: hidden;
}
.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 101;
}
.header {
  padding: 12px 0;
}
.header .logo {
  display: block;
}
.header .lang {
  font-size: 16px;
  margin-bottom: 6px;
  text-align: right;
}
.header .lang span {
  margin: 0 10px;
}
.so input {
  display: block;
  height: 40px;
  border: 1px solid #dcdcdc;
  padding: 0 10px;
  width: 300px;
}
.so button {
  width: 55px;
  height: 40px;
  border: 0;
  background: url("../images/ico-so.png") no-repeat center center #3c7ad7;
}
.nav_wap {
  background: #3c7ad7;
}
.nav_wap ul > li {
  width: 12.5%;
  position: relative;
}
.nav_wap ul > li > a {
  font-size: 18px;
  color: #fff;
  line-height: 60px;height: 60px;
  display: block;
  padding: 0 5px;
  width: 100%;
  text-align: center;
}
.nav_wap ul > li > a:hover {
  /*background: #ce3532;*/
    border-bottom: 4px solid #ce3532

}
.nav_wap ul > li.on > a,
.nav_wap ul > li.on1 > a {
  /*background: #ce3532;*/
  border-bottom: 4px solid #ce3532
}
.nav_wap ul > li ul {
  position: absolute;
  top: 60px;
  display: none ;
  left: 0;
  white-space: nowrap;
  width: 100%;
}
.nav_wap ul > li ul li {
  width: auto;
}
.nav_wap ul li ul li.on2 > a {
  background: #ce3532;
  color: #fff;

}
.nav_wap ul li ul li.on2 ul li a {
  border-bottom-color: #fff;
}
.nav_wap ul li ul li.on2 ul li a:hover {
  background: #fff;
  color: #333;
}
.nav_wap ul li ul li:last-child a {
  border: 0;
}
.nav_wap ul li ul li a {
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 0 15px;
    line-height: 40px;
  height: 40px;
      border-bottom: 1px solid #3c7ad7;


}
.nav_wap ul li ul li a:hover {
  background: #ce3532;
  color: #fff;
}
.nav_wap ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}

.nav_wap ul li ul li ul.u2 li  a {
	      border-bottom: 1px solid #3c7ad7;

  background: #fff;
}
.nav_wap ul li ul li ul.u2 li  a:hover {
  background: #ce3532;
  color: #fff;
}



.main {
  padding: 34px 0;
  overflow: hidden;
}
.mleft {
  margin-right: 40px;
}
.mright {
  width: 100%;
}
.title {
  padding: 25px 40px;
  color: #fff;
  width: 286px;
  background: #3c7ad7;
}
.title h5 {
  font-size: 25px;
  margin: 0 0 5px 0;
}
.title span {
  font-size: 14px;
  text-transform: uppercase;
}
.subnav li {
  margin-top: 3px;
}
.subnav li a {
  display: block;
  padding: 20px 40px;
  font-size: 16px;
  background-color: #f1f4f8;
}
.subnav li.on a {
  color: #3c7ad7;
}
.subnav li.on2 {
  position: relative;
  z-index: 2;
}
.subnav li.on2 > a {
  background: #f1f4f8 url("../images/arr-right.png") no-repeat 90% center;
}
.subnav li.on2 ul {
  position: absolute;
  left: 100%;
  top: -3px;
  background-color: #fff;
  display: none;
}
.subnav li.on2 ul li a {
  white-space: nowrap;
  color: #000;
}
.subnav li.on2 ul li a:hover {
  color: #3c7ad7;
}
.bann {
  margin-top: 150px;
}
.title-2 {
  height: 44px;
  line-height: 42px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
.title-2 .n {
  position: relative;
  margin-left: 10px;
}
.title-2 .n span {
  display: block;
  background: #3c7ad7;
  font-size: 20px;
  color: #fff;
  height: 44px;
  padding: 0 10px;
}
.title-2 .n:after {
  width: 10px;
  height: 44px;
  display: block;
  content: '';
  background: url("../images/jr.png") no-repeat;
  position: absolute;
  right: -10px;
  top: 0;
}
.title-2 .n:before {
  width: 10px;
  height: 44px;
  display: block;
  content: '';
  background: url("../images/jl.png") no-repeat;
  position: absolute;
  left: -10px;
  top: 0;
}
.cont {
  font-size: 14px;
  line-height: 28px;
}
.cont h1 {
  text-align: center;
}
.cont .time {
  margin: 10px 0;
  color: #999;
  text-align: center;
}
.list-1,
.list-2 {
  overflow: hidden;
  margin: -10px;
}
.list-1 li,
.list-2 li {
  width: 33.333%;
  float: left;
  text-align: center;
}
.list-1 li div,
.list-2 li div {
  margin: 10px;
}
.list-1 li span,
.list-2 li span {
  display: block;
  font-size: 16px;
  margin-top: 15px;
}
.list-1 li img,
.list-2 li img {
  border: 8px solid #586985;
}
.list-2 li {
  width: 50%;
}
.list-2 li img {
  border: 0;
  width: 100%;
}
.list-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-3 li {
  width: 45%;
  margin: 30px 0;
}
.list-3 li .t {
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-3 li .p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.feedBox {
  background: #f9f9f9;
  margin-bottom: -34px;
  margin-top: 34px;
  padding: 50px 0;
}
.feedback {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.feedback ul {
  width: 45%;
}
.feedback ul li {
  height: 40px;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  padding: 0 15px;
}
.feedback ul li div:nth-child(2) {
  margin: 0 10px;
}
.feedback ul li div:last-child {
  flex: 1;
}
.feedback ul li input {
  width: 100%;
  border: 0;
  height: 38px;
}
.feedback .txt {
  width: 45%;
}
.feedback .txt button {
  height: 40px;
  width: 200px;
  border: 0;
  color: #fff;
  background: #171717;
  margin-right: 30px;
  font-size: 16px;
}
.feedback .txt button:last-child {
  margin-right: 0;
}
.feedback .txt button.on {
  background: #3c7ad7;
}
.feedback .txt .but {
  margin-top: 40px;
}
.feedback .txt .b {
  padding: 10px;
  border: 1px solid #cdcdcd;
  background: #fff;
}
.feedback .txt .b textarea {
  height: 175px;
  border: 0;
  background: none;
  margin-top: 10px;
  width: 100%;
}
.feedback .txt .t img {
  margin-right: 10px;
}
.list-5 li {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
.list-5 li .name {
  font-size: 18px;
}
.list-5 li .time {
  padding: 10px 0;
  font-size: 13px;
}
.page {
  text-align: center;
  margin: 30px 0 50px 0;
}
.page a {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background: #f6f6f6;
  font-size: 16px;
}
.page a.on,
.page a:hover {
  background: #176fc0;
  color: #fff;
}
.list-6 li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.list-6 li:last-child {
  border: 0;
}
.list-6 li .info {
  flex: 1;
  margin: 0 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.list-6 li .info .name {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.list-6 li .info .name:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  margin: 10px 0;
  background: #cccccc;
}
.list-6 li .info .p {
  color: #666;
}
.list-6 li .time {
  font-size: 40px;
  text-align: center;
  color: #999;
  opacity: 0.5;
}
.list-6 li .time span {
  display: block;
  font-size: 20px;
}
.list-7 li .info {
  margin-left: 0;
  margin-right: 0;
}
.list-7 li:hover .str {
  background: #dce7f8;
}
.list-7 li .str {
  padding: 20px;
  text-align: center;
}
.list-7 li .down span {
  display: none;
  font-size: 16px;
  color: #3c7ad7;
  margin-top: 10px;
}
.list-100 li .info {
  margin-left: 0;
  margin-right: 0;
}
.list-100 li:hover .str {
  background: #dce7f8;
}
.list-100 li .str {
  padding: 20px;
  text-align: center;
}
.list-100 li .down span {
  display: none;
  font-size: 16px;
  color: #3c7ad7;
  margin-top: 10px;
}
.message .feedback {
  display: block;
}
.message .feedback ul,
.message .feedback .txt {
  width: 80%;
}
.message .feedback ul li {
  background: #f4f4f4;
}
.message .feedback ul li input {
  background: none;
}
.message .feedback .txt .b {
  background: #f4f4f4;
}
.list-7 {
  overflow: hidden;
  margin: -10px;
}
.list-7 li {
  width: 33.333%;
  float: left;
}
.list-7 li a {
  display: block;
  margin: 10px;
  text-align: center;
  border: 1px solid #dadada;
  transform: scale(1);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.list-7 li a img {
  width: 100%;
  object-fit: cover;
}
.list-7 li a:hover {
  transform: scale(1.03);
}
.list-7 li a:hover .t {
  background: #3c7ad7;
  color: #fff;
}
.list-7 li .t {
  line-height: 45px;
  font-size: 16px;
  display: block;
  border-top: 0;
}
.proBody {
  margin-top: 50px;
}
.proBody .p {
  line-height: 2;
}
.proBox {
  display: flex;
  flex-wrap: wrap;
}
.proBox .proPic {
  width: 480px;
}
.proBox .proPic .pic {
  border: 1px solid #e0e2e7;
  margin-bottom: 5px;
  text-align: center;
}
.proBox .proPic ul {
  overflow: hidden;
  margin: -2.5px;
}
.proBox .proPic ul li {
  width: 25%;
  float: left;
}
.proBox .proPic ul li div {
  margin: 0 2.5px;
  border: 1px solid #e0e2e7;
  height: 95px;
}
.proBox .proPic ul li div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.proBox .info {
  flex: 1;
  margin-left: 50px;
}
.proBox .info .tit {
  color: #3c7ad7;
  font-size: 24px;
  margin-bottom: 15px;
}
.proBox .info .p {
  line-height: 1.8;
}
.bann .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../images/arr-left2.png") no-repeat;
  background-size: 100% 100%;
  left: 5%;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
}
.bann .slick-next {
  background-image: url("../images/arr-right2.png");
  right: 5%;
  left: auto;
}
.home-pro {
  padding: 80px 0;
}
.home-pro .hd {
  text-align: center;
  margin-bottom: 50px;
}
.home-pro .hd li {
  display: inline-block;
  background: #6f7179;
  margin: 0 12px;
  padding: 5px 10px 15px 10px;
  width: 290px;
  color: #fff;
  border-radius: 10px;
}
.home-pro .hd li h5 {
  font-size: 38px;
  line-height: 38px;
}
.home-pro .hd li.on {
  background: url("../images/tab-li-on.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.home-pro .hd li.on:after {
  content: '';
  display: block;
  background: url("../images/tab-li-on2.png") no-repeat;
  width: 26px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
}
.home-pro .bd {
  overflow: hidden;
}
.home-pro .bd .box {
  width: 1000%;
  overflow: hidden;
}
.home-pro .bd .it {
  overflow: hidden;
  float: left;
  width: 10%;
  margin-right: 10px;
}
.home-pro .bd .it li {
  float: left;
  width: 25%;
}
.home-pro2 {
  background: url("../images/bg1.png") no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.home-pro2 .p {
  color: #fff;
  text-align: center;
  padding: 0px 20% 40px 20%;
}
.title-3 {
  color: #fff;
  text-align: center;
}
.title-3 h5 {
  font-size: 50px;
}
.title-3 span {
  font-size: 16px;
}
.title-3 .x {
  width: 73px;
  height: 4px;
  border-radius: 2px;
  margin: 0 auto;
  background: #fff;
  margin-top: 30px;
}
.Ascroll {
  margin: 0 -60px;
  position: relative;
}
.Ascroll .item a {
  display: block;
  padding: 10px 60px;
  transition: all .5s;
}
.Ascroll .slick-center a {
  transform: scale(1.5);
}
.Ascroll .slick-dots {
  position: inherit;
  bottom: 0;
  margin-top: 50px;
}
.Ascroll .slick-dots li {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 0.5;
}
.Ascroll .slick-dots li.slick-active {
  background: #0d95e8;
  opacity: 1;
}
.Ascroll .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../images/arr-left2.png") no-repeat;
  background-size: 100% 100%;
  left: 40%;
  z-index: 2;
  bottom: -10px;
  top: auto;
}
.Ascroll .slick-next {
  background-image: url("../images/arr-right2.png");
  right: 40%;
  left: auto;
}
.home-about {
  padding: 80px 0;
}
.home-about .info,
.home-about .pic {
  width: 45%;
}
.home-about .title-3 {
  color: #333;
  text-align: left;
}
.home-about .title-3 .x {
  background: #dcdcdc;
  width: 100%;
  height: 1px;
}
.home-about .p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.home-about .more {
  margin-top: 20px;
}
.home-about .more a {
  background: #de2e21;
  line-height: 36px;
  border-radius: 36px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.home-about .more a span {
  font-family: '宋体';
  margin-left: 10px;
}
.home-news {
  background: url("../images/bg2.png") no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.home-news .h-news {
  width: 60%;
}
.home-news .h-news ul li {
  color: #fff;
}
.home-news .h-news ul li a {
  padding: 30px 20px;
  color: #fff;
  font-size: 13px;
  display: flex;
}
.home-news .h-news ul li a:hover {
  background: #3c7ad7;
}
.home-news .h-news ul li a .t {
  font-size: 20px;
}
.home-news .h-news ul li a .time {
  font-size: 20px;
  text-align: center;
  border-right: 2px solid #505050;
  margin-right: 20px;
  padding-right: 20px;
}
.home-news .h-news ul li a .time span {
  font-size: 13px;
  display: block;
}
.home-news .h-news ul li a .info {
  flex: 1;
  width: 50%;
}
.home-news .h-news ul li a p {
  opacity: 0.8;
}
.home-news .n-zs {
  width: 30%;
}
.home-news .n-zs .zs_scroll {
  text-align: center;
}
.home-news .n-zs .zs_scroll .it {
  font-size: 0;
}
.home-news .n-zs .zs_scroll img {
  display: inline-block;
}
.home-news .n-zs .slick-dots {
  position: inherit;
  bottom: 0;
  margin-top: 30px;
}
.home-news .n-zs .slick-dots li {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 0.5;
}
.home-news .n-zs .slick-dots li.slick-active {
  background: #0d95e8;
  opacity: 1;
}
.home-hzhb {
  background: #eceff1;
  padding: 80px 0;
}
.home-hzhb .title-3 {
  color: #333;
  margin-bottom: 50px;
}
.home-hzhb ul {
  flex-wrap: wrap;
  margin: -5px;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.home-hzhb ul li {
  margin: 5px;
}
.i_top {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 100;
  display: none;
}
.footer {
  background: #3c7ad7;
  color: #fff;
  padding: 20px 0;
  overflow: hidden;
  font-size: 16px;
}
.footer a {
  color: #fff;
}
.footer .link {
  margin-bottom: 5px;
}
.footer .link span:last-child {
  display: none;
}
@media (min-width: 768px) {
  .vertical-middle-sm {
    display: table;
  }
  .vertical-middle-sm > div,
  .vertical-middle-sm > li {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none !important;
    vertical-align: middle;
  }
}
@media (min-width: 1345px) {
  .container {
    width: 1345px;
  }
}
@media (max-width: 1024px) {
  .is_pc {
    display: none;
  }
  .is_wap {
    display: block !important;
  }
  .bann {
    margin-top: 64px;
  }
  .bann img {
    object-fit: cover;
    width: 100%;
  }
  .bann .slick-arrow {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .header .logo img {
    height: 40px;
  }
  .main .container {
    display: block;
  }
  .main .mleft {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .main .title {
    width: auto;
    padding: 15px 25px;
  }
  .main .title h5 {
    font-size: 20px;
  }
  .main .title span {
    font-size: 14px;
  }
  .main .subnav li a {
    padding: 15px 25px;
    font-size: 15px;
  }
  .main .subnav li.on2 a {
    background-position: 96% center;
  }
  .main .subnav li.on2 ul {
    position: inherit;
  }
  .main .subnav li.on ul {
    display: block;
    left: 0;
    position: inherit;
  }
  .main .subnav li.on ul li a {
    background: none;
    border-bottom: 1px solid #eee;
    padding: 15px 30px;
  }
  .main .subnav li.on ul li:last-child {
    margin-bottom: 0;
  }
  .main .subnav li.on ul li:last-child a {
    border: 0;
  }
  .nav_wap {
    position: fixed;
    top: 64px;
    z-index: 100;
    width: 100%;
  }
  .nav_wap ul {
    display: block;
    margin: 10px auto;
  }
  .nav_wap ul li {
    width: 100%;
  }
  .nav_wap ul li a {
    font-size: 15px;
    line-height: 40px;
    text-align: left;
    padding: 0 14px;
  }
  .lang {
    text-align: center;
    padding: 0 0 20px 0;
    color: #fff;
    font-size: 15px;
  }
  .lang span {
    margin: 0 10px;
  }
  .lang a {
    color: #fff;
  }
  .mright .title-2 {
    margin-bottom: 20px;
  }
  .list-1 li span {
    font-size: 14px;
  }
  .cont h1 {
    font-size: 24px;
  }
  .feedback ul,
  .feedback .txt {
    width: 100%;
  }
  .feedback .but {
    display: flex;
    justify-content: space-between;
  }
  .feedback .but button {
    width: 45%;
  }
  .message .feedback ul,
  .message .feedback .txt {
    width: 100%;
  }
  .page a {
    height: 35px;
    width: 35px;
    margin: 0 5px;
    line-height: 35px;
    font-size: 14px;
  }
  .list-5 li {
    padding: 20px 0;
  }
  .list-5 li .name {
    font-size: 16px;
  }
  .list-6 li {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  .list-6 li .info .name {
    font-size: 16px;
  }
  .list-6 li .time {
    font-size: 20px;
  }
  .list-6 li .time span {
    font-size: 14px;
  }
  .proBox {
    display: block;
  }
  .proBox .proPic {
    width: auto;
  }
  .proBox .info {
    margin-top: 20px;
    margin-left: 0;
  }
  .home-pro .hd li {
    max-width: 100%;
    width: 46%;
    margin: 0 5px;
  }
  .home-pro .hd li h5 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .home-pro .hd li span {
    font-size: 12px;
  }
  .home-pro .bd .it li {
    width: 50%;
  }
  .title-3 h5 {
    font-size: 24px;
  }
  .title-3 span {
    font-size: 14px;
  }
  .Ascroll .slick-arrow {
    width: 20px;
    height: 20px;
    bottom: 0;
  }
  .home-about .flexs {
    display: block;
  }
  .home-about .info,
  .home-about .pic {
    width: 100%;
  }
  .home-about .info {
    margin-bottom: 30px;
  }
  .home-news > div > .flexs {
    display: block;
  }
  .home-news .h-news,
  .home-news .n-zs {
    width: 100%;
  }
  .home-news .h-news {
    margin-bottom: 30px;
  }
  .home-news .h-news .info {
    width: auto !important;
  }
  .i_top img {
    height: 30px;
  }
  .footer {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .title-2 .brand {
    display: none;
  }
  .list-3 li {
    width: 100%;
    margin: 14px 0;
  }
  .list-6 li {
    display: block;
  }
  .list-6 li .info {
    margin: 0;
    border: 0;
  }
  .list-6 li .pic {
    margin-bottom: 15px;
    display: block;
  }
  .list-6 li .pic img {
    width: 100%;
  }
  .list-6 li .time {
    text-align: right;
    font-size: 14px;
  }
  .list-6 li .time span {
    font-size: 14px;
    display: inline-block;
  }
  .list-7 {
    margin: -5px;
  }
  .list-7 li {
    width: 50%;
  }
  .list-7 li a {
    margin: 5px;
  }
}
@media (max-width: 570px) {
.nav_wap ul > li ul {
  display: none   !important
}
.nav_wap ul li a{
  height: 40px;line-height: 40px;
}
.nav_wap ul > li.on > a, .nav_wap ul > li.on1 > a {
  border:0;
}

  .list-1 li {
    width: 50%;
  }
  .list-1 li span {
    font-size: 14px;
  }
  .list-7 li {
    width: 100% !important;
  }
  .home-pro2 .p {
    padding: 20px 0 30px 0;
  }
  .Ascroll .slick-dots {
    margin-top: 20px;
  }
  .home-news .h-news {
    margin-bottom: 30px;
  }
  .home-news .h-news ul li a {
    display: block;
    padding: 10px ;
  }
  .home-news .h-news ul li a .time {
    border: 0;
    text-align: left;
  }
  .home-news .h-news ul li a .time span {
    display: inline-block;
  }
  .home-hzhb,
  .home-news,
  .home-about,
  .home-pro2,
  .home-pro {
    padding: 50px 0;
  }
}
.mm-page__blocker {
  z-index: 2000;
}
/*# sourceMappingURL=style.css.map */