* {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  vertical-align: top;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 16px;
  color: #575757;
  background: #fff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
img {
  -webkit-touch-callout: none;
  max-width: 100%;
}
ul,
li {
  margin: 0;
}
button {
  cursor: pointer;
}
a {
  color: #333;
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #0054a5;
}
input[type=password],
input[type=text],
textarea {
  resize: none;
  outline: 0;
  -webkit-appearance: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fff;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.db {
  display: -webkit-box;
  -webkit-box-align: center;
}
.db > li,
.boxFlex {
  -moz-box-flex: 1.0;
  -webkit-box-flex: 1.0;
}
.tar {
  text-align: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.tac {
  text-align: center;
}
.text-overflow {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.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;
}
.flex {
  display: flex;
}
.flex1 {
  flex: 1;
}
.c-999 {
  color: #999;
}
.c-666 {
  color: #666;
}
/*  */
.flexcenter {
  display: -webkit-flex;
  justify-content: center;
  /*水平居中*/
  align-items: center;
  /*垂直居中*/
  -webkit-align-items: center;
}
.inline-box {
  font-size: 0px;
  text-align: center;
}
.inline-box li,
.inlineb {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.tar {
  text-align: right;
}
div:focus {
  outline: none;
}
div {
  outline: none;
}
.tables {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.tables li,
.cell {
  display: table-cell;
  vertical-align: middle;
}
.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 .6s;
  -o-transition: all .6s;
  transition: all .6s;
  position: relative;
}
.text-overflow {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c000 {
  color: #000;
}
.c1 {
  color: #009aff;
}



.menu-btn {
  height: 16px;
  width: 24px;
  position: relative;
  display: block;
  margin-left: 20px;
}
.menu-btn span {
  display: block;
  height: 2px;
  background-color: #35589a;
  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 */
.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 !important;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -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;
}
.slick-track:after,
.slick-track:before {
  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;
}
.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: 60px;
  width: 60px;
  line-height: 0;
  font-size: 40px;
  cursor: pointer;
  background: #d5d5d5;
  color: transparent;
  top: 50%;
  margin-top: -60px;
  padding: 0;
  border: none;
  outline: none;
  left: 0;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-family: '宋体';
  border-radius: 60px;
  font-weight: bold;
}
.slick-next {
  right: 0;
  left: auto;
}
.slick-prev:hover,
.slick-next:hover {
  background: #a5a8aa;
  color: #fff;
}
.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: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
  z-index: 2;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
  opacity: 0;
  display: none;
}
.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;
  background: #000;
}
.slick-dots li.slick-active {
  background: #0054a5;
}
.containers {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
.header {
  position: fixed;top:0;left:0;
  background: #fff;
  width: 100%;
}
.header .flex {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.header.header-h {
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}
.sobox {
  cursor: pointer;
}
.so-info {
  right: 0;top:56px;
  display: none;
}
.so-info input {
  background: #fff;
  height: 35px;border:1px solid #ccc;
  padding: 0 15px;
  color: #333;
}
.logo img {
  height: 50px;
}
.navs {
  display: flex;
}
.navs li {
  margin-right: 30px;
  position: relative;
}
.navs li.on a {
  color: #0093dd;
}
.navs li a {
  font-size: 18px;
  color: #333;
}
.navs li a:hover {
  color: #0093dd;
}
.navs .pop {
  position: absolute;
  left: 0;
  top: 20px;
  padding-top: 40px;
}
.navs .pop ul {
  background: #eb6435;
  display: none;
}
.navs .pop ul li {
  line-height: 35px;
  margin-right: 0;
  width: 120px;
}
.navs .pop ul li a {
  font-size: 15px;
  display: block;
  padding: 0 14px;
  width: 100%;
  color: #fff;
}
.navs .pop ul li a:hover {
  background: #fff;
  color: #000;
}
.lang {
  margin-left: 30px;
}
.lang a {
  display: block;
  width: 43px;
  height: 43px;
  background: #eb6435;
  color: #fff;
  text-align: center;
  line-height: 43px;
}
.bann {
  padding-top: 90px;
}
.brand {
  padding: 30px 0;
}
.brand a,
.brand span {
  margin: 0 5px;
}
.subnavs {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.subnavs ul {
  display: flex;
  justify-content: space-between;
}
.subnavs ul li {
  flex: 1;
}
.subnavs ul li a {
  display: block;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
}
.subnavs ul li .ico {
  border: 2px solid #575757;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
.subnavs ul li .ico img:nth-child(2) {
  display: none;
}
.subnavs ul li a:hover,
.subnavs ul li a.on {
  background: #0093dd;
  color: #fff;
}
.subnavs ul li a:hover .ico,
.subnavs ul li a.on .ico {
  border-color: #fff;
}
.subnavs ul li a:hover .ico img:nth-child(2),
.subnavs ul li a.on .ico img:nth-child(2) {
  display: block;
}
.subnavs ul li a:hover .ico img:nth-child(1),
.subnavs ul li a.on .ico img:nth-child(1) {
  display: none;
}
.cont {
  padding: 30px 0;
  line-height: 2;
}
.cont h1 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.list1 li {
  padding: 50px 0;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.list1 li:last-child {
  border: 0;
}
.list1 li .pic {
  margin-right: 40px;
  width: 220px;
}
.list1 li .pic img {
  width: 100%;
  object-fit: cover;
}
.list1 li .title {
  font-size: 18px;
}
.list1 li .flex1 {
  font-size: 14px;
}
.list1 li .time {
  padding: 10px 0;
}
.contact {
  margin-top: 50px;
}
.contact .doc {
  background: url("../images/bg1.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
}
.contact .doc .tit {
  font-size: 26px;
}
.contact .doc .p {
  padding: 30px 0;
  line-height: 1.8;
}
.contact .doc .x {
  width: 50px;
  height: 2px;
  background: #fff;
  margin-top: 30px;
}
.contact .dt img {
  width: 100%;
}
.act_box .feedback {
  color: #333;
  max-width: 900px;
  margin: 90px auto;
}
.act_box .feedback ul li {
  border-color: #a0a0a0;
}
.act_box .feedback ul li input::placeholder {
  color: #666;
}
.act_box .feedback .text textarea {
  height: 210px;
}
.act_box .feedback .text textarea::placeholder {
  color: #666;
}
.act_box .feedback button {
  color: #fff;
}
.job_box {
  margin-top: 50px;
}
.job_box .box {
  background: url("../images/bg2.png") no-repeat;
  background-size: cover;
  padding: 55px;
  color: #fff;
}
.job_box .box .tit {
  font-size: 23px;
  margin-bottom: 20px;
}
.job_box .box .p {
  line-height: 2;
}
.job_box .list .title {
  font-size: 23px;
  padding: 55px 0 20px 55px;
}
.job_box .list ul li {
  margin-bottom: 10px;
}
.job_box .list ul li .n {
  background: #f6f6f6;
  line-height: 50px;
  padding: 0 55px;
  cursor: pointer;
}
.job_box .list ul li .n.on {
  background: #0093dd;
  color: #fff;
}
.job_box .list ul li .p {
  display: none;
  padding: 20px 50px;
  line-height: 2;
}
.sys_box .it1 {
  padding: 50px 0;
}
.sys_box .it1 .tit div {
  background: #0093dd;
  max-width: 360px;
  line-height: 57px;
  text-align: center;
  margin: 0 auto;
  font-size: 26px;
  color: #fff;
  padding: 0 20px;
}
.sys_box .it1 .p {
  padding: 20px 100px 0 100px;
  line-height: 2;
}
.sys_box .it2 {
  background: #f6f6f6;
  padding: 50px 0;
}
.sys_box .it2 .tit {
  margin-bottom: 30px;
}
.sys_box .it2 .tit div {
  background: #eb6435;
  color: #fff;
  font-size: 26px;
  line-height: 57px;
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.sys_box .it2 ul {
  justify-content: space-between;
}
.sys_box .it2 ul li {
  width: 30%;
}
.sys_box .it2 ul li .n {
  font-size: 22px;
}
.sys_box .it2 ul li .p {
  line-height: 2;
  margin-top: 20px;
}
.sys_box .it3 {
  padding: 50px 0;
}
.sys_box .it3 .doc {
  background: url("../images/5.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
}
.sys_box .it3 .doc .tit {
  font-size: 26px;
}
.sys_box .it3 .doc .p {
  padding: 30px 0;
  line-height: 1.8;
}
.sys_box .it3 .doc .x {
  width: 50px;
  height: 2px;
  background: #fff;
  margin-top: 30px;
}
.sys_box .it3 .dt img {
  width: 100%;
}
.sys_box .tables {
  padding: 50px 0;
}
.sys_box .tables .tit {
  line-height: 57px;
  font-size: 22px;
  color: #fff;
  background: #eb6435;
  text-align: center;
}
.sys_box .tables table {
  width: 100%;
}
.sys_box .tables table th,
.sys_box .tables table td {
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  vertical-align: middle;
}
.sys_box .tables table th {
  background: #eeeeee;
  padding: 15px 20px;
  text-align: center;
}
.sys_box .tables table tr td:first-child,
.sys_box .tables table tr th:first-child {
  text-align: center;
  width: 80px;
}
.sys_box .tables table tr td:last-child {
  text-align: center;
}
.sys_box .it4 {
  padding: 50px 0;
}
.sys_box .it4 .tit {
  background: #eb6435;
  color: #fff;
  font-size: 26px;
  line-height: 57px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 30px;
}
.sys_box .it4 .box {
  justify-content: space-between;
  align-items: center;
}
.sys_box .it4 .box .pic {
  margin-right: 50px;
}
.sys_box .it4 .box .info {
  font-size: 20px;
  line-height: 2.4;
}
.sys_box .it5 {
  justify-content: space-between;
}
.sys_box .it5 li {
  width: 31%;
}
.sys_box .it5 li .box {
  border: 1px solid #eee;
  height: 450px;
  overflow-y: scroll;
  padding: 30px;
  line-height: 2;
}
.sys_box .it5 li .box .t {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
* ::-webkit-scrollbar {
  background-color: #000;
}
* ::-webkit-scrollbar-track {
  background-color: #eee;
}
* ::-webkit-scrollbar {
  width: 4px;
}
* ::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  width: 3px;
}
* ::-webkit-scrollbar-button {
  background-color: #eee;
}
* ::-webkit-scrollbar-corner {
  background-color: #c3c3c3;
  width: 3px;
}
.sub li {
  background: #0093dd;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  width: 164px;
}
.sub li a {
  display: block;
  padding: 14px 10px;
  color: #fff;
}
.sub li a:hover {
  background: #eb6435;
}
.sub li.on a {
  background: #eb6435;
}
.mr {
  margin-left: 50px;
  flex:1;
}
.list2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
.list2 li {
  width: 33.3333%;
}
.list2 li a {
  display: block;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.list2 li a:hover {
  color: #0093dd;
}
.list2 li a:hover .pic:after {
  width: 100%;
}
.list2 li a .pic {
  position: relative;
}
.list2 li a .pic:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 7px;
  background: #0093dd;
  transition: all .5s;
  bottom: 0;
  left: 0;
}
.list2 li img {
  width: 100%;
}
.list2 li .t {
  margin-top: 20px;
  display: block;
}
.list3 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
.list3 li {
  width: 25%;
}
.list3 li a {
  display: block;
  margin: 0 30px 30px 0;
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
  position: relative;
}
.list3 li a:after {
  content: '';
  display: block;
  width: 0;
  height: 7px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #0093dd;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.list3 li a .t {
  display: block;
  margin-top: 15px;
}
.list3 li a:hover:after {
  width: 100%;
}
.mr .infos .pic div {
  width: 500px;
}
.mr .infos .p {
  margin-left: 40px;
  line-height: 2;
}
.mr .tables {
  overflow: scroll;
  width: 100%;
}
.mr .tables table {
  width: 100%;
}
.mr .tables table td,
.mr .tables table th {
  border: 1px solid #eee;
  padding: 10px 10px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
.mr .tables table th {
  background: #0093dd;
  color: #fff;
  font-weight: normal;
}
.mr .tables table select {
  width: 100%;
}
.mr .tables table tr td:last-child,
.mr .tables table tr th:last-child {
  border-right: 1px solid #0093dd;
}
.mr .tables table tr td:first-child,
.mr .tables table tr th:first-child {
  border-left-color: #0093dd;
}
.mr .tables table tr:last-child td {
  border-bottom: 1px solid #0093dd;
}
.list4 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-top: 30px;
}
.list4 li {
  width: 20%;
}
.list4 li a {
  display: block;
  text-align: center;
  margin: 0 24px 10px 0;
}
.list4 li a .pic {
  border: 1px solid #ccc;
}
.list4 li a .t {
  display: block;
  line-height: 50px;
  overflow: hidden;
  height: 50px;
}
.list4 li a:hover .pic {
  border-color: #eb6435;
}
.list4 li a:hover .t {
  background: #eb6435;
  color: #fff;
}
.footer {
  background: url("../images/bottom_bg.png") no-repeat top center;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
  margin-top: 50px;
}
.footer a {
  color: #fff;
}
.footer .address {
  padding: 20px 0;
  display: flex;
  line-height: 1.8;
}
.footer .address .m {
  margin-right: 15px;
}
.footer .copyright p {
  margin-top: 10px;
}
.feedback {
  margin-top: 20px;
}
.feedback .flex1 {
  width: 350px;
  margin: 0 0 0 20px;
}
.feedback ul li {
  border: 1px solid #adb2b7;
  height: 40px;
  margin-bottom: 25px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.feedback ul li .ico {
  margin-right: 10px;
}
.feedback ul li input {
  width: 100%;
  border: 0;
  background: none;
}
.feedback ul li input::placeholder {
  color: #adb2b7;
}
.feedback .text {
  border: 1px solid #adb2b7;
  padding: 10px;
  display: flex;
}
.feedback .text .ico {
  margin-right: 10px;
}
.feedback .text textarea {
  border: 0;
  background: none;
  height: 147px;
}
.feedback .text textarea::placeholder {
  color: #adb2b7;
}
.feedback .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.feedback .btns button {
  height: 40px;
  width: 49%;
  background: #1b1c1d;
  border: 1px solid #1b1c1d;
}
.feedback .btns button:nth-child(2) {
  background: #0e77ae;
  border-color: #0e77ae;
}
#fp-nav ul li {
  width: auto;
  height: auto;
  margin: 15px 0;
}
#fp-nav ul li a {
  width: auto;
  height: auto;
}
#fp-nav ul li a span {
  width: 18px;
  height: 18px;
  background: #bcbcbc;
  border-radius: 9px;
  padding: 0;
  margin: 3px;
  position: relative;
  top: auto;
  left: auto;
  display: block;
  border: 0;
}
#fp-nav ul li a.active {
  border: 1px solid #eb6435;
  border-radius: 18px;
}
#fp-nav ul li a.active span {
  background: #eb6435;
}
.title-a {
  text-align: center;
  margin-bottom: 50px;
  font-size: 46px;
}
.title-a span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-family: Arial;
}
.section.home-footer {
  background: url("../images/bg4.png") no-repeat;
  background-size: cover;
}
.section .footer {
  background: none;
}
.home-news {
  background: url("../images/bg3.png") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  margin-bottom: -50px;
}
.home-news .news_tab {
  justify-content: center;
}
.home-news .news_tab li {
  font-size: 20px;
  background: url("../images/btn1.png") no-repeat;
  background-size: 100% 100%;
  color: #333;
  padding: 0 20px;
  line-height: 50px;
  margin: 0 25px;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
.home-news .news_tab li.on {
  background-image: url("../images/btn2.png");
  color: #fff;
}
.home-news .bd .x {
  border-top: 2px dotted #676b70;
  height: 0;
  margin: 80px 0 45px 0;
}
.home-news .bd .it {
  display: none;
}
.home-news .bd ul {
  display: flex;
  margin-right: -60px;
}
.home-news .bd ul li {
  width: 33.333%;
}
.home-news .bd ul li a {
  display: block;
  color: #fff;
  margin-right: 60px;
  background: url("../images/j1.png") no-repeat;
  height: 232px;
  background-size: 100% 100%;
  padding: 45px 20px;
  position: relative;
}
.home-news .bd ul li a:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background: #fff;
  border-radius: 14px;
  top: -53px;
  left: 50%;
  margin-left: -7px;
}
.home-news .bd ul li a .tit {
  font-size: 20px;
  margin-bottom: 20px;
}
.home-news .bd ul li a .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #99999b;
  padding: 14px 20px;
}
.home-news .bd ul li a .time .data {
  background: url("../images/j3.png") no-repeat right center;
  line-height: 30px;
}
.home-news .bd ul li a:hover {
  background-image: url("../images/j2.png");
}
.home-news .bd ul li a:hover .time {
  background: #eb6435;
}
.home-news .bd ul li a:hover:after {
  background: #eb6435;
}
.home-sys {
  padding: 100px 0;
}
.home-sys .title-a {
  color: #0093dd;
}
.home-sys .title-a span {
  color: #333;
}
.home-sys .list {
  position: relative;
  padding: 0 150px;
  text-align: center;
}
.home-sys .list .t {
  font-size: 30px;
  margin-top: 15px;
}
.home-sys .list .pic {
  text-align: center;
}
.home-sys .list .pic img {
  height: 400px;
  margin: 0 auto;
}
.home-sys .list .p {
  padding: 0 100px;
  margin: 15px 0;
}
.home-sys .list .more {
  display: inline-block;
  width: 104px;
  height: 36px;
  line-height: 36px;
  background: #eb6435;
  color: #fff;
  border-radius: 36px;
}
.more a {
  color: #fff;
}
.home-yyfa {
  background: #f4f6f7;
  padding: 100px 0;
}
.home-yyfa .title-a {
  color: #0093dd;
}
.home-yyfa .title-a span {
  color: #333;
}
.home-yyfa .box {
  padding: 40px 30px;
  border: 5px solid #eb6435;
  background: #fff;
}
.home-yyfa .slider {
  width: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  overflow: hidden;
  min-width: 630px;
}
.home-yyfa .slider .h {
  height: 400px;
}
.home-yyfa .slider .hd {
  margin-top: 30px;
  line-height: 63px;
  color: #fff;
  position: relative;
  z-index: 11;
}
.home-yyfa .slider .hd ul {
  background: #0093dd;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-yyfa .slider .hd ul li {
  padding: 0 20px;
  cursor: pointer;
}
.home-yyfa .slider .hd ul li.on {
  background: #eb6435;
}
.home-yyfa .slider .bd {
  width: 630px;
  position: absolute;
  left: 50%;
  margin-left: -315px;
}
.home-yyfa .slider .bd li {
  width: 630px;
  overflow: hidden;
}
.home-yyfa .slider .bd li img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.home-yyfa .slider .bd li a {
  display: block;
  margin: 0 20px;
}
.home-yyfa .slider .tempWrap {
  overflow: visible !important;
}
.home-yyfa .slider .tempWrap ul {
  margin-left: -630px !important;
}
.home-pro {
  padding: 100px 0;

}
.home-pro .title-a {
  color: #0093dd;
}
.home-pro .title-a span {
  color: #333;
}
.home-pro .list {
  padding-bottom: 80px;
}
.home-pro .list .slick-prev,
.home-pro .list .slick-next {
  bottom: -40px;
  top: auto;
  left: 40%;
}
.home-pro .list .slick-next {
  right: 40%;
  left: auto;
}
.home-pro .list .item {
  padding-top: 20px;
}
.home-pro .list .item a {
  background: #f4f4f4;
  padding: 25px 12px;
  margin: 0 8px;
  display: block;
  text-align: center;
  transition: all .5s;
}
.home-pro .list .item a:hover {
  margin-top: -20px;
  background: #0093dd;
  color: #fff;
}
.home-pro .list .item a:hover .x {
  background: #fff;
}
.home-pro .list .item a .n {
  font-size: 24px;
}
.home-pro .list .item a .x {
  height: 2px;
  width: 50px;
  margin: 20px auto 30px auto;
  background: #a6a6a6;
  display: block;
}
.home-pro .list .item a .pic {
  background: #fff;
  margin-bottom: 20px;
}
.home-pro .list .item a .more {
  display: inline-block;
  width: 170px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  text-align: center;
  background: #fff;
  color: #333;
}
.home-pro .list .item a .more span {
  font-family: 宋体;
}
.home-banner {
  height: 100%;
  padding: 0 !important;
}
.home-banner div {
  height: 100%;
}
.home-banner img {
  height: 100%;
  object-fit: cover;
}
.home-banner .slick-prev,
.home-banner .slick-next {
  background: none;
  left: 3%;
  z-index: 11;
}
.home-banner .slick-next {
  right: 3%;
  left: auto;
}
.home-banner .dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.home-banner .dots li {
  width: 36px;
  height: 5px;
  margin: 0 30px;
  background: #fff;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.home-banner .dots li.slick-active {
  background: #eb6435;
}
/*# sourceMappingURL=style.css.map */

