@charset "utf-8";
* {
  padding: 0;
  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;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #e88021;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.scale {
  display: block;
  overflow: hidden;
}
.scale img {
  transition: 0.6s all;
}
.scale:hover img {
  transform: scale(1.06);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex {
  display: flex;
}
.flex_bd {
  flex: 1;
  min-width: 0;
}
.container {
  margin: 0 auto;
  width: 73%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 0.72rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 0.72rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font36 {
  font-size: 0.36rem;
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
  .font44,
  .font36 {
    font-size: 24px;
  }
}
#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: #e88021;
}
#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: #e9a171;
}
#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: #e88021;
}
#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%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 80px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 80px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-head-move {
  top: -100px;
}
#c-header.c-style2 {
  color: #666;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-style2 a {
  color: #666;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    padding: 0 0.5rem;
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0 1rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 50px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 25px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 50px;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e88021;
  transition: 0.5s;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 10px;
  }
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#c-header .c-nav li a i {
  margin-left: 8px;
  font-size: 20px;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  width: 150px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #666;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #e88021;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 1rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #e88021;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
  height: -webkit-calc(40vh);
}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1900px) {
  #c-header .c-gn form {
    padding: 0 15px;
  }
}
#c-header .c-gn form:hover > i {
  color: #e88021;
}
#c-header .c-gn form > i {
  transition: 0.5s;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 15px;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #e88021;
  cursor: pointer;
}
#c-header .c-gn .c-lan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 30px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone i {
  margin: 0 10px 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 28px;
}
@media (max-width: 1900px) {
  #c-header .c-gn .c-phone i {
    margin: 0 5px 0 15px;
  }
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone i {
  border: 1px solid rgba(222, 47, 9, 0.2);
}
#c-header.c-style2 .c-gn .c-phone {
  color: #e88021;
}
/*首页轮播图*/
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-mb1,
  .c-banner1 .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-pc1,
  .c-banner1 .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-banner1 .swiper-button-next {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  right: 0.6rem;
  background: url(../images/next.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-prev {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  left: 0.6rem;
  background: url(../images/prev.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
/* 底部 */
#c-footer {
  color: #fff;
  font-size: 0.14rem;
}
#c-footer a {
  color: #696969;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #e88021;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #181c1e;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 3rem 0;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-link {
  margin-top: 30px;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.5rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #e88021;
}
#c-footer .c-top-box .container .c-title-box i {
  display: none;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box i {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-list-box {
  max-width: 380px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.5rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
  color: #696969;
  font-size: 0.14rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li a {
  font-size: 0.14rem;
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box i {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #181c1e;
  background: #2a2d2f;
  transition: 0.5s;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #e88021;
}
#c-footer .c-top-box .container .c-weixin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-footer .c-top-box .container .c-weixin .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-footer .c-top-box .container .c-weixin .c-img-box img {
  width: 100%;
}
#c-footer .c-top-box .container .c-weixin .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  #c-footer .c-top-box .container .c-text-wrap {
    margin-right: 260px;
  }
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #1e2123;
  color: #7f7f7f;
  background: #181c1e;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 1.5rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #7f7f7f;
  display: inline-block;
  margin-left: 30px;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/* 顶部banner */
#c-top-banner {
  position: relative;
}
#c-top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-top-banner img {
  width: 100%;
}
#c-top-banner .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-top-banner .c-box .c-title {
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
}
#c-top-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 顶部菜单 */
#c-top-menu {
  background: #f7f7f7;
  border-bottom: 1px solid #fafafa;
}
#c-top-menu .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: -1px;
}
#c-top-menu .c-list li {
  flex: none;
  margin-right: 0.4rem;
  line-height: 80px;
  width: 190px;
}
#c-top-menu .c-list li a {
  position: relative;
  display: block;
  color: #666;
  transition: 0.5s;
}
#c-top-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #e88021;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #e88021;
}
#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
  width: 100%;
}
#c-top-menu.c-click-move .c-list li {
  width: 25%;
  margin: 0;
}
/* 地图 */
.c-map {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #e88021;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL {
  display: none;
}
/* 分享 */
div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 26px !important;
}
#bsBox #bsMorePanel {
  height: 373px !important;
}
.bsPlatDiv {
  height: 312px !important;
}
.bFind {
  width: 204px !important;
}
#bsBox {
  height: 408px !important;
  width: 276px !important;
  margin-left: -138px !important;
}
.bsTop {
  width: 208px !important;
}
.bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
  width: 166px !important;
  height: 166px !important;
}
/* 上下页 */
#c-prev-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-prev-next a {
  max-width: 46%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #e88021;
}
#c-prev-next .prev i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#c-prev-next .next i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #c-prevNext {
    margin: -5px 0;
  }
  #c-prevNext a {
    margin: 5px 0;
  }
  #c-prevNext .prev i {
    margin-right: 10px;
  }
  #c-prevNext .next i {
    margin-left: 10px;
  }
}
/* 分页 */
.c-page {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #666;
  font-size: 14px;
  line-height: 40px;
}
.c-page a {
  margin: 5px;
  display: block;
  width: 40px;
  text-align: center;
  background: #f9f9f9;
  color: #666;
  transition: 0.5s;
}
.c-page a:hover,
.c-page a .on {
  color: #fff;
  background: #e88021;
}
.c-page .prev,
.c-page .next {
  width: 100px;
}
@media (max-width: 767px) {
  .c-page a {
    display: none;
  }
  .c-page .prev,
  .c-page .next {
    display: inline-block;
  }
}
/* 公共标题 */
.c-common-title {
  text-align: center;
}
.c-common-title .c-title {
  font-size: 36px;
  line-height: 70px;
  background-image: url(../images/bgxs2.png);
  background-repeat: no-repeat;
  background-position: left 57% center;
  color: #fff;
  background-size: auto 70px;
}
.c-common-title .c-text {
  padding-top: 0.15rem;
  font-size: 22px;
  line-height: 32px;
  color: #666;
}
.c-banner1 .swiper-pagination-bullet {
  margin: 0 10px !important;
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.c-banner1 .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 30px;
  background-color: #fff;
}
@media (min-width: 1280px) {
  .c-banner1 .swiper-pagination {
    bottom: 70px;
  }
}
.sin-page {
  padding: 25px 0;
  background-color: #f5f5f5;
}
img {
  max-width: 100%;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  border: 0;
  outline: 0;
}
.btn .icon-arrow-right {
  display: inline-block;
  transition: 0.3s all;
  margin-left: 10px;
}
.btn:hover {
  border: 0;
  outline: 0;
}
.btn:hover .icon-arrow-right {
  transform: translateX(2px);
}
@media (max-width: 1260px) {
  .btn {
    padding: 0 15px;
    height: 38px;
    font-size: 14px;
  }
}
.btn-primary {
  background-color: #e88021;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #e88021;
  color: #ffffff;
}
.btn-light {
  background-color: #ffffff;
  color: #e88021;
}
.btn-light:hover {
  background-color: #ffffff;
  color: #e88021;
}
.btn-outline {
  background-color: transparent;
  border-color: #e88021;
  color: #e88021;
}
.btn-outline:hover {
  background-color: transparent;
  border-color: #e88021;
  color: #e88021;
}
.no-cell {
  text-align: center;
  padding: 144px 0;
}
.no-cell img {
  width: 400px;
}
.no-cell .no-label {
  font-size: 0.3rem;
  margin-bottom: 40px;
}
.no-cell .no-pic {
  margin-bottom: 0.5rem;
}
@media (max-width: 1260px) {
  .no-cell {
    padding: 72px 0;
  }
}
.bread-box {
  color: #666;
}
.bread-box a {
  color: #999999;
}
.bottom-ads {
  display: flex;
  align-items: center;
  background-color: #e88021;
}
.bottom-ads .col {
  flex: 1;
}
.bottom-ads .ad-cell {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  line-height: 1.2;
}
.bottom-ads .ad-cell h3 {
  font-size: 0.44rem;
  margin-bottom: 0.2rem;
}
.bottom-ads .ad-cell p {
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
  opacity: 0.6;
}
.bottom-ads .ad-cell .btn {
  max-width: 170px;
}
@media (min-width: 1280px) {
  .bottom-ads .ad-cell {
    padding-left: calc((100vw - 1200px) / 2);
  }
}
@media (max-width: 991px) {
  .bottom-ads {
    display: block;
  }
  .bottom-ads .btn {
    max-width: 170px;
  }
  .bottom-ads .ad-cell {
    padding: 15px;
    height: 180px;
  }
  .bottom-ads .ad-cell h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .bottom-ads .ad-cell p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .bottom-ads .ad-cell .btn {
    max-width: 150px;
  }
}
.art-main {
  padding: 40px 0;
}
@media (min-width: 1600px) {
  .art-main {
    padding: 80px 0;
  }
}
.art-header {
  text-align: center;
  margin-bottom: 30px;
}
.art-header h1 {
  font-size: 36px;
}
@media (min-width: 1600px) {
  .art-header {
    margin-bottom: 40px;
  }
  .art-header h1 {
    font-size: 48px;
  }
}
.art-body {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
@media (min-width: 1600px) {
  .art-body {
    font-size: 18px;
  }
}
.art-body p {
  margin-bottom: 20px;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font40 {
  font-size: 0.4rem;
}
.font50 {
  font-size: 0.5rem;
}
.font60 {
  font-size: 0.6rem;
}
.font72 {
  font-size: 0.72rem;
}
.font80 {
  font-size: 0.8rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28 {
    font-size: 20px;
  }
  .font30 {
    font-size: 24px;
  }
  .font40 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .font40 {
    font-size: 30px;
  }
  .font50 {
    font-size: 35px;
  }
  .font60 {
    font-size: 40px;
  }
  .font72 {
    font-size: 44px;
  }
  .font80 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 24px;
  }
  .font50 {
    font-size: 28px;
  }
  .font60 {
    font-size: 30px;
  }
  .font72 {
    font-size: 34px;
  }
  .font80 {
    font-size: 40px;
  }
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.ptb130 {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .ptb130 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .ptb80 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ptb80 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt80 {
  padding-top: 0.8rem;
}
.pt20 {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .pt80 {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pt80 {
    padding-top: 3rem;
  }
}
.pb80 {
  padding-bottom: 0.8rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .pb80 {
    padding-bottom: 1.5rem;
  }
  .pb60 {
    padding-bottom: 1rem;
  }
  .pb30 {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .pb80 {
    padding-bottom: 3rem;
  }
  .pb60 {
    padding-bottom: 2rem;
  }
}
/* 顶部banner */
.banner {
  background: #000;
  height: 6rem;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.banner .img {
  opacity: 0.9;
}
.banner .opacity1 {
  opacity: 1;
}
.banner .nei {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
  color: #fff;
  text-align: center;
}
.banner .nei .title {
  font-family: Regular;
  line-height: 1.2;
  color: #fff;
}
.banner .nei .desc {
  max-width: 875px;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.55rem;
}
.banner .wei {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  color: #fff;
}
.banner .wei a,
.banner .wei span {
  color: #fff;
}
@media (max-width: 991px) {
  .banner {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 17rem;
  }
  .banner .nei .desc {
    font-size: 14px;
  }
}
.fenye {
  padding: 0.4rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.fenye a {
  min-width: 40px;
  margin: 0 5px;
  line-height: 40px;
  display: block;
  color: #999999;
  font-size: 14px;
  border-radius: 34px;
  transition: 0.5s;
}
.fenye a:hover,
.fenye a.on {
  background: #e88021;
  color: #ffffff;
}
.fenye .prev,
.fenye .next {
  padding: 0px 20px;
}
.t_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t_type .left {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.t_type .left a {
  margin-left: 0.4rem;
  line-height: 0.6rem;
  color: #999999;
  display: block;
}
.t_type .left a:first-child {
  margin-left: 0;
}
.t_type .left .on {
  color: #e88021;
  border-bottom: 2px solid #e88021;
}
.t_type .sousuo {
  background-color: #ebebeb;
  border-radius: 40px;
  padding-left: 24px;
  width: 30%;
  height: 60px;
}
.t_type .sousuo .btn-search {
  padding: 0 24px;
  border-left: 1px solid #bcbcbc;
  height: 14px;
  line-height: 1;
  border-radius: 0;
}
.t_type .sousuo .btn-search .iconfont {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 991px) {
  .t_type {
    display: block;
  }
  .t_type .sousuo {
    width: 100%;
    height: 42px;
  }
  .t_type .left {
    overflow: hidden;
    white-space: nowrap;
    flex: none;
    overflow-x: auto;
    margin-bottom: 15px;
  }
  .t_type .left a {
    line-height: 40px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row .col {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.row .col-4 {
  width: 33.33%;
}
.row .col-6 {
  width: 50%;
}
@media (max-width: 767px) {
  .row .col-sm-6 {
    width: 50%;
  }
  .row .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 .col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn-more {
  padding: 0;
  color: #666666;
}
.btn-more:hover {
  color: #e88021;
}
.section {
  background-color: #ffffff;
}
.bg-gray {
  background-color: #f5f5f5;
}
.case-box {
  display: block;
  margin-bottom: 0.2rem;
}
.case-box .box-line {
  height: 1px;
  margin: 20px 0;
  background-color: #e5e5e5;
}
.case-box .box-grid {
  padding: 30px 0;
}
.case-box .box-title {
  font-size: 0.24rem;
  color: #333;
}
.case-box .box-desc {
  color: #999999;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  line-height: 1.8;
}
.case-box .img-box {
  font-size: 0;
}
.case-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .box-line::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  transition: 0.3s all;
  background-color: #e88021;
}
.case-box:hover .box-line::after {
  width: 70%;
}
@media (max-width: 991px) {
  .case-box .box-line {
    margin: 10px 0;
  }
  .case-box .box-grid {
    padding: 15px 0;
  }
  .case-box .box-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .case-box .box-desc {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .case-box .btn-more {
    font-size: 14px;
  }
  .case-box .btn-more .iconfont {
    font-size: 14px;
  }
}
.box-header {
  text-align: center;
}
.box-header .box-title {
  line-height: 1.2;
  font-size: 0.48rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .box-header .box-title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .box-header .box-title {
    font-size: 24px;
  }
}
.prov-cell {
  background-color: #ffffff;
}
.prov-cell .prov-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  color: #274754;
  margin-bottom: 20px;
}
.prov-cell .prov-pic {
  font-size: 0;
  width: 50%;
}
.prov-cell .flex_bd {
  padding: 20px 70px;
}
.prov-cell .prov-text {
  font-weight: bold;
  margin-bottom: 20px;
}
.prov-cell .prov-list {
  color: #999;
  font-size: 16px;
  line-height: 1.8;
}
.prov-cell .prov-list .dot {
  color: #e88021;
}
.prov-cell .prov-n {
  color: #f3f3f3;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 70px;
}
.prov-cell .prov-foot {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .prov-cell {
    display: block;
  }
  .prov-cell .prov-pic {
    width: 100%;
  }
  .prov-cell .prov-list {
    font-size: 14px;
  }
  .prov-cell .flex_bd {
    padding: 20px 0;
  }
  .prov-cell .prov-text {
    margin-bottom: 15px;
  }
  .prov-cell .prov-title {
    font-size: 24px;
  }
}
.yun-section .prov-cell {
  background-color: transparent;
}
@media (min-width: 1280px) {
  .yun-section .prov-cell {
    flex-direction: row-reverse;
  }
  .yun-section .prov-cell .flex_bd {
    padding-left: 0;
  }
  .yun-section.bg-gray .prov-cell {
    flex-direction: row;
  }
  .yun-section.bg-gray .prov-cell .flex_bd {
    padding-right: 0;
    padding-left: 70px;
  }
}
.war-cell {
  justify-content: space-between;
  margin-bottom: 40px;
}
.war-cell .war-grid {
  padding: 80px;
  background-color: #f5f5f5;
  max-width: 540px;
}
.war-cell .war-title {
  color: #274754;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .war-cell:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .war-cell .war-grid {
    min-height: 382px;
  }
}
@media (max-width: 991px) {
  .war-cell {
    margin-bottom: 30px;
    display: block;
  }
  .war-cell .war-pic {
    font-size: 0;
    margin-bottom: 20px;
  }
  .war-cell .war-title {
    margin-bottom: 20px;
  }
  .war-cell .war-grid {
    line-height: 1.6;
    padding: 30px;
  }
}
.case-box .tran-title {
  position: relative;
  z-index: 2;
  transition: 0.3s all;
  padding: 15px 0;
  text-align: center;
  background-color: #ffffff;
}
.case-box:hover .tran-title {
  background-color: #e88021;
  color: #ffffff;
  padding: 20px 0;
  margin-top: -10px;
}
@media (max-width: 991px) {
  .case-box .case-box {
    margin-bottom: 20px;
  }
}
.left-box-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.left-box-header .box-title {
  font-size: 0.48rem;
  color: #333;
  line-height: 1.2;
  max-width: 566px;
  font-weight: bold;
}
.left-box-header .box-desc {
  color: #666666;
  line-height: 1.6;
  max-width: 666px;
}
@media (max-width: 991px) {
  .left-box-header {
    margin-bottom: 30px;
    display: block;
  }
  .left-box-header .box-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .left-box-header .box-desc {
    font-size: 14px;
  }
}
.row-address {
  margin: 0;
}
.row-address .col {
  padding: 0;
  margin-left: -1px;
}
@media (max-width: 991px) {
  .row-address .col {
    width: 100%;
    margin-top: -1px;
  }
}
.addr-cell {
  position: relative;
  padding: 40px;
  border: 1px solid #cccccc;
  display: flex;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../images/address-logo1.png);
}
.addr-cell .addr-ico {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  background-color: #e77e1d;
  color: #ffffff;
}
.addr-cell .addr-title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 40px;
}
.addr-cell .addr-body {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.addr-cell .addr-body .dot {
  color: #999;
}
.addr-cell:hover {
  background-color: #e77e1d;
  border-color: #e77e1d;
  background-image: url(../images/address-logo.png);
}
.addr-cell:hover * {
  color: #fff !important;
}
.addr-cell:hover .addr-ico {
  background-color: #fff;
  color: #e77e1d !important;
}
.addr-cell:hover .addr-ico .iconfont {
  color: #e77e1d !important;
}
@media (max-width: 991px) {
  .addr-cell {
    padding: 20px;
  }
  .addr-cell .addr-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .addr-cell .addr-body {
    font-size: 14px;
  }
}
.door-section .door-cell {
  display: flex;
  padding: 60px;
  justify-content: center;
  flex-direction: column;
  height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.door-section .door-cell .door-text {
  background: url(../images/dot-left.png) no-repeat;
  color: #274754;
  font-size: 24px;
  padding: 20px 0 0 20px;
  margin-left: calc((100vw - 1560px) / 2);
}
.door-section .door-cell .door-text p {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .door-section .door-cell {
    padding: 20px;
    height: 260px;
  }
  .door-section .door-cell .door-text {
    margin-left: 0;
    font-size: 16px;
  }
  .door-section .door-cell .door-text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .door-section {
    display: block;
  }
}
.yun-grid {
  padding: 70px 120px;
  text-align: center;
  margin-bottom: 40px;
}
.yun-grid h2 {
  margin-bottom: 30px;
}
.yun-grid p {
  color: #666;
}
@media (max-width: 991px) {
  .yun-grid {
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .yun-grid h2 {
    margin-bottom: 20px;
  }
}
.step-nav {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  transition: 0.3s all;
}
.step-nav.hidden {
  transform: translateY(-78px);
}
.step-nav .step-nav-list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  text-align: center;
  transition: 0.3s all;
}
.step-nav .step-nav-list.hidden {
  transform: translateY(-75px);
}
.step-nav .step-nav-list li {
  position: relative;
}
.step-nav .step-nav-list li a {
  font-weight: bold;
  display: block;
  height: 70px;
  line-height: 50px;
  font-size: 18px;
  color: #274754;
}
@media (min-width: 1600px) {
  .step-nav .step-nav-list li {
    min-width: 200px;
  }
}
.step-nav .step-nav-list li:after {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #e77e1d;
  content: '';
  border-radius: 12px;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}
.step-nav::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  height: 5px;
  background: url(../images/line.png) no-repeat;
}
@media (max-width: 991px) {
  .step-nav {
    display: none;
  }
}
.step-line {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  height: 5px;
  width: calc((100vw - 1400px) / 2 + 50px);
  z-index: 3;
  transition: 0.6s all;
  background: url(../images/line_on.png) no-repeat;
}
.step-line::after {
  content: '';
  background: url(../images/boot.png) no-repeat;
  width: 55px;
  height: 34px;
  position: absolute;
  right: -25px;
  bottom: -5px;
}
.car_list li {
  width: 100%;
  margin-bottom: 0.2rem;
  border-radius: 4px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .car_list li {
    margin-bottom: 0.5rem;
  }
}
.car_list .top {
  display: flex;
  padding: 0 0.3rem;
  align-items: flex-start;
  position: relative;
  line-height: 1rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .car_list .top {
    flex-wrap: wrap;
    padding: 0.2rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .car_list .top {
    padding: 0.86rem 1rem;
    line-height: 1.4rem;
  }
}
.car_list .top .iconfont {
  font-size: 14px;
}
.car_list .top .title {
  width: 35%;
  color: #000;
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 991px) {
  .car_list .top .title {
    width: 80%;
    font-size: 20px;
  }
}
.car_list .top dl {
  display: flex;
  font-size: 14px;
  color: #666;
}
@media (max-width: 991px) {
  .car_list .top dl {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .car_list .top dl {
    display: none;
  }
}
.car_list .top dl dd {
  padding-left: 20px;
  margin-right: 0.6rem;
}
.car_list .top .jian {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
  right: 0.3rem;
  color: #CBCBCB;
  font-size: 14px;
  padding-right: 20px;
  background: url(../images/bg_15.png) no-repeat right center;
}
@media (max-width: 767px) {
  .car_list .top .jian {
    right: 1rem;
  }
}
.car_list .top.sel {
  background: #e88021;
  color: #ffffff;
}
.car_list .top.sel .jian {
  background: url(../images/bg_15-sel.png) no-repeat right center;
}
.car_list .top.sel * {
  color: #fff !important;
}
.car_list .bottom {
  border-top: 1px solid #F5F5F5;
  padding: 0.4rem;
  color: #656565;
  line-height: 2;
  font-size: 14px;
  display: none;
}
.car_list .bottom .car-body {
  margin-bottom: 0.5rem;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.car_list .bottom .car-body::-webkit-scrollbar {
  width: 3px;
}
.car_list .bottom .car-body::-webkit-scrollbar-track-piece {
  width: 5px;
  background-color: #E5E5E5;
  -webkit-border-radius: 10% 10%;
}
.car_list .bottom .car-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px 3px;
  background-color: #e88021;
}
@media (max-width: 991px) {
  .car_list .bottom {
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .car_list .bottom {
    padding: 1rem;
    line-height: 1.8;
  }
  .car_list .bottom .car-body {
    margin-bottom: 20px;
  }
}
.select-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-bottom: 50px;
}
.select-group .col {
  padding: 0 20px;
  width: 25%;
}
@media (max-width: 991px) {
  .select-group .col {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .select-group .col {
    width: 100%;
  }
}
.select-group .select-row {
  position: relative;
  height: 60px;
  border-radius: 50px;
  background-color: #f6f6f6;
}
.select-group .select-row .form-control {
  width: 100%;
  height: 60px;
  padding: 0 25px;
}
.select-group .select-row::after {
  content: '';
  background: url(../images/down.png) center no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
}
/* 详情页 */
.xq_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .xq_main {
    flex-wrap: wrap;
  }
}
.xq_left {
  width: 64%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .xq_left {
    width: 100%;
  }
}
.xq_left .title {
  padding-bottom: 0.3rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .xq_left .title {
    padding-bottom: 0.5rem;
  }
}
.xq_left .desc {
  padding: 20px 0;
  line-height: 20px;
}
@media (max-width: 991px) {
  .xq_left .desc {
    padding: 10px 0;
    display: block;
  }
}
.xq_left .desc .item {
  margin-right: 0.3rem;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 991px) {
  .xq_left .desc .item {
    margin-right: 20px;
  }
}
.xq_left .desc .c-ico {
  margin-left: auto;
}
@media (max-width: 991px) {
  .xq_left .desc .c-ico {
    padding-top: 15px;
  }
}
.xq_left .desc .c-ico span {
  color: #e88021;
}
.xq_left .desc .c-ico a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #989898;
  color: #ffffff;
  border-radius: 4px;
}
.xq_left .desc .c-ico a .fa {
  font-size: 14px;
}
.xq_left .desc .c-ico a:hover {
  background-color: #e88021;
}
.xq_left .info {
  width: 100%;
  padding: 0.2rem 0;
  color: #656565;
  font-size: 14px;
  line-height: 1.8;
  border-top: 1px solid #c4c4c4;
  margin-top: 0.3rem;
}
.xq_left .info p {
  margin-bottom: 20px;
}
.xq_left .info img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .xq_left .info {
    padding: 0.6rem 0;
  }
}
.xq_left .c-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #c4c4c4;
  padding-top: 50px;
}
.xq_left .c-bottom .c-list-ico .iconfont {
  color: #e88021;
  padding-left: 4px;
}
.xq_left .c-bottom .c-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 40%;
}
.xq_left .c-bottom .c-link a {
  color: #777777;
  font-size: 16px;
}
@media (max-width: 767px) {
  .xq_left .c-bottom {
    display: block;
    padding-top: 30px;
  }
  .xq_left .c-bottom .c-link {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .xq_left .c-bottom .c-list-ico {
    display: none;
  }
}
.xq_left .biaoqian {
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
  padding-top: 0.2rem;
}
.xq_left .biaoqian strong {
  color: #111111;
}
.xq_left .biaoqian a {
  color: #999999;
  display: inline-block;
  padding: 0 15px;
  border-radius: 40px;
  transition: 0.5s;
  margin-left: 0.2rem;
}
.xq_left .biaoqian a:hover {
  background-color: #EBEFFC;
  color: #e88021;
}
.xq_right {
  width: 30%;
}
@media (max-width: 767px) {
  .xq_right {
    width: 100%;
    margin-top: 2rem;
  }
}
.xq_right .xq-right-hd {
  line-height: 0.66rem;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 160px;
}
@media (max-width: 991px) {
  .xq_right .xq-right-hd {
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .xq_right .xq-right-hd {
    line-height: 40px;
    padding-top: 40px;
  }
}
.xq_right li {
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.xq_right .list-flex {
  display: flex;
  align-items: center;
}
.xq_right .list-flex .list-pic {
  font-size: 0;
  margin-right: 20px;
}
.xq_right .list-flex .list-pic img {
  width: 120px;
  height: 72px;
}
.xq_right .list-flex .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xq_right .list-flex .time {
  color: #999999;
  font-size: 14px;
  margin-bottom: 8px;
}
.c-weixin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.c-weixin .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-weixin .c-img-box img {
  width: 100%;
}
.c-weixin .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .c-text-wrap {
    width: 100%;
    padding-top: 1.5rem;
  }
}
.adr-cell {
  padding: 0.6rem;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.adr-cell .adr-body {
  color: #999999;
  line-height: 2;
}
.adr-cell h3 {
  font-size: 0.3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .adr-cell {
    margin-bottom: 20px;
    padding: 30px;
  }
  .adr-cell h3 {
    font-size: 24px;
  }
}
.contact-panel {
  margin-bottom: 60px;
}
.contact-panel .col {
  flex: 1;
}
.contact-panel .contact-cell {
  display: flex;
  padding: 60px;
  justify-content: center;
  flex-direction: column;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-panel .contact-cell.contact-left {
  background-image: url(../images/contact-left.jpg);
  color: #ffffff;
}
.contact-panel .contact-cell .c-text {
  margin-left: calc((100vw - 1560px) / 2);
}

.contact-panel .contact-cell .c-text h3 {
  line-height: 1.2;
  margin-bottom: 30px;
}
.contact-panel .contact-cell .c-text p {
  margin-bottom: 30px;
  line-height: 2;
}
.contact-panel .contact-cell .c-group .btn {
  margin-right: 20px;
}
@media (max-width:1500px) {
	.contact-panel .contact-cell .c-text {
	  margin-left: 0;
	}
}
@media (max-width: 991px) {
  .contact-panel .contact-cell {
    padding: 20px;
    height: 360px;
  }
  .contact-panel .contact-cell .c-text {
    margin-left: 0;
    font-size: 16px;
  }
  .contact-panel .contact-cell .c-text p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .contact-panel {
    display: block;
  }
}
.about-cells .prov-cell {
  margin-bottom: 80px;
}
.about-cells .prov-cell .prov-pic {
  width: 100%;
  max-width: 840px;
}
.about-cells .prov-cell:last-child {
  margin-bottom: 0;
}
.about-cells .prov-n {
  text-align: right;
}
.about-cells .prov-cell:nth-child(odd) {
  flex-direction: row-reverse;
}
.about-cells .prov-cell:nth-child(odd) .prov-n {
  text-align: left;
}
@media (max-width: 991px) {
  .about-cells .prov-n {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .about-cells .flex_bd {
    padding: 20px;
  }
}
.w-aside {
  width: 360px;
}
.w-aside .w-cell {
  padding: 20px 0;
}
.w-aside .w-cell .w-value {
  color: #e88021;
  line-height: 1;
  font-size: 24px;
}
.w-aside .w-cell .w-value span {
  font-size: 72px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.w-aside .w-cell .w-label {
  font-size: 24px;
}
@media (max-width: 991px) {
  .w-aside .w-cell {
    flex: 1;
    text-align: center;
  }
  .w-aside .w-cell .w-value {
    font-size: 14px;
  }
  .w-aside .w-cell .w-value span {
    font-size: 36px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
  .w-aside .w-cell .w-label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .w-aside {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .map-world-panel {
    display: block;
  }
}
.map-world {
  width: 100%;
  position: relative;
}
.map-world .img_dt {
  width: 100%;
}
.map-world .x-pp {
  position: absolute;
  width: 48px;
}
.map-world .x-pp .x-app {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e88021;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-world .x-pp .x-app .x-d1 {
  flex: 0 0 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(47, 97, 233, 0.4);
  border: 1px solid #e88021;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
  position: absolute;
  top: -17.5px;
  left: -17.5px;
}
.map-world .x-pp p {
  position: absolute;
  bottom: -55px;
  left: -18px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.map-world .x-pp.x-a1 {
  top: 35%;
  left: 14%;
}
.map-world .x-pp.x-a2 {
  left: 30.5%;
  bottom: 24%;
}
.map-world .x-pp.x-a3 {
  top: 31%;
  left: 55%;
}
@media (max-width: 767px) {
  .map-world .x-pp.x-a3 {
    top: 32%;
    left: 52%;
  }
}
.map-world .x-pp.x-a4 {
  left: 51.5%;
  bottom: 37%;
}
.map-world .x-pp.x-a5 {
  top: 41%;
  left: 77%;
}
.map-world .zong {
  top: 42%;
  right: 10%;
}
@media (max-width: 767px) {
  .map-world .zong {
    top: 42%;
    right: 2%;
    z-index: 11;
  }
}
.map-world .zong:hover .xuan {
  z-index: 11;
  opacity: 1;
}
@media (max-width: 767px) {
  .map-world .zong:hover {
    display: none;
  }
}
.map-world .zong .xuan {
  width: 150px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  top: -25px;
  left: 40px;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.map-world .zong .xuan i {
  position: absolute;
  width: 8px;
  height: 100%;
  background: url(../images/bg_24.png) no-repeat left center;
  background-size: 100%;
  top: 0;
  left: -8px;
}
.map-world .list li {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e88021;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-world .list li::after {
  content: '';
  flex: 0 0 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(252, 167, 87, 0.4);
  border: 1px solid #e88021;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
  position: absolute;
  top: -17.5px;
  left: -17.5px;
}
.map-world .list li p {
  position: absolute;
  bottom: -40px;
  left: -500%;
  width: 1000%;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.map-world .list .i1 {
  top: 33.7%;
  left: 1%;
}
.map-world .list .i2 {
  top: 32%;
  left: 54.5%;
}
.map-world .list .i3 {
  top: 41.8%;
  left: 80.4%;
}
.map-world .list .i4 {
  top: 67.5%;
  left: 53.2%;
}
.map-world .list .i5 {
  top: 78%;
  left: 30.6%;
}
.map-world .list .i6 {
  top: 23%;
  left: 49.5%;
}
.map-world .list .i7 {
  top: 24%;
  left: 51.5%;
}
.map-world .list .i8 {
  top: 20.8%;
  left: 52.5%;
}
.map-world .list .i9 {
  top: 25.5%;
  left: 48.6%;
}
.map-world .list .i10 {
  top: 28%;
  left: 51%;
}
.map-world .list .i11 {
  top: 31.7%;
  left: 51.2%;
}
.map-world .list .i12 {
  top: 30%;
  left: 45%;
}
.map-world .list .i13 {
  top: 30%;
  left: 53.5%;
}
.map-world .list .i14 {
  top: 26.5%;
  left: 54.5%;
}
.map-world .list .i15 {
  top: 26.5%;
  left: 54.5%;
}
.map-world .list .i16 {
  top: 39%;
  left: 60%;
}
.map-world .list .i17 {
  top: 44.5%;
  left: 64%;
}
.map-world .list .i18 {
  top: 43.5%;
  left: 74%;
}
.map-world .list .i19 {
  top: 48%;
  right: 19%;
}
.map-world .list .i20 {
  top: 43.5%;
  right: 14.5%;
}
.map-world .list .i21 {
  top: 40%;
  right: 12%;
}
.map-world .list .i22 {
  top: 32%;
  right: 10.5%;
}
.map-world .list .i23 {
  top: 73%;
  right: 11%;
}
.map-world .list .i24 {
  top: 92%;
  right: 5%;
}
.map-world .list .i25 {
  bottom: 12.5%;
  left: 23.5%;
}
.map-world .list .i26 {
  bottom: 17%;
  left: 25.5%;
}
.map-world .list .i27 {
  bottom: 31%;
  left: 29%;
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.part-section {
  background: url(../images/par-bg.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.part-section .box-title {
  color: #fff;
}
.part-section .par-cells {
  display: block;
  height: 4em;
}
.part-section .par-scroll {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  max-width: 100%;
  margin: 0 0 0 20px;
}
.par-cells{
  font-size: calc(100vw/19.2);
}
.part-section .logo-cell {
  position: relative;
  transition: 0.3s all;
  height: 100%;
  margin: 0 0 0 -20px;
  flex: 0 0 calc(20% + 20px);
  width: 4em;
  height:4em;
  border-radius: 430px;
  margin-left: -50px;
  border: 1px solid #ffffff;
  min-height: 90px;
}
.part-section .logo-cell img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  filter: grayscale(100%) brightness(5000%);
}
.part-section .logo-cell:hover {
  background-color: #ffffff;
}
.part-section .logo-cell:hover img {
  filter: drop-shadow(0 0);
}
@media (max-width: 1580px) {
  .part-section .logo-cell {
    /* width: 250px; */
    /* height: 250px; */
    /* min-width: 250px; */
  }
}
@media (max-width: 1260px) {
  .part-section .logo-cell {
    /* width: 200px; */
    /* height: 200px; */
    /* min-width: 200px; */
  }
}
@media (max-width: 991px) {
  .part-section .logo-cell {
    /* width: 120px; */
    /* height: 120px; */
    /* min-width: 120px; */
    margin-left: -20px;
  }
  .part-section .logo-cell img {
    max-width: 60%;
    max-height: 30px;
  }
}
.part-section .logo-cell:first-child {
  margin-left: 0;
}
.c-banner1 .swiper-slide {
  position: relative;
}
.c-banner1 .sw-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 119;
  padding: 0 20px;
  text-align: center;
}
.c-banner1 .sw-grid h2 {
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.c-banner1 .sw-grid p {
  line-height: 1.8;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .c-banner1 .sw-grid h2 {
    font-size: 40px;
  }
}
.rout-cell {
  position: relative;
  margin-bottom: 90px;
  display: flex;
}
.rout-cell * {
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .rout-cell {
    margin-bottom: 30px;
    display: block;
  }
}
.rout-cell:last-child {
  margin-bottom: 0px;
}
.rout-cell{
    font-size: calc(100vw/19.2);
}
.rout-cell .rout-pic {
  max-width: 9.3em;
}
.rout-cell .rout-pic img{
	display: block;
}
.rout-cell .rout-grid {
  background-color: #ffffff;
  background-image: url(../images/logo-bg-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 20px;
}
.rout-cell .rout-grid h2 {
  color: #274754;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
.rout-cell .rout-grid p {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.rout-cell:hover .rout-grid {
  background-color: #e88021;
  background-image: url(../images/logo-bg-2.png);
}
.rout-cell:hover .rout-grid * {
  color: #fff !important;
}
.rout-cell .btn {
  color: #e88021;
}
@media (min-width: 1280px) {
  .rout-cell .rout-grid {
    padding:60px;
    width: 530px;
	/* height: 300px; */
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .rout-cell .rout-grid h2 {
    font-size: 36px;
  }
  .rout-cell .rout-grid p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .rout-cell:nth-child(even) {
    flex-direction: row-reverse;
  }
  .rout-cell:nth-child(even) .rout-grid {
    right: auto;
    left: 0;
  }
}
.solu-cells * {
  transition: 0.3s all;
}
.solu-cells .solu-cell {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 8;
  height: 380px;
  padding: 0 30px;
}
@media (max-width: 1480px) {
	.rout-cell .rout-pic{
		max-width: 10em;
	}
}
@media (max-width: 991px) {
	.rout-cell .rout-pic{
		width: 100%;
		max-width: 100%;
	}
  .solu-cells .solu-cell {
    margin-bottom: 30px;
  }
}
.solu-cells .solu-cell::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.solu-cells .solu-cell .solu-body {
  position: relative;
  z-index: 8;
  text-align: center;
  color: #fff;
  width: 100%;
}
.solu-cells .solu-cell .solu-body > div {
  margin-bottom: 30px;
}
.solu-cells .solu-cell .solu-body .s-title {
  line-height: 1.2;
  font-size: 24px;
}
.solu-cells .solu-cell .solu-body .s-desc {
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  margin-bottom: 30px;
}
.solu-cells .solu-cell .solu-body .s-abs {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.solu-cells .solu-cell .solu-body .s-icon {
  margin: 0 auto;
  width: 82px;
  height: 82px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(230, 192, 153, 0.2);
  margin-bottom: 20px;
}
.solu-cells .solu-cell .solu-body .s-icon .iconfont {
  font-size: 22px;
}
@media (min-width: 1280px) {
  .solu-cells .col.active .s-abs {
    visibility: visible;
    height: auto;
    overflow: hidden;
    opacity: 1;
  }
  .solu-cells .col.active .s-icon {
    background-color: rgba(230, 192, 153, 0.5);
  }
}
@media (min-width: 1280px) {
  .solu-cells {
    display: flex;
  }
  .solu-cells .col {
    width: 25%;
  }
  .solu-cells .col.active {
    width: 50%;
  }
  .solu-cells .col.active .s-title {
    font-size: 30px!important;
  }
  .solu-cells{
	  font-size: calc(100vw/19.2);
  }
  .solu-cells .solu-cell {
    height: 6.8em;
    padding: 0 40px;
  }
}
.areas-panel h2 {
  font-weight: bold;
  color: #1f404d;
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 30px;
}
.areas-panel .ar-desc {
  color: #999999;
  margin-bottom: 40px;
}
.areas-panel .ar-data {
  display: flex;
  margin-bottom: 30px;
}
.areas-panel .ar-data li {
  width: 50%;
  padding-right: 20px;
}
.areas-panel .ar-data li .ar-label {
  line-height: 1.2;
  text-transform: uppercase;
  color: #999999;
}
.areas-panel .ar-data li .ar-val {
  line-height: 1;
  color: #e88021;
  font-weight: bold;
  margin-bottom: 10px;
}
.areas-panel .ar-data li .ar-val .num {
  font-size: 30px;
}
@media (max-width: 991px) {
  .areas-panel {
    display: block;
  }
  .areas-panel .area-left {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .areas-panel .area-left {
    margin-right: 40px;
  }
}
@media (min-width: 1600px) {
  .areas-panel .area-left {
    margin-right: 80px;
  }
  .areas-panel h2 {
    font-size: 44px;
  }
  .areas-panel .ar-data {
    display: flex;
    margin-bottom: 30px;
  }
  .areas-panel .ar-data li {
    width: 50%;
    padding-right: 20px;
  }
  .areas-panel .ar-data li .ar-val .num {
    font-size: 50px;
  }
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-close {
  position: absolute;
  right: -50px;
  top: -50px;
  background: url(../images/close-modal.png) no-repeat center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 80px;
}
@media (max-width: 767px) {
  .modal-close {
    right: -15px;
    top: -15px;
  }
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10vh 15px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-top {
  background: url(../images/modal_header.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  padding: 30px 0;
}
.modal-top h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.modal-top p {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  max-width: 490px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 6vh auto;
  }
  .modal-body {
    padding: 40px 60px;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 700px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.form-group .form-label {
  margin-bottom: 10px;
}
.form-group .form-control {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  background-color: #f4f4f4;
}
.form-group textarea.form-control {
  height: 120px;
  padding: 20px;
}
.modal-btn-footer {
  padding-top: 20px;
}
.modal-btn-footer .btn {
  width: 100%;
  height: 60px;
  border-radius: 0;
}
.modal-btn-footer .btn-outline {
  border-width: 2px;
  border-style: solid;
}
.modal-btn-footer .lg-col {
  width: 75%;
  padding-right: 20px;
}
.modal-btn-footer .sm-col {
  width: 25%;
}
@media (max-width: 767px) {
  .modal-btn-footer .lg-col {
    width: 65%;
    padding-right: 10px;
  }
  .modal-btn-footer .sm-col {
    width: 35%;
  }
}
.par-cells {
  position: relative;
}
.par-scroll {
  display: flex;
  flex-wrap: nowrap;
  -webkit-animation: rolling 12s linear infinite;
  animation: rolling 12s linear infinite;
}
@keyframes rolling {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes landing-clients-animation-xxl {
  0% {
    transform: translateX(-3%);
  }
  to {
    transform: translateX(-163%);
  }
}
@keyframes landing-clients-animation-xxl {
  0% {
    transform: translateX(-3%);
  }
  to {
    transform: translateX(-163%);
  }
}


#path1-1{
				animation: run1 4s linear infinite;
			}
			@keyframes run1 {
			  0% {
			    stroke-dasharray: 0,92;
			  }
			  100% {
			    stroke-dasharray: 92,92;
			  }
			}
			
			#path2-1{
				animation: run2 4s linear infinite;
			}
			@keyframes run2 {
			  0% {
			    stroke-dasharray: 0,36.5;
			  }
			  100% {
			    stroke-dasharray: 36.5,36.5;
			  }
			}
			
			#path3-1{
				animation: run3 4s linear infinite;
			}
			@keyframes run3 {
			  0% {
			    stroke-dasharray: 0,57.2;
			  }
			  100% {
			    stroke-dasharray: 57.2,57.2;
			  }
			}
			
			#path4-1{
				animation: run4 4s linear infinite;
			}
			@keyframes run4 {
			  0% {
			    stroke-dasharray: 0,107.1;
			  }
			  100% {
			    stroke-dasharray: 107.1,107.1;
			  }
			}
			
			#path5-1{
				animation: run5 4s linear infinite;
			}
			@keyframes run5 {
			  0% {
			    stroke-dasharray: 0,142.4;
			  }
			  100% {
			    stroke-dasharray: 142.4,142.4;
			  }
			}
			
			#path6-1{
				animation: run6 4s linear infinite;
			}
			@keyframes run6 {
			  0% {
			    stroke-dasharray: 0,170.2;
			  }
			  100% {
			    stroke-dasharray: 170.2,170.2;
			  }
			}
			
			#path7-1{
				animation: run7 4s linear infinite;
			}
			@keyframes run7 {
			  0% {
			    stroke-dasharray: 0,310;
			  }
			  100% {
			    stroke-dasharray: 310,310;
			  }
			}
			
			#path8-1{
				animation: run8 4s linear infinite;
			}
			@keyframes run8 {
			  0% {
			    stroke-dasharray: 0,349;
			  }
			  100% {
			    stroke-dasharray: 349,349;
			  }
			}
			
			#path9-1{
				animation: run9 4s linear infinite;
			}
			@keyframes run9 {
			  0% {
			    stroke-dasharray: 0,386;
			  }
			  100% {
			    stroke-dasharray: 386,386;
			  }
			}
			
			#path10-1{
				animation: run10 4s linear infinite;
			}
			@keyframes run10 {
			  0% {
			    stroke-dasharray: 0,271;
			  }
			  100% {
			    stroke-dasharray: 271,271;
			  }
			}

@media (max-width: 991px) {
  .area-left{height: 500px;position: relative;}
  .area-left>.svg{    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.8);}
}

@media (max-width: 767px) {
  .area-left{height: 250px;position: relative;}
  .area-left>.svg{    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.45);}
}


.popupMess {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
}
.popupMess .popup {
  position: relative;
  z-index: 0;
  background-color: #fff;
  width: 7.44rem;
}
@media (max-width: 767px) {
  .popupMess .popup {
    width: 17.2rem;
  }
}
.popupMess .popup .close {
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/close-modal.png) no-repeat center center / contain;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .popupMess .popup .close {
    width: 1.5rem;
    height: 1.5rem;
    top: -1.7rem;
    right: -1.7rem;
    right: 0;
  }
}
.popupMess .popup .title {
  color: #fff;
  padding: 4% 4% 4%;
  text-align: center;
  background: #e77e1d url(../images/popup_t.jpg) no-repeat center center / cover;
}
.popupMess .popup .title .tit_1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .popupMess .popup .title .tit_1 {
    font-size: 20px;
  }
}
.popupMess .popup .title .tit_2 {
  margin-top: 1.5%;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .popupMess .popup .title .tit_2 {
    font-size: 12px;
  }
}
.popupMess .popup .con {
  padding: 2% 8.9% 8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .popupMess .popup .con {
    padding: 1% 5% 5%;
  }
}
.popupMess .popup dl {
  margin-top: 1em;
  font-size: 16px;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .popupMess .popup dl {
    margin-top: 0.5em;
  }
}
.popupMess .popup dl dt {
  color: #333;
  font-weight: 500;
}
@media (max-width: 767px) {
  .popupMess .popup dl dt {
    font-size: 14px;
  }
}
.popupMess .popup dl dd {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .popupMess .popup dl dd {
    margin-top: 0.2em;
  }
}
.popupMess .popup dl .iw,
.popupMess .popup dl .tw {
  background-color: #f4f4f4;
  padding: 0 1.2em;
}
.popupMess .popup dl .vw {
  position: relative;
  z-index: 0;
  padding-right: 6em;
}
.popupMess .popup dl .vimg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -1.35em;
  right: 0.5em;
}
@media (max-width: 767px) {
  .popupMess .popup dl .vimg {
    margin-top: -0.8em;
  }
}
.popupMess .popup dl .vimg .btnRefresh {
  height: 2.7em;
  width: 2em;
  cursor: pointer;
  background: url(../images/refresh.png) no-repeat center center / 52% auto;
}
@media (max-width: 767px) {
  .popupMess .popup dl .vimg .btnRefresh {
    height: 1.6em;
    width: 1.4em;
  }
}
.popupMess .popup dl .vimg .pic img {
  height: 2.7em;
  width: 6.6em;
}
@media (max-width: 767px) {
  .popupMess .popup dl .vimg .pic img {
    height: 1.6em;
    width: 4.8em;
  }
}
.popupMess .popup dl .input,
.popupMess .popup dl .textarea {
  font-size: 14px;
  background-color: transparent;
  outline-width: 0;
  border: 0;
  height: 4.28em;
  line-height: 4.28;
  width: 100%;
}
@media (max-width: 767px) {
  .popupMess .popup dl .input,
  .popupMess .popup dl .textarea {
    display: block;
    height: 3.2em;
    line-height: 3.2;
    font-size: 12px;
  }
}
.popupMess .popup dl .tw {
  padding: 0.8em 1.2em;
}
.popupMess .popup dl .textarea {
  line-height: 1.2em;
  height: 3.6em;
}
.popupMess .popup dl .input::-webkit-input-placeholder,
.popupMess .popup dl .textarea::-webkit-input-placeholder {
  color: #999;
}
.popupMess .popup dl .input::-moz-placeholder,
.popupMess .popup dl .textarea::-moz-placeholder {
  color: #999;
}
.popupMess .popup dl .input:-ms-input-placeholder,
.popupMess .popup dl .textarea:-ms-input-placeholder {
  color: #999;
}
.popupMess .popup dl.dl_1 {
  width: 49.2%;
}
@media (max-width: 767px) {
  .popupMess .popup dl.dl_1 {
    width: 100%;
  }
}
.popupMess .popup .btnw {
  width: 100%;
  margin-top: 6.5%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.popupMess .popup .submitBtn {
  cursor: pointer;
  flex: 1;
  border: 2px solid #e77e1d;
  background-color: #e77e1d;
  color: #fff;
  font-size: 14px;
  line-height: 3.9;
  margin-right: 1.6%;
  outline-width: 0;
}
@media (max-width: 767px) {
  .popupMess .popup .submitBtn {
    line-height: 3;
  }
}
.popupMess .popup .resetBtn {
  cursor: pointer;
  width: 30%;
  border: 2px solid #e77e1d;
  background-color: #fff;
  color: #e77e1d;
  font-size: 14px;
  font-weight: bold;
  line-height: 3.9;
  outline-width: 0;
}
@media (max-width: 767px) {
  .popupMess .popup .resetBtn {
    line-height: 3;
  }
}

#c-footer .c-top-box .container .c-ico a {
  position: relative;
}
#c-footer .c-top-box .container .c-ico a:hover .x-img {
  height: 100px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a:hover .x-img {
    height: 66px;
  }
}
#c-footer .c-top-box .container .c-ico a .x-img {
  width: 100px;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 110%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a .x-img {
    width: 66px;
  }
}
#c-footer .c-top-box .container .c-ico a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
