@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;
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none; */
}
.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;
}
@font-face {
  font-family: "sourcehansans"; 
  src: url("//assets-font-sh.oss-cn-shanghai.aliyuncs.com/sourcehansans.eot"); 
  src: url("//assets-font-sh.oss-cn-shanghai.aliyuncs.com/sourcehansans.eot?#iefix") format("embedded-opentype"),
  url("//assets-font-sh.oss-cn-shanghai.aliyuncs.com/sourcehansans.woff") format("woff"),
  url("//assets-font-sh.oss-cn-shanghai.aliyuncs.com/sourcehansans.ttf") format("truetype"),
  url("//assets-font-sh.oss-cn-shanghai.aliyuncs.com/sourcehansans.svg#YourWebFontName")
   format("svg"); 
 
}
body {
  font-family: 'sourcehansans';
  font-size: 1rem;
  color: #555;
  overflow-x: hidden;
  padding-top: 121px;
}
.index-body {
  padding-top: 0;
}
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%;
}
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}
.rightfix {
  position: fixed;
  top: 70%;
  right: 0px;
  border-right: none;
  z-index: 99;
}
.fix_ul li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  display: block;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #e50012;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.fix_ul li i {
  font-size: 1em;
  color: #fff;
  font-weight: lighter;
}
.fix_ul li p {
  color: #5e6062;
  font-size: 13px;
}
.fix_ul li a {
  color: #5e6062;
}
.fix_ul li:last-child {
  border-bottom: none;
  display: none;
}
.fix_ul li:hover > a > p {
  color: #FFF;
}
.fix_ul li: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 */
}
.fix_ul li:hover > p {
  color: #FFF;
}
.right_div {
  min-width: 200px;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */

  -o-transform: scale(0);
  position: absolute;
  color: #000;
  right: 70px;
  top: 0px;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 1);
  padding: 15px 20px;
  line-height: 1.875rem;
  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 */
}
.fix_ul li:hover a {
  color: #fff;
}
.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  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 */
}
.fix_ul li:hover i {
  color: #fff;
}
.fix_ul li:hover {
  background: #e50012;
}
.mobile-foot {
  display: none;
  background: #e50012;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.mobile-foot .containers {
  padding: 0;
}
.mobile-foot a i {
  font-size: 1.125rem;
}
.mobile-foot a {
  color: #fff;
  line-height: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.25rem;
  text-align: center;
  width: 25%;
  font-size: 0.9375rem;
  float: left;
  padding: .5rem 0;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.mobile-foot a:last-child {
  border-right: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/* 手机导航 */
.phone {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  background: #fff;
  z-index: 999;
  width: 100%;
  padding: 5px 0px;
  position: fixed;
  left: 0;
  right: 0;
}
.index_a {
  display: inline-block;
}
.phone .wid {
  float: left;
}
.phone .wid > a {
  display: inline-block;
}
.color_dao .iconfont {
  color: #fe7506;
  font-size: 1.875rem;
  margin: 0 5px;
}
.color_dao {
  line-height: 35px;
}
.color_dao .daohang_sp {
  position: relative;
  top: -7px;
  font-size: 1.5625rem;
}
.color_a {
  font-size: 1.5625rem;
  position: relative;
  top: -7px;
}
/* 手机端导航 */
/* siteFunctions */
#siteFunctions {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  display: none;
}
#siteFunctions .inner {
  position: relative;
  overflow-y: auto;
  background-color: #fff;
  padding: 0 0 50px;
  height: 100vh;
}
#siteFunctions .hd {
  position: relative;
  height: 45px;
  overflow: hidden;
  border-bottom: #dcdcdc 1px solid;
  padding: 0 5vw;
}
#siteFunctions .hd .lang a {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  font-size: 1.3rem;
  padding: 0;
  color: #999;
  text-transform: uppercase;
}
#siteFunctions .hd .lang a.active {
  color: #e50012;
}
#siteFunctions .hd .lang a + a {
  margin-left: 20px;
}
#siteFunctions .bt-close {
  position: absolute;
  right: 5vw;
  top: 14px;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#siteFunctions .bt-close span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#siteFunctions .bt-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #222;
  display: block;
}
#siteFunctions .bt-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #222;
  display: block;
}
.mobMenu > li.lis > a::before {
  opacity: 0;
}
.mobMenu > li.lis > a::after {
  opacity: 0;
}
/* 分页 */
#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin-top: 20px;
}
#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 #e50012;
}
#page li:hover a {
  color: #e50012;
}
#page li a {
  color: #666666;
}
#page li.active {
  border: 1px solid #e50012;
  background-color: #e50012;
  color: #ffffff;
}
#page li.active a {
  color: #ffffff;
}
#page .thisclass {
  background-color: #e50012;
  color: #ffffff;
}
/* siteFunctions */
#phone_nav span,
.seaarch_phone i {
  font-size: 1.875rem;
  margin-left: 15px;
  display: inline-block;
  line-height: 27px;
  color: #e50012;
  cursor: pointer;
}
#siteFunctions {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  display: none;
  z-index: 9999;
}
#siteFunctions .inner {
  position: relative;
  overflow-y: auto;
  background-color: #fff;
  padding: 0 0 50px;
  height: 100vh;
}
#siteFunctions .hd {
  position: relative;
  height: 60px;
  overflow: hidden;
  border-bottom: #dcdcdc 1px solid;
  padding: 0px 5vw;
  line-height: 60px;
}
#siteFunctions .hd .lang a {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  font-size: 1.3rem;
  padding: 0;
  color: #999;
  text-transform: uppercase;
}
#siteFunctions .hd .lang a.active {
  color: #e50012;
}
#siteFunctions .hd .lang a + a {
  margin-left: 20px;
}
#siteFunctions .bt-close {
  position: absolute;
  right: 5vw;
  top: 16px;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#siteFunctions .bt-close span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#siteFunctions .bt-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #222;
  display: block;
}
#siteFunctions .bt-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #222;
  display: block;
}
.mobMenu {
  padding: 0 5vw;
}
.mobMenu a,
.mobMenu span {
  display: block;
  color: #222;
}
.mobMenu > li {
  border-bottom: #dcdcdc 1px solid;
}
.mobMenu > li > a {
  position: relative;
  font-size: 1rem;
  padding: 18px 12px;
  color: #000;
  display: block;
  font-weight: 500;
}
.mobMenu > li > a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #000;
}
.mobMenu > li > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -6px;
  display: block;
  width: 1px;
  height: 13px;
  background-color: #000;
}
.mobMenu > li.active > a::before {
  background-color: #0077bc;
}
.mobMenu > li.active > a::after {
  display: none;
}
.mobMenu > li > .subDepth {
  padding: 0 12px 15px;
}
.mobMenu > li > .subDepth > li > a {
  color: #666;
  font-size: 1rem;
  line-height: 28px;
  display: block;
}
.mobMenu > li > .subDepth > li + li {
  margin-top: 10px;
  line-height: 28px;
}
.mobMenu > li.active > a::before {
  background-image: url('http://www.nowcos.com/202101/chn/asset/images/aw_bot2.png');
}
/* 搜素 */
.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
  background: #fff;
  width: 100%;
  top: 121px;
  border-top: 2px solid #e50012;
  text-align: center;
  z-index: 44;
  position: fixed;
}
.searchbox.active {
  top: 87px;
}
.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: 1rem;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
  box-sizing: border-box;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #e50012;
  color: #fff;
  font-size: .9375rem;
  cursor: pointer;
  transition: 0.44s;
}
/* 搜索结束 */
.ds {
  cursor: pointer;
}
.phone_logo {
  width: 150px;
  line-height: 42px;
}
#phone_nav,
.seaarch_phone {
  line-height: 42px;
}
.daohang-bot {
  line-height: 80px;
  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 */
}
.daohang {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  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 */
  background: #ffffff;
}
.daohang .daohang-top {
  background: #f3f3f3;
  line-height: 40px;
  font-size: 14px;
  color: #777676;
  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 */
}
.daohang .daohang-top i {
  display: inline-block;
  margin: 0 2px;
  font-size: 1rem;
}
.daohang .daohang-top .icon-shangsheng {
  color: #e40012;
}
.daohang .daohang-top .yun {
  padding: 0 5px;
}
.daohang .logo-a img {
  width: 186px;
}
.daohang.active .daohang-bot {
  line-height: 70px;
  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 */
}
.nav-ul > li {
  float: left;
}
.nav-ul > li > a {
  font-size: 1rem;
  color: #000000;
  padding: 0 20px;
  display: block;
  position: relative;
}
.nav-ul > li > a::after {
  content: '';
  position: absolute;
  width: 0%;
  background: #e50012;
  height: 3px;
  left: 0;
  bottom: 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 */
}
.nav-ul > li > a:hover ,.nav-ul > li.active>a{
  color: #e50012;
}
.nav-ul > li > a:hover::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 */
}
.er-divs {
  position: absolute;
  background: #ffffff;
  width: 156px;
  border-radius: 10px;
  padding:20px;
  display: none;
  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%);
  border: 1px solid #eee;
}
.er-divs .er-uls {
  width: 100%;
  text-align: center;

}
.er-divs .er-uls li {
  font-size: 1rem;
  line-height: 36px;

}


.er-divs .er-uls li > a {
  color: #000000;
}
.er-divs .er-uls li > a:hover {
  color: #e50012;
}
.er-divs .er-uls1 li {
  font-size: 1rem;
  position: relative;
}
.er-divs .er-uls1 li i {
  color: #E20012;
  position: absolute;
  left: -5px;
}
.nav-ul > li {
  position: relative;
}

.nav-ul > li:hover > a {
  color: #e50012;
}
.nav-ul > li:hover .er-divs {
  display: block;
}
.yuyan {
  cursor: pointer;
  position: relative;
  display: inline-block;
  display: none;
}
.yuyan ul {
  position: absolute;
  width: 120px;
  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%);
  z-index: 55;
  display: none;
  background: #ffffff;
  border: 1px solid #eee;
}
.yuyan ul li {
  line-height: 25px;
  text-align: center;
}
.yuyan ul li a {
  color: #000000;
  font-size: 14px;
}
.yuyan ul li a:hover {
  color: #e50012;
}
.yuyan:hover {
  color: #e50012;
}
.yuyan:hover ul {
  display: block;
}
.color-page .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: #FFF;
  opacity: 1;
}
.color-page .swiper-pagination-bullet-active {
  background: #e50012;
}
.color-page .swiper-container-horizontal > .swiper-pagination-bullets,
.color-page .swiper-pagination-custom,
.color-page .swiper-pagination-fraction {
  bottom: 20px;
}
.index-about {
  padding: 118px 0;
}
.index-about .le {
  width: 47%;
}
.index-about .rong-d {
  margin: 40px 0 50px;
}
.index-about .rong-d > div {
  width: 48%;
  background: #EFF3F6;
  padding: 25px 25px 40px;
  text-align: center;
}
.index-about .rong-d > div .p1 {
  font-size: 1.125rem;
  line-height: 24px;
  color: #424443;
  margin-top: 15px;
}
.index-about .re {
  width: 50%;
  padding: 40px 0 30px;
  position: relative;
}
.index-about .re::before {
  content: '';
  position: absolute;
  height: 314px;
  width: 80%;
  background: #e50012;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-about .re::after {
  content: '';
  position: absolute;
  top: 0;
  width: 204px;
  right: 0;
  z-index: -2;
  height: 100%;
  background: url(../img/3.png) no-repeat;
  background-size: cover;
}
.head-en {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  color: #FF0000;
}
.head-cn {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 1;
  color: #000000;
  margin: 15px 0;
}
.zhai-y {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
  text-indent: 20px;
  text-align: justify;
}
.more a {
  background: rgba(35, 35, 35, 0.83);
  font-size: 14px;
  line-height: 48px;
  color: #FFFFFF;
  padding: 0 47px;
  display: inline-block;
  height: 48px;
  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 */
}
.more a:hover {
  background: #e50012;
  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 */
}
.index-pro {
  padding: 70px 0;
  background: url(../img/3.jpg) no-repeat;
  background-size: cover;
}
.index-pro .head-en {
  color: #FFF;
}
.index-pro .head-cn {
  color: #FFF;
}
.index-pro .index-pro-lunbo {
  margin-top: 60px;
}
.index-pro .index-pro-lunbo .swiper-container {
  padding-bottom: 60px;
}
.index-pro .index-pro-lunbo .swiper-container-horizontal > .swiper-pagination-bullets,
.index-pro .index-pro-lunbo .color-page .swiper-pagination-custom,
.index-pro .index-pro-lunbo .color-page .swiper-pagination-fraction {
  bottom: 0;
}
.pro-div {
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pro-div .pro-bot {
  background: #F5F7F6;
  padding: 30px;
}
.pro-div .pro-bot .titlw {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pro-div .pro-bot .titlw a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 24px;
  color: #343534;
}
.pro-div .pro-bot .zhai {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
  height: 48px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pro-div .pro-bot .zhai a {
  color: #686868;
}
.pro-div .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 */
}
.pro-div:hover .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 */
  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);
}
.pro-div:hover .pro-bot .titlw a {
  color: #e50012;
}
.index-service {
  padding: 154px 0 70px;
  position: relative;
}
.index-service::after {
  content: '';
  position: absolute;
  width: 100%;
  background: url(../img/5.jpg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  height: 360px;
  z-index: -1;
}
.index-service .index-ser-con {
  padding: 70px 60px;
  background: #FFFFFF;
  border-top: 15px solid #e50012;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.index-service .index-ser-con .le {
  width: 100%;
}
.index-service .index-ser-con .le .zhai-y {
  margin-top: 18px;
  text-align: justify;
}
.index-service .index-ser-con .mid {
  width: 50%;
  float: right;
  display: none;

}.index-service .index-ser-con .mid img{
  width: 100%;
}
.index-service .index-ser-con .re {
  width: 28%;
  display: none;
}
.index-service .index-ser-con .re .index-service-ul {
  font-size: 14px;
  line-height: 36px;
  padding: 20px 0;
  color: #000000;
}
.index-service .index-ser-con .re .index-service-ul li a {
  color: #000000;
}
.index-service .index-ser-con .re .index-service-ul li a i {
  color: #e50012;
}
.index-service .index-ser-con .re .index-service-ul li a:hover {
  color: #e50012;
}
.sector-ul {
  margin-top: 55px;
}
.sector-ul li {
  width: 33.33%;
  float: left;
}
.sector-ul li a {
  display: block;
}
.sector-ul li a 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 */
}
.sector-ul li a .ser-zi {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1;
  bottom: 30px;
  left: 50px;
  z-index: 2;
  color: #FFFFFF;
}
.sector-ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(75, 79, 79, 0.43);
}
.sector-ul li:hover a 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 */
  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);
}
.index-new {
  padding: 70px 0;
}
.index-new-con {
  margin-top: 48px;
}
.index-new-con .index-new-ul {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #E8E8E8;
  padding: 20px;
}
.index-new-con .index-new-ul li {
  padding: 11.5px 0;
}
.index-new-con .index-new-ul li .data {
  font-size: 1rem;
  color: #939090;
}
.index-new-con .index-new-ul li .titla {
  font-size: 1.125rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
  font-weight: bold;
  margin-top: 5px;
}
.index-new-con .index-new-ul li .titla a {
  color: #000000;
}
.index-new-con .index-new-ul li:hover .titla a {
  color: #e50012;
}
.new-div {
  border: 1px solid #E8E8E8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.new-div .yue-d {
  background: rgba(255, 0, 0, 0.65);
  padding: 15px;
  left: 24px;
  top: 24px;
  text-align: center;
}
.new-div .yue-d .p1 {
  font-size: 1.125rem;
  color: #FFf;
}
.new-div .yue-d .p2 {
  font-size: 14px;
  color: #FFf;
}
.new-div .new-bot {
  padding: 24px;
}
.new-div .new-bot .titlw {
  font-size: 1.125rem;
  line-height: 1;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new-div .new-bot .titlw a {
  color: #000000;
}
.new-div .new-bot .zh {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.new-div .new-bot .zh a {
  color: #686868;
}
.new-div .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 */
}
.new-div:hover .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 */
  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-div:hover .new-bot .titlw a {
  color: #e50012;
}
footer {
  background: #484848;
}
footer .foot-top {
  padding: 55px 0;
}
footer .foot-ul li {
  float: left;
  margin-right: 109px;
}
footer .foot-ul li .p1 {
  font-size: 1rem;
  line-height: 32px;
  color: #B5B4B4;
}
footer .foot-ul li .foot-div {
  font-size: 14px;
  line-height: 28px;
  color: #B5B4B4;
  margin-top: 5px;
}
footer .foot-ul li .foot-div > a {
  display: block;
  color: #B5B4B4;
}
footer .foot-ul li .foot-div > a:hover {
  color: #e50012;
}
footer .foot-ul li:last-child {
  margin-right: 0;
}
footer .foot-bot {
  font-size: 14px;
  line-height: 32px;
  color: #B5B4B4;
}
footer .foot-bot .bq-div {
  padding: 20px 0;
  border-top: 1px solid rgba(181, 180, 180, 0.29);
}
footer .foot-bot .bq-div .fl a {
  color: #B5B4B4;
  display: inline-block;
  margin-right: 10px;
}
footer .foot-bot .bq-div .fl a:hover {
  color: #e50012;
}
footer .feng-d {
  margin-top: 10px;
}
footer .feng-d .bshare-custom a {
  padding-left: 0;
  color: #B5B4B4;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: rgba(112, 112, 112, 0.83);
  border-radius: 100%;
  margin-right: 10px;
}
.ban .ban-zi {
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  top: 30%;
}
.ban .ban-zi .p1 {
  font-weight: bold;
  font-size: 2.5rem;
}
.ban .ban-zi .p2 {
  font-size: 1rem;
}
.ban .ban-zi .p2 a {
  color: #FFFFFF;
}
.ban .ban-zi .p2 a:hover {
  color: #e50012;
}
.ban .ban-div {
  bottom: 0px;
  width: 100%;
}
.ban .ban-div .ban-a {
  background: rgba(255, 255, 255, 0.9);
  height: 72px;
  line-height: 72px;
  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 */
  text-align: center;
}
.ban .ban-div .ban-a a {
  display: block;
  font-size: 1.125rem;
  color: #000000;
}
.ban .ban-div .ban-zas {
  margin: 0;
}
.ban .ban-div .ban-zas > div {
  padding: 0 2px;
}
.ban .ban-div .ban-zas > div .ban-a:hover,
.ban .ban-div .ban-zas > div .ban-a.active {
  background: #e50012;
  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 */
}
.ban .ban-div .ban-zas > div .ban-a:hover a,
.ban .ban-div .ban-zas > div .ban-a.active a {
  color: #FFf;
}
.about-title {
  font-weight: bold;
  font-size: 2.125rem;
  color: #000000;
}
.about-top {
  padding: 100px 0 60px;
}
.about-top .about-div1 {
  margin-top: 35px;
}
.about-top .about-div1 .abou-zzi {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
  overflow-y: auto;
  padding-right: 10px;
  
  text-align: justify;
}
.about-top .about-div1 .abou-zzi > p {
  text-indent: 30px;
}
.about-top .about-div1 .abou-zzi::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.about-top .about-div1 .abou-zzi::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background-color: #e50012;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.about-top .about-div1 .abou-zzi::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #EFF3F6;
  border-radius: 10px;
}
.about-top .about-div1 .about-uls {
  border-top: 1px solid #D7D9DB;
  margin-top: 10px;
}
.about-top .about-div1 .about-uls li {
  padding: 23px;
  border-bottom: 1px solid #D7D9DB;
  cursor: pointer;
}
.about-top .about-div1 .about-uls li .p1 {
  font-size: 1.25rem;
  color: #000000;
  float: left;
  margin-right:30px;
}
.about-top .about-div1 .about-uls li .p2 {
  font-size: 14px;

  color: #686868;
  margin-top: 6px;
  
}
.about-top .about-div1 .about-uls li.active .p2 {
  display: block;
}
.about-rong {
  background: #EFF3F6;
  padding: 64px 0 50px;
}
.about-rong .about-rong-lunbo {
  margin-top: 50px;
}
.about-rong .about-rong-lunbo .swiper-slide {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.about-rong .about-rong-lunbo .swiper-slide .overh {
  padding: 40px;
}
.about-rong .about-rong-lunbo .swiper-slide .rong-title {
  font-size: 1rem;
  height: 66px;
  line-height: 66px;
  padding: 0 10px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-top: 1px solid #E5E5E5;
  color: #000000;
}
.color-page1 .swiper-container {
  padding-bottom: 70px;
}
.color-page1 .swiper-pagination-bullet {
  background: #E2E2E2;
}
.color-page1 .swiper-pagination-bullet-active {
  background: #e50012;
}
.about-qualification {
  padding: 70px 0;
}
.about-qualification .about-qualification-lunbo {
  margin-top: 40px;
}
.about-qualification .about-qualification-lunbo .swiper-slide {
  border: 1px solid #EFF3F6;
}
.about-qualification .about-qualification-lunbo .swiper-slide .overh {
  padding: 21px;
}
.newiss-list {
  padding: 50px 0 77px;
}
.newiss-list .newiss-tops {
  cursor: pointer;
}
.newiss-list .newiss-tops .le {
  width: 26%;
}
.newiss-list .newiss-tops .le .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 */
}
.newiss-list .newiss-tops .re {
  width: 72%;
}
.newiss-list .newiss-tops:hover .le .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 */
  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);
}
.newiss-list .newiss-tops:hover .title a {
  color: #e50012;
}
.newiss-list .title {
  font-size: 1.125rem;
  line-height: 30px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newiss-list .title a {
  color: #000000;
}
.newiss-list .data {
  font-size: 1rem;
  line-height: 30px;
  color: #939090;
}
.newiss-list .zhais {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newiss-list .more {
  margin-top: 25px;
}
.newiss-list .newiss-list-ul {
  margin-top: 40px;
}
.newiss-list .newiss-list-ul li {
  padding: 19px 75px 19px 25px;
  margin-bottom: 40px;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  position: relative;
  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 */
}
.newiss-list .newiss-list-ul li .newiss-i {
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #D8D8D8;
  right: 30px;
  background: #fff;
  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%);
}
.newiss-list .newiss-list-ul li .newiss-i i {
  color: #D8D8D8;
}
.newiss-list .newiss-list-ul li: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 */
  background: #EFF3F6;
}
.pro-list {
  padding: 45px 0 60px;
}
.pro-list .pro-div {
  margin-bottom: 30px;
}
.service-list {
  padding: 0  0 70px;
}
.service-list .sector-ul li {
  width: 49%;
  margin-bottom: 2%;
}
.service-list .sector-ul li:nth-child(2n) {
  float: right;
}
.assurance-list {
  padding: 60px 0;
}
.assurance-list .pro-div {
  margin-bottom: 30px;
}

.link-top {
  padding: 60px 0 50px;
}
.link-top .link-zi {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
  margin-top: 30px;
}
.link-top .map {
  margin-top: 30px;
}
.link-top .link-ma {
  margin-top: 28px;
}
.link-top .link-ma > div:nth-child(1) {
  margin-right: 20px;
}
.link-top .link-ma .p1 {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  margin-top: 10px;
  text-align: center;
}
.link-liu {
  background: #F5F7F6;
  padding: 50px 0 80px;
}
.link-liu .liu-div {
  margin-top: 34px;
}
.link-liu .liu-div input {
  width: 100%;
  margin-bottom: 20px;
  height: 52px;
  background: #FFFFFF;
  padding-left: 15px;
}
.link-liu .liu-div input::placeholder {
  font-size: 14px;
  color: #000000;
}
.link-liu .liu-div textarea {
  width: 100%;
  border: none;
  margin-bottom: 40px;
  padding: 15px;
  resize: none;
  height: 190px;
}
.link-liu .liu-div textarea::placeholder {
  font-size: 14px;
  color: #000000;
}
.link-liu .liu-div button {
  background: rgba(35, 35, 35, 0.83);
  font-size: 14px;
  line-height: 48px;
  color: #FFFFFF;
  padding: 0 47px;
  display: inline-block;
  height: 48px;
  border: none;
  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 */
}
.link-liu .liu-div button:hover {
  background: #e50012;
  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 */
}
.recruitment-div {
  padding: 50px 0 108px;
}
.recruitment-div .recruitment-ul li {
 
  padding: 15px 31px 15px 60px;
  margin-top: 9px;
  line-height: 46px;
  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 */
  cursor: pointer;
  border-bottom: 1px solid #EFF3F6;
}
.recruitment-div .recruitment-ul li .title {
  width: 35%;
  float: left;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.recruitment-div .recruitment-ul li .title a {
  color: #000000;
}
.recruitment-div .recruitment-ul li .add {
  font-size: 1.125rem;
  width: 35%;
  float: left;
}
.recruitment-div .recruitment-ul li .add a {
  color: #000000;
}
.recruitment-div .recruitment-ul li .data {
  font-size: 1.125rem;
  width: 20%;
  float: left;
}
.recruitment-div .recruitment-ul li .data a {
  color: #000000;
}
.recruitment-div .recruitment-ul li .ecruitment-i {
  float: left;
  width: 10%;
}
.recruitment-div .recruitment-ul li .ecruitment-i a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #D8D8D8;
  right: 30px;
  background: #fff;
}
.recruitment-div .recruitment-ul li .ecruitment-i a i {
  color: #D8D8D8;
}
.recruitment-div .recruitment-ul li:hover {
  background: #E50012;
  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 */
}
.recruitment-div .recruitment-ul li:hover .title a,
.recruitment-div .recruitment-ul li:hover .add a,
.recruitment-div .recruitment-ul li:hover .data a {
  color: #fff;
}
.pro-xing {
  padding: 85px 0 100px;
}
.pro-xing .pro-xing-lunbo {
  border: 1px solid #EAEAEA;
}
.pro-xing .pro-xing-lunbo .swiper-container {
  padding-bottom: 0;
}
.pro-xing .pro-zi-xing {
  padding: 100px 0 0 70px;
}
.pro-xing .pro-zi-xing .about-title-cn {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 24px;
  color: #343534;
  padding: 10px 0;
  border-bottom: 1px solid #E2E2E2;
}
.pro-xing .pro-zi-xing .pro-zis-div {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
  margin: 20px 0 30px;
}
.pro-xing .pro-zi-xing .pro-zis-div span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #E50012;
  margin-right: 10px;
}
.pro-xing .pro-xing-bot {
  margin-top: 40px;
}
.pro-xing .pro-xing-bot .pro-jj {
  background: rgba(35, 35, 35, 0.83);
  height: 67px;
  line-height: 67px;
  font-size: 1.375rem;
  color: #FFFFFF;
  padding: 0 40px;
}
.pro-xing .pro-xing-bot .pro-xing-bot-con {
  padding: 30px 0;
  font-size: 1rem;
  line-height: 30px;
  color: #000000;
  text-align: center;
}
.pro-xing .pro-xing-bot .pro-xing-bot-con .table-responsive table tbody tr td {
  line-height: 30px;
  padding: 20px  23px;
}
.pro-xing .pro-xing-bot .pro-xing-bot-con .table-responsive table tbody tr td:nth-child(1) {
  border-right: 1px solid #e3e3e3;

  font-weight: bold;
}
.pro-xing .pro-xing-bot .pro-xing-bot-con .table-responsive table tbody tr:nth-child(odd) {
  background: #F5F7F6;
}
.pro-xing .pro-tu-div {
  padding: 30px 0 0;
}
.pro-xing .pro-tu-div .index-pro-lunbo .swiper-container {
  padding-top: 50px;
}
.about-rong .about-rong-lunbo .swiper-slide,
.about-qualification .about-qualification-lunbo .swiper-slide {
  cursor: pointer;
}
.about-rong .about-rong-lunbo .swiper-slide .overh img,
.about-qualification .about-qualification-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 */
}
.about-rong .about-rong-lunbo .swiper-slide:hover .overh img,
.about-qualification .about-qualification-lunbo .swiper-slide:hover .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 */
  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);
}
.newiss-xing .title {
  color: #000000;
  font-size: 1.875rem;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.newiss-xing .title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #e50012;
  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%);
}
.newiss-xing .dade {
  color: #6b6b6b;
  font-size: 1.0625rem;
  margin: 1.875rem 0;
}
.newiss-xing .dade span {
  display: inline-block;
  margin: 0 0.625rem;
}
.newiss-xing .nei {
  color: #6b6b6b;
  font-size: 1.0625rem;
  line-height: 35px;
}
.xinwens-div .bshare-custom {
  display: inline-block;
}
.xinwens-div .xing-bots {
  margin: 3.75rem 0;
  padding: 1.875rem 0;
  border-top: 1px solid #dfdfdf;
  line-height: 35px;
}
.xinwens-div .xing-bots .fl {
  width: 70%;
}
.xinwens-div .shang a {
  color: #6b6b6b;
  font-size: 1.0625rem;
}
.xinwens-div .shang a:hover {
  color: #e50012;
}
.xing-bots .more1 a {
  display: block;
  color: #898989;
  border-radius: 1.25rem;
  border: 1px solid #f2f2f2;
  padding: 0px 1.25rem;
}
.xing-bots .more1 a:hover {
  background: #e50012;
  color: #fff;
}
.xinwens-div {
  padding-top: 40px;
}
.danye {
  font-size: 1rem;
  line-height: 30px;
  padding: 50px 0 ;
  color: #000;
}
.rong-div{
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  
}
.rong-div .overh{
  padding: 15px ;
 
}.rong-div  .pro-bot .titlw{ 
  font-size: 1rem;
  height: 66px;
  line-height: 66px;
  padding: 0 10px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-top: 1px solid #E5E5E5;
  color: #000000;
}.rong-div  .pro-bot .titlw a{
  color: #000000;
}

.lunbo-zi{
  width: 100%;
  color: #101010;
}
.lunbo-zi .p2,
.lunbo-zi .p1{
  font-size: 3.0rem;
  
  font-weight: bold; 
  letter-spacing: 2px;
  line-height: 1.87;
  color: rgb(255, 255, 255);
  width: 100%;
  font-weight: bold;
  text-shadow: 0px 3px 5px rgb(12 12 12 / 91%);
  -moz-transform: matrix( 3.63329888865168,2.1599669799903e-16,0,3.63329888865168,0,0);
  -webkit-transform: matrix( 3.63329888865168,2.1599669799903e-16,0,3.63329888865168,0,0);
  -ms-transform: matrix( 3.63329888865168,2.1599669799903e-16,0,3.63329888865168,0,0);
}
.lunbo-zi .p2{
  /* font-size: 2rem;
  line-height: 1;
  letter-spacing: 5px;
  margin-top: 30px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); */
  padding-top: 15px;
  padding-left: 210px;
}
.zp-title{
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(212, 210, 210);

  overflow: hidden;
}
.lunbo .swiper-slide:nth-child(4) .lunbo-zi{
  text-align: center;
  top: 30%;


}
@media (max-width: 1500px) {
  html {
    font-size: 15px;
  }
  footer .foot-ul li {
    margin-right: 67px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }.lunbo-zi .p1 {
    font-size: 2.5rem;
    }.lunbo-zi .p2 {
      font-size: 1.2rem;

      margin-top: 15px;
  }
  .ban .ban-zi {
    top: 23%;
  }
  .ban .ban-div .ban-a {
    height: 50px;
    line-height: 50px;
  }
  .pro-div .pro-bot {
    padding: 20px;
  }
  footer .foot-ul li {
    margin-right: 45px;
  }
  .index-new-con .index-new-ul li {
    padding: 6.5px 0;
  }
  .newiss-list .zhais {
    -webkit-line-clamp: 2;
  }
  .about-top .about-div1 .abou-zzi {
    height: 165px;
  }
  .about-top .about-div1 .about-uls li {
    padding: 20px;
  }
}
@media (max-width: 990px) {
  .phone,
  .mobile-foot {
    display: block;
  }
  body {
    padding: 52px 0 40px;
  }
  .searchbox {
    top: 52px;
  }
  .nav-ul > li > a {
    padding: 0 6px;
  }
  .daohang {
    display: none;
  }
  .ban .ban-div {
    display: none;
  }
  .ban > img {
    height: 180px;
    object-fit: cover;
  }
  .ban .ban-zi .p1 {
    font-size: 1.5rem;
  }
  .ban .ban-zi {
    top: 35%;
  }
  footer .foot-ul li {
    margin-right: 13px;
  }
  .pro-xing .pro-zi-xing {
    padding: 22px 0 0 0px;
  }
  .index-about {
    padding: 50px 0;
  }
  .head-cn {
    font-size: 1.5rem;
  }
  .head-en {
    font-size: 1.6rem;
  }
  .index-about .rong-d {
    margin: 5px 0 16px;
  }
  .index-about .rong-d > div {
    padding: 14px 25px 14px;
  }
  .index-about .rong-d > div .p1 {
    margin-top: 5px;
  }
  .index-service .index-ser-con {
    padding: 30px 15px;
  }
  .index-service .index-ser-con .re .index-service-ul {
    padding: 0 ;
    line-height: 30px;
  }
  .index-service .index-ser-con .le .zhai-y {
    margin-top: 0px;
  }
  .index-new-con .index-new-ul li {
    padding: 1.5px 0;
  }
  .newiss-list .newiss-tops .le {
    width: 38%;
  }
  .newiss-list .newiss-tops .re {
    width: 59%;
  }
  .recruitment-div .recruitment-ul li .data {
    width: 20%;
  }
  .recruitment-div .recruitment-ul li {
    padding: 15px;
  }
  .link-top .link-ma > div {
    width: 40%;
  }
  .about-top .about-div1 .about-uls li {
    padding: 11px;
  }
  .about-top .about-div1 .abou-zzi {
    height: 121px;
  }
}
@media (max-width: 767px) {
  .pro-xing .pro-xing-bot .pro-xing-bot-con .table-responsive table{
    min-width: 900px
  }
  .pro-xing .pro-xing-bot .pro-xing-bot-con .table-responsive table tbody tr td{
    padding: 5px;
  }
  .danye{
    padding: 30px 15px;
    line-height: 20px;
  }
  .rightfix{
    display: none;
  }
  .seaarch_phone{
    display: none;
  }
  html {
    font-size: 12px;
  }
  .lunbo .swiper-slide >img{
    height: 216px;
    object-fit: cover;
    

  }  .lunbo-zi{
    padding-left: 10px;
  }
  .lunbo-zi .p1 {
    font-size: 1.5rem;
    }.lunbo-zi .p2 {
      font-size: 1rem;
      margin-top: 5px;
  }
  .pro-list {
    padding: 30px 15px;
  }
  .pro-list .pro-div {
    margin-bottom: 15px;
  }
  footer .foot-top {
    display: none;
  }
  footer .foot-bot .bq-div {
    padding: 20px 15px;
  }
  footer .foot-bot .bq-div .fr {
    width: 100%;
    line-height: 25px;
  }
  .pro-xing {
    padding: 30px 15px;
  }
  .about-title {
    font-size: 1.8rem;
  }
  .pro-xing .pro-xing-bot .pro-jj {
    line-height: 50px;
    height: 50px;
  }
  .pro-xing .pro-xing-bot .pro-xing-bot-con .table-responsive .table tbody tr td {
    line-height: 50px;
    padding: 0 10px;
  }
  .pro-xing .pro-tu-div .index-pro-lunbo .swiper-container {
    padding: 20px 10px 50px;
  }
  .more a {
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
  }
  .service-list {
    padding: 0px 15px 30px;
  }
  .index-about {
    padding: 30px 15px;
  }
  .index-about .le {
    width: 100%;
  }
  .index-about .re {
    width: 100%;
    margin-top: 15px;
  }
  .index-pro {
    padding: 30px 15px;
  }
  .index-pro .index-pro-lunbo {
    margin-top: 20px;
  }
  .index-service {
    padding: 30px 15px;
  }
  .index-service .index-ser-con .le {
    width: 100%;
  }
  .index-service .index-ser-con .mid {
    width: 100%;
    margin: 10px 0;
  }
  .index-service .index-ser-con .re {
    width: 100%;
  }
  .sector-ul li {
    width: 100%;
  }
  .sector-ul {
    margin-top: 30px ;
  }
  .index-sector {
    padding: 0 15px;
  }
  .sector-ul li a .ser-zi {
    left: 10px;
    bottom: 10px;
  }
  .index-new {
    padding: 30px 15px;
  }
  .index-new-con {
    margin-top: 20px;
  }
  .index-new-con .new-div {
    margin-bottom: 15px;
  }
  .newiss-list {
    padding: 30px 15px;
  }
  .newiss-list .newiss-tops .le {
    width: 100%;
  }
  .newiss-list .newiss-tops .re {
    width: 100%;
    margin-top: 10px;
  }
  .newiss-list .newiss-list-ul li {
    margin-bottom: 15px;
    padding: 15px 35px 15px 15px;
  }
  .newiss-list .newiss-list-ul li .newiss-i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: 10px;
  }
  .newiss-list .newiss-list-ul li .newiss-i i {
    font-size: 12px;
  }
  .recruitment-top .col-sm-4 {
    margin-bottom: 15px;
  }
  .recruitment-div {
    padding: 30px 15px;
  }
  .recruitment-div .recruitment-ul li .add {
    display: none;
  }
  .recruitment-div .recruitment-ul li .data {
    display: none;
  }
  .recruitment-div .recruitment-ul li .title {
    width: 80%;
  }
  .recruitment-div .recruitment-ul li .ecruitment-i a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: 10px;
  }
  .recruitment-div .recruitment-ul li .ecruitment-i a i {
    font-size: 12px;
  }
  .recruitment-div .recruitment-ul li .ecruitment-i {
    float: right;
  }
  .recruitment-div .recruitment-ul li {
    padding: 0 15px;
    margin-top: 20px;
  }
  .assurance-list {
    padding: 30px 15px;
  }
  .assurance-list .pro-div {
    margin-bottom: 15px;
  }
  .link-top {
    padding: 30px 15px;
  }
  .link-top .col-sm-5 {
    margin-bottom: 15px;
  }
  .link-top .link-zi {
    margin-top: 10px;
  }
  .link-liu {
    padding: 30px 15px;
  }
  .link-liu .liu-div {
    margin-top: 14px;
  }
  .about-top {
    padding: 30px 15px;
  }
  .about-top .about-div1 {
    margin-top: 15px;
  }
  .about-top .about-div1 .about-uls {
    margin: 15px 0;
  }
  .about-rong {
    background: #EFF3F6;
    padding: 30px 15px;
  }
  .about-rong .about-rong-lunbo .swiper-slide .overh {
    padding: 17px;
  }
  .about-rong .about-rong-lunbo {
    margin-top: 20px;
  }
  .about-qualification {
    padding: 30px 15px;
  }
  .about-qualification .about-qualification-lunbo {
    margin-top: 20px;
  }
  .about-qualification .about-qualification-lunbo .swiper-slide .overh {
    padding: 5px;
  }
  .about-rong .about-rong-lunbo .swiper-slide .rong-title {
    line-height: 40px;
    height: 40px;
  }
  .service-list .sector-ul li {
    width: 100%;
  }
  .color-page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .xinwens-div {
    padding: 30px 15px;
  }
  .xinwens-div .xing-bots .fl {
    width: 100%;
  }
  .newiss-xing .title {
    font-size: 1.45rem;
  }
}
.site_cell a:hover{
  color: #e50012!important;

}.content-di h4 a{
  line-height: 45px!important;

  font-size: 1.125rem!important;
}
.danye-con .table-responsive
.table>tbody>tr>td{
  line-height: 30px;
  padding:20px 15px;
  vertical-align:middle;
}.danye-con .table-responsive .table tbody tr:nth-child(odd) {
  background: #F5F7F6;

}.danye-con .table-responsive
.table>tbody>tr>td a{
  color: #000;
}.danye-con .table-responsive
.table>tbody>tr>td a:hover{
  color: #e50012;
}.danye-con .table-responsive
.table>tbody>tr:nth-child(1)>td{
  font-weight: bold;
}

.danye-con .table-responsive table {

  border: 1px solid #ddd;

  border-top: none;

}
.recruitment-lx{
  margin-top: 20px;
  line-height: 30px;
  background: #EFF3F6;
  padding: 31px 31px 31px 60px;

  color: #000;
}.recruitment-lx a{
  color: #e50012;
}
.an-div-ul li{
  float: left;
}.an-div-ul {
  display: inline-block;
}.an-div-ul li a{
  display: block;
  font-size: 1rem;
  line-height: 45px;
  height: 45px;
  padding: 0 30px;
  border: 1px solid #ddd;
  color: #000000;
}.an-div-ul li.active,.an-div-ul li:hover{
  background: #E20012;
}.an-div-ul li.active a,.an-div-ul li:hover a{
  color: #fff;
}
.san-div{
  margin-bottom: 40px;
}b, strong{
  font-weight: bold;
}