@-weibit-keyframes musicMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*IOS滚动条*/
@media (max-width: 767px){
.table-container{width:100%; overflow-y:auto; _overflow:auto;}
.table-container::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.table-container::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}
table tr td, table tr th{padding-left: 0.9em;padding-right: 0.9em;}

table{border-collapse:collapse; border-spacing:0; border:0;width:100%;}
table tr td, table tr th{white-space:nowrap;}
}

.cc {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yy {
  box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.notext {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.fd {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.fbj {
  display: flex;
  flex-wrap: wrap;
}
.pac {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
a {
  text-decoration: none;
  color: #2f2e3f;
}
a:hover {
  text-decoration: none;
  color: #000;
}
body,
html {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
img {
  max-width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
/*Ã¨Â¶â€¦Ã¥â€¡ÂºÃ©Æ’Â¨Ã¥Ë†â€ Ã¥â€¡ÂºÃ§Å½Â°Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡*/
.layui_search_op2_box {
	width: 100%;float: left;
}
.table-container {
	padding-top: 20px;
	width: 100%;float: left;
	
}
/* .table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 10px;
}
.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.table-container table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table-container table tr td,
table tr th {
  padding-left: 3px;
}
@media (max-width: 767px) {
  .table-container table tr td,
  .table-container table tr th {
    white-space: nowrap;
  }
} */
.scroll_top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background: #D6322D;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  outline: 0;
  z-index: 99999;
  display: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.scroll_top:hover {
  background: #596fff;
}
.scroll_top .fa {
  font-size: 20px;
}
.scroll_top svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .scroll_top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #D6322D;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    z-index: 99999;
    display: none;
  }
}
.jzk_banner .swiper-pagination {
  bottom: 42px;
}
.jzk_banner .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  outline: none;
}
@media (min-width: 1200px) {
}
.head_box {
  background: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  transition: 0.2s;
}
body {
  margin-top: 100px;
}
.head_box.hv {
  background: #fff;
  position: fixed;
  z-index: 10000;
  height: 74px;
  line-height: 74px;
  box-shadow: 0px 2px 4px 0px rgba(19, 17, 67, 0.13);
}
.head_box.hv a {
  color: #333333;
}
.head_logo {
  float: left;
}
.head_ip {
  float: right;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.head_ip2 {
	margin-left: 20px;
}
.head_ip img {
  margin-right: 12px;
  margin-top: -4px;
}
.head_box.hv .head_ip {
  color: #333333;
}
.head_search {
  float: right;
  padding-left: 30px;
  cursor: pointer;
}
.head_ul {
  float: left;
  margin-left: 103px;
}
.head_ul li {
  float: left;
  color: #333333;
}
.head_ul li a {
  padding: 0 16px;
  color: #333333;
  font-size: 18px;
  display: inline-block;
  position: relative;
  z-index: 9;
  text-align: center;
}
.head_ul li a::after {
  width: 0;
  height: 3px;
  background: #D6322D;
  content: ' ';
  display: inline-block;
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.head_ul li.hv a::after,
.head_ul li:hover a::after {
  width: calc(100% - 32px);
  opacity: 1;
}
.layui_search {
  display: none;
  padding: 30px;
}
.layui_search form {
  display: inline-block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #D5D5D5;
  border-radius: 32px;
  position: relative;
}
.layui_search input {
  background: none;
  border: none;
  font-size: 16px;
  color: #8B8B8B;
  padding-left: 21px;
  width: 100%;
}
.layui_search button {
  position: absolute;
  right: 0;
  top: 4px;
  border: none;
  background: none;
  cursor: pointer;
  padding-right: 17px;
  padding-top: 8px;
}
.layui_search2 {
  display: none;
  padding: 30px;
}
.layui_search2 form {
  display: inline-block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #D5D5D5;
  border-radius: 32px;
  position: relative;
}
.layui_search2 input {
  background: none;
  border: none;
  font-size: 16px;
  color: #8B8B8B;
  padding-left: 21px;
  width: 100%;
}
.layui_search2 button {
  position: absolute;
  right: 0;
  top: 4px;
  border: none;
  background: none;
  cursor: pointer;
  padding-right: 17px;
  padding-top: 8px;
}
.head_nav_right > * {
  display: none;
}
.head_nav_right > *:first-child {
  display: block;
}
.head_nav_left span {
  padding: 0!important;
}
.head_nav_left {
  width: 280px;
  float: left;
  line-height: 36px;
  padding: 20px 22px;
}
.head_nav_left a {
  display: block!important;
  text-align: left!important;
}
.head_nav_left .nf {
  line-height: 55px;
}
.head_nav_left .nf:after {
  display: none!important;
}
.head_nav_left span {
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e1e6f0;
  display: block;
}
.head_nav_left span i {
  float: right;
}
.head_nav_left_a {
  cursor: pointer;
  padding-top: 22px;
}
.head_nav_left_a a {
  display: inline-block !important;
  font-size: 14px!important;
}
.head_nav_left_a a:after {
  width: 0% !important;
}
.head_nav_left_a a:hover:after,
.head_nav_left_a a.hv:after {
  width: 100% !important;
}
.head_nav_right {
  border-left: 1px solid #e1e6f0;
  width: 920px;
  float: left;
  padding: 20px 0 20px 30px;
}
.head_nav_son {
  border-top: 1px solid #e1e6f0;
  background: #fff;
  line-height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.head_nav_son::after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.head_nav_son dl {
  float: left;
  width: 100%;
  padding: 10px 0 ;
}
.head_nav_son dt a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.head_nav_son dd a {
  font-size: 14px;
  color: #6C6C6C;
}
.head_nav_son a {
  padding: 0!important;
  margin: 0;
}
.head_nav_son a:hover {
  color: #D6322D;
}
.head_nav_son span {
  padding: 0 11px;
  color: #6C6C6C;
}
.head_box.hv .head_nav_son {
  top: 74px;
}
.jzk_toggle_01 {
  display: none;
  width: 26px;
  z-index: 9999;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  top: 33px;
  right: 10px;
  cursor: pointer;
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
}
.jzk_toggle_01 .jzk_icon_01 {
  width: 26px;
  height: 2px;
  background-color: #5a5a5a;
  border-radius: 2px;
  position: absolute;
  top: -5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.jzk_toggle_01 .jzk_icon_01:before,
.jzk_toggle_01 .jzk_icon_01:after {
  width: 26px;
  height: 2px;
  background-color: #5a5a5a;
  border-radius: 2px;
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
}
.jzk_toggle_01 .jzk_icon_01:before {
  top: -9px;
}
.jzk_toggle_01 .jzk_icon_01:after {
  top: 9px;
}
.jzk_open .jzk_toggle_01 {
  box-shadow: none;
}
.jzk_open .jzk_toggle_01 .jzk_icon_01:before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.jzk_open .jzk_toggle_01 .jzk_icon_01:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.jzk_open .jzk_toggle_01 .jzk_icon_01 {
  width: 0;
}
.head_box.hv .jzk_toggle_01 .jzk_icon_01 {
  background-color: #5a5a5a;
}
.head_box.hv .jzk_toggle_01 .jzk_icon_01:before,
.head_box.hv .jzk_toggle_01 .jzk_icon_01:after {
  background-color: #5a5a5a;
}
@media (max-width: 991px) {
  .head_box.hv {
    height: 56px;
    line-height: 56px;
  }
}
.addt {
  position: absolute;
  right: 0;
  top: 8px;
  width: 48px;
  height: 58px;
  padding-top: 20px;
  padding-right: 10px;
  display: none;
  z-index: 9999;
}
.addt::after {
  width: 18px;
  height: 2px;
  content: ' ';
  display: block;
  transition: 0.2s;
  background: #bacfc0;
  position: absolute;
}
.addt::before {
  width: 18px;
  height: 2px;
  content: ' ';
  display: block;
  transition: 0.2s;
  background: #bacfc0;
  position: absolute;
  transform: rotate(90deg);
}
.addt.hv::after {
  background: #bacfc0;
}
.addt.hv::before {
  background: #bacfc0;
  transform: rotate(0deg);
}
.head_ul li.hv dl a::after,
.head_ul li:hover dl a::after {
  display: none;
}
.head_box.hv .head_ul li.hv a::after,
.head_box.hv .head_ul li:hover a::after {
  background: #D6322D;
}
@media (max-width: 1450px) {
  .head_ul {
    margin-left: 50px;
  }
  .head_nav_left {
    width: 240px;
  }
}
@media (max-width: 1200px) {
  .head_nav_left {
    width: 220px;
  }
  .head_nav_right {
    width: 730px;
  }
  .head_ul {
    margin-left: 20px;
  }
  .head_ul li a {
    padding: 0 10px;
  }
  .head_ul li.hv a::after,
  .head_ul li:hover a::after {
    width: 80%;
    opacity: 1;
  }
  .head_search {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .head_search {
    margin-right: 50px;
  }
  body {
    margin-top: 56px;
  }
  .jzk_toggle_01 {
    display: block;
  }
  .head_nav_left .nf {
    display: none!important;
  }
  .head_nav_left_a {
    padding-top: 0;
    width: 33.3%;
    float: left;
  }
  .head_nav_left_a a {
    text-align: center!important;
  }
  .head_nav_left {
    width: 100%;
  }
  .head_nav_right {
    border-left: none;
    padding: 5px 0 10px 0;
  }
  .head_nav_right {
    width: 100%;
  }
  .head_ip {
    display: none;
  }
  .head_ip2 {
    display: block;
  }
  .head_ul {
    float: right;
  }
  .head_ul {
    margin-left: 0 ;
    width: 100%;
    background: #fff;
    max-height: 500px;
    overflow-y: scroll ;
    padding: 10px 0;
    box-shadow: 0px 5px 42px 0px rgba(0, 14, 27, 0.3);
    display: none;
  }
  .head_ul li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebeff9;
  }
  .head_ul li a {
    width: 100%;
    color: #333333;
    font-size: 16px;
  }
  .head_nav_son {
    display: none;
    position: initial;
    width: 100%;
    margin: 0;
    background: #f9f9f9;
    padding: 0px 0 0px;
  }
  .head_nav_son dl {
    padding: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .head_nav_son dl dt {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
  }
  .head_nav_son dl dt a {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .head_nav_son dl a {
    display: inline-block;
    float: initial;
    width: auto;
    font-size: 14px;
  }
  .head_nav_son dl dd {
    padding: 0 10px;
  }
  .head_nav_son dl span {
    display: inline-block;
    float: initial;
  }
  .head_box {
    line-height: 56px;
    height: 56px;
  }
  .head_logo img {
    height: 30px;
  }
  .addt {
    display: block;
  }
  .jzk_banner .swiper-pagination {
    bottom: 12px;
  }
  .head_ul li a::after {
    display: none;
  }
  .head_nav_son dl span {
    display: none;
  }
  .head_nav_son dl a {
    padding: 0 6px!important;
  }
  .head_nav_right {
    /* background-color: #f1f1f1; */
  }
  .head_nav_son a.hv {
    color: #D6322D;
  }
}
@media (max-width: 767px) {
  .head_nav_left_a {
    width: 100%;
  }
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.w:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
@media (max-width: 1450px) {
  .w {
    width: 1190px;
  }
}
@media (max-width: 1200px) {
  .w {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .w {
    width: 92%;
    margin: 0 4%;
  }
}
.title_index {
  text-align: center;
  padding: 50px 0 37px;
}
.title_index h3 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  margin-bottom: 4px;
  font-weight: bold;
}
.title_index span {
  font-size: 30px;
  color: #f3d0cf;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.title_index2 {
  text-align: center;
  padding: 50px 0 60px;
}
.title_index2 h3 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  margin-bottom: 28px;
}
.title_index2 span {
  font-size: 15px;
  color: #868585;
  line-height: 30px;
}
.title_index2 b {
  width: 70px;
  height: 3px;
  background: #D6322D;
  display: inline-block;
  margin-bottom: 20px;
}
.title_index2 p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.title_index2 .p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
@media (max-width: 1200px) {
  .title_index {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .title_index {
    padding: 20px 0 20px;
  }
  .title_index h3 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .title_index span {
    margin-bottom: 0;
    font-size: 22px;
  }
  .title_index2 h3 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .title_index2 h3 {
    font-size: 20px;
  }
  .title_index2 p {
    line-height: 30px;
    font-size: 14px;
  }
  .title_index2 p br {
    display: none;
  }
  .title_index2 {
    padding: 20px 0 30px;
  }
  .title_index h3 {
    margin-top: 20px;
    line-height: 30px;
  }
  .title_index span {
    font-size: 14px;
  }
}
.more_box {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 80px;
}
.more_box a {
  width: 165px;
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  color: #fff;
  background: #D6322D;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  transition: 0.2s;
}
.more_box a svg {
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
}
.more_box a:hover {
  background: #3a61ff;
}
.more_box2 {
  text-align: left;
  padding-top: 40px;
}
.more_box2 a {
  width: 165px;
  text-align: left;
  line-height: 45px;
  font-size: 12px;
  color: #D6322D;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
}
.more_box2 a svg {
  margin: 0 0 0 8px;
  position: relative;
  top: 1px;
}
@media (max-width: 1200px) {
  .more_box {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .more_box {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .more_box {
    padding-top: 16px;
  }
}
.solve_client_ul {
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-bottom: 80px;
  display: inline-block;
}
.solve_client_ul li {
  float: left;
  width: 25%;
  margin-bottom: 28px;
}
.solve_client_ul li a {
  background: #fff;
  margin: 0 13px;
  display: inline-block;
  box-shadow: 0 0 10px 3px rgba(19, 55, 159, 0.08);
  line-height: 36px;
  transition: 0.2s;
  text-align: center;
  width: calc(100% - 26px);
  padding: 20px 0 30px;
}
.solve_client_ul li a h3 {
  font-size: 18px;
}
.solve_client_ul li a img {
  width: 100%;
}
.solve_client_ul li a:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .solve_client_ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .solve_client_ul li a h3 {
    font-size: 14px;
  }
  .solve_client_ul li a {
    margin: 0 5px;
    padding: 10px 0 ;
  }
  .solve_client_ul {
    margin-bottom: 30px;
  }
}
.advantages {
  background: #f2f4fa;
  padding-bottom: 60px;
}
.advantages .title_index h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
  padding-top: 20px;
}
.advantages ul {
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-bottom: 80px;
}
.advantages ul li {
  float: left;
  width: 25%;
  margin-bottom: 28px;
}
.advantages ul li a {
  min-height: 430px;
  background: #fff;
  margin: 0 13px;
  display: inline-block;
  box-shadow: 0 0 10px 3px rgba(19, 55, 159, 0.08);
  line-height: 36px;
  transition: 0.2s;
  text-align: center;
  width: calc(100% - 26px);
  padding: 45px 34px ;
}
.advantages ul li a h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 15px;
}
.advantages ul li a h3::after {
  background: #D6322D;
  content: ' ';
  display: inline-block;
  width: 45px;
  height: 3px;
  margin-bottom: 18px;
  margin-top: 18px;
}
.advantages ul li a p {
  line-height: 30px;
  text-align: left;
}
.advantages ul li a:hover {
  box-shadow: 0 0 10px 3px rgba(19, 55, 159, 0.2);
}
@media (max-width: 991px) {
  .advantages ul li {
    width: 50%;
  }
  .advantages ul li a {
    padding: 20px;
  }
  .advantages ul li a h3 {
    font-size: 18px;
  }
  .advantages ul li a h3::after {
    margin: 8px 0;
  }
}
@media (max-width: 767px) {
  .advantages .title_index h3 {
    font-size: 20px;
  }
  .advantages ul li {
    width: 100%;
  }
  .advantages ul li a {
    height: auto!important;
  }
}
.sev_box {
  background: url(../images/index_form_bg.png) no-repeat center top;
  height: 210px;
}
.sev_box1 {
  float: left;
  color: #fff;
  padding-top: 60px;
}
.sev_box1 h3 {
  font-size: 38px;
  line-height: 40px;
  padding-bottom: 14px;
  display: inline-block;
}
.sev_box1 p {
  font-size: 16px;
}
.sev_box2 {
  float: right;
  padding-top: 78px;
}
.sev_box2 a {
  width: 210px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #D6322D;
  background: #fff;
  display: inline-block;
}
@media (max-width: 1200px) {
  .sev_box1 h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .sev_box1 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .sev_box {
    height: 280px;
    background-size: cover;
  }
  .sev_box1 h3 {
    padding-bottom: 8px;
  }
  .sev_box1 {
    width: 100%;
    text-align: center;
  }
  .sev_box2 {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .sev_box2 a {
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }
}
.foot_nav {
  background: #333333;
  padding: 48px 0;
}
.foot_nav dl {
  float: left;
  width: 146px;
}
.foot_nav dl:first-child {
  float: left;
  width: 200px;
}
.foot_nav dt a {
  font-size: 16px;
  color: #fff;
  margin-bottom: 24px;
  display: inline-block;
}
.foot_nav dd a {
  font-size: 14px;
  color: #BDBDBD;
  line-height: 30px;
  display: inline-block;
  transition: 0.2s;
}
.foot_nav dd a:hover {
  color: #fff;
}
.foot_nav .foot_nav1 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 22px;
  display: inline-block;
}
.foot_nav .foot_nav2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 14px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
}
.foot_nav .foot_nav3 {
  font-size: 13px;
  color: #BDBDBD;
  line-height: 26px;
  display: inline-block;
}
.foot_nav .foot_nav4 {
  float: left;
  width: 400px;
}
.foot_nav .foot_nav5 {
  float: right;
  text-align: center;
  width: 134px;
  padding-top: 10px;
}
.foot_nav .foot_nav5 span {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #BDBDBD;
  line-height: 35px;
}
.foot_p {
  line-height: 30px;
  padding: 8px 0;
  color: #BDBDBD;
  background: #333333;
  border-top: 1px solid #676767;
  text-align: center;
}
.foot_p a {
  color: #BDBDBD;
}
@media (max-width: 1200px) {
  .foot_nav dl {
    width: 20%;
  }
  .foot_nav .foot_nav4 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .foot_nav .w {
    display: flex;
    flex-wrap: wrap;
  }
  .foot_nav dl {
    width: 25%;
    text-align: center;
  }
  .foot_nav .foot_nav4 {
    width: 80%;
  }
  .foot_nav .foot_nav5 {
    width: 20%;
  }
}
@media (max-width: 767px) {
.foot_nav dl:first-child {
  float: left;
  width: 50%;
}
  .foot_nav dl {
    width: 50%;
	padding-bottom: 20px;
    text-align: center;
  }
  .foot_nav .foot_nav4 {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .foot_nav .foot_nav5 {
    width: 100%;
    text-align: center;
  }
  .foot_nav .foot_nav1,
  .foot_nav dt a {
    margin-bottom: 12px;
  }
  .foot_nav .foot_nav2 {
    margin-bottom: 4px;
  }
  .foot_nav {
    padding: 30px 0;
  }
}
.pape_banner {
  position: relative;
  overflow: hidden;
}
.pape_banner a {
  color: #fff;
}
.pape_banner_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  top: 30%;
}
.pape_banner_text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  padding-bottom: 12px;
}
.pape_banner_text p {
  color: #fff;
  font-size: 14px;
}
.pape_nav {
  height: 70px;
  line-height: 70px;
  background: #fff;
  box-shadow: -5px 0px 20px 5px rgba(122, 122, 122, 0.2);
  position: relative;
  z-index: 99;
}
.pape_nav ul {
  display: table;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  border-right: 1px solid #e1e6f0;
}
.pape_nav li {
  display: table-cell;
  border-left: 1px solid #e1e6f0;
}
.pape_nav a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  width: 100%;
  transition: 0.2s;
  position: relative;
}
.pape_nav .hv a,
.pape_nav a:hover {
  color: #D6322D;
}
.pape_nav a:after {
  content: ' ';
  display: inline-block;
  width: 100%;
  height: 11px;
  position: absolute;
  left: 0;
  bottom: -8px;
  background: url(../images/pape_nav.png) no-repeat center bottom;
  display: none;
  -webkit-transition: 0.2s all linear 0s;
  transition: 0.2s all linear 0s;
}
.pape_nav .hv a:after,
.pape_nav a:hover:after {
  display: block;
}
.pape_body {
  background: #f7f8fb;
}
.client_ul_b {
  margin-bottom: 0px;
}
.client_b {
  padding-top: 0;
}
.client_b .title_index {
  padding-bottom: 30px;
}
.pc_img {
  display: block;
}
.wap_img {
  display: none;
  width: 100%;
}
.wap_img img {
  width: 100%;
}
@media (max-width: 1450px) {
  .pape_banner_text {
    top: 30%;
  }
}
@media (max-width: 1200px) {
  .pape_banner_text {
    top: 20%;
  }
}
@media (max-width: 991px) {
  .pc_img {
    display: none;
  }
  .wap_img {
    display: block;
  }
  .pape_banner_text {
    top: 20%;
  }
  .pape_banner_text h3 {
    font-size: 20px;
    padding-bottom: 0;
    line-height: 40px;
  }
  .pape_banner_text p {
    font-size: 14px;
  }
  .pape_banner img {
    max-width: 1000px;
    width: 1000px;
    position: relative;
    left: -100px;
  }
}
@media (max-width: 767px) {
  .pape_nav a {
    font-size: 14px;
  }
  .pape_nav {
    line-height: 50px;
    height: 50px;
  }
  .pape_banner_text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .pape_banner_text {
    width: 80%;
  }
}
.bread {
  color: #A8A8A8;
  font-size: 16px;
  line-height: 63px;
}
.bread a {
  color: #A8A8A8;
  font-size: 16px;
}
.bread img {
  margin-right: 20px;
}
.news_bg {
  background: #f7f8fa;
  padding-bottom: 60px;
}
.news_show {
  background: #fff;
  padding: 30px 122px 40px;
}
.jzk_show_t {
  text-align: center;
  width: 100%;
  font-size: 24px;
  padding-top: 20px;
  line-height: 40px;
}
.jzk_show_q {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
  color: #A8A8A8;
  border-bottom: 1px dashed #e8e8e8;
  margin-bottom: 30px;
}
.jzk_show_q span {
  padding: 0 8px;
  color: #A8A8A8;
}
.jzk_show_q i {
  padding-right: 8px;
}
.jzk_show_c {
  padding-bottom: 100px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.jzk_show_c p {
  padding-bottom: 30px;
}
.jzk_show_qxb {
  padding-top: 15px;
  border-top: 1px dashed #e8e8e8;
  margin-top: 15px;
  padding-bottom: 20px;
}
.jzk_show_qxb a {
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 34px;
  display: inline-block;
  float: left;
}
.jzk_show_qxb a:nth-child(2) {
  float: right;
}
@media (max-width: 1200px) {
  .news_show {
    padding: 30px 62px 40px;
  }
}
@media (max-width: 991px) {
  .news_show {
    padding: 30px 32px 40px;
  }
}
@media (max-width: 767px) {
  .news_show {
    padding: 10px 12px 20px;
  }
  .jzk_show_q span {
    padding: 0 4px;
  }
  .bread {
    line-height: 20px;
    padding: 15px 0;
  }
  .bread img {
    margin-right: 10px;
  }
  .jzk_show_c {
    padding-bottom: 10px;
  }
  .jzk_show_qxb a:nth-child(2) {
    float: left;
  }
}
.news_pape_list {
  padding-top: 40px;
}
.news_pape_list li {
  background: #fff;
  padding: 20px;
  -webkit-transition: 0.2s all linear 0s;
  transition: 0.2s all linear 0s;
  width: 100%;
  display: inline-block;
  float: left;
  border: 1px solid #e1e6f0;
  margin-bottom: 20px;
}
.news_pape_list li a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  float: left;
}
.news_pape_list .news_img {
  float: left;
  width: 320px;
}
.news_pape_list .news_img img {
  width: 300px;
  height: 180px;
}
.news_pape_list .news_body {
  width: calc(100% - 330px);
  float: left;
  padding: 0 0 0 20px;
}
.news_pape_list .news_body h4 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #333;
  font-weight: bold;
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.news_pape_list .news_body p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #797979;
}
.news_pape_list .news_body span {
  float: left;
  width: auto;
  padding: 0;
  font-size: 14px;
}
.news_pape_list li a:hover .news_body h4 {
  color: #D6322D;
}
.news_pape_list li:hover {
  box-shadow: -5px 0px 20px 5px rgba(122, 122, 122, 0.2);
  border: 1px solid #D6322D;
}
.sev_show {
  text-align: center;
  padding-bottom: 60px;
}
.sev_pape_box {
  background: #f9fbfd;
}
@media (max-width: 1200px) {
  .news_body h4 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) {
  .news_body h4 {
    font-size: 16px;
    word-break: initial;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
  }
  .news_body p {
    display: none;
  }
  .news_pape_list .news_img {
    width: 100%;
  }
  .news_pape_list .news_img img {
    height: auto;
    width: 100%;
  }
  .news_pape_list .news_body {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .news_pape_list .news_body h4 {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .news_pape_list .news_body p {
    margin-bottom: 20px;
  }
  .news_pape_list li {
    margin-bottom: 20px;
    border: none;
  }
}
.pagination_nav {
  text-align: center;
  padding: 10px 0 60px;
}
.pagination_nav li {
  display: inline-block;
  padding: 0 3px;
}
.pagination_nav li a {
  display: inline-block;
  color: #3b3e4e;
  border: 1px solid #e1e6f0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 16px;
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.pagination_nav li a.hv,
.pagination_nav li a:hover {
  color: #fff;
  background: #D6322D;
  border: 1px solid #f7f8fb;
}
@media (max-width: 767px) {
  .pagination_nav {
    text-align: center;
    padding: 10px 0 40px;
  }
  .pagination_nav li {
    display: inline-block;
    padding: 0 2px;
  }
  .pagination_nav li a {
    display: inline-block;
    color: #3b3e4e;
    border: 1px solid #e1e6f0;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 11px;
    -webkit-transition: 0.3s all linear 0s;
    transition: 0.3s all linear 0s;
  }
}
.functional {
  background: url(../images/3/project_modular_bg.jpg) no-repeat center top;
  height: 770px;
}
.functional .title_index {
  color: #fff;
  padding: 70px 0 30px;
}
.functional .title_index h3 {
  color: #fff;
}
.functional_ul {
  width: 100%;
  float: left;
  border-bottom: 1px solid #7985bb;
  line-height: 56px;
  margin-bottom: 110px;
}
.functional_ul li {
  float: left;
  width: calc(100% / 7);
  opacity: 0.6;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}
.functional_ul li span {
  display: inline-block;
}
.functional_ul .hv {
  opacity: 1;
}
.functional_ul .hv span {
  border-bottom: 2px solid #fff;
}
.functiona1 {
  float: right;
  margin-top: 30px;
}
.functiona2 {
  float: left;
  width: 50%;
  margin-right: 5%;
}
.functiona2 h3 {
  color: #fff;
  font-size: 24px;
  width: 100%;
  padding-bottom: 9px;
}
.functiona2 span {
  width: 50px;
  height: 3px;
  background: #ffffff;
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 24px;
}
.functiona2 .p {
  color: #fff;
  line-height: 36px;
  font-size: 16px;
}
.more_box3 {
  text-align: left;
  padding-top: 40px;
}
.more_box3 a {
  width: 150px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid #e1e6f0;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  transition: 0.2s;
}
.more_box3 a:hover {
  background: #fff;
  color: #3354da;
}
.functional_s .swiper-container {
  float: left;
  width: 100%;
}
@media (max-width: 1450px) {
  .functiona2 {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .functiona2 {
    width: 50%;
    margin-right: 0;
  }
  .functiona1 {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .functiona2 {
    width: 50%;
    margin-right: 0;
  }
  .functiona1 {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .functiona2 {
    width: 100%;
  }
  .functiona1 {
    width: 100%;
    text-align: center;
  }
  .functiona1 img {
    max-width: 80%;
  }
  .functional {
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
    padding-bottom: 30px;
  }
  .functional_ul {
    margin-bottom: 30px;
    line-height: 40px;
    border: none;
  }
  .functional_ul li {
    width: 33.3%;
  }
  .functional_ul li span {
    border-bottom: 2px solid #1c2f8a;
  }
  .functiona2 span {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .more_box3 {
    padding: 20px 0;
  }
  .functiona2 h3 {
    font-size: 18px;
  }
  .functional .title_index {
    padding: 20px 0 10px;
  }
}
.recommend {
  padding-bottom: 40px;
  position: relative;
}
.recommend span {
  display: block;
  height: 342px;
  line-height: 342px;
  border: 1px solid #e1e6f0;
  background: #fff;
  text-align: center;
}
.recommend span img {
  vertical-align: middle;
  max-height: 340px;
  position: relative;
  top: -1px;
}
.recommend a {
  line-height: 36px;
}
.recommend h3 {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  text-align: center;
}
.swiper-button-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(5, 111, 231, 0);
  border: 1px solid #caced1;
  border-radius: 20px;
  text-align: center;
  outline: none;
  cursor: pointer;
  position: absolute;
  margin-top: -50px;
  right: -65px;
}
.swiper-button-next i {
  font-size: 25px;
  position: relative;
  right: -2px;
}
.swiper-button-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(5, 111, 231, 0);
  border: 1px solid #caced1;
  border-radius: 20px;
  text-align: center;
  outline: none;
  cursor: pointer;
  position: absolute;
  margin-top: -50px;
  left: -65px;
}
.swiper-button-prev i {
  font-size: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .recommend .title_index h3 {
    font-size: 30px;
  }
}
.recommend .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .recommend .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
  }
  .recommend .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .recommend .swiper-pagination span {
    height: 10px;
    width: 10px;
    display: inline-block;
    border: 1px solid #e1e6f0;
    background: #fff;
    opacity: 1;
  }
  .recommend .swiper-pagination .swiper-pagination-bullet-active {
    background: #d6322d !important;
    border: 1px solid #d6322d;
  }
  .recommend .title_index h3 {
    font-size: 20px;
    padding-top: 0;
  }
  .recommend a {
    padding: 10px 15px ;
  }
  .recommend a h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .recommend a h3::after {
    margin-top: 3px;
    margin-bottom: 8px;
  }
  .recommend .swiper-button-next,
  .recommend .swiper-button-prev {
    display: none;
  }
  .recommend {
    padding-bottom: 30px;
  }
}
.enterprise {
  margin-top: 60px;
}
.enterprise a {
  transition: 0.2s;
  text-align: left;
  position: relative;
  width: 100%;
  display: inline-block;
}
.enterprise a h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 15px;
  line-height: 30px;
}
.enterprise a h3::after {
  background: #D6322D;
  content: ' ';
  display: inline-block;
  width: 45px;
  height: 3px;
  margin-bottom: 18px;
  margin-top: 20px;
}
.enterprise a p {
  line-height: 36px;
  font-size: 16px;
}
.enterprise li:nth-child(2) .enterprise1 {
  float: right;
}
.enterprise li:nth-child(2) .enterprise2 {
  right: initial;
  left: 0;
}
.enterprise li {
  margin-bottom: 40px;
}
.enterprise1 {
  float: left;
  width: 55%;
}
.enterprise1 img {
  width: 100%;
}
.enterprise2 {
  padding: 46px 50px;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(19, 55, 159, 0.08);
  width: 49%;
  position: absolute;
  right: 0;
  top: 45px;
  transition: 0.2s;
}
.enterprise2:hover {
  box-shadow: -10px 0px 30px 10px rgba(89, 108, 166, 0.15);
}
@media (max-width: 1450px) {
  .enterprise2 {
    top: 20px;
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .enterprise2 {
    top: 20px;
    width: 80%;
  }
  .enterprise li {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .enterprise1 {
    width: 100%;
  }
  .enterprise2 {
    top: 20px;
    width: 100%;
    position: initial;
  }
}
@media (max-width: 767px) {
  .enterprise2 {
    padding: 13px 20px 20px;
  }
  .enterprise li {
    margin-bottom: 30px;
  }
  .enterprise a h3 {
    font-size: 18px;
  }
  .enterprise a h3::after {
    margin-top: 12px;
    margin-bottom: 4px;
  }
  .enterprise a p {
    line-height: 30px;
  }
  .enterprise {
    margin-top: 30px;
  }
}
.grow ul {
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-bottom: 80px;
  display: inline-block;
}
.grow li {
  float: left;
  width: 25%;
  margin-bottom: 28px;
}
.grow li a {
  background: #f2f4fa;
  margin: 0 13px;
  display: inline-block;
  line-height: 36px;
  transition: 0.2s;
  text-align: center;
  width: calc(100% - 26px);
}
.grow li a h3 {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 10px;
}
.grow li a img {
  width: 100%;
}
.grow li a:hover {
  box-shadow: 0 0 10px 3px rgba(19, 55, 159, 0.2);
}
@media (max-width: 991px) {
  .grow li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grow li a {
    margin: 0 6px;
    width: calc(100% - 12px);
  }
  .grow li a h3 {
    padding: 10px 10px;
  }
}/* 
.job_box ul {
  margin-bottom: 80px;
}
.job_box li {
  margin-bottom: 10px;
}
.job_box .job_box_t {
  height: 50px;
  background: #e3e8ef;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
}
.job_box .job_box_t b {
  width: 12px;
  height: 12px;
  background: url(../images/yh.png) no-repeat left top;
  display: inline-block;
  margin-left: 20px;
  margin-right: 9px;
  position: relative;
  top: -2px;
  transition: 0.2s;
}
.job_box .job_box_t h3 {
  font-size: 18px;
  color: #121212;
  float: left;
  transition: 0.2s;
}
.job_box .job_box_t span {
  float: right;
  width: 25px;
  height: 25px;
  margin-top: 23px;
  margin-right: 20px;
}
.job_box .job_box_t span::after {
  width: 25px;
  height: 2px;
  content: ' ';
  display: block;
  transition: 0.2s;
  background: #D6322D;
  position: absolute;
}
.job_box .job_box_t span::before {
  width: 25px;
  height: 2px;
  content: ' ';
  display: block;
  transition: 0.2s;
  background: #D6322D;
  position: absolute;
  transform: rotate(90deg);
}
.job_box .job_box_body {
  padding: 35px 60px;
  background: #fff;
  border: 1px solid #e1e6f0;
  border-top: none;
  font-size: 16px;
  line-height: 36px;
  display: none;
}
.job_box .hv .job_box_t span::after {
  background: #fff;
}
.job_box .hv .job_box_t span::before {
  background: #fff;
  transform: rotate(0deg);
}
.job_box li:first-child .job_box_body {
  display: block;
}
.job_box1 {
  height: 50px;
  background: #f0f3f7;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .job_box .job_box_body {
    padding: 15px 20px;
    line-height: 30px;
  }
  .job_box1 {
    margin-top: 30px;
  }
  .job_box .job_box_t h3 {
    font-size: 16px;
  }
} */
.sev_s_t {
  padding-top: 78px;
  padding-bottom: 49px;
  text-align: center;
}
.sev_s_t h3 {
  font-size: 40px;
  color: #333;
  line-height: 60px;
}
.sev_s_t p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
}
.sev_s1_js1 li a {
  min-height: 260px;
}
.sev_s1 {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 80px;
  display: inline-block;
}
.sev_s1 li {
  float: left;
  width: 33.3%;
}
.sev_s1 li a {
  background: #fff;
  margin: 0 15px;
  display: inline-block;
  transition: 0.2s;
  text-align: center;
  width: calc(100% - 30px);
  padding: 43px;
  box-shadow: -10px 0px 30px 10px rgba(89, 108, 166, 0.15);
}
.sev_s1 li a h3 {
  font-size: 16px;
  line-height: 60px;
}
.sev_s1 li a img {
  width: 100%;
}
.sev_s1 li a:hover {
  margin-top: -18px;
}
.sev_s1 .sev_s1_1 {
  float: left;
  width: 100%;
}
.sev_s1 .sev_s1_1 img {
  float: right;
  width: 70px;
}
.sev_s1 .sev_s1_1 h3 {
  float: left;
  background: url(../images/6/t1.png) no-repeat left top;
  padding-top: 43px;
  font-size: 24px;
  line-height: 1;
}
.sev_s1 .sev_s1_2 {
  float: left;
  width: 100%;
  display: inline-block;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  text-align: left;
}
.sev_s1 b {
  width: 45px;
  height: 3px;
  background: #D6322D;
  display: inline-block;
  float: left;
  margin-top: 30px;
  margin-bottom: 26px;
}
.sev_s1 .sev_s1_3 {
  float: left;
  width: 100px;
}
.sev_s1 .sev_s1_3 img {
  width: 75px;
}
.sev_s1 .sev_s1_4 {
  float: left;
  width: calc(100% - 105px);
  text-align: left;
}
.sev_s1 .sev_s1_4 h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
}
.sev_s1 .sev_s1_4 p {
  color: #333;
  font-size: 16px;
}
.sev_s1 .sev_s1_4 span {
  color: #D6322D;
  font-weight: bold;
}
@media (max-width: 1450px) {
  .sev_s1 li a {
    padding: 30px 20px;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .sev_s_t h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .sev_s1 .sev_s1_3 img {
    width: 60px;
  }
  .sev_s1 .sev_s1_4 h3 {
    margin-bottom: 8px;
  }
  .sev_s_t {
    padding-top: 28px;
    padding-bottom: 19px;
  }
  .sev_s1 li a {
    width: 92%;
    height: auto!important;
    padding: 20px ;
    margin: 0  4% 20px;
  }
  .sev_s1 li {
    width: 100%;
  }
  .sev_s1 .sev_s1_1 img {
    width: 55px;
  }
  .sev_s1 .sev_s1_1 h3 {
    font-size: 20px;
  }
  .sev_s1 b {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sev_s1 .sev_s1_2 {
    line-height: 24px;
  }
  .sev_s1 {
    margin-bottom: 30px;
  }
  .sev_s_t h3 {
    font-size: 20px;
  }
}
.success_box {
  background: #f2f4fa;
  padding-bottom: 100px;
}
.success_box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 25px;
  margin-bottom: 13px;
}
.success_box a h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
  position: absolute;
  left: 30px;
  bottom: 69px;
  z-index: 10;
  transition: 0.2s;
}
.success_box a p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  position: absolute;
  left: 30px;
  bottom: -70px;
  z-index: 10;
  transition: 0.2s;
  height: 56px;
}
.success_box a:nth-child(3n) {
  margin-right: 0;
}
.success_box a::after {
  content: ' ';
  display: inline-block;
  opacity: 0;
  background: #061d78;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s;
  z-index: 5;
}
.success_box a:hover h3 {
  bottom: 130px;
}
.success_box a:hover p {
  bottom: 70px;
  opacity: 1;
}
.success_box a:hover::after {
  opacity: 0.6;
}
.success_box1 {
  width: 100%;
  padding-right: 345px;
  float: left;
  position: relative;
}
a.success_box2 {
  position: absolute;
  right: 0;
  margin-right: 0;
}
@media (max-width: 1450px) {
  .success_box a {
    width: 32.3%;
    margin-right: 1%;
  }
  a.success_box2 {
    width: 25%;
  }
  .success_box1 {
    padding-right: 310px;
  }
}
@media (max-width: 1200px) {
  a.success_box2 {
    width: 24.5%;
  }
  .success_box1 {
    padding-right: 245px;
  }
}
@media (max-width: 991px) {
  a.success_box2 {
    width: 24.8%;
  }
  .success_box1 {
    padding-right: 200px;
  }
  .success_box {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  a.success_box2 {
    width: 100%;
    position: initial;
  }
  .success_box1 {
    padding-right: 0;
  }
  .success_box a img {
    width: 100%;
  }
  .success_box a {
    width: 100%;
    margin-right: 0;
  }
  .success_box {
    padding-bottom: 30px;
  }
  .success_box a h3,
  .success_box a:hover h3 {
    font-size: 18px;
    left: 10px;
  }
  .success_box a p,
  .success_box a:hover p {
    font-size: 14px;
    left: 10px;
    bottom: 20px;
  }
  .success_box a:hover::after {
    display: none;
  }
}
@media (max-width: 1450px) {
  .contact_from input {
    width: 325px;
  }
}
@media (max-width: 1200px) {
  .contact_from input {
    width: 31.3%;
    margin-right: 2.5%;
  }
}
@media (max-width: 991px) {
  .contact_box2 {
    padding-top: 350px;
  }
}
@media (max-width: 767px) {
  .contact_box {
    top: initial;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 ;
    padding: 20px 16px;
    margin-top: 30px;
    position: initial;
  }
  .contact_1 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .contact_1 span {
    margin-right: 0;
  }
  .contact_2 {
    width: 100%;
  }
  .contact_2 span {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .contact_t::after {
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .contact_t {
    font-size: 20px;
  }
  .contact_box2 {
    padding-top: 20px;
  }
  .contact_from .button1 button {
    width: 100%;
  }
  .contact_from .button1 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .contact_from input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 9px;
  }
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin-bottom: 40px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #41a9fd;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* Ã¦Â¼â€šÃ¦ÂµÂ® */
.k_footr {
  width: 52px;
  position: fixed!important;
  top: 50%;
  border: 1px solid #eaebed;
  right: 18px;
  margin-top: -220px;
  z-index: 9999;
}
.k_footr ul li {
  float: left;
  background: #fff;
  border-bottom: 1px solid #eaebed;
  height: 50px;
}
.k_footr ul li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
}
.k_footr ul li:nth-child(1) a {
  background: url(../images/sidebar.png) no-repeat left -2px;
}
.k_footr ul li:nth-child(2) a {
  background: url(../images/sidebar.png) no-repeat left -52px;
}
.k_footr ul li:nth-child(3) a {
  background: url(../images/sidebar.png) no-repeat left -103px;
}
.k_footr ul li:nth-child(4) a {
  background: url(../images/sidebar.png) no-repeat left -153px;
}
.k_footr ul li:nth-child(5) a {
  background: url(../images/sidebar.png) no-repeat left -203px;
}
.k_footr .k_1 {
  width: 127px;
  height: 154px;
  position: absolute;
  z-index: 9;
  padding: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px #cacaca;
  -moz-box-shadow: 0px 2px 6px #cacaca;
  color: #313131;
  box-shadow: 0px 2px 6px #cacaca;
  right: 60px;
  top: 0;
  text-align: center;
  display: none;
}
.k_footr .k_1 img {
  width: 116px;
  height: 116px;
}
.k_footr .k_1 span {
  padding-top: 0;
  display: inline-block;
}
.k_footr ul li:hover a .k_1 {
  display: block;
}
.k_footr .k_2 {
  width: 230px;
  height: 51px;
  line-height: 51px;
  position: absolute;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px #cacaca;
  -moz-box-shadow: 0px 2px 6px #cacaca;
  color: #313131;
  box-shadow: 0px 2px 6px #cacaca;
  right: 60px;
  top: 0;
  text-align: center;
  display: none;
}
.k_footr ul li:hover a .k_2 {
  display: block;
}
.k_footr ul li:nth-child(1):hover a {
  background: url(../images/sidebar.png) no-repeat -51px -2px;
}
.k_footr ul li:nth-child(2):hover a {
  background: url(../images/sidebar.png) no-repeat -51px -52px;
}
.k_footr ul li:nth-child(3):hover a {
  background: url(../images/sidebar.png) no-repeat -51px -103px;
}
.k_footr ul li:nth-child(4):hover a {
  background: url(../images/sidebar.png) no-repeat -51px -153px;
}
.k_footr ul li:nth-child(5):hover a {
  background: url(../images/sidebar.png) no-repeat -51px -203px;
}
.k_footr2 {
  background: #fff url(../images/sidebar.png) no-repeat 1px -273px;
  width: 52px;
  height: 50px;
  display: inline-block;
  position: fixed;
  top: 50%;
  border: 1px solid #eaebed;
  right: 18px;
  margin-top: 50px;
}
.k_footr2:hover {
  background: #fff url(../images/sidebar.png) no-repeat -50px -273px;
}
@media (max-width: 767px) {
  .k_footr {
    display: none;
  }
  .k_footr2 {
    display: none;
  }
}
.news_show_box {
  padding: 30px 0 70px;
}
.news_show_left {
  float: left;
  width: 900px;
  background: #ffffff;
  border: 1px solid #e1e6f0;
  padding: 50px 30px;
}
.news_show_right {
  float: right;
  width: 280px;
  background: #ffffff;
  border: 1px solid #e1e6f0;
}
.news_show_t {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.news_show_d {
  font-size: 14px;
  color: #797979;
  line-height: 36px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed #d6d6d6;
}
.news_show_d span {
  display: inline-block;
  padding: 0 8px;
}
.news_show_body {
  border-bottom: 1px dashed #d6d6d6;
  padding: 30px 0 60px;
  line-height: 28px;
}
.news_show_body p {
  padding-bottom: 15px;
}
.news_show_c {
  padding: 30px 0 40px;
}
.news_show_c_l {
  float: left;
  width: 50%;
}
.news_show_c_l span {
  float: left;
}
.news_show_c_l p {
  float: left;
  padding: 0 15px;
}
.news_show_c_l h3 {
  float: left;
  display: inline-block;
  width: calc(100% - 80px);
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_show_c_r {
  float: right;
  width: 50%;
}
.news_show_c_r span {
  float: right;
}
.news_show_c_r p {
  float: right;
  padding: 0 15px;
}
.news_show_c_r h3 {
  float: right;
  display: inline-block;
  width: calc(100% - 80px);
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.news_show_right_t {
  color: #3b3e4e;
  font-size: 16px;
  line-height: 49px;
  padding-left: 13px;
  border-bottom: 1px solid #e1e6f0;
}
.news_show_right_c {
  padding: 3px 15px ;
}
.news_show_right_c a {
  width: 100%;
  display: inline-block;
  border-bottom: 1px dashed #e1e6f0;
  padding: 12px 0;
}
.news_show_right_c a:last-child {
  border: none;
}
.news_show_right_c img {
  width: 100%;
  padding-bottom: 12px;
}
.news_show_right_c h3 {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.news_show_right_c span {
  color: #797979;
  font-size: 12px;
}
.news_show_x {
  padding: 40px 0 28px;
}
.news_show_x a {
  padding: 0 29px ;
  font-size: 16px;
  margin-right: 6px;
  margin-bottom: 12px;
  line-height: 44px;
  height: 44px;
  display: inline-block;
  color: #333;
  border: 1px solid #DADCE7;
  -wekit-border-radius: 24px;
  -max-border-radius: 24px;
  border-radius: 24px;
}
.news_show_x a.hv {
  background: #D6322D;
  border: 1px solid #D6322D;
  color: #fff;
}
.down_b {
  margin-bottom: 40px;
}
.down_b li {
  display: table;
  width: 31.3%;
  height: 80px;
  background: #f7f8fb;
  border: 1px solid #e1e6f0;
  float: left;
  padding: 0 13px;
  margin: 0 2% 25px 0;
}
.down_b li h3 {
  float: left;
  padding-right: 62px;
  width: 100%;
  line-height: 20px;
  background: url(../images/v5.png) no-repeat right center;
}
.down_b li a {
  background: url(../images/v4.png) no-repeat left center;
  padding-left: 25px;
  display: table-cell;
  vertical-align: middle;
}
.down_b li a img {
  float: right;
}
@media (max-width: 1200px) {
  .news_show_left {
    width: 700px;
  }
  .news_show_right {
    width: 235px;
  }
}
@media (max-width: 991px) {
  .news_show_left {
    width: 100%;
    margin-bottom: 40px;
  }
  .news_show_right {
    width: 100%;
  }
  .down_b li {
    width: 48%;
    margin: 0 2% 15px 0;
  }
  .news_show_x a {
    font-size: 14px;
    padding: 0 19px;
    line-height: 36px;
    height: 36px;
  }
  .news_show_x {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news_show_left {
    padding: 30px 15px;
  }
  .news_show_c_r span,
  .news_show_c_r p,
  .news_show_c_r h3 {
    float: left;
  }
  .news_show_c p {
    padding: 0 8px 8px;
  }
  .news_show_c h3 {
    width: calc(100% - 90px);
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_show_c_l {
    float: left;
    width: 100%;
  }
  .news_show_c_r {
    float: left;
    width: 100%;
  }
  .news_show_t {
    font-size: 18px;
    line-height: 26px;
  }
  .down_b li {
    width: 100%;
    margin: 0 2% 15px 0;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .down_b li h3 {
    padding-right: 36px;
    font-size: 14px;
  }
  .news_show_x a {
    font-size: 14px;
    margin-right: 4px;
    padding: 0 8px;
    line-height: 30px;
    height: 30px;
  }
}
.faq {
  border-top: 1px solid #e1e6f0;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.faq ul {
  width: 100%;
  float: left;
  line-height: 20px;
  border-bottom: 1px dashed #e1e6f0;
  padding: 30px 0;
}
.faq li {
  background: url(../images/v6.png) no-repeat left center;
  padding: 8px 11px;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .faq li {
    padding: 4px 0 4px 11px;
    width: 100%;
  }
}
.form_box {
  padding: 30px 0 70px;
}
.form_body {
  float: left;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e1e6f0;
  padding: 10px 0;
}
.form_t {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e1e6f0;
  line-height: 50px;
  padding: 0 25px;
}
.form_txt {
  font-size: 14px;
  line-height: 30px;
  padding: 0 25px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.form_li {
  padding-bottom: 13px;
  width: 50%;
  line-height: 40px;
  margin: 0 auto;
}
.form_li::after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.form_l_box {
  text-align: right;
  font-size: 16px;
  width: 30%;
  float: left;
  margin-right: 3%;
  min-height: 30px;
}
.form_l_box span {
  text-align: right;
  color: #FE1919;
  padding-right: 5px;
}
.form_r_box {
  text-align: left;
  width: 65%;
  float: left;
}
.form_city {
  clear: initial;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form_city .layui-form-select {
  width: 31.3%;
  margin-right: 3%;
  float: left;
}
.form_city .layui-form-select:last-child {
  margin-right: 0;
}
.button4 {
  width: 200px;
  border: none;
  cursor: pointer;
  height: 50px;
  display: block;
  line-height: 50px;
  background: #d6322d;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -wekit-border-radius: 5px;
  -max-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  margin: 20px 0;
}
.button4:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .form_li {
    width: 70%;
  }
  .button4 {
    width: 150px;
    height: 42px;
    display: block;
    line-height: 42px;
    font-size: 14px;
    margin: 12px 0;
  }
  .form_txt {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .form_li {
    width: 100%;
  }
  .button4 {
    width: 120px;
    height: 36px;
    display: block;
    line-height: 36px;
    font-size: 14px;
    margin: 12px 0;
  }
  .form_l_box {
    font-size: 14px;
  }
  .form_txt {
    padding-bottom: 20px;
  }
}
.layui-form-select dl dd.layui-this {
  background-color: #d6322d;
}
.contact_t {
  font-size: 24px;
  color: #333333;
  width: 100%;
  text-align: center;
  padding-top: 58px;
}
.contact_d {
  font-size: 16px;
  color: #333333;
  width: 100%;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 36px;
}
.contact_d:after {
  width: 60px;
  height: 3px;
  background: #d6312c;
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.contact_1 {
  margin-bottom: 40px;
  text-align: center;
}
.contact_2 {
  background: url(../images/v8.png) no-repeat left top;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e6f0;
}
.contact_2 h3 {
  margin-bottom: 40px;
  padding-left: 33px;
  font-size: 24px;
  font-weight: bold;
}
.contact_2 p {
  margin-bottom: 10px;
  padding-left: 33px;
  color: #333;
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .contact_2 h3 {
    font-size: 18px;
    margin-bottom: 18px;
    padding-left: 23px;
  }
  .contact_2 p {
    padding-left: 23px;
    line-height: 28px;
  }
}
.contact_3 {
  background: #f7f8fb;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.contact_3_l {
  padding-left: 30px;
  padding-top: 70px;
  width: 450px;
  float: left;
}
.contact_3_l a {
  background: #fff url(../images/v4.png) no-repeat 20px center;
  width: 180px;
  display: inline-block;
  line-height: 60px;
  height: 60px;
  padding-left: 42px;
  margin: 0 15px 15px;
  font-size: 16px;
  border: 1px solid #e1e6f0;
  float: left;
}
.contact_3_l a:hover {
  color: #d6312c;
}
.contact_3_l .hv a {
  color: #d6312c;
}
.contact_3_r {
  float: right;
  position: relative;
  margin: 40px 50px 0 0;
}
.contact_3_r li {
  position: absolute;
  display: none;
  width: 310px;
  background: #fff;
  -wekit-border-radius: 10px;
  -max-border-radius: 10px;
  border-radius: 10px;
  box-shadow: -5px 0px 20px 5px rgba(82, 88, 120, 0.2);
}
.contact_3_r li .contact_3_t {
  position: relative;
  -wekit-border-radius: 10px 10px 0 0;
  -max-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.contact_3_r li .contact_3_t span {
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
}
.contact_3_r li .contact_3_b {
  padding: 22px;
  line-height: 30px;
}
.contact_3_r li:after {
  content: ' ';
  display: block;
  width: 12px;
  height: 24px;
  background: url(../images/c15.png) no-repeat left top;
  position: absolute;
  right: -12px;
  top: 158px;
}
.contact_3_r li:before {
  content: ' ';
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/v18.png) no-repeat left top;
  position: absolute;
  right: -29px;
  top: 160px;
}
.contact_3_r .contact_3_r1 {
  left: 170px;
  top: 61px;
}
.contact_3_r .contact_3_r2 {
  left: 20px;
  top: 200px;
}
.contact_3_r .contact_3_r2 {
  left: 172px;
  top: 48px;
}
.contact_3_r .contact_3_r2 {
  left: 190px;
  top: 308px;
}
.contact_3_r .contact_3_r3 {
  left: 164px;
  top: 308px;
}
.contact_3_r .contact_3_r4 {
  left: 255px;
  top: 0px;
}
.contact_3_r .contact_3_r5 {
  left: 87px;
  top: 214px;
}
.contact_3_r .contact_3_r6 {
  left: 228px;
  top: 148px;
}
.contact_3_r .contact_3_r7 {
  left: 20px;
  top: 200px;
}
.contact_3_r .contact_3_r8 {
  left: 247px;
  top: 205px;
}
.contact_3_r .contact_3_r9 {
  left: 237px;
  top: 96px;
}
.contact_3_r .contact_3_r10 {
  left: 87px;
  top: 213px;
}
.contact_3_r .contact_3_r11 {
  left: 255px;
  top: 170px;
}
.contact_3_r .contact_3_r12 {
  /* left: 90px; */
  left: 165px;
  top: 78px;
  /* top: 154px; */
}
.contact_3_r .contact_3_r13 {
  left: 200px;
  top: 100px;
}
.contact_3_r .contact_3_r14 {
  left: 203px;
  top: 175px;
}
.contact_3_r .contact_3_r5:after {
  content: ' ';
  display: block;
  width: 12px;
  height: 24px;
  background: url(../images/c15.png) no-repeat left top;
  position: absolute;
  right: -12px;
  top: 93px;
}
.contact_3_r .contact_3_r5:before {
  content: ' ';
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/v18.png) no-repeat left top;
  position: absolute;
  right: -29px;
  top: 95px;
}
@media (max-width: 1200px) {
  .contact_3_l {
    width: 98%;
    margin-left: 1%;
    padding-left: 0;
    padding-top: 40px;
    float: left;
  }
  .contact_3_l a {
    width: 100%;
    margin: 0 0 15px;
  }
  .contact_3_l li {
    width: 23%;
    margin: 0 1%;
    float: left;
  }
  .contact_3_r {
    float: left;
    margin-left: 120px;
  }
}
@media (max-width: 991px) {
  .contact_3_r {
    float: left;
    margin-left: 0;
  }
  .contact_3_r > img {
    display: none;
  }
  .contact_3_r li {
    position: inherit;
    left: inherit;
    top: inherit;
  }
}
@media (max-width: 767px) {
  .contact_3_l li {
    width: 48%;
    margin: 0 1%;
    float: left;
  }
  .contact_3_r {
    float: left;
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .contact_3_l a {
    margin-left: 0;
    margin-bottom: 8px;
    line-height: 40px;
    height: 40px;
  }
  .contact_3_r li:before,
  .contact_3_r li::after {
    display: none;
  }
  .contact_3_r ul {
    display: inline-block;
    margin: 0 auto;
  }
  .contact_3_r li .contact_3_b {
    text-align: left;
  }
}
.about_box {
  padding-top: 55px;
  padding-bottom: 75px;
}
.about_l {
  float: left;
  width: 36%;
}
.about_r {
  float: right;
  width: 63%;
  padding-top: 30px;
}
.about_r_t {
  color: #333;
  font-size: 24px;
  background: url(../images/yh.png) no-repeat right top;
  border-bottom: 2px solid #eeeff3;
  position: relative;
  line-height: 60px;
  padding-bottom: 10px;
}
.about_r_t:after {
  content: ' ';
  width: 60px;
  height: 3px;
  background: #d6322d;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.about_r_d {
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding-top: 40px;
}
.about_r_d p {
  padding-bottom: 18px;
}
.about_t {
  font-size: 24px;
  color: #333333;
  width: 100%;
  text-align: center;
  padding-top: 58px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 36px;
}
.about_t:after {
  width: 60px;
  height: 3px;
  background: #d6312c;
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
@media (max-width: 1200px) {
  .about_r {
    padding-top: 10px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .about_l {
    width: 100%;
    text-align: center;
  }
  .about_l img {
    max-height: 220px;
  }
  .about_r {
    width: 100%;
  }
  .about_r_t {
    background-size: 30px;
    font-size: 18px;
    margin-top: 30px;
    background-size: 20px;
    line-height: 40px;
  }
  .about_r_d {
    line-height: 30px;
  }
  .about_t {
    padding-bottom: 18px;
    margin-bottom: 4px;
  }
}
.course {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
  padding-top: 40px;
}
.course::after {
  content: ' ';
  display: block;
  width: 2px;
  height: 5000px;
  background: #eeeff3;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  z-index: 8;
}
.course li {
  padding-bottom: 50px;
  display: inline-block;
  position: relative;
  z-index: 9;
  float: left;
  width: 50%;
  margin-left: calc(50% - 14px);
}
.course .h3 {
  font-size: 20px;
  color: #333;
  width: 125px;
  float: left;
  background: url(../images/li.png) no-repeat 5px center;
  padding-left: 32px;
}
.course .p {
  width: calc(100% - 125px);
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #797979;
}
.course li:nth-child(2n) {
  padding-bottom: 50px;
  display: inline-block;
  position: relative;
  z-index: 9;
  float: left;
  width: 50%;
  margin-left: 9px;
}
.course li:nth-child(2n) .h3 {
  float: right;
  background: url(../images/li.png) no-repeat right center;
}
.course li:nth-child(2n) .p {
  float: left;
  text-align: right;
}
@media (max-width: 991px) {
  .course::after {
    left: 0;
    margin-left: 22px;
  }
  .course li {
    margin-left: 0;
    width: 100%;
    text-align: left;
  }
  .course li:nth-child(2n) {
    width: 100%;
    margin-left: 0;
  }
  .course li:nth-child(2n) .p {
    text-align: left;
  }
  .course li:nth-child(2n) .h3 {
    float: left;
    background: url(../images/li.png) no-repeat 5px center;
  }
}
@media (max-width: 767px) {
  .course::after {
    left: 0;
    margin-left: 14px;
  }
  .course .h3 {
    width: 100%;
  }
  .course .p {
    padding-left: 32px;
    padding-top: 15px;
    width: 100%;
  }
  .course li:nth-child(2n) {
    margin-left: 0;
  }
}
.fu_tab_01 {
  text-align: center;
  margin-bottom: 30px;
}
.fu_tab_01 li {
  width: 130px;
  height: 45px;
  cursor: pointer;
  line-height: 43px;
  color: #4B4B4B;
  margin: 0 10px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: 0.2s all linear 0s;
  transition: 0.2s all linear 0s;
  border: 1px solid #E1E6F0;
}
.fu_tab_01 li:hover,
.fu_tab_01 li.fu_active {
  background: #D6322D;
  border: 1px solid #D6322D;
  color: #fff;
}
.fu_tab_box > div,
.fu_tab_box > ul {
  display: none;
}
.fu_tab_box > *.fu_active {
  display: flex!important;
}
@media (max-width: 991px) {
  .fu_tab_01 {
    margin-bottom: 15px;
  }
  .fu_tab_01 li {
    width: 110px;
    height: 34px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .fu_tab_01 li {
    padding: 0 8px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    color: #4B4B4B;
    margin: 0 3px 7px;
    display: inline-block;
  }
}
.fu_list_04 {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.fu_list_04.hv {
  display: flex;
}
.fu_list_04 li {
  width: 33.3%;
  padding-bottom: 22px;
}
.fu_list_04 li a {
  position: relative;
  display: block;
  margin: 0 12px;
}
.fu_list_04 li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #D6322D;
  bottom: -1px;
  -webkit-transition: all 0.88s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.88s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.fu_list_04 li:hover a:before {
  width: 100%;
}
.fu_list_04 h3 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 6px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fu_list_04 li a:hover h3 {
  color: #D6322D;
}
.fu_list_04 li i {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 23px;
  bottom: 23px;
  background: url(../images/x2.png) no-repeat left top;
}
.fu_list_04 li a:hover i {
  background: url(../images/x1.png) no-repeat left top;
}
.fu_list_04 li img {
  width: 100%;
    height: 240px;
}
.fu_list_04 .item_b {
  border: 1px solid #e1e6f0;
  border-top: none;
  padding: 20px;
}
.fu_list_04 .item_b p {
  font-size: 14px;
  color: #797979;
  line-height: 20px;
  display: inline-block;
  height: 62px;
}
.fu_list_04 .item_b span {
  color: #a9a9a9;
}
@media (max-width: 1200px) {
  .fu_list_04 li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .fu_list_04 h3 {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
.fu_list_04 li img {
  width: 100%;
    height: auto;
}
.fu_list_04 .
  .fu_list_04 li {
    width: 100%;
  }
  .fu_list_04 h3 {
    line-height: 20px;
    font-size: 16px;
  }
  .fu_list_04 p {
    font-size: 14px;
  }
  .fu_list_04 .item_b {
    padding: 10px;
  }
}
.index_about {
  background: #f1f3f8 url(../images/index_bg_about.jpg) no-repeat top center;
  padding: 80px 0;
}
.index_about_l {
  width: 47%;
  float: left;
}
.index_about_l .title_index {
  text-align: left;
  padding: 0 0 27px;
}
.index_about_r {
  width: 48%;
  float: right;
}
.index_about_d {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  min-height: 180px;
}
.increase li {
  float: left;
  padding-right: 40px;
}
.increase strong {
  font-size: 32px;
  color: #d6322d;
  line-height: 20px;
  display: inline-block;
}
.increase h3 {
  display: block;
}
.increase span {
  color: #d6322d;
  position: relative;
  top: -15px;
  font-weight: bold;
  right: -4px;
}
.increase p {
  color: #797979;
}
@media (max-width: 991px) {
  .index_about {
    padding: 30px 0;
  }
  .index_about_l .title_index {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .index_about_l .title_index {
    padding: 10px 0;
  }
  .index_about {
    padding: 0 0 30px;
  }
}
.advantage {
  padding-bottom: 96px;
}
.index_product_t {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
}
.index_product_d {
  font-size: 12px;
  color: #818181;
  line-height: 20px;
}
.index_prod {
  padding: 25px;
  position: relative;
  z-index: 9;
}
.index_prod a {
  display: block;
}
.index_prod i {
  position: absolute;
  left: 32px;
  bottom: 26px;
  z-index: 9;
  width: 18px;
  height: 18px;
  background: url(../images/index_plus.png) no-repeat left center;
}
.index_prod img {
  position: absolute;
  right: 32px;
  bottom: 26px;
  z-index: 9;
  height: 77px;
}
.index_prod:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  opacity: 0;
}
.index_prod:hover:after {
  opacity: 0.2;
}
.index_product_1 {
  float: left;
  height: 260px;
  width: 50%;
  background: #f4f4f4;
}
.new_pro_box_one {
	width: 33.3%;float: left;
}
.index_product_2 {
  float: left;
  height: 260px;
  width: 50%;
  background: #e7e7e7;
}
.index_product_3 {
  float: left;
  height: 260px;
  background: #f4f4f4;
  width: 33.3%;
}
.index_product_4 {
  float: left;
  height: 260px;
  background: #E79E30;
  width:  33.3%;
}
.index_product_4 .index_product_t {
  color: #fff;
}
.index_product_4 .index_product_d {
  color: #fff;
}
.index_product_4 i {
  background: url(../images/index_plus2.png) no-repeat left center;
}
.index_product_5 {
  float: left;
  height: 260px;
  background: #2d5bac;
  width: 33.3%;
  color: #fff;
}
.index_product_5 .index_product_t {
  color: #fff;
}
.index_product_5 .index_product_d {
  color: #fff;
}
.index_product_5 i {
  background: url(../images/index_plus2.png) no-repeat left center;
}
.index_product_6 {
  float: left;
  height: 260px;
  background: #e7e7e7;
  width:  33.3%;
}
.index_product_7 {
  float: left;
  height: 260px;
  background: #f4f4f4;
  width:50%;
}
.index_product_8 {
  float: left;
  height: 260px;
  background: #D6322D;
  color: #fff;
  width: 50%;
}
.index_product_8 h3 {
  font-weight: bold;
  font-size: 18px;
}
.index_product_8 span {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 16px;
  display: inline-block;
}
.index_product_8 .index_product_b {
  padding-top: 85px;
  text-align: center;
  margin: 9px;
  border: 1px solid #eb9996;
  height: calc(100% - 20px);
}
.index_product_8:hover {
  color: #fff;
}
@media (max-width: 991px) {
	.new_pro_box_one {
		width: 50%;
	}
  .index_product_1 {
    width: 50%;
  }
  .index_product_2 {
    width: 50%;
  }
  .index_product_3 {
    width: 50%;
  }
  .index_product_4 {
    width: 50%;
  }
  .index_product_5 {
    width: 50%;
  }
  .index_product_6 {
    width: 50%;
  }
  .index_product_7 {
    width: 50%;
  }
  .index_product_8 {
    width: 50%;
  }
  .index_about_l,
  .index_about_r {
    width: 100%;
  }
  .index_about_d {
    min-height: initial;
    padding-bottom: 20px;
  }
  .increase {
    text-align: center;
    padding-bottom: 30px;
  }
  .increase li {
    float: initial;
    display: inline-block;
    padding: 0 20px;
  }
  .index_about_r {
    text-align: center;
  }
  .advantage {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
	.new_pro_box_one {
		width: 100%;
	}
  .increase li {
    display: inline-block;
    padding: 0 0 24px;
    width: 50%;
    float: left;
  }
  .index_product_1,
  .index_product_2,
  .index_product_3,
  .index_product_4,
  .index_product_5,
  .index_product_6,
  .index_product_7,
  .index_product_8 {
    width: 100%;
    height: 180px;
  }
  .index_product_8 {
    height: 116px;
  }
  .index_prod img {
    height: 50px;
  }
  .index_prod {
    padding: 15px;
  }
  .index_product_8 span {
    padding-top: 2px;
  }
  .index_product_8 .index_product_b {
    padding-top: 30px;
    height: calc(100% - 20px);
  }
  .index_prod i {
    left: 16px;
    bottom: 18px;
  }
  .index_prod img {
    right: 16px;
    bottom: 18px;
  }
}
.product_center {
  padding: 24px 0;
}
.product_center_l {
  width: 230px;
  float: left;
}
.product_center_t {
  width: 100%;
  height: 110px;
  background: #d6322d;
  color: #fff;
  float: left;
  text-align: center;
  padding-top: 20px;
}
.product_center_t h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}
.product_center_t span {
  font-size: 12px;
  font-style: italic;
  color: #fff;
  text-transform: capitalize;
}
.product_center_t a {
  background: #ffffff;
  display: inline-block;
  -wekit-border-radius: 13px;
  -max-border-radius: 13px;
  border-radius: 13px;
  width: 90px;
  height: 25px;
  line-height: 25px;
  margin: 20px 5px 0;
}
.product_center_s {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 9px;
  background: #ffffff;
  border: 1px solid #e1e6f0;
}
.product_center_s a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding-left: 15px;
  color: #333333;
}
.product_center_s a:hover {
  color: #d6322d;
}
.product_center_s.hv a {
  color: #d6322d;
}
.mbn {
  margin-bottom: 0;
}
.product_center_ul {
  width: 100%;
  background: #f7f8fa;
  margin-bottom: 9px;
  float: left;
  padding: 15px 0 8px;
  border: 1px solid #e1e6f0;
  border-top: none;
}
.product_center_ul a {
  width: 100%;
  display: inline-block;
  line-height: 20px;
  padding-left: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}
.product_center_ul a:hover {
  color: #d6322d;
}
.product_center_r {
  width: 946px;
  float: right;
  padding-bottom: 40px;
}
.product_r_ul {
  position: relative;
  margin-left: -14px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product_r_ul li {
  border: 1px solid #e1e6f0;
  height: auto;
  width: calc(50% - 28px);
  margin: 0 14px 20px;
  float: left;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.product_r_ul li a {
  display: inline-block;
  width: 100%;
}
.product_r_ul li h3 {
  font-size: 18px;
  color: #333333;
}
.product_center_ul a.hv {
  color: #d6322d;
}
.product_r_ul li p {
  font-size: 14px;
  color: #868585;
  padding-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 95%;
  margin-bottom: 15px;
}
.product_r_ul li span {
  font-size: 14px;
  color: #d6322d;
}
.product_r_ul li:hover,
.product_r_ul li.hv {
  border: 1px solid #d6322d;
}
.product_r_span {
  float: left;
  height: 140px;
  line-height: 140px;
  width: 144px;
  text-align: center;
}
.product_r_span img {
  max-height: 140px;
}
.product_r_t {
  padding-top: 24px;
  width: calc(100% - 144px);
  float: left;
}
.product_r_list_t ul {
  width: 100%;
  display: table;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.product_r_list_t li {
  background: #e2e2e2;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}
.product_r_list_t li h3 {
  font-size: 14px;
}
.product_r_list {
  border-top: 1px solid #e1e6f0;
  border-left: 1px solid #e1e6f0;
  width: 946px!important;
}
.product_r_list tr {
  width: 100%;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.product_r_list tr:hover {
  width: 100%;
  background: #f7f8fa;
}
.product_r_list th {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  font-weight: 500;
  border-right: 1px solid #cccccc;
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
  line-height: 18px;
}
.product_r_list td {
  border-right: 1px solid #e1e6f0;
  border-bottom: 1px solid #e1e6f0;
  text-align: center;
  height: 65px;
  vertical-align: middle;
  font-size: 12px;
}
.product_r_list td h3 {
  font-size: 14px;
}
.product_r_list .product_r_list_img img {
  width: 42px;
  border: 1px solid #e1e6f0;
  height: 42px;
}
.product_r_list_z1 {
  font-size: 0!important;
}
.product_r_list_z1 img {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0;
}
.product_r_list_1 {
  width: 7%;
}
.product_r_list_2 {
  width: 12%;
}
.product_r_list_3 {
  width: 5%;
}
.product_r_list_4 {
  width: 7%;
}
.product_r_list_5 {
  width: 7%;
}
.product_r_list_6 {
  width: 5%;
}
.product_r_list_7 {
  width: 6%;
}
.product_r_list_8 {
  width: 6%;
}
.product_r_list_9 {
  width: 12%;
}
.product_r_list_10 {
  width: 18%;
}
.product_r_list_11 {
  width: 5%;
}
.product_r_list_12 {
  width: 5%;
}
.product_r_list li span {
  display: none;
}
.product_center_t br {
  display: none;
}
@media (max-width: 1200px) {
  .product_center_r {
    width: 700px;
  }
  .product_r_t {
    padding-top: 14px;
  }
  .product_r_ul {
    margin-left: -1%;
  }
  .product_r_ul li {
    height: 120px;
    width: 48%;
    margin: 0 1% 20px;
  }
  .product_r_span img {
    max-height: 120px;
  }
  .product_r_span {
    height: 120px;
    line-height: 120px;
    width: 122px;
  }
  .product_r_t {
    width: calc(100% - 132px);
  }
  .product_r_ul li h3 {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .product_center_l {
    width: 100%;
  }
  .product_center_t {
    height: 60px;
    padding-top: 0;
  }
  .product_center_ul a {
    line-height: 18px;
    padding-bottom: 10px;
  }
  .product_center_s a {
    height: 34px;
    line-height: 34px;
    text-align: center;
  }
  .product_center_s {
    font-size: 14px;
  }
  .product_center_r {
    width: 100%;
    padding-top: 20px;
  }
  .product_r_list_t {
    display: none;
  }
  .product_r_list ul {
    display: inline-block !important;
    width: 48%;
    margin: 0 1%;
    border: none;
    float: left;
    padding-bottom: 20px;
  }
  .product_r_list_1,
  .product_r_list_2,
  .product_r_list_3,
  .product_r_list_4,
  .product_r_list_5,
  .product_r_list_6,
  .product_r_list_7,
  .product_r_list_8,
  .product_r_list_9,
  .product_r_list_10,
  .product_r_list_11,
  .product_r_list_12 {
    width: 100%;
    display: inline-block !important;
  }
  .product_r_list li {
    border: none;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #32353d;
  }
  .product_r_list li span {
    display: inline-block;
    padding-right: 10px;
    color: #8c95ab;
  }
  .product_r_list_10,
  .product_r_list_11,
  .product_r_list_12 {
    text-align: center!important;
  }
  .product_r_list_10 {
    padding: 10px 0;
  }
  .product_r_list_11,
  .product_r_list_12 {
    width: 48%;
    text-align: center;
    background: #f1f1f1;
    height: 42px!important;
    line-height: 42px!important;
    margin: 0 1%;
    -wekit-border-radius: 5px;
    -max-border-radius: 5px;
    border-radius: 5px;
  }
  .product_center_ul li {
    text-align: center;
  }
  .product_r_list td {
    height: auto;
    padding: 6px 3px;
  }
}
@media (max-width: 767px) {
  .product_center_t {
    height: auto;
    padding: 20px 0;
  }
  .product_center_t br {
    display: block;
  }
  .product_center_t a {
    margin-top: 5px;
  }
  .product_r_ul li {
    width: 100%;
    height: auto;
    margin: 5px 0 14px;
  }
}
.product_tz {
  float: left;
  width: 100%;
}
.product_tz_l {
  float: left;
}
.product_tz_l img {
  border: 1px solid #e1e6f0;
  width: 148px;
  height: 148px;
}
.product_tz_r {
  float: right;
  width: calc(100% - 170px);
}
.product_tz_r h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  padding: 20px 0 15px;
}
.product_tz_r p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #868585;
}
.product_tz_2 {
  width: 100%;
  float: left;
  background: #f7f8fa;
  border: 1px solid #e1e6f0;
  margin: 24px 0 0;display: none;
}
.price-table2 {
  margin-top: 30px;
}
.product_tz_2 ul {
  padding: 23px 23px 23px 0;
  display: inline-block;
  width: 100%;
}
.product_tz_2 ul li {
  margin-bottom: 10px;
  color: #333333;
  width: 33.3%;
  float: left;
  padding-left: 25px;
}
.product_tz_2 ul li span {
  float: left;
  display: inline-block;
  line-height: 38px;
}
.product_tz_2 ul li .layui-form-select {
  display: inline-block;
  float: right;
  width: 170px;
}
.product_tz_2_l {
  padding-left: 25px;
  float: left;
  padding-top: 7px;
}
.product_tz_2_l font {
  padding: 0 3px;
}
.product_tz_2_r {
  float: right;
  padding-top: 7px;
}
.product_btn1 {
  cursor: pointer;
  display: inline-block;
  width: 83px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e1e6f0;
  color: #333333;
}
.product_btn2 {
  background: #D6322D;
  border: 1px solid #D6322D;
  color: #fff;
}
@media (max-width: 1200px) {
  .product_tz_2 ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product_tz_2 ul li {
    width: 100%;
    padding-left: 15px;
  }
  .product_tz_2_l {
    padding-left: 15px;
  }
  .product_tz_2 ul li .layui-form-select {
    width: calc(100% - 110px);
  }
  .product_tz_r h3 {
    font-size: 16px;
    padding: 10px 0 5px;
  }
  .product_tz_r {
    width: 100%;
  }
  .product_tz_l {
    width: 100%;
  }
  .product_tz_l img {
    width: 100%;
    display: inline-block;
    height: auto;
  }
  .product_tz_2 {
    margin: 24px 0 0;
  }
}
.paro_nav_a {
  cursor: pointer;
  position: relative;
  width: 120px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #e1e6f0;
  border-radius: 19px;
  margin: 0 15px;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.paro_nav_a span {
  position: absolute;
  left: 50%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -wekit-border-radius: 5px;
  -max-border-radius: 5px;
  border-radius: 5px;
  width: 230px;
  height: 40px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  top: 40px;
  display: none;
  z-index: 999;
  background: #fff;
}
.paro_nav_a span img {
  max-width: inherit;
}
.paro_nav_a:hover {
  background: #D6322D;
  border: 1px solid #D6322D;
  color: #fff !important;
}
.paro_nav_a a {
  display: inline-block;
  width: auto!important;
  height: auto!important;
  border: none!important;
  margin: 0!important;
  padding: 0!important;
}
.paro_nav_a a:hover {
  background: none!important;
}
.paro_nav {
  float: left;
  padding-left: 140px;
}
.paro_nav a {
  position: relative;
  width: 120px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #e1e6f0;
  border-radius: 19px;
  margin: 0 15px;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.paro_nav a span {
  position: absolute;
  left: 50%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -wekit-border-radius: 5px;
  -max-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  top: 40px;
  opacity: 0;
  z-index: 999;
  background: #fff;
}
.paro_nav a span img {
  max-width: inherit;
}
.paro_nav a:hover span {
  opacity: 1;
}
.paro_nav .hv,
.paro_nav a:hover {
  background: #D6322D;
  border: 1px solid #D6322D;
  color: #fff !important;
}
.infra {
  width: 100%;
  height: 100vh;
}
@media (max-width: 991px) {
  .paro_nav a {
    border: none;
    height: 40px;
    line-height: 40px;
    margin: 0 ;
    border-bottom: 1px solid #e1e6f0;
    border-radius: 0;
    width: 100%;
  }
  .paro_nav_a {
    border: none;
    height: 40px;
    line-height: 40px;
    margin: 0 ;
    border-bottom: 1px solid #e1e6f0;
    border-radius: 0;
    width: 100%;
  }
  .paro_nav {
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.nolist {
  text-align: center;
  padding: 180px 0;
  line-height: 50px;
}
.nolist h5 {
  font-size: 20px;
  color: #ccc;
}
.nolist h2 {
  font-size: 30px;
  color: #999;
}
@media (max-width: 991px) {
  .nolist {
    padding: 90px 0;
    line-height: 40px;
  }
  .nolist h5 {
    font-size: 16px;
  }
  .nolist h2 {
    font-size: 22px;
  }
}
.layui-laydate .layui-laydate-content .layui-this {
  background-color: #d6312c !important;
}



.layui_search_op2_box {
	text-align: left;
}
.layui_search_op2 {
	margin-top: 20px;    border-radius: 5px;    font-size:12px;
	padding: 0 14px; background-color: #d6312c ;color: #fff; border-radius: 3px;
	height: 26px; line-height: 26px;float: left;display: inline-block;text-align: center;
	
}
.layui_search_op2 i{ padding-left: 6px;font-size: 11px;}
.layui_search_op2:hover {
	 background-color: #f03431 ;color: #fff; 
}
@media (max-width: 991px){
   
   .layui_search_op2_box {
   	text-align: left;
   	margin-top: 15px;
   }
}
@media (max-width: 767px){
   
}



.job_box ul {
  margin-bottom: 80px;
}
.job_box li {
  margin-bottom: 10px;
	 background: #f7f8fb;
	 border: 1px solid #e1e6f0;
}
.job_box .job_box_t {
	 height: 80px;
	 background: #f7f8fb;
  line-height: 80px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}
.job_box .job_box_t b {
  width: 12px;
  height:12px;
  background: url(../images/y2h.png) no-repeat left top;
  display: inline-block;
  margin-left: 25px;
  margin-right: 13px;
  position: relative;
  transition: 0.2s;
}
.job_box .job_box_t h3 {
  font-size: 16px;
  color: #121212;
  float: left;
  transition: 0.2s;
}
.job_box .job_box_t span {
  float: right;
  width: 25px;
  height: 25px;
  margin-top: 33px;
  margin-right: 31px;
  background: url(xia.png) no-repeat left top;
}
.job_box .job_box_body {
  padding: 5px 45px 48px;
  /* border: 1px solid #3253da; */
  border-top: none;
  font-size: 14px;
  line-height: 24px;
  display: none;
}
.job_box .hv .job_box_t {
  /* background: #3253da; */
}
.job_box .hv .job_box_t span {
  background: url(shang.png) no-repeat left top;
}
.job_box1 {
  height: 50px;
  background: #f0f3f7;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
	.job_box  .job_box_t span {display: none!important;}
	.job_box .job_box_t {height: 40px; line-height: 40px; }
  .job_box .job_box_body {
    padding: 0 15px 10px;
    line-height: 30px;
  }
  .job_box1 {
    margin-top: 30px;
  }
  .job_box .job_box_t h3 {
    font-size: 14px;
  }
  .job_box .job_box_t b {
	      margin-left:15px;
	      margin-right: 8px;
  }
  .job_box .job_box_t span {
	  margin-top: 13px;
	      margin-right: 11px;
  }
}
.product_r_ul_head {overflow-y: auto;height: 420px;display: none;}
.product_r_ul_head li a {
	text-align: left;
}
.product_r_ul_head li span {
    font-size: 14px;
	padding: 0;
    color: #6C6C6C;
}
.product_r_ul_head li a::after,.product_r_ul_head li.hv a::after,.product_r_ul_head li:hover a::after {display: none!important;}

.product_r_ul_head .product_r_span img {    max-height: 80px;width: 80px;}
.product_r_ul_head .product_r_span {
    float: left;
    height: 110px;
    line-height: 110px;
    width: 110px;
    text-align: center;
}
.product_r_ul_head  li h3 {font-size: 16px; }
.product_r_ul_head  li font {padding-left: 16px;color: #000000;}

@media (max-width: 1440px){
   
}
@media (max-width: 1200px){
   
}
@media (max-width: 991px){
   .product_r_ul_head li h3 {font-size: 14px; line-height: 20px; padding-top: 10px;}
}
@media (max-width: 767px){
   
}
@media (max-width: 767px) {
  body {
    margin-bottom: 50px;
  }
  .k_footr {
      display: block!important;
    width: 100%;
    position: fixed!important;
    top: inherit;
    bottom: 0;
    border: 1px solid #eaebed;
    right: 0;
    transform: translateY(0%) !important;
    z-index: 9999;
  }
  .k_footr li a {
    width: 100%;
    text-align: center;
  }
  .k_footr li {
    width: 20%;
    text-align: center;
  }
  .k_footr .k_1 {
    right: inherit;
    left: 50%;
    padding: 5px 5px 10px;
    transform: translateX(-50%);
    top: inherit;
    bottom: 50px;
  }
  .k_footr2 {
    display: none!important;
  }

}

@media (min-width: 991px) {
.head_li_3x {
  position: relative;
}
.head_li_3x .head_nav_son {
  width: 160px;
}
.head_li_3x .head_nav_left{
  padding: 10px 22px;
}
.head_nav_left_a1 {

  padding-top: 0;
}
.head_nav_left_a1 a:hover:after, .head_nav_left_a1 a.hv:after {
  width: 0 !important;
}

}
