/* 案例列表 */
.list {
  margin-top: 100px;
}
.list img {
  width: 100%;
}
.al-list .list-item {
  max-width: 23.5%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 57px;
  margin-right: 2%;
  flex: 0 0 23.5%;
}
.al-list .list-item:nth-child(4n) {
  margin-right: 0;
}
.al-list .list-item h3 {
  font-size: 16px;
  padding: 24px 0;
  font-weight: normal;
  position: relative;
  transition: all 0.3s;
}
.al-list .list-item h3::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/2-20.png) no-repeat center;
}
.al-list .list-item:hover h3 {
  color: #063989;
  font-weight: bold;
}
/* 案例 */
.al {
  margin-top: 76px;
  margin-bottom: 140px;
  text-align: center;
}
.al .al-left {
  width: 66.6%;
}
.al .al-left img {
  width: 100%;
}
.al .al-left .al-txt {
  margin-top: 44px;
  padding: 23px 0 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.al .al-left .al-txt h3 {
  font-size: 22px;
  margin-bottom: 34px;
}
.al .al-left .al-txt .al-info {
  font-size: 16px;
}
.al .al-left .al-txt .al-info span {
  margin-right: 36px;
}
.al .al-left .al-txt .al-content {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  width: 90%;
  margin: 40px auto 0;
}
.al .al-right {
  width: 25%;
  background-color: #eceff5;
}

.al .al-right .al-right-top {
  margin-top: 28px;
  padding: 0 20px;
  border-bottom: 1px solid #dbe0ea;
}
.al .al-right .al-right-top span {
  padding-left: 30px;
  font-size: 16px;
  background: url(../images/4-2.png) no-repeat left center;
}
.al .al-right .al-right-top a.tel {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  margin-top: 18px;
  display: inline-block;
}
.al .al-right .al-right-top a.zixun {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #c2d0e7;
  color: #fff;
  padding: 0 28px;
  border-radius: 5px;
  margin-bottom: 28px;
}
.al .al-right .al-form {
  padding: 0 24px;
  border-bottom: 1px solid #dbe0ea;
}
.al .al-right .al-form h3 {
  font-size: 24px;
  color: #063989;
  margin-top: 22px;
  margin-bottom: 32px;
}
.al .al-right .al-form .input {
  position: relative;
  margin-bottom: 16px;
}
.al .al-right .al-form input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #bbb;
  padding-left: 50px;
}
.al .al-right .al-form label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.al .al-right .al-form button {
  width: 110px;
  height: 40px;
  line-height: 40px;
  background-color: #063989;
  border-radius: 5px;
  margin-top: 16px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
}
.al .al-right .wx {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.al .al-right .wx img {
  width: 130px;
  height: 130px;
}
.al .al-right .wx p {
  font-size: 14px;
  margin-top: 12px;
}
/* 服务支持 */
.list-nav.ser-nav ul {
  width: 356px;
}
.list-nav.ser-nav li {
  width: 50%;
}
.cn .container > p {
  font-size: 16px;
  line-height: 36px;
  width: 82.5%;
  text-align: center;
  margin: 0 auto;
}
.cn .cn-content {
  margin: 80px auto 156px;
  width: 88%;
}
.cn .cn-cont-item .cn-cont-box {
  width: 268px;
  height: 238px;
  background: url(../images/5-22.jpg) no-repeat center;
}
.cn .cn-cont-item:nth-child(2) .cn-cont-box {
  background-image: url(../images/5-23.jpg);
}
.cn .cn-cont-item:nth-child(3) .cn-cont-box {
  background-image: url(../images/5-24.jpg);
}
.cn .cn-cont-p p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.cn .cn-cont-item span {
  display: block;
  margin: 33px auto 0;
  width: 128px;
  height: 38px;
  line-height: 38px;
  padding-left: 45px;
  background: url(../images/5-2.png) no-repeat left center;
}
.cn .cn-cont-item:nth-child(2) span {
  background-image: url(../images/5-3.png);
}
.cn .cn-cont-item:nth-child(3) span {
  background-image: url(../images/5-4.png);
}
.sec-tit {
  text-align: center;
}
.sec-tit h2 {
  font-size: 26px;
  line-height: 48px;
}
.sec-tit p {
  font-size: 14px;
  line-height: 30px;
  margin: 33px auto 72px;
  width: 67%;
}
.sec-tit a {
  font-size: 14px;
}
.flow-cont .flow-cont-item {
  width: 22.5%;
  min-height: 166px;
  background-color: #dedede;
  text-align: center;
  padding-top: 30px;
}
.flow-cont .flow-cont-item h3 {
  font-size: 16px;
  line-height: 36px;
}
.flow-cont .flow-cont-item p {
  font-size: 14px;
  line-height: 26px;
  width: 93%;
  margin: 14px auto 0;
}
.flow-cont .flow-cont-item:hover h3 {
  color: #063989;
}
.range {
  margin-top: 110px;
  background: url(../images/5-5.jpg) no-repeat center 150px;
  height: 720px;
  background-size: 100%;
}
.range .range-box {
  margin: 84px auto 0;
}
.range .range-box .range-item {
  position: relative;
  width: 16.5%;
}
.range .range-box .range-item img {
  width: 100%;
}
.range .range-box .range-item .range-item-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50%;
  text-align: center;
  z-index: 2;
  transition: all 0.3s;
}
.range .range-box .range-item .range-item-txt span {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: url(../images/5-12.png) no-repeat center;
}
.range .range-box .range-item:nth-child(2) .range-item-txt span {
  background-image: url(../images/5-13.png);
}
.range .range-box .range-item:nth-child(3) .range-item-txt span {
  background-image: url(../images/5-14.png);
}
.range .range-box .range-item:nth-child(4) .range-item-txt span {
  background-image: url(../images/5-15.png);
}
.range .range-box .range-item:nth-child(5) .range-item-txt span {
  background-image: url(../images/5-16.png);
}
.range .range-box .range-item:nth-child(6) .range-item-txt span {
  background-image: url(../images/5-17.png);
}
.range .range-box .range-item .range-item-txt h3 {
  font-size: 15px;
  margin-top: 22px;
  color: #fff;
}
.range .range-box .range-item::after {
  content: "";
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(6, 57, 137, 0.5);
  transition: all 0.3s;
}
.range .range-box .range-item:hover::after,
.range .range-box .range-item:hover .range-item-txt {
  width: 100%;
}

.ser-al .new-al-tit h2 {
  font-size: 26px;
  color: #222;
  padding-left: 0;
}
/* 维修服务 */
.weixiu img {
  width: 100%;
}
.weixiu .sec-tit {
  margin-bottom: 60px;
}
.weixiu .left,
.weixiu .right {
  width: 48%;
}
.wx-zj h3 {
  font-size: 24px;
  color: #063989;
  margin: 15px 0 10px 0;
  text-align: center;
}
.wx-zj p {
  font-size: 14px;
  line-height: 28px;
  padding: 0 5px;
}
.weixiu .wx-bg {
  background-color: #f5f5f5;
}
.weixiu .wx-adv {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.wx-adv .adv-item {
  margin-bottom: 10px;
}
.wx-adv .adv-item h3 {
  padding-left: 30px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  background: url(../images/2-20.png) no-repeat left 9px;
}
.wx-adv .adv-item p {
  font-size: 14px;
  line-height: 28px;
  padding-left: 30px;
}
.wx-flow {
  margin-bottom: 124px;
}
.wx-flow .img {
  position: relative;
}
.wx-flow .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(6, 56, 137, 0.6);
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
}
.wx-flow .right {
  width: 50%;
}
.wx-flow .right .wx-item {
  width: 48.5%;
  margin-bottom: 15px;
}
.wx-flow .right .wx-item .img p {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}
.wx-flow .right .wx-item > p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
/* 关于我们 */
.about-jj {
  margin-top: 84px;
  margin-bottom: 112px;
}
.about-jj .jj-img {
  width: 50%;
}
.about-jj .jj-img img {
  width: 100%;
}
.about-jj .jj-txt {
  width: 45.5%;
}
.about-jj .jj-txt h2 {
  text-align: right;
  font-size: 26px;
  line-height: 48px;
}
.about-jj .jj-txt h2.en {
  color: rgba(34, 34, 34, 0.2);
}
.about-jj .jj-txt h2.zh {
  color: #063989;
}
.about-jj .jj-txt h3 {
  font-size: 16px;
  line-height: 48px;
  text-align: right;
}
.about-jj .jj-txt h3 span {
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}
.about-jj .jj-txt p {
  font-size: 14px;
  line-height: 22px;
}
.about-jj .jj-txt .p1 {
  margin: 38px 0 10px;
}
.about-jj .jj-data {
  transform: translateY(-30%);
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  padding-top: 54px;
  padding-bottom: 30px;
  text-align: center;
}
.about-jj .jj-data span {
  font-size: 36px;
  line-height: 55px;
}
.about-jj .jj-data p {
  font-size: 14px;
  line-height: 22px;
}
.about-jj .jj-data .jj-data-item:hover {
  color: #063989;
}
.about-yw .about-yw-item {
  width: 31.6%;
  text-align: center;
  padding: 66px 0 48px;
  border-bottom: 6px solid #ddd;
  transition: all 0.3s;
  position: relative;
}
.about-yw .about-yw-item h3 {
  font-size: 23px;
  margin-bottom: 32px;
}
.about-yw .about-yw-item .about-yw-link {
  width: 58%;
  margin: 0 auto;
  font-size: 14px;
}
.about-yw .about-yw-item > a {
  display: inline-block;
  margin-top: 38px;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #6f6f71;
  width: 86px;
  transition: all 0.3s;
}
.about-yw .about-yw-item:hover {
  background-color: #063989;
  color: #fff;
  border-color: #063989;
  margin-top: -26px;
  padding-top: 92px;
}
.about-yw .about-yw-item:hover .about-yw-link a {
  color: #fff;
}
.about-yw .about-yw-item:hover > a {
  background-color: #fff;
  color: #063989;
}
.about-ser {
  margin-top: 250px;
}
.about-ser h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
.about-ser .ser-item {
  width: 31.6%;
  transition: all 0.3s;
}
.about-ser .ser-item img {
  width: 100%;
}
.about-ser .ser-item .ser-txt {
  padding: 34px 0 0 32px;
  border: 1px solid #e6e6e6;
  height: 270px;
}
.about-ser .ser-item .ser-txt h3 {
  font-size: 26px;
  margin-bottom: 26px;
}
.about-ser .ser-item .ser-txt p {
  font-size: 14px;
  line-height: 28px;
  width: 79.7%;
}
.about-ser .ser-item .ser-txt button {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 116px;
  display: inline-block;
  text-align: center;
  background-color: #ddd;
  color: #222;
  margin-top: 44px;
  transition: all 0.3s;
}
.about-ser .ser-item:hover .ser-txt button {
  color: #fff;
  background-color: #063989;
}
.about-ser .ser-item:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.about-rexian {
  padding-left: 70px;
  background: url(../images/7-7.png) no-repeat 10px center;
  height: 40px;
  position: relative;
  font-size: 14px;
  align-items: center;
  margin-top: 44px;
}
.about-rexian span {
  font-size: 20px;
}
.about-rexian::after {
  content: "";
  display: inline-block;
  background-color: #9b9b9b;
  width: 2px;
  height: 30px;
  transform: rotate(15deg);
  position: absolute;
  left: 55px;
  top: 7px;
}
.about-kh {
  margin-top: 188px;
  margin-bottom: 235px;
}
.about-kh .kh-left {
  width: 50%;
  height: 396px;
  background: #063989 url(../images/7-8.png) no-repeat 260px bottom;
  color: #fff;
  padding-left: 50px;
}
.about-kh .kh-left h2 {
  font-size: 30px;
  margin: 60px 0 24px;
}
.about-kh .kh-left p {
  width: 464px;
  font-size: 14px;
  line-height: 34px;
}
.about-kh .kh-left a {
  display: inline-block;
  width: 118px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #063989;
  text-align: center;
  margin-top: 44px;
}
.about-kh .kh-right {
  width: 50%;
  position: relative;
  height: 396px;
  border: 1px solid #e6e6e6;
}
.about-kh .kh-right .kh-swiper {
  width: 560px;
  margin-left: 32px;
  overflow: hidden;
}
.about-kh .kh-right .kh-swiper img {
  width: 100%;
}
.about-kh .kh-right .kh-swiper .swiper-pagination {
  bottom: 28px;
}
/* 关于我们2 */
.about {
  margin-top: 50px;
}
.about .sec-tit p {
  width: 100%;
  line-height: 24px;
}
.about-sl {
  padding-left: 20px;
  padding-right: 20px;
}
.about-sl .about-sl-item {
  width: 245px;
  height: 320px;
  background: url(../images/26-1.jpg) no-repeat 0 0;
  color: #fff;
  padding: 30px 25px;
}
.about-sl .about-sl-item:nth-child(2) {
  background-image: url(../images/26-2.jpg);
}
.about-sl .about-sl-item:nth-child(3) {
  background-image: url(../images/26-3.jpg);
}
.about-sl .about-sl-item:nth-child(4) {
  background-image: url(../images/26-4.jpg);
}
.about-sl .about-sl-item h3 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.about-sl .about-sl-item p {
  line-height: 20px;
  font-size: 14px;
}
.about-content {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #f5f5f5;
}
.about-content .item {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.about-content .item img {
  width: 100%;
}
.about-content .item-txt {
  width: 66%;
  position: absolute;
}
.about-con1 .item-txt,
.about-con3 .item-txt {
  right: 50px;
}
.about-con2 .item-txt {
  left: 50px;
}
.about-content .item-txt h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.about-content .item-txt p {
  font-size: 14px;
  line-height: 24px;
}
/* 新闻中心 */
.news-ban .banner-txt h2 {
  width: 186px;
  margin-left: auto;
  margin-right: auto;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  background: linear-gradient(to right, rgba(6, 57, 137, 0.2), rgba(6, 57, 137, 0.9) 80%, rgba(6, 57, 137, 0.2));
}
.news-nav {
  margin-bottom: 140px;
}
.newsCenter .new-al-tit {
  align-items: flex-end;
}
.newsCenter .new-al-tit h2 {
  font-size: 26px;
  padding-left: 0;
}
.newsCenter1 .new-al-item {
  width: 32%;
}
.newsCenter1 .new-al-item h3 {
  font-size: 18px;
  font-weight: 300;
}
.newsCenter1 .new-al-item:hover h3 {
  font-weight: 700;
}
.newsCenter2 {
  margin-top: 140px;
}
.newsCenter2 .news2-left {
  width: 51.33%;
}
.newsCenter2 .news2-left img {
  width: 100%;
}
.newsCenter2 .news2-txt {
  padding: 15px 5px 20px 14px;
  transition: all 0.3s;
}
.newsCenter2 .news2-left .news2-txt {
  background-color: #e6e6e6;
}
.newsCenter2 a:hover .news2-txt {
  background-color: #063989;
  color: #fff;
}
.newsCenter2 .news2-txt h3 {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsCenter2 .news2-txt p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsCenter2 .news2-left .news2-txt p {
  white-space: nowrap;
}
.newsCenter2 .news2-right {
  width: 47.67%;
  flex-direction: column;
}
.newsCenter2 .news2-right .news2-right-item {
  width: 100%;
}
.newsCenter2 .news2-right .news2-right-item img {
  width: 36.89%;
}
.newsCenter2 .news2-right .news2-right-item .news2-txt {
  width: 63.11%;
  padding-top: 30px;
  padding-bottom: 0;
}
.newsCenter3 {
  margin-top: 155px;
}
.newsCenter3 .new-al-tit {
  margin-bottom: 66px;
}
.newsCenter3 .news3-item {
  width: 49%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 28px;
  padding-top: 28px;
}
.newsCenter3 .news3-item .news3-date {
  width: 156px;
  height: 72px;
  align-items: center;
  border-right: 1px solid #e6e6e6;
}
.newsCenter3 .news3-item .news3-date .news3-day {
  display: inline-block;
  height: 72px;
  line-height: 72px;
  font-size: 22px;
  background-color: #e6e6e6;
  width: 50px;
  text-align: center;
  transition: all 0.3s;
}
.newsCenter3 .news3-item .news3-date .news3-year {
  margin: 0 auto;
  height: 46px;
  font-size: 14px;
  background: url(../images/8-7.png) no-repeat left bottom;
}
.newsCenter3 .news3-item .news3-tit {
  width: calc(100% - 156px);
  padding-left: 22px;
  padding-right: 20px;
}
.newsCenter3 .news3-item .news3-tit h3 {
  font-size: 18px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}
.newsCenter3 .news3-item .news3-tit p {
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsCenter3 .news3-item:hover .news3-date .news3-day {
  background-color: #063989;
  color: #fff;
}
.newsCenter4 {
  margin-top: 136px;
  color: #fff;
  margin-bottom: 130px;
}
.newsCenter4 .news4-left {
  width: 49%;
  height: 442px;
  background: url(../images/8-8.jpg) no-repeat center;
  background-size: cover;
  padding: 52px 0 0 42px;
}
.newsCenter4 .news4-left h2 {
  font-size: 30px;
  margin-bottom: 34px;
}
.newsCenter4 .news4-left p {
  font-size: 14px;
  margin-bottom: 44px;
}
.newsCenter4 .news4-left a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  width: 120px;
  border-radius: 5px;
  background-color: #fff;
  color: #063989;
}
.newsCenter4 .news4-right {
  flex-direction: column;
  width: 50%;
}
.newsCenter4 .news4-right > div {
  height: 205px;
}
.newsCenter4 .news4-right .news-right-top {
  background: url(../images/8-9.jpg) no-repeat center;
}
.newsCenter4 .news4-right h3 {
  font-size: 22px;
  margin: 42px 0 40px 32px;
}
.newsCenter4 .news4-right .news-right-top a {
  width: 127px;
  height: 37px;
  line-height: 35px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s;
}
.newsCenter4 .news4-right .news-right-top a:hover {
  color: #063989;
  background-color: #fff;
  border-color: #063989;
}
.newsCenter4 .news4-right .news4-right-bottom {
  background: url(../images/8-10.jpg) no-repeat center;
  color: #063989;
}
.newsCenter4 .news4-right .news4-right-bottom .about-rexian {
  background-image: url(../images/8-11.png);
  width: 290px;
  margin: 0 auto;
}
.newsCenter4 .news4-right .news4-right-bottom .about-rexian::after {
  background-color: #063989;
}
/* 新闻列表 */
.news-list {
  margin-bottom: 96px;
}
.news-list .news-item {
  margin-bottom: 46px;
}
.news-list .news-list-img {
  width: 38.33%;
}
.news-list .news-list-img img {
  width: 100%;
}
.news-list .news-list-tit {
  width: 61.67%;

  transition: all 0.3s;
  padding-left: 38px;
  padding-right: 15px;
}
.news-list .news-list-tit h3 {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 36px;
}
.news-list .news-list-tit span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  padding-left: 38px;
  background: url(../images/8-7.png) no-repeat 5px center;
}
.news-list .news-list-tit p {
  font-size: 16px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 36px;
}
.news-list .news-item:hover .news-list-tit {
  background-color: #f0f0f0;
}
.news-page {
  margin-bottom: 126px;
}
/* 新闻详情 */
.news {
  margin-top: 62px;
  margin-bottom: 158px;
}
.news .news-left {
  width: 71.5%;
}
.news .news-left-top {
  padding-bottom: 42px;
  border-bottom: 4px solid #f2f2f2;
}
.news .news-left-top p {
  font-size: 14px;
  margin-bottom: 18px;
}
.news .news-left-top .news-tel {
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  text-align: center;
}
.news .news-left-top .news-tel a.tel {
  font-weight: 300;
  width: 152px;
  border: 1px solid #e5e5e5;
}
.news .news-left-top .news-tel a {
  height: 39px;
  line-height: 37px;
  border-radius: 30px;
  margin-left: 15px;
}
.news .news-left-top .news-tel a.chat {
  background-color: #063989;
  color: #fff;
  font-size: 14px;
  width: 130px;
}
.news .news-left-center .news-tit {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 26px;
}
.news .news-left-center .news-tit h2 {
  font-size: 26px;
  margin: 58px 0 30px;
}
.news .news-left-center .news-tit-author img {
  width: 87px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.news .news-left-center .news-tit-author span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
}
.news .news-left-center .news-tit-author span.news-day {
  margin-left: 27px;
}
.news .news-left-center .news-content {
  padding: 26px 0 78px;
  font-size: 14px;
  line-height: 28px;
}
.news .news-left-center .news-content p {
  margin: 10px 0;
  text-indent: 32px;
}
.news .news-left-center .news-content > img {
  max-width: 100%;
  margin: 10px 0;
}
.news .news-left-center .news-content ul,
.news .news-left-center .news-content div,
.news .news-left-center .news-content h3， .news .news-left-center .news-content li {
  margin: 10px 0;
}
.news .news-left-center .news-content h3 {
  font-size: 16px;
}
.news .news-left-center .news-pj {
  text-align: center;
  margin-bottom: 115px;
}
.news .news-left-center .news-pj button {
  width: 80px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dedede;
  margin-right: 20px;
  padding: 0 16px 0 45px;
  background: url(../images/10-3.png) no-repeat 16px center;
}
.news .news-left-center .news-pj button:nth-child(2) {
  background-image: url(../images/10-4.png);
  padding-left: 35px;
  background-position-x: 12px;
}
.news .news-left-center .news-pj button:nth-child(3) {
  background-image: url(../images/10-5.png);
  padding-left: 35px;
  background-position-x: 12px;
}
.news .news-left-bottom {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 20px 16px;
}
.news .news-left-bottom span {
  display: block;
  font-size: 16px;
  line-height: 45px;
}
.news .news-left-bottom a:hover {
  color: #063989;
}
.news .news-right {
  width: 25%;
}
.news .news-right .news-right-buss {
  background-color: #eceff5;
}
.news .news-buss-item {
  border-bottom: 1px solid #dee3ec;
  padding: 45px 0 25px 70px;
  background: url(../images/10-6.png) no-repeat 210px 92px;
}
.news .news-buss-item:nth-child(2) {
  background-image: url(../images/10-7.png);
}
.news .news-buss-item:nth-child(3) {
  background-image: url(../images/10-8.png);
  border: none;
}
.news .news-buss-item h3 {
  font-size: 20px;
  color: #063989;
  margin-bottom: 15px;
}
.news .news-buss-item a {
  font-size: 14px;
  display: block;
  line-height: 28px;
}
.nes-right-al {
  margin-top: 82px;
}
.nes-right-al .new-al-item {
  width: 100%;
}
/* 视频中心 */
.video-list h2 {
  font-size: 36px;
  color: #063989;
  padding-left: 92px;
  margin-top: 92px;
  margin-bottom: 84px;
}
.video-list h2 span {
  font-size: 30px;
  color: #dfdfdf;
  display: inline-block;
  margin-left: 22px;
}
.video-list .list-item {
  width: 31.66%;
  border: none;
  position: relative;
}
.video-list .list-item h3::after {
  display: none;
}
.video-list .list-item h3 {
  font-size: 20px;
  padding-left: 20px;
}
.video-list .list-item .new-al-item-img::after {
  background-color: transparent;
  background-image: none;
}
.video-list .list-item:hover .new-al-item-img::after {
  background-color: rgba(6, 57, 137, 0.5);
  background-image: url(../images/2-14.png);
}
.video-zp {
  margin-top: 104px;
}

.video-zp .video-zp-box {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  background: url(../images/7-8.png) no-repeat 830px 80px;

  padding: 62px 0 30px 50px;
}
.video-zp .video-zp-box h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.video-zp .video-zp-box p {
  font-size: 14px;
  line-height: 28px;
  width: 658px;
  margin-bottom: 25px;
}
.video-zp .video-zp-box a {
  display: inline-block;
  height: 37px;
  line-height: 35px;
  width: 98px;
  font-size: 14px;
  color: #063989;
  text-align: center;
  border: 1px solid #063989;
  margin-left: 5px;
}
/* 视频 */
.video .al-left {
  text-align: center;
}
.video .al-left iframe {
  width: 600px;
  height: 400px;
}
.video .al-left .al-txt h3 {
  margin-bottom: 0;
}
/* 企业文化 */
.culture .cul-top {
  margin-top: 60px;
  margin-bottom: 55px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  align-items: center;
  height: 190px;
}
.culture .cul-top h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #063989;
}
.culture .cul-top .cul-top-text {
  padding: 17px 95px 17px 150px;
  border-right: 1px solid #ddd;
}
.culture .cul-top h3 {
  font-size: 30px;
  color: #dedede;
}
.culture .cul-top .cul-top-logo {
  margin-left: 116px;
}
.culture .cul-top .cul-top-logo img {
  width: 326px;
}
.culture .cul-center .cul-txt-item {
  border-bottom: 1px solid #ececec;
  padding: 65px 0 45px 237px;
  align-items: center;
  transition: all 0.3s;
}
.culture .cul-center .cul-txt {
  margin-left: 56px;
}
.culture .cul-center .cul-txt-item span {
  width: 120px;
  height: 100px;
  overflow: hidden;
  background: url(../images/11-3.png) no-repeat 0 0;
  transition: all 0.3s;
}
.culture .cul-center .cul-txt-item:nth-child(2) span {
  background-position-x: -120px;
}
.culture .cul-center .cul-txt-item:nth-child(3) span {
  background-position-x: -240px;
}
.culture .cul-center .cul-txt-item:nth-child(4) span {
  background-position-x: -360px;
}
.culture .cul-center .cul-txt-item h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.culture .cul-center .cul-txt-item p {
  font-size: 18px;
}
.culture .cul-center .cul-txt-item:hover span {
  background-position-y: -100px;
}
.culture .cul-center .cul-txt-item:hover {
  color: #063989;
  border-color: #063989;
}
.culture .cul-bottom img {
  width: 100%;
}
.culture .cul-bottom {
  margin-top: 148px;
}
.culture .cul-bottom .cul-bot-item {
  position: relative;
  margin-bottom: 60px;
}
.culture .cul-bottom .cul-bot-item1 .cul-js-txt {
  position: absolute;
  right: 82px;
  top: 98px;
  padding: 35px 32px 35px 30px;
  color: #fff;
  background-color: rgba(6, 57, 137, 0.8);
}
.culture .cul-bottom .cul-bot-item1 .cul-js-txt h3 {
  font-size: 30px;
  margin-bottom: 28px;
}
.culture .cul-bottom .cul-bot-item1 .cul-js-txt span {
  font-size: 20px;
  display: inline-block;
  margin-right: 16px;
}
.culture .cul-bottom .cul-bot-item2 {
  width: 49%;
}
.culture .cul-bottom .cul-bot-item2 span {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  height: 60px;
  line-height: 58px;
  position: absolute;
  right: 35px;
  bottom: 30px;
  font-size: 24px;
  text-align: center;
  width: 110px;
}
/* 组织架构 */
.org .cul-top .cul-top-text {
  padding-left: 90px;
  padding-right: 46px;
}
.org .cul-top {
  box-shadow: none;
}
.org .cul-top .cul-top-logo {
  margin-left: 44px;
  width: 51.2%;
  font-size: 16px;
  line-height: 36px;
}
.org .container > img {
  width: 100%;
}
.org .video-zp {
  margin-top: 144px;
}
/* 加入中材 */
.zhaopin .cul-top .cul-top-text {
  border: none;
}
.zhaopin .zhaopin-td-item {
  width: 268px;
  height: 168px;
  text-align: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 36px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}

.zhaopin .zhaopin-td-item .icon {
  background: url(../images/13-2.png) no-repeat 0 0;
  display: inline-block;
  width: 100px;
  height: 90px;
}
.zhaopin .zhaopin-td-item:nth-child(2) .icon {
  background-position-x: -100px;
}
.zhaopin .zhaopin-td-item:nth-child(3) .icon {
  background-position-x: -200px;
}
.zhaopin .zhaopin-td-item:nth-child(4) .icon {
  background-position-x: -300px;
}
.zhaopin .zhaopin-td-item:hover .icon {
  background-position-y: -90px;
}
.zhaopin .banner {
  margin: 64px 0 139px;
}
.zhaopin .banner .banner-txt p {
  font-size: 16px;
  line-height: 36px;
}
.zhaopin .zhaopin-zw-item {
  width: 49%;
  border: 1px solid #ececec;
  padding: 66px 40px 42px;
  transition: all 0.3s;
  margin-bottom: 90px;
}
.zhaopin .zhaopin-zw-item h3 {
  font-size: 22px;
  margin-bottom: 46px;
}
.zhaopin .zhaopin-zw-item h4 {
  font-size: 16px;
  margin-bottom: 14px;
  margin-top: 42px;
}
.zhaopin .zhaopin-zw-item p {
  font-size: 14px;
  line-height: 28px;
}
.zhaopin .zhaopin-zw-item a {
  height: 39px;
  width: 111px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  color: #063989;
  margin-top: 60px;
  border: 1px solid #063989;
  font-size: 16px;
  transition: all 0.3s;
}
.zhaopin .zhaopin-zw-item:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.zhaopin .zhaopin-zw-item:hover a {
  background-color: #063989;
  color: #fff;
}
.zhaopin-video-zp {
  margin-top: 14px;
}
/* 联系我们 */
.contact .about-ser {
  margin-bottom: 120px;
  margin-top: -20px;
}
.contact .cont-info .cont-info-left,
.contact .cont-info .cont-info-right {
  width: 581px;
  height: 520px;
  padding: 58px 246px 0 57px;
  border: 1px solid #e6e5e5;
  margin-bottom: 58px;
}
.contact .cont-info h3 {
  font-size: 26px;
}
.contact .cont-info .cont-info-left {
  padding: 58px 246px 78px 57px;
  background: url(../images/15-4.png) no-repeat right 110px;
}
.contact .cont-info .cont-info-left h3 {
  margin-bottom: 59px;
}

.contact .cont-info .cont-info-left span {
  font-size: 16px;
  line-height: 48px;
}
.contact .cont-info .cont-info-left p {
  font-size: 20px;
  margin-bottom: 34px;
}
.contact .cont-info .cont-info-right {
  padding-right: 24px;
}
.contact .cont-info .cont-info-right h3 {
  margin-bottom: 14px;
}
.contact .cont-info .cont-info-right > p {
  font-size: 16px;
  line-height: 48px;
}
.contact .cont-info .cont-info-right .social {
  margin-top: 55px;
}
.contact .cont-info .cont-info-right .social img {
  width: 100px;
  height: 100px;
}
.contact .cont-info .cont-info-right .social h4 {
  font-size: 16px;
  color: #063989;
  line-height: 48px;
}
.contact .cont-info .cont-info-right .social p {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .banner .banner-txt .ban-btn a {
    margin-top: 25px;
  }
  .list-nav {
    margin: 40px 0 60px;
  }
  .cn .cn-content {
    margin: 50px auto 80px;
  }
  .sec-tit p {
    margin: 21px auto 40px;
  }
  .range {
    margin-top: 80px;
    height: 540px;
  }
  .range .range-box {
    margin-top: 50px;
  }
  .about-jj {
    margin-bottom: 80px;
  }
  .about-yw .about-yw-item .about-yw-link {
    width: 80%;
  }
  .about-ser {
    margin-top: 110px;
  }
  .about-ser .ser-item .ser-txt h3 {
    font-size: 20px;
  }
  .about-kh {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .about-kh .kh-left p {
    width: 410px;
  }
  .newsCenter2 {
    margin-top: 60px;
  }
  .newsCenter2 .news2-right .news2-right-item .news2-txt {
    padding-top: 10px;
  }
  .newsCenter3 {
    margin-top: 100px;
  }
  .newsCenter3 .new-al-tit {
    margin-bottom: 44px;
  }
  .news-list .news-list-tit h3 {
    margin-top: 10px;
  }
  .news .news-buss-item {
    padding-left: 50px;
    background-position: 160px 68px;
  }
  .org .cul-top .cul-top-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .org .cul-top .cul-top-logo {
    margin-left: 20px;
  }
  .video-zp .video-zp-box {
    background-position: 630px 100px;
  }
  .zhaopin .zhaopin-td-item {
    width: 223px;
  }
  .zhaopin .cul-top {
    height: 150px;
  }
  .video-list h2 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 50px;
  }
  .video-list h2 span {
    font-size: 26px;
  }
  .video-list .list-item h3 {
    font-size: 18px;
  }
  .contact .cont-info .cont-info-left,
  .contact .cont-info .cont-info-right {
    width: 477px;
  }
  .contact .cont-info .cont-info-left {
    padding-right: 160px;
  }
}
@media (max-width: 991px) {
  .al-list .list-item {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .al-list .list-item:nth-child(4n) {
    margin-right: 2%;
  }
  .al-list .list-item:nth-child(3n) {
    margin-right: 0;
  }
  .al .al-left .al-txt .al-info span {
    margin-right: 20px;
  }
  .al .al-right {
    width: 32%;
  }
  .cn .container > p {
    font-size: 14px;
    line-height: 28px;
  }
  .sec-tit h2,
  .ser-al .new-al-tit h2,
  .about-jj .jj-txt h2.zh,
  .newsCenter .new-al-tit h2 {
    font-size: 24px;
  }
  .cn .cn-cont-item span {
    margin: 33px auto 40px;
  }
  .range {
    height: 1100px;
  }
  .range .range-box .range-item {
    width: 33.333%;
    margin-bottom: 20px;
  }
  .ser-part .ser-part-list .part-item a {
    width: 100px;
    height: 37px;
    line-height: 37px;
  }

  .about-jj .jj-txt .p1 {
    margin-top: 0;
  }
  .about-jj .jj-data span {
    font-size: 28px;
  }
  .about-ser .ser-item .ser-txt {
    padding: 17px 0 0 15px;
  }
  .about-ser .ser-item .ser-txt h3 {
    margin-bottom: 12px;
  }
  .about-ser .ser-item .ser-txt p {
    line-height: 24px;
  }
  .about-kh .kh-left p {
    width: 290px;
  }
  .newsCenter1 .new-al-item h3 {
    font-size: 14px;
  }
  .newsCenter2 .news2-right .news2-right-item .news2-txt {
    padding-top: 6px;
  }
  .newsCenter2 .news2-txt p {
    line-height: 24px;
    height: 48px;
  }
  .newsCenter3 .news3-item {
    width: 100%;
  }
  .newsCenter4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .newsCenter4 .news4-right .news-right-top a {
    font-size: 14px;
    line-height: 28px;
    height: 30px;
    width: 100px;
  }
  .newsCenter4 .news4-left {
    height: 323px;
  }
  .newsCenter4 .news4-left h2 {
    font-size: 24px;
  }
  .newsCenter4 .news4-right > div {
    height: 154px;
  }
  .newsCenter4 .news4-right h3 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .news-list .news-list-tit h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .news-list .news-list-tit p {
    margin-top: 16px;
  }
  .news .news-buss-item {
    padding-left: 33px;
    background-position-x: 110px;
  }
  .culture .cul-top .cul-top-text {
    padding-left: 50px;
    padding-right: 50px;
  }
  .culture .cul-top .cul-top-logo {
    margin-left: 50px;
  }
  .culture .cul-top h3 {
    font-size: 26px;
  }
  .culture .cul-top h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .culture .cul-top .cul-top-logo img {
    width: 290px;
  }
  .culture .cul-center .cul-txt-item {
    padding: 35px 0 35px 70px;
    flex-wrap: nowrap;
  }
  .culture .cul-center .cul-txt {
    margin-left: 20px;
  }
  .culture .cul-center .cul-txt-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .culture .cul-center .cul-txt-item p {
    font-size: 16px;
  }
  .culture .cul-bottom .cul-bot-item1 .cul-js-txt h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .culture .cul-bottom .cul-bot-item1 .cul-js-txt span {
    font-size: 16px;
  }
  .culture .cul-bottom .cul-bot-item1 .cul-js-txt {
    padding: 20px;
  }
  .culture .cul-bottom .cul-bot-item2 span {
    height: 45px;
    line-height: 43px;
    font-size: 20px;
  }
  .org .cul-top .cul-top-logo {
    width: 100%;
  }
  .org .cul-top .cul-top-text {
    border: none;
  }
  .video-zp .video-zp-box h2 {
    font-size: 24px;
  }
  .video-zp .video-zp-box {
    background-position-x: 404px;
    padding-top: 40px;
  }
  .zhaopin .cul-top {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .zhaopin .zhaopin-td-item {
    width: 168px;
  }
  .video .al-left iframe {
    width: 400px;
    height: 280px;
  }
  .contact .cont-info .cont-info-left,
  .contact .cont-info .cont-info-right {
    width: 358px;
    padding-right: 24px;
    padding-left: 36px;
    padding-top: 30px;
  }
  .contact .cont-info .cont-info-left h3 {
    margin-bottom: 30px;
  }
  .contact .cont-info .cont-info-left p {
    margin-bottom: 20px;
  }
  .contact .cont-info .cont-info-right .social {
    margin-top: 20px;
  }
  .contact .cont-info h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .al-list .list-item {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .al-list .list-item:nth-child(3n) {
    margin-right: 2%;
  }
  .al-list .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .al .al-left {
    width: 100%;
  }
  .al .al-right {
    width: 100%;
    margin-top: 20px;
  }
  .banner .banner-txt .ban-btn a {
    display: none;
  }
  .cn .cn-cont-item .cn-cont-box {
    width: 226px;
  }
  .sec-tit p {
    line-height: 28px;
  }
  .flow-cont .flow-cont-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .range {
    height: 940px;
  }
  .about-jj .container .space-between {
    flex-direction: column-reverse;
  }
  .about-jj .jj-img {
    margin-top: 20px;
  }
  .about-jj .jj-img,
  .about-jj .jj-txt,
  .about-ser .ser-item,
  .newsCenter2 .news2-right,
  .newsCenter2 .news2-left {
    width: 100%;
  }
  .about-ser .ser-item {
    margin-bottom: 20px;
  }

  .newsCenter2 .news2-right .news2-right-item .news2-txt {
    padding-top: 30px;
  }
  .newsCenter2 .news2-right .news2-right-item {
    margin-top: 20px;
  }
  .newsCenter4 .news4-right,
  .newsCenter4 .news4-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-list .news-list-img,
  .news-list .news-list-tit {
    width: 100%;
  }
  .news .news-right {
    display: none;
  }
  .news .news-left {
    width: 100%;
  }
  .culture .cul-bottom .cul-bot-item1 .cul-js-txt {
    top: 30px;
  }
  .culture .cul-bottom .cul-bot-item2 span {
    bottom: 22px;
  }
  .culture .cul-top {
    height: 150px;
  }
  .culture .cul-top .cul-top-logo img {
    width: 240px;
  }
  .culture .cul-top .cul-top-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .culture .cul-top .cul-top-logo {
    margin-left: 20px;
  }
  .culture .cul-center .cul-txt-item {
    padding-left: 20px;
  }
  .culture .cul-bottom {
    margin-top: 90px;
    margin-bottom: -50px;
  }
  .video-zp .video-zp-box p {
    width: 390px;
  }
  .video-zp .video-zp-box {
    background-position-x: 210px;
  }
  .zhaopin .zhaopin-td-item {
    width: 256px;
    margin-bottom: 10px;
  }
  .zhaopin .banner .banner-txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .zhaopin .zhaopin-zw-item {
    width: 100%;
    margin-bottom: 50px;
    padding: 35px 25px 30px;
  }
  .zhaopin .zhaopin-zw-item h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .zhaopin .banner {
    margin-bottom: 70px;
  }
  .zhaopin .zhaopin-zw-item h4 {
    margin-top: 30px;
  }
  .zhaopin .zhaopin-zw-item a {
    margin-top: 30px;
  }
  .video-list h2 {
    font-size: 24px;
  }
  .video-list h2 span {
    font-size: 20px;
  }
  .video-list .list-item h3 {
    font-size: 16px;
    padding: 12px 0;
  }
  .al .al-left .al-txt h3 {
    font-size: 20px;
  }
  .contact .cont-info .cont-info-left,
  .contact .cont-info .cont-info-right {
    width: 100%;
  }
  .contact .cont-info .cont-info-left,
  .contact .cont-info .cont-info-right {
    height: 400px;
  }
  .about-ser .ser-item .ser-txt {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .list-nav ul,
  .newsCenter1 .new-al-item,
  .about-yw .about-yw-item {
    width: 100%;
  }
  .al-list .list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .al-list .list-item {
    margin-right: 0;
  }
  .cn-cont-item {
    margin: 0 auto;
  }
  .cn .cn-cont-item .cn-cont-box {
    width: 270px;
  }
  .range {
    height: 760px;
  }
  .about-jj .jj-data {
    display: none;
  }
  .newsCenter2 .news2-right .news2-right-item .news2-txt {
    padding-top: 9px;
  }
  .newsCenter3 .news3-item .news3-date {
    width: 120px;
  }

  .newsCenter3 .news3-item .news3-date .news3-day {
    width: 34px;
  }
  .newsCenter3 .news3-item .news3-tit {
    width: calc(100% - 120px);
  }
  .news {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .news .news-left-center .news-pj {
    margin-bottom: 80px;
  }
  .news .news-left-bottom a {
    font-size: 14px;
  }
  .culture .cul-top .cul-top-logo {
    display: none;
  }
  .culture .cul-top .cul-top-text {
    border: none;
  }
  .culture .cul-top {
    height: 120px;
    margin-top: 10px;
  }
  .culture .cul-bottom .cul-bot-item1 .cul-js-txt {
    display: none;
  }
  .culture .cul-bottom .cul-bot-item2 {
    display: none;
  }
  .culture .cul-center .cul-txt {
    max-width: 250px;
    margin-left: 0;
  }
  .culture .cul-center .cul-txt-item {
    padding-left: 0;
  }
  .video-zp .video-zp-box p {
    width: 306px;
  }
  .zhaopin .zhaopin-td-item {
    margin-left: auto;
    margin-right: auto;
  }
  .contact .cont-info .cont-info-left,
  .contact .cont-info .cont-info-right {
    height: 494px;
  }
}
