@charset "utf-8";
/* CSS Document */
.container {
  width: 1280px;
  margin: 0 auto;
}
header .header {
  height: 120px;
  width: 1280px;
  margin: 0 auto;
}
.searchbox {
  padding: 5px 10px;
  background: #eeeeee;
}
.searchbox input {
  background: #eeeeee;
  padding: 0 5px;
}
.searbtn {
  width: 35px;
  height: 35px;
  background: #03328e;
  /* Center slide text vertically */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nav {
  height: 38px;
  width: 1280px;
  margin: 0 auto;
}
.nav .item {
  height: 38px;
  line-height: 38px;
  color: #FFFFFF;
  width: 100px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 50px;
  font-size: 16px;
}
.nav .item.actived {
  background: #FFFFFF;
  color: #03328e;
  text-align: center;
  position: relative;
  top: 6px;
  z-index: 2;
}
.banner {
  height: 572px;
}
.notice_banner {
  width: 1280px;
  margin: 0 auto;
  background: #03328e;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin-top: -20px;
}
.home_title {
  font-size: 20px;
  padding-bottom: 15px;
  position: relative;
}
.home_title:after {
  width: 30px;
  height: 2px;
  background: #03328e;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home_title.cor1:after {
  background: #fff;
}
.home_newsbox {
  width: 1280px;
  margin: 0 auto;
  margin-top: 70px;
}
.home_dage {
  height: 30px;
  line-height: 30px;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 0 13px;
  font-size: 14px;
  border-radius: 3px;
  margin-left: 10px;
}
.newsbox_one {
  width: 514px;
  background: #03328e;
}
.newsbox_one .newsbox_banner {
  height: 338px;
}
.newsbox_one .newsbox_fonts {
  padding-left: 130px;
  padding-right: 20px;
}
.newsbox_one .datetime {
  position: absolute;
  left: 0;
  width: 130px;
  text-align: center;
  padding-top: 40px;
}
.newsbox_one .textEll {
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.newsbox_item {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0 20px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.newsbox_item:hover .f16 {
  color: #03328e;
  font-weight: 600;
}
.newsbox_item:hover .dn {
  display: block;
}
.newsbox_item:hover .fr {
  display: none;
}
.amore {
  width: 110px;
  height: 34px;
  /* Center slide text vertically */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #03328e;
  border: 1px solid #03328e;
  margin: 0 auto;
}
.gaikuang {
  background: #fff;
  height: 220px;
  position: relative;
  padding-left: 530px;
  padding-right: 30px;
  margin-top: 235px;
  margin-left: 10px;
  margin-right: 10px;
}
.gaikuang .leftimg {
  width: 446px;
  height: 300px;
  position: absolute;
  bottom: 48px;
  left: 38px;
}
/* .home_tuwen{.w(402);padding: 0 26px; .bor(#f2f2f2);.pt(25);} */
.home_tuwen {
  width: 402px;
  border: 1px solid #f2f2f2;
}
.home_tuwen .imgbox {
  width: 400px;
  height: 250px;
}
.home_tuwen:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_tuwen:hover .f16 {
  color: #03328e;
}
.project_container .imgbox {
  width: 230px;
  height: 140px;
}
.project_container .swiper-slide {
  background: #fbfbfb;
  width: 230px;
}
.project_container .swiper-slide:hover {
  background: #03328e;
}
.project_container .swiper-slide:hover .f20 {
  color: #FFFFFF;
}
.project_container .swiper-slide:hover .f16 {
  color: #FFFFFF;
}.project_container .swiper-slide:hover .f18 {
  color: #FFFFFF;
}
.project_container .swiper-button-next,
.project_container .swiper-button-prev {
  width: 14px;
  height: 64px;
}
.project_container .swiper-button-next:after,
.project_container .swiper-button-prev:after {
  display: none;
}
.project_container .swiper-button-next {
  background: url(../img/jpg/pic9.jpg);
}
.project_container .swiper-button-prev {
  background: url(../img/jpg/pic8.jpg);
}
footer .nav a {
  width: 118px;
  color: #FFFFFF;
  height: 38px;
  line-height: 38px;
  display: block;
}
.nei_banner {
  height: 370px;
}
.leftmenu {
  width: 250px;
  margin-top: -130px;
  margin-right: 42px;
  background: #fafafa;
}
.leftmenu .menu .ztitle {
  padding-left: 10px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  padding-right: 0px;
}
.leftmenu .menu .ftitle {
  padding-left: 10px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  padding-right: 0px;
  overflow: inherit;
}
.leftmenu .menu a {
  height: 81px;
  line-height: 81px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding-left: 90px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 50px;
}
.leftmenu .menu a.actived {
  font-weight: bold;
  color: #03328e;
}
.menutitle {
  width: 250px;
  height: 160px;
  background: url(../img/jpg/pic12.jpg) center / cover;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Center slide text vertically */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pageaddress {
  border-bottom: 1px solid #e6e6e6;
  height: 54px;
  line-height: 54px;
}
.pageaddress .title {
  font-size: 20px;
  color: #333333;
  position: relative;
}
.pageaddress .titles {
  font-size: 20px;
  color: #333333;
}

.pageaddress .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #03328e;
  width: 36px;
  height: 2px;
}
.content {
  padding-top: 40px;
}
.itembox {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 25px;
  padding-top: 25px;
  display: block;
}
.itembox .imgbox {
  margin-right: 15px;
  width: 210px;
  height: 138px;
}
.itembox:hover .cor3 {
  color: #03328e;
}
.xiayiye {
  /* Center slide text vertically */
  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
  margin: 35px auto 60px;
}
.xiayiye a {
  width: 32px;
  height: 32px;
  /* display: block; */
  background: #f5f5f5;
  /* Center slide text vertically */
  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
  line-height: 32px;
  text-align: center;
  margin: 0 3px;
  font-size: 12px;
  color: #999999;
}
.xiayiye a:hover,
.xiayiye a.actived {
  background: #03328e;
  color: #FFFFFF;
}
.newsitem {
  padding: 20px 0;
}
.project_banner {
  height: 365px;
  margin: 40px 0;
}
.project_banner .swiper-button-next,
.project_banner .swiper-button-prev {
  width: 55px;
  height: 55px;
}
.project_banner .swiper-button-next:after,
.project_banner .swiper-button-prev:after {
  display: none;
}
.nav-one {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  align-items: flex-end;
}
.nav-one a {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 30px;
}
.nav-one a.actived {
  background: #ffcf0e;
  height: 53px;
  line-height: 53px;
  position: relative;
  margin-top: -8px;
}
.nav-one a.actived::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 42px solid transparent;
  border-left: 6px solid #011868;
  z-index: 3;
  position: absolute;
  right: -6px;
  top: 8px;
  content: " ";
}
.new-dynamic {
  background: #03328e;
  padding: 20px 25px;
}
.new-dynamic-word {
  width: 52px;
}
.itme-s {
  padding-left: 50px;
  padding-right: 110px;
}
.itme-s .content-s {
  padding-right: 50px;
}
.itme-s .title {
  padding: 0 60px;
}
.notice_banner-c {
  height: 86px;
}
.new-dynamic-box {
  background: #f4f5f7;
  padding-top: 35px;
  padding-bottom: 35px;
}
.company-box-left {
  width: 695px;
}
.company-box-left-top .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  color: #03328e;
  padding-left: 15px;
  position: relative;
}
.company-box-left-top .title::after {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 24px;
  background: #03328e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.company-box-left-top {
  align-items: flex-end;
  padding-top: 45px;
  padding-bottom: 30px;
}
.company-box-left .contents {
  line-height: 35px;
}
.company-box-right {
  width: 525px;
}
.company-right-item {
  background: #e0eeff;
  height: 60px;
  width: 60px;
  padding-left: 5px;
  padding-right: 5px;
}
.company-right-item .number-s {
  border-bottom: 1px solid #a3c0e5;
}
.number-content:hover {
  color: #03328e;
  cursor: pointer;
}
.company-right-list {
  margin-bottom: 40px;
}
.company-right-list:last-child {
  margin-bottom: 0;
}
.company-box {
  padding-bottom: 40px;
}
.number-mation .imgbox {
  width: 100%;
  height: 180px;
}
.number-mation {
  width: 290px;
  background: #fbfbfb;
}
.number-mation:hover {
  background: #03328e;
}
.number-mation:hover .f20 {
  color: #FFFFFF;
}
.number-mation:hover .f16 {
  color: #FFFFFF;
}
/* .number-mation-swiper .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */
.dian {
  width: 6px;
  height: 6px;
  background: #b6b6b6;
  margin-top: 5px;
}
.title-ss {
  padding-right: 50px;
  padding-left: 15px;
}
.title-ss-bx:last-child {
  margin-bottom: 0;
}
.title-ss-bx:hover {
  cursor: pointer;
}
.title-ss-bx:hover .dian {
  background: #03328e;
}
.title-ss-bx:hover .title-ss {
  color: #03328e;
  font-weight: bold;
}
.title-ss-bx:hover .f14 {
  color: #03328e;
}
.honor-boxs {
  padding-top: 45px;
  width: 1053px;
  overflow: hidden;
}
.honor-boxs-item {
  width: 300px;
  margin-right: 45px;
  margin-bottom: 25px;
}
.honor-boxs .imgbox {
  width: 300px;
  height: 250px;
}
.honor-boxs .fonts {
  text-align: center;
  margin-top: 20px;
}
.Party-Build-left {
  width: 400px;
  height: 300px;
  position: relative;
}
.Party-Build-left-center {
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 370px;
  height: 160px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.Party-Build-right {
  width: 840px;
}
.Party-Build-right-item {
  width: 400px;

  padding-top: 25px;
  border-top: 1px solid #a3a3a3;

}
.Party-Build-right-item:nth-child(3),
.Party-Build-right-item:nth-child(4) {
  margin-bottom: 0px;
}
.Party-Build-right-item:hover .f20 {
  color: #03328e;
}
.number-mation-swiper .swiper-button-next-on,
.number-mation-swiper .swiper-button-prev-on {
  position: absolute;
  top: 0;
  width: calc(var(--swiper-navigation-size)/44 * 27);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.number-mation-swiper .swiper-button-next-on {
  right: 0px;
  left: auto;
}
.number-mation-swiper .swiper-button-prev-on {
  left: 0px;
  right: auto;
}
.land-swiper .swiper-button-next:after,
.land-swiper .swiper-button-prev:after {
  /* width: 25px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 22px;
  line-height: 60px;
  text-align: center; */
  display: none;
}
.land-swiper .swiper-button-next,
.land-swiper .swiper-button-prev {
  top: 40%;
}
.land-swiper .swiper-button-next {
  right: 1px;
  left: auto;
}
.land-swiper .swiper-button-prev {
  left: 0px;
  right: auto;
}
.links {
  width: 230px;
  height: 30px;
  border: 1px solid #dddddd;
  line-height: 30px;
  text-align: center;
  color: #333333;
}
.links-img img {
  margin-right: 35px;
  margin-bottom: 30px;
  height: 38px;
}
.links-one {
  width: 230px;
  border: 1px solid #dddddd;
  border-top: 0;
  display: none;
}
.links-one .item {
  text-align: center;
  color: #333333;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.links-one {
  background: #FFFFFF;
}
.links-one .item:hover {
  background: #03328e;
  color: #FFFFFF;
}
.links-box:hover .links-one {
  display: block;
}
.links-box:hover .links {
  border-bottom: 0;
  cursor: pointer;
}
.footer-left-s {
  padding-top: 35px;
}
.corcs {
  color: #aebcd8;
}
.code {
  border: 4px solid #ffffff;
}
.code-box {
  position: fixed;
  right: 20px;
  z-index: 997;
  top: 30%;
}
.code-sss-co:hover .code-sss {
  display: block;
}
.code-onx {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Party-Build-left-center:hover .title {
  color: #03328e;
}
.operate-box {
  width: 300px;
  margin-right: 45px;
  margin-bottom: 30px;
}
.operate-box .imgbox {
  width: 300px;
  height: 188px;
}
.operate-box:hover {
  background: #03328e;
}
.operate-box:hover .tc {
  color: #FFFFFF;
}
.project_banner-one .swiper-button-next:after,
.project_banner-one .swiper-button-prev:after {
  width: 25px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 22px;
  line-height: 60px;
  text-align: center;
}
.project_banner-one .swiper-button-next,
.project_banner-one .swiper-button-prev {
  top: 40%;
}
.project_banner-one .swiper-button-next {
  right: 15px;
  left: auto;
}
.project_banner-one .swiper-button-prev {
  left: 15px;
  right: auto;
}
.number-mation-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* .banner .swiper-slide{width: 100% !important;} */

.operate-box-one .imgbox {
  width: 310px;
  height: 190px;
}

.operate-box-one {
  margin-right: 30px;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
  position: relative;
  width: 310px;
}

.operate-box-one .fonts-box {
  left: 0;
  right: 0;
  background: #03328e;
  z-index: 999;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.fica-item::after {
  display: block;
  content: " ";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #9ba9c7;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fica {
  color: #9ba9c7;
}

.fica:hover {
  color: #ffffff;
}

.operate-box-one:hover .fonts-box {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  display: block;
  width: 310px;
}
