@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
@font-face {
  font-family: "sourcehansans"; 
  src: url("//assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.eot"); 
  src: url("//assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.eot?#iefix") format("embedded-opentype"),
  url("//assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.woff") format("woff"),
  url("//assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.ttf") format("truetype"),
  url("//assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.svg#YourWebFontName")
   format("svg"); 
 
}
button {
  /* border: none;
     */
}
#page li.active {
  border: 1px solid #d01b12;
  background-color: #d01b12;
  color: #FFFFFF
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'sourcehansans'!important;
  color: #555;
  overflow-x: hidden;
  padding-top: 246px;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.doahnag {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.doahnag .daohang-top {
  line-height: 3.125rem;
  background: #d01b12;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border-bottom: 0.0625rem solid #8eb6d4;
}
.doahnag .daohang-top .ging {
  color: #ffffff;
  font-size: 1rem;
}
.doahnag .dang-ul > li {
  display: inline-block;
}
.doahnag .dang-ul > li>a {
  color: #565656;
  padding: 0 19px;
  font-size: 16px;
}
.doahnag .dang-ul > li::after {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 13px;
  width: 1px;
  background: #d2d2d2;
}
.doahnag .dang-ul > li:last-child::after {
  opacity: 0;
}
.doahnag .dang-ul > li:hover a,
.doahnag .dang-ul > li.active a {
  color: #d01b12;
}
.doahnag .daohang-cen {
  line-height: 5.3125rem;
  padding: 17px 0px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}.doahnag .daohang-cen  .row>.fl{
  width: 39%;
}
.doahnag .daohang-cen .lee {
  line-height: 30px;
  margin-right: 40px;
  margin-top: 0px;
}
.doahnag .daohang-cen .p1 {
  color: #000000;
  font-size: 20px;
  letter-spacing: 0px;
}
.doahnag .daohang-cen .p2 {
  font-size: 22px;
  color: #d01b12;
  line-height: 1;
  font-weight: bold;
}
.doahnag .daohang-cen .yuans1 {
  border: 3px solid #d01b12;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 19px;
  bottom: 12px;
  left: -40px;
}
.doahnag .daohang-cen .yuans1 i {
  color: #d01b12;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 0.3125rem;
}
.doahnag .doahang-bot {
line-height: 72px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.doahnag .feng1 {
  color: #ffffff;
  font-size: 14px;
}
.doahnag .feng1 a {
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.doahnag .feng1 a:hover {
  font-weight: bold;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.doahnag .feng1 span {
  font-size: 12px;
  display: inline-block;
  margin: 0 10px;
}
.doahnag.active {
  top: -174px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lunbo .lunbo-zi {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.lunbo .lunbo-zi .p1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 3.125rem;
  display: inline-block;
  padding: 0 1.875rem;
  background-color: rgba(74, 79, 85, 0.7);
}
.lunbo .lunbo-zi .p2 {
  color: #ffffff;
  margin-top: 0.625rem;
  font-size: 1.9375rem;
  display: inline-block;
  padding: 0 1.875rem;
  background-color: rgba(74, 79, 85, 0.7);
}
.lunbo .lunbo-zi .lsq {
  margin-top: 1.875rem;
}
.lunbo .lunbo-zi .lsq a {
  line-height: 3.125rem;
  display: inline-block;
  color: #d01b12;
  padding: 0 1.875rem;
  border: 1px solid #d01b12;
  background-color: rgba(255, 255, 255, 0.502);
  font-size: 1rem;
  margin: 0 0.625rem;
}
.lunbo .lunbo-zi .lsq a:hover {
  background: #d01b12;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lunbo .swiper-pagination-bullet {
  border-width: 0.0625rem;
  border-color: #6397be;
  border-style: solid;
  border-radius: 50%;
  background-color: #6397be;
  width: 0.5625rem;
  height: 0.5625rem;
  opacity: 1;
  position: relative;
}
.lunbo .swiper-pagination-bullet:after {
  content: '';
  opacity: 0;
  border-width: 0.0625rem;
  border-color: #6397be;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: -0.25rem;
  left: -0.25rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lunbo .swiper-pagination-bullet-active:after {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lunbo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.4375rem;
}
.lunbo .swiper-container-horizontal > .swiper-pagination-bullets,
.lunbo .swiper-pagination-custom,
.lunbo .swiper-pagination-fraction {
  bottom: 1.25rem;
}
.rightfix {
  position: fixed;
  top: 28.125rem;
  right: 5%;
  width: 4.375rem;
  /* border: 1px solid #c81624;
     */
  border-right: none;
  z-index: 99;
  background: #fff;
}
.fix_ul li {
  font-size: 0.75rem;
  background: #d01b12;
  text-align: center;
  float: none;
  position: relative;
  cursor: pointer;
  width: 4.375rem;
  height: 4.375rem;
  padding-top: 0.625rem;
  border-top: 0.0625rem solid #dee2e7;
  margin-bottom: 0rem;
  color: #fff;
}
.fix_ul li:nth-of-type(1) {
  border-top: none;
}
.fix_ul li i {
  font-size: 1.25rem;
  color: #fff;
}
.fix_ul li a p {
  color: #fff;
  font-size: 0.8125rem;
}
.right_div {
  display: none;
  position: absolute;
  right: 0rem;
  top: 0rem;
  background: #fff;
  padding: 0.3125rem;
  line-height: 3.75rem;
  transition: all 0.2s ease-in-out;
  min-width: 7.5rem;
  border: 1px solid #eeeeee;
}
.fix_ul li:hover a {
  color: #848484;
}
.fix_ul li:hover .right_div {
  display: block;
  right: 4.5625rem;
}
.fix_ul li:hover {
  background: #fff;
  border: 1px solid #d01b12;
}
.fix_ul li:hover p,
.fix_ul li:hover i {
  color: #d01b12;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #d01b12;
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 50px;
  background: transparent;
  z-index: auto;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}
.sidebar-menu__title {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu__title > i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}
.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}
.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.colos {
  line-height: 70px;
}
.sidebar-menu__item:first-child {
  border-top: 0;
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #b10800 !important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}
.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.sidebar-menu__item:hover > .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}
.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}
.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}
.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}
.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  width: 100%;
  top: 96px;
  border-top: 2px solid #fa2828;
  text-align: center;
  z-index: 44;
  position: fixed;
}
.displaynone {
  display: none;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 15px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #fa2828;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.popular {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #e6e6e6;
}
.popular_a {
  color: #4f4f4f;
  font-size: 1rem;
  line-height: 2.5rem;
}
.popular_a span {
  color: #d01b12;
}
.popular_a a {
  font-size: 1rem;
  color: #4f4f4f;
  display: inline-block;
  margin-right: 1.375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.popular_a a:hover {
  color: #d01b12;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.popular_butt {
  height: 2.5rem;
  width: 3rem;
  background: #d01b12;
  text-align: center;
  float: left;
  border: none;
}
.popular .popular_inp {
  font-size: 0.8125rem;
  color: #7f7f7f;
  width: 17.5rem;
  border: 1px solid #d01b12;
  height: 2.5rem;
  float: left;
  padding-left: 1.5625rem;
}
.head {
  color: #030303;
  font-size: 2.25rem;
  padding: 3.75rem 0 1.25rem 0;
}
.head span {
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #d01b12;
}
.index-hezuo{
  padding-bottom: 30px;
}
.index-hezuo .overh {
  border: 1px solid #e3e3e3;
}
.index-hezuo .swiper-container {
  padding-top: 2.1875rem;
}
.index-hezuo .p1 {
  font-size: 1.0625rem;
  color: #4f4f4f;
  line-height: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0.625rem 0;
}
.index-hezuo .swiper-button-next,
.index-hezuo .swiper-button-prev {
  background: transparent;
  width: auto;
  height: auto;
}
.index-hezuo .swiper-button-next {
  right: -3.75rem;
}
.index-hezuo .swiper-button-prev {
  left: -3.75rem;
}
.index-jie {
  padding-bottom: 2.5rem;
  background: #f7f7f7;
}
.index-jie .yaso {
  color: #000000;
  padding: 1.875rem 0;
  line-height: 2.353;
  font-size: 1.0625rem;
}
.index-jie .yaso span {
  padding: 0.3125rem 0.625rem;
  background: #d01b12;
  color: #ffffff;
}
.index-jie .zhnegti {
  margin-bottom: 1.25rem;
}
.index-jie .zhnegti span {
  background: #d01b12;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 0.3125rem;
  font-family: "SimSun";
  position: relative;
}
.index-jie .zhnegti span:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.625rem solid #d01b12;
  bottom: -0.625rem;
}
@keyframes da {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
}
@keyframes da1 {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.2);
  }
}
.chang {
  background: #eeeeee;
}
.chang .ul-ta {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.chang .ul-ta li {
  position: absolute;
}
.chang .ul-ta li:nth-child(1) {
  left: 57%;
  top: -10%;
  animation: da 3s ease-in-out infinite alternate;
}
.chang .ul-ta li:nth-child(2) {
  left: 41%;
  top: 8%;
  animation: da 4s ease-in-out infinite alternate;
}
.chang .ul-ta li:nth-child(3) {
  left: 45%;
  animation: da 5s ease-in-out infinite alternate;
}
.project {
  background: #f7f7f7 url(../img/8.png) top center no-repeat;
  background-size: 100%;
  padding-top: 3.75rem;
}
.project .div1 {
  text-align: center;
  color: #000000;
  font-size: 2.25rem;
}
.project .div1 .sp1 {
  background: #d01b12;
  font-size: 2rem;
  color: #ffffff;
  padding: 0 0.625rem;
  margin-right: 1.25rem;
  display: inline-block;
  position: relative;
}
.project .div1 .sp1:after {
  position: absolute;
  content: '';
  border-top: 0.3125rem solid transparent;
  border-left: 0.625rem solid #d01b12;
  border-bottom: 0.3125rem solid transparent;
  right: -0.625rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project .div1 .sp2 {
  font-size: 4.1875rem;
  line-height: 0.791;
  font-family: "BaskOldFace";
  position: relative;
  top: 0.625rem;
}
.project .yaos {
  color: #353535;
  font-size: 1.25rem;
  margin: 0.9375rem 0;
}
.project-con {
  background: #f7f7f7;
}
.project-con .guis {
  padding: 1.25rem 0 3.75rem 0;
}
.project-con .guis .overh img {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.project-con .guis .overh img:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.project-con .swiper-slide {
  background: #ffffff;
  border: 1px solid #d6d6d6;
}
.project-con .swiper-slide .yu {
  color: #000000;
  font-size: 1.25rem;
  line-height: 4.375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 0.9375rem;
}
.testing {
  background: #f7f7f7;
}
.testing .testing-lunbo {
  padding: 1.25rem 0 3.75rem 0;
}
.testing .testing-lunbo .yu {
  font-size: 1.0625rem;
  color: #000000;
  line-height: 3rem;
  padding: 0 0.9375rem;
}
.testing .testing-lunbo .yu a {
  font-weight: lighter;
  color: #000000;
}
.testing .testing-lunbo .yu:hover {
  background: #d01b12;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.testing .testing-lunbo .yu:hover a {
  color: #ffffff;
}
.testing .testing-lunbo .swiper-slide {
  background: #ffffff;
  border: 1px solid #d6d6d6;
}
.testing .testing-lunbo .swiper-slide .overh img {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.testing .testing-lunbo .swiper-slide .overh img:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.pos-a {
  color: #4f4f4f;
  font-size: 0.9375rem;
  margin: 1.1875rem 0;
}
.pos-a a {
  color: #4f4f4f;
}
.pos-a a:hover {
  color: #d01b12;
}
.us-about {
  padding: 1.25rem 0 5rem 0;
}
.us-about .us-about-con {
  color: #747474;
  line-height: 2.125;
  font-size: 1rem;
}
.us-about .about-lunbos {
  margin: 3.125rem 0;
}
.us-about .swiper-button-next,
.us-about .swiper-button-prev {
  background: transparent;
  width: auto;
  height: auto;
}
.us-about .swiper-button-next i,
.us-about .swiper-button-prev i {
  font-size: 2.5rem;
  color: #222222;
}
.us-about .swiper-button-next {
  right: -6.25rem;
}
.us-about .swiper-button-prev {
  left: -6.25rem;
}
.links {
  background: url(../img/30.jpg) no-repeat;
  background-size: cover;
  padding: 0.625rem 0;
}
.links .le {
  width: 16.66%;
  color: #ffffff;
  line-height: 1.875rem;
  padding-top: 1.25rem;
}
.links .le .pp1 {
  font-size: 1.375rem;
  text-align: center;
}
.links .le .pp2 {
  font-size: 1.125rem;
  text-align: center;
}
.links .lee {
  width: 66.666%;
}
.links .lee ul li {
  width: 25%;
  float: left;
  padding: 0 1.875rem;
  line-height: 1.875rem;
  position: relative;
}
.links .lee ul li:after {
  content: '';
  width: 0.0625rem;
  height: 0.75rem;
  background-color: #bababa;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.links .lee ul li a {
  color: #6e6e6e;
  font-size: 0.9375rem;
}
.links .lee ul li a:hover {
  color: #d01b12;
}
.links .ree {
  width: 16.66%;
  color: #000000;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  padding: 0 1.875rem;
}
footer {
  background: #858585;
  padding: 3.5rem 0 3.125rem 0;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #e6e6e6;
}
footer .foot-ul > li {
  margin-right: 3.75rem;
  float: left;
}
footer .foot-ul > li:last-child {
  margin-right: 0;
}
footer .foot-ul > li a {
  display: block;
  color: #e6e6e6;
}
footer .foot-ul > li > p {
  font-size: 1rem;
  text-align: center;
}
footer .foot-ul > li .xis-div {
  padding-right: 4.375rem;
  margin-bottom: 1.25rem;
}
footer .foot-ul > li .xis-div .imgs1 {
  top: 0;
  right: 0;
}
footer .foot-ul > li .xis-div .p2 {
  font-size: 1rem;
}
footer .foot-ul > li .xis-div .p1 {
  font-size: 1.6875rem;
}
footer .foot-ul > li .foot-div {
  margin-top: 0.3125rem;
}
.content {
  padding: 1.25rem 0 5rem 0;
}
.content .le {
  width: 22%;
}
.content .le .le-nav .title {
  color: #ffffff;
  font-size: 1.625rem;
  background: #d01b12;
  line-height: 3.75rem;
}
.content .le .le-nav ul {
  border: 1px solid #e6e6e6;
}
.content .le .le-nav ul li {
  line-height: 3.1rem;
  font-size: 1.0625rem;
  color: #808080;
  border-top: 0.0625rem solid #e6e6e6;
}
.content .le .le-nav ul li a {
  color: #808080;
  display: block;
  padding: 0 1.875rem 0 4.375rem;
  position: relative;
}
.content .le .le-nav ul li a i {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content .le .le-nav ul li:hover,
.content .le .le-nav ul li.active {
  background: #f2f2f2;
}
.content .le .le-nav ul li:hover a,
.content .le .le-nav ul li.active a {
  color: #d01b12;
}
.content .le .xing-div {
  border: 1px solid #dfdfdf;
  padding: 0 0.625rem;
  margin-top: 1.25rem;
}
.content .le .xing-div .xing-name {
  font-size: 1.25rem;
  color: #d01b12;
  padding: 1.125rem 0.625rem;
  border-bottom: 0.0625rem solid #dfdfdf;
}
.content .le .xing-div .us1 {
  padding: 0.9375rem 0;
  line-height: 1.5625rem;
  color: #515151;
  font-size: 0.9375rem;
}
.content .le .xing-div .us1 li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.content .le .xing-div .us1 li a {
  color: #515151;
}
.content .le .xing-div .us1 li a:hover {
  color: #d01b12;
}
.content .ree {
  width: 76%;
}
.content .ree .ree-title {
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #e6e6e6;
}
.content .ree .ree-title span {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 0.625rem;
  border-left: 0.25rem solid #d01b12;
}
.content .ree .ree-con {
  padding-top: 1.875rem;
}
.content .ree .ree-con .biaoge thead tr th {
  line-height: 3.4375rem;
  color: #ffffff;
  background: #d01b12;
  font-size: 1.25rem;
  padding: 0;
  text-align: center;
}
.content .ree .ree-con .biaoge tbody tr td {
  color: #818181;
  font-size: 1rem;
  padding: 0.8125rem 1.875rem;
}
.lianxi-tops {
  border-top: 0.0625rem solid #e4e4e4;
  border-bottom: 0.0625rem solid #e4e4e4;
}
.lianxi-tops .col-md-4 {
  background: url(../img/32.jpg) no-repeat;
  background-size: cover;
  padding: 2.5rem 0.9375rem 4.375rem;
}
.lianxi-tops .col-md-4 .tubiao {
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background: #d01b12;
  line-height: 2.8125rem;
  color: #ffffff;
}
.lianxi-tops .col-md-4 .tubiao i {
  font-size: 1.25rem;
}
.lianxi-tops .col-md-4 .title {
  font-size: 1.1875rem;
  color: #d01b12;
  margin: 1.5625rem 0 1.25rem 0;
}
.lianxi-tops .col-md-4 .yao {
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.875rem;
  height: 5.625rem;
}
.map {
  margin-top: 1.25rem;
}
.contact_mess {
  margin: 1.25rem 0;
  border: 1px solid #e6e6e6;
  padding: 1.25rem;
}
.contact_mess_cen p {
  text-align: center;
  color: #c81624;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #e1e1e1;
}
.contact_mess_cen p::after {
  position: absolute;
  left: 50%;
  bottom: -0.1875rem;
  background: #c81624;
  width: 3.125rem;
  height: 0.3125rem;
  display: block;
  content: "";
  transform: translateX(-50%);
}
.contact_for .row input {
  width: 100%;
  background: none;
  font-size: 1rem;
  color: #8c8c8c;
  border: 1px solid #e1e1e1;
  height: 2.8125rem;
  padding-left: 0.9375rem;
}
.contact_for form > div:nth-of-type(2) {
  margin: 0.9375rem 0;
}
.contact_for form > div textarea {
  width: 100%;
  background: none;
  font-size: 1rem;
  color: #8c8c8c;
  border: 1px solid #e1e1e1;
  height: 9.25rem;
  padding: 0.625rem 0 0 0.9375rem;
}
.contact_for_inp span {
  float: left;
  color: #8c8c8c;
  font-size: 1rem;
  border: 1px solid #e1e1e1;
  line-height: 2.8125rem;
  width: 5.3125rem;
  text-align: center;
  border-right: none;
}
.contact_for_inp input {
  float: left;
  color: #8c8c8c;
  font-size: 1rem;
  border: 1px solid #e1e1e1;
  height: 2.9375rem;
  padding-left: 0.9375rem;
}
.contact_for_img {
  margin-left: 0.9375rem;
}
.contact_for_img span {
  color: #8c8c8c;
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.5rem;
}
.contact_for_butt button {
  color: #fff;
  font-size: 1rem;
  background: #c81624;
  width: 12.1875rem;
  line-height: 2.8125rem;
  border: none;
}
.brief {
  padding: 3.4375rem 0 4.375rem 0;
}
.brief_rig_size {
  color: #3f3f3f;
  line-height: 1.875rem;
  font-size: 1rem;
  padding: 1.875rem 0 5.375rem 0;
}
.brief_butt {
  background: #f5f5f5;
  padding: 0.9375rem 6.25rem 0 4.375rem;
  border: 1px solid #e0e0e0;
  display:none;
}
.brief_butt > div:nth-of-type(1) {
  width: 25%;
}
.brief_butt_padd {
  /* background: #f5f5f5;
    */
  width: 75%;
  padding-left: 3.4375rem;
}
.brief_butt_rig > p:nth-of-type(1) {
  color: #c81624;
  font-size: 1.25rem;
  padding-top: 1.5625rem;
}
.brief_butt_rig > p:nth-of-type(2) {
  font-size: 1rem;
  color: #3f3f3f;
  line-height: 1.875rem;
  padding: 0.625rem 0;
}
.brief_dian span {
  display: inline-block;
  float: left;
}
.brief_dian div p {
  margin-left: 0.375rem;
}
.brief_dian div p:nth-of-type(1) {
  font-size: 0.9375rem;
  color: #646464;
}
.brief_dian div p:nth-of-type(2) {
  font-size: 1.375rem;
  color: #c81624;
  font-weight: bold;
}
.brief_dian a {
  color: #ffffff;
  background: #d01b12;
  font-size: 1.0625rem;
  line-height: 3.125rem;
  padding: 0 0.875rem;
}
.brief_dian a i {
  font-size: 1.875rem;
  display: inline-block;
}
.brief_dian a i.icon-kefu {
  padding-right: 0.625rem;
  border-right: 0.0625rem solid #ffffff;
}
.brief_dian .icon-dianhua1 {
  color: #686868;
  font-size: 1.875rem;
}
.shebei .col-md-4 {
  margin-bottom: .5rem;
}
.shebei .col-md-4 .overh {
  border: 1px solid #e5e5e5;
}
.shebei .col-md-4 .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.shebei .col-md-4 .overh img:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.shebei .col-md-4 .title {
  margin: 1rem 0 0 0;
  line-height: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.shebei .col-md-4 .title a {
  color: #000000;
  font-size: 1.125rem;
}
.shebei .col-md-4 .title a:hover {
  color: #d01b12;
}
.shebei .col-md-4 .yao {
  line-height: 1.875rem;
  height: 1.875rem;
  color: #767676;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1rem;
}
.xiazai-ul {
  padding-bottom: 1.875rem;
}
.xiazai-ul li {
  padding: 0.9375rem 0rem 0.9375rem 1.25rem;
  position: relative;
  border-bottom: 0.0625rem dashed #e4e4e4;
}
.xiazai-ul li:after {
  content: '';
  position: absolute;
  background-color: #c0292b;
  left: 0;
  top: 1.5625rem;
  width: 0.5rem;
  height: 0.1875rem;
}
.xiazai-ul li .title {
  font-size: 1.0625rem;
  color: #1b1b1b;
  line-height: 20px;
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 70%;
}
.xiazai-ul li .title:hover {
  color: #d01b12;
}
.xiazai-ul li .xia-a {
  font-size: 0.9375rem;
  color: #000000;
}
.xiazai-ul li .xia-a:hover {
  color: #d01b12;
}
.xiazai-ul li .xia-a i {
  position: relative;
  top: 0.1875rem;
}
.xiazai-ul li .data {
  color: #595959;
  font-size: 0.9375rem;
}
.new-a .left {
  width: 27%;
}
.new-a .left img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 100%;
}
.new-a .left img:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.new-a .right {
  width: 70%;
}
.new-a .right .div1 {
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new-a .right .div1 a {
  color: #000000;
}
.new-a .right .div1 a:hover {
  color: #d01b12;
}
.new-a .right .div2 {
  font-size: 1rem;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.75rem;
  color: #939393;
  margin: 0.625rem 0;
}
.new-a .right .more {
  font-size: 0.9375rem;
  color: #000000;
}
.new-a .right .more a {
  color: #000000;
}
.new-a .right .more a:hover {
  color: #d01b12;
}
.new-tuis {
  margin-bottom: 1.25rem;
}
.new-tuis .swiper-container-horizontal > .swiper-pagination-bullets,
.new-tuis .swiper-pagination-custom,
.new-tuis .swiper-pagination-fraction {
  bottom: 0;
  width: inherit;
  left: 30%;
}
.new-tuis .swiper-pagination-bullet {
  background: #d01b12;
  border: 1px solid #d01b12;
  opacity: 1;
}
.new-tuis .swiper-pagination-bullet-active {
  background: transparent;
}
.case-con .bu-title {
  color: #000000;
}
.case-con {
  font-size: 1.1875rem;
  color: #000000;
}
.case-con .xings {
  color: #888888;
  font-size: 0.875rem;
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #f0f0f0;
  margin: 0.625rem 0;
}
.case-con .xings .chus span {
  padding-right: 0.625rem;
  border-right: 0.0625rem solid #909090;
  margin-right: 0.625rem;
}
.case-con .xings .chus span:last-child {
  border-right: none;
  margin-right: 0;
}
.case-con .xians {
  margin-bottom: 1.25rem;
}
.case-con .case-div {
  font-size: 1rem;
  color: #000000;
  line-height: 1.875rem;
}
.shnag {
  border-top: 0.0625rem solid #f0f0f0;
  margin: 1.5rem -1.75rem -1.75rem -1.75rem;
}
.shnag i {
  color: #cccccc;
  display: inline-block;
  margin: 0 0.625rem;
}
.shnag > div {
  padding:0  1.25rem ;
  margin: 1.25rem 0;
  width: 50%;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.shnag > div:nth-child(1) {
  border-right: 0.0625rem solid #f0f0f0;
}
.shnag a {
  color: #555555;
  font-size: 1rem;
  width: 100%;
  line-height: 1.875rem;
  height: 1.875rem;
}
.shnag a:hover {
  color: #d01b12;
}
.case-con {
  padding: 1.75rem;
  border: 1px solid #dfdfdf;
}
.shnag > div:nth-child(2) {
  padding-right: 1.875rem;
}
.shnag > div:nth-child(2) i {
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.shnag > div:nth-child(1)  {
  padding-left: 1.875rem;
}
.shnag > div:nth-child(1) i {
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.new-jie {
  padding: 0.9375rem;
  margin-top: 1.25rem;
  border: 1px solid #dfdfdf;
}
.new-jie .biaori {
  color: #d01b12;
  font-size: 1.4375rem;
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #dfdfdf;
}
.new-jie .jis-ul {
  padding: 1.25rem 0;
}
.new-jie .jis-ul li {
  width: 25%;
  float: left;
  line-height: 2.5rem;
  padding-left: 1.25rem;
  position: relative;
}
.new-jie .jis-ul li a {
  color: #343434;
  font-size: 1rem;
  height: 2.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: block;
}
.new-jie .jis-ul li a:hover {
  color: #d01b12;
}
.new-jie .jis-ul li:after {
  color: #787c7f;
  content: '';
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #787c7f;
}
.new-tuis-ul {
  padding: 1.25rem 0;
}
.new-tuis-ul li {
  line-height: 2.5rem;
  width: 48%;
  float: left;
}
.new-tuis-ul li > .fl {
  color: #585858;
  font-size: 0.9375rem;
  height: 2.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 70%;
  display: block;
}
.new-tuis-ul li > .fl:hover {
  color: #d01b12;
}
.new-tuis-ul li > .dsa {
  color: #585858;
  font-size: 0.9375rem;
  width: 30%;
}
.new-tuis-ul li:nth-child(2n) {
  float: right;
}
.she-xing-top .swiper-button-next,
.she-xing-top .swiper-button-prev {
  background: transparent;
  width: auto;
  height: auto;
}
.shebe .biao {
  padding: 1.125rem 0.625rem;
  color: #000000;
  font-size: 1.1875rem;
  border-bottom: 0.0625rem solid #e1e1e1;
}
.shebe .ne-s-she {
  margin-top: 0.625rem;
  color: #7c7c7c;
  font-size: 1rem;
  line-height: 1.75rem;
}
.shebe .zixuns {
  margin: 0.9375rem 0;
}
.shebe .zixuns a {
  color: #000000;
  font-size: 0.9375rem;
  border: 1px solid #d2d2d2;
  display: inline-block;
  line-height: 2.1875rem;
  padding: 0 1.25rem;
  border-radius: 1.25rem;
}
.shebe .zixuns a:hover {
  background: #79b34a;
  color: #ffffff;
}
.shebe .dians-con .ps1 {
  padding-left: 0.625rem;
}
.shebe .dians-con {
  margin-top: 1.25rem;
}
.shebe .dians-con .p1 {
  font-size: 0.9375rem;
  color: #565656;
  margin-top: 0.625rem;
}
.shebe .dians-con .p2 {
  font-size: 1.625rem;
  color: #d01b12;
}
.she-ul {
  margin-top: 2.1875rem;
  border-bottom: 0.0625rem solid #e1e1e1;
}
.she-ul li {
  float: left;
  color: #767676;
  font-size: 1.125rem;
  padding: 0 2.5rem;
  line-height: 3.4375rem;
  cursor: pointer;
  border-top: 0.0625rem solid #e1e1e1;
  border-left: 0.0625rem solid #e1e1e1;
}
.she-ul li a {
  color: #767676;
}
.she-ul li:last-child {
  border-right: 0.0625rem solid #e1e1e1;
}
.she-ul li:hover,
.she-ul li.active {
  background: #d01b12;
  color: #ffffff;
}
.she-ul li:hover a,
.she-ul li.active a {
  color: #ffffff;
}
.she-dive .div1 {
  color: #585858;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  padding: 1.6875rem 0;
}
.she-dive .div1 .ys {
  color: #d01b12;
  font-size: 1.125rem;
}
.biaoge .ys {
  display: inline-block;
  margin: 0.625rem 0;
}
.yiqi-lunbo {
  margin: 1.25rem 0;
}
.yiqi-lunbo .swiper-slide .overh {
  border: 1px solid #e6e6e6;
}
.yiqi-lunbo .swiper-slide .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.yiqi-lunbo .swiper-slide .overh img:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.yiqi-lunbo .swiper-slide .titles {
  font-size: 1.125rem;
  color: #343434;
  line-height: 1.875rem;
  height: 1.875rem;
  margin-top: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.yiqi-lunbo .swiper-slide .titles a {
  color: #343434;
}
.yiqi-lunbo .swiper-slide .titles a:hover {
  color: #d01b12;
}
.shengban {
  padding: 1.25rem 0 3.75rem 0;
}
.shengban .swiper-container{
  padding-top: 5px ;
}
.shengban .swiper-slide {
  border: 1px solid #d0d0d0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}.shengban .swiper-slide:hover{
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: -5px;
  border: 1px solid #d01b12;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}
.shengban .swiper-slide > div {
  width: 50%;
}
.shengban .swiper-slide > .fr {
  padding: 1.5625rem;
}
.shengban .swiper-slide > .fr .title {
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.shengban .swiper-slide > .fr .title a {
  font-size: 1.25rem;
  color: #000000;
}
.shengban .swiper-slide > .fr .yaos {
  color: #747474;
  font-size: 1rem;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.625rem;
}
.management {
  background: #f7f7f7;
}
.management .management-con {
  padding: 1.25rem 0 3.75rem 0;
}
.management .management-con .swiper-slide {
  text-align: center;
}
.management .management-con .swiper-slide .overh {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #dfdfdf;
  line-height: 10rem;
}
.management .management-con .swiper-slide .overh i {
  color: #d01b12;
  font-size: 3.75rem;
  display: block;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}.management .management-con .swiper-slide:hover  .overh{
  background:#d01b12;  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}.management .management-con .swiper-slide:hover  .overh i{
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.management .management-con .swiper-slide .title {
  font-size: 1.125rem;
  color: #747474;
  margin-top: 0.9375rem;
}
.management .management-con .swiper-slide .title a {
  color: #747474;
}
.management .management-con .swiper-slide .title a:hover {
  color: #d01b12;
}
.advantage .advantage-ul {
  position: relative;
  margin: 1.25rem 0 3.75rem 0;
}
.advantage .advantage-ul:after {
  position: absolute;
  content: '';
  width: 0.0625rem;
  height: 71%;
  background: #d5d5d5 ;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.advantage .advantage-ul li {
  margin-bottom: 1.25rem;
}
.advantage .advantage-ul li .left {
  width: 48%;
}
.advantage .advantage-ul li .ree {
  width: 48%;
}
.advantage .advantage-ul li .biaoti {
  color: #d01b12;
  font-size: 1.375rem;
}
.advantage .advantage-ul li .en-biao {
  color: #818181;
  font-size: 0.75rem;
  margin: 0.625rem;
}
.advantage .advantage-ul li .yaos {
  color: #515151;
  font-size: 0.9375rem;
  line-height: 1.875rem;
}
.advantage .advantage-ul li .img-yuan {
  z-index: 3;
  top: -0.3125rem;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.advantage .advantage-ul li:nth-child(2) .left {
  margin-top: -6.25rem;
}
.online {
  background: #f2f2f2;
}
.online .div1 {
  width: 17%;
}
.online .div1 a {
  display: inline-block;
  line-height: 4.875rem;
  padding: 0 2.5rem;
  background: #ffffff;
  color: #353535;
  font-size: 1.25rem;
}
.online .div1 a.active,
.online .div1 a:hover {
  background: #d01b12;
  color: #ffffff;
}
.online .div2 {
  padding: 1.25rem 3.75rem 0 1.25rem ;
}
.online .div2 .p1 {
  color: #1d1e23;
  font-size: 1rem;
}
.online .div2 .p2 {
  font-size: 1.625rem;
  color: #d01b12;
}
.online .div2 .margint20 {
  margin-top: 0.625rem;
}
.online .div3 {
  padding: 0rem 1.875rem 0 5rem;
  border-left: 0.0625rem solid #dadada;
}
.online .div4 .an-p {
  color: #1d1e23;
  font-size: 1.5rem;
  margin-top: 1.25rem;
}
.online .div4 .tij-div {
  color: #dd1b11;
  margin-top: 1.0625rem;
  font-size: 1.0625rem;
  line-height: 1.875rem;
}
.online .div5 {
  right: 0;
  bottom: 0;
}
.online .onlis {
  padding: 2.5rem 0;
}
.index-about {
  padding: 3.75rem 0 0 0;
}
.index-about .left {
  width: 53%;
}
.index-about .left .yao {
  font-size: 1rem;
  margin: 1.25rem 0;
  color: #4f4f4f;
  line-height: 1.875rem;
}
.index-about .left .uls li {
  display: inline-block;
  text-align: center;
  margin-right: 1.875rem;
}
.index-about .left .uls li a {
  display: inline-block;
  border-width: 0.0625rem;
  border-color: #d01b12;
  border-style: solid;
  border-radius: 50%;
  line-height: 4.5625rem;
  width: 4.5625rem;
  height: 4.5625rem;
}
.index-about .left .uls li a i {
  color: #d01b12;
  font-size: 2.5rem;
  display: block;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}.index-about .left .uls li a:hover{
  background: #d01b12;   transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.index-about .left .uls li a:hover i{
  color: #fff;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
} 
.index-about .left .uls li .biso {
  color: #4f4f4f;
  font-size: 1rem;
  margin-top: 1.25rem;
}
.index-about .left .more {
  margin-top: 1.875rem;
}
.index-about .left .more a {
  color: #ffffff;
  font-size: 1.125rem;
  display: inline-block;
  line-height: 2.8125rem;
  padding: 0 1.5625rem;
  background: #d01b12;
}.index-about .left .more a:hover{
  margin-top: -5px;  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  box-shadow: 0 0 5px rgba(208.6);
}
.index-about .reght {
  width: 46%;
}
.index-about .head {
  padding-top: 0;
}
.inde-new-con .lefts {
  width: 66.66%;
}
.inde-new-con .rights1 {
  width: 32%;
}
.inde-new-con .uls-qi {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #e2e2e2;
}
.inde-new-con .uls-qi li {
  display: inline-block;
  color: #000000;
  font-size: 1.25rem;
  margin-right: 1.25rem;
  cursor: pointer;
  position: relative;
}
.inde-new-con .uls-qi li:after {
  content: '';
  position: absolute;
  height: 0.125rem;
  width: 0%;
  left: 0%;
  background: #d01b12;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  bottom: -1.25rem;
}
.inde-new-con .uls-qi li:hover,
.inde-new-con .uls-qi li.active {
  color: #d01b12;
}
.inde-new-con .uls-qi li:hover:after,
.inde-new-con .uls-qi li.active:after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.inde-new-con .uls-qi li a {
  color: #031b4e;
  font-size: 1.125rem;
}
.index-new .new-a {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem dashed #e4e4e4;
}
.index-new .xiazai-ul li {
  width: 48%;
  float: left;
}
.index-new .xiazai-ul li .title {
  line-height: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 70%;
}
.index-new .xiazai-ul li .data {
  width: 30%;
  text-align: right;
  line-height: 1.875rem;
  height: 1.875rem;
}
.index-new .xiazai-ul li:nth-child(2n) {
  float: right;
}
.index-new .div1-con > div {
  display: none;
}
.index-new .bans-ul li {
  padding: 0.9375rem;
  margin-top: 0.625rem;
  box-shadow: 0rem 0rem 0.75rem 0rem rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
.index-new .bans-ul li .fl {
  width: 30%;
}
.index-new .bans-ul li .fr {
  width: 100%;
}
.index-new .bans-ul .bians-div {
  color: #1b1b1b;
  font-size: 1.0625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.875rem;
  height: 1.875rem;
}
.index-new .bans-ul .bians-div a {
  color: #1b1b1b;
}
.index-new .bans-ul .bians-div a:hover {
  color: #d01b12;
}
.index-new .bans-ul .bians-data {
  color: #595959;
  font-size: 0.9375rem;
  margin: 0.3125rem 0;
}
.index-new .bans-ul .xias-div {
  color: #595959;
  font-size: 0.9375rem;
}
.index-new .bans-ul .xias-div a {
  color: #595959;
}
.index-new .bans-ul .xias-div a i {
  font-size: 1.125rem;
  position: relative;
  top: 0.125rem;
}
.index-new .bans-ul .xias-div a:hover {
  color: #d01b12;
}
.index-new {
  padding-bottom: 3.75rem;
}
.inst_cons {
  padding: 1.25rem 0 3.75rem 0;
}
.inst_cons .inst-right {
  width: 77%;
}
.inst_cons .inst-left {
  width: 22%;
}
.inst_cons .inst-left .inst-ul li {
  background: #e6e6e6;
  line-height: 2.6875rem ;
  color: #494949;
  font-size: 0.9375rem;
  padding: 0 1.25rem;
  border-bottom: 0.0625rem solid #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.inst_cons .inst-left .inst-ul li i {
  font-size: 1.5625rem;
  display: inline-block;
  margin-right: 0.625rem;
  line-height: 1;
  position: relative;
  top: 0.25rem;
}
.inst_cons .inst-left .inst-ul li:nth-child(2n) {
  background: #f2f2f2;
}
.inst_cons .inst-left .inst-ul li:hover,
.inst_cons .inst-left .inst-ul li.active {
  background: #d01b12;
  color: #ffffff;
}
.inst_cons .inst-right > div {
  display: none;
}
.inst_cons .inst-right .swiper-slide {
  background: #ffffff;
}
.inst_cons .inst-right .swiper-slide .overh {
  border: 1px solid #f3f3f3;
  width: 63%;
}
.inst_cons .inst-right .swiper-slide .zis-div {
  width: 37%;
  padding: 2.1875rem 2.1875rem 5.625rem 2.1875rem;
  background: #d01b12;
  margin-top: 1.5625rem;
  color: #ffffff;
}
.inst_cons .inst-right .swiper-slide .zis-div .biaoti1 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.inst_cons .inst-right .swiper-slide .zis-div .yyas {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  height: 9.375rem ;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin: 1.25rem 0;
}
.inst_cons .inst-right .swiper-slide .zis-div .morde {
  font-size: 0.875rem;
}
.inst_cons .inst-right .swiper-slide .zis-div .morde a {
  color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-block;
  line-height: 1.875rem;
  padding: 0 1.25rem;
  border-radius: 0.125rem;
}
.inst_cons .inst-right .swiper-slide .zis-div .morde a:hover {
  background: #ffffff;
  color: #d01b12;
}
.inst_cons .swiper-container-horizontal > .swiper-pagination-bullets,
.inst_cons .swiper-pagination-custom,
.inst_cons .swiper-pagination-fraction {
  width: inherit;
  left: 67% ;
  bottom: 4.375rem;
}
.fangan {
  padding: 3.125rem 0 3.75rem 0;
}
.fangan .zi1 {
  display: inline-block;
  line-height: 5rem;
  margin: 0rem 0.625rem;
  color: #000000;
  font-size: 1.25rem;
}
.fangan .fang-div1 {
  padding-left: 7.5rem;
}
.fangan .fang-div1 .pp1 {
  color: #000000;
  font-size: 1.75rem;
}
.fangan .fang-div1 .pp2 {
  font-size: 1.1875rem;
  color: #000000;
  margin-top: 0.625rem;text-align: center;
}
.fangan .fang-div1 .imgp {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.fangan .shuzi {
  margin-left: 10%;
}
.fangan .shuzi .shuo {
  display: inline-block;
  width: 4.375rem;
  line-height: 5rem;
  background: url(../img/20.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 3.4375rem;
  font-weight: bold;
  margin: 0 0.3125rem;
  text-align: center;
}
@keyframes soll {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1)
  }
  to {
    transform: scale(.7);
    -ms-transform: scale(.7);
    -moz-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7)
  }
}
.fangan .shuzi .shuo span{    
  display: block;
  font-weight: bold;
  animation: soll 1.5s ease-in-out infinite alternate;
}
.fangan .lj {
  position: relative;
  top: 0.625rem;
}
.fangan .lj a {
  background: #d01b12;
  font-size: 1.3125rem;
  color: #ffffff;
  line-height: 3.125rem;
  padding: 0 3.125rem;
  display: inline-block;
  border-radius: 0.125rem;
}
.ynying-ul li {
  margin-bottom: 1.25rem;
}
.phone {
  display: none;
}
.ban-zi {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  color: #ffffff;
}
.ban-zi .p1 {
  font-size: 2.75rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.ban-zi .p2 {
  font-size: 1.375rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.ban-zi .row {
  padding-left: 30px;
}
.ban-zi .img-k {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@keyframes dong {
  from {
    margin-top: -20px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
  to {
    margin-top: 0px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
}
.ul22 {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ul22 li {
  display: inline-block;
  position: absolute;
}
.ul22 li:nth-child(1) {
  left: 6%;
  top: 13%;
  animation: dong 2s ease-in-out infinite alternate;
}
.ul22 li:nth-child(2) {
  left: 25%;
  top: 5%;
  animation: dong 3s ease-in-out infinite alternate;
}
.ul22 li:nth-child(3) {
  left: 45%;
  top: 1%;
  animation: dong 2s ease-in-out infinite alternate;
}
.ul22 li:nth-child(4) {
  left: 65%;
  top: 3%;
  animation: dong 2.5s ease-in-out infinite alternate;
}
.ul22 li:nth-child(5) {
  left: 83%;
  top: 14%;
  animation: dong 1.5s ease-in-out infinite alternate;
}
.sjgh-con{
  border: 1px solid #dfdfdf;
  padding: 25px 20px ;
}
.sjgh-con .tis{ 
font-size: 21px;
color: #1b1b1b;
}
.sjgh-con .ysao{
  font-size: 15px;
  line-height: 30px;
  color: #595959;
  margin: 10px 0;
}
.zixs a{
  display: inline-block;
  line-height: 45px;
  background: #ececec;
  padding: 0 25px;
  color: #595959;
  font-size: 17px;
  margin-right: 13px;
}.zixs a.active,.zixs a:hover{
  background: #d01b12;
  color: #fff;
}
.sjgh-con .col-sm-8{
  padding: 0 0;
}
.sj-con1{
  border: 1px solid #dfdfdf;
  padding: 20px 20px ;
  margin-top:24px ;
}
.sj-toitle{
  color: #1b1b1b;
  font-size: 21px;
}.sj-toitle span{
  width: 7px;
  height: 30px;background-color: rgb(208, 27, 18);
  display: inline-block;
  margin-right: 10px;
}
.jb-con{
  margin-top: 15px;
}
.jb-con .swiper-slide{
  background: #ececec;
  text-align: center;
  padding: 15px ;
  color: #595959;
  font-size: 17px;
  line-height: 30px;
  cursor: pointer;  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}
.jb-con .swiper-slide:hover{
  background:rgb(208, 27, 18); 
  color: #fff;  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out; }
.jbb-img,.shiyai-biao{
  margin-top: 10px;
}
.shiyai-biao ul li{
  width: 46%;
  float: left;
}.shiyai-biao ul li:nth-child(even){
  float: right;
}
.shiyai-biao ul li a{
  display: inline-block;
  color: #585858;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}.shiyai-biao ul li a:hover{
  color: rgb(208, 27, 18); 
}
.cooper-div-top{
  border: 1px solid #e6e6e6;
}
.box-top{
  padding: 20px ;
}
.flan{
  left: 0;
  line-height: 40px;
  height: 40px;
  border-radius: 3px;
  background: rgb(208, 27, 18); 
  color: #Fff;
 width: 103px;
 text-align: center;
}.box-top .hangye-ul li{
  float: left;
  width: 14.2%;
  text-align: center;
  line-height: 30px;
}
.box-top .hangye-ul li a{
  color: #595959;
  font-size: 15px;
}.box-top .hangye-ul li:hover a,.box-top .hangye-ul li.active a{
  color: rgb(208, 27, 18); ;
}
.box-top .title{
  color: #1b1b1b;
  font-size: 21px;
}
.cooper-div-top-an{
  padding-left: 116px;
  margin-top: 10px;
}
.cooper-con .col-md-4{
  margin-bottom: 30px;
}
.div-s .tes{
  color: #3a3a3a;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}.div-s{
  padding: 25px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.cooper-con{
  margin-top: 24px;
}
.div-s .xins{
  width: 100%;
  top: 0;
  right: 0;
  left: -100%;
  background:rgb(208, 27, 18);
  color: #fff;
  padding: 25px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  bottom: 0;
}
.atitls{
  font-size: 19px;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.nei-a1{
  font-size: 15px;
  line-height: 30px;
  height: 90px;display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp:3;
  overflow: hidden;
}
.div-s:hover .xins{
  left: 0;  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}
.phons-div{
  margin: 40px 0;
}.phons-div .col-sm-3{
  cursor: pointer;
}
.phons-div .col-sm-3>.ta:hover img{
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  transform: rotateY(360deg);
}
.qizhw{
  color: #4a4a4a;
  font-size: 16px;
  margin-top: 10px;
}
.linxiw1 a{
  color: #d01b12;
  text-decoration: underline;
}
.linxiw1{
  color: #d01b12;
  font-size: 19px;
  margin-top: 10px;
}
.yao-fuwu {
  padding-left:105px ;
  overflow: hidden;
  margin-bottom: 20px;
}
.yao-fuwu p{
  line-height: 25px;
}
.yao-fuwu .fu{
  left: 0px;
  font-size: 18px;
  color: #181818;
 
}.yao-fuwu ul li{
  float: left;
  margin: 7px 15px 15px 0 ;
}.yao-fuwu ul li a{
  color: #595959;
  font-size: 15px;
  border: 1px solid #e6e6e6 ;
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
}.yao-fuwu ul li a:hover{
  background: #d01b12;
  color: #fff;
}
.Skill_train_head{
	height: 65px;
	line-height: 65px;
	background-color: #d01b12;
	padding: 0 52px 0 35px;
}
.Skill_train_head span{
	color:#fff;
	font-size: 18px;	
	display: inline-block;
	text-align: center;
}
.Skill_train_head .num1{
  width: 15%;
}
.Skill_train_head .num2{
  width: 29%;
    margin-left: 8%;
}
.Skill_train_head .num3{
	width: 73px;
    margin: 0 9% 0 6%;
}
.Skill_train_head .num4{
}
.Skill_train_head .num5{
    width: 84px;
    float: right;
}
.Skill_train_content{
	background: #fff;
	overflow: hidden;	border: 1px solid #dfdfdf;
}
.Skill_train_content li{
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 20px 0px 10px;
}.Skill_train_content li:last-child{
  border-bottom: none;
}
.Skill_train_content li .overh{
	width: 15%;
	height: 144px;
	float: left;
	text-align: center;
}
.Skill_train_content li .overh p{
	color: #666;
	margin-top: 8px;
}
.Skill_train_content li .overh img{
	max-width: 100%;
}
.Skill_train_content li .box{
	width: 29%;
	float: left;
	margin-left: 8%;
}
.Skill_train_content li .box h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
	padding: 20px 0 18px;
	line-height: 20px;
}
.Skill_train_content li .box .live_box .live_btn{
	width: 84px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #d01b12;
	margin-right: 20px;
	display: inline-block;
	border: solid 1px #d01b12;
}
.Skill_train_content li .box .live_box .pri{
	color: #ff0000;
	padding-top: 18px;
}
.Skill_train_content li .time_cnt{
	margin: 0 9% 0 6%;
	float: left;
	padding-top: 20px;
	line-height: 20px;
}
.Skill_train_content li .map{
	line-height: 20px;
	float: left;
  width: 15%;
}
.Skill_train_content li .more_det{
	width: 15%;
	text-align: center;
  color:#595959;
  font-size: 17px;
  float: right;
  text-decoration: underline;
}
.Skill_train_content li .more_det:hover{
	color: #ff0000;
}
.Skill_train_content li:nth-child(even){
	background-color: #f9f9f9;
}
.pagelist{
	background: #fff;
	padding: 39px 0 36px;
}
.guus{
  margin-top: 2.25rem;
}
.us-le {
  top: 0;
  left: 0;
  width: 42%;
  bottom: 0;
}.us-le   li{
  color: #4f4f4f;
  font-size: 17px;
  text-align: right;
  position: absolute;
}
.us-le   li:nth-child(1){
  right: 0px;
  top: 29%;
}
.us-le   li:nth-child(2){
  right: 7.5%;
  top: 41%;
}
.us-le   li:nth-child(3){
  right: 12%;
  top: 53%;
}
.us-le   li:nth-child(4){
  right: 14.5%;
  top: 65%;
}
.us-le   li:nth-child(5){
  right:15.5%;
  top: 77%;
}
.us-le   li span{ 
  border-width: 3px;
  border-color: rgb(208, 27, 18);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(247, 247, 247);
display: inline-block;
margin-left: 30px;
  width: 14px;
  height: 14px;    animation: da 1.5s ease-in-out infinite alternate;
  position: relative;  z-index: 3;
}.us-le   li span::before{
  content: '';
  width: 25px;
  height: 25px;   border-radius: 50%;
position: absolute;
  background: rgba(208, 27, 18,.3);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}
.us-le   li{
}
.us-re {
  top: 0;
  right: 0;
  width: 42%;
  bottom: 0;
}.us-re   li span{ 
  border-width: 3px;
  border-color: rgb(208, 27, 18);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(247, 247, 247);
display: inline-block;
margin-right: 30px;
  width: 14px;
  height: 14px;    animation: da 1.5s ease-in-out infinite alternate;
}.us-re   li span::before{
  content: '';
  width: 25px;
  height: 25px;   border-radius: 50%;
position: absolute;
  background: rgba(208, 27, 18,.3);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}
.us-re   li{
  color: #4f4f4f;
  font-size: 17px;
  text-align: left;
  position: absolute;
}
.us-re   li:nth-child(1){
  left: 0px;
  top: 29%;
}
.us-re   li:nth-child(2){
  left: 7.5%;
  top: 41%;
}
.us-re   li:nth-child(3){
  left: 12%;
  top: 53%;
}
.us-re   li:nth-child(4){
  left: 14.5%;
  top: 65%;
}
.us-re   li:nth-child(5){
  left:15.5%;
  top: 77%;
}
.baohuan{
  height: 300px;
}
.baohuan .kuns{
  border-width: 6px;
  border-color: rgb(151, 151, 151);
  border-style: solid;
  border-radius: 53px;
  height: 95px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.pas-uls{
  width: 90%;
  height: 30%;
  left: 10%;
  right: 0;
  top: 0;
}
.pas-uls li{
  width: 16.666%;
  float: left;
  position: relative;
}.pas-uls li p{
  color: #d01b12;
  font-size: 17px;
  text-align: center;
}
.pas-uls .yans{
    background-color: rgb(151, 151, 151);
    width: 3px;
    height: 46px;
margin: 20px  auto 0 auto;
position: relative;
}.pas-uls .yans::before{
  content: '';
    border-radius: 50%;
    background-color: rgb(151, 151, 151);
    position: absolute;
    width: 9px;
    height: 9px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    top: -9px;
}.pas-uls .yans::after{
  content: '';
    border-radius: 50%;
    background: rgba(151, 151, 151,.5) url(../img/yy.png)no-repeat center center;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
margin-left: -15px;
bottom: -30px;
animation: da1 1.5s ease-in-out infinite alternate;
}
.pas-uls li::after{
  content: '';
  background: url(../img/san.png)no-repeat;
  width: 22px;
  height: 26px;    position: absolute;
  left: 0px;
  bottom: -28px;   animation: dongq 2s ease-in-out infinite alternate; 
}
.pas-uls2{
  width: 90%;
  height: 30%;
  left: 0%;
  right: 10%;
  bottom: 0;
}
.pas-uls2 li{
  width: 16.666%;
  float: left;
  position: relative;
}.pas-uls2 li p{
  color: #d01b12;
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
}
.pas-uls2 .yans{
    background-color: rgb(151, 151, 151);
    width: 3px;
    height: 46px;
margin: 0px  auto 0 auto;
position: relative;
}.pas-uls2 .yans::before{
  content: '';
    border-radius: 50%;
    background-color: rgb(151, 151, 151);
    position: absolute;
    width: 9px;
    height: 9px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
   bottom: -9px;
}.pas-uls2 .yans::after{
  content: '';
    border-radius: 50%;
    background: rgba(151, 151, 151,.5) url(../img/yy.png)no-repeat center center;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
top: -30px;
margin-left: -15px;
animation: da1 1.5s ease-in-out infinite alternate;
}
.pas-uls2 li::after{
  content: '';
  background: url(../img/san.png)no-repeat;
  width: 22px;
  height: 26px;    position: absolute;
  right: 0px;
  top: -28px;
  transform: rotate(180deg);
  animation: dongq1 2s ease-in-out infinite alternate; 
}
@keyframes dongq1 {
  from {
    margin-right: -40px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
  to {
    margin-right: 0px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
}
@keyframes dongq {
  from {
    margin-left: -40px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
  to {
    margin-left: 0px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
}.divs-ulss {
  overflow: hidden;
}
.divs-ulss li{
  float: left;
  width: 50%;
  border: 2px solid#FFF;

    background: #eeeeee;    color: #030303;
    line-height: 40px;
    text-align: center;

}
.sjzx-div{
  font-size: 25px;
  color: #1b1b1b;
} .sjzx-div .le-nav   ul {

  margin-top: 2rem;margin-bottom: 2rem;
}
.sjzx-div .le-nav   ul li{
  display: inline-block;    margin-right: 4rem;
}.sjzx-div .le-nav   ul li a{
  color: #1b1b1b;
    display: block;    line-height: 2.625rem;
    padding: 0 1.875rem ;background: #f2f2f2;
    font-size: 1.0625rem;
 

}.sjzx-div .le-nav   ul li.active a{
  background: #d01b12;  color: #f2f2f2;
}.sjzx-div .le-nav ul li a span{
 
  display: inline-block;

  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
.rongyu  .col-sm-3{
  margin-bottom: 2rem;
}.rongyu  .col-sm-3 p{
  margin: 0.625rem 0 0 0;
  line-height: 1.875rem;
  height: 1.875rem;color: #000000;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: center;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.xingds{
  font-size: 15px;
  line-height: 30px;
  color: #595959;

}
@media (max-width: 1440px) {
  .links {
    background: url(../img/54.jpg) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1280px) {
  .us-about .swiper-button-next {
    right: 0;
  }
  .us-about .swiper-button-prev {
    left: 0;
  }
  .links {
    background: url(../img/53.jpg) no-repeat;
    background-size: cover;
  }
  .brief_butt {
    padding: 0.9375rem 1.25rem 0 1.375rem;
  }
}
@media (max-width: 1200px) {
  body {
    padding-top: 233px;
  }
  html {
    font-size: 12px;
  }
  .doahnag .dang-ul > li a {
    padding: 0 9px;
  }
  .index-hezuo .swiper-button-next {
    right: 0;
  }
  .index-hezuo .swiper-button-prev {
    left: 0;
  }
  .inst_cons .inst-left .inst-ul li {
    line-height: 3rem;
  }
  .inst_cons .inst-right .swiper-slide .zis-div .yyas {
    margin: 2.5rem 0;
  }
  .ul22 li {
    width: 80px;
  }.pas-uls li p,.pas-uls2 li p,.us-le li,.us-re li{
    font-size: 12px;
  }.chang  .cons img{
    width: 34%;
  }
}
@media (max-width: 990px) {
  .ban-zi .img-k {
    display: none;
  }.fangan .fang-div1 .imgp{
    width: 30%;
  }.us-le li span::before,.us-re li span::before{
    display: none;
  }.pas-uls li::after{
    bottom: -28px;
  }.pas-uls .yans{
    height: 54px;
  }
  .rightfix,
  .doahnag ,.us-le li span,.us-re li span{
    display: none;
  }
  footer .foot-ul > li {
    margin-right: .8rem;
  }
  .links {
    background: transparent;
  }
  .links .lee ul li {
    padding: 0 .875rem;
  }
  .links .le {
    color: #6e6e6e;
  }
  .index-new .bans-ul li {
    padding: 0.7375rem;
  }
  .inst_cons .inst-left .inst-ul li {
    line-height: 2.5rem;
  }
  .inst_cons .inst-right .swiper-slide .zis-div .yyas {
    margin: .5rem 0;
  }
  .inst_cons .inst-right .swiper-slide .zis-div {
    padding: 2.1875rem 2.1875rem 3.625rem 2.1875rem;
  }
  .inst_cons .swiper-container-horizontal > .swiper-pagination-bullets,
  .inst_cons .swiper-pagination-custom,
  .inst_cons .swiper-pagination-fraction {
    bottom: 3.375rem;
  }
  .head {
    font-size: 1.5rem;
    padding: 1.75rem 0 1.25rem 0;
  }
  .chang .ul-ta img {
    width: 40%;
  }
  body {
    padding-top: 70px;
  }
  .phone {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    line-height: 70px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
  }
  .phone .phong-l {
    width: 250px;
  }
  .color_dao {
    cursor: pointer;
  }
  .color_dao i {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ul22 li:nth-child(1) {
    animation: dong ;
  }
  .ul22 li:nth-child(2) {
    animation: dong ;
  }
  .ul22 li:nth-child(3) {
    animation: dong ;
  }
  .ul22 li:nth-child(4) {
    animation: dong ;
  }
  .ul22 li:nth-child(5) {
    animation: dong ;
  }
  .contact_for_img {
    margin-top: 5px;
    margin-left: 5px;
  }
  .contact_for .row .col-md-6 {
    margin-bottom: 10px;
  }
  @keyframes dong {
    from {
      margin-top: -10px;
      transition: 400ms ease-in-out;
      -moz-transition: 400ms ease-in-out;
      /* Firefox 4 */
      -webkit-transition: 400ms ease-in-out;
      /* Safari and Chrome */
      -o-transition: 400ms ease-in-out;
      /* Opera */
    }
    to {
      margin-top: 0px;
      transition: 400ms ease-in-out;
      -moz-transition: 400ms ease-in-out;
      /* Firefox 4 */
      -webkit-transition: 400ms ease-in-out;
      /* Safari and Chrome */
      -o-transition: 400ms ease-in-out;
      /* Opera */
    }
  }
  .ul22 li {
    width: 40px;
  }
  .advantage .advantage-ul:after {
    display: none;
  }
  .pos-a {
    display: none;
  }
  .content {
    padding: 1.25rem;
  }
  .content .le {
    display: none;
  }
  .content .ree {
    width: 100%;
  }
  .popular,
  .index-hezuo {
    padding: 1.25rem;
  }
  footer .foot-ul > li {
    display: none;
  }
  footer .foot-ul > li:nth-child(6),
  footer .foot-ul > li:nth-child(7) {
    display: block;
  }
  footer .foot-ul > li:nth-child(7) {
    float: right;
  }
  footer .foot-ul > li:nth-child(6) {
    width: 20%;
    text-align: center;
  }
  .popular .fr {
    width: 100%;
    margin-top: 1.25rem;
  }
  .popular .popular_inp {
    width: 89%;
  }
  .popular_butt {
    width: 10%;
  }
  .index-jie {
    padding: 0 1.25rem;
  }
  .chang .ul-ta img {
    width: 22%;
  }
  .fangan .shuzi {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .fangan .lj {
    width: 100%;
    text-align: right;
    margin-top: 1.25rem;
  }
  .fangan {
    padding: 3rem 1.25rem;
  }
  .fangan .fang-div1 .imgp {
    width: 50px;
  }
  .fangan .fang-div1 {
    padding-left: 5.5rem;
  }
  .fangan .fang-div1 .pp1 {
    font-size: 1.5rem;
  }
  .project {
    padding: 2rem 1.25rem;
  }
  .project-con,
  .instrument_development,
  .management,
  .testing,
  .application {
    padding: 0 1.25rem;
  }
  .inst_cons .inst-left {
    width: 100%;
  }
  .inst_cons .inst-right {
    width: 100%;
    margin-top: 1.25rem;
  }
  .inst_cons .inst-right .swiper-slide .overh {
    width: 100%;
  }
  .inst_cons .inst-right .swiper-slide .zis-div {
    width: 100%;
    margin-top: 0;
  }
  .advantage {
    padding: 0 1.25rem;
  }
  .advantage .advantage-ul li:nth-child(2) .left {
    float: left;
    margin-top: 0rem;
  }
  .advantage .advantage-ul li:nth-child(2) .ree {
    float: right;
  }
  .advantage .advantage-ul li .left {
    width: 100%;
  }
  .advantage .advantage-ul li .ree {
    width: 100%;
    margin-top: 1.25rem;
  }
  .advantage .advantage-ul li .img-yuan {
    display: none;
  }
  .online .onlis {
    padding: 1.25rem;
  }
  .online .div1 {
    width: 100%;
  }
  .online .div3 {
    padding: 0rem ;
    border-left: none;
  }
  .online .div5 {
    display: none;
  }
  .online .div2 {
    width: 100%;
    padding: 1.25rem 0;
  }
  .online .div4 {
    margin-left: 10px;
  }
  .index-about {
    padding: 3rem 1.25rem;
  }
  .index-about .left {
    width: 100%;
  }
  .index-about .reght {
    width: 100%;
    margin-top: 1.25rem;
  }
  .index-new {
    padding: 0 1.25rem;
  }
  .inde-new-con .lefts {
    width: 100%;
  }
  .inde-new-con .rights1 {
    width: 100%;
  }
  .index-new .xiazai-ul li {
    width: 100%;
  }
  .links .le {
    width: 100%;
    text-align: left;
  }
  .links .le .pp1 {
    text-align: left;
  }
  .links .le .pp2 {
    text-align: left;
  }
  .links {
    padding: 1.25rem;
  }
  .links .lee ul li {
    width: auto;
  }
  .links .ree {
    width: 100%;
  }
  .links .lee {
    width: 100%;
    margin-top: .25rem;
  }
  footer {
    padding: 1.25rem;
  }
  .links {
    display: none;
  }
  .us-about {
    padding: 1.25rem;
  }
  .new-a .left {
    width: 100%;
  }
  .new-a .right {
    width: 100%;
    margin-top: 10px;
  }
  .brief_butt {
    display: none;
  }
  .new-tuis-ul li {
    width: 100%;
  }
  .case-con {
    padding: 1.25rem;
  }
  .shebei .col-md-4 .overh {
    text-align: center;
  }
  .lianxi-tops .col-md-4 .yao {
    height: auto;
  }
  .lianxi-tops .col-md-4 {
    padding: 0.5rem 0.9375rem 0.375rem;
  }
  .ban-zi {
    display: none;
  }
}
.doahnag {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.scroll-down .doahnag {
  top: -246px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.content-di h4 a {
  display: block;
  text-align: center;
  background: #f0f0f0;
  font-size: 14px;
  color: #666;
  line-height: 35px;
}
.content-di h4 a:hover {
  background: #d01b12;
  color: #ffffff;
}
.content-di {
  overflow: hidden;
  line-height: 35px;
  padding: 21px 10px;
  border-bottom: 1px solid #eee;
}
.content-di .col-md-2 h4 {
  margin: 0;
}
.site_cell a {
  float: left;
  color: #666;
  padding-right: 35px;
  transition: none;
}
.site_cell a:hover {
  color: #d01b12;
}
.fangan .lj a:hover {
  box-shadow: inset 0 0 0 1.5rem #000000;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
 .eri-cons {
  width: 100%;
opacity: 0;
  left: 0;
  padding: 1.5625rem 0;
top: 100%;
  background-color: #f1f1f1;
  display: none;
  position: absolute;
}
 .eri-cons .er-div > .fl {
  width: 23%;
}
 .eri-cons .er-div > .fl > p {
  font-size: 1.25rem;
  color: #d01b12;
  line-height: 1.875rem;
}
 .eri-cons .er-div > .fl ul li {
  margin-top: 0.625rem;
  width: 50%;
  line-height: 1.875rem;
  float: left;
}
 .eri-cons .er-div > .fl ul li a {
  color: #000000;
  font-size: 1rem;
}
 .eri-cons .er-div > .fl ul li a:hover {
  color: #d01b12;
}
 .eri-cons .er-div > .fr {
  width: 60%;
}
 .eri-cons .er-div > .fr > .wei {
  width: 61%;
  color: #000000;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}
 .eri-cons .er-div > .fr > .wen-img {
  width: 30%;
}
.doahnag .dang-ul > li:hover .eri-cons {
  display: none;
}
.guis-a{
  width: 100%;
  left: -100%;
top: 0;
  right: 0;
  bottom: 0;
  background: rgba(208, 27, 18,.9);
  ; transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
} .guis-a span{
  color: #d01b12;
background: #fff;
border-radius: 10px;
  position: absolute;
  line-height: 30px;
  padding: 0 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.project-con .swiper-slide{
  overflow: hidden;
}.project-con .swiper-slide:hover .guis-a,.testing .testing-lunbo .swiper-slide:hover .guis-a{
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}.testing .testing-lunbo .swiper-slide{
  overflow: hidden;
}#page {
  clear: both;
  height: 40px;
  text-align: right;
  display: table;
  width: 100%;
 padding: 30px 0;
 border-bottom: 1px solid #e6e6e6;
}
#page  ul{
  display: inline-block;
}
#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}
#page li:hover {
  border: 1px solid #d01b12;
}
#page li:hover a {
  color: #d01b12;
}
#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}
#page li.thisclass {
  border: 1px solid #d01b12;
  background-color: #d01b12;
  color: #FFFFFF
}
#page li.thisclass a {
  color: #fff
}
.jie-did.new-jie .jis-ul li{
  width: 14.2%;
}
.jie-didq .jis-ul li{
  width: 20%;
}
.renqis{
  color: #595959;
font-size: 15px;
}.renqis i{
  color: #d01b12;
  display: inline-block;
  margin-right: 10px;
}
.sjgh-con11 .zixs{
  margin-top: 30px;
}.sjgh-con11 {
  padding: 10px;
} .sjgh-con11  .tis{
  margin-top: 10px;
  font-weight: bold;
}
.jbb-cons{
  font-size: 15px;
  color: #595959;
  line-height: 30px;
}
.sj-con3 .sj-toitle{
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.sj-con3  .div2s{
  margin-top: 20px;
}
@media(max-width:1200px){
  .div-s .tes {
    font-size: 16px;
  }.Skill_train_content li .box h4 {
    font-size: 14px;
    padding: 12px 0 9px;
    line-height: 20px;
}
}
@media(max-width:990px){
  .qizhw {
    font-size: 13px;
}.linxiw1 {
  font-size: 15px;
}.sjgh-con .ysao {
  font-size: 14px;
  line-height: 24px;
}.yao-fuwu ul li a {
  font-size: 14px;
  line-height: 35px;
  padding: 0 18px;
}.Skill_train_content li .box .live_box .pri{
  display: block;
}.Skill_train_content li .more_det{
  margin-top: 10px;
}
}@media(max-width:767px){.cooper-div-top-an{
  padding-left: 0;
  padding-top: 50px;
}.flan{
  top: 0;
}.box-top .hangye-ul li{
  width: 50%;
}.box-top{
  padding: 15px;
}.sjzx-div  .le-nav{
  display: none;
}
.cooper{
  padding: 15px 0 15px 15px;
}.yao-fuwu ul li a{
  font-size: 13px;
}.yao-fuwu ul li a{
  line-height: 30px;
  padding: 0 15px;
}
.yao-fuwu{
  padding-left: 0;
  padding-top: 50px;
}.yao-fuwu .fu {
  font-size: 16px;
}.sjgh-con .ysao{
  font-size: 14px;
  line-height: 25px;
}.sjgh-con .tis {
  font-size: 18px;
  margin-top: 10px;
}
.zixs a {
  line-height: 35px;
  padding: 0 15px;
  font-size: 12px;
  margin-right: 5px;
}.sj-con1{
  padding:10px;
}.sj-toitle {
  font-size: 16px;
}.jie-did.new-jie .jis-ul li{
  width: 50%;
}.phons-div{
  margin: 0;
  padding: 15px;
}
.qizhw{
  margin-bottom: 10px;
}.Skill_train_head{
  padding: 0 10px;
}.Skill_train_head .num2 {
  margin-left: 0%;
}.Skill_train_content li .overh {
  width: 22%;
}
.main_left {
  width: 500px;
}.content .ree .ree-con .cons-soll{
  overflow-x: scroll;
}.Skill_train_content li .box {
  margin-left: 2%;
}.Skill_train_content li .box h4 {
  font-size: 14px;
  padding: 0px 0 9px;
}.Skill_train_content li .time_cnt {
  margin: 0 3% 0 0%;
  padding-top: 0px;
  line-height: 20px;
}.jie-didq .jis-ul li{
  width: 50%;
}.jbb-cons {
  font-size: 14px;
  line-height: 25px;
}.jb-con .swiper-slide {
  padding: 9px;
  font-size: 12px;
  line-height: 24px;
}.shiyai-biao ul li{
  width: 100%;
}.new-jie .jis-ul li{
  width: 50%;
}.index-jie{
  padding-bottom: 3rem;
}
.chang{
  padding: 2rem 1.5rem;
}
}
.uls-cons1 li{


     color: #030303;
  line-height: 40px;
  padding: 0 .5rem;

  margin-bottom: 4px;
  text-align: center;

  font-size: 12px;
}.uls-cons1{
  margin-top: 1.25rem;
}
.sjzx-div .ree{
  width: 100%;
}