@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}

 
* {
  padding: 0;font-family: '思源黑体';
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ff5409;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;font-family: '思源黑体';
  font-size: 16px;
  line-height: 1.4 !important;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}


.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font116 {
  font-size: 1.16rem;
}
.font96 {
  font-size: 0.96rem;
}
.font90 {
  font-size: 0.9rem;
}
.font82 {
  font-size: 0.82rem;
}
.font80 {
  font-size: 0.8rem;
}
.font64 {
  font-size: 0.64rem;
}
.font60 {
  font-size: 0.6rem;
}
.font50 {
  font-size: 0.5rem;
}
.font48 {
  font-size: 0.48rem;
}
.font44 {
  font-size: 0.44rem;
}
.font42 {
  font-size: 0.42rem;
}
.font40 {
  font-size: 0.4rem;
}
.font36 {
  font-size: 0.36rem;
}
.font30 {
  font-size: 0.3rem;
}
.font28 {
  font-size: 0.28rem;
}
.font26 {
  font-size: 0.26rem;
}
.font24 {
  font-size: 24px;
}
.font22 {
  font-size: 22px;
}
.font20 {
  font-size: 20px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20,
  .font22 {
    font-size: 18px;
  }
  .font24,
  .font26 {
    font-size: 20px;
  }
  .font28 {
    font-size: 0.3rem;
  }
  .font30 {
    font-size: 0.32rem;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.3rem;
  }
  .font20,
  .font22,
  .font26 {
    font-size: 0.34rem;
  }
  .font24 {
    font-size: 0.34rem;
  }
  .font28 {
    font-size: 0.34rem;
  }
  .font30 {
    font-size: 0.36rem;
  }
  .font82 {
    font-size: 0.54rem;
  }
  .font96 {
    font-size: 0.6rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ff5409;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.x-public-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #878d8f;
  border-radius: 100px;
  padding: 0.17rem 0.28rem;
  min-width: 2.06rem;
  min-height: 0.66rem;
  text-align: center;
  overflow: hidden;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .x-public-a {
    min-width: 2.8rem;
  }
}
.x-public-a:hover {
  position: relative;
  border-color: #ff5409;
  background-color: #ff5409;
}
.x-public-a:hover span {
  color: #fff;
}
.x-public-a:hover i::before {
  transform: translate(-50%, -50%) scale(20);
}
.x-public-a:hover i svg {
  transform: rotate(45deg);
}
.x-public-a span {
  color: #333333;
  display: inline-block;
  margin-right: 0.15rem;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-public-a span {
    font-size: 0.24rem;
  }
}
.x-public-a i {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #ff5409;
  position: relative;
}
.x-public-a i::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.4s ease-in-out;
  background-color: #ff5409;
  border-radius: 100%;
}
.x-public-a i svg {
  display: inline-block;
  width: 8px;
  height: 8px;
  transition: 0.4s all;
  position: relative;
  z-index: 2;
}
.x-public-a i svg path {
  fill: #fff;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #ff5409;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #ff5409;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #ff5409;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
html.on {
  overflow: hidden;
}
 
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.9rem;
}
@media (max-width: 1580px) {
  #c-placeholder {
    height: 1rem;
  }
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
@keyframes tsc {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fadetsc {
  -webkit-animation-name: tsc;
  animation-name: tsc;
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1.2rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
@media (max-width: 991px) {
  #c-header .container .x-pc-nav {
    display: none !important;
  }
}
#c-header .container .x-pc-nav ul {
  display: flex;
  align-items: center;
}
#c-header .container .x-pc-nav ul li {
  margin-right: 0.55rem;
}
#c-header .container .x-pc-nav ul li:last-child {
  margin-right: 0;
}
#c-header .container .x-pc-nav ul li:hover .x-ta {
  color: #ff5409;
}
#c-header .container .x-pc-nav ul li:hover .x-ta i svg path {
  fill: #ff5409;
}
#c-header .container .x-pc-nav ul li .x-ta {
  color: #fff;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
#c-header .container .x-pc-nav ul li .x-ta i {
  display: inline-flex;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-left: 0.1rem;
}
#c-header .container .x-pc-nav ul li .x-ta i svg {
  width: 100%;
  height: 100%;
}
#c-header .container .x-pc-nav ul li .x-ta i svg path {
  fill: #fff;
  transition: 0.4s ease-in-out;
}


#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-style2 {
  color: #fff;
  background: #102c6e;
  line-height: 0.9rem;
}
@media (max-width: 1580px) {
  #c-header.c-style2 {
    line-height: 1rem;
  }
}
#c-header.c-style2 a {
  color: #fff;
}
#c-header.c-style3 {
  color: #333;
  background: #fff;
}
#c-header.c-style3 .container .x-pc-nav ul li .x-ta {
  color: #333;
}
#c-header.c-style3 .container .x-pc-nav ul li .x-ta i svg path {
  fill: #1e1e1e;
}
 
#c-header .container .x-nav-con {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #1e1e1e;
  padding-top: 1.2rem;
  display: none;
}
@media (max-width: 991px) {
  #c-header .container .x-nav-con {
    display: none !important;
  }
}
#c-header .container .x-nav-con.on .menu-mask {
  top: 0;
  right: 10%;
  transform: matrix(4, 0, 0, 4, 0, 0);
}
#c-header .container .x-nav-con .x-va {
  height: 100%;
}
#c-header .container .x-nav-con .x-va .x-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 0.1rem;
}
#c-header .container .x-nav-con .x-va .x-row .x-le {
  width: 26.25%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.7rem;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-a a {
  display: block;
  line-height: initial;
  text-align: left;
  margin-bottom: 0.35rem;
  transition: 0.4s ease-in-out;
  line-height: 1.2;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-a a:hover,
#c-header .container .x-nav-con .x-va .x-row .x-le .x-a a.on {
  color: #ff5409;
  font-weight: bold;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl {
  margin-top: 0.8rem;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp {
  display: flex;
  line-height: initial;
  margin-bottom: 0.2rem;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp i {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.12rem;
}
@media (max-width: 1580px) {
  #c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp i {
    width: 0.32rem;
    height: 0.32rem;
  }
}
@media (max-width: 1260px) {
  #c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp i {
    width: 0.36rem;
    height: 0.36rem;
  }
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp i svg {
  width: 100%;
  height: 100%;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp i svg path {
  fill: #5d5d5d;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp .x-sp {
  line-height: initial;
  text-align: left;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri {
  width: 73.75%;
  padding: 0.2rem 0 0 1.1rem;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.55rem -1rem;
  height: 78vh;
  overflow-y: auto;
  scrollbar-width: thin;
  display: none;
}
@media (max-width: 1580px) {
  #c-header .container .x-nav-con .x-va .x-row .x-ri dl {
    height: 65vh;
  }
}
@media (max-width: 1260px) {
  #c-header .container .x-nav-con .x-va .x-row .x-ri dl {
    margin: 0 -0.3rem -0.8rem;
  }
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl.on {
  display: flex;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ff5409;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd {
  width: 33.33%;
  padding: 0 0.55rem 1rem;
}
@media (max-width: 1260px) {
  #c-header .container .x-nav-con .x-va .x-row .x-ri dl dd {
    padding: 0 0.3rem 0.8rem;
  }
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a:hover .x-title {
  color: #ff5409;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a:hover .x-title span {
  background-size: 100% 100%;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a .x-title {
  text-align: left;
  line-height: initial;
  margin-bottom: 0.35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a .x-title span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #ff5409 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
  display: initial;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a .public-img {
  background: url('../images/x-index16.png') no-repeat center;
  background-size: cover;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a .public-img::before {
  padding-top: 66.17647059%;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.6rem;
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1),
#c-header.c-style3 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2),
#c-header.c-style3 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
 
 
 
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn .x-lx {
  display: inline-block;
}
#c-header .c-gn .x-lx:hover i svg {
  transform: translateX(0.1rem);
}
#c-header .c-gn .x-lx span {
  position: relative;
}
#c-header .c-gn .x-lx span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
#c-header .c-gn .x-lx i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.1rem;
  transform: translateY(0.04rem);
}
#c-header .c-gn .x-lx i svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
#c-header .c-gn .x-lx i svg path {
  fill: #ff5f10;
}
 
 
#c-header .c-gn .x-swit {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 100%;
  width: 0.44rem;
  height: 0.44rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.14rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-header .c-gn .x-swit {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-header .c-gn .x-switch {
  position: relative;
  width: 16px;
  height: 14px;
}
@media (max-width: 991px) {
  #c-header .c-gn .x-switch {
    display: block;
  }
}
#c-header .c-gn .x-switch.on i {
  background-color: #333;
}
#c-header .c-gn .x-switch.on i:nth-child(2) {
  opacity: 0;
}
#c-header .c-gn .x-switch.on i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#c-header .c-gn .x-switch.on i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#c-header .c-gn .x-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-gn .x-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-gn .x-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-gn .x-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
 
#c-header.c-style2 .x-lx span {
  color: #fff;
}
#c-header.c-style2 .x-lx span::before {
  background-color: #c4c4c4;
}
#c-header.c-style2 .x-ss {
  border-color: #333;
  background: #333;
}
#c-header.c-style2 .x-ss svg path {
  fill: #fff;
}
#c-header.c-style2 .x-ss2 {
  border-color: #333;
  background: #333;
}
#c-header.c-style2 .x-ss2 svg path {
  fill: #fff;
}
#c-header.c-style2 .x-switch i {
  background-color: #fff;
}
@media (max-width: 991px) {
  #c-header.c-style2 .x-switch i {
    background-color: #333;
  }
}
#c-header.c-style2 .x-swit {
  border-color: #dcdcdc !important;
}
#c-header.c-style3 .x-lx span {
  color: #333;
}
#c-header.c-style3 .x-lx span::before {
  background-color: #c4c4c4;
}
#c-header.c-style3 .x-ss {
  border-color: #dcdcdc;
}
#c-header.c-style3 .x-switch i {
  background-color: #fff !important;
}
 
#c-header.c-style3 .x-swit {
  border-color: #dcdcdc !important;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.c-home-banner .swiper-slide.swiper-slide-active .c-pc,
.c-home-banner .swiper-slide.swiper-slide-active .c-mb {
  transform: scale(1);
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: 5s ease-in-out;
  transform: scale(1.1);
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-slide .x-text {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .c-home-banner .swiper-slide .x-text {
    top: auto;
    bottom: 1.15rem;
    transform: translateX(-50%) translateY(0);
  }
}
.c-home-banner .swiper-slide .x-text .x-span {
  color: #ff5409;
}
.c-home-banner .swiper-slide .x-text .x-title {
  color: #fff;
  text-transform: capitalize;
  line-height: 1.1;
  padding: 0.1rem 0 0.3rem 0;
}
@media (max-width: 767px) {
  .c-home-banner .swiper-slide .x-text .x-title {
    padding-bottom: 0.9rem;
  }
  .c-home-banner .swiper-slide .x-text .x-title br {
    display: none;
  }
}
.c-home-banner .swiper-slide .x-text .x-p {
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-home-banner .swiper-slide .x-text .x-p {
    margin-bottom: 0.5rem;
    display: none;
  }
}
.c-home-banner .swiper-slide .x-text .x-public-a:hover {
  border: 1px solid #ff5409;
}
.c-home-banner .swiper-slide .x-text .x-public-a span {
  color: #fff;
}
.c-home-banner .swiper-pagination {
  bottom: 0.7rem;
}
@media (max-width: 767px) {
  .c-home-banner .swiper-pagination {
    display: none;
  }
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.66rem;
  height: 0.03rem;
  border-radius: initial;
  background: #cfcecf;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5409;
}
.x-index1 {
  padding-top: 1.45rem;
}
@media (max-width: 767px) {
  .x-index1 {
    padding-top: 1.2rem;
  }
}
.x-index1 .container .x-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-index1 .container .x-top {
    flex-wrap: wrap;
  }
}
.x-index1 .container .x-top .x-title {
  color: #222;
  width: 50%;
  padding-right: 0.2rem;
}
.x-index1 .container .x-top .x-r {
  width: 50%;
}
.x-index1 .container .x-top .x-r .x-public-wenan {
  margin-bottom: 0.45rem;
  font-size: 18px; line-height:1.8;
}
.x-index1 .container .x-xia {
  margin-top: 0.65rem;
  position: relative;
  overflow: hidden;
  height: 6.5rem;
}
.x-index1 .container .x-xia .x-img {
  position: relative;
  height: 100%;
}
.x-index1 .container .x-xia .x-img .public-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.x-index1 .container .x-xia .x-img .public-img.on {
  opacity: 1;
}
.x-index1 .container .x-xia .x-img .public-img::before {
  padding-top: 33.85416667%;
}
.x-index1 .container .x-xia ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.x-index1 .container .x-xia ul::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, rgba(8, 57, 107, 0.51), rgba(8, 57, 107, 0));
  background: linear-gradient(to top, rgba(8, 57, 107, 0.51), rgba(8, 57, 107, 0));
  width: 100%;
  height: 2.7rem;
  z-index: 1;
}
.x-index1 .container .x-xia ul li {
  width: 20%;
  position: relative;
  z-index: 5;
  border-right: 1px solid rgba(210, 220, 228, 0.2);
}
.x-index1 .container .x-xia ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, #ff5f10, rgba(255, 95, 16, 0));
  background: linear-gradient(to top, #ff5f10, rgba(255, 95, 16, 0));
  width: 100%;
  height: 2.7rem;
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-index1 .container .x-xia ul li.on::before {
  opacity: 1;
}
.x-index1 .container .x-xia ul li.on .x-p .x-sp span {
  font-family: '思源黑体';
}
.x-index1 .container .x-xia ul li.on .x-p .x-sp i svg path {
  fill: #fff;
}
.x-index1 .container .x-xia ul li:last-child {
  border-right: none;
}
.x-index1 .container .x-xia ul li .x-p {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10;
}
.x-index1 .container .x-xia ul li .x-p .public-img {
  display: none;
}
.x-index1 .container .x-xia ul li .x-p .public-img::before {
  padding-top: 60%;
}
.x-index1 .container .x-xia ul li .x-p .x-sp {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0 0.58rem 0.4rem;
  z-index: 10;
  height: 90px;
}
.x-index1 .container .x-xia ul li .x-p .x-sp span {
  display: inline-block;
  line-height: 1.3;
}
.x-index1 .container .x-xia ul li .x-p .x-sp span span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #fff 0%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
  display: initial;
}
.x-index1 .container .x-xia ul li .x-p .x-sp i {
  display: inline-block;
  margin-left: 0.1rem;
}
.x-index1 .container .x-xia ul li .x-p .x-sp i svg {
  width: 10px;
  height: 10px;
}
.x-index1 .container .x-xia ul li .x-p .x-sp i svg path {
  fill: #f66118;
  transition: 0.4s ease-in-out;
}




.x-index5 {
  position: relative; margin-top:90px;
}
.x-index5 .public-img::before {
  padding-top: 43.75%;
}
.x-index5 .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.x-index5 .x-text .x-title {
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.x-index5 .x-text .x-p {
  color: #fff;
}
.x-index5 .x-text .x-sp { width:40%; line-height:1.8;
  color: #fff;
  margin: 0.2rem 0 1.2rem;
}
.x-index5 .x-text .x-public-a {
  border: 1px solid #fff;
}
.x-index5 .x-text .x-public-a:hover {
  border: 1px solid #ff5409;
}
.x-index5 .x-text .x-public-a span {
  color: #fff;
}

.x-index6 {
  padding-top: 1.1rem;
}
.x-index6 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid #e6e6e6;
}
.x-index6 .container .x-left {
  width: 44%;
}
.x-index6 .container .x-left .x-title {
  color: #222222;
  line-height: 1.2;
}
.x-index6 .container .x-left .x-p {
  color: #888888;
  line-height: 1.8;
  margin: 0.2rem 0 0.9rem;
}
.x-index6 .container .x-right {
  width: 41.25%;
}
.x-index6 .container .x-right .public-img::before {
  padding-top: 64.24242424%;
}


.x-index7 {
  padding-top: .6rem;
}
.x-index7 .container {
  position: relative;
}
.x-index7 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0.1rem;
  z-index: 5;
}
.x-index7 .container .x-top .x-le {
  width: 37.5%;
}
.x-index7 .container .x-top .x-le .x-sp {
  color: #999999;
}
.x-index7 .container .x-top .x-le .x-p {
  line-height: 1.5;
  margin-top: 0.2rem;
  color: #222;
}
.x-index7 .container .x-top .x-ri {
  width: 45%;
  margin-top: 0.54rem;
  padding-right: 0.4rem;
}
.x-index7 .container .x-top .x-ri .x-p {
  color: #888888;
  margin-bottom: 0.6rem;
  line-height: 1.8;
}
.x-index7 .container .x-xia .public-img::before {
  padding-top: 51.25%;
}
.x-index7 .container .x-xia .public-img img {
  transition: initial;
}
.x-index7 .container .x-xia .public-img img:nth-of-type(1) {transform: translateY(1rem);}
.x-index7 .container .x-xia .public-img img:nth-of-type(2) {transform: translateY(2.2rem);}


.x-index8 {padding: .9rem 0 0.9rem 0;}
.x-index8 .container .x-top {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
.x-index8 .container .x-top .x-l {width: 64%;padding-right: 0.2rem;display: flex;flex-wrap: wrap;}
.x-index8 .container .x-top .x-l .x-title {width: 30%;}
.x-index8 .container .x-top .x-l .x-public-wenan {width: 70%;font-size: 18px; line-height:35px; margin-top:0.05rem;}
.x-index8 .container .x-xia {display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 0.35rem;}
.x-index8 .container .x-xia .x-ri {width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.x-index8 .container .x-xia .x-ri a {width: 32%;border: 1px solid rgba(60, 60, 60, 0.17);padding: 0.25rem 0.2rem 0.3rem 0.25rem;display: flex;flex-direction: column;justify-content: space-between;}
.x-index8 .container .x-xia .x-ri a:hover .x-te .public-img img {transform: scale(1.1);}
.x-index8 .container .x-xia .x-ri a .x-te .public-img::before {padding-top: 65%;}
.x-index8 .container .x-xia .x-ri a .x-te span {color: #999999;display: block;margin: 0.3rem 0 0.25rem 0;}
.x-index8 .container .x-xia .x-ri a .x-te .x-title {color: #222222;line-height: 1.1;}
.x-index8 .container .x-xia .x-ri a .x-te .x-p {color: #888888;line-height: 1.8;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;height: 3.6em;margin-top: 0.15rem;}
.x-index8 .container .x-xia .x-ri a .x-sp {display: flex;flex-wrap: wrap;font-size: 16px;color: #413d3a;}
.x-index8 .container .x-xia .x-ri a .x-sp p {display: inline-block;padding: 0.06rem 0.16rem;background-color: #f4f4f4;margin: 0.1rem 0.1rem 0 0;transition: 0.4s all;}
.x-index8 .container .x-xia .x-ri a .x-sp p:hover {background-color: #ff5f10;color: #fff;}


.x-foot1 {background-color: #102c6e;padding-top: 0.3rem;}
.x-foot1 .container .x-top {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;padding-bottom: 0.3rem;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.x-foot1 .container .x-top .x-logo {display: inline-block;width: auto;height: 0.6rem;}
.x-foot1 .container .x-top .x-logo img {width: auto;height: 100%;object-fit: contain;}
.x-foot1 .container .x-top .x-foll {display: flex;justify-content: flex-start;align-items: center;}
.x-foot1 .container .x-top .x-foll span {color: rgba(255, 255, 255, 0.5);}
.x-foot1 .container .x-top .x-foll .x-a {display: flex;align-items: center;}
.x-foot1 .container .x-top .x-foll .x-a a {display: inline-block;margin-left: 0.3rem;width: 0.26rem;height: 0.26rem;}
.x-foot1 .container .x-top .x-foll .x-a a:hover svg path {fill: #ff5f10;}
.x-foot1 .container .x-top .x-foll .x-a a svg {display: block;width: 100%;height: 100%;}
.x-foot1 .container .x-top .x-foll .x-a a svg path {fill: #fff;}
.x-foot1 .container .x-zh {padding: 0.9rem 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.x-foot1 .container .x-zh .x-l {width: 31.875%;}
.x-foot1 .container .x-zh .x-l .x-p {color: rgba(255, 255, 255, 0.5);line-height: 1.2;}
.x-foot1 .container .x-zh .x-l .x-public-a {margin-top: 0.3rem;}
.x-foot1 .container .x-zh .x-l .x-public-a:hover i::before {opacity: 1;}
.x-foot1 .container .x-zh .x-l .x-public-a:hover i svg {transform: initial;}
.x-foot1 .container .x-zh .x-l .x-public-a:hover i svg path {fill: #fff;}
.x-foot1 .container .x-zh .x-l .x-public-a span {color: #fff;}
.x-foot1 .container .x-zh .x-l .x-public-a i {background: transparent;}
.x-foot1 .container .x-zh .x-l .x-public-a i::before {opacity: 0;}
.x-foot1 .container .x-zh .x-l .x-public-a i svg {display: inline-block;width: 20px;height: 20px;}
.x-foot1 .container .x-zh .x-l .x-public-a i svg path {fill: #ff5409;}
.x-foot1 .container .x-zh .x-z {width: 40.125%;}
.x-foot1 .container .x-zh .x-z ul {display: flex;justify-content: flex-start;flex-wrap: wrap;}
.x-foot1 .container .x-zh .x-z ul li {margin-right: 1.3rem;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.x-foot1 .container .x-zh .x-z ul li a { width:50%;display: block;color: #747474;position: relative;line-height: 1.2;transition: 0.4s ease-in-out;margin-bottom: 0.1rem;}
.x-foot1 .container .x-zh .x-z ul li a:hover {color: #ff5f10;}
.x-foot1 .container .x-zh .x-z ul li a:hover span::before {width: 100%;}
.x-foot1 .container .x-zh .x-z ul li a span {position: relative;}
.x-foot1 .container .x-zh .x-z ul li a span::before {content: "";width: 0;height: 1px;background-color: #ff5f10;transition: 0.4s ease-in-out;position: absolute;left: 0;bottom: 0;}
.x-foot1 .container .x-zh .x-r {width: 28%;}
.x-foot1 .container .x-zh .x-r .x-p {margin-bottom: 0.1rem;display: flex;align-items: center;}
.x-foot1 .container .x-zh .x-r .x-p span {color: #959595;display: block;width: 54px;flex-shrink: 0;}
.x-foot1 .container .x-zh .x-r .x-p p {color: #ffffff;line-height: 1.3;}
.x-foot1 .container .x-zh .x-r .x-sp {display: flex;margin-bottom: 0.08rem;}
.x-foot1 .container .x-zh .x-r .x-sp span {color: #959595;display: inline-block;width: 54px;flex-shrink: 0;}
.x-foot1 .container .x-zh .x-r .x-sp p {color: #ffffff;display: flex;}
.x-foot1 .container .x-xia {display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0.4rem 0 0.56rem 0;border-top: 1px solid rgba(255, 255, 255, 0.2);}
.x-foot1 .container .x-xia {color: #959595;}
.x-foot1 .container .x-xia a {color: #959595;}
.x-foot1 .container .x-xia a:hover {color: #fff;}
.x-foot1 .container .x-xia .x-p {color: #959595;font-size: 14px;}
.x-foot1 .container .x-xia .x-sp {font-size: 14px;}


.x-ny-banner {position: relative;overflow: hidden;}
.x-ny-banner .x-con .x-img {width: 100%;height: 68vh;}
.x-ny-banner .x-con .x-img img {width: 100%;height: 100%;object-fit: cover;}


.x-mbx {padding: 0.28rem 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.x-mbx .container2 {display: flex;align-items: center;overflow: hidden;}
.x-mbx .container2 a {font-size: 14px;color: #888888;text-transform: capitalize;white-space: nowrap;}
.x-mbx .container2 i {display: inline-block;font-size: 14px;color: #888888;margin: 0 10px;font-style: initial;}


.x-about5 {padding: 0.6rem 0 1.6rem;}
.x-about5 .container2 .x-title {text-align: center;}
.x-about5 .container2 .n_about { min-height:250px; padding:0.3rem 0 0.5rem; line-height:30px; text-align:justify;}


.n-index8 {width: 100%;position: relative;}
.n-index8 .x-xia {display: flex;justify-content: space-between;flex-wrap: wrap;}
.n-index8 .x-xia .x-ri {width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.n-index8 .x-xia .x-ri a {width: 32%;border: 1px solid rgba(60, 60, 60, 0.17);padding: 0.15rem;display: flex;flex-direction: column;justify-content: space-between;margin-bottom:0.3rem;}
.n-index8 .x-xia .x-ri a:hover .x-te .public-img img {transform: scale(1.1);}
.n-index8 .x-xia .x-ri a .x-te .public-img::before {padding-top: 65%;}
.n-index8 .x-xia .x-ri a .x-te span {color: #999999;display: block;margin: 0.3rem 0 0.25rem 0;}
.n-index8 .x-xia .x-ri a .x-te .x-title {color: #222222;line-height: 1.1; text-align:left;}
.n-index8 .x-xia .x-ri a .x-te .x-p {color: #888888;line-height: 1.8;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;height: 3.6em;margin-top: 0.15rem;}
.n-index8 .x-xia .x-ri a .x-sp {display: flex;flex-wrap: wrap;font-size: 16px;color: #413d3a;}
.n-index8 .x-xia .x-ri a .x-sp p {display: inline-block;padding: 0.06rem 0.16rem;background-color: #f4f4f4;margin: 0.1rem 0.1rem 0 0;transition: 0.4s all;}
.n-index8 .x-xia .x-ri a .x-sp p:hover {background-color: #ff5f10;color: #fff;}

