@charset "utf-8";
@font-face {
  font-family: 'gilroyB';
  src: url('/fonts/Gilroy-Bold.woff.ttf') format('truetype');
}
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
.f0 {
  font-size: 0;
}
.flex-dn {
  display: flex;
  flex-wrap: wrap;
}
.flex-dn::before,
.flex-dn::after {
  display: none;
}
@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1400px;
  }
  .container.w1320 {
    width: 1280px;
  }
}
@media (min-width: 1660px) {
  .container {
    width: 1500px;
  }
  .container.w1320 {
    width: 1320px;
  }
}
/* ================= index ================== */
.header {
  position: absolute;
  top: 3.8vh;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .flex-dn {
  align-items: center;
  justify-content: space-between;
}
.header .a-logo img {
  max-height: 62px;
}
.h-search {
  width: 400px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px;
  overflow: hidden;
}
.h-search .put-01 {
  outline: none;
  border: none;
  width: 100%;
  padding-left: 35px;
  padding-right: 85px;
  font-size: 18px;
  color: #333;
  background: #fff;
}
.h-search .put-01::placeholder {
  color: #666;
}
.h-search .btn-01 {
  outline: none;
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 82px;
}
.nav {
  position: relative;
  height: 60px;
  background: #002fa7;
}
.nav-list {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  background: #002fa7;
}
.nav-list ul li {
  flex: 1;
}
.nav-list ul li a {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  display: block;
  width: 100%;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.nav-list ul li a .span-icon{
  position: relative;
  transform: translateY(15%);
  max-width: 30px;
  margin-right: 5px;
  font-size: 0;
  line-height: normal;
}
.nav-list ul li a .span-icon img{
  height: 26px;
}
.nav-list ul li a .span-icon .mg{
  display: block;
}
.nav-list ul li a .span-icon .mgh{
  display: none;
}
.nav-list ul li.on a {
  background: #001c64;
}
.nav-list ul li.on a .span-icon .mg{
  display: none;
}
.nav-list ul li.on a .span-icon .mgh{
  display: block;
}
.nav-list.on {
  position: fixed;
  z-index: 100;
}
.header-bream {
  width: 26px;
  height: 24px;
  position: relative;
  padding-top: 11px;
  cursor: pointer;
  margin-left: 20px;
  display: none;
}
.header-bream span {
  display: block;
  height: 2px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bream::before,
.header-bream:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bream::before {
  top: 2px;
}
.header-bream::after {
  bottom: 2px;
}
.header-bream.on span {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header-bream.on::before {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-bream.on::after {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer {
  padding: 2% 0;
  background-color: #666;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.footer .span-01 img {
  position: relative;
  top: -2px;
  margin-right: 7px;
  margin-left: 10px;
}
/* 悬浮框 */
.celan-list {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 90;
}
.celan-list li {
  position: relative;
  margin-top: 7px;
}
.celan-list li:first-child {
  margin-top: 0;
}
.celan-list li .return-top {
  cursor: pointer;
}
.celan-list li a {
  width: 60px;
  height: 60px;
  border: 1px solid #002fa7;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.celan-list li a img {
  max-width: 60%;
}
.celan-list li a .mg {
  display: block;
}
.celan-list li a .mgh {
  display: none;
}
.celan-list li .div-01 {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 4px;
  background: url('/images/icon-arrow.png') right center no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.celan-list li .div-ewm {
  width: 107px;
  height: 107px;
  padding: 7px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 47, 167, 0.07);
}
.celan-list li .div-ewm img {
  width: 93px;
  height: 93px;
}
.celan-list li .div-phone {
  white-space: nowrap;
  color: #002fa7;
  font-size: 20px;
  font-family: 'gilroyB';
  line-height: 78px;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 47, 167, 0.07);
}
.celan-list li:hover a {
  background-color: #002fa7;
}
.celan-list li:hover a .mg {
  display: none;
}
.celan-list li:hover a .mgh {
  display: block;
}
.celan-list li:hover .div-01 {
  visibility: visible;
  opacity: 1;
}
/* 视频弹窗 */
.public-tc {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.public-tc .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-height: 100vh;
  text-align: center;
}
#video {
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
.public-tc-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.pages {
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}
.pages a,
.pages strong {
  display: inline-block;
  font-size: 16px;
  color: #999;
  min-width: 40px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  margin-left: 12px;
  margin-right: 12px;
  font-weight: normal;
  border: 1px solid #c8c8c8;
}
.pages strong {
  background: #002fa7;
  color: #fff;
}
.pages a.ling {
  background-repeat: no-repeat;
  background-position: center;
}
.pages a.ling:first-child {
  background-image: url('/images/p-left.png');
}
.pages a.ling:last-child {
  background-image: url('/images/p-right.png');
}
/* ================= index ================== */
.banner-a1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s linear 0s;
}
.main {
  padding-top: 30px;
  padding-bottom: 5%;
}
.index-toutiao {
  height: 100px;
  padding-left: 150px;
  background: #b2c0e4;
}
.index-toutiao .title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  padding-right: 22px;
  background: url('/images/index-bg1.png') right center no-repeat;
}
.index-toutiao-owl .zi {
  width: 100%;
  font-size: 40px;
  line-height: 100px;
  color: #0a5491;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-toutiao-owl .zi a:hover{
  color: #002fa7;
}
.index-top {
  margin-top: 33px;
  justify-content: space-between;
}
.index-news-owl {
  width: 43.46%;
}
.index-news-owl .owl-dots {
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 5.96%;
}
.index-news-owl .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background: none;
  margin: 0 10px;
  border-radius: 50%;
}
.index-news-owl .owl-dots .owl-dot.active {
  border-color: #002fa7;
  background-color: #002fa7;
}
.index-news-owl .owl-nav button.owl-prev,
.index-news-owl .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-news-owl .owl-nav button.owl-prev {
  left: 0;
  background-image: url('/images/arrow-left.png');
}
.index-news-owl .owl-nav button.owl-next {
  right: 0;
  background-image: url('/images/arrow-right.png');
}
.index-news-a1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-news-a1 .txt {
  position: absolute;
  left: 3.69%;
  right: 200px;
  bottom: 4.58%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.index-news {
  width: 51%;
}
.index-news-tab {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.index-news-tab .a-01 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  cursor: pointer;
  letter-spacing: 1px;
}
.index-news-tab .a-01.on {
  color: #002fa7;
}
.index-news-tab .span-line {
  margin: 0 25px;
}
.index-news-tab .more {
  position: absolute;
  right: 0;
}
.index-news-nr .div-nr-01 {
  display: none;
}
.index-news-nr .div-nr-01:first-child {
  display: block;
}
.index-news-list li {
  position: relative;
  margin-top: 36px;
  padding-right: 120px;
  font-size: 0;
}
.index-news-list li:first-child {
  margin-top: 30px;
}
.index-news-list li a {
  display: inline-block;
  max-width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #666;
  padding-left: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url('/images/icon-07.png') left center no-repeat;
}
.index-news-list li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-style: lighter;
}
.index-news-list.ling {
  padding-top: 15px;
}
.index-news-list.ling2 {
  padding-top: 15px;
}
.index-news-list.ling2 li {
  margin: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #fff;
}
.index-news-list.ling2 li a {
  margin: 0;
}
.index-news-list.ling2 li .a-01 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 35px;
  background: url('/images/icon-14.png') left center no-repeat;
}
.index-news-list.ling2 li:hover {
  border-bottom-color: #002fa7;
}
.index-news-list.ling2 li:hover .a-01 {
  background-image: url('/images/icon-14h.png');
}
.index-middle {
  padding-top: 0.5%;
}
.index-item {
  width: 32.33%;
  padding: 30px 25px 15px;
  background: #f9f9f9;
  margin-left: 1.5%;
  margin-top: 1.8%;
}
.index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.index-title span {
  display: inline-block;
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1;
}
.index-news-list2 {
  padding-top: 10px;
}
.index-news-list2 li {
  position: relative;
  margin-top: 30px;
  padding-right: 150px;
  font-size: 0;
}
.index-news-list2 li:first-child {
  margin-top: 30px;
}
.index-news-list2 li a {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  padding-left: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url('/images/icon-08.png') left center no-repeat;
}
.index-news-list2 li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-style: lighter;
}
.index-zdcy-list {
  padding-top: 10px;
}
.index-zdcy-list li {
  width: 78px;
  margin-top: 22px;
  margin-left: calc((100% - 234px) / 2);
}
.index-zdcy-list li:nth-child(3n+1) {
  margin-left: 0;
}
.index-zdcy-01 .icon {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002fa7;
  border-radius: 50%;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.index-zdcy-01 .icon img {
  max-width: 60%;
  max-height: 60%;
}
.index-zdcy-01 .txt {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
  white-space: nowrap;
}
.index-video {
  margin-bottom: 15px;
  cursor: pointer;
}
.index-video .div-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.index-video img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.index-hj-tab {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.index-hj-tab .a-01 {
  font-size: 16px;
  line-height: 1;
  color: #333;
  cursor: pointer;
}
.index-hj-tab .a-01.on {
  color: #002fa7;
}
.index-hj-nr {
  margin-top: 20px;
}
.index-hj-nr .div-nr-01 {
  display: none;
}
.index-hj-nr .div-nr-01:first-child {
  display: block;
}
.index-hj-01 {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  height: 410px;
  overflow: auto;
}
.index-hj-01 img {
  margin-bottom: 15px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.public-scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #fff;
}
/*定义滚动条轨道 内阴影+圆角*/
.public-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
/*定义滑块 内阴影+圆角*/
.public-scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #002fa7;
}
.index-service-list {
  padding-top: 20px;
  padding-bottom: 15px;
}
.index-service-list li {
  margin-top: 20px;
}
.index-service-01:first-child {
  margin-top: 0;
}
.index-service-01 .span-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.index-service-01 img {
  width: 100%;
}
.index-service-01 .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 20px 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-yqqy-owl {
  margin-top: 40px;
}
.index-yqqy-owl .owl-dots {
  position: static;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-top: 16px;
}
.index-yqqy-owl .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border: 1px solid #9e9e9e;
  background: none;
  margin: 0 10px;
  border-radius: 50%;
}
.index-yqqy-owl .owl-dots .owl-dot.active {
  border-color: #002fa7;
  background-color: #002fa7;
}
.index-yqqy-a1 {
  margin-top: 20px;
}
.index-yqqy-a1:first-child {
  margin-top: 0;
}
.index-yqqy-a1 .span-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.index-yqqy-a1 img {
  width: 100%;
}
.index-yqqy-a1 .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  color: #fff;
  background: url('/images/index-bg2.png') center repeat-x;
}
/* ================= B2走进园区-园区发展 ================== */
.public-bream {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f3f3f3;
}
.public-bream .flex-dn {
  justify-content: space-between;
}
.public-bream .div-left {
  color: #333;
}
.public-bream .div-left .span-cn {
  font-size: 26px;
  line-height: 1;
}
.public-bream .div-left .span-en {
  padding-left: 13px;
  background: url('/images/line-03.png') left center no-repeat;
  font-size: 18px;
  margin-left: 17px;
}
.public-bream .div-address {
  display: flex;
  align-items: center;
  line-height: 18px;
}
.public-bream .div-address .icon {
  margin-right: 8px;
}
.public-bream .div-address a {
  font-size: 14px;
  color: #666;
}
.public-bream .div-address span {
  font-size: 14px;
  color: #666;
  margin: 0 3px;
}
.public-main {
  margin-top: 30px;
  margin-bottom: 80px;
}
.public-main {
  justify-content: space-between;
}
.public-main .public-left {
  width: 22.72%;
}
.public-main .public-right {
  width: 73.86%;
}
.public-menu li {
  margin-top: 1px;
}
.public-menu li:first-child {
  margin-top: 0;
}
.public-menu li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 32px;
  padding: 10px 72px 10px 40px;
  background: url('/images/icon-10.png') 24px center no-repeat #f6f7f9;
}
.public-menu li a::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 13px;
  background: url('/images/icon-11.png') center no-repeat;
  background-size: cover;
  display: none;
}
.public-menu li a.on {
  color: #fff;
  background-color: #002fa7;
  background-image: url('/images/icon-10h.png');
}
.public-menu li a.on::after {
  display: block;
}
.public-message {
  background: #f6f7f9;
  padding: 25px 25px 38px;
  margin-top: 10px;
  border-top: 2px solid #002fa7;
}
.public-message .title {
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.public-message .word {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
}
.public-message .a-01 {
  width: 130px;
  height: 36px;
  line-height: 36px;
  background: #002fa7;
  color: #fff;
  font-size: 16px;
  margin-top: 13px;
}
.public-title {
  font-size: 30px;
  color: #333;
  line-height: 1;
}
.history-main {
  margin-top: 30px;
  background: #f6f7f9;
}
.history-top {
  padding: 100px 22px 113px;
  background: url('/images/h-bg1.jpg') center bottom no-repeat;
  background-size: cover;
}
.history-owl {
  position: relative;
  padding-left: 85px;
  padding-right: 85px;
}
.history-owl::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  height: 1px;
  background: #002fa7;
}
.history-owl .owl-stage-outer {
  z-index: 2;
}
.history-nav .history-prev,
.history-nav .history-next {
  position: absolute;
  top: auto;
  bottom: -3px;
  margin: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  cursor: pointer;
}
.history-nav .history-prev {
  left: 0;
  background-image: url('/images/arrow-left2.png');
}
.history-nav .history-next {
  right: 0;
  background-image: url('/images/arrow-right2.png');
}
.history-a1 {
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-family: 'gilroyB';
  font-size: 30px;
  color: #999;
  line-height: 40px;
  padding-bottom: 40px;
  background: url('/images/icon-12.png') center bottom no-repeat;
}
.history-a1.on {
  font-size: 40px;
  color: #002fa7;
  background-image: url('/images/icon-12h.png');
}
.history-nr {
  background: #f6f7f9;
  font-size: 16px;
  color: #333;
  line-height: 38px;
  padding: 20px 30px 17px;
}
.history-nr .div-nr-01 {
  display: none;
}
.history-nr .div-nr-01:first-child {
  display: block;
}
/* ================= B3走进园区-视频园区 ================== */
.video-list li {
  margin-top: 30px;
}
.video-01 {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.video-01 .div-img .span-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.video-01 .div-img img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.video-01 .txt {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
}
/* ================= B4走进园区-园区地图 ================== */
.yuanqu-map {
  margin-top: 30px;
}
/* ================= F1党建服务-工委动态 ================== */
.dt-a1 {
  padding-top: 27px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eee;
}
.dt-a1 .date {
  font-size: 16px;
  color: #666;
  line-height: 1;
}
.dt-a1 .title {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 17px;
}
.dt-a1 .des {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 13px;
}
.dt-a1 .more {
  width: 113px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #002fa7;
  margin-top: 25px;
}
.dt-a1 .more span {
  display: inline-block;
  font-size: 16px;
  color: #002fa7;
  padding-right: 20px;
  background: url('/images/icon-13h.png') right center no-repeat;
}
.st-list li:first-child .dt-a1 {
  padding-top: 0;
}
.form-main {
  margin-top: 40px;
  padding: 22px;
  background-color: #f7f7f7;
}
.form-main .row > div {
  margin-top: 25px;
}
.form-main .row > div:first-child {
  margin-top: 0;
}
.form-main .put-01 {
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  width: 100%;
  padding: 11px 15px;
}
.form-main .put-01::placeholder {
  color: #666;
}
.form-main .span-yzm{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-main .text-01 {
  height: 145px;
}
.form-main .btn-01 {
  background-color: #002fa7;
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
}
/* ================= G1新闻资讯-要闻 ================== */
.news-top {
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  margin-top: 40px;
}
.news-top .div-img {
  width: 34.5%;
  overflow: hidden;
}
.news-top .div-img .span-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;

}
.news-top .cont {
  width: 58.88%;
  padding-right: 50px;
}
.news-top .cont .title {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-top .cont .date {
  font-size: 16px;
  color: #999;
  line-height: 1;
  padding-bottom: 40px;
  background: url('/images/line-04.jpg') left bottom no-repeat;
  margin-top: 13px;
}
.news-top .cont .more {
  font-size: 14px;
  color: #002fa7;
  margin-top: 25px;
}
.news-top .cont .more img {
  width: 26px;
  margin-right: 15px;
}
.news-list {
  margin-top: 20px;
}
.news-list li {
  margin-top: 1px;
  background: url('/images/icon-more.png') right 4.7% center no-repeat #f6f7f9;
  background-size: 24px;
}
.news-list li:first-child {
  margin-top: 0;
}
.news-list li a {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 84px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 6%;
  padding-right: 25.17%;
  background: url('/images/icon-15.png') 4.6% center no-repeat;
}
/* ================= C3投资环境-配套服务 ================== */
.art .div-01 {
  margin-top: 70px;
}
.art .div-01:first-child {
  margin-top: 0;
}
.art .div-01 .title {
  font-size: 30px;
  color: #333;
}
.art .div-01 .des {
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.art .div-01 .des img{
  height: auto !important;
  max-height: auto !important;
}
.art-page{
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-top: 10%;
}
.art-page>div{
  width: 50%;
  padding-left: 150px;
  font-size: 0;
  text-align: right;
  box-sizing: border-box;
}
.art-page>div a{
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.art-page>div:first-child{
  padding-left: 0;
  padding-right: 150px;
  text-align: left;
}
.art-page .index_link{
  display: inline-block;
  width: auto;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%,-50%);
}
.art-page .index_link a{
  color: #002fa7;
}

.djservice-red .nav-list{
  background-color: #e60000;
}
.djservice-red .nav-list ul li.on a{
  background-color: #aa0000;
}
.djservice-red .public-menu li a.on{
  background-color: #e60000;
}
.djservice-red .public-message .a-01{
  background-color: #e60000;
}
.djservice-red .public-message{
  border-top-color: #e60000;
}
.djservice-red .dt-a1 .more{
  border-color: #e60000;
}
.djservice-red .dt-a1 .more span{
  color: #e60000;
  background-image: url('/images/icon-13red.png');
}

.djservice-red .pages strong {
  background: #e60000;
}
.djservice-red .art-page .index_link a{
  color: #e60000;
}