@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../SourceHanSansCN/SourceHanSansCN-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../SourceHanSansCN/SourceHanSansCN-Medium.otf") format("OpenType");
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("../SourceHanSansCN/SourceHanSansCN-Light.otf") format("OpenType");
}
@media (max-width: 1200px) {
  html {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
    padding: 0;
  }
}
.wrap {
  margin: 0 auto;
  max-width: 90%;
}
html body {
  font-family: "SourceHanSansCN-Light";
}
.padd-85 {
  padding: 85px 0 90px;
}
.padd-60 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.padd-110 {
  padding: 110px 0 110px;
}
.row {
  margin: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
}
.header .logo {
  display: block;
  line-height: 70px;
}
.header .nav {
  background-color: #9e221a;
}
.header .nav-ul a {
  display: inline-block;
  line-height: 50px;
  padding: 0 45px;
  color: #fff;
  font-size: 18px;
}
.header .nav-ul li {
  margin: 0 5px;
}
.header .nav-ul li:hover {
  background-color: #c28932;
}
.header .nav-ul li.active {
  background-color: #c28932;
}
.footer {
  background-color: #9e221a;
}
.footer p a {
  color: #fff;
  font-size: 16px;
  line-height: 34px;
}
.footer p a:not(:first-child) {
  margin-left: 10px;
}
.footer p a:not([href]):not([class]) {
  color: #fff;
}
.index-banner .swiper-img img {
  width: 100%;
}
.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
  font-size: 20px;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  width: 42px;
  height: 42px;
}
.banner-con {
  position: relative;
}
.banner-con .banner-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.banner-con h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.banner-con .banner-img img {
  width: 100%;
}
.box1 {
  min-height: 595px;
}
.box1 .left-nav a {
  padding: 0 20px;
  display: block;
  font-size: 16px;
  color: #6f6e6e;
  line-height: 42px;
  background-color: #e8e8e8;
}
.box1 .left-nav a.active {
  background-color: #9e221a;
  color: #fff;
}
.box1 .left {
  width: 130px;
}
.box1 .right {
  width: calc(100% - 170px);
}
.box1 .right h3 {
  margin-bottom: 10PX;
  font-size: 20px;
  font-weight: bold;
  color: #9e221a;
  font-family: "SourceHanSansCN-Regular";
}
.box1 .right h3:nth-child(n+2) {
  margin-top: 20px;
}
.box1 .right P {
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
  line-height: 2em;
}
.box1 .honor {
  margin-top: 20px;
  position: relative;
}
.box1 .honor-img {
  position: absolute;
  top: -25%;
  right: 0;
}
.index-body {
  height: 100vh;
}
.index-body .header .nav-ul a {
  line-height: 45px;
}
.index-body .header .logo {
  line-height: 66px;
}
.box2 {
  min-height: 595px;
}
.box2 .left-nav a {
  padding: 0 20px;
  display: block;
  font-size: 16px;
  color: #6f6e6e;
  line-height: 42px;
  background-color: #e8e8e8;
}
.box2 .left-nav a.active {
  background-color: #9e221a;
  color: #fff;
}
.box2 .left {
  width: 170px;
}
.box2 .center {
  width: calc(100% - 390px);
}
.box2 .right {
  width: 160px;
}
.box2 h3 {
  margin-bottom: 10PX;
  font-size: 20px;
  font-weight: bold;
  color: #9e221a;
  font-family: "SourceHanSansCN-Regular";
}
.box2 h3:nth-child(n+2) {
  margin-top: 20px;
}
.box2 h4 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #9e221a;
}
.box2 P {
  margin-bottom: 0;
  font-size: 16px;
  color: #666;
  line-height: 2em;
}
.box2 .people {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.box2 .people .img {
  margin-bottom: 5px;
}
.box2 .people .img img {
  width: 100%;
}
.box2 .people h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
}
.box2 .people p {
  margin: 0;
  color: #727171;
  font-size: 16px;
  line-height: 1.5em;
}
.box2 .more {
  text-align: center;
  line-height: 30px;
}
.box2 .more a {
  display: inline-block;
  font-size: 14px;
  color: #9e221a;
}
.box2 .more a::after {
  content: '';
  background-color: #9e221a;
  width: 100%;
  height: 1px;
  display: block;
  transform: scale(0);
  transition: all 0.6s;
}
.box2 .more a:hover::after {
  transform: scale(1);
}
.box3 {
  min-height: 595px;
}
.box3 .left-nav a {
  padding: 0 20px;
  display: block;
  font-size: 16px;
  color: #6f6e6e;
  line-height: 42px;
  background-color: #e8e8e8;
}
.box3 .left-nav a.active {
  background-color: #9e221a;
  color: #fff;
}
.box3 .left {
  width: calc(100% - 290px);
}
.box3 .right {
  width: 160px;
}
.box3 h3 {
  margin-bottom: 10PX;
  font-size: 20px;
  font-weight: bold;
  color: #9e221a;
  font-family: "SourceHanSansCN-Regular";
}
.box3 h3:nth-child(n+2) {
  margin-top: 20px;
}
.box3 h4 {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #9e221a;
}
.box3 P {
  margin-bottom: 0;
  font-size: 16px;
  color: #666;
  line-height: 2em;
}
.box3 .con h5 {
  font-size: 16px;
  font-weight: bold;
  color: #595959;
  line-height: 2em;
}
.box3 .peo-des {
  background-color: #efefef;
  padding: 20px;
}
.box3 .peo-des .peoL {
  margin-right: 15px;
  width: 160px;
}
.box3 .peo-des .peoR {
  width: calc(100% - 180px);
}
.box3 .peo-des h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
.box3 .peo-des h3 span {
  margin-left: 10px;
  font-size: 14px;
  color: #727171;
}
.box3 .peo-des h5 {
  font-size: 16px;
  color: #76442f;
  line-height: 1.6em;
}
.box3 .peo-des p span {
  display: inline-block;
  color: #76442f;
}
.box3 .peo-des p span img {
  margin-right: 20px;
}
.box3 .peo-des p a {
  display: inline-block;
  margin-left: 75px;
  color: #76442f;
}
.box3 .peo-des p a img {
  margin-right: 10px;
  transition: all 0.3s;
}
.box3 .peo-des p a:hover {
  color: #9e221a;
  font-weight: bold;
}
.box3 .peo-des p a:hover img {
  transform: scale(1.1);
}
.box3 .people {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.box3 .people .img {
  margin-bottom: 5px;
}
.box3 .people .img img {
  width: 100%;
}
.box3 .people h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
}
.box3 .people p {
  margin: 0;
  color: #727171;
  font-size: 16px;
  line-height: 1.5em;
}
.box3 .more {
  margin-top: 10px;
  text-align: center;
  line-height: 30px;
}
.box3 .more a {
  display: inline-block;
  font-size: 14px;
  color: #9e221a;
}
.box3 .more a::after {
  content: '';
  background-color: #9e221a;
  width: 100%;
  height: 1px;
  display: block;
  transform: scale(0);
  transition: all 0.6s;
}
.box3 .more a:hover::after {
  transform: scale(1);
}
.contact .right {
  width: 51%;
}
.contact .con {
  margin-top: 50px;
}
.contact .left {
  width: 49%;
  padding-right: 4%;
}
.contact .left h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #9e221a;
  font-family: "SourceHanSansCN-Medium";
}
.contact .left h4 {
  margin-bottom: 25px;
  color: #007fcc;
  text-transform: uppercase;
  font-size: 18px;
  color: #9e221a;
}
.contact .left h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
.contact .left p {
  font-size: 14px;
  color: #999;
}
.contact .left .img {
  width: 55px;
}
.contact .left .text {
  width: calc(100% - 55px);
}
.contact .text-box {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.contact .text-box:first-child {
  border-top: 1px solid #333;
}
.contact .amap-info-content {
  width: 252px;
}
.title {
  margin-bottom: 30px;
}
.title span {
  margin-right: 10px;
  margin-top: 2px;
  display: block;
  width: 65px;
  height: 3px;
  background-color: #9e221a;
}
.title h3 {
  margin: 0;
  font-size: 20px;
  color: #9e221a;
  font-weight: bold;
  line-height: 1em;
}
.team .people {
  display: block;
  text-align: center;
  width: 17%;
  margin-bottom: 3%;
  margin-right: 3.75%;
}
.team .people .img {
  margin-bottom: 5px;
  overflow: hidden;
  height: 240px;
}
.team .people .img img {
  width: 100%;
  min-height: 100%;
  transition: all 0.6s;
}
.team .people h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
}
.team .people p {
  margin: 0;
  color: #727171;
  font-size: 16px;
  line-height: 1.5em;
}
.team .people:nth-child(5n) {
  margin-right: 0;
}
.team .people:nth-child(n+11) {
  display: none;
}
.team .team-con.active .people {
  display: block;
}
.team .people:hover h4 {
  color: #9e221a;
}
.team .people:hover .img img {
  transform: scale(1.1);
}
.team .more {
  text-align: center;
}
.team .more a {
  display: inline-block;
  padding: 0 38px;
  line-height: 40px;
  color: #9e221a;
  border: 1px solid #9e221a;
  border-radius: 8px;
}
.team .more a:hover {
  color: #fff;
  background-color: #9e221a;
}
.achiev .left {
  width: 130px;
  padding: 30px 0;
}
.achiev .right {
  padding: 25px 0;
  width: calc(100% - 160px);
  border-bottom: 1px dashed #ccc;
}
.achiev .con h3 {
  font-size: 24px;
  font-weight: bold;
  opacity: 0.5;
  color: #9e221a;
  font-family: "SourceHanSansCN-Medium";
}
.achiev .con h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 0;
}
.achiev .con p {
  font-size: 14px;
  color: #888;
}
.achiev .con:hover h3 {
  opacity: 1;
}
.achiev .con:hover h4 {
  color: #9e221a;
}
.demo {
  margin-top: 50px;
  text-align: center;
}
.demo .layui-laypage a,
.demo .layui-laypage span {
  margin: 0 6px;
  height: 36px;
  line-height: 36px;
}
.demo .layui-laypage button,
.demo .layui-laypage input {
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
}
.demo .layui-laypage a {
  border: 1px solid #ddd;
}
.achievDt {
  min-height: 600px;
}
.achievDt .achievDt-con {
  padding-left: 14%;
  padding-right: 4%;
}
.achievDt .title-box h3 {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #9e221a;
}
.achievDt .title-box .mail {
  display: block;
  color: #717171;
  font-size: 14px;
}
.achievDt .title-box .mail img {
  margin-right: 5px;
}
.achievDt .title-box .mail:hover {
  color: #9e221a;
}
.achievDt p {
  font-size: 16px;
  color: #595959;
  line-height: 2em;
}
.job.box1 {
  position: relative;
  padding: 85px 0 210px;
}
.job.box1 .question-con {
  position: relative;
  z-index: 9;
}
.job.box1 .top-des {
  background-color: #f5e8e8;
  padding: 25px 1% 25px 5%;
}
.job.box1 .top-des h3 {
  margin: 0;
  color: #9e221a;
}
.job.box1 .top-des h3:nth-child(1) {
  width: 25%;
}
.job.box1 .top-des h3:nth-child(2) {
  width: 15%;
  text-align: center;
}
.job.box1 .top-des h3:nth-child(3) {
  width: 25%;
  text-align: center;
}
.job.box1 .top-des h3:nth-child(4) {
  width: 30%;
  text-align: center;
}
.job.box1 .con {
  padding: 30px 1% 20px 5%;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.job.box1 .con p {
  font-size: 18px;
  color: #4a4a4a;
}
.job.box1 .con .on {
  display: none;
}
.job.box1 .con .off {
  display: inline-block;
}
.job.box1 .con p:nth-child(1) {
  width: 25%;
}
.job.box1 .con p:nth-child(2) {
  width: 15%;
  text-align: center;
}
.job.box1 .con p:nth-child(3) {
  width: 25%;
  text-align: center;
}
.job.box1 .con p:nth-child(4) {
  width: 30%;
  text-align: center;
}
.job.box1 .con .open-des {
  width: 5%;
}
.job.box1 .con:hover p {
  color: #9e221a;
}
.job.box1 .con.active .off {
  display: none;
}
.job.box1 .con.active .on {
  display: inline-block;
}
.job.box1 .con.active h4 {
  color: #a81c43;
}
.job.box1 .con.active .open-des img {
  transform: rotate(180deg);
}
.job.box1 .text-des {
  padding: 30px 5% 55px;
  display: none;
  background-color: #fafafa;
  position: relative;
  z-index: 9;
}
.job.box1 .text-des h5 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.job.box1 .text-des h5:nth-child(n+2) {
  margin-top: 25px;
}
.job.box1 .text-des p {
  margin-bottom: 0px;
  color: #666;
  line-height: 2em;
}
.job.box1 .open-des img {
  display: inline;
  transition: all 0.6s;
}
.job.box1 .sub {
  margin-top: 60px;
}
.job.box1 .sub a {
  display: inline-block;
  padding: 0 55px;
  line-height: 48px;
  border: 1px solid #9e221a;
  border-radius: 10px;
  color: #9e221a;
}
.job.box1 .sub a:hover {
  background-color: #9e221a;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .header .nav-ul a {
    padding: 0 40px;
  }
}
