@charset "utf-8";
.banner-swiper .swiper-slide {
  overflow: hidden;
}
.banner-swiper .inner {
  position: relative;
}
.banner-swiper .img {
  position: relative;
}
.banner-swiper .img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 35.1%;
  background: linear-gradient(180deg, #006DB5 0%, rgba(0, 109, 181, 0) 100%);
  opacity: 0.67;
}
.banner-swiper .txt {
  position: absolute;
  left: 42%;
  top: 32.8%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 2;
}
.banner-swiper .txt * {
  line-height: 1.1;
  color: #fff;
}
.banner-swiper .p2 {
  font-weight: 200;
  text-transform: capitalize;
}
.banner-swiper .swiper-slide-active .txt {
  left: 50%;
  opacity: 1;
  visibility: visible;
}
.banner-swiper .swiper-pagination {
  bottom: 5.8%;
}
.banner-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0 13px !important;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.banner-swiper .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
}
.main1 {
  position: relative;
}
.main1 .bg {
  z-index: -1;
}
.main1 .des {
  width: 79.7%;
  margin: 16px auto 49px;
}
.main1 .item {
  margin-bottom: 63px;
}
.main1 .item .icon {
  position: relative;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background-color: #006DB5;
  margin: 0 auto 9px;
}
.main1 .item .icon i {
  font-size: 30px;
  color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main1 .item p {
  font-weight: 200;
  color: #666666;
}
.main1 .item:hover .icon i {
  transform: translate(-50%, -50%) rotateY(360deg);
}
.main2 {
  position: relative;
  height: 47.1vw;
}
.main2 .main2T {
  width: 100%;
  z-index: 2;
}
.main2 .swiper-pagination {
  position: relative;
  display: none;
}
.main2 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #999999;
  margin: 0 10px;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main2 .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #006DB5;
}
.main2 .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main2 .bg-img img {
  height: 100%;
  object-fit: cover;
}
.main2 .bg-img.select {
  opacity: 1;
  visibility: visible;
}
.main2 .bg-img.select img {
  animation: scale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.1 0.5s;
  -webkit-animation: scale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.main2-swiper2 .swiper-slide {
  position: relative;
  padding: 10px 0;
}
.main2-swiper2 .center {
  position: relative;
  display: block;
  width: 579px;
  height: 579px;
  transform: scale(0);
  margin: 0 auto;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px dashed #006DB5;
  transition: 0.8s;
  -webkit-transition: 0.8s;
}
.main2-swiper2 .center::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 93.1%;
  height: 93.1%;
  border-radius: 50%;
  background-color: #fff;
}
.main2-swiper2 .cir {
  width: 96.1%;
  height: 96.1%;
}
.main2-swiper2 .cir circle {
  opacity: 0;
  fill: transparent;
  stroke-width: 15;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1700 1700;
  stroke-dashoffset: 1700;
  stroke: #006DB5;
}
.main2-swiper2 .pic {
  width: 87.9%;
  height: 87.9%;
  border-radius: 50%;
  box-sizing: border-box;
}
.main2-swiper2 .pic::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #006DB5;
  border-radius: 50%;
  opacity: 0.3;
}
.main2-swiper2 .txt * {
  line-height: 1;
}
.main2-swiper2 i {
  font-size: 75px;
}
.main2-swiper2 .name {
  font-weight: 500;
  margin: 10px 0 15px;
}
.main2-swiper2 .en {
  font-weight: 200;
  text-transform: capitalize;
}
.main2-swiper2 .more {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  margin: 43px auto 0;
  display: none;
}
.main2-swiper2 .more i {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.main2-swiper2 .swiper-slide-active .center {
  transform: scale(1);
}
.main2-swiper2 .swiper-slide-active .cir circle {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 4s linear, opacity 0s linear;
  transition: stroke-dashoffset 4s linear, opacity 0s linear;
}
.main2-swiper2 .swiper-slide-active .txt * {
  color: #fff;
}
.main2-swiper2 .swiper-slide-active .more {
  display: block;
}
.main3 .p1,
.main3 .p2 {
  line-height: 1.2;
}
.main3 .des {
  margin: 20px 0 44px;
}
.main3 .des * {
  line-height: 1.6;
}
.main3 .img {
  margin-bottom: 27px;
}
.main3 .img img {
  width: auto;
  width: 20.7%;
}
.main3 .img .mb-fz {
  display: none;
}
.main3 .mb-img {
  display: none;
}
.inNews {
  margin-top: 69px;
}
.inNew {
  width: 22.375%;
  margin-right: 3.5%;
}
.inNew:nth-of-type(4n) {
  margin-right: 0;
}
.inNew .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inNew .name,
.inNew .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inNew .name {
  height: 62px;
  font-weight: 500;
  line-height: 1.4;
  margin: 24px 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inNew .des {
  height: 48px;
  font-weight: 200;
  line-height: 1.5;
  color: #999999;
}
.inNew .bot {
  color: #999999;
  margin-top: 57px;
  padding-top: 24px;
  border-top: 1px solid #E6E6E6;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inNew .bot i {
  font-size: 12px;
  color: #999999;
  margin-left: 13px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inNew:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1);
}
.inNew:hover .name {
  color: #006DB5;
}
.inNew:hover .bot {
  color: #006DB5;
}
.inNew:hover .bot i {
  color: #006DB5;
}
.profile .intro * {
  font-weight: 200;
  line-height: 2;
  color: #666666;
}
.profile .intro img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.gk-swiper .swi-prev {
  left: 4.7%;
}
.gk-swiper .swi-next {
  right: 4.7%;
}
.deve .tit {
  width: 45.4%;
  margin: 0 auto;
}
.deve .txt {
  width: 66.6%;
  margin: 34px auto 0;
}
.deve .des {
  line-height: 2;
  font-weight: 200;
}
.deve .en {
  margin-top: 35px;
}
.employee .intro {
  margin-top: 41px;
}
.employee .intro * {
  color: #666666;
}
.cul-item {
  position: relative;
  width: 50%;
}
.cul-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cul-item .txt {
  width: 100%;
}
.cul-item .txt * {
  color: #fff;
}
.cul-item .com-tit .p2 {
  color: rgba(255, 255, 255, 0.5);
}
.cul-item .com-tit .p2 * {
  color: rgba(255, 255, 255, 0.5);
}
.cul-item .des {
  margin-top: 50px;
}
.cul-item:hover .img img {
  transform: scale(1.04);
}
.honor-items {
  position: relative;
}
.honor-items:nth-of-type(odd) {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.honor-items:nth-of-type(odd)::after {
  right: 0;
  width: 77.25%;
  background: url(../images/ry-bg.png) no-repeat center;
  background-size: contain;
}
.honor-items:nth-of-type(odd) .honor-item:last-of-type {
  margin-right: 3.6%;
}
.honor-items:nth-of-type(even) {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.honor-items:nth-of-type(even)::after {
  left: 0;
  width: 58.8%;
  background: url(../images/ry-bg2.png) no-repeat center;
  background-size: contain;
}
.honor-items:nth-of-type(even) .honor-item:first-of-type {
  margin-left: 6.8%;
}
.honor-items:not(:last-of-type) {
  margin-bottom: 126px;
}
.honor-items::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 59px;
  z-index: -1;
}
.honor-items:nth-of-type(2n) .honor-item {
  margin-left: 0;
  margin-right: 11.375%;
}
.honor-item {
  width: 14.7%;
  margin-left: 11.375%;
}
.honor-item p {
  color: #666666;
  margin-top: 40px;
}
.honor-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.honor-item:hover .img img {
  transform: scale(1.04);
}
.load-more {
  width: 21.5%;
  height: 60px;
  line-height: 60px;
  color: #BBBBBB;
  background-color: #fff;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.08);
  border-radius: 33px 33px 33px 33px;
  margin: 0 auto;
  cursor: pointer;
}
.events .year {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  border: 1px solid #006DB5;
  box-sizing: border-box;
  color: #fff;
  margin: 0 auto;
  z-index: 2;
}
.events .year::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 82.2%;
  height: 82.2%;
  border-radius: 50%;
  background-color: #006DB5;
  z-index: -1;
}
.event-items {
  position: relative;
  padding: 36px 0 89px;
}
.event-items::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #BBBBBB;
}
.event-item {
  position: relative;
  width: 50%;
}
.event-item::before,
.event-item::after {
  content: '';
  position: absolute;
}
.event-item::before {
  top: 29px;
  width: 14px;
  height: 14px;
  background-color: #006DB5;
  border-radius: 50%;
}
.event-item::after {
  top: 36px;
  width: 12.8%;
  height: 1px;
  background-color: #006DB5;
}
.event-item .item {
  width: 87.2%;
  padding: 19px 3.9% 19px 4.3%;
  background-color: #fff;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.08);
}
.event-item .date {
  color: #006DB5;
  line-height: 1;
  margin-bottom: 7px;
}
.event-item .intro * {
  color: #666666;
  line-height: 2;
}
.event-item:nth-of-type(odd) {
  margin-left: auto;
}
.event-item:nth-of-type(odd)::before {
  left: 0;
  transform: translateX(-50%);
}
.event-item:nth-of-type(odd)::after {
  left: 0;
}
.event-item:nth-of-type(odd) .item {
  margin-left: auto;
}
.event-item:nth-of-type(even)::before {
  right: 0;
  transform: translateX(50%);
}
.event-item:nth-of-type(even)::after {
  right: 0;
}
.pro-items {
  margin-top: 26px;
}
.pro-item {
  width: 23.2%;
  background-color: #fff;
  padding: 26px 0 50px;
  margin-right: 2.4%;
  margin-bottom: 40px;
}
.pro-item:nth-of-type(4n) {
  margin-right: 0;
}
.pro-item .img {
  position: relative;
  padding-bottom: 125.7%;
}
.pro-item .img::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 88%;
  height: 70%;
  border-radius: 50%;
  background: linear-gradient(180deg, #D7E2EE 0%, #FFFFFF 100%);
}
.pro-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  width: auto;
  height: auto;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-item .name {
  padding: 0 2%;
  color: #000000;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-item:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.pro-item:hover .name {
  color: #006DB5;
}
.proList .proCe {
  margin-left: 8.35vw;
  margin-right: 12.5vw;
}
.proList .proL {
  width: 320px;
  margin-right: 20px;
  max-height: 80vh;
  overflow-y: auto;
}
.proList .proL::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.proList .proL::-webkit-scrollbar-track {
  background-color: transparent;
}
.proList .proL::-webkit-scrollbar-thumb {
  background-color: #006DB5;
}
.proList .proR {
  width: calc(100% - 340px);
}
.proList .back .icon {
  position: relative;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-color: #006DB5;
  margin: 0 auto;
  line-height: 1;
}
.proList .back .icon i {
  font-size: 21px;
  color: #fff;
}
.proList .back p {
  color: #fff;
  margin-top: 6px;
}
.pro-swiper {
  position: relative;
}
.pro-swiper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: #CFCFCF;
}
.pro-swiper .swiper-slide:not(:last-of-type) .item {
  margin-bottom: 13px;
}
.pro-swiper .item {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  color: #999999;
  padding: 10px 0 10px 38px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-swiper .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  background-color: #006DB5;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-swiper .item:hover,
.pro-swiper .item.active {
  color: #006DB5;
}
.pro-swiper .item:hover::before,
.pro-swiper .item.active::before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.proT .proImg {
  position: relative;
  width: 35.8%;
  z-index: 2;
}
.proT .bgCir {
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 89.6%;
  z-index: -1;
}
.proT .img {
  max-width: 64.2%;
  margin: 0 auto;
}
.proT .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.proT .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.proT .txt {
  width: 62.2%;
  margin-left: 2%;
}
.proT .cpT {
  padding-bottom: 36px;
  border-bottom: 1px solid #CFCFCF;
}
.proT .en {
  font-weight: 200;
  color: #999999;
  line-height: 1.3;
}
.proT .intro {
  margin-top: 36px;
}
.proT .intro * {
  color: #666666;
  font-weight: 200;
  line-height: 2;
}
.pro-wrap {
  margin-top: 39px;
}
.proInfo-item:not(:last-of-type) {
  margin-bottom: 42px;
}
.proInfo-item .subName {
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 25px;
}
.proInfo-item .subName::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.52%;
  height: 2px;
  background-color: #006DB5;
}
.proInfo-item .intro * {
  color: #666666;
}
.proInfo-item .intro table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
}
.proInfo-item .intro tr {
  border: 1px solid #333;
}
.proInfo-item .intro th,
.proInfo-item .intro td {
  padding: 10px 0.2%;
  border: 1px solid #333;
  text-align: center;
  vertical-align: middle;
}
.proInfo-item .intro img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.area {
  background-color: #F4F8FC;
}
.area-item:not(:last-of-type) {
  margin-bottom: 80px;
}
.area-item:nth-of-type(odd) .txt {
  margin-left: 6.3%;
}
.area-item:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.area-item:nth-of-type(even) .txt {
  margin-right: 6.3%;
}
.area-item .img {
  width: 43.2%;
}
.area-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.area-item .txt {
  width: 50.5%;
}
.area-item .name {
  margin-bottom: 37px;
}
.area-item .intro {
  padding-right: 5px;
  max-height: 290px;
  overflow-y: auto;
}
.area-item .intro::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.area-item .intro::-webkit-scrollbar-track {
  background-color: transparent;
}
.area-item .intro::-webkit-scrollbar-thumb {
  background-color: #006DB5;
}
.area-item .intro * {
  line-height: 2;
  font-weight: 200;
}
.area-item .intro strong {
  font-weight: bold;
}
.area-item .intro strong * {
  font-weight: bold;
}
.area-item .tj {
  margin-top: 37px;
}
.area-item .tj > span {
  flex-shrink: 0;
}
.area-item .tj a {
  color: #006DB5;
}
.area-item .tj a:not(:last-of-type) {
  margin-right: 13px;
}
.area-item .tj a:hover {
  text-decoration: underline;
}
.area-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.re-wrap .img {
  width: 43.2%;
  margin-right: 6.3%;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.16);
}
.re-wrap .txt {
  width: 50.5%;
  margin-top: 53px;
}
.re-wrap .txt .name {
  position: relative;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 32px;
  margin-bottom: 47px;
}
.re-wrap .txt .name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  height: 5px;
  background-color: #006DB5;
  border-radius: 10px;
}
.re-wrap .txt .intro {
  max-height: 400px;
  overflow-y: auto;
}
.re-wrap .txt .intro::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.re-wrap .txt .intro::-webkit-scrollbar-track {
  background-color: transparent;
}
.re-wrap .txt .intro::-webkit-scrollbar-thumb {
  background-color: #006DB5;
}
.re-wrap .txt .intro * {
  font-weight: 200;
  line-height: 2;
}
.re-item {
  width: 30.7%;
  min-height: 410px;
  background-color: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.16);
  padding-top: 70px;
  margin-right: 3.95%;
}
.re-item:nth-of-type(3n) {
  margin-right: 0;
}
.re-item * {
  font-weight: 500;
}
.re-item .num {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #ECECEC;
  margin: 0 auto 64px;
}
.re-item .intro {
  position: relative;
  padding: 0 15%;
  z-index: 2;
}
.re-item .intro::before,
.re-item .intro::after {
  content: '';
  position: absolute;
  top: -39px;
  width: 16.6%;
  height: 131px;
  z-index: -1;
}
.re-item .intro::before {
  left: 5.2%;
  background: url(../images/2.png) no-repeat center;
  background-size: contain;
}
.re-item .intro::after {
  right: 5.2%;
  background: url(../images/3.png) no-repeat center;
  background-size: contain;
}
.re-item .intro * {
  line-height: 1.3;
}
.property .des {
  margin-top: 46px;
}
.property .des * {
  line-height: 2;
}
.cq-tab .item {
  position: relative;
  display: inline-block;
  font-weight: 200;
  padding: 14px 48px;
  background-color: #ECECEC;
  border-radius: 27px;
  cursor: pointer;
}
.cq-tab .item:not(:last-of-type) {
  margin-right: 30px;
}
.cq-tab .item::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 5px 8px;
  border-style: solid;
  border-color: transparent;
}
.cq-tab .item.active {
  color: #fff;
  background-color: #006DB5;
}
.cq-tab .item.active::before {
  border-color: #006DB5 transparent transparent transparent;
}
.cq-item {
  position: relative;
  display: none;
}
.cq-item.select {
  display: block;
}
.cq-item .swi-btns {
  padding-top: 42px;
  border-top: 1px solid #C8C8C8;
}
.cq-item .swi-btn {
  position: relative;
  margin-top: 0;
}
.cq-item .swi-prev {
  left: auto;
  margin-right: 29px;
}
.cq-item .swi-next {
  right: auto;
}
.cq-swiper .swiper-slide {
  width: 22.4%;
}
.cqB {
  margin-top: 26px;
}
.cqB .intro {
  display: none;
}
.cqB .intro.act {
  display: block;
}
.esgT {
  margin-bottom: 50px;
}
.esgL {
  width: 50.5%;
}
.esgL .intro {
  margin-top: 46px;
}
.esgL .intro * {
  font-weight: 200;
}
.esgR {
  width: 24.4%;
}
.esgB .img {
  width: 28.1%;
}
.esgB .esg-items {
  width: 57.2%;
}
.esg-item {
  padding: 37px 0 59px;
  border-bottom: 1px solid #DEDEDE;
}
.esg-item:first-of-type {
  border-top: 1px solid #DEDEDE;
}
.esg-item .tit {
  width: 36.9%;
}
.esg-item .tit * {
  line-height: 1;
}
.esg-item .en {
  color: rgba(51, 51, 51, 0.5);
}
.esg-item .intro {
  width: 63.1%;
}
.esg-item .intro * {
  font-weight: 200;
  line-height: 2;
}
.com-sus .des {
  margin-top: 47px;
}
.com-sus .des * {
  font-weight: 200;
  line-height: 2;
}
.duty-item {
  width: 31.9%;
  margin-right: 2.15%;
  margin-bottom: 60px;
  background-color: #fff;
}
.duty-item:nth-of-type(3n) {
  margin-right: 0;
}
.duty-item .img {
  overflow: hidden;
}
.duty-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.duty-item .txt {
  padding: 44px 2%;
}
.duty-item .txt * {
  line-height: 1.1;
  font-weight: 200;
}
.duty-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.envirL {
  position: relative;
  width: 41.7%;
  padding-left: 3.5%;
}
.envirL .progress {
  position: absolute;
  left: 7px;
  top: 8px;
  width: 1px;
  height: 100%;
  background: rgba(0, 109, 181, 0.2);
  z-index: 99;
}
.envirL .progress::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #006DB5;
}
.envirL .progress .proBar {
  display: block;
  width: 100%;
  height: 0;
  background-color: #006DB5;
}
.envirR {
  width: 50%;
  margin-left: 8.3%;
}
.envir-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.envir-item .name {
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.envir-item .intro {
  display: none;
  height: 295px;
  margin-top: 16px;
  overflow-y: auto;
}
.envir-item .intro::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.envir-item .intro::-webkit-scrollbar-track {
  background-color: transparent;
}
.envir-item .intro::-webkit-scrollbar-thumb {
  background-color: #006DB5;
}
.envir-item .intro * {
  line-height: 2;
  font-weight: 200;
}
.envir-item .mb-img {
  display: none;
}
.envir-item.act .name {
  color: #006DB5;
}
.envir-item.act .intro {
  display: block;
}
.envi-img {
  opacity: 0.5;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.envi-img:not(:last-of-type) {
  margin-bottom: 10%;
}
.envi-img.act {
  opacity: 1;
}
.benefit {
  position: relative;
}
.benefit::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  border: 1px dashed #BBBBBB;
}
.bene-item {
  position: relative;
  padding-bottom: 93px;
}
.bene-item::before,
.bene-item::after {
  content: '';
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
}
.bene-item::before {
  top: 0;
  width: 28px;
  height: 28px;
  background-color: #c8deec;
}
.bene-item::after {
  top: 7px;
  width: 14px;
  height: 14px;
  background-color: #CBE1EF;
  border: 2px solid #006DB5;
  box-sizing: border-box;
}
.bene-item:nth-of-type(odd) .imgs {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 9.4%;
}
.bene-item:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bene-item:nth-of-type(even) .imgs {
  margin-left: 9.4%;
}
.bene-item:nth-of-type(even) .txt {
  text-align: right;
  margin-right: 11.9%;
}
.bene-item .beneImgs,
.bene-item .beneIntro {
  width: 50%;
}
.bene-item .imgs {
  width: 59.7%;
}
.bene-item .img {
  width: 49.5%;
  margin-right: 1%;
  border-radius: 3px;
  margin-bottom: 4px;
  overflow: hidden;
}
.bene-item .img:nth-of-type(2n) {
  margin-right: 0;
}
.bene-item .img:last-of-type {
  margin-right: 0;
}
.bene-item .txt {
  width: 88.1%;
  margin-left: auto;
}
.bene-item .year {
  color: #006DB5;
}
.bene-item .name {
  font-weight: 500;
  margin-bottom: 19px;
}
.bene-item .intro * {
  color: #666666;
  font-weight: 200;
  line-height: 2;
}
.news-recom {
  position: relative;
}
.news-recom .swiper-pagination {
  position: relative;
}
.news-recom .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #999999;
  border-radius: 50%;
  opacity: 0.3;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-recom .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 23px;
}
.news-recom .swiper-pagination-bullet-active {
  opacity: 1;
}
.newsT {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
}
.news-swiper .item {
  background-color: #fff;
}
.news-swiper .item:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1);
}
.news-swiper .item:hover .name {
  color: #006DB5;
}
.news-swiper .img {
  width: 46.1%;
  overflow: hidden;
}
.news-swiper .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-swiper .txt {
  width: 53.9%;
  padding: 0 3.7%;
}
.news-swiper .name {
  margin-bottom: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-swiper .des {
  line-height: 2;
  font-weight: 200;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-swiper .more {
  color: #999999;
  font-weight: 200;
  margin-top: 88px;
  padding-top: 29px;
  border-top: 1px solid #E6E6E6;
}
.news-swiper .more i {
  font-size: 12px;
  color: #999999;
  margin-left: 13px;
}
.news-wrap {
  margin-top: 49px;
}
.news-item {
  padding: 46px 0;
  border-bottom: 1px dashed #CCCCCC;
}
.news-item .date {
  width: 117px;
  height: 126px;
  background: url(../img/date.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
.news-item .date * {
  color: #fff;
  line-height: 1;
}
.news-item .date .day {
  font-weight: 500;
}
.news-item .txt {
  width: calc(95.2% - 117px);
  margin-left: 4.8%;
}
.news-item .txt * {
  line-height: 1.2;
}
.news-item .name,
.news-item .des {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-item .name {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .des {
  font-weight: 200;
  color: #666666;
  margin: 18px 0 31px;
}
.news-item .more {
  color: #999999;
}
.news-item .more i {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  margin-left: 13px;
}
.news-item:hover .date {
  border: 2px solid rgba(0, 109, 181, 0.86);
  background: #fff;
}
.news-item:hover .date * {
  color: #006DB5;
}
.news-item:hover .name {
  color: #006DB5;
}
.noBanner {
  padding-top: 104px;
}
.noBanner .head-pc {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.noBanner .head-pc .logo1 {
  display: none;
}
.noBanner .head-pc .logo2 {
  display: block;
}
.noBanner .head-pc .li-1 > a {
  color: #333;
}
.noBanner .head-pc .li-1.active > a {
  color: #006DB5;
}
.noBanner .head-pc .search {
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.12);
}
.noBanner .head-pc .search input {
  color: #BBBBBB;
}
.noBanner .head-pc .search input::placeholder {
  color: #BBBBBB;
}
.noBanner .head-pc .search input::-webkit-input-placeholder {
  color: #BBBBBB;
}
.noBanner .head-pc .search input:-moz-placeholder {
  color: #BBBBBB;
}
.noBanner .head-pc .search input:-ms-input-placeholder {
  color: #BBBBBB;
}
.noBanner .head-pc .search .btn i {
  color: #BBBBBB;
}
.noBanner .head-pc .lang * {
  color: #BBBBBB;
}
.noBanner .head-pc .lang .item::before {
  background-color: #006DB5;
}
.noBanner .head-pc .lang .item:hover {
  color: #006DB5;
}
.noBanner .head-pc .lang .item:not(:last-of-type)::after {
  color: #BBBBBB;
}
.noBanner .head-pc .lang .item.cur {
  color: #006DB5;
}
.news-top {
  padding-top: 17px;
  background-color: #F3F5FA;
}
.news-top .position a {
  color: #999999;
}
.news-top .position a i {
  color: #999999;
  margin-right: 26px;
}
.news-top .position a:not(:last-of-type)::after {
  color: #999999;
}
.news-top .name {
  margin-bottom: 12px;
}
.news-top .date {
  color: #666666;
}
.infoL {
  width: 65.8%;
}
.infoL .info * {
  color: #666666;
}
.infoL .info img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.infoL .page {
  padding-top: 30px;
  border-top: 1px solid #DFDFDF;
}
.infoL .page .page-item {
  color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.infoL .page .page-item .icon {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.infoL .page .page-item .icon i {
  color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.infoL .page .page-item:hover {
  color: #006DB5;
}
.infoL .page .page-item:hover .icon {
  border-color: #006DB5;
}
.infoL .page .page-item:hover .icon i {
  color: #006DB5;
}
.infoL .page .prev .icon,
.infoL .page .back .icon {
  margin-right: 5px;
}
.infoL .page .next .icon {
  margin-left: 5px;
}
.infoL .page .prev .icon,
.infoL .page .next .icon {
  position: relative;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #999999;
}
.infoL .page .prev .icon i,
.infoL .page .next .icon i {
  font-size: 10px;
}
.infoR {
  width: 26%;
  margin-left: 8.2%;
}
.infoR .re-name {
  margin-bottom: 22px;
}
.relate {
  display: block;
  padding: 19px 0 29px;
  border-top: 1px solid #E5E5E5;
}
.relate * {
  font-weight: 200;
}
.relate .name {
  line-height: 1.7;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.relate .date {
  color: #999999;
}
.relate:hover .name {
  color: #006DB5;
}
.con-tit {
  line-height: 1.6;
  font-weight: 500;
}
.contact .items * {
  font-weight: 500;
  line-height: 2.1;
}
.contact .online {
  width: 190px;
  height: 48px;
  color: #006DB5;
  border-radius: 34px;
  border: 2px solid #006DB5;
  box-sizing: border-box;
  font-weight: 200;
  margin-top: 30px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.contact .online i {
  font-size: 24px;
  color: #006DB5;
  margin-right: 20px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.contact .online:hover {
  color: #fff;
  background-color: #006DB5;
}
.contact .online:hover i {
  color: #fff;
}
.con-item {
  position: relative;
  width: 31%;
  padding: 30px 2.4% 54px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-right: 3.5%;
  margin-bottom: 50px;
}
.con-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -3.6%;
  width: 100%;
  height: 100%;
  background-color: #006DB5;
  border-radius: 10px;
  z-index: -1;
}
.con-item:nth-of-type(3n) {
  margin-right: 0;
}
.con-item .name {
  font-weight: 500;
  color: #006DB5;
  margin-bottom: 11px;
}
.con-item .des {
  min-height: 148px;
  color: #999999;
  font-weight: 200;
  line-height: 1.7;
}
.con-item .bot {
  padding-top: 21px;
  border-top: 1px solid rgba(112, 112, 112, 0.29);
}
.con-item .bot * {
  color: #999999;
  font-weight: 200;
  line-height: 1.7;
}
.form {
  margin-top: 30px;
}
.form .btn {
  display: inline-block;
  width: 213px;
  height: 67px;
  line-height: 67px;
  color: #fff;
  background-color: #006DB5;
  border-radius: 34px;
}
.form-items {
  margin-bottom: 42px;
}
.form-item {
  width: 28.5%;
  margin-right: 7.25%;
}
.form-item:nth-of-type(3n) {
  margin-right: 0;
}
.form-item label {
  display: inline-block;
  color: #999999;
  margin-bottom: 15px;
}
.form-item label span {
  color: #E62129;
  margin-left: 13px;
}
.form-item input,
.form-item select,
.form-item textarea,
.form-item .fil-name {
  width: 100% ;
  background-color: rgba(255, 255, 255, 0.54);
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
}
.form-item input,
.form-item select,
.form-item .fil-name {
  height: 57px;
  padding: 0 5%;
}
.form-item select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.54) url(../images/xjt.png) no-repeat 89% 50%;
  background-size: 4.1%;
}
.form-item textarea {
  display: block;
  height: 230px;
  padding: 20px 1%;
  resize: none;
}
.form-item .drop {
  position: relative;
  z-index: 2;
}
.form-item .fil-name {
  background: rgba(255, 255, 255, 0.54) url(../images/xjt.png) no-repeat 89% 50%;
  background-size: 4.1%;
  cursor: pointer;
}
.form-item .fil-name span {
  line-height: 57px;
}
.form-item .drop-ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  display: none;
}
.form-item .drop-ul.show {
  display: flex;
}
.form-item .drop-item {
  width: 50%;
}
.form-item .select-ul {
  background-color: #fff;
  padding: 0 5%;
  max-height: 250px;
  box-sizing: border-box;
  border: 1px solid #E9E9E9;
  border-top: 0;
  overflow-y: auto;
}
.form-item .select-ul::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.form-item .select-ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.form-item .select-ul::-webkit-scrollbar-thumb {
  background-color: #006DB5;
}
.form-item .select-ul * {
  color: #999999;
}
.form-item .select-ul li {
  padding: 5px 0;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.form-item .select-ul li:hover {
  color: #006DB5;
}
.ly-item {
  width: 100% !important;
}
.law .title {
  background: url(../img/line.png) repeat-x left bottom;
}
.law .info {
  margin-top: 30px;
}
.law .info img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.error {
  position: relative;
  width: 100%;
  height: 100vh;
}
.error .error-wrap {
  width: 100%;
}
.error .img {
  width: 32%;
  margin: 0 auto;
}
.error .noFind {
  color: #B9B9B9;
}
.error .btn {
  margin-top: 51px;
}
.error .btn a {
  display: inline-block;
  width: 157px;
  height: 45px;
  line-height: 45px;
  color: #B9B9B9;
  text-align: center;
  border-radius: 45px;
  box-sizing: border-box;
  border: 1px solid rgba(185, 185, 185, 0.5);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.error .btn a:hover {
  color: #fff;
  border-color: #006DB5;
  background-color: #006DB5;
}
.error .btn .prev {
  margin-right: 10px;
}
