/*20200429001*/
@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

@font-face {
  font-family: 'mFont';
  font-display: swap;
  src: url('/css/fonts/webfont.eot');
  src: url('/css//css/fonts/webfont.eot') format('embedded-opentype'),
    url('/css//css/fonts/webfont.woff2') format('woff2'),
    url('/css/fonts/webfont.woff') format('woff'),
    url('/css/fonts/webfont.ttf') format('truetype'),
    url('/css/fonts/webfont.svg') format('svg');
}

body {
  font-size: 12px;
  font-style: normal;
  height: 100%;
  line-height: 22px;
  width: 100%;
  font-family: 'mFont';
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}

a,
img {
  border: 0;
  text-decoration: none;
}

ul {
  list-style: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  *zoom: 1;
}

*html .clearfix {
  height: 1%;
}

.fix {
  *zoom: 1;
  *clear: both;
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.lf {
  float: left;
}

.rg {
  float: right;
}

.head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f8f8f8;
  height: 100px;
  top: 0;
}

.head_containor {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.logo {
  position: absolute;
  width: 300px;
  left: 0px;
  top: 5px;
  z-index: 99999;
}

.logo img {
  width: 300px;
}

.nav {
  position: absolute;
  width: 100%;
  top: 55px;
}

.nav_pc li a {
  text-decoration: none;
}

.nav ul {
  display: flex;
  flex-wrap: nowrap;
  width: 880px;
  float: left;
}

.nav ul li {
  flex: 1;
  height: 50px;
  position: relative;
  display: flex;
  padding: 0 10px;
  align-items: stretch;
  box-sizing: border-box;
}

.nav ul li .a1 {
  text-align: center;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0 5px;
  position: relative;
  white-space: nowrap;
}

.nav ul li:not(.current):hover .a1::before {
  color: #2a3f7e;
  font-weight: bold;
  box-sizing: content-box;
  display: block;
}

.nav ul li .a1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2a3f7e;
  display: none;
}

.current {
  color: #2a3f7e;
  border-top: 3px solid #2a3f7e;
  font-weight: bold;
  width: 70px;
  box-sizing: content-box;
}

.nav ul li:hover .div1 {
  transform: scale(1);
  opacity: 1;
}

.nav ul li .div1 {
  background: #f8f8f8;
  width: 120px;
  left: -15px;
  position: absolute;
  top: 47px;
  z-index: 100;
  border-radius: 0 0 3px 3px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.11s ease-out;
}

.nav ul li .div1 .p1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.nav ul li .div1 .p1 a {
  text-align: center;
  width: 95%;
  color: #2a3f7e;
  padding: 5px 0;
}

.nav ul li .div1 .p1 a:hover {
  color: #fff;
  background-color: rgba(42, 63, 126, 0.5);
}

.a_txt {
  display: none;
}

.sousuo {
  float: right;
  width: 180px;
  margin-top: 5px;
  margin-right: 120px;
  position: relative;
}

.sousuo img,.sousuo .search-submit {
  position: absolute;
  right: 0px;
  top: 6px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.sousuo .search-submit{
  outline: none;
  border: 0 none;
  background: url("/img/sousuo.png") no-repeat 50% 50%;
  background-size: contain;
}

.sousuo input {
  outline: 0;
  border: 0;
  background: rgba(42, 63, 126, 0.1);
  border-radius: 23px;
  width: 100%;
  height: 32px;
  padding-left: 10px;
}

.zhongying {
  position: absolute;
  width: 90px;
  top: 5px;
  right: 0px;
}

.zhongying a:nth-child(1) input {
  outline: 0;
  border: 0;
  width: 0.8rem;
  height: 0.6rem;
  background: #2a3f7e;
  color: white;
}

.zhongying a:nth-child(2) input {
  outline: 0;
  border: 0;
  width: 0.8rem;
  height: 0.6rem;
  color: #2a3f7e;
  border: 1px solid #ececec;
  margin-left: -4%;
  background: white;
}

.index_banner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.index_banner p {
  font-size: 0.25rem;
  color: #5b86f9;
  float: right;
}

.index_banner img {
  width: 100%;
}

/*栏目通用*/
.column__title {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
  margin-top: 16px;
}

.column__img {
  display: block;
  margin: 0 auto;
  width: 4rem;
}

.column__content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/*新闻热点*/
.news {
  width: 1200px;
  margin: 0 auto;
  height: 6rem;
}

/*热点新闻轮播图*/
.swiper-container2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  opacity: 0.5;
  margin-right: -3px;
  width: 20px;
  height: 35px;
  background-size: 15px 35px;
}

.swiper-container2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  opacity: 0.5;
  margin-left: -3px;
  width: 20px;
  height: 35px;
  background-size: 15px 35px;
}

.news_list {
  float: right;
  width: 55%;
}

.news_list .tab {
  display: flex;
  justify-content: flex-end;
  margin-top: 2%;
}

.news_list .tab .tab-item {
  font-size: 0.32rem;
  font-weight: 600;
  color: #666666;
  line-height: 0.55rem;
  margin-left: 0.3rem;
  cursor: pointer;
}

.news_list .tab li.active {
  color: rgba(165, 127, 57, 1) !important;
}

/*太阳集团tcy8722集团*/
.groups ul {
  width: 100%;
  overflow: hidden;
}
.groups__item {
  position: relative;
  width: 201px;
  float: left;
  overflow: hidden;
  margin-right: 2px;
}
.groups__item:nth-child(4) {
  margin-right: 0px;
}
.groups__item--cur {
  width: 591px;
}
.groups__item a {
  display: block;
  position: relative;
}
.groups__img {
  width: 201px;
  z-index: 0;
  overflow: hidden;
}
.groups__img--open {
  z-index: 1;
  position: absolute;
  top: 342px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
.groups__item--cur .groups__img--open {
  top: 0px;
}
.groups__item-overlay {
  position: absolute;
  display: block;
  background-color: rgba(210, 167, 78, 1);
  z-index: 2;
  left: 0px;
  top: 79px;
  width: 161px;
  max-width: 100%;
  height: 0.55rem;
}
.groups__item-title {
  position: absolute;
  z-index: 3;
  font-size: 0.4rem;
  font-weight: 400;
  left: 26px;
  top: 68px;
  color: white;
  height: auto;
}

/*板块公司*/
.segments__container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.segments__container li {
  position: relative;
  float: left;
  overflow: hidden;
  z-index: 0;
  margin-right: 5px;
}
.segments__container li:hover::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #d2a74e;
}
.segments__container a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.segments__title-wrapper {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.segments__title {
  display: inline-block;
  font-size: 0.4rem;
  font-weight: 400;
  line-height: 0.6rem;
  color: white;
  text-align: center;
}
.segments__container li:nth-child(1) {
  width: 135px;
  height: 322px;
}
.segments__container li:nth-child(2) {
  width: 125px;
  height: 159px;
  margin-right: 6px;
}
.segments__container li:nth-child(3) {
  width: 125px;
  height: 159px;
}
.segments__container li:nth-child(4) {
  position: absolute;
  top: 164px;
  left: 140px;
  width: 256px;
  height: 158px;
  margin-right: 0px;
}
.segments__container li:nth-child(5) {
  width: 125px;
  height: 322px;
}
.segments__container li:nth-child(6) {
  width: 125px;
  height: 159px;
}
.segments__container li:nth-child(7) {
  position: absolute;
  width: 125px;
  height: 159px;
  top: 163px;
  left: 531px;
  margin-right: 0px;
}
.segments__container li:nth-child(8) {
  width: 138px;
  height: 159px;
}
.segments__container li:nth-child(9) {
  position: absolute;
  width: 138px;
  height: 159px;
  top: 163px;
  left: 662px;
  margin-right: 0px;
}
.segments__container li:nth-child(10) {
  width: 256px;
  height: 142px;
}
.segments__container li:nth-child(11) {
  position: absolute;
  width: 125px;
  height: 175px;
  top: 147px;
  left: 805px;
  margin-right: 0px;
}
.segments__container li:nth-child(12) {
  position: absolute;
  width: 125px;
  height: 175px;
  top: 147px;
  left: 934px;
  margin-right: 0px;
}
.segments__container li:nth-child(13) {
  width: 135px;
  height: 322px;
  margin-right: 0px;
}
.segments__item {
  width: 100%;
  height: 100%;
  position: relative;
}

/* 业务服务 */
.services__container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.services__container li {
  position: relative;
  float: left;
  overflow: hidden;
}
.services__container a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.services__container li:nth-child(1) {
  width: 527px;
  height: 322px;
  margin-right: 5px;
}
.services__container li:nth-child(2) {
  width: 335px;
  height: 156px;
  margin-right: 4px;
}
.services__container li:nth-child(3) {
  width: 329px;
  height: 156px;
}
.services__container li:nth-child(4) {
  position: absolute;
  left: 532px;
  top: 161px;
  width: 668px;
  height: 161px;
  margin-top: 5px;
}
.services__item {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.services__item:hover::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 121, 187, 0.6);
  z-index: 1;
}
.services__item-title {
  position: absolute;
  z-index: 3;
  font-size: 0.4rem;
  font-weight: 400;
  left: 26px;
  top: 28px;
  color: white;
  height: auto;
}
.services__item-title-bg {
  position: absolute;
  display: block;
  background-color: rgba(210, 167, 78, 1);
  z-index: 2;
  left: 0px;
  top: 39px;
  width: 161px;
  height: 36px;
}

/* 专题专栏 */
.reports__swiper-container {
  width: 100%;
  /* height: 322px; */
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px 65px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.reports__swiper-slide {
  display: block;
  text-align: center;
  /* height: 322px; */
  width: 350px;
  overflow: hidden;
}

.reports__img {
  width: 100%;
  height: 236px;
  display: block;
}
.reports__btn-prev {
  left: 0px;
}

.reports__btn-next {
  right: 0px;
}

.reports__btn-prev,
.reports__btn-next {
  background-color: rgba(3, 121, 187); /*rgb(194, 29, 34);*/
  height: 100%;
  width: 55px;
  top: 0px;
  margin-top: 0px;
  background-image: none;
}

.reports__btn-prev::after,
.reports__btn-next::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 99;
}

.reports__btn-prev::after {
  background: url(/img/jiantou_left.png) center center no-repeat;
  left: 12.5px;
}

.reports__btn-next::after {
  background: url(/img/jiantou_right.png) center center no-repeat;
  right: 12.5px;
}

.reports__swiper-container .swiper-button-next.swiper-button-disabled, .reports__swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

/* 山港掠影 */
.gallerys__video {
  width: 572px;
  height: 322px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  background: black;
  display: flex;
  align-items: center;
}

.gallerys__swiper-container {
  width: 620px;
  height: 322px;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  overflow: hidden;
}

.gallerys__swiper-slide {
  text-align: center;
  height: 322px;
}

.gallerys__content {
  position: relative;
  width: 100%;
  height: 157px;
  float: left;
  background-size: cover;
}

.gallerys__content-title {
  width: 100%;
  background: rgba(3, 121, 187, 0.8);
  position: absolute;
  bottom: 0px;
  left: 0;
  display: none;
}

.gallerys__content:hover .gallerys__content-title{
  display: block;
}

.gallerys__content-title a {
  display: block;
  margin: auto;
  color: #fff;
  line-height: 35px;
  font-size: 0.3rem;
  /* height: 35px; */
  width: calc(100% - 16px);
  text-align: center;
  overflow: hidden;
  /* overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis; */
}


.gallerys__content-title  a:hover, .gallerys__content-title  a:focus{
  color: white;
}

.products {
  margin-left: 5%;
}

.products .main {
  display: none;
}

.products .main.selected {
  display: block;
}

.products .main li {
  margin-top: 0.3rem;
}

.products .main li a {
  text-decoration: none;
  color: #585858;
  font-size: 0.25rem;
}

.products .main li a:hover {
  color: #b97800 !important;
}

.products li {
  display: flex;
  justify-content: space-between;
}

.products li span {
  color: #a9a9a9;
}

.products li a span {
  margin-left: 0.2rem;
  color: #5b86f9;
}

/* 友情链接 */
.linksWrap {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  height: 62px;
  margin-bottom: 5px;
}

.linksWrap dl {
  display: inline-block;
  float: left;
  width: 400px;
  text-align: center;
}

.linksWrap dl dt {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.linksWrap dl dt span {
  border-right: 1px solid #ddd;
  display: block;
}

.linksWrap dl dt span.last2020 {
  border-right: none;
}

.linksWrap dl dt .arrow {
  font-size: 14px;
  font-family: cursive;
  margin-left: 20px;
  top: 28px;
  color: #999;
  width: 7px;
  height: 11px;
  background: url(/img/arrow-links.png) no-repeat left top;
  position: absolute;
}

.linksWrap dl dt:hover,
.linksWrap dl dt.cur {
  background: #2a3f7e;
  color: #fff;
}

.linksWrap dl dt:hover span,
.linksWrap dl dt.cur span {
  border-right: 1px solid #3d81c5;
}

.linksWrap dl dt:hover span i,
.linksWrap dl dt.cur span i {
  color: #fff;
  background: url(/img/arrow-links-h.png);
  top: 31px;
  height: 7px;
  width: 11px;
}

.linksWrap dl dd {
  display: none;
  position: absolute;
  background-color: #2a3f7e;
  top: 65px;
  padding: 10px 0;
  text-align: left;
  left: 0;
  width: 100%;
  height: 120px;
}

.linksWrap dl dd a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 15px;
  color: #fff;
}

/* 底部 */
.footer {
  background: #2a3f7e;
  padding: 10px 0;
}

.footer_copy {
  display: none;
}

.footer_contact {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  color: white;
  padding: 0.4rem 0;
}

.footer_contact .footer_text {
  display: flex;
  padding-right: 2rem;
  border-right: 1px solid #ffffff33;
  margin-top: 10px;
}

.footer_text1 {
  display: flex;
  flex-direction: column;
}

.footer_text1 a {
  color: #fff;
}

.footer_text1 a:hover {
  color: #bb9143;
}

.footer_text1 p:nth-child(1) {
  font-size: 0.45rem;
  letter-spacing: 2px;
}

.footer_text1 p:nth-child(2) {
  font-size: 0.3rem;
  letter-spacing: 2px;
  margin-top: 0.12rem;
  opacity: 0.8;
}

.footer_text img {
  width: 0.8rem;
  height: 0.8rem;
}

.footer_lianxi {
  width: 800px;
}

.footer_lianxi a {
  color: #fff;
}

.footer_lianxi a:hover {
  color: #bb9143;
}

.footer_lianxi p {
  margin-top: 0.2rem;
}

.footer_lianxi .icon {
  width: 25px;
  height: 25px;
  margin-right: 0.1rem;
  opacity: 0.8;
}

.footer_lianxi li {
  float: left;
}

/* 内容页 */
.about_content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.about_content .left_ce {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.left_top {
  width: 4.7rem;
  height: 2.2rem;
  box-shadow: 0px 9px 36px 0px rgba(151, 151, 151, 0.24);
  border-radius: 2px;
}

.left_top p {
  text-align: center;
  color: #42474c;
}

.left_title p:nth-child(1) {
  margin-top: 25px;
  line-height: 50px;
  font-size: 32px;
  font-family: 'Times New Roman';
}

.left_title p:nth-child(2) {
  line-height: 25px;
  font-family: 'Times New Roman';
}

.left_bottom {
  width: 4.7rem;
  height: 9.2rem;
  box-shadow: 0px 9px 36px 0px rgba(151, 151, 151, 0.24);
  border-radius: 2px;
  margin-top: 0.5rem;
}

#left_nav {
  margin-top: 1rem;
}

.left_bottom ul li {
  list-style: disc;
  background: rgba(245, 245, 245, 1);
  border-radius: 2px;
  width: 60%;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.left_bottom ul {
  text-align: center;
}

.left_bottom ul li {
  list-style: disc inside;
  color: #2a3f7e;
  font-size: 0.29rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: left;
  padding-left: 20%;
}

.active {
  background: #2a3f7e !important;
  color: white !important;
}

.left_bottom ul li a {
  display: inline-block;
  color: #2a3f7e;
  text-decoration: none;
  max-width: 120px;
  vertical-align: top;
  white-space: nowrap;
}

li.active {
  background: #2a3f7e !important;
  color: white !important;
}

.active a {
  color: white !important;
}

/*2021-06-30 update 三级栏目 begin*/
.left_bottom .has_child {
  position: relative;
}

.left_bottom .has_child > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -6px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #2a3f7e;
}

.left_bottom .active > a:after {
  border-left-color: white !important;
}

.left_bottom .has_child > ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  /* box-shadow: 2px 2px 6px rgb(0 0 0 / 20%); */
  min-width: 6em;
  margin: 0;
  padding: 0;
  width: 80%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}

.left_bottom .has_child > ul > li {
  /* box-shadow: 2px 2px 6px rgb(0 0 0 / 20%); */
  list-style: none;
  min-width: 6em;
  margin: 0;
  padding: 0;
  width: 80%;
  padding-left: 20%;
  border-radius: 0px;
  background: rgba(255, 255, 255, 1);
}

.left_bottom .has_child > ul > li:hover {
  /* box-shadow: 2px 2px 6px rgb(0 0 0 / 20%); */
  color: white !important;
  background: #2a3f7e;
}

.left_bottom .has_child > ul > li:hover > a {
  /* box-shadow: 2px 2px 6px rgb(0 0 0 / 20%); */
  color: white !important;
}

.left_bottom .has_child:hover > ul {
  display: block;
}

.left_bottom .active ul li a {
  color: #2a3f7e !important;
}

/*2021-06-30 update 三级栏目 end*/

.about_banner {
  margin-top: 1.85rem;
}

.about_banner img {
  width: 100%;
}

.right_ce {
  width: 90%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 9px 36px 0px rgba(151, 151, 151, 0.24);
  border-radius: 2px;
  min-height: 720px;
  margin-bottom: 20px;
}

.right_ce .right_title {
  text-align: center;
  font-size: 0.45rem;
  line-height: 150%;
  font-weight: 600;
  color: rgba(66, 71, 76, 1);
  margin-top: 0.4rem;
}

.right_ce .title {
  font-size: 0.3rem;
  text-indent: 0.6rem;
}

.right_content ul div {
  padding: 0.2rem 0;
}

.right_content ul div:hover {
  background: #f9f9f9;
}

.right_content {
  padding: 0.3rem 1rem;
  min-height: 750px;
}

.img {
  width: 100%;
  text-align: center;
  padding: 0.3rem;
}

.right_content .img img {
  width: 9rem;
  height: 3.8rem;
  margin: 0 auto;
  text-align: center;
}

.right_content p {
  font-size: 0.23rem;
  color: #666666;
}

.right_content a {
  text-decoration: none;
  color: #585858;
  font-size: 16px;
}

.right_content ul li {
  list-style: disc inside;
  color: #585858;
  margin-top: 0.1rem;
  font-size: 0.24rem;

  justify-content: space-between;
}

.right_top {
  margin-top: 0.5rem;
  display: flex;
}

.right_top span {
  margin-top: -0.05rem;
  margin-left: 0.2rem;
  font-size: 0.32rem;
  font-weight: bold;
}

/* 大事记 */
.right_ce_top1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.4rem 0.4rem 0;
}

.right_ce_top1 .right_ce_top1_title {
  display: flex;
}

.right_ce_top1 .right_ce_top1_title span {
  margin-top: -0.05rem;
  margin-left: 0.2rem;
  font-size: 0.32rem;
  font-weight: bold;
}

/* 权属公司页面-未使用 */
.top_content {
  padding: 0 0.5rem;
  display: flex;
}

.top_content .content_a {
  width: 23%;
  margin-top: 0.3rem;
  font-size: 0.27rem;
  margin-left: 0.3rem;
}

.top_content img {
  width: 200px;
  height: 140px;
}

.top_bottom {
  padding: 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.top_bottom .top_bottom_a {
  width: 23%;
  margin-top: 0.3rem;
  font-size: 0.27rem;
  margin-left: 0.3rem;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
}

.top_bottom .top_bottom_a img {
  width: 100%;
}

.top_bottom .top_bottom_a p {
  padding: 0.1rem;
  color: #666666;
  background: rgb(249, 249, 249);
}

.right_vedio_content {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  width: 100%;
  flex-wrap: wrap;
}

.right_vedio_content li {
  width: 31%;
  padding: 1%;
}

.right_vedio_content p {
  text-align: center;
  font-size: 0.3rem;
  margin: 0.2rem 0;
}

.right_neirong {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  width: 100%;
  flex-wrap: wrap;
  min-height: 750px;
}

.right_neirong li {
  width: 31%;
  padding: 1%;
}

.right_neirong p {
  text-align: center;
  font-size: 0.3rem;
  margin: 0.2rem 0;
}

.neirong1 img {
  margin-top: 0.2rem;
  width: 100%;
}

/*海港服务页面*/
.ganghang_banli {
  display: flex;
  height: 2.4rem;
  padding: 0.5rem;
}

.ganghang_banli .banli_a {
  width: 25%;
  background: #e6f4ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  margin-right: 0.3rem;
}

.banli_a img {
  width: 1rem;
}

.banli_a p {
  margin-top: 0.1rem;
}

.banli_a p:nth-child(2) {
  font-size: 0.3rem;
}

.banli_a p:nth-child(3) {
  font-size: 0.2rem;
}

.ganghang_banli_sub {
  width: 96%;
  margin-left: 3%;
}

.ganghang_banli_sub .banli_sub_a {
  float: left;
  width: 32%;
  margin: 5% 1% 5% 0%;
}

.ganghang_banli_sub .banli_sub_a img {
  width: 100%;
}

.ganghang_ziyou {
  display: flex;
  height: 2.4rem;
  padding: 0.2rem 0.5rem;
  justify-content: center;
}

.ganghang_ziyou img {
  width: 30%;
  padding: 1%;
  height: 2rem;
  border-radius: 60px;
}

.ganghang_hezuo {
  display: flex;
  height: 3rem;
  padding: 0.2rem 0.5rem;
  justify-content: center;
}

.ganghang_hezuo img {
  width: 96%;
  padding: 1%;
  height: 2rem;
  border-radius: 60px;
}

.left_bottom img {
  margin-top: 0.5rem;
  height: 2rem;
  width: 2rem;
}

.left_bottom p {
  font-size: 0.24rem;
  color: #666666;
}

.content_aa {
  display: flex;
  justify-content: space-between;
  width: 46%;
  margin-top: 0.6rem;
}

.content_aa .aa_img {
  width: 11rem;
}

.content_aa .aa_img img {
  width: 100%;
  height: 100%;
}

.content_aa .aa_content {
  display: flex;
  flex-direction: column;
  margin-left: 0.3rem;
}

.right_content_aa {
  padding: 0rem 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*官微*/

.right_ce_mid {
  width: 100%;
  height: 3.2rem;
  display: flex;
  justify-content: space-between;
}

.right_ce_mid .right_ce_mid_left {
  width: 3.7rem;
  background-color: #d4ab57;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right_ce_mid .right_ce_mid_left .right_ce_mid_left_img {
  width: 100px;
  height: 100px;
  background-color: #fff;
  margin-bottom: 0.2rem;
}

.right_ce_mid .right_ce_mid_left .right_ce_mid_left_img img {
  width: 100%;
  height: 100%;
}

.right_ce_mid .right_ce_mid_right {
  background-color: #f6f1e5;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 0.5rem;
  box-sizing: border-box;
  position: relative;
}

.right_ce_mid_right-item {
  display: flex;
  justify-content: space-between;
}

.right_ce_mid_right-item-left {
  width: 1.1rem;
  height: 1.1rem;
  background-color: #fff;
}

.right_ce_mid_right-item-right {
  flex: 1;
  padding-left: 0.2rem;
  box-sizing: border-box;
}

.right_ce_bottom {
  display: flex;
  justify-content: space-between;
}

.right_ce_bottom_erweima {
  width: calc(100% / 4 - 10px);
  height: 3.8rem;
  background-color: #e6f4ff;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right_ce_bottom_erweima_img {
  width: 100px;
  height: 100px;
  background-color: #fff;
  margin-top: 0.5rem;
}

.right_ce_bottom_erweima_img img {
  width: 100px;
  height: 100px;
}

.right_ce_bottom_erweima_title {
  width: 80%;
}

.right_ce_bottom_erweima a {
  width: 1.5rem;
  height: 0.6rem;
  background: rgba(42, 63, 126, 1);
  border-radius: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}

.textOverflow {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.23rem;
}

.mobile-inner {
  display: none;
}

.right_ce1 {
  width: 90%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 9px 36px 0px rgba(151, 151, 151, 0.24);
  border-radius: 2px;
}

.web {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .nav ul li .a1 {
    font-size: 14px;
  }

  .nav ul li .div1 .p1 a {
    font-size: 12px;
  }

  .foot_top ul {
    margin-left: 60px;
  }

  .nav ul li .div1 .p1 {
    width: 100%;
  }

  .swiper-container {
    margin-top: 5%;
  }
}

/*移动端导航*/
/*@media screen and (max-width: 1125px) and (min-width: 0px){*/
@media screen and (max-width: 1242px) and (max-device-width: 414px) and (max-device-height: 896px) {
  /* 组件样式调整 */
  .swiper-container {
    width: 100%;
    margin-top: 0;
  }

  .swiper-container .swiper-slide img {
    margin-top: 60px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    display: none;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    display: none;
  }

  #head {
    display: none;
  }

  .mobile-inner {
    top: 0;
    display: block;
    width: 100%;
    background: #fff;
    position: fixed;
    height: 60px;
    font-size: 16px;
    z-index: 9;
  }

  .mobile-inner-header {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .mobile-inner-header-logo {
    width: 50%;
    float: left;
    margin-top: 5px;
    line-height: 60px;
  }

  .mobile-inner-header-logo img {
    max-width: 100%;
    max-height: 50px;
    margin-left: 10px;
    display: inline-block;
  }

  .mobile-inner-header-icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }

  .mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }

  .mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 2px;
    background: #333;
  }

  .mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
  }

  .mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
  }

  .mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }

  .mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }

  .mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
  }

  @keyframes clickfirst {
    0% {
      transform: translateY(4px) rotate(0deg);
    }

    100% {
      transform: translateY(0) rotate(45deg);
    }
  }

  @keyframes clicksecond {
    0% {
      transform: translateY(-4px) rotate(0deg);
    }

    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }

  @keyframes clickthird {
    0% {
      transform: translateY(-4px) rotate(0deg);
    }

    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }

  .mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }

  .mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }

  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }

    100% {
      transform: translateY(-4px) rotate(0deg);
    }
  }

  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }

    100% {
      transform: translateY(4px) rotate(0deg);
    }
  }

  .mobile-inner-nav {
    background-color: #2a3f7e;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 20px;
    padding-bottom: 100px;
    display: none;
    overflow: scroll;
    height: calc(100vh - 60px);
    box-sizing: border-box;
  }

  .mobile-inner-nav li {
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .mobile-inner-nav li .nav-title {
    width: 80%;
    margin: 0 10%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }

  .mobile-inner-nav li .nav-title a {
    line-height: 50px;
    text-decoration: none;
    color: #ffffff;
  }

  .mobile-inner-nav li .nav-title a:hover {
    color: rgba(255, 255, 255, 0.4);
  }

  .mobile-inner-nav li .nav-title span {
    color: #fff;
    line-height: 50px;
    float: right;
    display: block;
  }

  .mobile-inner-nav li .nav-title span.on {
    transform: rotate(90deg);
  }

  .mobile-inner-nav li .nav-sub {
    display: none;
  }

  .mobile-inner-nav li .nav-sub a {
    display: block;
    width: 60%;
    margin: 0 20%;
    color: #ddd;
    line-height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }

  .mobile-inner-nav li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }

  .mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }

  @-webkit-keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: none;

      transform: none;
    }
  }

  @keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  .index_banner {
    width: 100%;
  }

  .column {
    width: 100%;
  }

  .news_title {
    display: none !important;
  }

  .news {
    width: 100%;
    height: auto;
  }

  .news .swiper-container2 {
    width: 90%;
    margin: 5%;
    height: 300px;
    position: relative;
  }

  .news .swiper-container2 .swiper-slide {
    height: 300px;
  }

  .news .swiper-container2 .swiper-slide .swiper-text a {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }

  .news .news_list {
    width: 100%;
    clear: right;
  }

  .news .news_list .tab {
    justify-content: center;
  }

  .news .news_list .products {
    margin: 0 5%;
    display: flex;
    /*height:390px;overflow:hidden; */
    padding-bottom: 0.3rem;
  }

  .news .news_list .products li span {
    display: none !important;
  }

  .news .news_list .products .main {
    width: 100%;
  }

  .news .news_list .products .main li a {
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
  }

  .jingdian {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pingxing {
    width: 50%;
  }

  .linksWrap {
    display: none;
  }

  .right_content {
    padding: 0.3rem;
  }

  .right_content p {
    font-size: 0.5rem;
    color: #666666;
  }

  .right_neirong li {
    width: 100%;
    padding: 0;
  }

  /* 权属公司页面*/
  .top_content {
    padding: 0;
    display: block;
  }

  .top_content .content_a {
    width: 100%;
    margin: 0;
  }

  .top_content img {
    width: 80%;
    height: auto;
    margin: 10px 10%;
  }

  .top_bottom .top_bottom_a {
    width: 48%;
    margin-left: 1%;
  }

  .right_ce_top1_input input {
    width: 120px;
  }

  .right_content ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .right_ce_mid {
    height: auto;
  }

  .right_ce_mid .right_ce_mid_left {
    width: 100%;
  }

  .right_ce_mid .right_ce_mid_left .right_ce_mid_left_img {
    margin: 10px auto;
  }

  .right_ce_mid .right_ce_mid_right {
    display: none;
  }

  .right_ce_bottom {
    display: block;
  }

  .right_ce_bottom_erweima {
    width: 50%;
    float: left;
  }

  .right_ce_bottom_erweima_img {
    margin: 10px auto;
  }

  .right_ce_bottom_erweima div {
    text-align: center;
  }

  .ganghang_banli {
    display: block;
    height: auto;
  }

  .ganghang_banli .banli_a {
    width: 48%;
    float: left;
    margin-right: 2%;
  }

  .right_top {
    display: block;
  }

  .right_top div {
    float: left;
  }

  .right_top span {
    line-height: 36px;
  }

  .ganghang_ziyou {
    display: block;
    height: auto;
  }

  .ganghang_ziyou img {
    width: 98%;
    float: left;
    margin: 0;
  }

  .ganghang_hezuo {
    display: block;
    height: auto;
  }

  .ganghang_hezuo img {
    width: 98%;
    height: auto;
  }

  .top_bottom .neirong1 {
    width: 100% !important;
    height: auto !important;
  }

  .top_bottom .neirong1 img {
    width: 100% !important;
    height: auto !important;
  }

  .right_content_aa {
    display: block;
  }

  .right_content_aa .content_aa {
    width: 100% !important;
    height: auto !important;
  }

  .right_content_aa .content_aa .aa_img img {
    height: auto !important;
  }

  /*业务板块*/
  .ganghang_banli_sub .banli_sub_a {
    width: 98%;
    margin: 2% 0%;
  }

  /*民意直通*/
  .form .form-item label {
    width: 24% !important;
  }

  .form .form-item input {
    width: 65% !important;
  }

  .form .form-item textarea {
    width: 65% !important;
  }

  .form .form-item input.btn {
    width: 80px !important;
  }

  .form p {
    margin: 0 5px !important;
  }

  .footer_contact {
    display: none !important;
  }

  .footer_copy {
    display: block !important;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-size: 12px;
  }

  .about_content {
    width: 100%;
  }

  .about_content .left_ce {
    display: none !important;
  }

  .about_content .right_ce {
    margin: 0 5%;
  }

  .right_content ul li span {
    display: none !important;
  }

  .right_ce1 {
    margin: 0 5%;
  }

  /* 通用样式调整 优先级需最高 */
  .mobile-grid-1 {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .mobile-grid-1-padding {
    width: 100%;
    margin: 0px;
    padding: 8px;
    box-sizing: border-box;
  }
  .mobile-grid-2 {
    width: 50%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  .moblie--none {
    display: none;
  }
  .mobile-grid-2-padding {
    width: 50%;
    margin: 0px;
    padding: 8px;
    box-sizing: border-box;
  }
  .groups__item--mobile {
    padding: 1px;
  }
  .column__img--mobile {
    width: 120px;
  }

  .column__title--mobile {
    margin-top: 16px;
  }
  .content--mobile {
    padding-left: 6px;
    padding-right: 6px;
  }

  .groups__img--mobile {
    display: none;
  }
  .groups__img--open--mobile {
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
  }
  .groups__item-overlay--mobile {
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 0.5rem;
  }
  .groups__item-title--mobile {
    left: 0px;
    top: auto;
    bottom: 0.15rem;
    width: 100%;
    text-align: center;
  }
  /*板块公司*/
  .segments__container li {
    width: 25% !important;
    height: 2.4rem !important;
    position: relative !important;
    margin: 0px !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    padding: 1px;
    box-sizing: border-box;
  }
  .segments__title {
    font-size: 0.4rem;
    width: 1rem;
  }

  .services__container li:nth-child(1) {
    width: 527px;
    height: 322px;
    margin-right: 5px;
  }
  .services__container li:nth-child(2) {
    width: 335px;
    height: 156px;
    margin-right: 4px;
  }
  .services__container li:nth-child(3) {
    width: 329px;
    height: 156px;
  }
  .services__container li:nth-child(4) {
    position: absolute;
    left: 532px;
    top: 161px;
    width: 668px;
    height: 161px;
    margin-top: 5px;
  }

  /*板块公司*/
  .services__item-title {
    position: absolute;
    z-index: 3;
    font-size: 0.5rem;
    font-weight: 600;
    left: auto;
    top: 50%;
    width: 100%;
    margin-top: -0.25rem;
    text-align: center;
  }
  .services__item-title-bg {
    display: none;
  }

  .services__container li:nth-child(1) {
    width: 50%;
    height: 160px;
    padding: 1px;
    margin: 0px;
    box-sizing: border-box;
  }

  .services__container li:nth-child(2) {
    width: 50%;
    height: 80px;
    padding: 1px;
    margin: 0px;
    box-sizing: border-box;
  }

  .services__container li:nth-child(3) {
    width: 25%;
    height: 80px;
    padding: 1px;
    margin: 0px;
    box-sizing: border-box;
  }

  .services__container li:nth-child(4) {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 25%;
    height: 80px;
    padding: 1px;
    margin: 0px;
    box-sizing: border-box;
  }

  /*专题专栏*/
  .reports__swiper-container--mobile {
    margin-top: 0px;
  }

  .reports__swiper-slide--mobile {
    width: 100%;
  }

  .reports__img--mobile {
    width: 100%;
    height: 236px;
  }

  .gallerys__video--mobile {
    margin-bottom: 8px;
    height: auto;
  }

  .gallerys__swiper-container--mobile {
    height: auto;
  }

  .intdna-online .scroll-other {
    display: none;
  }
}

/*大事记deleted*/
.right_ce_top1_input {
  position: relative;
}

.right_ce_top1_input input {
  width: 265px;
  height: 0.6rem;
  border-radius: 3px;
  outline: none;
  border: 1px solid #cad2dd;
  padding-left: 10px;
}

.right_ce_top1_input input:focus ~ ul {
  transform: scale(1);
  background-color: #fff;
  opacity: 1;
}

.right_ce_top1_input ul {
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 12;
  left: 0;
  top: 0.7rem;
  transform: scale(0.5);
  opacity: 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.07s ease-out;
  transition-delay: 0.1s;
  text-indent: 0.2rem;
  font-size: 15px;
  color: #606266;
  border: 1px solid #e4e7ed;
}

.right_ce_top1_input ul li {
  padding: 0.1rem 0;
}

.right_ce_top1_input ul li:hover {
  background-color: #e6f4ff;
  color: #0364ff;
  cursor: pointer;
}

.right_ce_mid1_title {
  text-align: start;
  color: #fff;
  line-height: 0.7rem;
  text-indent: 0.3rem;
  font-size: 16px;
  width: 100%;
  height: 0.7rem;
  background: url(/img/5bianxing.png) no-repeat left center/contain;
  position: relative;
  overflow: hidden;
}

.right_ce_mid1_title::after {
  content: '';
  position: absolute;
  left: 2rem;
  bottom: 0;
  width: 100%;
  height: 0.15rem;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.right_ce_mid1_main ul {
  list-style: disc;
  padding-left: 0.3rem;
  font-size: 13px;
}

.right_ce_mid1_main ul li {
  color: #999;
  margin: 0.3rem 0;
  display: flex;
}

.right_ce_mid1_main ul em {
  flex-basis: 1.8rem;
}

.right_ce_mid1_main ul span {
  flex: 1;
  color: #000;
  margin-left: 0.3rem;
}
#rollimg {
    max-height: 200px;
    max-width: 354px;
    position: fixed; /*fixed实现绝对定位*/
    cursor:pointer;
    z-index: 99999;
}
#rollimg img{
    max-height: 200px;
    max-width: 354px;
}
#rollimg_inspection {
    max-height: 226px;
    max-width: 400px;
    position: fixed; /*fixed实现绝对定位*/
    cursor:pointer;
    z-index: 99999;
}
#rollimg_inspection img{
    max-height: 226px;
    max-width: 400px;
}
#btn_rollimg_close_inspection{
    position: absolute;
    top: -8px;
    right: -8px;
    width:18px;
    height:18px;
    background:transparent;
    color:#b58c36;
    border:0;
    font: 20px
    cursor:pointer;
}
#btn_rollimg_close{
    position: absolute;
    top: -8px;
    right: -8px;
    width:18px;
    height:18px;
    background:transparent;
    color:#b58c36;
    border:0;
    font: 20px
    cursor:pointer;
}
