.page {
  background-color: #f5f5f5;
  padding: 60px 0 100px;
  min-height: 480px;
}
.page .tl {
  display: block;
  font-size: 48px;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}
.dw{
  position: absolute;
  top: 0px;
}
/* about */
.about {
  background-color: #fff;
  padding: 65px 5% 70px;
  margin-bottom: 20px;
}
.about .tl{
  margin-bottom: 50px;
}
.about .content p {
  font-size: 16px;
  color: #999999;
  margin-top: 12px;
  line-height: 30px;
}
/* about us */
.about_us {
}

.about_main1 {
  position: relative;
  background-color: #fff;
  padding: 65px 5% 70px;
  margin-bottom: 20px;
}
.about_main1 .text {
  margin-bottom: 50px;
}
.about_main1 .text p {
  font-size: 16px;
  color: #999999;
  margin-top: 12px;
  line-height: 30px;
}
.about_main1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0072a3;
}
.about_main1 .content .img {
  width: 50%;
  height: 386px;
}
.about_main1 .content .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about_main1 .content .sj {
  width: 50%;
  position: relative;
  padding: 20px 4.5%;
}
.about_main1 .content .sj h3 {
  font-size: 24px;
  color: #fff;
}
.about_main1 .content .sj .hx {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #dddddd;
  margin-top: 22px;
}
.about_main1 .content .sj .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.about_main1 .content .sj .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 40px;
}
.about_main1 .content .sj .list li .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-family: "Bebas-Neue";
  margin: 10px 0;
}
.about_main1 .content .sj .list li .num span {
  font-size: 20px;
  font-weight: bold;
}
.about_main1 .content .sj .list li h5 {
  font-size: 14px;
  color: #fff;
}

.about_main3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_main3 li {
  width: 49%;
}
.about_main3 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0;
  background-color: #fff;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.about_main3 a i {
  font-size: 32px;
  color: #0072a3;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.about_main3 a h3 {
  font-size: 24px;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.about_main3 a:hover {
  background-color: #0072a3;
}
.about_main3 a:hover i {
  color: #fff;
}
.about_main3 a:hover h3 {
  color: #fff;
}

/* pronav */
.pronav {
}
.pronav .tl {
  margin-bottom: 50px;
}
.pronav_main {
  background-color: #fff;
  padding: 65px 5% 70px;
}
.pronav_main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pronav_main li {
  width: 33.33%;
  padding: 0 1% 2%;
}
.pronav_main li a {
  display: block;
  border: 1px solid #f5f5f5;
  padding-top: 50px;
}
.pronav_main li .img {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}
.pronav_main li .img img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pronav_main li .text {
  padding: 35px 30px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.pronav_main li .text h3 {
  display: inline;
  font-size: 30px;
  line-height: 1;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pronav_main li a:hover .img img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
.pronav_main li a:hover .text h3 {
  color: #0072a3;
}

/* proli */
.proli {
}
/* .proli .tl {
  margin-bottom: 30px;
} */
.proli_main {
  background-color: #fff;
  padding: 65px 5% 70px;
}
.proli_main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.proli_main li {
  width: 33.33%;
  padding: 0 1% 2%;
}
.proli_main li a {
  display: block;
  border: 1px solid #f5f5f5;
  padding-top: 50px;
}
.proli_main li .img {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.proli_main li .img img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.proli_main li .text {
  padding: 35px 30px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.proli_main li .text h3 {
  display: inline;
  font-size: 30px;
  line-height: 1;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.proli_main li a:hover .img img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
.proli_main li a:hover .text h3 {
  color: #0072a3;
}

/* procon */
.procon .tl {
  margin-bottom: 50px;
}
.procon_main {
  padding: 65px 5% 70px;
  background-color: #fff;
}
.procon_main .img {
  padding: 50px 0;
  border-bottom: 1px solid #f5f5f5;
}
.procon_main .img img {
  display: block;
  margin: 0 auto;
}
.procon_main .content {
  padding: 50px 0;
  border-bottom: 1px solid #f5f5f5;
}
.procon_main .back {
  padding-top: 30px;
}
.procon_main .back a {
  display: block;
  float: right;
  width: 150px;
  height: 40px;
  display: block;
  border-radius: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background: #015198;
}

/* newsli */
.newsli_main .newsli_nav {
  margin-bottom: 55px;
}
.newsli_main .newsli_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsli_main .newsli_nav li {
  margin: 0 26px;
}
.newsli_main .newsli_nav li a {
  display: block;
  color: #999999;
  font-size: 30px;
}
.newsli_main .newsli_nav li.on a {
  color: #333;
}
.newsli_main .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
}
.newsli_main .content li {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.newsli_main .content li a {
  display: block;
  background-color: #fff;
  padding: 38px 30px 26px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli_main .content li .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.newsli_main .content li .text .date {
  text-align: center;
  width: 18%;
  border-right: 1px solid #ddd;
}
.newsli_main .content li .text .date span.d {
  font-size: 48px;
  display: block;
  line-height: 1;
  color: #333;
}
.newsli_main .content li .text .date span.ym {
  font-size: 14px;
  color: #999;
  line-height: 1;
}
.newsli_main .content li .text .title {
  width: 78%;
}
.newsli_main .content li .text .title h3 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.newsli_main .content li .text .title p {
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.newsli_main .content li .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsli_main .content li .more span {
  display: block;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli_main .content li .more i {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli_main .content li a:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.newsli_main .content li a:hover .more span {
  color: #0072a3;
}
.newsli_main .content li a:hover .more i {
  color: #0072a3;
}

/* newscon */
.newscon_main {
  max-width: 1365px;
  padding: 65px 5%;
  margin-bottom: 20px;
  background-color: #fff;
}
.newscon_main .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 34px;
}
.newscon_main .box .title h3 {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  color: #333;
}
.newscon_main .box .title p {
  font-size: 14px;
  color: #999;
}
.newscon_main .box .location p {
  display: inline-block;
  color: #333;
  font-size: 14px;
}
.newscon_main .box .location,
.newscon_main .box .location a {
  color: #999;
  font-size: 14px;
  font-style: normal;
}
.newscon_main .content p {
  font-size: 14px;
  color: #777;
  line-height: 30px;
}

.news_fy {
  max-width: 1360px;
}
.news_fy ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_fy li {
  width: 49%;
}
.news_fy li a {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666;
  padding: 0 15px;
  height: 100px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_fy li a:hover {
  color: #fff;
  background-color: #0072a3;
}

/* contact */
.map_box {
  position: relative;
  height: 600px;
}
.map_box #map {
  height: 100%;
  position: relative;
  z-index: 1;
}
.map_box #map img{max-width: none;}
.map_box .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 48%;
  padding: 50px 70px;
  background-color: rgba(0, 0, 0, 0.5);
}
.map_box .text h3 {
  display: block;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.map_box .text p {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}
.contact_main {
  background-color: #fff;
  padding: 75px 100px 100px;
}
.contact_main .tl {
  font-size: 30px;
  margin-bottom: 120px;
}
.contact_main .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_main .content li {
  width: 30%;
  margin-bottom: 40px;
}
.contact_main .content li input {
  width: 100%;
  background-color: #f5f5f5;
  padding: 22px 20px;
  border: none;
  font-size: 16px;
  color: #666;
  outline: none;
}
.contact_main .content button{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  height: 70px;
  background-color: #015198;
  color: #fff;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
}

/*case*/
.caseli li {
  margin-bottom: 20px;
}
.caseli li a {
  position: relative;
  display: block;
  background-color: #f5f5f5;
}
.caseli li a:before {
  content: "";
  bottom: 0px;
  left: 30%;
  position: absolute;
  width: 0px;
  height: 5px;
  background-color: #b81c22;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li .img {
  float: left;
  width: 30%;
  height: 280px;
  overflow: hidden;
}
.caseli li .img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li .text {
  float: right;
  width: 70%;
  height: 100%;
  padding: 40px 5%;
}
.caseli li .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.caseli li:nth-child(2n) .img {
  float: right;
}
.caseli li:nth-child(2n) .text {
  float: left;
}
.caseli li:nth-child(2n) a:before {
  left: 0px;
}

.caseli li a:hover:before {
  width: 70%;
}
.caseli li a:hover .text h3 {
  color: #b81c22;
}
.caseli li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

