
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}
.logo-img img{
    width: 290px;
}
.sjj_nav a {
  letter-spacing: -0.2px;
}
.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}
.nav_show {
  top: 0;
}
.sjj_nav > ul > li:first-child {
  border-top: none;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #1EB5B6;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li > a {
  width: calc(100% - 35px) !important;
  display: inline-block;
}
.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  top: -6px;
  position: relative;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav .bot > li {
  margin-left: 15px;
}
.sjj_nav .bot > li:first-child {
  padding: 15px 0;
}
.sjj_nav .bot > li:first-child form {
  padding-right: 15px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #6F6F70;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
}
.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li ul li a {
  width: 100% !important;
}
.sjj_nav ul li a {
  color: #666;
  width: 100%;
}
.sjj_nav ul li ul li .list_news .top .left .imga {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #1EB5B6;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.sjj_nav .top .iconfont {
  font-size: 20px;
}
.sjj_nav .container {
  padding: 0 15px;
}
.sjj_nav .top .fl img {
  height: 30px;
}
.sjj_nav .bot {
  margin-top: 60px;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin-top: 20px;
}
#page li {
  float: left;
  padding: 0px 20px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 14px;
  list-style: none;
  height: 40px;
  line-height: 40px;
}
#page li:hover {
  border: 1px solid #1EB5B6;
}
#page li:hover a {
  color: #1eb5b6;
}
#page li a {
  color: #666666;
}
#page li.active {
  border: 1px solid #1EB5B6;
  color: #ffffff;
}
#page li.active a {
  color: #666666;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .bot nav > ul > li:nth-child(6) .er-ul {
  width: 160%;
  left: -30%;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 99999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #1EB5B6;
}
header .nav_ul > li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
  display: block;
}
.foot-logo>a>img {
    width: 300px;
    /*filter: brightness(0) invert(1);*/ /* 图片变白色 */
  }
.bg {
  background: #1EB5B6;
}
.logo_phone img {
  width: 7.5rem;
}
.c {
  color: #1EB5B6;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
.container {
  padding: 0 14.8125rem;
  width: 100%;
}
.phone_header {
  display: none;
}
/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}
.sjj_nav a {
  letter-spacing: -0.2px;
}
.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}
.nav_show {
  top: 0;
}
.sjj_nav > ul > li:first-child {
  border-top: none;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #1EB5B6;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li > a {
  width: calc(100% - 35px) !important;
  display: inline-block;
}
.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  top: -6px;
  position: relative;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav .bot > li {
  margin-left: 15px;
}
.sjj_nav .bot > li:first-child {
  padding: 15px 0;
}
.sjj_nav .bot > li:first-child form {
  padding-right: 15px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #6F6F70;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
}
.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li ul li a {
  width: 100% !important;
}
.sjj_nav ul li a {
  color: #666;
  width: 100%;
}
.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #1EB5B6;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.sjj_nav .top .iconfont {
  font-size: 20px;
}
.sjj_nav .container {
  padding: 0 15px;
}
.sjj_nav .top .fl img {
  height: 30px;
}
.sjj_nav .bot {
  margin-top: 60px;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.container {
  padding: 0 15rem;
  width: 100%;
  max-width: 100%;
}
.more {
  display: inline-block;
  line-height: 2rem;
  color: #0054a3;
  border: 1px solid #000;
  padding: 0.5625rem 1.875rem 0.5625rem 1.6875rem;
  border-radius: 2.5rem;
}
.more .trans i {
  margin-left: 0.1875rem;
}
.news_c .swiper-slide {
  background: #FFf;
}
.news_c .zuixin {
  background: #F5F5F5;
}
.news_c .news_title .top {
  font-size: 3.125rem;
  color: #333;
  line-height: 4.5rem;
}
.news_c .news_title .bottom {
  color: #0054a3;
  font-weight: 700;
  line-height: 2.3125rem;
  font-size: 1.875rem;
}
.news_c .news-swiper {
  padding-bottom: 8.875rem;
  padding-top: 3.125rem;
}
.news_c .news-swiper .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.3);
}
.news_c .news-swiper .swiper-pagination-bullets {
  bottom: 3.625rem;
}
.news_c .news-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #0054a3;
}
.news_c .news-swiper .left_box {
  padding-right: 0;
}
.news_c .news-swiper .right_box {
  padding-left: 0;
}
.news_c .news-swiper .right_box .right {
  padding-top: 7.4375rem;
  padding: 7.4375rem 1.875rem 0 1.875rem;
}
.news_c .news-swiper .right_box .right:hover .name a {
  color: #0054a3;
}
.news_c .news-swiper .right_box .right .name a {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  color: #333;
}
.news_c .news-swiper .right_box .right .date {
  line-height: 1.25rem;
  color: #0054a3;
  margin-top: 1.5rem;
  margin-bottom: 1.4375rem;
}
.news_c .news-swiper .right_box .right .text {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_c .news-swiper .right_box .right .more {
  margin-top: 2.25rem;
  border-color: #0054a3;
}
.news_c .list ul li {
  background-color: #f5f5f5;
  margin-top: 3.625rem;
  /*padding: 2.5rem 3.75rem 2.5rem 2.375rem;*/
  padding: 1.5rem 1.75rem 1.5rem 1.375rem;
  box-shadow: 0 0 4px 1px #ccc;
  overflow: hidden;
}
.news_c .list ul li:hover{
    background: #0053a2;
}

.news_c .list ul li .left {
  padding-right: 3.375rem;
  float: left;
  display: none;
}
.news_c .list ul li .left .date div {
  color: rgba(0, 0, 0, 0.7);
  line-height: 3.8125rem;
  font-size: 3.125rem;
}
.news_c .list ul li .left .date div sub {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.375rem;
  font-size: 1.125rem;
  bottom: 0;
}
.news_c .list ul li .center {
  width: 26%;
  float: left;
}
.news_c .list ul li .center img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.36s;
}
.news_c .list ul li .right {
  margin-left: 2.5rem;
  float: left;
  width: 70%;
  height: 100%;
  padding-top:2rem;
}
.news_c .list ul li .right .name {
  color: #333;
  line-height: 1.8125rem;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.0625rem;
}
.news_c .list ul li .right .text {
  color: #666;
  line-height: 2.1375rem;
    font-size: 1rem;
}
.news_c .list ul li:hover .name a {
  color: #fff;
}
.news_c .list ul li:hover .right .text a{color:#fff;}
.news_c .list ul li:hover .center img{
    transform: scale(1.2);
}
.iconfont {
  font-size: 1rem;
}
.new-xqq {
  padding: 5.625rem 0;
}
.new-xqq .left {
  width: 68%;
}
.new-xqq .left .title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #000000;
}
.new-xqq .left .data-xw {
  margin-top: 1.5625rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  padding-bottom: 1rem;
}
.new-xqq .left .data-xw .feng {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
.new-xqq .left .new-xq-con {
  padding: 4.0625rem 0;
  font-size: 1rem;
  line-height: 2.3;
  text-align: justify;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.new-xqq .right {
  padding: 1.3125rem;
  background: #F9F9F9;
  width: 30%;
}
.new-xqq .right .rm-p {
  font-weight: 700;
  font-size: 1.625rem;
  color: #000000;
}
.new-xqq .right .ren-ul li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #00000033;
}
.new-xqq .right .ren-ul li .overh {
  margin-bottom: 1rem;
}
.new-xqq .right .ren-data {
  font-weight: 500;
  font-size: 1rem;
  text-align: justify;
  text-transform: uppercase;
  color: #999999;
}
.new-xqq .right .ren-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
  text-align: justify;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(0, 0, 0, 0.8);
}
.article-div {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7;
  /* identical to box height, or 167% */
  padding-top: 2rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.article-div > div {
  padding-bottom: 1rem;
}
.article-div a {
  color: rgba(0, 0, 0, 0.5);
}
.title1 {
  text-align: center;
  position: relative;
}
.title1 .cn {
  color: #0054a3;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
}
.title1 .eng {
  color: rgb(0 84 163 / 28%);
  font-size: 2.5rem;
  line-height: 3.0625rem;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-top: -3.5rem;
}
.title2 {
  font-size: 1.2125rem;
  line-height: 1.5;
  color: #333;
  text-align: center;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.industrial_research_c .book {
  background: #F5F5F5;
}
.industrial_research_c .book .small_box {
  position: relative;
  background: url(../img/book.png) no-repeat;
  padding: 1.25rem 1.75rem 20.625rem 1.25rem;
}
.industrial_research_c .book .small_box .logo {
  margin-left: 1.25rem;
}
.industrial_research_c .book .text {
  position: relative;
  left: -20%;
}
.industrial_research_c .book .text .date {
  color: #000;
  line-height: 1.4375rem;
  font-weight: 700;
}
.industrial_research_c .book .text .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  margin: 5px 0;
}
.industrial_research_c .book .text .name2 {
  color: #0054a3;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.industrial_research_c .data_insight .sort {
  border: 1px solid #E3E3E3;
}
.industrial_research_c .data_insight .sort .left {
  background: #ccc;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  border: 1px solid #E3E3E3;
}
.industrial_research_c .data_insight .sort .right {
  padding-left: 4rem;
  padding: 0.5em 0;
}
.industrial_research_c .data_insight .sort .right ul {
  display: flex;
  margin-bottom: 1.25rem;
}
.industrial_research_c .data_insight .sort .right ul:nth-last-child(1) {
  margin-bottom: 0;
}
.industrial_research_c .data_insight .sort .right ul li {
  margin-right: 3.875rem;
  font-size: 1rem;
}
.industrial_research_c .data_insight .sort .right ul li:hover a {
  color: #0054a3;
}
.industrial_research_c .center_list .small:nth-last-of-type(1) {
  margin-right: 0;
}
.industrial_research_c .center_list .small:hover .text a {
  color: #0054a3;
}
.industrial_research_c .center_list .small .top .img img {
  height: 17.5rem;
  object-fit: cover;
}
.industrial_research_c .center_list .small .bottom {
  padding: 1.6875rem 2.125rem 1.625rem 1rem;
  border: 1px solid #E6E6E6;
  border-top: none;
}
.industrial_research_c .center_list .small .bottom .text {
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.75rem;
}
.industrial_research_c .center_list .small .bottom .date {
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.75rem;
  margin-top: 1rem;
}
.industrial_research_c .sort_list ul li {
  border-bottom: 1px solid #E6E6E6;
}
.industrial_research_c .sort_list ul li:hover a {
  color: #0054a3;
}
.industrial_research_c .sort_list ul li a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 3.125rem;
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
}
.industrial_research_c .sort_list ul li a::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000;
  border-radius: 100%;
  bottom: 50%;
  left: 0;
}
.industrial_research_c .policy {
  background: #F5F5F5;
}
.industrial_research_c .policy .left {
  padding-right: 0;
}
.industrial_research_c .policy .right {
  padding: 2.375rem 1.6875rem 1.5625rem 1.6875rem;
  background: #FFFFFF;
  opacity: 0.9;
  border: 1px solid #E6E6E6;
}
.industrial_research_c .policy .right .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 0.8rem;
}
.industrial_research_c .policy .right ul li {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0.625rem;
}
.industrial_research_c .policy .right ul li:hover a {
  color: #0054a3;
}
.industrial_research_c .policy .right ul li a {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 3.125rem;
  position: relative;
  padding-left: 1rem;
}
.industrial_research_c .policy .right ul li a::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000;
  border-radius: 100%;
  bottom: 50%;
  left: 0;
}
.industrial_research_c .policy .box {
  opacity: 0.9;
}
.industrial_research_c .policy .box .small {
  border: 1px solid #E6E6E6;
  padding: 3.125rem 1.25rem 1.5rem 1.25rem;
  background-color: #fff;
  margin-right: -0.8875rem;
}
.industrial_research_c .policy .box .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.8rem;
  margin-left: 1rem;
}
.industrial_research_c .policy .box .img {
  margin-bottom: 1.25rem;
}
.industrial_research_c .policy .box ul li {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0.625rem;
}
.industrial_research_c .policy .box ul li:hover a {
  color: #0054a3;
}
.industrial_research_c .policy .box ul li a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 3.125rem;
  position: relative;
  padding-left: 1rem;
}
.industrial_research_c .policy .box ul li a::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000;
  border-radius: 100%;
  bottom: 50%;
  left: 0;
}
.about_us .left {
  padding-right: 2.25rem;
  text-align: justify;
  padding-right: 2.5rem;
}
.about_us .left .name {
  color: #0054a3;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1rem;
  text-indent: 1em;
}
.about_us .left .text {
  font-size: 1.125rem;
  line-height: 2.7rem;
  color: #333;
}
.about_us .right {
  padding-left: 2.5rem;
}
.about_us .right .right-box {
  background-color: #0054a3;
  background-image: url(../img/red.png);
  height: 100%;
  opacity: 0.98;
  position: relative;
  padding: 3.0625rem 5.25rem 3.5rem 5.25rem;
  margin: 0 auto;
}
.about_us .right ul li {
  padding-left: 1.8125rem;
  margin-bottom: 5rem;
  border-left: 1px solid #ccc;
}
.about_us .right ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.about_us .right ul li .number {
  line-height: 3.8125rem;
  font-size: 3.125rem;
  font-weight: 700;
  color: #fff;
}
.about_us .right ul li .number sup {
  line-height: 2.3125rem;
  font-size: 1.875rem;
  font-weight: normal;
}
.about_us .right ul li .name {
  color: #fff;
}
.government_c .ny_banner {
  padding-bottom: 12.5rem;
  background: url(../img/touzi.jpg);
}
.government_c .ny_banner .left {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  width: 38%;
  margin-top: 6.8125rem;
}
.government_c .center_banner {
  position: relative;
  width: 100%;
  background: url(../img/centerbannaer.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.government_c .center_content {
  background: #F9F9F9;
}
.government_c .center_content .sml-box {
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
}
.government_c .center_content .sml-box .box {
  background-color: #fff;
  padding: 2.625rem 2.625rem 3.125rem 1.5625rem;
  height: 100%;
}
.government_c .center_content .sml-box .box .top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.375rem;
}
.government_c .center_content .sml-box .box .top .name .one {
  color: #0054a3;
  line-height: 3.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.government_c .center_content .sml-box .box .top .name .one::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.45rem;
  background: #0054a3;
}
.government_c .center_content .sml-box .box .top .name .two {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  line-height: 3.75rem;
  margin-left: 0.125rem;
}
.government_c .center_content .sml-box .box .bottom {
  padding-top: 1.6875rem;
}
.government_c .center_content .sml-box .box .bottom .text {
  color: #333;
  line-height: 1.875rem;
  text-align: justify;
}
.government_c .center_content .sml-box .box .bottom .text .biaoti {
  color: #333;
  font-weight: 700;
  line-height: 1.875rem;
}
.government_c .center_banner {
  position: relative;
}
.government_c .center_banner .more {
  background-color: #0054a3;
  border: none;
  display: inline-block;
  color: #fff;
}
.government_c .center_banner .more:hover {
  background-color: #ccc;
}
.government_c .center_banner .more:hover .trans a {
  color: #0054a3;
}
.government_c .center_banner .more a {
  color: #fff;
}
.government_c .center_banner .more i {
  color: #fff;
}
.index_one {
  padding-bottom: 5.625rem;
  padding-top: 5.75rem;
  width: 100%;
  background: #F5F5F5;
  position: relative;
}
.index_one::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  height: 50%;
  background: red;
  z-index: 1;
}
.index_one > .top {
  position: relative;
  z-index: 2;
}
.index_one > .top .title1 .cn {
  color: #fff;
}
.index_one > .top .title1 .eng {
  color: rgba(255, 255, 255, 0.2);
}
.index_one > .top .text {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 3.125rem;
  color: #fff;
  padding: 0 1.3rem;
}
.index_one .hover {
  margin-top: 5.6875rem;
  position: relative;
  z-index: 2;
}
.index_one .hover .content {
  position: relative;
  top: 50%;
}
.index_one .hover .lineone,
.index_one .hover .linetwo {
  margin-top: 1.6875rem;
}
.index_one .hover .lineone .row > div:hover .text,
.index_one .hover .linetwo .row > div:hover .text {
  color: #0054a3;
}
.index_one .hover .lineone .top,
.index_one .hover .linetwo .top {
  position: relative;
}
.index_one .hover .lineone .small,
.index_one .hover .linetwo .small {
  position: absolute;
  bottom: 5%;
  left: 0.625rem;
}
.index_one .hover .lineone .small span,
.index_one .hover .linetwo .small span {
  color: #fff;
  line-height: 1.4375rem;
  background-color: #0054a3;
  padding: 0.25rem 0.875rem;
  border-radius: 0.25rem;
}
.index_one .hover .lineone .bottom,
.index_one .hover .linetwo .bottom {
  background-color: #fff;
  padding: 1.1875rem 0 3.5625rem 2.125rem;
  position: relative;
}
.index_one .hover .lineone .bottom .text,
.index_one .hover .linetwo .bottom .text {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8125rem;
}
.index_one .hover .lineone .col-md-3 .bottom,
.index_one .hover .linetwo .col-md-3 .bottom {
  padding: 1.1875rem 0 3.5625rem 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.four_basic .col-md-6 {
  padding: 0 0.8rem;
}
.four_basic .col-md-6:hover .right .name {
  color: #0054a3;
}
.four_basic .small_box {
  background: #F5F5F5;
  display: flex;
  padding: 5rem 3.5625rem 3.1875rem 3.125rem;
  margin-top: 2rem;
}
.four_basic .small_box .left .small_icon {
  width: 8.3125rem;
  height: 9.375rem;
}
.four_basic .small_box .right {
  margin-left: 1.875rem;
}
.four_basic .small_box .right .top {
  border-bottom: 1px solid #999;
  padding-bottom: 1.25rem;
  position: relative;
}
.four_basic .small_box .right .top::after {
  position: absolute;
  content: "";
  width: 3.4375rem;
  height: 0.125rem;
  background-color: #0054a3;
  bottom: -2px;
}
.four_basic .small_box .right .top .name {
  color: #333;
  line-height: 2.6875rem;
  font-size: 1.875rem;
  font-weight: 700;
}
.four_basic .small_box .right .bottom {
  padding-top: 0.875rem;
}
.four_basic .small_box .right .bottom .text {
  text-align: justify;
  color: #333;
  font-size: 1.11rem;
  line-height: 1.625rem;
  height: 8.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.four_basic .small_box:hover .right .name {
  color: #0054a3;
}
.merger_c .contact_us {
  background: url(../img/lianxibanner.png) no-repeat;
  background-size: cover;
  padding-top: 8.1875rem;
  padding-bottom: 8.625rem;
  background-attachment: fixed;
}
.merger_c .contact_us .name {
  color: #333;
  line-height: 3.75rem;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 1.0625rem;
}
.merger_c .contact_us .col-md-9 {
  padding-right: 0;
}
.merger_c .contact_us .col-md-3 {
  padding-left: 0;
}
.merger_c .contact_us .left .box {
  width: 45%;
  background-color: #fff;
  padding: 1rem 0 1.125rem 2.5625rem;
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0;
}
.merger_c .contact_us .left .box input {
  padding-left: 4.5rem;
  color: #666;
  font-size: 1.125rem;
}
.merger_c .contact_us .left .box .hover {
  position: absolute;
  top: -100%;
}
.merger_c .contact_us .left .box .hover .one {
  color: #666;
  font-size: 1.125rem;
}
.merger_c .contact_us .left .box .hover .two {
  color: #FF0000;
}
.merger_c .contact_us .right {
  padding: 0;
}
.merger_c .contact_us .right .big_box .erweima {
  width: 13.3125rem;
  height: 13.3125rem;
  margin-left: 0.5rem;
}
.merger_c .contact_us .right .number {
  margin-top: 1.6875rem;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
}
.merger_c .contact_us .right .number span {
  font-size: 1.25rem;
}
.merger_c .contact_us .more {
  color: #fff;
  background-color: #0054a3;
  border: none;
}
.merger_c .contact_us .more:hover {
  color: #0054a3;
  background-color: #fff;
  border: 1px solid #0054a3;
}
.project_proposal_c .index_one {
  padding-bottom: 5.625rem;
  width: 100%;
  background: #F5F5F5;
  position: relative;
}
.project_proposal_c .index_one::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  height: 50%;
  background: red;
  z-index: 1;
}
.project_proposal_c .index_one > .top {
  position: relative;
  z-index: 2;
}
.project_proposal_c .index_one > .top .title1 .cn {
  color: #fff;
}
.project_proposal_c .index_one > .top .title1 .eng {
  color: rgba(255, 255, 255, 0.2);
}
.project_proposal_c .index_one > .top .text {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 3.125rem;
  color: #fff;
  text-align: justify;
  padding: 0 1.3rem;
}
.project_proposal_c .hover {
  margin-top: 5.6875rem;
  position: relative;
  z-index: 2;
}
.project_proposal_c .hover .content {
  position: relative;
  top: 50%;
}
.project_proposal_c .hover .lineone,
.project_proposal_c .hover .linetwo {
  margin-top: 1.6875rem;
}
.project_proposal_c .hover .lineone .row > div:hover .text,
.project_proposal_c .hover .linetwo .row > div:hover .text {
  color: #0054a3;
}
.project_proposal_c .hover .lineone .bottom,
.project_proposal_c .hover .linetwo .bottom {
  background-color: #fff;
  padding: 1.1875rem 0 3.5625rem 2.125rem;
  position: relative;
}
.project_proposal_c .hover .lineone .bottom .small,
.project_proposal_c .hover .linetwo .bottom .small {
  position: absolute;
  top: -43%;
  color: #fff;
  line-height: 1.4375rem;
  background-color: #0054a3;
  padding: 0.25rem 0.875rem;
  border-radius: 0.25rem;
}
.project_proposal_c .hover .lineone .bottom .text,
.project_proposal_c .hover .linetwo .bottom .text {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8125rem;
}
.project_proposal_c .hover .lineone .col-md-3 .bottom,
.project_proposal_c .hover .linetwo .col-md-3 .bottom {
  padding: 1.1875rem 0 3.5625rem 1.25rem;
}
.project_proposal_c .four_basic .col-md-6 {
  padding: 0 0.8rem;
}
.project_proposal_c .four_basic .col-md-6:hover .right .name {
  color: #0054a3;
}
.project_proposal_c .four_basic .small_box {
  background: #F5F5F5;
  display: flex;
  padding: 5rem 3.5625rem 3.1875rem 3.125rem;
  margin-top: 2rem;
}
.project_proposal_c .four_basic .small_box .left .small_icon {
  width: 8.3125rem;
  height: 9.375rem;
}
.project_proposal_c .four_basic .small_box .right {
  margin-left: 1.875rem;
}
.project_proposal_c .four_basic .small_box .right .top {
  border-bottom: 1px solid #999;
  padding-bottom: 1.25rem;
  position: relative;
}
.project_proposal_c .four_basic .small_box .right .top::after {
  position: absolute;
  content: "";
  width: 3.4375rem;
  height: 0.125rem;
  background-color: #0054a3;
  bottom: -2px;
}
.project_proposal_c .four_basic .small_box .right .top .name {
  color: #333;
  line-height: 2.6875rem;
  font-size: 1.875rem;
  font-weight: 700;
}
.project_proposal_c .four_basic .small_box .right .bottom {
  padding-top: 0.875rem;
}
.project_proposal_c .four_basic .small_box .right .bottom .text {
  text-align: justify;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.project_proposal_c .four_basic .small_box:hover .right .name {
  color: #0054a3;
}
.project_proposal_c .service_trade .top {
  background-color: #f5f5f5;
  padding-top: 8.75rem;
  padding-bottom: 3.125rem;
}
.project_proposal_c .service_trade .service-swiper {
  padding-bottom: 10.25rem;
}
.project_proposal_c .service_trade .service-swiper .swiper-slide {
  position: relative;
}
.project_proposal_c .service_trade .service-swiper .swiper-slide .text {
  position: absolute;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  font-size: 1.875rem;
  bottom: 10%;
  left: 10%;
}
.project_proposal_c .service_trade .service-swiper .swiper-pagination-bullets {
  bottom: 8%;
}
.project_proposal_c .service_trade .service-swiper .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.8);
}
.project_proposal_c .service_trade .service-swiper .swiper-pagination-bullet-active {
  background-color: #0054a3;
}
.project_proposal_c .service_trade .swiper-button-prev {
  top: 89%;
  left: 44%;
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project_proposal_c .service_trade .swiper-button-prev .iconfont {
  font-size: 2rem;
  color: #0054a3;
}
.project_proposal_c .service_trade .swiper-button-next {
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 89%;
  right: 44%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project_proposal_c .service_trade .swiper-button-next .iconfont {
  font-size: 2rem;
  color: #0054a3;
}
.project_proposal_c .service_process {
  background-color: #f9f9f9;
  padding-top: 6.5625rem;
  padding-bottom: 7.5rem;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide {
  position: relative;
  margin-bottom: 1.25rem;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide:nth-of-type(5) .box .img {
  right: 41%;
  top: 100%;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide:nth-of-type(6) .box .img {
  right: -24%;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide:nth-of-type(7) .box .img {
  right: -24%;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide:nth-of-type(8) .box .img {
  right: -24%;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide:nth-of-type(9) .box .img {
  right: -24%;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide:nth-of-type(10) .box .img {
  right: -24%;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide .icon-img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  z-index: 1;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide .box {
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #E6E6E6;
  padding: 0.25rem 1.5rem 1.3125rem 1.5rem;
  text-align: center;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide .box .number {
  text-transform: uppercase;
  line-height: 3.0625rem;
  font-weight: 700;
  font-size: 2.5rem;
  color: #0054a3;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide .box .name {
  line-height: 1.875rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0054a3;
  margin-top: 0.1875rem;
  margin-bottom: 0.8125rem;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide .box .text {
  color: #333;
  line-height: 1.5rem;
}
.project_proposal_c .service_process .service_process-swiper .swiper-slide .box .img {
  position: absolute;
  right: -14%;
  top: 50%;
}
.project_proposal_c .contact_us {
  background: url(../img/lianxibanner.png) no-repeat;
  background-size: cover;
  padding-top: 8.1875rem;
  padding-bottom: 8.625rem;
}
.project_proposal_c .contact_us .name {
  color: #333;
  line-height: 3.75rem;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 1.0625rem;
}
.project_proposal_c .col-md-9 {
  padding-right: 0;
}
.project_proposal_c .col-md-3 {
  padding-left: 0;
}
.project_proposal_c .left .box {
  width: 45%;
  background-color: #fff;
  padding: 1rem 0 1.125rem 2.5625rem;
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0;
}
.project_proposal_c .left .box input {
  padding-left: 4.5rem;
  color: #666;
  font-size: 1.125rem;
}
.project_proposal_c .left .box .hover {
  position: absolute;
  top: -100%;
}
.project_proposal_c .left .box .hover .one {
  color: #666;
  font-size: 1.125rem;
}
.project_proposal_c .left .box .hover .two {
  color: #FF0000;
}
.project_proposal_c .left .last {
  width: 92%;
  padding: 1rem 0 6.3125rem 2.5625rem;
}
.project_proposal_c .right {
  padding: 0;
}
.project_proposal_c .right .big_box .erweima {
  width: 13.3125rem;
  height: 13.3125rem;
  margin-left: 0.5rem;
}
.project_proposal_c .right .number {
  margin-top: 1.6875rem;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
}
.project_proposal_c .right .number span {
  font-size: 1.25rem;
}
.project_proposal_c .more {
  color: #fff;
  background-color: #0054a3;
  border: none;
}
.project_proposal_c .more:hover {
  color: #0054a3;
  background-color: #fff;
  border: 1px solid #0054a3;
}
.investment_consule_c .index-case {
  background: url(../img/m25.jpg) no-repeat;
  background-size: cover;
}
.investment_consule_c .module_one {
  background: url(../img/xingkong.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 8.625rem;
  padding-bottom: 7.375rem;
}
.investment_consule_c .module_one .title1 .cn {
  color: #fff;
}
.investment_consule_c .module_one .title1 .eng {
  color: rgba(255, 255, 255, 0.2);
}
.investment_consule_c .module_one .title2 {
  color: #fff;
}
.investment_consule_c .module_one .text {
  color: #fff;
  font-size: 1.875rem;
  line-height: 3.75rem;
}
.investment_consule_c .module_one .fbox ul {
  justify-content: space-around;
  display: flex;
}
.investment_consule_c .module_one .fbox ul li {
  width: 12.0625rem;
  height: 13.75rem;
  color: #0054a3;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.6875rem;
  background-color: #fff;
  background: url(../img/liubx.png) no-repeat;
  background-size: 100% 100%;
  display: table;
  padding: 0 2rem;
}
.investment_consule_c .module_one .fbox ul li > div {
  display: table-cell;
  vertical-align: middle;
}
.investment_consule_c .service_trade .top {
  background-color: #f5f5f5;
  padding-top: 8.75rem;
  padding-bottom: 3.125rem;
}
.investment_consule_c .service_trade .service-swiper {
  padding-bottom: 10.25rem;
}
.investment_consule_c .service_trade .service-swiper .swiper-slide {
  position: relative;
}
.investment_consule_c .service_trade .service-swiper .swiper-slide .text {
  position: absolute;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  font-size: 1.875rem;
  bottom: 10%;
  left: 10%;
}
.investment_consule_c .service_trade .service-swiper .swiper-pagination-bullets {
  bottom: 8%;
}
.investment_consule_c .service_trade .service-swiper .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.8);
}
.investment_consule_c .service_trade .service-swiper .swiper-pagination-bullet-active {
  background-color: #0054a3;
}
.investment_consule_c .service_trade .swiper-button-prev {
  top: 89%;
  left: 44%;
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.investment_consule_c .service_trade .swiper-button-prev .iconfont {
  font-size: 2rem;
  color: #0054a3;
}
.investment_consule_c .service_trade .swiper-button-next {
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 89%;
  right: 44%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.investment_consule_c .service_trade .swiper-button-next .iconfont {
  font-size: 2rem;
  color: #0054a3;
}
.investment_report_c .index-case {
  background: url(../img/m25.jpg) no-repeat;
  background-size: cover;
}
.investment_report_c .moudule_one {
  position: relative;
}
.investment_report_c .moudule_one .book {
  position: absolute;
  top: 20%;
  left: 14%;
  width: 23%;
}
.investment_report_c .moudule_one .top {
  padding-bottom: 1.625rem;
  height: 50%;
}
.investment_report_c .moudule_one .top .name {
  color: #0054a3;
  text-align: center;
  line-height: 2rem;
  font-weight: 700;
  font-size: 2.8125rem;
  margin-top: 10.625rem;
}
.investment_report_c .moudule_one .bottom {
  height: 50%;
  background: #E2E2E2;
  padding-top: 2.875rem;
  padding-bottom: 21.5rem;
}
.investment_report_c .moudule_one .bottom .text {
  margin-left: 31.125rem;
  font-size: 1.25rem;
  line-height: 2rem;
}
.investment_report_c .service_content .biaoti {
  color: #333;
  font-weight: 700;
  font-size: 1.3375rem;
  line-height: 3.75rem;
}
.investment_report_c .service_content .pofile {
  padding-top: 6.875rem;
  padding-bottom: 6.5625rem;
  background: url(../img/banner4.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.investment_report_c .service_content .pofile .col-md-4 {
  padding: 15px;
}
.investment_report_c .service_content .pofile .small_box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2.8125rem 2.5625rem 2.625rem 2rem;
  height: 100%;
}
.investment_report_c .service_content .pofile .small_box .top {
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.investment_report_c .service_content .pofile .small_box .top .name {
  color: #fff;
  line-height: 3.75rem;
  font-size: 2.25rem;
  font-weight: 700;
}
.investment_report_c .service_content .pofile .small_box .bottom {
  padding-top: 1.4375rem;
}
.investment_report_c .service_content .pofile .small_box .bottom .text1 {
  color: #fff;
  text-align: justify;
  font-size: 1.125rem;
  line-height: 1.875rem;
  position: relative;
  padding-left: 0.9375rem;
}
.investment_report_c .service_content .pofile .small_box .bottom .text1::before {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 0.75rem;
}
.investment_report_c .service_content .pofile .small_box .bottom .text2 {
  text-align: justify;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.875rem;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
.investment_report_c .service_trade .top {
  background-color: #f5f5f5;
  padding-top: 8.75rem;
  padding-bottom: 3.125rem;
}
.investment_report_c .service_trade .service-swiper {
  padding-bottom: 10.25rem;
}
.investment_report_c .service_trade .service-swiper .swiper-slide {
  position: relative;
}
.investment_report_c .service_trade .service-swiper .swiper-slide .text {
  position: absolute;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  font-size: 1.875rem;
  bottom: 10%;
  left: 10%;
}
.investment_report_c .service_trade .service-swiper .swiper-pagination-bullets {
  bottom: 8%;
}
.investment_report_c .service_trade .service-swiper .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.8);
}
.investment_report_c .service_trade .service-swiper .swiper-pagination-bullet-active {
  background-color: #0054a3;
}
.investment_report_c .service_trade .swiper-button-prev {
  top: 89%;
  left: 44%;
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.investment_report_c .service_trade .swiper-button-prev .iconfont {
  font-size: 2rem;
  color: #0054a3;
}
.investment_report_c .service_trade .swiper-button-next {
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 89%;
  right: 44%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.investment_report_c .service_trade .swiper-button-next .iconfont {
  font-size: 2rem;
  color: #0054a3;
}
.cultural_tourism_c .module_one {
  background: url(../img/pic1.png) no-repeat;
  background-size: cover;
}
.cultural_tourism_c .module_one .yuandian {
  margin-top: 3.375rem;
  text-align: center;
}
.cultural_tourism_c .module_two {
  padding-bottom: 6.5rem;
  background: #F5F5F5;
}
.cultural_tourism_c .module_two .top {
  display: flex;
  margin-top: 1.25rem;
  justify-content: space-around;
  position: relative;
  margin-bottom: 3.875rem;
}
.cultural_tourism_c .module_two .top .jiahao {
  position: absolute;
  top: 50%;
  left: 47%;
}
.cultural_tourism_c .module_two .center {
  display: flex;
  justify-content: space-around;
}
.cultural_tourism_c .module_two .center .left,
.cultural_tourism_c .module_two .center .right {
  color: #0054a3;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  background: #FFFFFF;
  border: 1px solid #0054a3;
  border-radius: 1.25rem;
  width: 14%;
  padding: 4.5rem 1.125rem;
  position: relative;
}
.cultural_tourism_c .module_two .center .middle {
  width: 64%;
  background-color: #0054a3;
  border-radius: 1.25rem;
  text-align: center;
  color: #fff;
  font-size: 2.8125rem;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cultural_tourism_c .module_two .center .middle .hover {
  position: absolute;
  top: -70%;
}
.cultural_tourism_c .module_two .center .left .hover {
  position: absolute;
  right: -17%;
  top: 40%;
}
.cultural_tourism_c .module_two .center .right .hover {
  position: absolute;
  left: -18%;
  top: 40%;
}
.cultural_tourism_c .module_two .shangjiantou {
  position: relative;
  left: 45%;
  margin-top: 0.625rem;
  margin-bottom: -3.9375rem;
  display: inline-block;
  z-index: 1;
}
.cultural_tourism_c .module_two .bottom {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #0054a3;
  border-radius: 1.25rem;
  position: relative;
  z-index: 2;
}
.cultural_tourism_c .module_two .bottom .text {
  color: #0054a3;
  line-height: 2.5rem;
  font-weight: 700;
  font-size: 2.8125rem;
  padding: 3.375rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-as a {
  border: 1px solid #888888;
  color: #888888;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.foot-as a:hover {
  background: #0054a3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
  border: 1px solid #0054a3;
}
.industrial_park_plan_c .list_index_one .col-md-4 {
  padding: 0;
}
.industrial_park_plan_c .list_index_one .text {
  color: #000;
  line-height: 1.875rem;
  font-size: 1.125rem;
}
.industrial_park_plan_c .list_index_one .shuzi {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 2.25rem;
  background: #0054a3;
  display: inline-block;
  padding: 0rem 0.2rem;
  height: 56px;
  display: flex;
  align-items: center;
}
.industrial_park_plan_c .list_index_one .left {
  margin-top: 15rem;
}
.industrial_park_plan_c .list_index_one .left .box_01 {
  display: flex;
}
.industrial_park_plan_c .list_index_one .left .box_02 {
  display: flex;
  margin-top: 9rem;
}
.industrial_park_plan_c .list_index_one .left .text {
  padding-right: 0.625rem;
}
.industrial_park_plan_c .list_index_one .center .shuzi {
  color: #fff;
  text-align: center;
  line-height: 1.875rem;
  font-weight: 700;
  font-size: 2.25rem;
  background: #0054a3;
  display: inline-block;
  padding: 0.6875rem 0.125rem;
}
.industrial_park_plan_c .list_index_one .center .shuzi:nth-last-of-type(2) {
  margin-bottom: 1.25rem;
}
.industrial_park_plan_c .list_index_one .right .box_05 {
  display: flex;
  margin-top: 14rem;
}
.industrial_park_plan_c .list_index_one .right .box_05 .text {
  padding-left: 0.9375rem;
}
.industrial_park_plan_c .list_index_one .right .box_04 {
  display: flex;
  margin-top: 9rem;
}
.industrial_park_plan_c .list_index_one .right .box_04 .text {
  padding-left: 0.9375rem;
}
.industrial_park_plan_c .center_banner {
  position: relative;
  width: 100%;
  background: url(../img/centerbannaer.png) no-repeat;
  background-size: cover;
  padding-top: 5.625rem;
  padding-bottom: 4.375rem;
}
.industrial_park_plan_c .center_banner .title1 .cn {
  color: #fff;
}
.industrial_park_plan_c .center_banner .title1 .eng {
  color: rgba(255, 255, 255, 0.2);
}
.industrial_park_plan_c .center_banner .text {
  color: #fff;
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 3.75rem;
  margin-top: 3rem;
}
.industrial_park_plan_c .center_banner .text2 {
  color: #fff;
  line-height: 1.875rem;
  font-size: 1.125rem;
}
.industrial_park_plan_c .list_index_two {
  background: #F9F9F9;
}
.industrial_park_plan_c .list_index_two .miao {
  height: 6.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.industrial_park_plan_c .service_system .content_box {
  background: url(../img/m24.jpg) no-repeat;
  background-size: cover;
}
.industrial_park_plan_c .more_cases {
  background: url(../img/morecases.png) no-repeat;
  background-size: cover;
  padding-top: 6.25rem;
  padding-bottom: 3.3125rem;
  text-align: center;
}
.industrial_park_plan_c .more_cases .small_box-swiper {
  background-color: #fff;
  padding: 2.625rem 2.875rem;
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1875rem;
}
.industrial_park_plan_c .more_cases .small_box-swiper:hover {
  background-color: #fe0506;
}
.industrial_park_plan_c .more_cases .small_box-swiper:hover a {
  color: #fff;
}
.industrial_park_plan_c .more_cases .more {
  color: #fff;
  border-color: #fff;
  position: relative;
  margin-top: 2.5rem;
}
.industrial_park_plan_c .more_cases .more:hover {
  background-color: #fe0506;
}
.project_consult_c .index_one::after {
  display: none;
}
.project_consult_c .box-wz1 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -75%;
}
.project_consult_c .box-wz2 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -75%;
}
.project_consult_c .box-wz {
  text-align: center;
}
.project_consult_c .box-wz .div1 {
  font-weight: 700;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1;
}
.project_consult_c .index_one {
  background: #fff;
}
.project_consult_c .index_one::after {
  display: none;
}
.project_consult_c .index_one .introduce {
  color: #333;
  line-height: 2.5rem;
  font-size: 1.4375rem;
  font-weight: 700;
}
.project_consult_c .index_one .name {
  color: #fe0506;
  line-height: 2.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
}
.project_consult_c .big_box {
  display: flex;
  justify-content: space-between;
}
.project_consult_c .big_box .left {
  width: 15%;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  background-color: #0054a3;
  padding: 6.125rem 2.1875rem;
  margin-top: 12.5rem;
  height: 14.6875rem;
  position: relative;
}
.project_consult_c .big_box .center {
  width: 43%;
}
.project_consult_c .big_box .center .top .biaoti {
  color: #fff;
  background-color: #fe0506;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.5rem;
  padding: 1.25rem 0;
  text-align: center;
}
.project_consult_c .big_box .center .main {
  background: #F5F5F5;
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}
.project_consult_c .big_box .center .main .box_info {
  background-color: #fff;
  text-align: center;
  padding: 0.9375rem 0;
  line-height: 2.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  border: 1px dashed #E4E4E4;
}
.project_consult_c .big_box .right {
  width: 15%;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  background-color: #0054a3;
  padding: 3.625rem 2.1875rem;
  display: flex;
  align-items: center;
  margin-top: 12.5rem;
  height: 14.6875rem;
}
.project_consult_c .project_plan {
  padding-top: 7.1875rem;
  padding-bottom: 6rem;
  background: url(../img/xiangmucehua.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.project_consult_c .project_plan .small_box {
  background: #FFFFFF;
  opacity: 0.9;
  border: 1px solid #E3E3E3;
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 2.375rem;
  margin-bottom: 1.25rem;
}
.project_consult_c .project_plan .small_box .text {
  line-height: 3.75rem;
  font-size: 1.375rem;
  font-weight: 500;
}
.project_consult_c .service_trade .top {
  background-color: #f5f5f5;
  padding-top: 8.75rem;
  padding-bottom: 3.125rem;
}
.project_consult_c .service_trade .service-swiper {
  padding-bottom: 10.25rem;
}
.project_consult_c .service_trade .service-swiper .swiper-slide {
  position: relative;
}
.project_consult_c .service_trade .service-swiper .swiper-slide .text {
  position: absolute;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  font-size: 1.875rem;
  bottom: 10%;
  left: 10%;
}
.project_consult_c .service_trade .service-swiper .swiper-pagination-bullets {
  bottom: 8%;
}
.project_consult_c .service_trade .service-swiper .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.8);
}
.project_consult_c .service_trade .service-swiper .swiper-pagination-bullet-active {
  background-color: #0054a3;
}
.project_consult_c .service_trade .swiper-button-prev {
  top: 89%;
  left: 44%;
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project_consult_c .service_trade .swiper-button-prev .iconfont {
  font-size: 2rem;
  color: #0054a3;
}
.project_consult_c .service_trade .swiper-button-next {
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 89%;
  right: 44%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project_consult_c .service_trade .swiper-button-next .iconfont {
  font-size: 2rem;
  color: #0054a3;
}
.project_consult_c .service_process {
  background-color: #f9f9f9;
  padding-top: 6.5625rem;
  padding-bottom: 7.5rem;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide {
  position: relative;
  margin-bottom: 1.25rem;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide:nth-of-type(5) .box .img {
  right: 41%;
  top: 100%;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide:nth-of-type(6) .box .img {
  right: -24%;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide:nth-of-type(7) .box .img {
  right: -24%;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide:nth-of-type(8) .box .img {
  right: -24%;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide:nth-of-type(9) .box .img {
  right: -24%;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide:nth-of-type(10) .box .img {
  right: -24%;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide .icon-img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  z-index: 1;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide .box {
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #E6E6E6;
  padding: 0.25rem 1.5rem 3.3125rem 1.5rem;
  text-align: center;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide .box .number {
  text-transform: uppercase;
  line-height: 3.0625rem;
  font-weight: 700;
  font-size: 2.5rem;
  color: #0054a3;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide .box .name {
  line-height: 1.875rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0054a3;
  margin-top: 0.1875rem;
  margin-bottom: 0.8125rem;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide .box .text {
  color: #333;
  line-height: 1.5rem;
}
.project_consult_c .service_process .service_process-swiper .swiper-slide .box .img {
  position: absolute;
  right: -14%;
  top: 50%;
}
.about-c .about-jia {
  padding: 6.25rem 7.5rem;
}
.good_programme .top {
  background: url(../img/haodefangan.png) no-repeat;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 20rem;
  background-attachment: fixed;
  text-align: center;
}
.good_programme .top .name1 {
  position: relative;
  line-height: 3.75rem;
  font-size: 2.8125rem;
  font-weight: 700;
  color: #fff;
}
.good_programme .top .name2 {
  position: relative;
  font-size: 1.5rem;
  line-height: 3.75rem;
  color: #fff;
}
.good_programme .top .name3 {
  position: relative;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 3.75rem;
  padding: 0 1.5625rem;
  background-color: #000;
  border-radius: 6.25rem;
  color: #fff;
  display: inline-block;
  margin-top: 0.5625rem;
  margin-bottom: 2rem;
}
.good_programme .top ul {
  padding: 0 11.4375rem;
  display: flex;
}
.good_programme .top ul li {
  width: 7.6875rem;
  height: 8.625rem;
  color: #0054a3;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.6875rem;
  margin-right: 4.375rem;
  display: flex;
  text-align: center;
  align-items: center;
  background: url(../img/liubianxing.png) no-repeat;
  background-size: 100% 100%;
}
.good_programme .top ul li:nth-last-child(1) {
  margin-right: 0;
}
.good_programme .bottom {
  position: relative;
  margin-top: -7.5rem;
}
.good_programme .bottom .left {
  padding: 0rem 11.75rem 7.6875rem 4.75rem;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.good_programme .bottom .left .biaoti {
  line-height: 3.75rem;
  font-size: 2rem;
  font-weight: 700;
  background: #D9D9D9;
  text-align: center;
  display: inline-block;
  margin-bottom: 3.375rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 1.3125rem 3rem 1.25rem 3rem;
  position: relative;
  left: 5.25rem;
}
.good_programme .bottom .left .main .name {
  line-height: 3.75rem;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.good_programme .bottom .left .main ul li {
  margin-bottom: 2.3rem;
}
.good_programme .bottom .left .main ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.good_programme .bottom .left .main ul li .text1 {
  line-height: 3.75rem;
  font-size: 1.375rem;
  padding-left: 1rem;
  position: relative;
}
.good_programme .bottom .left .main ul li .text1::before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 1.5rem;
  background: #D9D9D9;
  left: 0;
  top: 31%;
}
.good_programme .bottom .left .main ul li .text2 {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.25rem;
}
.good_programme .bottom .right {
  padding: 0 3.0625rem 2.9375rem 2rem;
  width: 43%;
  position: absolute;
  top: -8.25rem;
  left: 40%;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
  background-position: right;
}
.good_programme .bottom .right::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0rem;
  z-index: -1;
  background: rgba(254, 5, 6, 0.98);
  transform: skewX(-3deg);
  transform-origin: bottom right;
}
.good_programme .bottom .right .biaoti {
  line-height: 3.75rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-bottom: 2.1875rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 1.25rem 1.875rem;
  color: #fe0506;
  background-color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.good_programme .bottom .right .main .name {
  color: #fff;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3.75rem;
}
.good_programme .bottom .right .main ul {
  padding: 0 3.75rem;
}
.good_programme .bottom .right .main ul li {
  position: relative;
  padding: 1.75rem 0 1.75rem 7rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  float: right;
}
.good_programme .bottom .right .main ul li:last-child {
  border: none;
}
.good_programme .bottom .right .main ul li .yuan {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 3.75rem;
  border: 2px dashed #FFFFFF;
  border-radius: 50%;
  padding: 0.6875rem 0.5rem;
  width: 5.3rem;
  height: 5.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.good_programme .bottom .right .main ul li .text1 {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 3.75rem;
}
.good_programme .bottom .right .main ul li .text1 img {
  margin-right: 1rem;
}
.good_programme .bottom .right .main ul li .text2 {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.good_programme .bottom .right .main ul li:nth-child(1) {
  width: 90%;
}
.good_programme .bottom .right .main ul li:nth-child(2) {
  width: 92%;
}
.good_programme .bottom .right .main ul li:nth-child(3) {
  width: 94%;
}
.good_programme .bottom .right .main ul li:nth-child(4) {
  width: 96%;
}
.good_programme .bottom .right .main ul li:nth-child(5) {
  width: 98%;
}
.good_programme .bottom .right .main ul li:nth-child(6) {
  width: 100%;
}
.service_trade .top {
  background-color: #f5f5f5;
  padding-top: 8.75rem;
  padding-bottom: 3.125rem;
}
.service_trade .service-swiper {
  padding-bottom: 10.25rem;
}
.service_trade .service-swiper .swiper-slide {
  position: relative;
}
.service_trade .service-swiper .swiper-slide .text {
  position: absolute;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  font-size: 1.875rem;
  bottom: 10%;
  left: 10%;
}
.service_trade .service-swiper .swiper-pagination-bullets {
  bottom: 8%;
}
.service_trade .service-swiper .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.8);
}
.service_trade .service-swiper .swiper-pagination-bullet-active {
  background-color: #0054a3;
}
.service_trade .swiper-button-prev {
  top: 89%;
  left: 44%;
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_trade .swiper-button-prev .iconfont {
  font-size: 2rem;
  color: #0054a3;
}
.service_trade .swiper-button-next {
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 89%;
  right: 44%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_trade .swiper-button-next .iconfont {
  font-size: 2rem;
  color: #0054a3;
}
.logos_banner {
  background: url(../img/bigbanner.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 6.625rem 15rem 7.875rem 15rem;
}
.logos_banner .title1 .cn {
  color: #fff;
}
.logos_banner .title1 .eng {
  color: rgba(255, 255, 255, 0.2);
}
.logos_banner .text {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.125rem;
  color: #fff;
}
.logos_banner .center {
  background: rgba(254, 6, 7, 0.6);
  width: 100%;
  padding: 1.875rem 2.1875rem 2.4375rem 2.1875rem;
  margin-top: 2.8125rem;
  border-radius: 1.875rem;
}
.logos_banner .center p {
  text-align: center;
  font-size: 2.8125rem;
  font-weight: 700;
  color: #fff;
  opacity: 1;
}
.logos_banner .logos_box {
  width: 100%;
}
.logos_banner .logos_box .small-box {
  background-color: #fff;
  text-align: center;
  padding: 1.5625rem 0.125rem;
}
.logos_banner .logos_box .small-box .img {
  width: 4.4375rem;
  height: 3.75rem;
}
.service_guarantee .row {
  position: relative;
}
.service_guarantee .col-md-6 {
  margin-bottom: 1.875rem;
}
.service_guarantee .col-md-6 .left {
  background: #F5F5F5;
  border: 1px solid #E6E6E6;
  padding: 5.5rem 10rem 5.25rem 3.5625rem;
}
.service_guarantee .col-md-6 .left .wenben {
  margin-left: 2.5rem;
  width: 70%;
}
.service_guarantee .col-md-6 .left .wenben .name {
  color: #0054a3;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
}
.service_guarantee .col-md-6 .left .wenben .text {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.5rem;
}
.service_guarantee .col-md-6 .left .wenben .miao {
  height: 4.6875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.service_guarantee .col-md-6 .right {
  background: #F5F5F5;
  border: 1px solid #E6E6E6;
  padding: 5.5rem 1.375rem 5.25rem 11.3125rem;
}
.service_guarantee .col-md-6 .right .wenben {
  margin-left: 2.5rem;
  width: 78%;
}
.service_guarantee .col-md-6 .right .wenben .name {
  color: #0054a3;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
}
.service_guarantee .col-md-6 .right .wenben .text {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.5rem;
}
.service_guarantee .col-md-6 .right .wenben .miao {
  height: 4.6875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.service_guarantee .big-yuan {
  width: 25em;
  height: 25rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 36%;
  top: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_guarantee .big-yuan .red-yuan {
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  background-color: #0054a3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_guarantee .big-yuan .red-yuan>img{
    filter: brightness(0) invert(1);
    width: 80%;
}
.service_process {
  background-color: #f9f9f9;
  padding-top: 6.5625rem;
  padding-bottom: 7.5rem;
}
.service_process .service_process-swiper .swiper-slide {
  position: relative;
  margin-bottom: 1.25rem;
}
.service_process .service_process-swiper .swiper-slide:nth-of-type(5) .box .img {
  right: 41%;
  top: 100%;
}
.service_process .service_process-swiper .swiper-slide:nth-of-type(6) .box .img {
  right: -24%;
}
.service_process .service_process-swiper .swiper-slide:nth-of-type(7) .box .img {
  right: -24%;
}
.service_process .service_process-swiper .swiper-slide:nth-of-type(8) .box .img {
  right: -24%;
}
.service_process .service_process-swiper .swiper-slide:nth-of-type(9) .box .img {
  right: -24%;
}
.service_process .service_process-swiper .swiper-slide:nth-of-type(10) .box .img {
  right: -24%;
}
.service_process .service_process-swiper .swiper-slide .icon-img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  z-index: 1;
}
.service_process .service_process-swiper .swiper-slide .box {
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #E6E6E6;
  padding: 0.25rem 1.5rem 3.3125rem 1.5rem;
  text-align: center;
}
.service_process .service_process-swiper .swiper-slide .box .number {
  text-transform: uppercase;
  line-height: 3.0625rem;
  font-weight: 700;
  font-size: 2.5rem;
  color: #0054a3;
}
.service_process .service_process-swiper .swiper-slide .box .name {
  line-height: 1.875rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0054a3;
  margin-top: 0.1875rem;
  margin-bottom: 0.8125rem;
}
.service_process .service_process-swiper .swiper-slide .box .text {
  color: #333;
  line-height: 1.5rem;
}
.service_process .service_process-swiper .swiper-slide .box .img {
  position: absolute;
  right: -14%;
  top: 50%;
}
.contact_us {
  background: url(../img/lianxibanner.png) no-repeat;
  background-size: cover;
  padding-top: 8.1875rem;
  padding-bottom: 8.625rem;
}
.contact_us .name {
  color: #333;
  line-height: 3.75rem;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 1.0625rem;
}
.contact_us .le {
  width: 76%;
}
.contact_us .left {
  width: 100%;
}
.contact_us .left .box {
  width: 49%;
  background-color: #fff;
  /*padding: 1rem 0 1.125rem 2.5625rem;*/
  padding: 0.6rem 0 0.625rem 0.8625rem;
  float: left;
  margin-bottom: 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0;
}
.contact_us .left .box:nth-child(2n) {
  float: right;
}
.contact_us .left .box input {
  padding-left: 4.5rem;
  color: #666;
  font-size: 1.125rem;
  height: 40px;
}
.contact_us .left .box .hover {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1rem;
}
.contact_us .left .box .hover .one {
  color: #666;
  font-size: 1.125rem;
}
.contact_us .left .box .hover .two {
  color: #FF0000;
}
.contact_us .left .last {
  width: 100%;
  margin-right: 0;
  padding: 1rem;
  height: 8.9375rem;
}
.contact_us .right {
  width: 20%;
}
.contact_us .right .big_box .erweima {
  width: 13.3125rem;
  height: 13.3125rem;
  margin-left: 0.5rem;
}
.contact_us .right .number {
  margin-top: 1.6875rem;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
}
.contact_us .right .number span {
  font-size: 1.25rem;
}
.contact_us .more {
  color: #fff;
  background-color: #0054a3;
  border: none;
  border: 1px solid #0054a3;
}
.contact_us .more:hover {
  color: #0054a3;
  background-color: #fff;
  border: 1px solid #0054a3;
}
.service_system .content_box {
  background: url(../img/system.png) no-repeat;
  background-size: cover;
  display: flex;
}
.service_system .content_box .small_box {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 20%;
  padding: 9.8125rem 3rem 9.8125rem 3rem;
}
.service_system .content_box .small_box .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2rem;
}
.service_system .content_box .small_box .top .text {
  color: #fff;
  font-size: 2.25rem;
  line-height: 3.75rem;
  font-weight: 700;
}
.service_system .content_box .small_box .top .text sub {
  font-size: 1.375rem;
  font-weight: normal;
}
.service_system .content_box .small_box .top .text > p {
  font-size: 1.625rem;
  line-height: 1;
}
.service_system .content_box .small_box .bottom {
  padding-top: 1.4375rem;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.service_system .content_box .small_box .bottom .text {
  text-align: justify;
  color: #FFFFFF;
  line-height: 2.25rem;
  font-size: 1.25rem;
  padding-left: 1.5rem;
  position: relative;
}
.service_system .content_box .small_box .bottom .text::before {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0.375rem;
}
.service_system .content_box .small_box:hover {
  background-color: #fe0506;
}
.search {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.search input {
  width: 100%;
  height: 5rem;
  border-radius: 3.75rem;
  border: 2px solid #0054a3;
  padding-left: 33px;
}
.search .hover {
  background: #0054a3;
  width: 10.9375rem;
  height: 5rem;
  border-radius: 0 60px 60px 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 5rem;
  color: #fff;
}
.search .hover .iconfont {
  font-size: 1.4375rem;
}
.search .hover span a {
  font-size: 1.125rem;
  color: #fff;
}
.success {
  background: #F5F5F5;
  padding-top: 5.625rem;
  overflow: hidden;
}
.success .col-md-3 {
  margin-bottom: 1.875rem;
}
.success .col-md-3:hover .bottom .text {
  color: #0054a3;
}
.success .col-md-3 .top {
  position: relative;
}
.success .col-md-3 .top img {
  height: 11.875rem;
}
.success .col-md-3 .bottom {
  padding: 1.1875rem 1.25rem 2.5625rem 1.25rem;
  position: relative;
  background-color: #fff;
}
.success .col-md-3 .bottom .small span {
  border-radius: 0.25rem;
  color: #fff;
  background: #0054a3;
  line-height: 1.4375rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.2rem;
}
.success .col-md-3 .bottom .text {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.75rem;
  height: 3.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.success .col-md-3 .bottom .text a {
  color: rgba(0, 0, 0, 0.9);
}
.success .more {
  border-color: #888;
  color: #888;
  position: relative;
  left: 45%;
}
.success .more:hover {
  background-color: #0054a3;
  border-color: #0054a3;
  color: #fff;
}
.investment_consult_c .investment_report_c .index-case {
  background: url(../img/m25.jpg) no-repeat;
  background-size: cover;
}
.service_content .biaoti {
  color: #333;
  font-weight: 700;
  font-size: 1.3375rem;
  line-height: 3.75rem;
}
.service_content .pofile {
  padding-top: 6.875rem;
  padding-bottom: 6.5625rem;
  background: url(../img/banner4.png) no-repeat;
  background-size: cover;
}
.service_content .pofile .small_box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2.8125rem 2.5625rem 2.625rem 2rem;
  margin-bottom: 1.875rem;
}
.service_content .pofile .small_box .top {
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.service_content .pofile .small_box .top .name {
  color: #fff;
  line-height: 3.75rem;
  font-size: 2.25rem;
  font-weight: 700;
}
.service_content .pofile .small_box .bottom {
  padding-top: 1.4375rem;
}
.service_content .pofile .small_box .bottom .text1 {
  color: #fff;
  text-align: justify;
  font-size: 1.125rem;
  line-height: 1.875rem;
  position: relative;
  padding-left: 0.9375rem;
}
.service_content .pofile .small_box .bottom .text1::before {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 20%;
}
.service_content .pofile .small_box .bottom .text2 {
  text-align: justify;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.875rem;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
.team .people .people_box {
  background: #F5F5F5;
  padding: 2.5625rem 3.625rem 3.5625rem 2.1875rem;
}
.team .people .people_box .top {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 1.25rem;
  position: relative;
}
.team .people .people_box .top::after {
  position: absolute;
  content: '';
  width: 17rem;
  height: 0.125rem;
  background-color: #0054a3;
  bottom: 0;
}
.team .people .people_box .top .name {
  line-height: 3.75rem;
  font-size: 1.875rem;
  font-weight: 700;
}
.team .people .people_box .top .name1 {
  line-height: 1.625rem;
}
.team .people .people_box .bottom {
  padding-top: 1.5rem;
}
.team .people .people_box .bottom .text {
    color: rgb(0 0 0 / 100%);
    line-height: 2.3rem;
    font-weight: 200;
    font-size: 1.1rem;
}
.team .people .col-md-3 {
  padding: 15px;
}
.team .people .small_box {
  padding: 1.875rem 1.5rem 1.625rem 1.9375rem;
  height: 100%;
}
.team .people .small_box .top {
  display: flex;
  justify-content: space-between;
}
.team .people .small_box .right {
  width: 7.5rem;
  background: #fff;
  height: 7.5rem;
  border-radius: 100%;
}
.team .people .small_box .right img {
  width: 100%;
  border-radius: 100%;
}
.team .people .top_box {
  width: 100%;
}
.about_us .right ul li .name {
  font-size: 1.25rem;
}
.industrial_research_c .center_list .small .bottom .text {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: rgba(0, 0, 0, 0.8);
}
.industrial_research_c .sort_list ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}
.industrial_research_c .policy .box ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}
.hide {
  display: none;
}
.project-consultation-l .services .services-lunbo .swiper-slide .box {
  height: 100%;
}
.project-consultation-l .services .services-lunbo .swiper-slide .box .div2 {
  height: 3.375rem;
}
.service_process .service_process-swiper .swiper-slide .box .text {
  height: 5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.good_programme .bottom {
  padding-bottom: 11rem;
}
.good_programme .bottom .left {
  width: 47%;
}
.good_programme .bottom .left .main ul li .text2 {
  line-height: 1.5;
}
.service_process .service_process-swiper .swiper-slide .box {
  padding: 0.25rem 1rem 1rem 1rem;
}
.service_process .service_process-swiper .swiper-slide .box .img {
  right: -20%;
}
.industrial_park_plan_c .service_system .content_box .small_box {
  width: 25%;
}
.govem_table {
  text-align: center;
  background: #F9F9F9;
}
.govem_table .table {
  background: #fff;
}
.govem_table thead {
  background-color: #0054a3;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.govem_table .table td,
.govem_table .table th {
  vertical-align: middle;
}
.govem_table .bgc {
  background: #FFEAEA;
  font-size: 1.625rem;
  line-height: 1.875rem;
}
.govem_table td {
  line-height: 1.875rem;
}
