﻿@charset "utf-8";
/* CSS Document */
/*-----whole-----*/
/*-----whole-----*/

.contain{width:1280px;margin:0 auto;}

 
/*荣誉资质*/
.Honor-bgimg {
  width: 100%;
  height: 420px;
  background-size: cover;
  position: relative;
}
.Honor-bgimg .text {
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: 3%;
  transform: translateY(-50%);
}
.Honor-bgimg .text .p1 {
  font-size: 35px;
  color: #333333;
  margin-bottom: 10px;
}
.Honor-bgimg .text .p1 .blue {
  color: #1461b4;
  font-size: 45px;
  font-weight: bold;
}
.Honor-bgimg .text .p2 {
  font-size: 18px;
  color: #305383;
}
.authorization {
  padding: 45px 15px;
  background: #ffffff;
}
.authorization .contain {
  background: #ffffff;
  padding: 35px 0;
  position: relative;
}
.authorization .title {
  text-align: center;
  margin: 0 0 50px;
}
.authorization .title a {
  display: inline-block;
  width: 205px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  margin: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.authorization .title a.zz {
  background: #ca151e;
  color: #fff;
}
.authorization .title a.ry {
  color: #666666;
  background: #fff;
}
.authorization .swiper-container {
  margin-bottom: 60px;
  width: 1000px;
}
.authorization .swiper-container .swiper-slide-active img {
  box-shadow: 2px 1px 14px 1px #d3d1d1;
}
.authorization .swiper-container .swiper-slide {
  padding: 5px 0;
}
.authorization .white-prev {
  width: 60px;
  height: 60px;
  background: url(../images/gray-prev.png) no-repeat;
  top: 30%;
}
.authorization .white-prev:hover {
  background: url(../images/authorization-prev.png) no-repeat;
}
.authorization .white-next {
  width: 60px;
  height: 60px;
  background: url(../images/gray-next.png) no-repeat;
  top: 30%;
}
.authorization .white-next:hover {
  background: url(../images/authorization-next.png) no-repeat;
}
.authorization .DetailedList {
  border-top: 4px solid #f2f2f2;
}
.authorization .DetailedList .text {
  font-size: 28px;
  text-align: center;
  padding: 50px 0 40px;
  border-bottom: 1px solid #ddd;
}
.authorization .DetailedList .CertificateList {
  width: 50%;
  margin: 20px 0;
}
.authorization .DetailedList .CertificateList li {
  padding: 10px 0 10px 30px;
  vertical-align: middle;
  color: #888888;
}
.authorization .DetailedList .CertificateList li .square {
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background: url(../images/samll-square.jpg) no-repeat;
}
.information-table.contain .caption {
  text-align: center;
  font-size: 32px;
  color: #494949;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 15px 25px;
  padding-bottom: 20px;
}
.information-table.contain .table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  padding: 15px 40px;
  border-top-width: 0px;
}
.information-table.contain tr:nth-child(2n-1){
  background: #f9fafa;
}
.information-table.contain tr td {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  border-right: 0;
  text-align: center;
  color: #666666;
  padding: 17px 15px;
  font-size: 15px;
}
.information-table.contain tr td:last-child {
  border-right: 1px solid #e5e5e5;
}
.information-table.contain tr td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}
.information-table.contain tr td:nth-child(4) {
  text-align: left;
  padding-left: 20px;
}
.information-table.contain tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}
.Notice-table.contain {
  font-size: 15px;
}
.Notice-table.contain .caption {
  text-align: center;
  font-size: 32px;
  color: #494949;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 15px 25px;
  padding-bottom: 20px;
}
.Notice-table.contain tr td {
  border: 0;
}
.Notice-table.contain tr td:first-child {
  text-align: left;
  padding-left: 30px;
  border: 0;
}
.Notice-table.contain tr td:last-child {
  text-align: right;
  padding-right: 50px;
  border: 0;
}
.Notice-table.contain tr i.Bulletin {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/Bulletin.png) no-repeat;
  margin-left: 30px;
  vertical-align: bottom;
}
.Notice-table.contain tr:hover i.Bulletin {
  background: url(../images/Bulletin-blue.png) no-repeat;
}
.Notice-table.contain tr:nth-child(even) {
  background: #Ffff;
}
.Notice-table.contain .mouse_color {
  color: #ca151e;
}
.Notice-table.contain .pagination {
  margin: 15px 0;
}
.spw-section .spw-bg {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.spw-section .text {
  position: relative;
}
.spw-section .text img.text-img {
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 35px;
  margin-top: -121px;
}
.spw-section .welfare {
  text-align: center;
  padding: 50px 15px;
  background: #f7f8f9;
}
.spw-section .welfare div {
  width: 50%;
  margin: 0 auto;
}
.spw-section .welfare div h1 {
  font-size: 37px;
  margin: 10px 0 20px;
  color: #333333;
}
.spw-section .welfare div p {
  font-size: 15px;
  line-height: 2;
  color: #666666;
}
.spw-section .footprint {
  padding: 50px 0;
  color: #696969;
}
.spw-section .footprint h2 {
  padding: 15px 0;
  font-size: 24px;
  color: #333;
}
.spw-section .footprint .welfare-1{width:48%;float:left;}
.spw-section .footprint .welfare-2 {
 width:48%;float:right;
}
.spw-section .footprint .welfare-1 a,
.spw-section .footprint .welfare-2 a {
  display: inline-block;
  line-height: 2;
  font-size: 15px;
  width: 100%;
  margin: 15px 0;
  font-size: 16px;
}
.spw-section .footprint .welfare-1 a:hover,
.spw-section .footprint .welfare-2 a:hover {
  color: #1461b4;
}
.spw-section .OnTheWay h2{
	padding: 15px 0;
    font-size: 24px;
    color: #333;
}
.spw-section .OnTheWay .mg-btm-20 {
  margin-bottom: 25px;
}
.spw-section .OnTheWay .TheWay-1 {
  width: 39%;
}
.spw-section .OnTheWay .TheWay-1 img{max-width:100%;}
.spw-section .OnTheWay .TheWay-2 {
  width: 61%;
  padding: 40px 118px 40px 45px;
  border: 1px solid #ddd;
  border-left: 0;
  position: relative;
  min-height:280px;
}
.spw-section .OnTheWay .TheWay-2 p {
  line-height: 1.5;
  margin: 13px 0;
  color: #666666;
}
.spw-section .OnTheWay .TheWay-2 h3,
.spw-section .OnTheWay .TheWay-2 project {
  margin-bottom: 20px;
}
.spw-section .OnTheWay .TheWay-2 .time {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/time.png) no-repeat;
  vertical-align: sub;
  margin-right: 10px;
}
.spw-section .OnTheWay .TheWay-2 .address {
  display: inline-block;
  width: 15px;
  height: 19px;
  background: url(../images/address.png) no-repeat;
  vertical-align: sub;
  margin-right: 10px;
}
.spw-section .OnTheWay .TheWay-2 a{font-size: 18px;}
.spw-section .OnTheWay .TheWay-2 a:hover{color: #fdc067;}
.spw-section .OnTheWay .TheWay-2 a.more {
  color: #fdc067;
  font-size: 14px;
}
.spw-section .OnTheWay .TheWay-2 span {
  position: absolute;
  width: 78px;
  height: 50px;
  background: url(../images/cy.png) no-repeat;
  top: 0;
  right: 33px;
}
.spw-section .spw1.swiper-container {
  margin-bottom: 25px;
}
.Memory-section {
  background: #f7f8f9;
  padding: 30px 0 60px 0;
}
.Memory-section .Memory1 {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.Memory-section .Memory1 .swiper-slide img {
  max-width: 1100px;
  max-height: 620px;
  object-fit: cover;
  height: 620px;
}
.Memory-section .Memory1 .float-txt {
  position: absolute;
  padding: 20px 35px;
  bottom: 0;
  background: #000000b5;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background: rgba(0,0,0,0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Memory-section .Memory1 .swiper-button-prev {
  width: 38px;
  height: 58px;
  left: -70px;
  background: url(../images/gray-1.png) no-repeat;
}
.Memory-section .Memory1 .swiper-button-prev:hover {
  background: url(../images/blue-1.png) no-repeat;
}
.Memory-section .Memory1 .swiper-button-next {
  width: 38px;
  height: 58px;
  right: -70px;
  background: url(../images/gray-2.png) no-repeat;
}
.Memory-section .Memory1 .swiper-button-next:hover {
  background: url(../images/blue-2.png) no-repeat;
}
.Memory-section .Memory2 {
  margin-top: 20px;
}
.Memory-section .Memory2 img {
  height: 116px;
  width:100%;
  object-fit:cover;
}
.Memory-section .Memory2 .swiper-button-prev {
  left: 0;
  height: 100%;
  bottom: 0;
  top: inherit;
  background:rgba(0,0,0,0.6);
  text-align: center;
}
.Memory-section .Memory2 .swiper-button-prev i {
  width: 12px;
  height: 27px;
  display: inline-block;
  margin-top: 48px;
  background: url(../images/white-1.png) no-repeat;
}
.Memory-section .Memory2 .swiper-button-next {
  right: 0;
  height: 100%;
  bottom: 0;
  top: inherit;
  background:rgba(0,0,0,0.6);
  text-align: center;
}
.Memory-section .Memory2 .swiper-button-next i {
  width: 12px;
  height: 27px;
  margin-top: 48px;
  display: inline-block;
  background: url(../images/white-2.png) no-repeat;
}
.Memory-section h4 {
  text-align: center;
  padding: 30px 15px 25px;
  font-size: 24px;
  color: #333333;
}

